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

header #menu_box{
	font-family:"A1ゴシック M","A1 Gothic M";
	position: relative;
	width: 200px;
	height : -webkit-calc(100% - 180px) ;
    height : calc(100% - 180px) ;
	top: 180px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-style:none;
	-ms-overflow-style:none;
}

/* メインメニューの高さ　調整必要 */
header #menu_box > div{
	position: relative;
	min-height: 600px;
	height: 100%;
}

header #menu_main{
	width: 160px;
}

header #menu_main li{
	position: relative;
}

header #menu_main li::before{
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	z-index: -1;
	background-color: #f5f5f5;
	transition: all 500ms 0s ease;
}

header #menu_main li a{
	display: block;
	padding: 12px 0px 0px 20px;
	height: 55px;
}

header #menu_main li a div{
	/*font-family: 'Barlow Condensed', sans-serif;*/
	color: #00145a;
	font-size: 16px;
	font-weight: 600;
	line-height: .7;
	letter-spacing: 0px;
	height: 22px;
}

header #menu_main li a strong{
	position: relative;
	display: block;
	color: #666;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	padding-top: 0px;
	width: 0%;
	overflow: hidden;
	transition: all .6s ease .2s;
}

header #menu_main li a strong span{
	display: block;
	width: 160px;
}

#menu_school{
	display: none;
}




header #menu_other{
	position: absolute;
	bottom: 0px;
	margin-top: 20px;
	margin-left: 17px;
	height: 205px;
	opacity: 1;
}

header #menu_form li{
	width: 126px;
	margin-bottom: 13px;
}

header #menu_form li:nth-child(3){
	display: none;
}

header #menu_form li a{
	position: relative;
	background-color: #00145a;
	
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	width: 100%;
	height: 40px;
	overflow: hidden;
	
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

header #menu_form li a span{
	width: 100%;
	text-align: center;
}

header #menu_form li#bto_recruit a{
	background-color: #c9af59;
}

header #menu_sns{
	margin-top: 15px;
	width: 100%;
	text-align: center;
}

header #menu_sns li{
	display: inline-block;
	float: none;
	width: 26px;
	height: 26px;
/*
	margin-right: 18px;
	margin-left: 3px;
*/
	margin-right: 10px;
	margin-left: 10px;
}

header #menu_sns li:nth-child(3){
	display: none;
}


#Policy header #menu_main li:nth-child(1),
#Program header #menu_main li:nth-child(2) ,
#Facility header #menu_main li:nth-child(3) ,
#Goods header #menu_main li:nth-child(4),
#Guidance header #menu_main li:nth-child(5),
#QA header #menu_main li:nth-child(6) ,
#School header #menu_main li:nth-child(7) {
	background-color: #00145a;
}

#Policy header #menu_main li:nth-child(1) a div,
#Program header #menu_main li:nth-child(2) a div,
#Facility header #menu_main li:nth-child(3) a div,
#Goods header #menu_main li:nth-child(4) a div,
#Guidance header #menu_main li:nth-child(5) a div,
#QA header #menu_main li:nth-child(6) a div,
#School header #menu_main li:nth-child(7) a div{
	color: #FFF;
}


#Policy header #menu_main li:nth-child(1) a strong,
#Program header #menu_main li:nth-child(2) a strong,
#Facility header #menu_main li:nth-child(3) a strong,
#Goods header #menu_main li:nth-child(4) a strong,
#Guidance header #menu_main li:nth-child(5) a strong,
#QA header #menu_main li:nth-child(6) a strong,
#School header #menu_main li:nth-child(7) a strong{
	color: #c9af59;
	width: 100%;
	display: block;
}

header #menu_main li:hover::before {
	width: 100%;
}

header #menu_main li:hover strong {
	width: 100%;
}


#Policy header #menu_main li:nth-child(1):hover strong,
#Program header #menu_main li:nth-child(2):hover strong,
#Facility header #menu_main li:nth-child(3):hover strong,
#Goods header #menu_main li:nth-child(4):hover strong,
#Guidance header #menu_main li:nth-child(5):hover strong,
#QA header #menu_main li:nth-child(6):hover strong,
#School header #menu_main li:nth-child(7):hover strong{
	animation: none;
}

header #menu_main li.popup:nth-child(7)::before{
	width: 100%;
}

header #menu_main li.popup:nth-child(7) strong {
	width: 100%;
}

#hanmenu{
	display: none;
}

#bt_inquiry{
	font-family:"A1ゴシック M","A1 Gothic M";
	position: fixed;
	z-index: 9000;
	width: 400px;
	height: 40px;
	right: 0px;
	top: 0px;
}


#bt_inquiry ul{
	display: table;
	width: 100%;
	height: 40px;
}

#bt_inquiry li{
	position: relative;
	display: table-cell;
	width: 50%;
	height: 40px;
	background-color: #FFF;
}

/* 会員サイト　一時削除*/
#bt_inquiry{
	width: 200px;
}

#bt_inquiry li.limited{
	display: none;
}

/* 会員サイト　一時削除*/

