@charset "utf-8";

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}
ul,ol,li,dl,dt,dd{list-style-type:none;list-style-position:outside;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
img{vertical-align:top;border:0;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0;}
input,select{vertical-align:middle;}


/* scroll-margin-top: 80px; */	


/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/

html{
	overflow-y: scroll;
  scroll-behavior: smooth;
	font-size: 62.5%;
	height: -webkit-fill-available;
}


/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/

body{
	color: #000;
	background: #FFF;
	font-family: "A1 Gothic R", "A1 Gothic M", "A1 Gothic L", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
	font-size: 1.6rem;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;	
}

/* fonts */
.serif{
	font-family: "Zen Old Mincho", "YuMincho","Yu Mincho","HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.en{
  font-family: "Gilda Display", serif;  
}
.vujahday{
  font-family: "Vujahday Script", cursive;  
}


/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/

a{
	outline: none;
}
a:link,
a:visited{
	text-decoration: none;
	color: #000;
}

.ophover{
	transition: opacity ease .3s;	
}
.ophover:hover{
	opacity: .7;
}

.phone-link{
  pointer-events: none;  
}

#page-top a{
	display: block;
	transition: all 0.3s;
}


/*--------------------------------------------------------------------------
   img
---------------------------------------------------------------------------*/
img{
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;		
}

/*--------------------------------------------------------------------------
   Animation
---------------------------------------------------------------------------*/

.fade,.fade01,.fade02,.fade03,.fade04,.blur,.zoom,
.delay01,.delay02,.delay03,.delay04,.delay05 {
	transition: 1.3s;
}
.fade {
	opacity: 0;
	transform: translate(0,0); 
}
.fade01{
	opacity: 0;
	transform: translate(0,50px); 
}
 .fade02 {
	opacity: 0;
	transform: translate(0,-50px); 
}
.fade03 {
	opacity: 0;
	transform: translate(-50px,0); 
}
.fade04 {
	opacity: 0;
	transform: translate(50px,0); 
}
.blur {
  -webkit-filter: blur(14px);
	filter: blur(14px);  
}
.zoom{
  transform: scale(1.1,1.1); 
}
.delay01{
	transition-delay: 0.3s;		
}
.delay02{
	transition-delay: 0.6s;		
}
.delay03{
	transition-delay: 0.9s;		
}
.delay04{
	transition-delay: 1.2s;		
}
.delay05{
	transition-delay: 1.5s;		
}

 .mv {
	opacity: 1;
  -webkit-filter: blur(0);
	filter: blur(0);
	transform: translate(0,0) scale(1,1); 
}

/* badge rotation */
@keyframes rotation{
	0%{ transform:rotate(0); }
	100%{ transform:rotate(360deg); }
}

/* baloon */
@keyframes expand-bounce{
	0% { transform: scale(0); }
	70% { transform: scale(1.1); }
	100% { transform: scale(1); }
}

/* poyon */
@keyframes poyon{
	0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
	6%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
	12%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
	18%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
	24%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
	30% { transform: scale(1.0, 1.0) translate(0%, 0%); }
	100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}




/*--------------------------------------------------------------------------
   PC
---------------------------------------------------------------------------*/
.sp{
	display: none;	
}
/* box-sizing ---*/	
header, footer, main, section, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, a, span, small, strong, em, input, select, textarea, button {
	box-sizing: border-box;
}


/*--------------------------------------------------------------------------
   Container
---------------------------------------------------------------------------*/
body::before{
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	min-height: -webkit-fill-available;
	content: "";
	background: url(../img/top/bg_pc.jpg) no-repeat center center / cover;		
}
#Page{
	position: relative;
	overflow: hidden;
}
.inner{
	padding: 0 20px;
}
.layout-box{
  display: flex;
  justify-content: space-between;  
}

/* clearfix
-----------------------------------------------------------------*/
.cf:after{
	clear :both;
	content: "";
	display: block;
	height: 0;
}


/*--------------------------------------------------------------------------
   header
---------------------------------------------------------------------------*/
#Header{
	position: fixed;
	left: 0;
	top: 0;
	width: calc((100% - 400px)/2);
	height: 100%;
	min-height: -webkit-fill-available;
	display: flex;
	justify-content: center;
	align-items: center;
}
#Header h1{
	position: absolute;
	left: 25px;
	top: 15px;
}


/* ---------------------------------------------------------------------------
	 #PcGnav	
	 グローバルナビゲーション
--------------------------------------------------------------------------- */
.pc-gnav{
	text-align: center;
	line-height: 1;
	letter-spacing: .05em;
}
.pc-gnav li:nth-child(n+2){
	margin-top: 30px;
}
.pc-gnav .en{
	display: block;
	text-transform: uppercase;
	font-size: 3.1rem;
}
.pc-gnav .ja{
	display: block;
	margin-top: 10px;
	font-size: 1.4rem;
}
.pc-gnav a{
	transition: .3s;
}
.pc-gnav a:hover{
	opacity: .5;
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
.content{
	overflow: hidden;
	max-width: 400px;
	min-width: 375px;
	width: 100%;
	margin: 0 auto;
	border: solid #fff;
	border-width: 0 5px;
	background: #fff; 
}

.marker{
	position: relative;
}
.marker span{
	position: relative;
	z-index: 5;
}
.marker::before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 0;
	height: 1.2em;
	transition-duration: 1s;	
}
.marker.mv::before{
	width: 100%;
}

