@charset "utf-8";
/* CSS Document */

/* ==============================================================
   # 汎用設定
============================================================== */

main section{
	padding-top:30px;
	padding-bottom:30px;
}

main section.line{
	padding-bottom:40px;
}
main section.line + section{
	padding-top:50px;
}


@media (min-width: 576px) {
	main section{
		padding-top:40px;
		padding-bottom:40px;
	}
	main section.line{
		padding-bottom:50px;
	}
	main section.line + section{
		padding-top:60px;
	}
}

@media (min-width: 992px) {
	main section{
		padding-top:4.5vw;
		padding-bottom:4.5vw;
	}
	 main section.line{
		padding-bottom:6vw;
	}
	main section.line + section{
		padding-top:7vw;
	}
}

main section.line{
	position: relative;
}

main section.line::after{
	content: '';
	display: block;
	height: 25px;
	width: 1px;
	position: absolute;
	bottom:-12px;
	left:50%;
	background: #333;
	z-index: 10;
}
@media (min-width: 600px) {
	main section.line::after{
		height: 50px;
		bottom:-25px;
	}
}

.s-section{
	margin:0 0 2.5rem 0;
}

@media (min-width: 600px) {
	.s-section{
		margin:0 0 2.5rem 0;
	}
}

@media (min-width: 992px) {
	.s-section{
		margin:0 0 3rem 0;
	}
}

@media (min-width: 1200px) {
	.s-section{
		margin:0 0 3.5rem 0;
	}
}

.s-section:last-child{
	margin-bottom:0;
}


/* 写真のマージン ---------------*/

.p_margin{
	margin-bottom:20px;
}
@media (max-width: 600px) {
	.p_margin{
		margin-bottom:15px;
	}
}

/* KV共通 */

.kv.common{
	height: 45vw;
	padding:0;
	margin:0;
	position: relative;
	background-color: #CDF1F5;
	display:flex;
	flex-wrap: nowrap;
	align-items: center;
	background:url("../imgs/shared/kv.jpg") no-repeat center;
	background-size: cover;
}

.kv.common::before{
	content: "";
	background: url("../imgs/index/slash_l_w.png") no-repeat left top;
	background-size: cover;
	width: 100px;
	height: 300px;
	position: absolute;
	left:-60px;
	top:0;
}
.kv.common::after{
	content: "";
	background: url("../imgs/index/slash_r_w.png") no-repeat right bottom;
	background-size: cover;
	width: 100px;
	height: 300px;
	position: absolute;
	right:-60px;
	bottom:0;
}

.kv.common h2{
	font-size:18px;
	font-weight: 900;
	display: inline-block;
	color: #fff;
	padding: 10px 14px 13px 14px;
	letter-spacing: 1px;
	background-color: rgba(215, 226, 54,1);
	background-color: #5bcfde;
	background: rgba(66,66,66,1);
	line-height: 1;
}

@media (min-width: 768px) {
	.kv.common{
		height: 400px;
	}

	.kv.common h2{
		font-size:30px;
		padding: 14px 20px 17px 20px;
	}
	.kv.common::before{
	width: 100px;
	height: 300px;
	left:0;
}
.kv.common::after{
	width: 100px;
	height: 300px;
	right:0;
}

}

@media (min-width: 992px) {
	.kv.common h2{
		font-size:36px;
		padding: 14px 20px 17px 20px;
	}
}

.kv.common .container{
	z-index:10;
}

/* hタグ ----------------------*/

h3.common{
	text-align: left;
	border-radius: 2px;
	margin-bottom: 20px;
	font-size:15px;
	font-weight: 900;
	padding: 15px;
	background-color: #4295dc;
	/*background-color: #5bcfde;*/
	color: #fff;
	line-height: 1.4;
}

@media (min-width: 768px) {
h3.common{
		margin-bottom: 30px;
		font-size:19px;
		padding: 20px;
	}
}

h3.common.w{
	background-color: #fff;
}
h3.common.o{
	background-color: #f1b23a;
}
h3.common.p{
	background-color: #ED7C9B;
}


h4.common{
	font-size:15px;
	font-weight: 900;
	line-height: 1.5;
	text-align: left;
	border-left:4px solid #76C1EF;
	padding: 7px 0 7px 14px;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	h4.common{
	}
}

@media (min-width: 992px) {
	h4.common{
		font-size:18px;
		margin-bottom: 20px;
	}
}

h5{
	color:#4295dc;
	font-weight: 900;
	margin:0 0 7px 0;
	padding:0;
	font-size: 16px;
}

@media (min-width: 768px) {
	h5{
		font-size: 18px;
	}
}

#open-campus-info .support h5{
	color: rgba(235,139,8,1);
}


/* サイド固定メニュー ---------------*/
.side-menu {
	position: fixed; right: 0; top: 163px; z-index: 19999;
}
.side-menu li {
	margin-bottom: 10px;
}



/* ==============================================================
   # オープンキャンパス #open-campus-info
============================================================== */

/* KV -------------*/
#open-campus-info .kv{
	padding:0;
	margin:0;
	position: relative;
	background-color: rgb(251,247,227);
	background: url("../imgs/oc/kv_bg.jpg");
	background-size: cover;
	display:flex;
	flex-wrap: nowrap;
	align-items: center;
	text-align: center;
}

@media (min-width: 576px) {
	#open-campus-info .kv{

	}
}

@media (min-width: 768px) {
	#open-campus-info .kv{
		height: 60vw;
		background: url("../imgs/oc/kv.jpg") no-repeat center;
		background-size: cover;
	}

	#open-campus-info .kv::before{
		content: "";
		background: url("../imgs/index/slash_l_w.png") no-repeat left top;
		background-size: cover;
		width: 100px;
		height: 300px;
		position: absolute;
		left:0;
		top:0;
	}
	#open-campus-info .kv::after{
		content: "";
		background: url("../imgs/index/slash_r_w.png") no-repeat right bottom;
		background-size: cover;
		width: 100px;
		height: 300px;
		position: absolute;
		right:0;
		bottom:0;
	}
}

@media (min-width: 992px) {
	#open-campus-info .kv{
		height: calc(100vh - 163px);
	}
	#open-campus-info .kv::before{
		width: 200px;
		height: 600px;
	}
	#open-campus-info .kv::after{
		width: 200px;
		height: 600px;
	}
}

#open-campus-info .kv .inner{
	width:100%;
}

/* KV内次回日程 -------------*/

.next_box {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 10%;
	z-index: 20;
}
.next_box a {
  background-color: #FFF;
  width: 76%;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
	text-align: left;
  min-width: 320px;
  color: #111;
  box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, .3);
/*	border-radius: 3px;*/
}

.next_box a:hover {
  text-decoration: none;
}

.next_box_l,
.next_box_r {
	padding: 5.5% 4%;
}

