@charset "utf-8";
/** *****************************************************************
ヘッダー、ハンバーガーナビ、メガメニュー
最終更新日：2022.05.10
***************************************************************** **/

/* ヘッダー固定 */
#fixedHEADER{
	position: fixed;
	top: 0;left: 0;
	width:100%;
	z-index: 11111;
    height: 120px;
}

#fixedHEADER {
	opacity:0;
	pointer-events: none;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#CONCEPT #fixedHEADER {
	opacity:0;
	pointer-events: none;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#fixedHEADER.active {
	opacity: 1;
	pointer-events: all;
  }
#CONCEPT #fixedHEADER.active {
	opacity: 1;
	pointer-events: all;
  }

header{
	height: 82px;
}
#dd-full nav.megamenu > ul > li > a {
	height: 82px;
	line-height: 82px;
}
.topcationblock{
	height: 60px;
}
#dd-full2 nav.megamenu ul li.parent{
	line-height: 60px;
}
#dd-full2 .megamenu li ul,
#dd-full .megamenu li ul {
	z-index: -9999;
	top:-1000px !important;
}
#dd-full .megamenu li ul.active {
	z-index: 1111;
	top: 82px !important;
}
#dd-full2 .megamenu li ul.active {
	z-index: 1111;
	top: 120px !important;
}

@media only screen and (max-width: 768px) {

	#fixedHEADER{
		height: 45px;
	}


}
/* -------------------------------------------------------------------
fixedBTN　固定ボタン
body.htmlにインクルード
banner.cssで管理

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



/* *-------------------------------------------------------------------
 ヘッダー
-------------------------------------------------------------------* */
header{
	background-color: rgba(255,255,255,.6);
	position: relative;
	width: 100%;
	backdrop-filter: blur(12px);
}
header h1 {
	position: absolute;
	z-index: 99996;
	left: 20px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	outline: 0;

}
header h1 a{
	display: block;
	white-space: nowrap;	text-indent: 100%;	overflow: hidden;
	background-image: url(../images/h1.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 162px;height: 43px;
	cursor: pointer;
}


#headerNAV{
	width: 100%;
	position: absolute;
	right: 0;	top: 0;
    /* z-index: 99995; */
}


@media only screen and (max-width: 768px) {

	header{
		height: 50px;
	}
	header h1 {
		left: 10px;
	
	}
	header h1 a{
		background-size: contain;
		width: 126px;
		cursor: pointer;
		height: 33px;
	}


}



/* フロート解除 */
nav:before,
nav:after {    content:"";    display:table;}
nav:after {    clear:both;}




/* *-------------------------------------------------------------------
上段ナビ
-------------------------------------------------------------------* */
#headerNAV ul{
	display: flex;
	align-items: center;
	margin-left: auto;
	width: fit-content;
	margin-right: 82px;
}


#dd-full nav.megamenu > ul > li > a {
	display: block;
	letter-spacing: 0.075em;
	padding-left: 1.47vw;
	padding-right: 1.47vw;
	font-size: 14px;
	font-size: 1.4rem;
	color: black;
	text-decoration: none;
	position: relative;
	-webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
	white-space:nowrap;
}

#dd-full nav.megamenu > ul > li > a .minus {
	display: none;
	font-weight: bold;
	margin-left: 5px;
	width: 15px;
	text-align: center;
}
#dd-full nav.megamenu > ul > li > a .plus {
	font-weight: bold;
	margin-left: 5px;
}

#dd-full nav.megamenu > ul > li > a.current .plus {
	display: none;
}
#dd-full nav.megamenu > ul > li > a.current .minus {
	display: inline-block;
}

#dd-full nav.megamenu > ul > li > .black {
	background-color: black;
	color:white !important;
	border-left: 2px solid white;
}

#dd-full nav.megamenu > ul > li > a:hover {
	cursor: pointer;
	-webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}

/*学内専用・お問い合わせ・資料請求ボタン*/

#dd-full nav.megamenu > ul > li.gnavLANG {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#dd-full nav.megamenu > ul > li.gnavLANG a{
	display: inline-block;
	padding-right: 0 !important;
	padding-left: 0 !important;
	height: auto;
	line-height: 1.3;
}
#dd-full nav.megamenu > ul > li.gnavLANG .bd {
	width: 31px;
	height: 1px;
	background-color: black;
}
#dd-full nav.megamenu > ul > li.gnavLANG a:hover{
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {

#headerNAV{
	display: none;
}

}



