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

*{
	margin:0;
	padding:0;
}

html { 
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 62.5%;
}
body {
    /*font-family: dnp-shuei-mgothic-std,sans-serif; 
	/*font-family:　DNP 秀英丸ゴシック Std B;*/
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 1.6rem;
	/*-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;
}


img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
a {
	overflow: hidden;
	outline: none;
	color: #000000;
	text-decoration:none;
}
.pc_hide {
}

.sp_hide {
	display: none !important;
}

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


/* 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;
}


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

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

.midashi{
	text-align: center;
	font-size: 2.0rem;
	color: #e23b44;
	position: relative;
}


.midashi::before{
	content: '';
	display: inline-block;
	background: #f7b5c7;
	width: 49px;
	height: 2px;
	position: absolute;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
}

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

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

#header_wrap #header{
	height: 52px;
}

#header_wrap #header h1{
	width: 72.2%;
	/*max-width: 260px;*/
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
}

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

#header_wrap #header .head_contact{
	display: none;
}


/*=============================
section 
=============================*/

/*
section.bkyellow{
	background: #f7e921;
	width: 115px;
	height: 52px;
    position: fixed;
	right: 0px;
	top: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    counter-increment: section;
	z-index: 11;
}

*/

section.bkyellow{
	background: #f7e921;
	width: 20.14%;
	height: 52px;
    position: fixed;
	right: 0px;
	top: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    counter-increment: section;
	z-index: 11;
}



/*=============================
.btn-trigger
=============================*/


.btn-trigger {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*left: 15px;
	transform: translateY(-50%);*/
	width: 31px;
	height: 22px;
    cursor: pointer;
}


/*
.btn-trigger::before {
	content: 'MENU';
	display: inline-block;
	font-size: 1.25rem;
	color: #000;
	position: absolute;
	top: 50%;
	left: 42px;
	transform: translateY(-50%);
}
*/

.open .btn-trigger{
	position: absolute;
	top: 50%;
	left: 25px;
	/*left: 68px;*/
	transform: translateY(-50%);
}


.open .btn-trigger::before {
	content: '閉じる';
	display: inline-block;
	font-size: 1.35rem;
	color: #3a3a3a;
	width: 50px;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
}



.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}


.open .btn-trigger span {
  background-color: #3a3a3a;
	height: 2px;
}

.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 11px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}


/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}


/* ***********************************************************
* #global-nav
* *********************************************************** */
.open #global-nav {
	position: fixed;
    z-index: 10;
    visibility: visible;
	width:100vw;
	height: 100vh;
	background: rgba(26,26,26,0.4);
	position: absolute;
	top: 0;
	/*background-image:url(common/bg_gnavi.png);
	background-size:cover;*/
	/*background: rgba(167,162,157,0.2);*/
	/*position:relative;
	left:0px;
	top:0px;*/
}
#global-nav {
  visibility: hidden;
  /*position: fixed;*/
	position: absolute;
  　top: 0;
  　width: 100%;
	z-index: 10;
}

.open #global-nav .nav_inner{
	width: 70.1%;
	background: #fff;
	overflow: hidden;
	position: absolute;
	right: 0;
}


.open #global-nav .nav_inner .m_head{
	font-size: 2.0rem;
	color: #3a3a3a;
	padding: 23px 0 26px 15px;
	border-bottom: 1px solid #999999;
	background: #f7e921;
}

.open #global-nav .nav_inner .menu_cover{
	overflow: scroll;
	height: calc(100vh - 74px);
}

.open #global-nav .nav_inner .menu{
	list-style: none;
}

.open #global-nav .nav_inner .menu li{
	border-bottom: 1px solid #999999;
}

.open #global-nav .nav_inner .menu li a{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 23px 0 23px 15px;
	font-size: 1.55rem;
	color: #3a3a3a;
	position: relative;
}


.open #global-nav .nav_inner .menu li a span{
	color: #ed5478;
	padding-right: 5px;
}

.open #global-nav .nav_inner .menu li a::before{
	content: '';
	display: inline-block;
	background: #3a3a3a;
	width: 14px;
	height: 14px;
	
	border-radius: 7px;
	position: relative;
	top: 1px;
	margin-right: 8px;
}

.open #global-nav .nav_inner .menu li a::after{
	content: '';
	display: inline-block;
	background: url("image/common/sp_menu_ico.png")no-repeat;
	background-size: contain;
	width: 9px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 21px;
	transform: translateY(-50%);
}

.open #global-nav .nav_inner .menu_cover .sp_submenu{
	width: calc(100% - 23px);
	margin: 17px auto 0;
}

.open #global-nav .nav_inner .menu_cover .sp_submenu img{
	width: 100%;
	height: auto;
}

.open #global-nav .nav_inner .menu_cover .sp_submenu02{
	width: calc(100% - 23px);
	margin: 15px auto 90px;
}

.open #global-nav .nav_inner .menu_cover .sp_submenu02 img{
	width: 100%;
	height: auto;
}


/***************************************/
/*コンテンツ*/

#contents{
	width: 100%;
}

body.open{
	width: 100%;
	position: fixed;
}


/*
body.open #contents{
	width: 100%;
	position: fixed;
}
*/

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

.title_area{
	margin-top: 52px;
	background: url("image/curriculum/sp_title_bg.jpg")no-repeat;
	background-size: cover;
	overflow: hidden;
}