.next_box .next_box_l {
  width: 60%;
  display: block;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1px;
}
.next_box .next_box_r {
  width: 40%;
  background-color: #FDF053;
  color: #3A2B23;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 900;
  display: block;
  box-sizing: border-box;
	border-radius:0 3px 3px 0;
}

.next_box .next {
  background-color: #4593E9;
  padding: 2px 6px;
  line-height: 1;
  font-size: 11px;
  color: #fff;
  margin-right: 10px;
  font-weight: normal;
  vertical-align: middle;
}
.next_box .week {
  font-size: 14px;
  margin-left: 2px;
}

.next_box .arrow {
  position: relative;
  vertical-align: middle;
}
.next_box .arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.next_box .arrow::before {
  right: 10px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #3A2B23;
  border-right: 2px solid #3A2B23;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media (min-width: 768px) {
	.next_box a {
	  width: 60%;
	  max-width: 600px;
	}
	.next_box .next_box_l {
	  font-size: 30px;
		font-weight: 900;
	}
	.next_box .next_box_r {
	  font-size: 14px;
	}
	.next_box .next {
	  padding: 5px 8px;
	  font-size: 14px;
	  margin-right: 10px;
	}
	.next_box .week {
	  font-size: 18px;
	  margin-left: 10px;
	}
	.next_box .next_box_l{
		padding: 5% 4.5%;
	}
	.next_box .next_box_r {
		padding: 5% 4.5%;
	}
	.next_box .arrow::before {
		right: 15px;
	}
}

@media (min-width: 992px) {
	.next_box .next_box_l {
	  font-size: 36px;
	}
}

/* 日程一覧 ------*/

#oc_day {
	background-color: #FBF7E3;
}

#oc_day .oc_dayInner{
	background-color: #fff;
	border-radius: 6px;
	padding: 5%;
}

#oc_day h3.common{
/*	background-color: transparent;
	padding:0;
	margin:0;
	text-align: center;
	color: #212529;
	font-size:18px;
	margin-bottom: 20px;*/
}

@media (min-width: 768px) {
/*	#oc_day h3.common{
		font-size:26px;
		margin-bottom: 40px;
	}	*/
}


#oc_day .oc_day_box a:link,
#oc_day .oc_day_box a:hover,
#oc_day .oc_day_box a:visited{ color:#4F3A35;}

#oc_day .oc_day_box a{
	display:block;
	padding:30px 5px;
}

#oc_day .oc_day_box div.one_day{
	box-sizing:border-box;
	margin:0 0.1% 0 0;
	background-color:#e3f6fb;
	text-align:center;
	border-radius:2px;
	/*border:1px solid #D2CAC8;*/
	line-height:1;
	transition: 0.2s linear;
	position:relative;
}

#oc_day .one_day:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}

@media (min-width: 768px) {
	#oc_day .oc_day_box div.one_day{
		margin:0 0.1%;
	}

	#oc_day .oc_day_box a{
		display:block;
		padding:30px 5px;
	}
}

#oc_day a:hover{
	text-decoration: none;
}

#oc_day .day{
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
}
#oc_day .week{
	font-size:12px;
}
#oc_day .year{
	margin-bottom: 15px;
	font-size:13px;
}

@media (min-width: 596px) {
	#oc_day .day{	font-size:22px;	}
	#oc_day .week{	font-size:14px;	}
}

@media (min-width: 768px) {
	#oc_day .day{	font-size:24px;	}
	#oc_day .week{	font-size:16px;	}
}

@media (min-width: 992px) {
	#oc_day .day{	font-size:26px;	}
	#oc_day .week{	font-size:18px;	}

}



.oc_day_box{
	margin:0 auto 10px 0;
	opacity: 0;
	width: 100%;
	-ms-transition: ease-out 0.5s;
	transition: ease-out 0.5s;
}
@media (min-width: 768px) {
	.oc_day_box{
		margin:0 auto 30px 0;
	}
}

/* ここから下部のスライドバナー ナビゲーションの設定 */

.arrows03{
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	justify-content:space-between;
	margin-bottom: 20px;
}

#oc_day .slick-prev{
	margin-left: 0;
	background-color: #666;

}
#oc_day .slick-next{
	margin-right: 5px;
	background-color: #666;
}

@media (min-width: 768px) {
	.oc_day_box{
		width: calc(100% - 142px);
		margin-left:auto;
		margin-right:auto;
	}
	.arrows03{
		position: absolute;
		top:0;
		left:0;
		display: block;
		width: 100%;
		margin-bottom: 0
	}
	#oc_day .slick-prev{
		position: absolute;
		top:28px;
		left:0;
	}
	#oc_day .slick-next{
		position: absolute;
		top:28px;
		right:0;
	}
}


/* 参加のメリット ----------------*/

.oc_dayInner .border-box{
	padding:0;
	margin-bottom: 3rem;
}

.oc_dayInner .border-box .inner{
	padding:3rem;
}

@media (min-width: 992px) {
	.oc_dayInner .border-box .inner{
		background: url("../imgs/oc/image01.jpg") no-repeat right 10px bottom 10px;
		background-size: 50%;
	}
	.oc_dayInner .border-box .inner{
		padding:5rem;
	}
}

.merit li{
	background-color: #f780aa;
	padding: 12px;
	border-radius: 3px;
	margin-bottom: 5px;
	text-align: center;
	color: #fff;
	font-size:13px;
	box-sizing: border-box;
}
@media (min-width: 596px) {
	.merit li{
		padding: 15px;
		font-size:16px;
		margin-bottom: 10px;
	}
}
@media (min-width: 1200px) {
	.merit li{
		padding: 20px;
		font-size:17px;
	}
}

@media (max-width: 768px) {
	.oc_dayInner .border-box .inner{
		padding:0 !important;
	}
	.oc_dayInner .border-box{
		padding:0 !important;
		margin:0 !important;
	}
	.oc_dayInner .border-box::before{
		top:0 !important;
		left:0 !important;
		bottom:0 !important;
		right:0 !important;
	}
}

/* 体験内容 ------------------*/

.taiken_movie a,
.taiken_movie a:link,
.taiken_movie a:hover,
.taiken_movie a:visited,
.fa-video{
	color: #194d82;
}

.taiken_movie a{
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	padding: 12px 0;
	display: block;
	margin-top: 10px;
	font-size: 14px;
}


.icon_c01{ background-color:rgba(246,172,25,1);}
.icon_c02{ background-color:rgba(237,124,155,1);}
.icon_c03{ background-color:rgba(240,132,71,1);}
.icon_c04{ background-color:rgba(132,94,165,1);}
.icon_c05{ background-color:rgba(0,170,117,1);}
.icon_c06{ background-color:rgba(25,127,196,1);}
.icon_c07{ background-color:rgba(72,190,214,1);}