#bt_inquiry li a{
	position: relative;
	color: #FFF;
	font-weight: 600;
	width: 100%;
	height: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	text-align: center;
	
	transition: all 500ms 0s ease;
}

#bt_inquiry li a span{
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 3;
}

#bt_inquiry li:nth-child(1){
	display: none;
}

#bt_inquiry li:nth-child(2) a{
	background-color: #00145a;
}

#bt_inquiry li:nth-child(3) a{
	background-color: #b08f1c;
}

#bt_inquiry li a:hover{
	opacity: .7;
}

#menu_school_popup{
	font-family:"A1ゴシック M","A1 Gothic M";
	position: fixed;
	width : -webkit-calc(100% - 160px) ;
	width : calc(100% - 160px) ;
	height: 100%;
	background-color: #f5f5f5;
	z-index: 10000;
	top:0px;
	left: 160px;
	overflow: hidden;
	display: none;
}


/*
#menu_school_popup.popup{

	-webkit-animation: popup_bg .5s forwards ease-out 0.2s;
	animation: popup_bg .5s forwards ease-out 0.2s;
}

@keyframes popup_bg{
	0% {
		width : 0%;
	}
	100% {
		width : -webkit-calc(100% - 160px) ;
		width : calc(100% - 160px) ;
	}
}
*/

#menu_school_popup ul{
	position: absolute;
	display: inline-block;
	z-index:100;
	width: 880px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%%);
}

#menu_school_popup ul li{
	position: relative;
	width: 280px;
	height: 100px;
	background-color: #152b5b;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#menu_school_popup ul li:nth-child(3n){
	margin-right:  0px;
}



#menu_school_popup ul li::before{
	content: "";
	display: block;
	position: absolute;
	z-index: 5000;
	width: 202%;
	height: 100%;
	right: 0%;
	background: -webkit-linear-gradient(left, #152b5b 50%, #f5f5f5 50%) 100% bottom / 100% 100% no-repeat;
	background: linear-gradient(to right, #152b5b 50%, #f5f5f5 50%) 100% bottom / 100% 100% no-repeat;
}

#menu_school_popup.popup li::before{
	width: 202%;
	height: 100%;
	right: 0%;
	background: -webkit-linear-gradient(left, #152b5b 50%, #f5f5f5 50%) 100% bottom / 100% 100% no-repeat;
	background: linear-gradient(to right, #152b5b 50%, #f5f5f5 50%) 100% bottom / 100% 100% no-repeat;
	transition: none;
}

#menu_school_popup.popup li:nth-child(1)::before{
	-webkit-animation: li_move .5s forwards ease-out .7s;
	animation: li_move .5s forwards ease-out .7s;
}

#menu_school_popup.popup li:nth-child(2)::before{
	-webkit-animation: li_move .5s forwards ease-out .8s;
	animation: li_move .5s forwards ease-out .8s;
}

#menu_school_popup.popup li:nth-child(3)::before{
	-webkit-animation: li_move .5s forwards ease-out .9s;
	animation: li_move .5s forwards ease-out .9s;
}

#menu_school_popup.popup li:nth-child(4)::before{
	-webkit-animation: li_move .5s forwards ease-out 1s;
	animation: li_move .5s forwards ease-out 1s;
}

#menu_school_popup.popup li:nth-child(5)::before{
	-webkit-animation: li_move .5s forwards ease-out 1.1s;
	animation: li_move .5s forwards ease-out 1.1s;
}

#menu_school_popup.popup li:nth-child(6)::before{
	-webkit-animation: li_move .5s forwards ease-out 1.2s;
	animation: li_move .5s forwards ease-out 1.2s;
}

#menu_school_popup.popup li:nth-child(7)::before{
	-webkit-animation: li_move .5s forwards ease-out 1.4s;
	animation: li_move .5s forwards ease-out 1.4s;
}

#menu_school_popup ul::before,
#menu_school_popup ul::after{
	opacity: 0;
}


#menu_school_popup.popup ul::before,
#menu_school_popup.popup ul::after{
	display: block;
	content: "";
	position: absolute;
	bottom: 0%;
	left: 50%;
	width: 30px;
	height: 2px;
	margin: 0 0 -20px 0;
	background: #152b5b;
	animation: alpha_100 .4s forwards cubic-bezier(.07,.68,.41,1) 2s;
}

#menu_school_popup.popup ul::before {
	transform: rotate(-45deg);
}

#menu_school_popup.popup ul::after {
	transform: rotate(45deg);
}

#menu_school_popup ul li a{
	position: relative;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	padding-left: 15px;
}


#menu_school_popup ul li a.iconarrow::before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    vertical-align: middle;
}

#menu_school_popup ul li a.iconarrow::before{
	left: 92%;
    width: 14px;
    height: 14px;
	margin-left: -7px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#menu_school_popup ul li a.icon-popup::before{
    position: absolute;
    left: 90%;
    margin: auto;
    vertical-align: middle;
	font-size: 16px;
}


#menu_school_popup ul li a span{
	left:25px;	
}

#menu_school_popup ul li a div{
	color: #c9af59;
	line-height: 1.2;
	font-size: 15px;
}





/******************** footer ***********************/