/* -
メガメニュー内　レイアウト
-------------------------------------------------------------------* */
.gnavblock{}

.gnavROW2,
.gnavROW4,
.gnavROW3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* 2列 */
.gnavROW2 .col {
	width:48%
}
/* 3列 */
.gnavROW3 .col {
	width:31%;
	/* margin-left: 2%; */

}
.gnavROW3 .gnav p{
	display:block;
	vertical-align: top;
	width: 100%;
}
.gnavROW3 .col p + p{
	margin-top: 0;
}
/* 4列 */
.gnavROW4 .col {
	width:24%
}
.gnavROW4 .gnav p{
	display:block;
	vertical-align: top;
	width: 100%;
}
.gnavROW4 .gnav p + p{
	margin-top: 0;
}

/* ナリの横列 */
 .gnavCOL2 p{
	display: inline-block;
	width: 49%;
	vertical-align: text-top;
}
.gnavCOL3 p.disb,
.gnavCOL2 p.disb{
	display:block;
}
.gnavCOL3 p{
	display: inline-block;
	width: 25%;
	vertical-align: text-top;
}


nav.megamenu li ul div.gnavblock p a{
	color: black;
	text-decoration: none;
	display: block;
	padding: 10px 5px 10px 7px;
}
nav.megamenu li ul div.gnavblock p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.25;
	margin:0 0 2px 0;
	letter-spacing: 0.1em;

	font-weight: 400;
}
nav.megamenu li ul div.gnavblock small{
	font-size: 80%;
}



/* *-------------------------------------------------------------------
 ドロップダウンメガメニュー
-------------------------------------------------------------------* */
.megamenu > ul > li {
    float: left;
    margin: 0 !important;
    padding: 0 !important;
}

.megamenu {
	margin:auto;
	zoom: 1;
}
.megamenu:after {
  content: "";
  display: table;
  clear: both;
}
.megamenu > ul > li > a {
	display: block;
	color: #333333;
	text-decoration: none;
}
.megamenu > ul > li > a:hover {
	display: block;
	cursor: pointer;
}


/* 
上段
-------------------------------------------------------------------* */
/* #dd-full .megamenu > ul > li > a:hover,
#dd-full .megamenu > ul > li > a.current {
  background-color: #ecf27b;
} */

#dd-full .megamenu > ul > li {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}
#dd-full .megamenu li ul {
	display: flex;
    width: 100%;
    position: absolute;
    left: 0;top: -400px;
    background-color: rgba(255,255,255,.7);
    /* z-index: 1111; */
    padding: 0 !important;
}
#dd-full .megamenu li ul.active {
    left: 0;
	border-top: 1px solid white;
}
#dd-full nav.megamenu li ul li{
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	backdrop-filter: blur(10px);
}
#dd-full nav.megamenu li ul li .bg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}
/* メガメニュー内 */
#dd-full nav.megamenu li ul div.gnavblock {
	position: relative;
	width: 90%;
	box-sizing: border-box;
	margin: 40px auto 53px;
	color: #ffffff;
	text-align: left;
	padding:0;
	font-weight: normal;
	padding-left: 5%;
}



/*左ブロック詳細*/
.closeup01{
	position: absolute;
	top:0;left: 0;
}
.closeup02{
	position: absolute;
	top:0;left: 310px;
}
.closeup03{
	position: absolute;
	top:224px;left: 100;
}
.closeup04{
	position: absolute;
	top:224px;left: 310px;
}


.gnavL a img:hover{
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;

	-webkit-filter:brightness(120%);
	filter:brightness(120%);
}