.text_c00{ color:#DF1919;}
.text_c01{ color:rgba(246,172,25,1);}
.text_c02{ color:rgba(237,124,155,1);}
.text_c03{ color:rgba(240,132,71,1);}
.text_c04{ color:rgba(132,94,165,1);}
.text_c05{ color:rgba(0,170,117,1);}
.text_c06{ color:rgba(25,127,196,1);}
.text_c07{ color:rgba(72,190,214,1);}

[class*="icon_c0"]{
	position: absolute;
	bottom:0;
	left:0;
	padding:8px 12px;
	color: #fff;
	font-size:14px;
}

.flow_box p{
	margin-bottom: 0;
}

.flow_box{
	margin-bottom: 15px;
}
.flow_box:last-child{
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.flow_box{
		margin-bottom: 20px;
	}
	.flow_box:nth-child(5),
	.flow_box:nth-child(6){
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	.flow_box:nth-child(4),
	.flow_box:nth-child(5),
	.flow_box:nth-child(6){
		margin-bottom: 0;
	}
	.taiken	.flow_box:nth-child(4){
		margin-bottom: 20px;
	}
}


/* 動画で見る体験内容 ------------------*/

#open-campus-info .movie{
	background: rgba(253,242,245,1);
	position: relative;
}

#open-campus-info .movie::before{
	content: "";
	background: url("../imgs/index/slash_l_02.png") no-repeat left top;
	left:0;
	top:0;
}

#open-campus-info .movie::after{
	content: "";
	background: url("../imgs/index/slash_r_02.png") no-repeat right bottom;
	right:0;
	bottom:0;
}

#open-campus-info .movie::before,
#open-campus-info .movie::after{
position: absolute;
width: 56px;
height: 94px;
background-size: 100%;
}


@media (min-width: 768px) {
	#open-campus-info .movie::before,
	#open-campus-info .movie::after{
	width: 112px ;
	height: 187px;
	}
}

#open-campus-info .image_photo{
		position: absolute;
    right: 5px;
    bottom: -25px;
    max-width: 180px;
    width: 40vw;
    height: auto;
}

@media (min-width: 480px) {
	#open-campus-info .image_photo{
		position: absolute;
		right: 5px;
		bottom:-5vw;
		max-width: 380px;
		width: 30vw;
		height: auto;
	}
}

/* オープンキャンパスサポート ------------------*/

.support_box{
	margin:0 0 2.5rem 0;
}

@media (min-width: 600px) {
	.support_box{
		margin:0 0 2.5rem 0;
	}
}

@media (min-width: 992px) {
	.support_box{
		margin:0 0 3.5rem 0;
	}
}

@media (min-width: 1200px) {
	.support_box{
		margin:0 0 4rem 0;
	}
}

.tag span{
	background-color:rgb(238,174,6);
	color: #fff;
	padding: 8px 10px;
	font-size:14px;
	margin-right:7px;
	display:inline-block;
	font-weight: normal;
}


/* box01　-------------*/

.border-box {
	background: repeating-linear-gradient(-45deg, #ddd, #ddd 1px, #fff 0, #fff 4px);
	background-size: 6px 6px;
	background-repeat: repeat;
	padding: 2rem;
	position:relative;
	z-index:0;
}

.border-box::before {
	content: "";
	background:#FFF;
	margin: auto;
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	z-index:-1;
}

@media screen and (min-width: 640px) {
	.border-box {
		padding: 3rem;
	}
}

@media screen and (min-width: 768px) {
	.border-box{
		padding: 5rem;
	}

	.border-box::before {
		top: 10px;
		right: 10px;
		bottom: 10px;
		left: 10px;
	}
}

/* box02　-------------*/

.border-box02{
	border-radius: 2px;
	padding: 20px;
	background-color: #f9f7f5;
}
.border-box02 p{
	margin:0;
	padding:0;
}

/* box03　-------------*/

.border-box03{
	background-color:#ddf4f7;
	padding: 15px;
}

/* box04　-------------*/

.border-box04{
	border:3px solid #eee;
	padding: 20px;
}

/* ボタン02　--------------- */

.btn02{
	text-align:center;
	margin:3rem 0;
	padding:0;
}

.btn02 a{
	background-color: #285eaf;
	border-radius: 3px;
	color: #fff !important;
	font-weight: 900;
	max-width: 300px;
	width: 90%;
	padding: 2.6rem 1rem;
	margin:0 auto;
	display: block;
	font-size:14px;
	transition: 0.15s linear;
	opacity:1.0;
	line-height: 1.3;
	filter: alpha(opacity=100);
}

@media (min-width: 768px) {
	.btn02{
		margin:5rem 0;
	}
	.btn02 a{
		max-width: 340px;
		font-size:17px;
	}
}

.btn02 a + a {
	margin-top: 10px;
}

/* .btn02 a.line{
	background-color: #59d265;
} */

.btn02.inq a{
	background-color: #e64646;
}

.btn02 a.line{
	background-color: #40ce4e;
}

.btn02 a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	text-decoration: none;
}

.btn02 a{
	position: relative;
	vertical-align: middle;
}

.btn02 a::before{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.btn02 a::before{
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn02.flex a{
	margin:0 auto 10px;
}

@media (min-width: 993px) {
	.btn02.flex{
		display: flex;
		justify-content: center;
	}
	.btn02.flex a{
		margin:0 15px;
	}
}

@media screen and (min-width:992px) {
	a.line.icon {
		padding-top: 13px;
		padding-bottom: 10px;
	}
}

a.line span::before {
	content: url(../imgs/shared/icon-line.png);
	display: block;
	margin-left: 15px;
	margin-right: -20px;
	float:left;
}

/*[START]add20200907*/
@media screen and (min-width: 768px) {
  .btn02.two-colors a {
    max-width: 400px;
    font-size: 22px;
  }
  .btn02.two-colors a .head{
    font-size: 18px;
  }
  .btn02.two-colors.mt-50{
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .btn02.two-colors a {
    max-width: 100%;
    padding: 1.6rem 1rem;
    font-size: 16px;
  }
  .btn02.two-colors a .head{
    font-size: 14px;
  }
}
.btn02.two-colors a{
  background-color: #e64646;
}
.btn02.two-colors a:nth-child(2){
  background-color: #40ce4e;
}
.btn02.two-colors a::before {
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*[END]add20200907*/

/* ==============================================================
   # AOページ #ao
============================================================== */

#ao .kv{
	background:url("../imgs/ao/kv.jpg") no-repeat center;
	background-size: cover;
}

#ao .merit_box{
	margin-bottom: 20px;
	text-align: center;
}


@media (min-width: 768px) {
#ao .merit_box{
	margin-bottom: 40px;

}

	#ao .merit_box:nth-child(5){
		margin-bottom: 0
	}
}
@media (min-width: 1200px) {
	#ao .merit_box:nth-child(4),
	#ao .merit_box:nth-child(5){
		margin-bottom: 0
	}
}