footer a{
	transition: all 500ms 0s ease;
}

footer a:hover{
	opacity: .7;
}

footer > ul{
	max-width: 1200px;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}

footer ul a{
	color: #FFF;
}

#fmenu_main {
	padding-top: 30px;
	padding-bottom: 0px;
    text-align: justify;
	border-bottom: #FFF solid 1px;
	padding-left: 2%;
	padding-right: 2%;
}

#fmenu_main:after {
    content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
}

#fmenu_main li {
    /*font-family: 'Barlow Condensed', sans-serif;*/
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .3px;
    display: inline-block;
}

#fmenu_main li a{
	color: #FFF;
}


#fmenu_school{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 1%;
}

#fmenu_school > li{
	width: 36%;
	float: left;
	line-height: 1.4;
}

#fmenu_school > li:nth-child(2),
#fmenu_school > li:nth-child(5){
	width: 35%;
}


#fmenu_school > li:nth-child(3),
#fmenu_school > li:nth-child(6){
	width: 29%;
}

#fmenu_school > li > a,
#fmenu_school > li > aside > a{
	position: relative;
	color: #b08f1c;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 10px;
	
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#fmenu_school > li > a br,
#fmenu_school > li > aside > a br{
	display: none;
}

#fmenu_school > li ul{
	padding-bottom: 25px;
}

#fmenu_school > li ul li{
	line-height: 1.4;
	padding-bottom: 5px;
}

#fmenu_school > li ul li:nth-child(1){
	display: none;
}

#fmenu_school > li ul li a{
	font-size: 12px;
	font-weight: 600;
	color: #FFF;
}


#fmenu_other ul{
	width: 590px;
	height: 75px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 0px;
    text-align: justify;
	padding-left: 2%;
	padding-right: 2%;
}




#fmenu_other ul:after {
    content: '';
    width: 100%;
    display: inline-block;
	height: 0px;
}

#fmenu_other ul li {
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .3px;
    display: inline-block;
}

#fmenu_other ul li a{
	color: #FFF;
}

/* 会員サイト　一時削除*/

#fmenu_other ul{
	width: 490px;
}

#fmenu_other ul li.limited{
	display: none;
}

/* 会員サイト　一時削除*/

.menu_box_sch nav{
	font-family:"A1ゴシック M","A1 Gothic M";
/*	background-color: #c8ae4b;*/
	background-color: #152b5b;
	max-width: 1200px;
	width: 88%;
	min-height: 60px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu_box_sch nav ul{
	width: 100%;
	text-align: center;
	padding-left: 2%;
	padding-right: 2%;
}

.menu_box_sch nav ul li{
	line-height: 1;
	letter-spacing: .3px;
	display: inline-block;
	padding-left: 1.8%;
	padding-right: 1.8%;
	
}

.menu_box_sch nav ul li a{
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	display: block;
	transition: all 500ms 0s ease;
}

.menu_box_sch nav ul li a span{
	padding: 0px 2px;
}

.menu_box_sch_br{
	display: none;
}

.menu_box_sch nav ul li:hover a{
/*	color: #152b5b;*/
	color: #c8ae4b;
}

body.top .menu_box_sch nav ul li:nth-of-type(1) a,
body.class .menu_box_sch nav ul li:nth-of-type(2) a,
body.schedule .menu_box_sch nav ul li:nth-of-type(3) a,
body.daily .menu_box_sch nav ul li:nth-of-type(4) a,
body.planmenu .menu_box_sch nav ul li:nth-of-type(5) a,
body.acsess .menu_box_sch nav ul li:nth-of-type(6) a,
body.news .menu_box_sch nav ul li:nth-of-type(7) a{
/*	color: #152b5b;*/
	color: #c8ae4b;
}

body.top .menu_box_sch nav ul li:nth-of-type(1) a span,
body.class .menu_box_sch nav ul li:nth-of-type(2) span,
body.schedule .menu_box_sch nav ul li:nth-of-type(3) span,
body.daily .menu_box_sch nav ul li:nth-of-type(4) span,
body.planmenu .menu_box_sch nav ul li:nth-of-type(5) span,
body.acsess .menu_box_sch nav ul li:nth-of-type(6) span,
body.news .menu_box_sch nav ul li:nth-of-type(7) a span{
/*	border-bottom: #152b5b solid 2px;*/
}









@media screen and (max-width: 1150px) {
	#menu_school_popup ul{
		position: absolute;
		display: inline-block;
		z-index:100;
		width: 580px;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%%);
	}
	
	#menu_school_popup ul li{
		width: 280px;
		height: 100px;
		background-color: #152b5b;
		overflow: hidden;
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	#menu_school_popup ul li:nth-child(3n){
		margin-right: 20px;
	}

	#menu_school_popup ul li:nth-child(2n){
		margin-right: 0px;
	}
	
	#fmenu_main {
		padding-left: 1%;
		padding-right: 1%;
	}
	
	#fmenu_school{
		padding-left: 0%;
	}
	
	#fmenu_school > li > a br,
	#fmenu_school > li > aside > a br{
		display: block;
	}
	
	
	
}

