@charset "utf-8";
/* --------------------------------------- */
/* body */
body.js-menufixed {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: scroll;
}

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

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* --------------------------------------- */
/* a */
a{
	word-break: break-all;
}
a,
a img {
	transition: all .3s;
}
a:hover img{
	opacity: 0.6;
}
.Link__blank--text{
}
.Link__blank--text::before{
	margin-right: 8px;
	content: "";
	background: url("/_shared/asset/common/img/icon_link-blank.svg") left center no-repeat;
	width: 14px;
	height: 12px;
	display: inline-block;
}
.Link__blank--block{
}
.Link__blank--block::before{
}

.Header a ,
.search__ico ,
.FooterNav a {
	position: relative;
}
@media screen and (max-width: 767px) {
	a,
	a img {
		transition: unset;
	}
	a:hover img{
		opacity: 1;
	}
}
@media screen and (min-width: 768px) {
	.Header a::after ,
	.search__ico::after ,
	.FooterNav a::after {
		content: '';
		position: absolute;
		bottom: -2px;
		left: -2%;
		width: 104%;
		height: 2px;
		background:#213F60;
		transition: all .3s;
		transform: scale(0, 1);
		transform-origin: center top;
	}
	.FooterNav--top--item a::after{
		left: -0.5%;
		width: 101%;
	}
	.Header a:hover{
		color: #213F60;
	}
	.Header a:hover::after ,
	.search__ico:hover::after ,
	.FooterNav a:hover::after {
		transform: scale(1, 1);
	}
	.HeaderLogo a::after ,
	.HeaderSubnav__unit__item--entry a::after {
		display: none;
	}
}