#ao [class*="merit0"]{
	font-size:16px;
	font-weight: 900;
	margin-bottom: 10px;
	line-height: 1.4;
	color: #4295dc;
	background-repeat:no-repeat;
	background-size: 20px;
	background-position: left top 1px;
	padding-left: 26px;
	text-align: left;
}
@media (min-width: 768px) {
	#ao [class*="merit0"]{
		font-size:20px;
		margin-bottom: 10px;
		background-repeat:no-repeat;
		background-size: 26px;
		background-position: left top 2px;
		padding-left: 36px;
		font-weight:900;
	}
}


#ao .merit_box img{
	width:100%;
	margin:15px auto 0;
}
@media (min-width: 480px) {
	#ao .merit_box img{
		width:90%;
		min-width: 300px;
		margin:15px auto 0;
	}

}

#ao .merit01{
	background-image: url("../imgs/ao/merit01.png");
}
#ao .merit02{
	background-image: url("../imgs/ao/merit02.png");
}
#ao .merit03{
	background-image: url("../imgs/ao/merit03.png");
}
#ao .merit04{
	background-image: url("../imgs/ao/merit04.png");
}
#ao .merit05{
	background-image: url("../imgs/ao/merit05.png");
}
#ao .merit06{
	background-image: url("../imgs/ao/merit06.png");
}

#ao .flow_box{
	border:3px solid #eee;
	padding: 20px;
	margin-bottom: 50px;
	position: relative;
}

#ao .flow_box::after{
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin: auto;
		margin-left: -14px;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 14px solid transparent;
    border-top: 14px solid #4295dc;
}

#ao .flow_box.last{
	margin-bottom: 0
}
#ao .flow_box.last:after{
	display:none;
}

#ao .flow_box .btn02{
	margin-top:20px;
	margin-bottom:0;
}

@media (min-width: 768px) {
	#ao .flow_box{
		border:3px solid #eee;
		padding: 30px;
		margin-bottom: 50px;
	}
}

#ao .tokuten{
	margin-bottom: 30px;
}
	#ao .tokuten li{
		font-weight: 900;
	}

@media (min-width: 768px) {
	#ao .tokuten li{
		font-size:16px;
		margin-bottom: 5px;
	}
}

/* AO制度を利用した先輩インタビュー ---------------*/

.ao-voice-img{
	position: relative;
}
.ao-voice-title{
	font-size:16px;
	font-weight: 900;
	margin-bottom: 10px;
	line-height: 1.4;
	color: #4295dc;
}
/*.ao-voice-ofiice{
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 900;
	border-top:1px dotted #ccc;
	padding-top: 10px;
}*/
.ao-voice-name{
	font-size: 13px;
	margin-bottom: 10px;
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
	padding: 10px 0;
	line-height: 1.6;
}
.ao-voice-inner p{
	margin-bottom: 0;
}
.ao-voice-inner{
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.ao-voice-title{
		font-size:18px;
		margin-bottom: 10px;
	}
/*.ao-voice-ofiice{
	font-size: 16px;
	padding-top: 15px;
}*/

	.ao-voice-name{
		font-size: 13px;
		margin-bottom: 10px;
		padding: 10px 0;
	}
	.ao-voice-inner{
		margin-bottom: 40px;
	}
}

@media (min-width: 992px) {
	.ao-voice-title{
		font-size:20px;
		margin-bottom: 15px;
	}
	.ao-voice-name{
		margin-bottom: 10px;
	}
	.ao-voice-inner{
		margin-bottom: 40px;
	}
}

/* ==============================================================
   # JJCが選ばれる理由 #appeal
============================================================== */

#appeal .kv{
	padding:0;
	margin:0;
	position: relative;
	background-size: cover;
	display:flex;
	flex-wrap: nowrap;
	align-items: center;
	height: auto;
}

@media (max-width: 767px) {
	#appeal .kv .container{
		padding:0;
	}
	#appeal .kv .catch{
		display:none;
	}
}

@media (min-width: 768px) {
	#appeal .kv{
		height: 60vw;
		background: url("../imgs/appeal/kv.jpg") no-repeat center;
		background-size: cover;
	}

	#appeal .kv::before{
		content: "";
		background: url("../imgs/index/slash_l.png") no-repeat left top;
		background-size: cover;
		width: 100px;
		height: 300px;
		position: absolute;
		left:0;
		top:0;
	}
	#appeal .kv::after{
		content: "";
		background: url("../imgs/index/slash_r.png") no-repeat right bottom;
		background-size: cover;
		width: 100px;
		height: 300px;
		position: absolute;
		right:0;
		bottom:0;
	}
}

@media (min-width: 992px) {
	#appeal .kv{
		height: calc(100vh - 163px);
	}
	#appeal .kv::before{
		width: 200px;
		height: 600px;
	}
	#appeal .kv::after{
		width: 200px;
		height: 600px;
	}
}

#appeal .catch h2{
	display:block;
	width: 100%;
	background-color:transparent;
	margin:0 0 15px 0;
	padding: 0;
}

#appeal .inner{
	text-align: left;
	font-size:11px;
	line-height: 2;
	padding: 20px;
	margin:0;
	background-color: rgba(255,255,255,0.8);
	display:inline-block;
}

#appeal h2 strong{
	font-size:20px;
	background-color: #333;
	padding: 14px;
	color: #fff;
	display:inline-block;
	position: relative;
}

@media (min-width: 576px) {
	#appeal .inner{
	font-size:12px;
	}



}

@media (min-width: 768px) {
#appeal .catch h2{
	margin:0 0 25px 0;
	}
	#appeal h2 strong{
		font-size:26px;
	}
	#appeal .inner{
		font-size:12px;
		padding: 20px;
	}
}

@media (min-width: 992px) {
	#appeal .inner{
		font-size:16px;
		padding: 30px;
	}
		#appeal h2 strong{
		font-size:32px;
	}

}

#appeal h2 strong::after {
	content: "";
	background-image: linear-gradient( 45deg, transparent 25%, #fff 25%, #fff 50%, transparent 50%, transparent 75%, #fff 75%, #fff );
	background-size: 4px 4px;
	background-repeat: repeat;
	position: absolute;
	top: 5px;
	right: -5px;
	left: 5px;
	bottom: -5px;
	z-index:-1;
}


#appeal .reason h3.catch{
	font-size:22px;
	margin-bottom: 15px;
	font-weight: 900;
	line-height: 1.4;
	position: relative;
	color: #3999d4;
}

#appeal .reason h4{
	margin-bottom: 10px
}
#appeal .s-section{
	margin-bottom: 20px;
}
.reason_box{
	margin-bottom: 40px;
}
.reason_box hr{
	margin-top: 40px;
}

@media (min-width: 576px) {
	#appeal .reason h3.catch{
		font-size:22px;
		margin-bottom: 15px;

	}
}

@media (min-width: 768px) {
	.reason_box{
		margin-bottom: 60px;
	}
}