@media screen and (max-width: 1050px) {
	.menu_box_sch_br{
		display: block;;
	}
	
	.menu_box_sch nav ul li{
		padding-left: 2%;
		padding-right: 2%;
	}
}

	

@media screen and (max-width: 840px) {
	#fmenu_main {
		padding-left: 0%;
		padding-right: 0%;
	}
	
	#fmenu_school > li > a,
	#fmenu_school > li > aside > a{
		font-size: 13px;
	}

}

@media screen and (max-width: 768px) {
	
	#hanmenu{
		position: absolute;
		width: 61px;
		height: 61px;
		top: 0px;
		right: 0px;
		text-align: center;
		cursor: pointer;
		line-height: 1;
		display: block;
	}

	#hanmenu #menu{
		height: 36px;
	}

	#hanmenu small{
		display: block;
		/*font-family: 'Barlow Condensed', sans-serif;*/
		font-size: 10px;
		font-weight: 500;
		color: #00145a;
		padding-top: 2px;
		padding-left: 1px;
		letter-spacing: 1px;
	}

	#panel_btn,
	#panel_btn span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	#panel_btn {
		position: relative;
		width: 26px;
		height: 19px;
		top: 14px;
		left: 0px;
	}

	#panel_btn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #00145a;
		border-radius: 1.5px;
	}

	#panel_btn span:nth-of-type(1) {
		top: 0;
	}

	#panel_btn span:nth-of-type(2) {
		top: 11px;
	}

	#panel_btn span:nth-of-type(3) {
		bottom: 0;
	}

	#panel_btn span:nth-of-type(2) {
		top: 48%;
		left: 50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
	}

	#menu.active #panel_btn span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-315deg);
		 transform: translateY(8px) rotate(-315deg);
	}

	#menu.active #panel_btn span:nth-of-type(2) {
		opacity: 0;
	}

	#menu.active #panel_btn span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(315deg);
		transform: translateY(-8px) rotate(315deg);
	}
	
	
	header #menu_box{
		position: relative;
		width: 100%;
		top: 90px;
		overflow: scroll;
		padding: 0%;
		background-color: #FFF;
		display: none;
	}
	
	
	