.sec-ttl{
	font-weight: normal;
	line-height: 1;
	text-align: center;
}
.sec-ttl .en{
	display: block;
	text-transform: uppercase;
  font-size: 4rem;
}
.sec-ttl .ja{
	display: block;
	margin-top: 15px;
  font-size:2.5rem;
}
.sec-ttl .ja.camp {
	margin: 0 auto 15px;
	font-size: 2rem;
}

	
/* Mv
-----------------------------------------------------------------*/
#Mv{
	position: relative;
	padding-bottom: 20px;
	background: #F5EEE5;
}
#Mv .logo{
	position: absolute;
	left: 15px;
	top: 10px;
	z-index: 10;
	opacity: 0;
	transition: 1s;
	transition-delay: .5s;
}
#Mv.start .logo{
	opacity: 1;
}
#Mv .pic{
	opacity: 0;
	transition: 1.5s;
	transform: translateY(-50px);	
}
#Mv.start .pic{
	opacity: 1;
	transform: translateY(0);
}
#Mv .txt-area{
	position: absolute;
	left: 0;
	top: 320px;
	width: 100%;
}
#Mv .txt-area h1{
	margin-bottom: 25px;
	text-align: center;
	opacity: 0;
	transition: 1s;
	transition-delay: 1s;
}
#Mv.start .txt-area h1{
	opacity: 1;
}
#Mv .txt-area h2{
	position: relative;
	max-width: 360px;
	margin: 0 auto 25px;
}
#Mv .txt-area h2 span{
	position: absolute;
	display: block;
	opacity: 0;
	transition: .5s;
}
#Mv .txt-area h2 .ico01{
	left: 8px;
	top: -20px;
	width: 86px;
	transition-delay: 1.8s;
}
#Mv.start .txt-area h2 .ico01{
	opacity: 1;
	animation: poyon 3s ease 1.8s 1 running;
}
#Mv .txt-area h2 .ico02{
	right: 17px;
	top: -17px;
	z-index: 5;
	width: 44px;
	transition-delay: 2s;
}
#Mv.start .txt-area h2 .ico02{
	opacity: 1;
	animation: poyon 3s ease 2s 1 running;
}
#Mv .txt-area h2 .ico03{
	left: 50px;
	bottom: -22px;
	z-index: 5;
	width: 70px;
	transition-delay: 2.2s;
}
#Mv.start .txt-area h2 .ico03{
	opacity: 1;
	animation: poyon 3s ease 2.2s 1 running;
}
#Mv .txt-area h2 .ttl{
	position: relative;
	z-index: 2;
	opacity: 0;
	transition: 1s;
	transition-delay: 1.3s;
}
#Mv.start .txt-area h2 .ttl{
	opacity: 1;
}
#Mv .txt-area .layout-box{
	align-items: center;
	max-width: 288px;
	margin: 0 auto;
}
#Mv .txt-area .layout-box .txt-mv{
	width: 47%;
	opacity: 0;
	transition: 1s;
	transition-delay: 2s;
}
#Mv.start .txt-area .layout-box .txt-mv{
	opacity: 1;
}
#Mv .txt-area .layout-box .badge{
	position: relative;
	z-index: 50;
	width: 47%;
  transform: rotate(10deg);
	opacity: 0;
	transition: 1s;
	transition-delay: 2.5s;	
}
#Mv.start .txt-area .layout-box .badge{
	opacity: 1;
}
#Mv .txt-area .layout-box .badge span{
	display: block;
}
#Mv .txt-area .layout-box .badge span:nth-child(1){
	position: relative;
	z-index: 5;
}
#Mv .txt-area .layout-box .badge span.badge-bg{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	animation: rotation 6s linear infinite running;
}

/* intro
-----------------------------------------------------------------*/
.intro{
	position: relative;
	margin-bottom: 180px;
	padding: 20px 0 180px;
	background: #F5EEE5;
}
.intro h2{
	margin-bottom: 30px;
	text-align: center;
	font-weight: normal;
	line-height: 1;
}
.intro h2 span span{
	display: inline-block;
	opacity: 0;
	filter: blur(5px);  
	transition: .5s;
}
.intro h2.start span span{
	filter: blur(0);  
	opacity: 1;
}
.intro h2 .vujahday{
	display: block;
	margin-bottom: 20px;
	font-size: 4rem;
}
.intro h2 .vujahday span:nth-child(2){ transition-delay: .1s; }
.intro h2 .vujahday span:nth-child(3){ transition-delay: .2s; }
.intro h2 .vujahday span:nth-child(4){ transition-delay: .3s; }
.intro h2 .vujahday span:nth-child(5){ transition-delay: .4s; }
.intro h2 .vujahday span:nth-child(6){ transition-delay: .5s; }
.intro h2 .vujahday span:nth-child(7){ transition-delay: .6s; }
.intro h2 .vujahday span:nth-child(8){ transition-delay: .7s; }
.intro h2 .vujahday span:nth-child(9){ transition-delay: .8s; }
.intro h2 .vujahday span:nth-child(10){ transition-delay: .9s; }
.intro h2 .vujahday span:nth-child(11){ transition-delay: 1s; }
.intro h2 .vujahday span:nth-child(12){ transition-delay: 1.1s; }
.intro h2 .vujahday span:nth-child(13){ transition-delay: 1.2s; }
.intro h2 .vujahday span:nth-child(14){ transition-delay: 1.3s; }
.intro h2 .ja{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.2rem;
	letter-spacing: .1em;
}
.intro h2 .ja .bar{
	width: 20px;
	height: 1px;
	background: #000;
}
.intro h2 .ja span:first-child{
	margin-right: 20px;
}
.intro h2 .ja span:last-child{
	margin-left: 20px;
}
.intro h2 .ja span:nth-child(1){ transition-delay: 1.5s; }
.intro h2 .ja span:nth-child(2){ transition-delay: 1.6s; }
.intro h2 .ja span:nth-child(3){ transition-delay: 1.7s; }
.intro h2 .ja span:nth-child(4){ transition-delay: 1.8s; }
.intro h2 .ja span:nth-child(5){ transition-delay: 1.9s; }
.intro h2 + .txt{
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: .05em;
	line-height: 2.5;
}
.intro h2 + .txt .marker::before{
	background: rgba(54,255,210,.6);
}
.intro .slider-area{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	transform: translateY(70%);
}
.intro .pic-slider{
	line-height: 0;	
}
.intro .pic-slider .slider-item{
	padding: 0 5px;
	transition: 1s;
}
.intro .pic-slider .slider-item img{
	backface-visibility: hidden;
}
.intro .pic-slider .slick-slide:nth-child(even) .slider-item{
	transform: translateY(-40%);
}
.intro .pic-slider .slick-list{
	overflow: visible;
}

/* schedule
-----------------------------------------------------------------*/
.schedule{
	padding: 30px 0 40px;
}
.schedule h2{
	margin-bottom: 35px;
}
.schedule .point{
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}
.schedule .point span{
	margin: 0 3px;
	padding: 3px 15px;
	background: #F5EEE5;
	border-radius: 10px;
	font-size: 1.4rem;
}
.schedule .campus-list{
	margin-bottom: 25px;
}
.schedule .campus-list > div{
	display: flex;
	padding: 18px 0;
	border-top: 1px dotted #D2D2D2;
	line-height: 1.3;
	font-size: 1.4rem;
}
.schedule .campus-list dt{
	display: flex;
	align-items: center;
	flex-shrink: 0;
	padding-right: 20px;
	border-right: 1px solid #D2D2D2;
}
.schedule .campus-list dt .ico-camp{
	flex-shrink: 0;
	margin-right: 10px;
}
.schedule .campus-list dd{
	padding-left: 20px;
}