@media (min-width: 992px) {
	#appeal .s-section{
		margin-bottom: 0;
	}
	.reason_box{
	margin-bottom: 60px;
	}

	#appeal .reason h3.catch{
		font-size:25px;
		margin-bottom: 20px;
		color: inherit;
	}

	.reason_box hr{
		display:none;
	}

}

.reason_box:last-child{
	margin-bottom: 0
}

.fw-youtube {
	background-color: #FFF;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	width: 100%;
	margin: auto;
	padding-top: 56.25%;
}
.fw-youtube.sq {
	padding-top: 100%;
	overflow: hidden;
	z-index: 2;
}
.fw-youtube iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	right: 0;
}

.fw-youtube {
	position: relative;
	width: 100%;
	margin: auto;
	padding-top: 100vw;
	z-index: 10;
}
@media (min-width: 768px) {
	.fw-youtube {
		padding-top: 580px;
	}
}

/*[start]add20200530*/
[data-ruby] {
	position: relative;
}
[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -1em;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 0.5em;
}
/*[end]add20200530*/

/* ==============================================================
   # JJCで目指せるお仕事 #placement
============================================================== */

#placement .kv {
  background: url("../imgs/placement/kv.jpg") repeat-x 0 0;
	background-size: auto 100%;
  animation: bgiLoop 160s linear infinite;
}
@keyframes bgiLoop {
    0% { background-position: 0 0;}
  100% { background-position: -1600px 0;}
}

[class*="job_c"] .job_name{
	padding: 10px 17px;
	font-size:14px;
	background-color: #333;
	position: absolute;
	bottom:0;
	left:0;
	color: #fff;
	letter-spacing: 1px;
}

.job_c01 .job_name,
.job_c01 h3.common{ background-color:rgba(246,172,25,1);}

.job_c02 .job_name,
.job_c02 h3.common{ background-color:rgba(237,124,155,1);}

.job_c03 .job_name,
.job_c03 h3.common{ background-color:rgba(240,132,71,1);}

.job_c04 .job_name,
.job_c04 h3.common{ background-color:rgba(132,94,165,1);}

.job_c05 .job_name,
.job_c05 h3.common{ background-color:rgba(0,170,117,1);}

.job_c06 .job_name,
.job_c06 h3.common{ background-color:rgba(25,127,196,1);}

.voice07 .job_name,
.job_c07 .job_name,
.job_c07 h3.common{ background-color:rgba(72,190,214,1);}

.job_c01 h4.common{ border-color:rgba(246,172,25,1);}
.job_c02 h4.common{ border-color:rgba(237,124,155,1);}
.job_c03 h4.common{ border-color:rgba(240,132,71,1);}
.job_c04 h4.common{ border-color:rgba(132,94,165,1);}
.job_c05 h4.common{ border-color:rgba(0,170,117,1);}
.job_c06 h4.common{ border-color:rgba(25,127,196,1);}
.job_c07 h4.common{ border-color:rgba(72,190,214,1);}

.nara{
	text-align: left;
	font-size:16px;
	margin-bottom: 20px;
	margin-top: 10px;
	font-weight: 900;
	line-height: 1.4;
}
@media (min-width: 575px) {
.nara{
	text-align: center;
	font-size:18px;
	margin-bottom: 30px;
	margin-top: 20px;
}

}

/* ページ内ナビ（共通）-----------*/

.pagenavi{
	border:1px solid #ddd;
	display: flex;
	flex-wrap: nowrap;
	flex-wrap: wrap;
	background-color: #fff;
}

.pagenavi li{
	width:50%;
	border-bottom:1px dotted #ddd;
}

.pagenavi li a{
	display: block;
	text-align: left;
	padding:20px 10px;
	font-size:12px;
	color: #222;
	transition: 0.2s linear;
}

@media (min-width: 576px) {
	.pagenavi li{
		border-right:1px dotted #ddd;
		border-bottom:1px dotted #ddd;
	}
	*::-ms-backdrop, .pagenavi li {
  width: 33.333333;
	}
}

@media (min-width: 768px) {
	.pagenavi li{
		border-right:1px dotted #ddd !important;
		border-bottom:1px dotted #ddd !important;
	}
	*::-ms-backdrop, .pagenavi li {
  width: 25%;
	}
	.pagenavi li a{
		padding:25px 15px;
		font-size:14px;
	}
}

/* ページナビ：目指せるお仕事 ---------------*/

#placement .pagenavi{
	margin-bottom: 50px;
}

@media (max-width: 575px) {
	#placement .pagenavi li:nth-child(odd){
		border-right:1px dotted #ddd;
	}
	#placement .pagenavi li:nth-of-type(5),
	#placement .pagenavi li:nth-of-type(6){
		border-bottom:none;
	}
}

@media (min-width: 576px) {
	#placement .pagenavi{
		margin-bottom: 100px;
	}
	#placement .pagenavi li{
		width:33.333333%;
	}
	*::-ms-backdrop,
	#placement .pagenavi li {
  width: 33.333333;
	}
	#placement .pagenavi li:nth-of-type(3),
	#placement .pagenavi li:nth-of-type(6){
		border-right:none;
	}
	#placement .pagenavi li:nth-of-type(4),
	#placement .pagenavi li:nth-of-type(5),
	#placement .pagenavi li:nth-of-type(6){
		border-bottom:none;
	}
}

@media (min-width: 768px) {
	#placement .pagenavi li{
		width:25%;
	}
	#placement .pagenavi li:nth-of-type(4){
		border-right:none !important;
	}
	#placement .pagenavi li:nth-of-type(5),
	#placement .pagenavi li:nth-of-type(6){
		border-bottom:none !important;
	}
}

/* ページナビ：遠方の方へ -----*/

#enpou .pagenavi{
	margin-bottom: 30px;
}
#enpou .pagenavi li:nth-child(odd){
	border-right:1px dotted #ddd;
}
#enpou .pagenavi li:nth-of-type(3){
	border-bottom:none;
}

@media (min-width: 768px) {
	#enpou .pagenavi{
		margin-bottom: 40px;
	}
	#enpou .pagenavi li{
		width: 33.33333%;
		border-bottom: none !important;
	}
}

/*  */

.pagenavi li a:hover{
	text-decoration: none;
	background-color:#F1FBFC;
}

.pagenavi li a{
    position: relative;
}

.pagenavi li a::before,
.pagenavi li a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.pagenavi li a::before{
    right: 12px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-top: 5px solid #5BCFDE;
}

/* ==============================================================
   # キャンパスライフ #campus-life
============================================================== */

#campus-life .kv{
	background:url("../imgs/campus-life/kv.jpg") no-repeat center;
	background-size: cover;
}