/*
	header #menu_box::before{
		position: absolute;
		display: block;
		content: "";
		width: 100%;
		height: 100%;
		z-index: -1;
		background-color: #FFF;
	}
*/
	
	header #menu_main{
		width: 100%;
		padding-bottom: 0%;
	}
	
	header #menu_box > div{
		margin-left: auto;
		margin-right: auto;
		width: 84%;
		padding-top: 5%;
		padding-bottom: 10%;
		min-height: auto;
		height: auto;
		margin-top: 0%;
		
	}
	
	header #menu_box.active > div {
		margin-top: -100%;
		-webkit-animation: slidedown 1.2s forwards cubic-bezier(.07,.68,.41,1) .6s;
		animation: slidedown 1.2s forwards cubic-bezier(.07,.68,.41,1) .6s;
	}

	
	
	header #menu_main li{
		float: left;
		width: 45%;
		position: relative;
		padding-bottom: 0px;
		margin-bottom: 5%;
		overflow: hidden;
	}
	
	header #menu_main li:nth-child(2n){
		float: right;
	}
	
	header #menu_main li::before{
		content: "";
		position: absolute;
		z-index: 100;
		height:auto;
	}
	
	header #menu_box.active li::before{
		width: 202%;
		height: 100%;
		right: 0%;
		background: -webkit-linear-gradient(left, #00145a 50%, #fff 50%) 100% bottom / 100% 100% no-repeat;
		background: linear-gradient(to right, #00145a 50%, #fff 50%) 100% bottom / 100% 100% no-repeat;
		transition: none;
	}
	
	header #menu_box.active li:nth-child(1)::before{
		-webkit-animation: li_move .5s forwards ease-out 1.6s;
  		animation: li_move .5s forwards ease-out 1.6s;
	}
	
	header #menu_box.active li:nth-child(2)::before{
		-webkit-animation: li_move .5s forwards ease-out 1.5s;
  		animation: li_move .5s forwards ease-out 1.5s;
	}
	
	header #menu_box.active li:nth-child(3)::before{
		-webkit-animation: li_move .5s forwards ease-out 1.4s;
  		animation: li_move .5s forwards ease-out 1.4s;
	}
	
	header #menu_box.active li:nth-child(4)::before{
		-webkit-animation: li_move .5s forwards ease-out 1.3s;
  		animation: li_move .5s forwards ease-out 1.3s;
	}
	
	header #menu_box.active li:nth-child(5)::before{
		-webkit-animation: li_move .5s forwards ease-out 1.2s;
  		animation: li_move .5s forwards ease-out 1.2s;
	}
	
	header #menu_box.active li:nth-child(6)::before{
		-webkit-animation: li_move .5s forwards ease-out 1.1s;
  		animation: li_move .5s forwards ease-out 1.1s;
	}
	
	header #menu_box.active li:nth-child(7)::before{
		-webkit-animation: li_move .5s forwards ease-out 1s;
  		animation: li_move .5s forwards ease-out 1s;
	}
	
	header #menu_main li:hover::before {
		width: 200%;
	}

	header #menu_main li a{
		display: block;
		padding: 5px 0px 5px 10px;
		height: auto;
	}

	header #menu_main li a div{
		display: inline-block;
		/*font-family: 'Barlow Condensed', sans-serif;*/
		color: #00145a;
		font-size: 22px;
		font-weight: 600;
		line-height: .7;
		letter-spacing: .3px;
		height: 22px;
	}

	header #menu_main li a strong{
		position: relative;
		display: inline-block;
		color: #aaa;
		font-size: 11px;
		font-weight: 600;
		line-height: 1;
		padding-top: 0px;
		width: auto;
		overflow: hidden;
		transition: none;
		display: block;
	}

	header #menu_main li a strong span{
		display: block;
		width: auto;
	}
	
	#Policy header #menu_main li:nth-child(1),
	#Program header #menu_main li:nth-child(2) ,
	#Facility header #menu_main li:nth-child(3) ,
	#Goods header #menu_main li:nth-child(4),
	#Guidance header #menu_main li:nth-child(5),
	#QA header #menu_main li:nth-child(6) ,
	#School header #menu_main li:nth-child(7) {
		background-color: #fff;
	}

	#Policy header #menu_main li:nth-child(1) a div,
	#Program header #menu_main li:nth-child(2) a div,
	#Facility header #menu_main li:nth-child(3) a div,
	#Goods header #menu_main li:nth-child(4) a div,
	#Guidance header #menu_main li:nth-child(5) a div,
	#QA header #menu_main li:nth-child(6) a div,
	#School header #menu_main li:nth-child(7) a div{
		color: #00145a;
	}


	#Policy header #menu_main li:nth-child(1) a strong,
	#Program header #menu_main li:nth-child(2) a strong,
	#Facility header #menu_main li:nth-child(3) a strong,
	#Goods header #menu_main li:nth-child(4) a strong,
	#Guidance header #menu_main li:nth-child(5) a strong,
	#QA header #menu_main li:nth-child(6) a strong,
	#School header #menu_main li:nth-child(7) a strong{
		color: #aaa;
		width: 100%;
		display: block;
	}
	
	header #menu_other{
		position: relative;
		bottom: auto;
		margin-top: 40px;
		margin-left: 0px;
		padding-left: 10px;
		padding-right: 10px;
		height: auto;
		opacity: 1;
	}
	
	header #menu_box.active #menu_other{
		opacity: 0;
		animation: alpha_100 .4s forwards cubic-bezier(.07,.68,.41,1) .3s;
	}

	header #menu_form li{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		width: 100%;
		margin-bottom: 10px;
	}
	
	header #menu_form li:nth-child(1){
		display: none;
	}

	header #menu_form li:nth-child(3){
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	
	/* 会員サイト　一時削除*/
	header #menu_form li:nth-child(3){
		display: none;
	}
	/* 会員サイト　一時削除*/
	

	header #menu_form li a{
		position: relative;
		background-color: #00145a;
		color: #FFF;
		font-size: 13px;
		font-weight: 600;
		text-align: center;
		width: 100%;
		height: 40px;
	}
	
	header #menu_form li:nth-child(3) a{
		background-color: #b08f1c;
	}
	
	header #menu_form li#bto_recruit{
		margin-top: 40px;
	}
	
	header #menu_form li#bto_recruit a{
		background-color: #fff;
		color: #c9af59;
	}
	
	header #menu_form li#bto_recruit a.hover span{
		color: #c9af59;
	}
	
	

	header #menu_sns{
		margin-top: 25px;
/*		width: 126px;*/
		margin-left: auto;
		margin-right: auto;
	}

	header #menu_sns li{
/*		float: left;	*/
		width: 26px;
		height: 26px;