.schedule .campus-list .department-list{
	display: flex;
	flex-wrap: wrap;
}
.schedule .campus-list .department-list li{
	margin: 3px 10px 3px 0;
}

.schedule-box{
	padding: 25px 20px;
	background: #F5EEE5;
	border-radius: 10px;
}
.schedule-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.schedule-list li {
	width: calc(50% - 5px);
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	text-align: center;	
	align-items: stretch;
}
.schedule-list li:nth-child(n+3){
	margin-top: 10px;
}
.schedule-list .ico-campus{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 10px;
}
.schedule-list .ico-camp{
	margin:  0 3px;	
}
.ico-camp{
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 1.4rem;
}
.ico-camp.camp01{
	background: #38BB8D; 
}
.ico-camp.camp02{
	background: #4E88C7; 
}
.schedule-list .year{
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	font-size: 1.3rem;
}
.schedule-list .date{
	width: calc(100% + 20px);
	margin-left: -10px;
	line-height: 1;
}
.schedule-list .date.blankLine::before {
	display: block;
	content: '';
	height: calc(1.3rem + 5px);
}
.schedule-list .date .en{
	font-size: 4.3rem;
}
.schedule-list .date .day{
	font-size: 1.8rem;
}
.schedule-list .date .day._sat{
	color: #004FC7;
}
.schedule-list .date .day._sun{
	color: #B92525;
}
.schedule-list .time{
	margin: 5px 0;
	font-size: 1.1rem;
	line-height: 1;
	letter-spacing: .05em;
}
.schedule-list .time.blankLine::after {
	display: block;
	content: '';
	height: calc(1em + 5px);
}
.schedule-list .btn-schedule{
	display: none;
}
.schedule-list .btn-schedule.on{
	display: block;
}
.schedule-list .btn-schedule.on:nth-child(n+2) {
margin-top: 8px;
}
.schedule-list .btn-schedule a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 35px;
	margin: 0 auto;
	padding-top: 2px;
	background:url(../img/common/arw_btn.svg) no-repeat right 10px center #fff;
	background-size: 4px auto;
	border-radius: 30px;
	border: 1px solid #000;
	font-size: 1.3rem;
	/* letter-spacing: -.1rem; */
	transition: .3s;
}
.schedule-list .btn-schedule a:hover{
	background-image:url(../img/common/arw_btn_w.svg);
	background-color: #000;
	color: #fff;
}
.schedule-list .btn-schedule a span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 8px;
	width: 15px;
	height: 15px;
	color: #fff;
	font-size: 1rem;
	line-height: 15px;
	border-radius: 50%;
}
.schedule-list .btn-schedule a span.campas01 {
	background: #4E88C7;
}
.schedule-list .btn-schedule a span.campas02 {
	background: #38BB8D;
}
.schedule-list .btn-reserve{
	margin: 8px auto;
}
.schedule-list .btn-reserve a{
	width: 120px;
	height: 35px;
	background:url(../img/common/arw_btn_w.svg) no-repeat right 10px center #386FF2;
	background-size: 4px auto;
	font-size: 1.3rem; 
}
.schedule-list .btn-reserve.campas01 a{
	width: 120px;
	height: 35px;
	background:url(../img/common/arw_btn_w.svg) no-repeat right 10px center #38BB8D;
	background-size: 4px auto;
	font-size: 1.3rem; 
}
.schedule-list li.oc-close {
	position: relative;
	background-color: unset;
}
.schedule-list li.oc-close:before {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.5);
	border-radius: 10px;
	content: '';
	z-index: 1;
}
.schedule-list li.oc-close .btn-schedule a {
	color: #aaa;
	background-image: url(../img/common/arw_btn_gy.svg);
	border-color: #aaa;
	pointer-events: none;
}
.schedule-list li.oc-close .btn-schedule a span {
	background: #aaa;
}
.schedule-list li.oc-close .btn-reserve a {
	background-color: #aaa;
	border-color: #aaa;
	pointer-events: none;
}
.schedule-list li.oc-comming {
	width: calc(50% - 5px);
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
}
.schedule-list li.oc-comming .btn-schedule a {
	color: #aaa;
	background-image: url(../img/common/arw_btn_gy.svg);
	border-color: #aaa;
	pointer-events: none;
}
.schedule-list li.oc-comming .btn-schedule a span {
	background: #aaa;
}
.schedule-list li.oc-comming .btn-reserve a {
	background-color: #e0e0e0;
    border-color: #e0e0e0;
	pointer-events: none;
}
.schedule-box h3{
	margin: 25px 0 0;
	padding: 7px 0;
	background: url(../img/common/ico_plus_circle.svg) no-repeat right center;
	background-size: 30px auto;
	border-bottom: 1px solid #386FF2;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: .05em;
	font-weight: normal;
	cursor: pointer;
}
.schedule-box h3.open{
	background-image: url(../img/common/ico_minus_circle.svg);
}
.schedule-box h3 strong{
	display: inline-block;
	transform: translateY(2px);
	font-size: 2.8rem;
	font-weight: normal;
}
.schedule-box .schedule-acc-cont{
	display: none;
	margin-top: 20px;
}