/* --------------------------------------- */
/* Header */
.Header{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1240px;
	margin: 0 auto;
	z-index: 999;
	background-color: #fff;
}
.Header__wrap{
	padding-top: 40px;
	position: relative;
}
.Header__inner{
	padding: 25px 0 25px;
	margin: 0 auto;
	width: 1200px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.Header.js-Headerfixed .Header__wrap {
	padding-top: 0;
	position: fixed;
	background: #fff;
	width: 100%;
	min-width: 1240px;
	border-bottom: 1px solid #213F60;
}
.Header.js-Headerfixed .HeaderSubnav {
	display: none;
}
@media screen and (max-width: 767px) {
	.Header{
		min-width: inherit;
		position: fixed;
	}
	.Header__wrap{
		padding-top: 0;
	}
	.Header__inner{
		width: auto;
		height: 50px;
		padding: 0 15px;
		align-items: center;
		position: relative;
	}
	.Header.js-Headerfixed .Header__wrap {
		min-width: inherit;
		height: 50px;
	}
	.Header.js-Headerfixed .HeaderSubnav {
		display: block;
	}
}
/* HeaderLogo */
.HeaderLogo{
	width: 227px;
}
@media screen and (max-width: 767px) {
	.HeaderLogo{
		width: 154px;
	}
}
/* HeaderNav */
.HeaderNav{
	display: block;
	
}
@media screen and (max-width: 767px) {
	.HeaderNav{
		padding-bottom: 100px;
		display: none;
		position: fixed;
		left: 0;
		top: 50px;
		z-index: 9997;
		height: calc(100vh - 50px);
		overflow-y: auto;
		background-color: #ECF2F7;
	}
}
/* HeaderMainnav */
.HeaderMainnav--menu{
	display: flex;
	border-right: 1px solid #E0E0E0;
}
.HeaderMainnav--menu--list {
	min-width: 105px;
	border-left: 1px solid #E0E0E0;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.14;
	display: flex;
}
.HeaderMainnav--menu--list a {
	width: 100%;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.HeaderMainnav--menu{
		padding: 10px 10px 0;
		border-right: none;
		flex-wrap: wrap;
		background: #ECF2F7;
		justify-content: space-between;
	}
}

/* HeaderSubnav */
.HeaderSubnav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #ECF2F7;
	font-size: 1.2rem;
}
.HeaderSubnav__inner{
	height: 40px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.HeaderSubnav__list{
	display: flex;
	align-items: center;
}
.HeaderSubnav__list__item{
	margin-right: 30px;
}
.HeaderSubnav__list__item:last-child{
	margin-right: 0;
}
.HeaderSubnav__unit{
	display: flex;
	align-items: center;
}
.HeaderSubnav__unit__item{
	margin-right: 30px;
	line-height: 18px;
}
.HeaderSubnav__unit__item:last-child{
	margin-right: 0;
}
.HeaderSubnav__unit__item a{
	display: block;
}
.HeaderSubnav__unit__item .-icon{
	margin-right:3px;
}
/*access*/
.HeaderSubnav__unit__item--access a{
    padding-left: 16px;
    background: url("/_shared/asset/common/img/icon_access.svg") left center no-repeat;
    background-size: auto 100%;
}
/*entry*/
.HeaderSubnav__unit__item--entry {
    width: 100px;
    border: 2px solid #213F60;
    line-height: 30px;
    text-align: center;
}
	.HeaderSubnav__unit__item--entry a {
		color: #213F60;
	}
	.HeaderSubnav__unit__item--entry a:hover {
		color: #7999BC;
	}
@media screen and (max-width: 767px) {
	.HeaderSubnav {
		position: relative;
		font-size: 1.4rem;
	}
	.HeaderSubnav__inner{
		padding: 0 10px 10px;
		height: auto;
		width: auto;
		display: block;
	}
	.HeaderSubnav__list ,
	.HeaderSubnav__unit {
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.HeaderMainnav--menu--list ,
	.HeaderSubnav__list__item ,
	.HeaderSubnav__unit__item {
		width: calc(50% - 5px);
		margin-bottom: 10px;
		margin-right: 0;
		transition: all .3s;
	}
	.HeaderMainnav--menu--list{
		background-color: #213F60;
		text-align: left;
	}
	.HeaderSubnav__list__item ,
	.HeaderSubnav__unit__item {
		background:#7999BC;
	}
	.HeaderMainnav--menu--list:hover ,
	.HeaderSubnav__list__item:hover ,
	.HeaderSubnav__unit__item:hover{
		opacity: 0.6;		
	}
	.HeaderMainnav--menu--list a ,
	.HeaderSubnav__list__item a ,
	.HeaderSubnav__unit__item a {
		padding: 15px 10px;
		display: block;
		color: #fff;
	}
	.HeaderMainnav--menu--list a:before,
	.HeaderSubnav__list__item a:before,
	.HeaderSubnav__unit__item--contact a:before{
		margin-right: 10px;
		display: inline-block;
		content: "";
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		width: 10px;
		height: 10px;
		transform: rotate(45deg);
	}
	.HeaderSubnav__unit__item .-icon{
		margin-right:3px;
	}
    /*access*/
    .HeaderSubnav__unit__item--access{
        order: 2;
    }
		.HeaderSubnav__unit__item--access a{
			padding: 15px 10px 15px 40px;
			background: url("/_shared/asset/common/img/icon_access.svg") 10px center no-repeat;
			background-size: 20px auto;
		}
    /*contact*/
    .HeaderSubnav__unit__item--contact{
        order: 3;
    }
    /*entry*/
    .HeaderSubnav__unit__item--entry {
        width: 100%;
        order: 1;
        text-align: center;
    }
		.HeaderSubnav__unit__item--entry a {
			padding: 20px 10px;
		}
}

/* ----------------------------------------- */
/*search*/
.search__wrap{
    position: relative;
}
.search__ico{
	cursor: pointer;
}
.search__ico__text{
	padding-left: 21px;
	background: url("/_shared/asset/common/img/icon_search.svg") left center no-repeat;
	background-size: auto 100%;
}
.search__box{
    display: none;
    padding: 20px;
    width: 400px;
    background-color:#213F60;
    position:absolute;
    top: 30px;
    left: -170px;
    z-index:9998;
    color:#fff;
}
.search__box:after{
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #213F60 transparent transparent transparent;
  border-width: 5px 5px 0 5px;
  transform: rotate(180deg);
}
.search__inputbox input {
    padding:10px 5px;
    width:100%;
    display: block;
    background: #fff;
    border-radius: 5px;
    font-size: 1.4rem;
    color: #333;
    transition: all .3s;
}
.search__inputbox input[type="text"]:focus {
    outline: solid 2px #333;
}
.search__btnsubmit{
    margin: 10px auto 0;
    width: 200px;
}
.search__btnsubmit input{
    padding: 10px 5px;
    width: 100%;
    display: block;
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: 600;
    color:#213F60; 
    text-align: center;
    background: #ECF2F7 url("/_shared/asset/common/img/icon_search.svg") 10% center no-repeat;
    transition: all .3s;
	line-height: 1.0;
}
.search__btnsubmit input:hover{
    background-color: #fff;
}
@media screen and (max-width: 767px) {
	.search__wrap{
		width: 28px;
		margin-left: auto;
		margin-right: 12px;
		position:static;
	}
	.search__box{
		padding: 15px;
		width: 100%;
		top: 50px;
		left: 0;
		right: 0;
		position: fixed;
		z-index: 9999;
	}
	.search__box:after{
		left: auto;
		right: 66px;
	}
	.search__ico__icon{
		transition: all .3s;
	}
	.search__ico__icon:hover{
		opacity: 0.6;
	}
}

/* ----------------------------------------- */
/* Hamburgermenu */
.Hamburgermenu{
	
}
@media screen and (max-width: 767px) {
	.Hamburgermenu{
		width: 30px;
		/*padding-top: 7.25%;*/
		height: 25px;
		position: relative;
		transition: all .3s;
		cursor: pointer;
	}
	.Hamburgermenu:hover{
		opacity: 0.6;
		transition: all .3s;
	}
	.Hamburgermenu span{
		position: absolute;
		width: 100%;
		height: 3px;
		/*-top: 10%;
		min-height: 3px;*/
		/*overflow: hidden;*/
		background: #213F60;
		left: 0;
		transition: all .3s;
	}
	.Hamburgermenu__line--01{
		top: 0;
	}
	.Hamburgermenu__line--02{
		top: 11px;
		/*top: 44%;*/
	}
	.Hamburgermenu__line--03{
		bottom: 0;
	}
	.Hamburgermenu.Hamburgermenu--open .Hamburgermenu__line--01{
		top: 43.33%;
		transform: rotate(-45deg);
	}
	.Hamburgermenu.Hamburgermenu--open .Hamburgermenu__line--02{
		opacity: 0;
	}
	.Hamburgermenu.Hamburgermenu--open .Hamburgermenu__line--03{
		 bottom: inherit;
		 top: 43.33%;
		 transform: rotate(45deg);
	}
}

/* --------------------------------------- */
/* main */
#contents #main{
	margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
	#contents #main{
		margin: 0 0 50px;
	}
}