.title_area .tit_inner{
	margin: 17px auto 70px;
	overflow: hidden;
}

.title_area .tit_inner span.en{
	margin-left: 18px;
	font-size: 1.25rem;
	letter-spacing: 0.2em;
	color: #fff;
}

.title_area .tit_inner h2{
	margin-top: 40px;
	font-size: 2.0rem;
	line-height: 1;
	letter-spacing: 0.2em;
	color: #fff;
	text-align: center;
}

.title_area .tit_inner .bread_crumb{
	display: none;
}


/**/

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

.page_nav .p_inner{
	width: calc(100% - 30px);
	margin: 20px auto 0;
	overflow: hidden;
}

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

.page_nav .p_inner ul li{
	width: 48.8%;
}

.page_nav .p_inner ul li:nth-child(n + 3){
	margin-top: 10px;
}

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

/**/

h2.page_midashi{
	font-family: fot-cezanne-pron, sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 1.75rem;
	line-height: 1;
	letter-spacing: 0.2em;
	text-align: center;
	padding-bottom: 17px;
	position: relative;
}

h2.page_midashi::before{
	content: '';
	display: inline-block;
	background: #f7e921;
	width: 46px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}



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

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

.fc_block .block_inner{
	width: calc(100% - 43px);
	margin: 35px auto 54px;
}

.fc_block .block_inner h3{
	font-size: 1.75rem;
	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;
	margin-top: 20px;
}

.fc_block .block_inner .foot_contact h4{
	margin-top: 29px;
	text-align: center;
	font-size: 1.65rem;
	letter-spacing: 0.2em;
	line-height: 1;
	padding-bottom: 1.65rem;
	position: relative;
}

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

.fc_block .block_inner .foot_contact .fc_add{
	font-size: 1.4rem;
	line-height: 1.75;
	text-align: center;
	margin-top: 17px;
	color: #333333;
}

.fc_block .block_inner .foot_contact .contact_area{
	margin: 23px 21px 27px;
	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{
	font-size: 2.5rem;
	color: #333;
	letter-spacing: 0.1em;
}

.fc_block .block_inner .foot_contact .contact_area .fc_left .lv2{
	text-align: center;
	font-size: 1.2rem;
	color: #4d4d4d;
}

.fc_block .block_inner .foot_contact .contact_area .fc_left .time_table{
	width: 100%;
	margin: 15px auto 0;
	padding-bottom: 9px;
}

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

.fc_block .block_inner .foot_contact .contact_area .fc_left .time_table table{
	width: 100%;
	text-align: center;
}

.fc_block .block_inner .foot_contact .contact_area .fc_left .time_table table tr th{
	display: block;
	width: 100%;
	text-align: center;
	vertical-align: text-top;
	font-weight: 500;
	/*font-size: 1.3rem;*/
	font-size: 1.45rem;
	padding: 5px 0;
}

.fc_block .block_inner .foot_contact .contact_area .fc_left .time_table table tr td{
	display: block;
	width: 100%;
	vertical-align: text-top;
	/*font-size: 1.3rem;*/
	font-size: 1.45rem;
}


.fc_block .block_inner .foot_contact .contact_area .fc_right{
	width: 100%;
	box-sizing: border-box;
	margin-top: 19px;
}

.fc_block .block_inner .foot_contact .contact_area .fc_right a{
	display: block;
	width: 100%;
	line-height: 45px;
	background: url("image/common/fc_link_bg.jpg")no-repeat;
	background-size: 100% 45px;
	color: #fff;
	font-size: 1.4rem;
	padding-left: 75px;
	box-sizing: border-box;
}

/**/

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

#footer_wrap .footer{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 19px auto 22px;
}

#footer_wrap .footer .f_left{
	width: 100%;
	line-height: 1;
	text-align: center;
}

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

#footer_wrap .footer .f_right{
}

#footer_wrap .footer .f_right a{
	display: block;
	width: 26px;
	margin: 25px auto 17px;
}

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

#footer_wrap .footer .f_right .copy{
	font-size: 1.1rem;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.2em;
}

/**/

.totop{
	display: none;
	width: 44px;
	position: fixed;
	bottom: 50px;
	right: 5px;
	z-index: 5;
}

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

/**/


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


/***************************************/

#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 p{
	text-align: center;
}
#loading img {
  display: none;
	width: 80%;
	height: auto;
}


/***************************************/
/*-----------------------------------------------------------*/
/*bnr_block*/

.bnr_block{
	overflow: hidden;
}

.bnr_block .block_inner{
	width: calc(100% - 100px);
	margin: 20px auto 15px;
	overflow: hidden;
}

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

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

.bnr_block .block_inner ul li a{
	display: block;
	width: 100%;
	line-height: 60px;
	border: 2px solid #333;
	box-sizing: border-box;
	font-size: 1.6rem;
	padding-left: 80px;
	background: url("image/top/bn_logo01.jpg")no-repeat left 25px center;
	background-size: 35px auto;
}

.bnr_block .block_inner ul li:nth-child(2) a{
	background: url("image/top/bn_logo02.jpg")no-repeat left 25px center;
	background-size: 35px auto;
	margin: 15px 0;
}

.bnr_block .block_inner ul li:nth-child(3) a{
	line-height: 1.5;
	height: 60px;
	padding: 5px 0 0 80px;
	background: url("image/top/bn_logo03.jpg")no-repeat left 25px center;
	background-size: 35px auto;
}