.oc-bnr{
	margin: 50px 0 0;
}
.oc-bnr:hover{
	opacity: .8;
}
.personal-counseling{
	margin: 50px 0 70px;
	border: 1px dotted #D2D2D2;
	padding: 30px 7%;
}
.personal-counseling h3{
	margin-bottom: 20px;
	text-align: center;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: normal;
	letter-spacing: .05em;
}
.personal-counseling .txt-schedule{
	margin-bottom: 15px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
}
.personal-counseling .txt{
	margin-bottom: 25px;
	font-size: 1.3rem;
}
.btn-reserve a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	padding-top: 2px;
	margin: 0 auto;
	background:url(../img/common/arw_btn_w.svg) no-repeat right 20px center #386FF2;
	background-size: 6px auto;
	border: 1px solid #386FF2;
	border-radius: 30px;
	font-size: 1.7rem; 
	color: #fff;
	transition: .3s; 		
}
.btn-reserve a:hover{
	background-image:url(../img/common/arw_btn_bl.svg);
	background-color: #fff;
	color: #386FF2;
}
.btn-reserve.campas01 a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	padding-top: 2px;
	margin: 0 auto;
	background:url(../img/common/arw_btn_w.svg) no-repeat right 20px center #38BB8D;
	background-size: 6px auto;
	border: 1px solid #38BB8D;
	border-radius: 30px;
	font-size: 1.7rem; 
	color: #fff;
	transition: .3s; 		
}
.btn-reserve.campas01 a:hover{
	background-image:url(../img/common/arw_btn_g.svg);
	background-color: #fff;
	color: #38BB8D;
}
.schedule .present{
  position: relative;
  max-width: 342px;
  margin: 0 auto;  
}
.schedule .present .badge{
  position: absolute;
  right: -40px;
  bottom: -25px;
  /* transform: rotate(10deg); */
	width: 162px;
}
.schedule .present .badge span{
	display: block;
	width: 100%;
	height: 100%;	
}
.schedule .present .badge span:nth-child(1){
	position: relative;
	z-index: 10;
}
.schedule .present .badge .badge-bg{
	position: absolute;
	left: 0;
	top: 0;
	animation: rotation 8s linear infinite running;
}


/* pickup
-----------------------------------------------------------------*/
.pickup{
	padding: 85px 0 70px;	
}
.pickup-program{
	position: relative;
	padding: 45px 20px;
	border-top: 5px solid #00A3FF;
	background: url(../img/top/bg_program.png) no-repeat center top;
	background-size: cover;
	border-radius: 0 0 10px 10px;
}
.pickup-program .ico{
	position: absolute;
	left: 0;
	top: -85px;
	display: block;
	width: 138px;
	transform-origin: left bottom;
	transform: scale(0,0); 
}
.pickup-program .ico.mv{
	animation: expand-bounce .8s ease 0s 1 running forwards;
}

.pickup-program  h2{
	margin-bottom: 30px;
}
.pickup-program .program-list li:nth-child(n+2){
	margin-top: 35px;
}
.pickup-program .program-list h3{
	margin: 20px 0 15px;
	font-size: 2.7rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: .05em;
}
.pickup-program .program-list .txt{
	text-align: justify;
	font-size: 1.5rem;
	line-height: 1.7;
}


/* timetable
-----------------------------------------------------------------*/
.timetable{
  padding: 80px 0 0;
  background: #1DA7F3;  
}
.timetable h2{
  position: relative;
  margin-bottom: 80px;  
  color: #FFF;
}
.timetable h2 .ico{
  position: absolute;
  left: 60%;
  bottom: -32px;
	display: block;
  width: 134px; 
}
.time-line > li{
  position: relative;
  width: calc(100% + 20px);
  padding: 0 0 100px 30px; 
}
.time-line > li:last-child{
  padding-bottom: 90px;  
}
.time-line > li::before{
  position:absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;    
}
.time-line > li::after{
  position:absolute;
  left: 5px;
  top: 0px;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;  
}
.time-line h3{
  position: absolute;
  left: 110px;
  top: -50px;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;  
}
.time-line h3 small{
  font-size: 1.3rem;  
}
.time-line .time{
  position:absolute;
  left: -30px;
  top: 0;
  transform: translateY(-70%);
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  width: 127px;
  height: 127px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #1DA7F3;
  color: #fff;
  line-height: 1;
  font-size: 3rem; 
}
.time-line .time small{
  font-size: 80%;  
}
.time-line .time-current{
  position: absolute;
  left: 5px;
  top: 6px;
  transform: translateY(-100%);
  width: 325px;
  padding: 0 0 10px 20px;
  border-bottom: 1px dotted #fff;
  color: #fff;
  line-height: 1;  
}
.time-line .time-current .en{
  font-size: 3rem; 
}
.time-line .time-current small{
  font-size: 80%;  
}
.time-line .time-current .ico{
  display: inline-block;
  transform: translateY(-2px);
  margin-left: 10px;
  padding:5px 10px 3px;
  background: #FDE939;
  color: #1DA6F3;
  font-size: 1.8rem;  
}
.time-line .time-current + .slider-area{
  padding-top: 25px;  
}
.time-line .slider-area{
  width: calc(100% + 20px);
  overflow: hidden;  
}
.time-line .timetable-slider{
  width: 315px;
}
.time-line .timetable-slider.slider01 .txt-area {
	height: 148.67px;
}
.time-line .timetable-slider.slider03 .txt-area {
	height: 209.27px;
}
.time-line .timetable-slider.slider04 .txt-area {
	height: 244.86px;
}
.time-line .timetable-slider .slick-list{
  overflow: visible;  
}
.time-line .timetable-slider .slider-item{
  padding-right: 15px;
}
.time-line .timetable-slider.swipe .slider-item{
	cursor: pointer;
}
.time-line .timetable-slider .slider-item .pic{
  line-height: 0;  
}
.time-line .timetable-slider .txt-area{
  padding: 20px;
  background: #fff;
  border-radius: 0 0 10px 10px;  
}
.time-line .timetable-slider .txt-area h4{
  margin-bottom: 10px;
  font-weight: normal; 
  font-size: 2.7rem;
  letter-spacing: .05em;
  line-height: 1.2; 
}
.time-line .timetable-slider .txt-area h4 small{
  font-size: 2rem;
  color: #1DA6F3;  
}
.time-line .timetable-slider .txt-area h4 small._black{
	color: #000;
}
.time-line .timetable-slider .txt-area .txt-lead{
  margin-bottom: 7px;
  font-size: 1.5rem;
  line-height: 1.5; 
}
.time-line .timetable-slider .txt-area .txt{
  font-size: 1.3rem;
  line-height: 1.7;
  text-align: justify;
}
.time-line .timetable-slider .txt-area .box{
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #1DA6F3;
  font-size: 1.3rem;
}
.time-line .timetable-slider .txt-area .box h5{
  margin-bottom: 8px;
  color: #1DA6F3;
  text-align: center;
  line-height: 1;
}
.time-line .timetable-slider .txt-area .box p span{
  color: #1DA6F3;
}