/* --------------------------------------- */
/* Footer */
.Footer{
	background-color: #ECF2F7;
}
.Footer__inner{
	margin: 0 auto;
	padding: 30px 0;
	width: 1200px;
}
.Footer__copyright{
	padding: 15px 0;
	background-color: #Fff;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5;
}
.FooterContent--top{
	display: flex;
	justify-content: space-between;
}
.FooterSocial{
	display: flex;
}
.FooterSocial--item{
	margin-left: 15px;
	width: 48px;
}
.FooterLogo--logo{
	width: 300px;
}
.FooterLogo--address{
	margin-top: 18px;
}
.FooterCampuslink{
	text-align: right;
	margin-top: -1.5em;
}
.FooterCampuslink a:hover {
	text-decoration: underline;
}
.FooterNav{
	margin-top: 40px;
}
.FooterNav a{
	display: block;
	color: #1B344F;
}
.FooterNav--top{
	display: flex;
	justify-content: center;
	font-size: 1.4rem;
	border-right: 1px solid #213F60;
}
.FooterNav--top--item{
	width: 200px;
	border-left: 1px solid #213F60;
}
.FooterNav--top--item a{
	padding: 10px 0;
	width: 100%;
	height: 100%;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.FooterNav--top--item a.Link__blank--block{
	background: url("/_shared/asset/common/img/icon_link-blank.svg") 16px center no-repeat;
}
.FooterNav--text{
	margin-top: 25px;
	font-size: 1.4rem;
}
.FooterNav--bottom{
	margin: 30px auto 0;
	width: 1060px;
	font-size: 1.2rem;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.Footer__inner{
		padding: 20px 0 0;
		width: auto;
	}
	.Footer__copyright{
	}
	.FooterContent--top{
		margin: 0 15px;
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-start;
		align-items: center;
	}
	.FooterLogo{
		width: 100%;
	}
	.FooterLogo--logo{
		margin-top: 30px;
		width: 235px;
	}
	.FooterSocial--item{
		margin-left: 20px;
		width: 60px;
	}
	.FooterSocial--item:first-child{
		margin-left: 0;
	}
	.FooterLogo--address{
		margin-top: 10px;
	}
	.FooterCampuslink{
		text-align: left;
		margin: 20px 15px 0;
	}
	.FooterNav{
		margin-top: 20px;
	}
	.FooterNav--top,
	.FooterNav--bottom{ 
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 1.2rem;
		border-right: none;
		border-top: 1px solid #213F60;
	}
	.FooterNav--top--item,
	.FooterNav--bottom--item {
		width: 50%;
		border-left: none;
		border-bottom: 1px solid #213F60;
		display: flex;
		align-items: center;
		align-content: center;
	}
	.FooterNav--top--item:nth-child(odd) ,
	.FooterNav--bottom--item:nth-child(odd){
		border-right: 1px solid #213F60;
	}
	.FooterNav--top--item a,
	.FooterNav--bottom--item a {
		padding: 0;
		min-height: 40px;
	}
	.FooterNav--top--item a:hover ,
	.FooterNav--bottom--item a:hover {
		background-color: #7999BC;
		color: #fff;
	}
	.FooterNav--top--item a.Link__blank--block,
	.FooterNav--bottom--item a.Link__blank--text {
		background: url("/_shared/asset/common/img/icon_link-blank.svg") 5.32% center no-repeat;
	}
	.FooterNav--top--item a.Link__blank--block:hover,
	.FooterNav--bottom--item a.Link__blank--text:hover {
		background: #7999BC url("/_shared/asset/common/img/icon_link-blank.svg") 5.32% center no-repeat;
	}
	.FooterNav--text{
		margin: 15px 15px 0;
	}
	.FooterNav--bottom{
		margin: 15px auto 0;
		width: auto;
	}
	.FooterNav--bottom--item a {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.FooterNav--bottom--item a.Link__blank--text::before {
		display: none;
	}
}


/* --------------------------------------- */
/* fixed-snav-wrap */
#fixed-snav-wrap{  
    width:40px;    
    position:fixed;  
    top:50%;
    right:0;
    z-index:20;
    background:#ffffff;
} 
@media screen and (max-width: 767px) {
	#fixed-snav-wrap{
		display: none;
	}
}

/* --------------------------------------- */
/* pagetop */
#pagetop{
	position: fixed;
	right: 5%;
	bottom: 0;
	opacity: 0;
	overflow: hidden;
	transition: .3s;
	cursor: pointer;
}
#pagetop.pagetop--active{
	opacity: 1;
	visibility: visible;
}
@media screen and (max-width: 767px) {
	#pagetop{
		width: 70px;
		height: auto;
	}
}