/*コンテンツタイトル*/
.gnavCONTENTStitle{
	font-size:18px;
	font-size:1.8rem;
	color: #ffffff;
	border-bottom:1px #ffffff solid;
	margin-bottom: 20px;
	padding-bottom: 20px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.gnavCONTENTStitle span{
	padding-left: 15px;
	background-image: url(../images/gnav/target.png);
	background-repeat: no-repeat;
	background-position: left center;
}
/*中タイトル*/

.gnavTIT{
	font-size:18px;
	font-size:1.8rem;
	/* color: #acacac; */
	color: #ffffff;
    letter-spacing: 0.05em;
	font-weight: 500;
	margin-bottom: 5px;

}
.gnavTIT span{

}
.gnavTIT a{
	color: #ffffff !important;
	padding: 5px 5px 5px 7px;
	text-decoration: none;
	display: inline-block;
	font-size:18px !important;
	font-size:1.8rem !important;
}




#mobileNAV2 {
	background-color: #fff;
	padding-top: 98px;
	height: 100vh;
	width: 100%;
	overflow:scroll;
	position: fixed;
	top: 0;
	opacity:0;
	left: 120vw;
	transition: 0.5s;
}
#mobileNAV2.active {
	transition: 0.5s;
	opacity:1;
	left: 0;
}
#mobileNAV2 .box {
	width: 87%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#mobileNAV2 .box .left {
	width: 62%;
	display: flex;
	flex-wrap:wrap;
}
#mobileNAV2 .box .left .item {
	width: 24.5%;
	margin-right: 0.5%;
	margin-bottom: 50px;
}
#mobileNAV2 .box .left .item .title {
	text-align: center;
	font-size: 12px;
	height: 50px;
	color:black;
	line-height: 1.55;
	margin-bottom: 8px;
}
#mobileNAV2 .box .left .item .img_box {
	position: relative;
}
#mobileNAV2 .box .left .item .img_box .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity:0;
	transition: .2s;
	background-color: rgba(191,191,191,.5);
}
#mobileNAV2 .box .left .item:hover .img_box .cover {
	opacity:1;
	transition: .2s;
}
#mobileNAV2 .box .left .item:hover .img_box img {
	opacity:1;
}
#mobileNAV2 .box .right {
	width: 34%;
}
#mobileNAV2 .box .right .title {
	font-size: 20px;
	color:black;
	margin-bottom: 17px;
}
#mobileNAV2 .box .right .banner_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
#mobileNAV2 .box .right .banner_box a {
	width: 49%;
	margin-bottom: 5px;
	position: relative;
}
#mobileNAV2 .box .right .banner_box a .img_box .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity:0;
	transition: .2s;
	background-color: rgba(191,191,191,.5);
}
#mobileNAV2 .box .right .banner_box a:hover .img_box .cover {
	opacity:1;
	transition: .2s;
}
#mobileNAV2 .box .right .banner_box a:hover .img_box img {
	opacity:1;
}
#mobileNAV2 .box .right .text_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
	margin-bottom: 45px;
}
#mobileNAV2 .box .right .text_box .left {
	width: 50%;
}
#mobileNAV2 .box .right .text_box .left .title {
	font-size: 20px;
	color:black;
	margin-top: 15px;
	margin-bottom: 0;
}
#mobileNAV2 .box .right .text_box .left .title:first-child {
	margin-top: 0;
}
#mobileNAV2 .box .right .text_box .left a {
	font-size: 12px;
	color:black;
	line-height: 1.8;
}
#mobileNAV2 .box .right .text_box .left a img {
	width: 10px;
	margin-left: 15px;
	display: inline-block;
}
#mobileNAV2 .box .right .text_box .right {
	width: 50%;
}
#mobileNAV2 .box .right .text_box .right .title {
	font-size: 20px;
	color:black;
	margin-bottom: 0;
}
#mobileNAV2 .box .right .text_box .right a {
	font-size: 12px;
	color:black;
	line-height: 1.9;
	display: block;
}
#mobileNAV2 .box .right .text_box .right .last {
	line-height: 1.2;
}
#mobileNAV2 .mobileNAV_footer {
	width: 87%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 34px 20px 50px;
	padding-top: 34px;
	border-top: 1px solid #707070;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#mobileNAV2 .mobileNAV_footer .icon {
	width: 17%;
	min-width: 140px;
}
#mobileNAV2 .mobileNAV_footer a {
	font-size: 14px;
	color:black;
}
#mobileNAV2 .mobileNAV_footer a img {
	width: 10px;
	margin-left: 15px;
	display: inline-block;
}