/*
		margin-right: 18px;
		margin-left: 3px;
*/
	}
	
	header #menu_sns li:last-child{
		margin-right: 0px;
	}
	
	
	#bt_inquiry{
		position: fixed;
		z-index: 9000000;
		width: 100%;
		height: 30px;
		right: 0px;
		top: 60px;
	}
	
	#bt_inquiry ul{
		display: table;
		width: 100%;
		height: 30px;
	}

	#bt_inquiry li{
		position: relative;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		width: 50%;
		height: 30px;
	}
	
	#bt_inquiry li{
		display: table-cell;
		text-align: center;
		width: 50%;
	}

	#bt_inquiry li a{
		font-size: 11px;
	}
	
	#bt_inquiry li a:hover{
		opacity: 1;
	}

	#bt_inquiry li:nth-child(1){
		display: table-cell;
	}
	
	#bt_inquiry li:nth-child(1) a{
		background-color: #00145a;
	}
	
	#bt_inquiry li:nth-child(1)::after{
		content: "";
		display: block;
		position: absolute;
		width: 1px;
		height: 20px;
		right: 0%;
		top:5px;
		background-color: #FFF;
	}

	#bt_inquiry li:nth-child(3){
		display: none;
		background-color: #b08f1c;
	}
	
	
	
	
	#menu_school{
		display: none;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#menu_school ul{
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#menu_school li{
		width: 49%;
		float: left;
		background-color: #152b5b;
		margin-bottom: 2%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		margin-right: 2%;
	}
	
	#menu_school li:nth-child(2n){
		margin-right: 0%;
	}
	
	#menu_school ul li a{
		position: relative;
		vertical-align: middle;
		width: 100%;
		height: 100%;
		color: #FFF;
		padding: 2% 2% 3% 6%;
		font-size: 13px;
		font-weight: 600;
	}
	
	#menu_school ul li a span{
		display: inline-block;
	}

	#menu_school ul li a div{
		font-size: 14px;
		color: #c9af59;
		line-height: 1.4;
	}
	
	#menu_school ul li a.icon-popup::before{
		display: none;
	}
	
	
	/******************** footer ***********************/
	
	footer > ul{
		max-width: 100%;
		width: 90%;
	}
	
	#fmenu_main {
		padding-top: 4%;
		padding-left: 0%;
		padding-right: 0%;
	}

	#fmenu_main li {
		/*font-family: 'Barlow Condensed', sans-serif;*/
		font-size: 18px;
		font-weight: 600;
		line-height: 1;
		letter-spacing: .3px;
		display: inline-block;
	}

	#fmenu_school{
		padding-top: 4%;
		padding-bottom: 4%;
		padding-left: 0%;
	}
	
	#fmenu_school{
		padding-top: 5%;
		padding-bottom: 30px;
		padding-left: 0%;
	}

	#fmenu_school > li{
		width: 100%;
		float: none;
		line-height: 1.4;
/*		cursor: pointer;*/
		margin-bottom: 10px;
	}

	#fmenu_school > li:nth-child(2),
	#fmenu_school > li:nth-child(5){
		width: 100%;
	}


	#fmenu_school > li:nth-child(3),
	#fmenu_school > li:nth-child(6){
		width: 100%;
	}

	#fmenu_school > li > a,
	#fmenu_school > li > aside > a{
		position: relative;
		color: #b08f1c;
		font-weight: 700;
		font-size: 13px;
		height: 3em;
		background-color: #0e1c3c;
		padding-top: 2px;
		margin-bottom: 0px;
	}
	
	#fmenu_school > li.bt_fsc > a,
	#fmenu_school > li.bt_fsc > aside > a{
		pointer-events: none;
	}
	
	#fmenu_school > li > a span,
	#fmenu_school > li > aside > a span{
		padding-left: 10px;
	}

	#fmenu_school > li > a br,
	#fmenu_school > li > aside > a br{
		display: none;
	}

	#fmenu_school > li ul{
		padding-bottom: 25px;
		display: none;
	}

	#fmenu_school > li ul li{
		line-height: 1.4;
		padding-bottom: 0px;
	}
	
	#fmenu_school > li ul li:nth-child(1){
		display: block;
	}

	#fmenu_school > li ul li a{
		display: block;
		font-size: 13px;
		font-weight: 600;
		padding-bottom: 7px;
		padding-top: 7px;
		padding-left: 10px;
	}

	
	#fmenu_school .icon-popup::before{
		display: none;
	}
	
	/******************** footer ***********************/
	
	#menu_box_space{
		height: 40px;
		background-color: #f5f5f5;
	}
	
	#menu_box_scf{
		font-family:"A1ゴシック M","A1 Gothic M";
		width: 100%;
		bottom:0px;
		left: 0px;
		background-color: #c8ae4b;
		z-index: 100000;
	}
	
	#menu_box_scf nav{
		display: none;
		background-color: #b08f1c;
		padding: 2%;
		padding-bottom: 0px;
	}
	
	#menu_box_scf nav ul{
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
/*
		border-top: #c8ae4b solid 2px;
		border-left: #c8ae4b solid 2px;
*/
	}
	
	#menu_box_scf nav ul li{
		position: relative;
		width: 32%;