/* faq
-----------------------------------------------------------------*/
.faq{
  padding: 90px 0 110px;  
}
.faq h2{
  margin-bottom: 35px;
  text-align: center;  
}
.faq .slider-area{
  overflow: hidden;
  width: calc(100% + 20px);  
}
.faq-slider{
	width: 320px;
}
.faq-slider .slick-list{
  overflow: visible;  
}
.faq-slider .slider-item{
  padding: 0 10px 5px;
	cursor: pointer;  
}
.faq-slider .slider-item h3{
  position: relative;
  z-index: 5;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.6;
	font-weight: normal;  
}
.faq-slider .slider-item h3 .marker::before{
	width: 0;
  background: #FDE939;  
}
.faq-slider .slider-item h3 br+.marker::before{
	transition-delay: .2s;
}
.faq-slider .slick-active .slider-item h3 .marker::before,
.faq-slider .is-active-next .slider-item h3 .marker::before{
	width: 100%;
}
.faq-slider .slider-item .pic{
  margin-top: -25px;
}
.faq-slider .slider-item .question{
  position: relative;
  z-index: 5;
  width: 80%;
  margin: -100px auto 0;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #000;
  box-shadow: 5px 5px 0 #FDE939;
	transform-origin: left top;
	transform: scale(0,0);	  
}
.faq-slider .slick-active .slider-item .question,
.faq-slider .is-active-next .slider-item .question{
	opacity: 1;
	animation: expand-bounce .4s ease .5s 1 running forwards;
}
.faq-slider .slider-item .question::before{
  position:absolute;
  left: 25px;
  top: -21px;
  display: block;
  content: "";
  width: 23px;
  height: 20px;
  background: url(../img/top/ico_baloon_shadow.svg) no-repeat;
  background-size: 100% auto;
}
.faq-slider .slider-item .question::after{
  position:absolute;
  left: 15px;
  top: -20px;
  display: block;
  content: "";
  width: 28px;
  height: 35px;
  background: url(../img/top/ico_baloon.svg) no-repeat;
  background-size: 100% auto;
}
.faq-slider .slider-item .question .q-txt{ 
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: justify;
}
.faq-slider .slider-item .question .q-txt span{
  display: block;
  margin-bottom: 3px;
  text-align: center;  
}


/* campus
-----------------------------------------------------------------*/
.campus{
  padding: 0 0 80px;
}
.campus h2{
  position: relative;
  z-index: 5;  
}
.campus .map{
  margin: -60px 0 30px; 
}
.campus .spot-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 320px;
  margin: 0 auto 40px;
  font-size: 1.6rem;  
}
.campus .spot-list li{
  display: flex;
  align-items: center;
  width: 49%;  
}
.campus .spot-list li:nth-child(n+3){
  margin-top: 5px;  
}
.campus .spot-list .num{
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  text-align: center;
  line-height: 25px;
  background: #00A3FF;
  border-radius: 50%;
  color: #fff;   
}
.campus h3{
  margin-top: 10px;
  text-align: center;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.5;  
}


/* dormitory
-----------------------------------------------------------------*/
.dormitory{
	padding: 70px 0;
	background: url(../img/top/bg_dormitory.png) no-repeat center top #1DA7F3;
	background-size: 100% auto;
	color: #fff; 	
}
.dormitory h2{
	margin-bottom: 30px;
	text-align: center;
	font-weight: normal;
	line-height: 1;
}
.dormitory h2 small{
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
	font-size: 1.3rem;
}
.dormitory h2 small::before,
.dormitory h2 small::after{
	flex-shrink: 0;
	display: inline-block;
	content: "";
	width: 8px;
	height: 12px;
}
.dormitory h2 small::before{
	margin-right: 10px;
	background:url(../img/common/ico_quote_l_w.svg) no-repeat;
	background-size: 100% auto;
}
.dormitory h2 small::after{
	margin-left: 10px;
	background:url(../img/common/ico_quote_r_w.svg) no-repeat;
	background-size: 100% auto;
}
.dormitory h2 > span{
	display: block;
	margin-bottom: 10px;
	font-size: 2.8rem;
	letter-spacing: .05em;
}
.dormitory h2 strong{
	display: block;
	font-weight: normal;
	font-size: 4.2rem;
	letter-spacing: .05em;
}
.dormitory .pic{
	margin-bottom: 20px;
	text-align: center;
}
.dormitory .pic + .txt{
	margin-bottom: 40px;
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: justify;
}
.dormitory .btn-read-more{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 340px;
	height: 60px;
	margin: 0 auto;
	border-radius: 30px;
	background: url(../img/common/ico_plus.svg) no-repeat right 20px center #F5EEE5;
	background-size: 15px auto;
	border: 1px solid #F5EEE5;
	font-size: 1.7rem;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #00A3FF;
	cursor: pointer;
	transition: .3s;
}
.dormitory .btn-read-more:hover{
	background: url(../img/common/ico_plus_w.svg) no-repeat right 20px center #00A3FF;
	background-size: 15px auto;
	border-color: #fff;
	color: #fff;
}
.dormitory .btn-read-more.open{
	background: url(../img/common/ico_minus_w.svg) no-repeat right 20px center;
	background-size: 15px auto;
	border-color: #fff;
	color: #fff;
}
.dormitory .btn-read-more.open:hover{
	background: url(../img/common/ico_minus.svg) no-repeat right 20px center #F5EEE5;
	background-size: 15px auto;
	border-color: #F5EEE5;;
	color: #00A3FF;
}

.dormitory .btn-read-more .close{
	display: none;
}
.dormitory .btn-read-more.open .close{
	display: block;
}
.dormitory .btn-read-more.open .more{
	display: none;
}
.dormitory .acc-cont{
	display: none;
	margin-bottom: 45px;
}
.dormitory .acc-cont .txt{
	margin-bottom: 7px;
	font-size: 1.3rem;
	line-height: 1.9;
	text-align: justify;
}
.dormitory .acc-cont .note{
	margin-bottom: 35px;
	font-size: 1.1rem;
	text-align: justify;
}
.dormitory-info h3{
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: normal;
}
.dormitory-list{
	display: flex;
	justify-content: space-between;
}
.dormitory-list li{
	width: 48%;
}
.dormitory-list h4{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	font-size: 1.6rem;
	font-weight: normal;	
}
.dormitory-list .tel,
.dormitory-list .businesshour{
	font-size: 1.3rem;
	text-align: justify;
}
.dormitory-list .btn{
	margin-top: 20px;
}
.dormitory-list .btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	background: url(../img/common/arw_btn_bl2.svg) no-repeat right 15px center #F5EEE5;
	background-size: 5px auto;
	border-radius: 20px;
	border: 1px solid #F5EEE5;
	line-height: 1;
	font-size: 1.3rem;
	color: #00A3FF;
	transition: .3s;
}
.dormitory-list .btn a:hover{
	background: url(../img/common/arw_btn_w.svg) no-repeat right 15px center #00A3FF;
	background-size: 5px auto;
	color: #fff;
	border-color: #fff;
}