#campus-life .koushin_text{
	text-align: center;
	font-size:14px;
	font-weight: 900;
	margin-bottom: 15px;
}
#campus-life .catch{
	font-size:18px;
	font-weight: 900;
	text-align: center;
	margin:0 0 30px 0;
	line-height: 1.4;
	color: #5BCFDE;
}

@media (min-width: 600px) {
	#campus-life .koushin_text{
		font-size:18px;
		margin-bottom: 15px;
	}
	#campus-life .catch{
		font-size:24px;
		margin:0 0 30px 0;
	}
}

@media (min-width: 992px) {
	#campus-life .catch{
		font-size:32px;
		margin:0 0 40px 0;
	}
}

.campus_title{
	border-left:5px solid #000;
	background-color: #C9C9C9;
	padding:10px 15px 10px 17px;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 15px;
	position: relative;
}
.campus_title:after{
	content: "";
	position: absolute;
	width: 2px;
	left: 0;
	top: 0;
	background-color: #fff;
	height: 100%;
}

.event_name {
	background-color: #eee;
	color: #fff;
	padding: 10px 20px;
	font-size:16px;
	position: absolute;
	top:6%;
	left:-10px;
	letter-spacing: 1px;
	transform: rotate(-3deg);
	box-shadow:3px 3px 8px 0px rgba(0,0,0,.5);
}
@media (min-width: 600px) {
	.event_name {
		padding: 15px 30px;
		font-size:20px;
		box-shadow:3px 3px 8px 0px rgba(0,0,0,.5);
	}
}
.campus_photo{
	position: relative;
	font-family: 'Kosugi Maru', sans-serif;
	overflow-x: hidden;
}

.m04 .campus_title{ border-left:5px solid #FEDD50; }
.m05 .campus_title{ border-left:5px solid #AAD25F; }
.m06 .campus_title{ border-left:5px solid #66C573; }
.m07 .campus_title{ border-left:5px solid #4DC0BB; }
.m08 .campus_title{ border-left:5px solid #45C8F6; }
.m09 .campus_title{ border-left:5px solid #5BAEE2; }
.m10 .campus_title{ border-left:5px solid #5294C8; }
.m11 .campus_title{ border-left:5px solid #ADA7C9; }
.m12 .campus_title{ border-left:5px solid #B57AB2; }
.m01 .campus_title{ border-left:5px solid #F16EB0; }
.m02 .campus_title{ border-left:5px solid #EE8488; }
.m03 .campus_title{ border-left:5px solid #F7AF40; }

.m04 p span{ color:#FEDD50; }
.m05 p span{ color:#AAD25F; }
.m06 p span{ color:#66C573; }
.m07 p span{ color:#4DC0BB; }
.m08 p span{ color:#45C8F6; }
.m09 p span{ color:#5BAEE2; }
.m10 p span{ color:#5294C8; }
.m11 p span{ color:#ADA7C9; }
.m12 p span{ color:#B57AB2; }
.m01 p span{ color:#F16EB0; }
.m02 p span{ color:#EE8488; }
.m03 p span{ color:#F7AF40; }

.m04 .event_name{ background-color:#f5d033; }
.m05 .event_name{ background-color:#AAD25F; }
.m06 .event_name{ background-color:#66C573; }
.m07 .event_name{ background-color:#4DC0BB; }
.m08 .event_name{ background-color:#45C8F6; }
.m09 .event_name{ background-color:#5BAEE2; }
.m10 .event_name{ background-color:#5294C8; }
.m11 .event_name{ background-color:#ADA7C9; }
.m12 .event_name{ background-color:#B57AB2; }
.m01 .event_name{ background-color:#F16EB0; }
.m02 .event_name{ background-color:#EE8488; }
.m03 .event_name{ background-color:#F7AF40; }

.event_box img{ border-radius: 4px; }
.event_box.m04 img{ border:5px solid #f5d033; }
.event_box.m05 img{ border:5px solid #AAD25F; }
.event_box.m06 img{ border:5px solid #66C573; }
.event_box.m07 img{ border:5px solid #4DC0BB; }
.event_box.m08 img{ border:5px solid #45C8F6; }
.event_box.m09 img{ border:5px solid #5BAEE2; }
.event_box.m10 img{ border:5px solid #5294C8; }
.event_box.m11 img{ border:5px solid #ADA7C9; }
.event_box.m12 img{ border:5px solid #B57AB2; }
.event_box.m01 img{ border:5px solid #F16EB0; }
.event_box.m02 img{ border:5px solid #EE8488; }
.event_box.m03 img{ border:5px solid #F7AF40; }


#campus-life .movie{
	background: #111;
	padding: 2% 3% 3% 3%;
}
#campus-life main hr.dot{
	margin:20px 0;
}
#campus-life .movie_title{
	font-size:16px;
	font-weight: 900;
	color: #fff;
	padding:7px;
	text-align: center;
}
@media (min-width: 600px) {
	#campus-life .movie_title{
		font-size:20px;
		padding:10px;
	}
}

#campus-life .fa-video{
	color: #fff;
}

#campus-life .sns_box {
  margin: 0;
  padding: 0;
  border-left: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#campus-life .sns_box {
  width: 100%;
}
#campus-life .sns_box .image_photo {
  display: none;
}
#campus-life .sns_box li a {
  padding: 15px;
}
#campus-life .sns_box ul {
  width: 100%;
  margin-top: 0;
}
@media (min-width: 576px) {
  #campus-life .sns_box .image_photo {
    width: 35%;
    height: 35%;
    display: block;
  }
  #campus-life .sns_box ul {
    width: 63%;
  }
}

/* ==============================================================
   # 就職実績 #support
============================================================== */

#support .kv{
	background:url("../imgs/support/kv.jpg") no-repeat center;
	background-size: cover;
}

/* 就職サポート ---------------*/

#support .point .catch,
#qualification .point .catch{
	font-size:16px;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 25px 0;
	font-weight: 900;
}

#support .point img,
#qualification .point img{
	max-width: 900px;
	width: 100%;
	margin:auto;
}

#support .point h4.point-title,
#qualification .point h4.point-title{
	font-size:20px;
	font-weight: 900;
	margin: 15px 0 10px 0;
	line-height: 1.4;
}

#support .point h4.point-title span,
#qualification .point h4.point-title span{
	font-size:14px;
	color: #F54378;
	display: block;
	margin-bottom: 4px;
	font-weight: 900;
}

#support .point-inner,
#qualification .point-inner{
	margin-bottom: 30px;
}

@media (min-width: 576px) {
	#support .point .catch,
	#qualification .point .catch{
		font-size:26px;
	}
	#support .point-inner,
	#qualification .point-inner{
		margin-bottom: 40px;
	}
	#support .point h4.point-title,
	#qualification .point h4.point-title{
		font-size:26px;
		margin: 20px 0 15px 0;
	}
	#support .point h4.point-title span,
	#qualification .point h4.point-title span{
		font-size:16px;
		margin-bottom: 8px;
	}


}

@media (min-width: 768px) {
	#support .point .catch,
	#qualification .point .catch{
		font-size:36px;
		margin: 0 0 40px 0;
	}
}


/* 就職先一覧 ---------------*/

ul.recruit{
	width: 100%;
	padding:0;
	margin:0;
}
ul.recruit li{
	display: inline;
	padding:0;
	margin:0;
	font-size:12px;
}
ul.recruit li::after{
	content: "／";
}
ul.recruit li:last-child::after{
	content: "";
}
@media (min-width: 567px) {
	ul.recruit li{
	padding:0 0 5px 0;
	font-size:14px;
	}
}

/* 先輩からのメッセージ ---------------*/

.voice-img{
	position: relative;
}
.voice-title{
	font-size:16px;
	font-weight: 900;
	margin-bottom: 10px;
	line-height: 1.4;
}
.voice-ofiice{
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 900;
	border-top:1px dotted #ccc;
	padding-top: 10px;
}
.voice-name{
	font-size: 13px;
	margin-bottom: 10px;
	border-bottom:1px dotted #ccc;
	padding-bottom: 10px;
}
.voice-inner p{
	margin-bottom: 0;
}
.voice-inner{
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.voice-title{
		font-size:18px;
		margin-bottom: 15px;
	}
.voice-ofiice{
	font-size: 16px;
	padding-top: 15px;
}

	.voice-name{
		font-size: 13px;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.voice-inner{
		margin-bottom: 40px;
	}
}

@media (min-width: 992px) {
	.voice-title{
		font-size:20px;
		margin-bottom: 15px;
	}
	.voice-name{
		margin-bottom: 20px;
	}
	.voice-inner{
		margin-bottom: 40px;
	}
}

/* ==============================================================
   # 公務員合格実績 #results
============================================================== */

#results .kv{
	background:url("../imgs/ao/kv.jpg") no-repeat center;
	background-size: cover;
}

/* ==============================================================
   # 専門実施教育訓練給付金制度 #kyufukin
============================================================== */

#kyufukin .kv{
	background:url("../imgs/ao/kv.jpg") no-repeat center;
	background-size: cover;
}

/* ==============================================================
   # 公務員合格実績 #results
============================================================== */

#results .kv{
	background:url("../imgs/ao/kv.jpg") no-repeat center;
	background-size: cover;
}

#results dt{
	margin-bottom: 3px;
	color:rgba(0,170,117,1);
	font-size:16px;
}

#results dd{
	margin-bottom: 15px;
	padding-left: 2.5em;
	text-indent: -2.5em;
}

#results dd span,
#results dt span{
	font-size:12px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	display:inline-block;
	color: #fff;
	background-color: rgb(127, 210, 117);
	border-radius: 100px;
	margin-right: 7px;
	text-indent:0;
}

#results dt span{
	background-color: rgba(0,170,117,1);
}



/* ==============================================================
   # 資格・検定実績 #qualification
============================================================== */

#qualification .kv{
	background:url("../imgs/qualification/kv.jpg") no-repeat center;
	background-size: cover;
}


#qualification .catch02{
	font-size:14px;
	margin-top: 20px;
	font-weight: 900;
}

@media (min-width: 768px) {
	#qualification .catch02{
		font-size:20px;
		margin-top: 20px;
	}
}

#qualification .nankan-box{
	margin-bottom:30px;
}

#qualification .nankan-title{
	font-size:15px;
	font-weight: 900;
	color: #4295dc;
	margin-bottom: 5px;
	line-height: 1.4;
}
#qualification .nankan-comment{
	margin-bottom: 10px;
}

#qualification .nankan-name{
	font-size:12px;
	margin-bottom: 10px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding: 10px 0;
}

#qualification .nankan-name span{
	font-size:12px;
}

@media (min-width: 768px) {
	#qualification .nankan-box{
		margin-bottom:40px;
	}
	#qualification .nankan-title{
		font-size:17px;
		margin-bottom: 10px;
	}
	#qualification .nankan-name{
		font-size:13px;
	}
}

/* mos入賞 */

#qualification .mos-box{
	margin-bottom: 20px;
	text-align: center;
}
#qualification .mos-box:last-child{
	margin-bottom: 0;
}

#qualification .mos-box .award{
	background: url("../imgs/qualification/crown.png") no-repeat center top;
	background-size: 30px 26px;
	padding: 30px 0 5px 0;
	color: #fff;
	font-size:13px;
	white-space: nowrap;
}
#qualification .mos-inner{
	background-color: #af944a;
	padding: 10px;
	color: #fff;
	text-align: center;
}

@media (min-width: 768px) {
	#qualification .mos-box{
		margin-bottom: 40px;
	}

	#qualification .mos-inner{
		padding: 15px;
		text-align: left;
		display: flex;
		flex-wrap: nowrap;
		align-items:flex-end;
	}
	#qualification .mos-box p{
		width:75%;
	}
	#qualification .mos-box .award{
		width: 25%;
		background: url("../imgs/qualification/crown.png") no-repeat center top;
		background-size: 40px 34px;
		padding: 40px 0 0 0;
		font-size:15px;
		text-align: center;
	}
	#qualification .mos-box:nth-child(3),
	#qualification .mos-box:nth-child(4){
		margin-bottom: 0;
	}

}