/* *-------------------------------------------------------------------
下段メガメニュー
-------------------------------------------------------------------* */
#globalNAV{
	border-top:1px #f8f8f8 solid;
	background-color: #ffffff;
	/* background-color: #f6f8d7; */
	width: 100%;
    margin: 0;
}
#globalNAV:before,#globalNAV:after {    content:"";    display:table;}
#globalNAV:after {    clear:both;}

/*左*/
#globalNAV nav.megamenu{
	float: left;
	width: 100%;
}
#globalNAV #dd-full2{
	float: left;
	width: 85%;
}
/* トップの緊急ブロック
--------------------------------------------------------------- */
#globalNAV #topCATION{
	position: relative;
	float: right;
	width: 15%;
}
.topcationblock{
	position: relative;
	width: 100%;
}
.topcationblock a{
	display: block;
	position: absolute;
	left: 0;right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	outline: 0;
	margin: auto;
	text-align: center;
	color: #000000 !important;
	font-size:12px !important;
	font-size:1.2rem !important;
}


@media only screen and (max-width: 768px) {

#globalNAV{
	display: none;
}


}

/* 下段メガメニュー内
--------------------------------------------------------------- */
#dd-full2{width: 100%;}

#dd-full2 nav.megamenu ul li.parent{}

 #dd-full2 .megamenu > ul > li{
	/* height: 60px; */
	width: -webkit-calc(100% / 8) ;
	width: calc(100% / 8) ;

	display: inline-block;
	/* background-color: #f1f4b2; */
	background-image: url(../images/typeNAV_line.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1px 50px;
}
#dd-full2 .megamenu > ul > li > a:hover,
#dd-full2 .megamenu > ul > li > a.current {
  /* background: #e9e9e9; */
  background-color: #fafafa;
}


#dd-full2 nav.megamenu ul li.parent{
	display: block;
	text-align: center;
}

#dd-full2 .megamenu > ul > li a.parentA{
	background-image: url(../images/typeNAV_line.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1px 50px;
}

/* #dd-full2 .megamenu > ul > li a.parentA:hover{
	background-color: #f8f9ee;
} */


#dd-full2 li a{
	text-decoration: none;
	font-size: 14px;
	font-size: 1.4rem;
}

@media only screen and (max-width: 1240px) {

	#dd-full nav.megamenu > ul > li > a {
		letter-spacing: 0.05em;
		padding-left: 7px;
		padding-right: 7px;
		font-size: 13px;
		font-size: 1.3rem;
	}

.topcationblock a,
#dd-full2 li a{
	font-size: 12px;
	font-size: 1.2rem;
}

}

/* メガドロップダウンメニュー
--------------------------------------------------------------- */
#dd-full2 .megamenu li ul {
	width: 100%;
	position: absolute;
	left: 0;
	background-color: rgba(51, 51, 51, 1);
	/* z-index: 1111; */
}
#dd-full2 .megamenu li ul li{
	width: 100%;
	margin: 0;
}

#dd-full2 .megamenu li ul div.gnavblock {
	width: 100% !important;
	background-color: rgba(51, 51, 51, 1);
	margin: 0 auto !important;
	color: #ffffff;
	text-align: left;
}


