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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

html {
    visibility: hidden;
    overflow-y: scroll;
	overflow-x: hidden;
	font-size: 62.5%;
}


html.wf-active {
    visibility: visible;
}



body {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 1.08vw;/*16*/
	/*-webkit-text-size-adjust: none;*/
	line-height: 1.5;
	color: #000000;
}

.elido{
	font-family: elido, sans-serif;
    font-weight: 700;
    font-style: italic;
}

.cezanne{
	font-family: fot-cezanne-pron, sans-serif;
    font-weight: 500;
    font-style: normal;
}

*{
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
a {
	outline: none;
	color: #000000;
	text-decoration:none;
	transition: 0.3s;
}
.pc_hide {
	display: none !important;
}

.sp_hide {
}

a {
	opacity: 1;/*-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;*/
}
a:hover {
	opacity: 0.7;
}

a.disabled{
    pointer-events: none;
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}


select::-ms-expand {
    display: none;
}

/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*ヘッダー*/

#header_wrap{
	width: 100%;
	background: rgba(255,255,255,0.76);
	position: fixed;
	top: 0;
	z-index: 10;
}

#header_wrap #header{
	/*width: 84.12vw;*//*1245*/
	width: 100%;
	height: 7.16vw;/*106*/
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#header_wrap #header h1{
	/*width: 19.19vw;*//*284*/
	width: 29.05vw;/*430*/
	line-height: 1;
	/*position: relative;*/
	/*top: -0.34vw;*//*-5*/
	position: absolute;
	top: 50%;
	left: 3.51vw;/*52*/
	transform: translateY(-55%);
}

#header_wrap #header h1 img{
	width: 100%;
	height: auto;
}


#header_wrap #header .gnavi{
	margin-right: 3.04vw;/*45*/
}

#header_wrap #header .gnavi > ul{
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

#header_wrap #header .gnavi > ul > li{
	margin: 0 1.49vw;/*0 22*/
	position: relative;
}

#header_wrap #header .gnavi > ul > li:first-child{
	margin-left: 0;
}

#header_wrap #header .gnavi > ul > li:last-child{
	margin-right: 0;
}

/*アコーディオン*/

#header_wrap #header .gnavi > ul > li.has-child > a{
	padding: 3.38vw 0;
}

/*下の階層を持っているulの指定*/
#header_wrap #header .gnavi ul li.has-child ul{
	list-style: none;
    /*絶対配置で位置を指定*/
  position: absolute;
  right:0;
  top: 3.04vw;/*45*/
  z-index: 4;
    /*形状を指定*/
  background: #fff;
	box-shadow: 0px 0px 5px 0px rgba(102,102,102,0.55);
  width: 17.57vw;/*260*/
	padding: 1.22vw 0 1.82vw;/*18 27*/
    /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
    /*アニメーション設定*/
  transition: all .3s;
}

#header_wrap #header .gnavi ul li.has-child ul::before{
	content: '';
	display: inline-block;
	background: url("image/common/fukidashi_parts01@2x.png")no-repeat;
	background-size: contain;
	width: 1.96vw;/*29*/
	height: 1.69vw;/*25*/
	position: absolute;
	top: -1.22vw;/*-18*/
	right: 2.50vw;/*37*/
}

#header_wrap #header .gnavi ul li.has-child + li.has-child ul{
	right: auto;
	left: 0;
}

#header_wrap #header .gnavi ul li.has-child + li.has-child ul::before{
	right: auto;
	left: 2.36vw;/*35*/
}

/*hoverしたら表示*/
#header_wrap #header .gnavi ul li.has-child:hover > ul,
#header_wrap #header .gnavi ul li.has-child ul li:hover > ul,
#header_wrap #header .gnavi ul li.has-child:active > ul,
#header_wrap #header .gnavi ul li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

#header_wrap #header .gnavi ul li.has-child ul li + li{
	margin-top: 1.35vw;/*20*/
}

/*ナビゲーションaタグの形状*/
#header_wrap #header .gnavi ul li.has-child ul li a{
	display: flex;
	width: 100%;
	font-size: 1.01vw;/*15*/
	line-height: 1.4;
  color: #000;
	padding-left: 2.57vw;/*38*/
	box-sizing: border-box;
	position: relative;
}

#header_wrap #header .gnavi ul li.has-child ul li a::before{
	content: '';
	display: inline-block;
	background: url("image/common/submenu_ico@2x.png")no-repeat;
	background-size: contain;
	width: 0.88vw;/*13*/
	height: 1.01vw;/*15*/
	position: absolute;
	top: 0.20vw;/*3*/
	left: 1.35vw;/*20*/
}