/*		border-right: #c8ae4b solid 2px;*/
		
		float: left;
		
		margin-right: 2%;
		margin-bottom: 2%;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		
		overflow: hidden;
	}
	
	#menu_box_scf nav ul li:nth-of-type(3n){
		margin-right: 0%;
	}
	
	#menu_box_scf nav ul li:nth-last-of-type(1){
		width: 100%;
		margin-right: 0%;
	}
	
	#menu_box_scf nav ul li a{
		display: block;
		width: 100%;
		text-align: left;
		color: #FFF;
		font-weight: bold;
		line-height: 1.4;
		padding: 10px;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 14px;
		border-bottom: #c8ae4b solid 1px;
	}
	
	#menu_box_scf nav ul li:nth-last-of-type(1) a{
		border-bottom: none;
	}
	
	#menu_box_scf nav ul li::before{
		content: "";
		position: absolute;
		z-index: 100;
		height:auto;
	}
	
	#menu_box_scf.active nav ul li::before{
		width: 202%;
		height: 100%;
		top: 0px;
		right: 0%;
		background: -webkit-linear-gradient(left, #c8ae4b 50%, #b08f1c 50%) 100% bottom / 100% 100% no-repeat;
		background: linear-gradient(to right, #c8ae4b 50%, #b08f1c 50%) 100% bottom / 100% 100% no-repeat;
		transition: none;
	}
	
	
	#menu_box_scf.active nav ul li:nth-child(1)::before{
		-webkit-animation: li_move .5s forwards ease-out 1s;
  		animation: li_move .5s forwards ease-out 1s;
	}
	
	#menu_box_scf.active nav ul li:nth-child(2)::before{
		-webkit-animation: li_move .5s forwards ease-out 1.1s;
  		animation: li_move .5s forwards ease-out 1.1s;
	}
	
	#menu_box_scf.active nav ul li:nth-child(3)::before{
		-webkit-animation: li_move .5s forwards ease-out 1.2s;
  		animation: li_move .5s forwards ease-out 1.2s;
	}
	
	#menu_box_scf.active nav ul li:nth-child(4)::before{
		-webkit-animation: li_move .5s forwards ease-out 1.3s;
  		animation: li_move .5s forwards ease-out 1.3s;
	}
	
	#menu_box_scf.active nav ul li:nth-child(5)::before{
		-webkit-animation: li_move .5s forwards ease-out 1.4s;
  		animation: li_move .5s forwards ease-out 1.4s;
	}
	
	#menu_box_scf.active nav ul li:nth-child(6)::before{
		-webkit-animation: li_move .5s forwards ease-out 1.5s;
  		animation: li_move .5s forwards ease-out 1.5s;
	}
	
	#menu_box_scf.active nav ul li:nth-child(7)::before{
		-webkit-animation: li_move .5s forwards ease-out 1.6s;
  		animation: li_move .5s forwards ease-out 1.6s;
	}
	
	#menu_box_scf.active nav ul li:nth-child(8)::before{
		-webkit-animation: li_move .5s forwards ease-out 1.7s;
  		animation: li_move .5s forwards ease-out 1.7s;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	#menu_box_scf #hanmenu_sc{
		position: relative;
		height: 40px;
		color: #FFF;
		font-weight: 700;
		font-size: 14px;
		padding-left: 5%;
		background-color: #c8ae4b;
		z-index: 2;
		cursor: pointer;
	}
	
	#menu_box_scf #hanmenu_sc span{
		display: inline-block;
		/*font-family: 'Barlow Condensed', sans-serif;*/
		font-size: 14px;
		font-weight: 600;
		line-height: 1.4;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	
	#menu_box_scf #hanmenu_sc small{
		display: inline-block;
		padding-right: 10px;
		padding-top: 10px;
		line-height: 1.6;
	}
	
	#hanmenu_sc #menu_sc{
		position: absolute;
		width: 85px;
		height: 40px;
		right: 0px;
		bottom: 0px;
	}
	
	#hanmenu_sc #panel_btn_sc{
		position: absolute;
		top: 0px;
		left: auto;
		right: 10px;
		width: 40px;
		height: 40px;
		
	}
	
	#hanmenu_sc #menu_sc > span{
		padding-top: 10px;
	}
	
	#hanmenu_sc #panel_btn_sc::before{
		content: "";
		position: absolute;
		bottom: 70%;
		left: 60%;
		width: 40%;
		height: 2px;
		background-color: #FFF;
		-webkit-transform: translateY(8px) rotate(-315deg);
		 transform: translateY(8px) rotate(-315deg);
		transition: all .4s;
	}
	
	#hanmenu_sc #panel_btn_sc::after{
		content: "";
		position: absolute;
		top: 65%;
		left: 35%;
		width: 40%;
		height: 2px;
		background-color: #FFF;
		-webkit-transform: translateY(-8px) rotate(315deg);
		transform: translateY(-8px) rotate(315deg);
		transition: all .4s;
	}
	
	
	#menu_box_scf.active #hanmenu_sc #panel_btn_sc::before{
		bottom: 70%;
		left: 35%;
		width: 60%;
		height: 2px;
		background-color: #FFF;
		-webkit-transform: translateY(8px) rotate(-315deg);
		 transform: translateY(8px) rotate(-315deg);
	}
	
	#menu_box_scf.active #hanmenu_sc #panel_btn_sc::after{
		top: 65%;
		left: 35%;
		width: 60%;
		height: 2px;
		background-color: #FFF;
		-webkit-transform: translateY(-8px) rotate(315deg);
		transform: translateY(-8px) rotate(315deg);
	}
	
	#menu_box_scf .curtain{
		display: none;
		position: fixed;
		background-image: url(/img/common/curtain.png);
		width: 100%;
		height: 100vh;
		z-index: -1;
		top:0px;
	}
	
	
	/*
	#panel_btn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #00145a;
		border-radius: 1.5px;
	}

	#panel_btn span:nth-of-type(1) {
		top: 0;
	}

	#panel_btn span:nth-of-type(2) {
		top: 11px;
	}

	#panel_btn span:nth-of-type(3) {
		bottom: 0;
	}

	#panel_btn span:nth-of-type(2) {
		top: 48%;
		left: 50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
	}

	#menu.active #panel_btn span:nth-of-type(1) {
		
	}

	#menu.active #panel_btn span:nth-of-type(2) {
		opacity: 0;
	}

	#menu.active #panel_btn span:nth-of-type(3) {
		
	}
	*/
	
}