/*.btn.movie i{
	position: absolute;
    left: 14px;
    top: 50%;
    font-size: 18px;
    margin-top: -9px;
}*/

/* ==============================================================
   # 入試・学費について　#entrance
============================================================== */

#entrance .kv{
	background:url("../imgs/ao/kv.jpg") no-repeat center;
	background-size: cover;
}

#entrance main .disc,
#entrance main .alpha-ol{
	margin-bottom:20px;
}
#entrance main .alpha-ol > li{
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	#entrance main .disc,
	#entrance main .alpha-ol{
		margin-bottom:30px;
	}
}
#entrance main .disc .disc{
	margin-bottom:0;
}

/* ==============================================================
   # 学費支援制度・学費奨学制度　#scholarship
============================================================== */

#scholarship .kv{
	background:url("../imgs/ao/kv.jpg") no-repeat center;
	background-size: cover;
}
#scholarship main table{
	margin-bottom:20px;
}

#scholarship main table th{
	width:25%;
}
/* #scholarship main table td{
	width:75%;
} */


@media (min-width: 768px) {
	#scholarship main table{
		margin-bottom:40px;
	}
}

#scholarship main .yoko th,
#scholarship main .yoko td{
	width:auto;
}


/*[START]add20200629*/
#scholarship .btn_more,
#scholarship_demo .btn_more {
	margin-top: 15px;
	margin-bottom: 15px;
}

#scholarship .btn_more a,
#scholarship_demo .btn_more a {
	padding: 15px 15px;
	font-size:14px;
	color: #fff !important;
	border-radius: 2px;
	display: block;
	width:100%;
	max-width: 14em;
	margin:0 0 0 auto;
	text-align: center;
	transition: 0.1s linear;
	line-height:1;
	background-color: #4295dc;
}

