@charset "UTF-8";
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
body{
	overflow-x: hidden;
	font-size: 90%;
}

header{
    padding: 30px 0 0 5%;
}
header.under{
    padding: 20px 0;
}
header #logo img{
	height: 50px;
	width: auto;
}
header #logo,
header.under #logo{
	width: 100%;
}
header.under #logo{
	padding-right: 70px;
}
header.under #logo a img{
	width: 50px;
	margin-right: 10px;
	margin-left: 10px;
}
header.under #logo span{
	font-size: 3vw;
}
header.under #logo a small{
	margin-top: 3px;
}
/*-----------------------------------------------
__Global Navi
-----------------------------------------------*/
#drawer-icon {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: absolute;
    width: 36px;
    right: 30px;
    top: 40px;
  }
 .toggleWrap {
	  width: 80%;
	  padding: 120px 30px 10px 10px;
  }
#gl_nv > li a{
	font-size: 1.6em;
}
.under #drawer-icon {
	top: 30px;
	right: 20px;
  }

#under_h1_box{
	height: 200px;
}
#under_h1_box h1{
	font-size: 7vw;
	white-space: nowrap;
}

h2{
	font-size: 2em
}

#main.under h2::after{
	height: 8px;
	background-size: auto 100%;
}

.btn_block a{
	border-radius: 30px;
	line-height: 1.4;
	min-width:auto;
}

.page_overview ul{
    justify-content:flex-start
}
.page_overview ul > li{
    width: 100%;
    margin-bottom: 20px;
}

#gbi .d_fl{
	flex-direction: column-reverse;
	justify-content: center;
}
#gbi figure{
	margin: 0 auto 20px auto;
	max-width: 200px;
}

#overview > .d_fl .d_fl,
#admission  article:first-of-type,
.schedule,
#admission article.bg_f .d_fl{
    flex-direction: column;
}
.schedule dl{
	width: calc(100% - 12px);
	margin: 20px 0 0 12px;
}
#overview > .d_fl .d_fl > li:not(:last-of-type){
	margin-bottom: 20px;
}
.schedule dl:first-of-type{
	margin-bottom: 40px;
}
#overview > .d_fl .d_fl > li,
#admission  article:first-of-type dl{
	width: 100%;
}
#admission article:first-of-type .red:last-of-type{
    margin-left: 0;
}
#admission article.bg_f{
	padding: 20px 30px 20px 15px;
}
#admission article.bg_f .d_fl dl{
	width: 100%;
	border-bottom: none;
}

#main.under #graduate h2{
	font-size: 1.6em;
	margin-bottom: 80px;
}

#main.under #overview h3 small{
	display: table;
	margin-right:0;
}


#top_img{
	padding: 15px ;
}
#top_img div.slider_box{
	width:calc(100%-30px);
	border-radius: 20px;
}
#top_img h1{
	top: 40%;
	padding: 0 20px;
	font-size: 9.6vw;
	line-height: 1.2;
}
#top_img h1 span:last-of-type{
	display: block
}
#top_img p{
	bottom: 15%;
}
#top_img p a{
	animation: spin 1.4s ease-in-out 1s infinite;
	animation-delay: 3s;
}
#top_img p a:hover,#top_img p a:active{
	animation: spin 500ms ease-in-out 1s infinite;
}
#top_img p a img{
	width: 26px;
}

#top_img .pana_animation{
	width: 60%;
	height: 120px;
}
#top_img .pana_animation img{
	height: 100%;
	width: auto;
}

.top_main::before{
	width: 26%;
}

#top_about .d_fl > div,#top_about .d_fl section{
	width: 100%;
}
#top_about svg{
	z-index: 0;
    width: 160px;
	right: -60px;
	bottom: auto;
	top: -40px;
}
#top_about .d_fl > div{
	margin-top: 40px;
}
#top_about .d_fl > div::after{
	max-width: 200px;
	width: 20%;
	font-size: 80%;
}
#top_about section::before,#top_about::after{
	width: 60%;
	background-size: contain;
}
#top_about::after{
	right: -20%;
	bottom: -100px;
}

.x-slide {
	margin: 100px auto;
}
.x-slide span{
	font-size: 8vw;
}

#president{
	display: flex;
	flex-direction: column-reverse;
	position: relative;
	margin-bottom: 120px;
}
#president > div{
	position: relative;
	width: 70%;
	left: auto;
	margin-left: 30%;
}
#president > div::before{
	width: 200px;
	height: 100px;
	background-size:contain;
	
	left: -140px;
	bottom: auto;
	top: -20px;
}
#president > section{
	padding: 2em 30px 30px 30px;
}
#president h2{
	white-space:wrap;
	font-size: 1.5em;
}
#president > section p{
	padding: 0;
}

#president .accordion_title{
	padding: 5px 20px;
	font-size: 90%;
}
#president .accordion_title:hover,
#president .accordion_title.selected{
	padding: 5px 20px 5px 30px;
}

#top_fb section::after{
	right: -100px;
	bottom: -100px;
}
#top_fb .pana_animation{
	width: 40%;
	height: 100px;
	top: -80px;
}
#top_fb .pana_animation img{
	height: 100%;
	width: auto;
}
#top_fb section p{
	max-width: 96%;
}
#top_fb .fb_box{
	width: 96%;
}
#top_fb .btn_block a{
	padding-left: 60px;
	border-radius: 50px;
	position: relative;
}
#top_fb .btn_block a img{
	position: absolute;
	left: 26px;
	top: 50%;
	margin-right: 0;
	transform: translateY(-50%);
}

#top_graduate h2{
	font-size: 1.8em;
}
#top_graduate dl{
	width: 280px !important;
}


footer address iframe{
	height: 200px;
}

footer aside .wrap{
	padding-right: 82px;
	line-height: 1;
	font-size: 70%;
}

footer h3{
	font-size: 2.6vw;
}
footer #scrolltop{
	width: 82px;
}
footer #scrolltop::after{
	width: 24px;
	height: 24px;
	left: 28px;
}