/* voice
-----------------------------------------------------------------*/
.voice{
  padding: 70px 0 90px;
  background: url(../img/top/bg_voice.png) no-repeat center center;
  background-size: cover;  
}
.voice .inner{
  max-width: 360px;
  margin: 0 auto;   
}
.voice h2{
  position: relative;
  margin-bottom: 30px;  
}
.voice h2 .ico01,
.voice h2 .ico02{
  position: absolute;  
}
.voice h2 .ico01{
  left: 0;
  bottom: -30px;
  width: 70px;  
}
.voice h2 .ico02{
  right: 0;
  bottom: -30px;
  width: 82px;  
}
.voice-list li{
  position: relative;
  padding: 20px;
  background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.15);
  border-radius: 10px;
  line-height: 1.5;
	font-size: 1.6rem;
  text-align: justify;
	transform: scale(0,0);  
}
.voice-list li.mv{
	animation: expand-bounce .5s ease .2s 1 running forwards;
}
.voice-list li:nth-child(odd){
	transform-origin: right bottom;
}
.voice-list li:nth-child(even){
	transform-origin: left bottom;
}
.voice-list li:nth-child(odd)::before{
  position: absolute;
	right: 20px;
  bottom: 20px;
  display: block;
  width: 0;
  height: 0;
	content: ''; 
  border-right: 15px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  transform: translateY(100%) rotate(120deg);	
}
.voice-list li:nth-child(even)::before{
  position: absolute;
	left: 20px;
  bottom: 20px;
  display: block;
  width: 0;
  height: 0;
	content: ''; 
  border-left: 15px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  transform: translateY(100%) rotate(-120deg);	
}
.voice-list li:nth-child(n+2){
  margin-top: 30px;  
}
.voice-list .txt{
	position: relative;
	z-index: 10;
}


/* access
-----------------------------------------------------------------*/
.access{
	padding: 100px 0 0;
}
.access-wrap{
	position: relative;
	padding: 90px 0 100px;
	background: #F5EEE5;
}
.access h2{
	position: absolute;
	left: 0;
	top: -15px;
	width: 100%;
}
.access h3{
	margin-bottom: 30px;
	font-size: 2.2rem;
	line-height: 1;
	font-weight: normal;
	text-align: center;
}
.access h3 .marker{
	padding: 0 10px;
}
.access h3 .marker::before{
	background: #fff;
	height: 1.3em;
}
.access .map-area{
	position: relative;
	padding-bottom: 100%;	
}
.access .map-area iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.access-box + .access-box{
	margin: 60px 0;
}
.access .btn-googlemap{
	margin-top: 25px;
}
.access .btn-googlemap a{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 340px;
	height: 60px;
	margin: 0 auto;
	border-radius: 30px;
	background: url(../img/common/ico_blank.svg) no-repeat right 20px center;
	background-size: 16px auto;
	border: 1px solid #00A3FF;
	font-size: 1.7rem;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #00A3FF;
	cursor: pointer;
	transition: .3s;	
}
.access .btn-googlemap a:hover{
	background: url(../img/common/ico_blank_w.svg) no-repeat right 20px center #00A3FF;
	background-size: 16px auto;
	color: #fff;
}
.transfer-info{
	padding: 65px 20px;
	border: 1px dotted #00A3FF;
}
.transfer-info h3{
	margin-bottom: 20px;
	line-height: 1;
	letter-spacing: .05em;
	font-weight: normal;
}
.transfer-info h3 .en{
	display: block;
	margin-bottom: 5px;
	font-size: 3rem;
	/* text-transform: uppercase; */
}
.transfer-info .ja.only {
	color: #00a3ff;
	font-size: 2rem;
	width: fit-content;
	margin: 0 auto 1.5em;
}
.transfer-info .bus{
	margin-bottom: 60px;
}
.transfer-info .bus .txt{
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.8rem;
}
.btn-blank a{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 290px;
	height: 60px;
	margin: 0 auto;
	border-radius: 30px;
	background: url(../img/common/ico_blank_w.svg) no-repeat right 20px center #00A3FF;
	background-size: 16px auto;
	border: 1px solid #00A3FF;
	font-size: 1.7rem;
	line-height: 1;
	letter-spacing: .15em;
	color: #fff;
	cursor: pointer;
	transition: .3s;	
}
.btn-blank a:hover{
	background: url(../img/common/ico_blank.svg) no-repeat right 20px center transparent;
	background-size: 16px auto;
	color: #00A3FF;
}
.transfer-info .parking .pic{
	width: 48.3%;
}
.transfer-info .parking .txt-area{
	width: 46.3%;
	transform: translateY(-8px);
}
.transfer-info .parking .txt-area h4{
	margin-bottom: 10px;
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: normal;
}
.transfer-info .parking .txt-area .txt{
	font-size: 1.3rem;
	text-align: justify;
}


/*--------------------------------------------------------------------------
   Cv
---------------------------------------------------------------------------*/
.cv-btn-list{
	display: flex;
	flex-wrap: wrap;
}
.cv-btn-list li{
	width: 50%;
}
.cv-btn-list li:nth-child(3){
	width: 100%;
}
.cv-btn-list a{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 110px;
	transition: .3s;
}
.cv-btn-list a:hover{
	opacity: .7;
}
.cv-btn-list li:nth-child(1) a{
	background: #386FF2;
}
.cv-btn-list li:nth-child(2) a{
	background: #000;
}
.cv-btn-list li:nth-child(3) a{
	height: 130px;
	background: #06C755;
}
.cv-btn-list .ico{
	display: block;
}
.cv-btn-list .ttl{
	display: block;
	margin-top: 5px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
}