/* 大学紹介　メガメニュー
--------------------------------------------------------------- */
.gnav-about {
	width: 100% !important;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gnav-about .gnavL {
	width: 620px;
}
.gnav-about .gnav_full {
	width: 100%;
}
.gnav-about .gnav_full .gnavCOL4 {
	display: flex;
	flex-wrap:wrap;
}
.gnav-about .gnav_full .gnavCOL4 p {
	width: 25%;
}
.gnav-about .gnavR {
	width: -webkit-calc(100% - 620px) ;
	width: calc(100% - 620px) ;
	padding: 2.0em;
}
.gnav-about .gnav-closeup a{
    position: relative;
	display: block;
    /* z-index: 88888; */
	background-repeat: no-repeat;
	background-size: 100%;
	width:310px;    height:224px;
}
.gnav-campus a{	background-image: url(../images/gnav/campus_bg.jpg);}
.gnav-teacher a{	background-image: url(../images/gnav/teacher_bg.jpg);}
.gnav-club a{	background-image: url(../images/gnav/club_bg.jpg);}
.gnav-fes a{	background-image: url(../images/gnav/fes_bg.jpg);}


/* 学部・学科　メガメニュー
--------------------------------------------------------------- */
.gnav-department{
    position: relative;
    width: 100%;
	padding-bottom: 25px;
}
.gnav-department .box {
	padding-top: 40px;
	width: 94%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.gnav-department .box .item {
	width: 14%;
}
.gnav-department .box .item .img_box {
	position: relative;
}
.gnav-department .box .item .img_box .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity:0;
	transition: .2s;
	background-color: rgba(191,191,191,.5);
}
.gnav-department .box .item:hover .img_box .cover {
	opacity:1;
	transition: .2s;
}
.gnav-department .box .item:hover .img_box img {
	opacity:1;
}
.gnav-department .box .item .title {
	font-size: 12px;
	height: 50px;
	margin-bottom: 10px;
	color:black;
	text-align: center;
	line-height: 1.55;
}


.gnav-department .gnavblock{
	padding: 2.0em;
}

.gnav-dep-pmc a{	background-image: url(../images/gnav/pharmacy_bg.jpg);}
.gnav-dep-mcl a{	background-image: url(../images/gnav/medical_bg.jpg);}
.gnav-dep-mng a{	background-image: url(../images/gnav/management_bg.jpg);}
.gnav-dep-com a{	background-image: url(../images/gnav/communication_bg.jpg);}
.gnav-dep-psy a{	background-image: url(../images/gnav/psychology_bg.jpg);}

.gnav-dep-pt a{	background-image: url(../images/gnav/pt_bg.jpg);}
.gnav-dep-eco a{	background-image: url(../images/gnav/eco_bg.jpg);}


.gnav-department .gnavD .col .box{
	font-size:12px;
	font-size:1.2rem;
}
.gnav-department .gnavD .col .bikou{
	position: absolute;
	left: 0;right: 0;
	top: -20px;
	outline: 0;
	margin: auto;
	text-align: center;
	font-size:10px;
	font-size:1.0rem;
	color: #ffffff;
}
.gnav-department .gnavD .col .box .univ{
	font-size:10px;
	font-size:1.0rem;
}

@media only screen and (max-width: 1000px) {

.gnav-department .gnavD .col .box{
	font-size:10px;
	font-size:1.0rem;
	letter-spacing: 0 !important;
}
.gnav-department .gnavD .col .bikou,
.gnav-department .gnavD .col .box .univ{
	font-size:8px;
	font-size:0.8rem;
	letter-spacing: 0;
}

}


/* 就職支援　メガメニュー
--------------------------------------------------------------- */
.gnav-careersupport {
	padding: 42px 0 38px;
}
.gnav-careersupport .box {
	width: 94%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.gnav-careersupport .box .item {
	width: 24.8%;
}
.gnav-careersupport .box .item .title {
	font-size: 14px;
	text-align: center;
	color:black;
	line-height: 1.4;
	margin-bottom: 8px;
}
.gnav-careersupport .box .item .img_box {
	position: relative;
}
.gnav-careersupport .box .item .img_box .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity:0;
	transition: .2s;
	background-color: rgba(191,191,191,.5);
}
.gnav-careersupport .box .item:hover .img_box .cover {
	opacity:1;
	transition: .2s;
}
.gnav-careersupport .box .item:hover .img_box img {
	opacity:1;
}
.gnav-careersupport .box .item .title {
	font-size: 12px;
	margin-bottom: 10px;
	color:black;
	text-align: center;
	line-height: 1.55;
}


/* 入試・奨学金　メガメニュー
--------------------------------------------------------------- */
.gnav-admission {
	width: 100% !important;
	justify-content: space-between;
	padding-top: 60px;
	padding-bottom: 40px;
}
.gnav-admission .box {
	width: fit-content;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.gnav-admission .box .left {
	width: 47%;
	display: flex;
	justify-content: space-between;
	margin-right: 7%;
}
.gnav-admission .box .left .item {
	width: 49.5%;
}
.gnav-admission .box .left .item .title {
	text-align: center;
	font-size: 14px;
	color:black;
	margin-bottom: 7px;
}
.gnav-admission .box .item .img_box {
	position: relative;
	margin-top: 0 !important;
}
.gnav-admission .box .item .img_box .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity:0;
	transition: .2s;
	background-color: rgba(191,191,191,.5);
}
.gnav-admission .box .item:hover .img_box .cover {
	opacity:1;
	transition: .2s;
}
.gnav-admission .box .item:hover .img_box img {
	opacity:1;
}
.gnav-admission .box .right {
	width: fit-content;
}
.gnav-admission .box .right a {
	font-size: 14px;
	margin-bottom: 20px;
	color:black;
	display: block;
	text-align: left;
}


.gnav-closeup a:hover,
.gnav-dep a:hover{
    cursor: pointer;
}
.gnav-closeup a:hover,
.gnav-dep a:hover {
/*明度*/
-webkit-filter:brightness(110%);
filter:brightness(110%);

	-moz-transition-duration:.2s;
	-o-transition-duration:.2s;
	-webkit-transition-duration:.2s
}
.gnav-closeup a .box,
.gnav-dep a .box{
	position: absolute;
	left: 0;right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	outline: 0;
	margin: auto;
	text-align: center;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 0.12em;
	font-size:16px;
	font-size:1.6rem;
	font-weight: 500;
}
.gnav-closeup a .box hr,
.gnav-dep a .box hr{
	height: 1px;
	border: none;
	border-top: 1px #ffffff solid;


	width: 80%;
	margin: 10px auto;
}
.gnav-closeup a .box .univ,
.gnav-dep a .box .univ{
	font-size:6px;
	font-size:0.6rem;
	font-weight: 500;
    line-height: 1;
	letter-spacing: 0.01em;
}



/* 学内専用　メガメニュー
--------------------------------------------------------------- */
.gnav-gakunai .gnavblock{
	padding: 2.0em;

}



/* ----------------------------------------------------
メガメニュー内 バナー
---------------------------------------------------- */
.typeNAVbanner {
	width: 40%;
	margin: 1.5em auto;
	padding: 0 !important;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.typeNAVbanner .list {
	width:48% ;

}


/* *-------------------------------------------------------------------
検索ボックス
-------------------------------------------------------------------* */

/*検索窓のエリア*/
#search-wrap {
	position: absolute;
	margin-right: 25px;
	margin-left: 20px;
	background-color: unset;
}

/*テキスト入力input設定*/
#search-text{
	-webkit-appearance:none;
	width: 20px;
	height: 82px;
	background-image: url(../images/btn_search.png);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: 10% 50%;
	margin: 0 !important;
	padding: 0 !important;
	border-radius:0 !important;
	border: none;
	transition: all 0.5s;
	outline: none;
	cursor: pointer;
	background-color: unset;
}