@media screen and (max-width: 640px) {
	
	#menu_school ul li a{
		font-size: 12px;
	}

	#menu_school ul li a div{
		font-size: 13px;
	}
	

	/******************** footer ***********************/

	footer a{
		transition: none;
	}

	footer a:hover{
		opacity: 1;
	}

	#fmenu_main {
		padding-top: 4%;
		padding-bottom: 0px;
		text-align: left;
		border-bottom: none;
		padding-left: 0%;
		padding-right: 0%;
	}

	#fmenu_main:after {
		display: none;
	}
	
	footer > ul{
		width: 86%;
	}

	#fmenu_main li {
		/*font-family: 'Barlow Condensed', sans-serif;*/
		font-size: 20px;
		font-weight: 600;
		line-height: 1;
		letter-spacing: .3px;
		display: block;
		border-bottom: #8a95ad solid 1px;
	}
	
	#fmenu_main li a div{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	

	

	#fmenu_other ul{
		width: 93%;
		margin-left: 6%;
		margin-right: 0px;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: left;
		padding-left: 0%;
		padding-right: 0%;
		height: auto;
		overflow: hidden;
	}

	#fmenu_other ul:after {
		display: none;
	}

	#fmenu_other ul li {
		font-size: 12px;
		font-weight: 600;
		line-height: 1;
		letter-spacing: .3px;
		padding-left: 0px;
		padding-right: 10px;
		display: inline-block;
	}
}



@media screen and (max-width: 480px) {
	
	
	
	header #menu_box > div{
		margin-left: auto;
		margin-right: auto;
		width: 76%;
		padding-top: 10%;
		padding-bottom: 10%;
		min-height: auto;
		height: auto;
	}
	
	header #menu_main li{
		float: none;
		width: 100%;
		position: relative;
		padding-bottom: 0px;
		margin-bottom: 5%;
	}
	
	header #menu_main li:nth-child(2n){
		float: none;
	}
	
	
	#menu_school{
		display: none;
		padding-left: 10px;
		padding-right: 10px;
	}

	#menu_school li{
		float: none;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 3%;
	}
	
	#menu_school li:nth-child(2n){
		margin-right: 0%;
	}
	
	#menu_school ul li a{
		font-size: 12px;
	}

	#menu_school ul li a div{
		font-size: 13px;
	}
	
	
	#menu_box_scf nav ul li{
		width: 49%;
	}
	
	#menu_box_scf nav ul li:nth-of-type(3n){
		margin-right: 2%;
	}
	
	#menu_box_scf nav ul li:nth-of-type(2n){
		margin-right: 0%;
	}
	
	#menu_box_scf nav ul li:nth-last-of-type(1){
		width: 100%;
		margin-right: 0%;
	}
	
	#menu_box_scf nav ul li a{
		font-size: 12px;
	}
	
	#menu_box_scf #hanmenu_sc{
		position: relative;
		height: 40px;
		color: #FFF;
		font-weight: 700;
		font-size: 14px;
		padding-left: 3%;
	}
	
	
	#menu_box_scf #hanmenu_sc small{
		padding-right: 10px;
	}
	
}


@media screen and (max-width: 340px) {
	#hanmenu_sc #panel_btn_sc{
		position: absolute;
		top: 0px;
		left: auto;
		right: 5px;
		width: 40px;
		height: 40px;
		
	}
	
	#hanmenu_sc #panel_btn_sc::before{
		content: "";
		position: absolute;
		bottom: 67%;
		left: 60%;
		width: 30%;
		height: 2px;
		background-color: #FFF;
		-webkit-transform: translateY(8px) rotate(-315deg);
		 transform: translateY(8px) rotate(-315deg);
		transition: all .4s;
	}
	
	#hanmenu_sc #panel_btn_sc::after{
		content: "";
		position: absolute;
		top: 68%;
		left: 42%;
		width: 30%;
		height: 2px;
		background-color: #FFF;
		-webkit-transform: translateY(-8px) rotate(315deg);
		transform: translateY(-8px) rotate(315deg);
		transition: all .4s;
	}
	
	
	#menu_box_scf.active #hanmenu_sc #panel_btn_sc::before{
		bottom: 70%;
		left: 40%;
		width: 50%;
		height: 2px;
		background-color: #FFF;
		-webkit-transform: translateY(8px) rotate(-315deg);
		 transform: translateY(8px) rotate(-315deg);
	}
	
	#menu_box_scf.active #hanmenu_sc #panel_btn_sc::after{
		top: 65%;
		left: 40%;
		width: 50%;
		height: 2px;
		background-color: #FFF;
		-webkit-transform: translateY(-8px) rotate(315deg);
		transform: translateY(-8px) rotate(315deg);
	}
	
	#hanmenu_sc #menu_sc{
		position: absolute;
		width: 75px;
		height: 40px;
		right: 0px;
		bottom: 0px;
	}
	
	
	#menu_box_scf #hanmenu_sc small{
		padding-right: 0px;
	}
	
}