/**/



#header_wrap #header .head_contact{
	height: 7.16vw;/*106*/
}

#header_wrap #header .head_contact img{
	width: auto;
	height: 100%;
}


#header_wrap #header .gnavi ul li a{
	font-size: 1.01vw;/*15*/
	
}

/*-----------------------------------------------------------*/
/*共通パーツ*/

.title_area{
	background: url("image/curriculum/title_bg.jpg")no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.title_area .tit_inner{
	width: 74.32vw;/*1100*/
	margin: 10.47vw auto 1.15vw;/*155 17*/
	overflow: hidden;
}

.title_area .tit_inner span.en{
	margin-left: 0.34vw;/*5*/
	font-size: 1.28vw;/*19*/
	letter-spacing: 0.2em;
	color: #fff;
}

.title_area .tit_inner h2{
	margin-top: 2.50vw;/*37*/
	font-size: 2.03vw;/*30*/
	line-height: 1;
	letter-spacing: 0.2em;
	color: #fff;
	text-align: center;
}

.title_area .tit_inner .bread_crumb{
	margin-top: 3.72vw;/*55*/
	text-align: right;
	font-size: 0.88vw;/*13*/
	color: #fff;
}

.title_area .tit_inner .bread_crumb a{
	color: #fff;
}

.title_area .tit_inner .bread_crumb span{
	margin: 0 0.27vw;/*4*/
}

/**/

.page_nav{
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.page_nav .p_inner{
	width: 74.32vw;/*1100*/
	margin: 1.49vw auto 0;/*22*/
	overflow: hidden;
}

.page_nav .p_inner ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.page_nav .p_inner ul li{
	width: 14.26vw;/*211*/
	margin: 0 0.34vw;/*5*/
}

.page_nav .p_inner ul li:nth-child(1){
	margin-left: 0;
}

.page_nav .p_inner ul li:nth-child(5){
	margin-right: 0;
}

.page_nav .p_inner ul li:nth-child(n + 6){
	margin-top: 0.95vw;/*14*/
}

.page_nav .p_inner ul li a{
	display: block;
	width: 100%;
	line-height: 3.31vw;/*49*/
	box-sizing: border-box;
	border: 1px solid #c7c7c7;
	font-family: fot-cezanne-pron, sans-serif;
    font-weight: 500;
    font-style: normal;
	text-align: center;
	letter-spacing: 0.05em;
}

.page_nav .p_inner ul li a:hover{
	background: #000;
	color: #fff;
}

h2.page_midashi{
	font-family: fot-cezanne-pron, sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 1.69vw;/*25*/
	line-height: 1;
	letter-spacing: 0.2em;
	text-align: center;
	padding-bottom: 1.62vw;/*24*/
	position: relative;
}

h2.page_midashi::before{
	content: '';
	display: inline-block;
	background: #f7e921;
	width: 6.22vw;/*92*/
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

/*-----------------------------------------------------------*/
/*フッター*/

.fc_block{
	background: #f7e921;
	overflow: hidden;
}

.fc_block .block_inner{
	width: 70.00vw;/*1036*/
	margin: 1.89vw auto 4.93vw;/*28 auto 73*/
}

.fc_block .block_inner h3{
	font-size: 1.89vw;/*28*/
	color: #333333;
	text-align: center;
	letter-spacing: 0.2em;
}

.fc_block .block_inner .foot_contact{
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #000;
	background: #fff;
}

.fc_block .block_inner .foot_contact h4{
	margin-top: 2.03vw;/*30*/
	text-align: center;
	font-size: 1.69vw;/*25*/
	letter-spacing: 0.2em;
	line-height: 1;
	padding-bottom: 1.62vw;/*24*/
	position: relative;
}

.fc_block .block_inner .foot_contact h4::before{
	content: '';
	display: inline-block;
	background: #333333;
	width: 7.70vw;/*114*/
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.fc_block .block_inner .foot_contact .fc_add{
	font-size: 1.69vw;
	line-height: 1.75;
	text-align: center;
	margin-top: 1.42vw;/*21*/
	color: #333333;
}

.fc_block .block_inner .foot_contact .contact_area{
	margin: 1.89vw auto 2.09vw;/*28 auto 31*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.fc_block .block_inner .foot_contact .contact_area .fc_left{
	width: 100%;
	box-sizing: border-box;
}

.fc_block .block_inner .foot_contact .contact_area .fc_left .lv1 {
	text-align: center;
}

.fc_block .block_inner .foot_contact .contact_area .fc_left .lv1 a{
	pointer-events: none;
	font-size: 2.23vw;/*33*/
	color: #333;
	letter-spacing: 0.05em;
}

.fc_block .block_inner .foot_contact .contact_area .fc_left .lv2{
	text-align: right;
	padding-right: 2.23vw;/*33*/
	color: #4d4d4d;
}

.fc_block .block_inner .foot_contact .contact_area .fc_left .time_table{
	/*width: 60%;*/
	width: 70%;
	margin: 1.82vw auto 0;
	padding-bottom: 0.91vw;
}

.fc_block .block_inner .foot_contact .contact_area .fc_left .time_table.time02{
	margin-top: 0;
	padding-top: 0.91vw;
	border-top: 1px dashed #c7c7c7;
}

.fc_block .block_inner .foot_contact .contact_area .fc_left .time_table table{
	width: 100%;
}

.fc_block .block_inner .foot_contact .contact_area .fc_left .time_table table tr th{
	width: 40%;
	font-size: 1.22vw;
	text-align: center;
	vertical-align: text-top;
	font-weight: 500;
}

.fc_block .block_inner .foot_contact .contact_area .fc_left .time_table table tr td{
	width: 60%;
	font-size: 1.22vw;
	text-align: left;
}



.fc_block .block_inner .foot_contact .contact_area .fc_right{
	width: 24.59vw;/*364*/
	margin-top: 1.89vw;
	/*margin: 1.89vw auto 0;*/
	box-sizing: border-box;
}

.fc_block .block_inner .foot_contact .contact_area .fc_right a{
	display: block;
	width: 24.59vw;/*364*/
	line-height: 4.05vw;/*60*/
	background: url("image/common/fc_link_bg.jpg")no-repeat;
	background-size: 24.59vw 4.05vw;
	color: #fff;
	padding-left: 7.36vw;/*109*/
}

/**/

#footer_wrap{
	background: #333333;
	overflow: hidden;
}

#footer_wrap .footer{
	width: 67.57vw;/*1000*/
	margin: 4.05vw auto 3.38vw;/*60 auto 50*/
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer_wrap .footer .f_left{
	width: 29.86vw;/*442*/
	line-height: 1;
	position: relative;
	left: -0.88vw;/*-13*/
}

#footer_wrap .footer .f_left img{
	width: 100%;
	height: auto;
}

#footer_wrap .footer .f_right{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer_wrap .footer .f_right a{
	width: 1.82vw;/*27*/
}

#footer_wrap .footer .f_right a img{
	width: 100%;
	height: auto;
}