/*テキスト入力inputにフォーカスした時の形状*/
#search-text:focus {
 width: 200px;
 padding:20px 20px 20px 50px !important;
 background-color: unset;
 font-size:18px;
 font-size:1.8rem;
 color: #000000;
 transition: all 0.5s;
}
#search-text {
	color: transparent;
 }

 @media only screen and (max-width: 768px) {

	#search-wrap {
		margin: 0;
		box-sizing: border-box;
		padding: 13px 36px;
		background: #F4F4F4;
	}
	
	/*テキスト入力input設定*/
	#search-text{
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
	}
	
	/*テキスト入力inputにフォーカスした時の形状*/
	#search-text:focus {
	 width: 100%;
	 padding:5px 5px 5px 60px !important;
	 font-size:12px;
	 font-size:1.2rem;
	}


}


/* *-------------------------------------------------------------------
 モバイルナビ
-------------------------------------------------------------------* */
#js-buttonHamburger.active {
	border-bottom: 1px solid #707070;
	border-left: 1px solid #707070;
}
#js-buttonHamburger {
	top: 0;
	right: 0;
	transition: .3s;
	cursor: pointer;
	position: fixed;
	z-index: 99999;
	width: 82px;
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .menu-trigger {
	width: 27px;
	height: 18px;
	position: relative;
  }
  .menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000000;
	transition: all .5s;
  }
  .menu-trigger span:nth-of-type(1) {
	top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
	width: 100%;
	top: 9px;
  }
  .menu-trigger span:nth-of-type(3) {
	bottom: 0;
  }

  #js-buttonHamburger.active .menu-trigger span {
	  background-color: black;
	}
  #js-buttonHamburger.active .menu-trigger span:nth-of-type(1) {
	transform: translateY(9px) rotate(-45deg);
  }
  #js-buttonHamburger.active .menu-trigger span:nth-of-type(2) {
	opacity: 0;
  }
  #js-buttonHamburger.active .menu-trigger span:nth-of-type(3) {
	transform: translateY(-8px) rotate(45deg);
  }