/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer{
	padding: 45px 0 0;
	background: #FFFBF5;
	text-align: center;
}
#Footer .logo{
	margin-bottom: 20px;
}
#Footer h2{
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 1;
}
#Footer h2 small{
	display: block;
	margin-bottom: 20px;
	font-size: 1.2rem;
}
#Footer h2 strong{
	display: block;
	font-weight: normal;
	font-size: 3.6rem;
	letter-spacing: .1em;
}
#Footer .address{
	margin-bottom: 25px;
	font-size: 1.4rem;
}
#Footer .address.first {
	margin-bottom: 10px;
}
#Footer .igLink {
	width: 34px;
	margin: 0 auto 25px;
}
#Footer .contact-info{
	position: relative;
	padding: 25px 0 45px;
}
#Footer .contact-info::before,
#Footer .contact-info::after{
	position: absolute;
	left: 50%;
	top: 0;
	display: block;
	width: 30px;
	height: 1px;
	content: "";
}
#Footer .contact-info::before{
	margin-left: -30px;
	background: #00A3FF;
}
#Footer .contact-info::after{
	background: #00DFAE;
}
#Footer .tel-main{
	margin-bottom: 15px;
	font-size: 2rem;
	line-height: 1;
}
#Footer .tel-main img {
	width: 1.75em;
	vertical-align: text-bottom;
}
#Footer .tel-main strong{
	padding-left: 5px;
	font-weight: normal;
	font-size: 3.6rem;
	letter-spacing: .05em;
}
#Footer .tel-sub{
	display: flex;
	justify-content: center;
	font-size: 1.4rem;
	letter-spacing: .05em;
}
#Footer .tel-sub a{
	margin: 0 15px;
}
#Footer .copyright{
	padding: 10px;
	background: #363434;
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
}


/*--------------------------------------------------------------------------
   FtGnav
---------------------------------------------------------------------------*/
#FtGnav{
	position: fixed;
	right: 0;
	top: 0;
	width: calc((100% - 400px)/2);
	height: 100%;
	min-height: -webkit-fill-available;	
}

.nav-control{
	position: fixed;
	right: 25px;
	top: 15px;
	display: flex;
	justify-content: center;
	width: 280px;
	padding: 12px 0 10px; 
	background: #fff;
	border-radius: 100px;
	
}
.nav-control li{
	padding-top: 3px;
}
.nav-control .ico{
	display: block;
}
.nav-control .ttl{
	display: block;
	font-size: 1.1rem;
}
.nav-control a{
	display: block;
	padding: 0 10px;
	text-align: center;
	transition: .3s;
}
.nav-control a:hover{
	opacity: .7;
}
.btn-trigger{
	display: none;
}
.sp-gnav{
	display: none;
}
#FtGnav .btn-cv{
	display: none;
}
#FtGnav .bnr-area{
	position: absolute;
	right: 25px;
	bottom: 30px;
	display: flex;
}
#FtGnav .bnr-area h3{
	transform: translateY(5px);
	margin-right: 15px;
}
#FtGnav .bnr-area .bnr-list li:nth-child(n+2){
	margin-top: 10px;
}
#FtGnav .bnr-area .bnr-list a{
	transition: .3s;
}
#FtGnav .bnr-area .bnr-list a:hover{
	filter: brightness(1.05);
}
#FtGnav .bnr-area .bnr-list img{
	border: 5px solid #fff;
	border-radius: 14px;
	box-shadow: 2px 2px 8px rgba(0,0,0,.3);
	background: #fff;	
}

/*--------------------------------------------------------------------------
   Modal
---------------------------------------------------------------------------*/
#ScheduleModal{
	display: none;
}
.modal-cont{
	max-width: 400px;
	height: 100svh;
	min-height: -webkit-fill-available;
	padding: 10px;
	margin: 0 auto;
	background: transparent;
}
.schedule-modal{
	position: relative;
	padding: 35px 0 0;
	background: #F5EEE5;
	border-radius: 10px;
}
.schedule-modal .btn-close{
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: 1;
	font-size: 3rem;
	cursor: pointer;
}
.schedule-modal .schedule-box{
	position: relative;
	overflow-y:scroll;
	height: calc(100svh - 230px);
	min-height: -webkit-fill-available;
	background: #E9E1D6;
	padding: 35px 10px;
	border-radius: 0 0 10px 10px;
	scrollbar-width: thin;
	scrollbar-color: #386FF2 #ccc;	
}
.schedule-modal .schedule-box::-webkit-scrollbar{
   width: 5px;
}
.schedule-modal .schedule-box::-webkit-scrollbar-track{
   background-color: #ccc;
}
.schedule-modal .schedule-box::-webkit-scrollbar-thumb{
   background-color: #386FF2;
}

.schedule-modal h2{
	margin-bottom: 40px;
	font-size: 3rem;
	line-height: 1;
	font-weight: normal;
	text-align: center;
}
.schedule-modal .tab-nav{
	max-width: 310px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.schedule-modal .tab-nav li{
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((100% - 10px)/3);
	height: 65px;
	border-radius: 10px 10px 0 0;
	background: #fff;
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: center;
	cursor: pointer;
	transition: .3s;
}
.schedule-modal .tab-nav li.current,
.schedule-modal .tab-nav li:hover{
	background: #E9E1D6;
}
/* .schedule-modal .schedule-list {
	display: block;
} */
.schedule-modal .schedule-acc-cont::after {
	content: "";
	display: table;
	clear: both;
}
.schedule-modal .schedule-list li {
	width: calc(50% - 10px);
	margin: 0 5px 10px;
	position: relative;
}
.schedule-modal .schedule-list li:nth-child(odd) {
	float: left;
    position: relative;
    z-index: 10;
}
.schedule-modal .schedule-list li:nth-child(even) {
	float: left;
    position: relative;
    z-index: 10;
}
.schedule-modal .schedule-list li:nth-child(n+3) {
    margin-top: 0;
}
.schedule-modal .schedule-box + .schedule-box{
	display: none;
}
.schedule-modal .schedule-box .ico-campus{
	display: none;
}
.schedule-modal .schedule-box h3{
	display: none;
}
.schedule-modal .schedule-box .schedule-acc-cont {
    display: block; 
    position: relative;
    z-index: 5;
	margin-top: 0;
}
/* .schedule-modal .schedule-list .btn-schedule.on {
    display: none;
} */












/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  
	#Page {
		min-width: 320px;	
	}
	
	.pc{
		display: none;	
	}
	.sp{
		display: block;	
	}
	img.sp,
	br.sp{
		display: inline;
	}
	
	.phone-link{
		pointer-events: auto;  
	}
	.ophover:hover{
		opacity: 1;
	}