#footer_wrap .footer .f_right .copy{
	font-size: 0.95vw;/*14*/
	color: #fff;
	line-height: 1;
	letter-spacing: 0.2em;
	padding: 0 2.03vw 0 3.24vw;/*0 30 0 48*/
}

/**/

.totop{
	display: none;
	width: 5.14vw;/*76*/
	position: fixed;
	bottom: 6.55vw;/*97*/
	right: 10.14vw;/*150*/
	z-index: 5;
}

.totop img{
	width: 100%;
	height: auto;
}


/**/

#a01,#a02,#a03,#a04,#a05,#a06,#a07,#a08,#a09,#a10{
	margin-top: -7.16vw;
    padding-top: 7.16vw;
}

/*-----------------------------------------------------------*/

#loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 199999;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}
#loading img {
  display: none;
}
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*bnr_block*/

.bnr_block{
	overflow: hidden;
}

.bnr_block .block_inner{
	width: 67.57vw;/*1000*/
	margin: 2.70vw auto 2.36vw;/*40 30*/
	overflow: hidden;
}

.bnr_block .block_inner ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bnr_block .block_inner ul li{
	width: 32.5%;
}

.bnr_block .block_inner ul li a{
	display: block;
	width: 100%;
	line-height: 7.09vw;/*105*/
	border: 2px solid #333;
	box-sizing: border-box;
	font-size: 1.22vw;/*18*/
	padding-left: 6.69vw;/*99*/
	background: url("image/top/bn_logo01.jpg")no-repeat left 1.01vw center;
	background-size: 4.73vw auto;/*70*/
}

.bnr_block .block_inner ul li:nth-child(2) a{
	background: url("image/top/bn_logo02.jpg")no-repeat left 1.01vw center;
	background-size: 4.73vw auto;/*70*/
}

.bnr_block .block_inner ul li:nth-child(3) a{
	line-height: 1.5;
	height: 7.09vw;/*105*/
	padding: 1.35vw 0 0 6.69vw;
	background: url("image/top/bn_logo03.jpg")no-repeat left 1.01vw center;
	background-size: 4.73vw auto;/*70*/
}