#MNAV{
	display: none;
  }

  /* ---------------------------------------------------------------------------------------------
  　   メニュー
  --------------------------------------------------------------------------------------------- */
  #mobileNAV li a {
	display: block;
	color: #fff;
	position: relative;
  }
  /* +部分 */
  #mobileNAV .menu-item-has-children > a:after,#mobileNAV .menu-item-has-children > a:before {
	display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 14px;
	height: 1.5px;
	background: black;
	transition: .2s;
  }
  #mobileNAV .menu-item-has-children > a:after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
  }
  #mobileNAV .menu-item-has-children > a.open:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
  }
  #mobileNAV .menu-item-has-children > a.open:after{
	background: transparent;
  }
  #mobileNAV .menu-item-has-children .sub-menu {
	display: none;
  }

  #lineBTN{
	display: none;
	}
  /* SPサイズ */
  @media only screen and ( max-width : 767px ) {
	#MNAV{
		display: block;
	  }
	#mobileNAV {
		width: 100%;
		height: 100vh;
		overflow: auto;
		padding: 50px 0 0 0;
		background: white;
		color: black;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 99998;
		transform: translate(100%);
		transition: all .5s;
	}
	#mobileNAV .logo {
		position: absolute;
		width: 130px;
		left: 14px;
		top: 10px;
	}

	#mobileNAV .contact_box {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	#mobileNAV .contact_box a {
		width: 49.8%;
		background-color: black;
		color:white;
		text-align: center;
		padding: 15px 0;
		font-size: 14px;
	}

	#mobileNAV.open {
	  transform: translateZ(0);
	}

	#mobileNAV li.lineT{
		border-bottom:1px #707070 solid;
	  }
	#mobileNAV li.lineT:first-child {
		border-top:1px #707070 solid;
	}
	#mobileNAV li.lineT .banner_box {
		padding-left: 5%;
		padding-right: 5%;
		box-sizing: border-box;
		padding-top: 10px;
		padding-bottom: 10px;
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	#mobileNAV li.lineT .banner_box li {
		width: 48%;
		margin-bottom: 15px;
	}
	#mobileNAV li.lineT .banner_box li a {
		padding: 0 !important;
		margin-bottom: 0 !important;
	}
	#mobileNAV li.lineT .banner_box a p {
		text-align: center;
		font-size: 12px;
		color:black;
		line-height: 1.55;
		margin-bottom: 7px;
	}
	#mobileNAV .link_box {
		width: 90%;
		margin: 0 auto;
		margin-top: 43px;
		display: flex;
		flex-wrap:wrap;
	}
	#mobileNAV .link_box a {
		width: 50%;
		padding-left: 1%;
		box-sizing: border-box;
		margin-bottom: 24px;
		font-size: 14px;
		color:black;
	}
	#mobileNAV .link_box a img {
		width: 10px;
		margin-left: 15px;
		display: inline-block;
	}
	#mobileNAV li.lang_box {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-top: 18px;
	}
	#mobileNAV li.lang_box a {
		width: 49.8%;
		background-color: #F4F4F4;
		padding: 14px 0;
		font-size: 12px;
		text-align: center;
		color:black;
	}
	#mobileNAV .last_logo {
		width: 244px;
		margin: 0 auto;
		margin-top: 28px;
		padding-bottom: 54px;
	}
	  #mobileNAV li.lineR{
		border-right:1px #707070 solid;
	  }
	#mobileNAV li a {
	  position: relative;
	  padding: 21px 20px 20px 49px;
	  letter-spacing: 0.15em;
	  line-height: 1.1;
	  color: black;
	  font-size: 18px;
	}
	#mobileNAV li a.open {
		font-weight: bold;
	}
	#mobileNAV .menu-item-has-children .sub-menu {
		padding-bottom: 0.5em;
		border-top: 1px solid #707070;
		background-color: #EAF2F1;
		padding-top: 28px;
	}
	#mobileNAV a:hover,
	#mobileNAV .menu-item-has-children > a.open:first-of-type {
		/* background-color: #000000aa; */
		text-decoration: none;
	}
	#mobileNAV li.noticeBG a:hover,
	#mobileNAV .noticeBG.menu-item-has-children > a.open:first-of-type {
		text-decoration: none;
	}
	#mobileNAV li.typeBG a:hover,
	#mobileNAV .typeBG.menu-item-has-children > a.open:first-of-type {
		text-decoration: none;
	}
	#mobileNAV .menu-item-has-children .sub-menu .sub-menu-title a{
		text-align: left;

	}
	#mobileNAV .menu-item-has-children .sub-menu .sub-menu-title{
		display: block;
		width: 100%;
		padding: 0.25em  1.25em 0.25em 1.5em;
		font-weight: 500;
		text-align: left;
		font-size:12px;
		font-size:1.2rem;
		/* color: #acacac; */
		color: #ffffff;
	}
	#mobileNAV li.menu-item-half {
		float: left;
		width: 50%;
	}
	#mobileNAV li.menu-item-half a{
		padding: 0.5em;
		border-bottom:1px #666666 solid;
	}

	/* #mobileNAV li.menu-item-half:nth-of-type(odd),
	#mobileNAV .menu-item-has-children .sub-menu li:nth-of-type(odd){
	border-right:1px #666666 solid;
		}
	#mobileNAV .menu-item-has-children .sub-menu li:last-child {
	  margin-bottom: 0;
	} */
	#mobileNAV .menu-item-has-children .sub-menu li a {
	padding: 0 0 0 49px;
	font-size:14px;
	text-align: left;
	margin-bottom: 23px;
	}
	#mobileNAV li.noticeBG{
	background-color: #d0dc00dd;
	}
	#mobileNAV li.noticeBG a{
	color: #333333;
	}
	.overlay {
	  width: 0;
	  height: 0;
	  position: fixed;
	  z-index: 11;
	  top: 0;
	  left: 0;
	  opacity: 0;
	  transition: opacity .5s;
	  background-color: rgba(255,255,255,.7);
	}
	.overlay.open {
	  width: 100%;
	  height: 100%;
	  opacity: 1;
	}
	#mobileMAIN {
	  transition: all .5s;
	  min-height: 100vh;
	}
	#mobileMAIN.open {
	  position: fixed;
	  width: 100%;
	}
	#mobileNAVBtn {
	  top: 0;
	  right: 0;
	  transition: .3s;
	  cursor: pointer;
	  position: fixed;
	  z-index: 99999;
	  width: 50px;
	  height: 50px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  background-color: white;
	}
	#mobileNAVBtn.active {
		position: absolute;
		border-bottom: 1px solid #707070;
		border-left: 1px solid #707070;
	}
	.menu-trigger {
	  width: 18px;
	  height: 16px;
	  position: relative;
	}
	.menu-trigger span {
	  display: inline-block;
	  box-sizing: border-box;
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 1px;
	  background-color: #000000;
	  transition: all .5s;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	  width: 100%;
	  top: 7px;
	}
	.menu-trigger span:nth-of-type(3) {
	  bottom: 0;
	}
	#mobileNAVBtn.active .menu-trigger span:nth-of-type(1) {
	  transform: translateY(8px) rotate(-45deg);
	}
	#mobileNAVBtn.active .menu-trigger span:nth-of-type(2) {
	  opacity: 0;
	}
	#mobileNAVBtn.active .menu-trigger span:nth-of-type(3) {
	  transform: translateY(-7px) rotate(45deg);
	}


/* ラインで資料請求 */
#lineBTN{
	display: block;
	position: absolute;
	top: 0;
	right: 60px;
	}
	#lineBTN a{
		background-image: url(../images/icon_line.svg);
		background-repeat: no-repeat;
		background-size: 20px 20px;
		background-position: left center;
		padding: 5px 0 5px 24px;
		color: #000000;
		font-size:11px;
		font-size:1.1rem;
		line-height: 50px;
	}





  }