#scholarship .btn_more a:hover,
#scholarship_demo .btn_more a:hover {
	text-decoration: none;
	opacity:0.7;
	filter: alpha(opacity=70);
}

#scholarship h3.attention,
#scholarship_demo h3.attention {
  color:#EE0806;
  font-size: 26px;
  line-height: 1.5;
  margin-bottom:20px;
}

#scholarship h3.question,
#scholarship_demo h3.question {
  color:#333;
  font-size: 22px;
  line-height: 1.5;
  margin-top:30px;
  margin-bottom:15px;
}
#scholarship h3.question::before,
#scholarship_demo h3.question::before {
  content: "";
  background-image: url(../imgs/scholarship/question.png);
  background-size: cover;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: -0.25em;
  margin-right: 0.33em;
}

#scholarship h4.osusume,
#scholarship_demo h4.osusume,
#scholarship h4.new {
  /* position: relative; */
	display: flex;
}

#scholarship h4.osusume::after,
#scholarship_demo h4.osusume::after {
  content: "";
  background-image: url(../imgs/scholarship/osusume_label2.png);
  background-size: cover;
  display: block;
	width: 92px;
	height: 60px;
	margin-left: 0.5em;
}

#scholarship h4.new::after {
  content: "";
  background-image: url(../imgs/scholarship/new_label.png);
  background-size: cover;
  display: block;
	width: 92px;
	height: 60px;
	margin-left: 0.5em;
}

#scholarship .btn02.oc-entry a,
#scholarship .btn02.oc-yoyaku a,
#scholarship_demo .btn02.oc-entry a,
#scholarship_demo .btn02.oc-yoyaku a {
  width: 100%;
  max-width: 100%;
}

#scholarship .btn02.oc-entry a,
#scholarship_demo .btn02.oc-entry a {
  background-color: #E57475;
}

@media screen and (max-width:767px) {
	#scholarship h3.attention,
	#scholarship h3.question,
	#scholarship_demo h3.attention,
	#scholarship_demo h3.question {
		font-size: 18px;
		margin-bottom:10px;
	}

	#scholarship h3.question::before,
	#scholarship_demo h3.question::before {
		width: 25px;
		height: 25px;
		margin-bottom: -0.25em;
		margin-right: 0.33em;
	}

	#scholarship h4.osusume::after,
	#scholarship_demo h4.osusume::after,
	#scholarship h4.new::after {
		width: 71px;
		height: 46px;
	}
}

@media screen and (min-width:768px) {
	#scholarship h4.common.single-line,
	#scholarship_demo h4.common.single-line {
		line-height:3em;
	}
}

#scholarship .btn02.oc-yoyaku span,
#scholarship_demo .btn02.oc-yoyaku span {
	background-color: #285eaf;
	border-radius: 3px;
	color: #fff !important;
	font-weight: 900;
	width: 100%;
	max-width: 100%;
	padding: 1.6rem 1rem;
	margin:0 auto;
	display: block;
	font-size:14px;
	transition: 0.15s linear;
	opacity:1.0;
	line-height: 1.5;
	filter: alpha(opacity=100);
}

#scholarship .btn02.oc-yoyaku span strong,
#scholarship_demo .btn02.oc-yoyaku span strong {
	font-size:24px;
}
@media (min-width: 768px) {
	#scholarship .btn02.oc-yoyaku span,
	#scholarship_demo .btn02.oc-yoyaku span {
		max-width: 340px;
		font-size: 17px;
	}
}
	/*[END]add20200629*/


/* ==============================================================
   # 学校情報公開　#disclosure
============================================================== */

#disclosure .kv{
	background:url("../imgs/shared/kv.jpg") no-repeat center;
	background-size: cover;
}

.dis_title{
	font-size:14px;
	margin-top:15px;
	padding-top: 15px;
	border-top:1px dotted #ccc;
	position: relative;
}

.dis_title span{
	position: relative;
	padding-left: 18px;
}

.dis_title span::before,
.dis_title span::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.dis_title span::before{
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.dis_title:first-child{
	margin-top:0px;
	padding-top: 0px;
	border-top:0;
}

#disclosure .s-section ul{
	margin-top:10px;
	margin-left: 16px;
}

@media (min-width: 576px) {
	.dis_title{
		font-size:16px;
		margin-top:25px;
		padding-top: 25px;
		border-top:1px dotted #ccc;
		position: relative;
	}
	#disclosure .s-section ul{
		margin-top:15px;
		margin-left: 18px;
	}

}

/* ==============================================================
   # 遠方の方へ　#enpou
============================================================== */

#enpou .kv{
	background:url("../imgs/enpou/kv.jpg") no-repeat center;
	background-size: cover;
}

.hokuriku_banner{
	max-width: 600px;
	width: 100%;
	height: auto;
}

#enpou .cost-list th,
#enpou_demo .cost-list th { /*add20200629*/
	white-space: normal;
}

 /* [START]add20200708*/
#enpou .job_c08 .job_name,
#enpou_demo .job_c08 .job_name {
	background-color:rgba(52,160,100,1);
}

#enpou .osusume,
#enpou_demo .osusume {
	background-color: #f3f3f3;
	padding: 20px;
	margin-top: 20px;
}

#enpou .osusume li,
#enpou_demo .osusume li {
	font-size: 16px;
	font-weight:bold;
	margin-top: 0.25em;
}

#enpou .osusume span,
#enpou_demo .osusume span {
	background-color: #E54548;
	padding: 0 12px;
	color: #fff;
	position: relative;
	display: inline-block;
	margin-bottom: 8px;
	line-height: 34px;
	font-size: 16px;
	font-weight:bold;
}

#enpou .osusume span:after,
#enpou_demo .osusume span:after {
	content: "";
	width: 24px;
	height: 24px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -12px;
	transform: scale(.8,1)rotate(45deg);
	background-color: #E54548;
	box-sizing: border-box;
}

#enpou .btn.game a,
#enpou_demo .btn.game a {
	background-color:rgba(72,190,214,1);
}

#enpou .btn.child a,
#enpou_demo .btn.child a {
	background-color:rgba(246,172,25,1);
}

 /* [END]add20200708*/


/* ==============================================================
   # 専門実施教育訓練給付金制度　#kyufukin
============================================================== */

#kyufukin .kv{
/*	background:url("../imgs/enpou/kv.jpg") no-repeat center;
	background-size: cover;*/
}

#kyufukin .highlight {
    background: linear-gradient(transparent 80%, #FFECB3 80%);
}

/* ==============================================================
   # 卒業生紹介　#graduate
============================================================== */

#graduate .kv{
	background:url("../imgs/graduate/kv.jpg") no-repeat center;
	background-size: cover;
}


.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}