/*--------------------------------------------------------------------------
   Container
---------------------------------------------------------------------------*/
	.inner{
		max-width: initial;	
	}


/*--------------------------------------------------------------------------
   header
---------------------------------------------------------------------------*/
	#Header{
		display: none;
	}
	#Mv{
		padding-bottom: 40px;
	}

/* ---------------------------------------------------------------------------
	 #SpGnav	
	 グローバルナビゲーション
--------------------------------------------------------------------------- */
	#FtGnav{
		position: absolute;
		width: 100%;
		height: 0;
		min-height: unset;
	}
	#SpGnav{
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10000;
		width: 100%;
		height: 100%;
		min-height: -webkit-fill-available;
		padding: 10px;
		display: none;
	}
	#SpGnav::before,
	#SpGnav::after{
		position: absolute;
		display: block;
		content: "";
		transition: .3s;
		transform: scale(0,0);
		transform-origin: right bottom;
		pointer-events: none;
	}
	.on #SpGnav::before{
		transform: scale(1,1);
	}
	.on #SpGnav::after{
		transform: translateX(-50%) scale(1,1);	
	}
	#SpGnav::before{
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		min-height: -webkit-fill-available;
		background: rgba(0,0,0,.5);
	}
	#SpGnav::after{
		left: 50%;
		top: 10px;
		bottom: 10px;
		max-width: 390px;
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		min-height: -webkit-fill-available;
		background: #F5EEE5;
		border-radius: 10px;
	}
	.nav-control {
			right: auto;
			top: auto;
			left: 50%;
			bottom: 10px;
			transform: translateX(-50%);
			z-index: 12000;
			width: 320px;
			padding-right: 50px;
			box-shadow: 1px 1px 8px rgba(0,0,0,.15);
	}
	.on .nav-control {
			max-width: 390px;
			width: 100%;
			padding-right: 50px;
			box-shadow: none;
			background: transparent;
	} 
	.on .nav-control li:nth-child(1),
	.on .nav-control li:nth-child(2),
	.on .nav-control li:nth-child(3),
	.on .nav-control li:nth-child(4){
		display: none;
	}
	.nav-control a:hover{
		opacity: 1;
	}
	.btn-trigger{
		position: absolute;
		right: 10px;
		top: 10px;
		display: block;
		width: 52px;
		height: 52px;
		border-radius: 50%;
		background: #F5EEE5;
		cursor: pointer; 	
	}
	.on .btn-trigger{
		position: fixed;
		right: 10px;
		top: auto;
		bottom: 10px;
	}
	.btn-trigger span{
		position: absolute;
		left: 11px;
		display: block;
		width: 30px;
		height: 1px;
		background: #2C2C2C;
		transition: .3s;
	}
	.btn-trigger span:nth-child(1){
		top: 20px;
	}
	.btn-trigger span:nth-child(2){
		top: 26px;
	}
	.btn-trigger span:nth-child(3){
		top: 32px;
	}
	.on .btn-trigger span:nth-child(1){
		top: 26px;
		transform: rotate(45deg);
	}
	.on .btn-trigger span:nth-child(2){
		opacity: 0;
	}
	.on .btn-trigger span:nth-child(3){
		top: 26px;
		transform: rotate(-45deg);
	}
	.sp-gnav-box{	
		position: relative;
		z-index: 15000;
		max-width: 390px;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		padding: 30px 0 20px;
		overflow-y: scroll;
		scrollbar-width: thin;
		scrollbar-color: #386FF2 #ccc;
	}
	.sp-gnav-box::-webkit-scrollbar{
		 width: 5px;
	}
	.sp-gnav-box::-webkit-scrollbar-track{
		 background-color: #ccc;
	}
	.sp-gnav-box::-webkit-scrollbar-thumb{
		 background-color: #386FF2;
	}
	.sp-gnav{
		display: block;
		max-width: 325px;
		margin: 0 auto;
		text-align: center;
		line-height: 1;
		letter-spacing: .05em;
	}
	.sp-gnav li:nth-child(n+2){
		margin-top: 20px;
	}
	.sp-gnav .en{
		display: block;
		text-transform: uppercase;
		font-size: 2.2rem;
	}
	.sp-gnav .ja{
		display: block;
		margin-top: 5px;
		font-size: 1.3rem;
	}
	#FtGnav .btn-cv{
		display: block;
		max-width: 325px;
		margin: 30px auto;
	}
	#FtGnav .btn-cv a{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 60px;
		border-radius: 30px;
		background: url(../img/common/arw_btn_w.svg) no-repeat right 20px center #386FF2;
		background-size: 8px auto;
		color: #fff;
		font-size: 1.7rem;
		letter-spacing: .05em;
	}
	#FtGnav .bnr-area {
		position: static;
		display: block;
		max-width: 325px;
		margin: 0 auto;
	}
	#FtGnav .bnr-area .bnr-list{
		display: flex;
		justify-content: space-between;
	}
	#FtGnav .bnr-area .bnr-list li{
		width: 28%;
	}
	#FtGnav .bnr-area .bnr-list li:nth-child(n+2) {
			margin-top: 0;
	}
	#FtGnav .bnr-area .bnr-list a:hover{
		filter: brightness(1);
	}

}











@media screen and (max-width: 400px) {
	
/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/	
	.content {
			border-width: 0;
	}
	.schedule-list .btn-schedule a:hover{
		background-image:url(../img/common/arw_btn.svg);
		background-color: #fff;
		color: #000;
	}
	.btn-reserve a:hover{
		background-image:url(../img/common/arw_btn_w.svg);
		background-color: #386FF2;
		color: #fff;
	}
	.access .btn-googlemap a:hover{
		background: url(../img/common/ico_blank.svg) no-repeat right 20px center;
		background-size: 16px auto;
		color: #00A3FF;
	}
	.btn-blank a:hover{
		background: url(../img/common/ico_blank_w.svg) no-repeat right 20px center #00A3FF;
		background-size: 16px auto;
		color: #fff;
	}
	 	
}
