@charset "UTF-8";

@font-face {
  font-family: "nsjpr";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "nsjpr";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "nsjpr";
  font-style: bold;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
}



#toTop {bottom: 15px;}


.mincho {font-family: YakuHanMPs,  'Zen Old Mincho', "Times New Roman", Times,"游明朝体", "Yu Mincho", YuMincho, "HG明朝B",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif;}
.fw600 {font-weight: 600;}
.wrap {overflow: hidden;}
@media screen and (max-width: 960px){
	.wrap {padding: 0;}
}
.container {
	max-width: 1200px;
	font-family: 'nsjpr', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-weight: 400;

	padding: 0 0px 40px!important;

}
article .container, header .container, footer .container {background: #fff;}
article .container {overflow: hidden;}
footer {padding: 0;}
footer .container {padding-top: 60px;}
footer .container .copyright {margin-top: 40px; text-align: center;}

.inner {box-sizing: border-box; padding: 0 20px;}
@media screen and (max-width: 420px){
	.inner {padding: 0 15px;}
}


.bg {position: fixed; top: 0; width: 100%; height: 100%; z-index: -1;}
.bg img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 960px){
	.bg {display: none;}
}



header {}
header .mv {
	background: #cce4e6;
	position: relative;
	height: 604px;
}
header .mv::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../img/interview01/top_bg01.png") no-repeat center bottom ;
}


header .mv h1 {text-align: center;  position: relative;z-index: 1; box-sizing: border-box; padding: 30px 30px 0;}
header .mv .img01 {
	position: absolute;
	max-width: 1319px;
	width: 120%;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}
header .mv .img02 {
	position: absolute;
	bottom: 0;
	max-width: 681px;
	width: 100%;
	left: 54%;
	transform: translateX(-50%);
}

@media screen and (max-width: 1100px){
	header .mv {height: 55vw;}
	header .mv::before {background-size: 110vw;}
	header .mv .img02 {width: 60vw;}
}
@media screen and (max-width: 520px){
	header .mv {height: 80vw;}
	header .mv .img02 {width: 80vw;}
	header .mv .img01 {bottom: 10vw;}
	header .mv h1 { padding: 30px 10px 0;}
}




header .points {margin-top: 20px;}
header .points > ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
	overflow: hidden;
}
header .points > ul > li {
	width: calc(50%);
	box-sizing: border-box;
	padding: 10px 5px;
	text-align: center;
	position: relative;
}

header .points > ul > li:nth-child(odd)::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #005b65;
}
header .points > ul > li:nth-child(1)::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 260%;
	max-width: 1200px;
	height: 1px;
	background: #005b65;
}


header .points > ul > li:nth-child(1), header .points > ul > li:nth-child(3) {
	max-width: 550px;
	width: 46%;
}
header .points > ul > li:nth-child(2), header .points > ul > li:nth-child(4) {width: 54%;}

@media screen and (max-width: 620px){
	header .points > ul > li {
		width: 100%!important;
	}
	header .points > ul > li:not(:last-child) {
		border-bottom: 1px solid #005b65;
	}
	header .points > ul > li:nth-child(1) img, header .points > ul > li:nth-child(3) img  {width: 78vw;}
	header .points > ul > li:nth-child(odd)::before, header .points > ul > li:nth-child(1)::after  {display: none;}
}

@media screen and (max-width: 420px){
	header .points > ul > li {padding: 10px 0;}
}






header nav {margin-top: 15px;}
header nav > ul {display: flex; justify-content: space-between; flex-wrap: wrap;}
header nav > ul > li {
	width: calc(33.33% - 15px)
}
header nav > ul > li > a {display: flex; color: #fff; transition: all 0.4s ease; height: 100%;}
header nav > ul > li > a:hover {opacity: 0.6;}
header nav > ul > li > a .num {
	background: #152d39;
	
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 10px;
	font-size: 1.4em;
	font-weight: bold;
}
header nav > ul > li > a .tArea {
	background: #204b5b;
	box-sizing: border-box;
	padding: 15px 45px 15px 20px;
	position: relative;
	font-weight: 400;
}
header nav > ul > li > a .tArea::after {
	content: '';
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 15px;
}


@media screen and (max-width: 820px){
	header nav > ul > li {width: calc(33.33% - 8px)}
}
@media screen and (max-width: 748px){
	header nav > ul > li {width: calc(100%); margin-top: 5px;}
	header nav > ul > li > a .tArea {width: 100%;}
}





article {}
article h2 {
	display: flex;
	color: #fff;
	background: #204b5b;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1.5;
}
article h2 > span {box-sizing: border-box; padding: 15px; display: flex; align-items: center; justify-content: center;}
article h2 .num {background: #152d39; width: 60px; text-align: center; font-size: 1.2em;}
article h2 .txt {}

article h2 + section {margin-bottom: 40px;}

article h3 {font-size: 1.3em; font-weight: 600; margin-bottom: 20px; line-height: 1.5;}

@media screen and (max-width: 460px){
	article h2 {font-size: 1.3em;}
	article h3 {font-size: 1.15em;}
}






.secTop {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.secTop .leftBox {
	max-width: 760px;
	/*width: 66%;*/
	width: calc(68% - 20px);
}

.secTop .leftBox p.cap, .interview02 .imgBox_w100 p.cap {margin-top: 8px;}

.secTop .rightBox {
	max-width: 370px;
	width: 32%;
}

.secTop .rightBox ul.imgs {}
.secTop .rightBox ul.imgs > li {}
.secTop .rightBox ul.imgs > li .imgArea {}
.secTop .rightBox ul.imgs > li .imgArea + p {margin-top: 10px;}
.secTop .rightBox ul.imgs > li:last-child {margin-top: 20px}


@media screen and (max-width: 748px){
	.secTop .leftBox {width: 100%; margin-bottom: 30px;}
	.secTop .rightBox {width: 100%; max-width: none;}
	.secTop .rightBox ul.imgs {display: flex; justify-content: space-between;}
	.secTop .rightBox ul.imgs > li {width: calc(50% - 10px);}
	.secTop .rightBox ul.imgs > li:last-child {margin-top: 0px}
}
@media screen and (max-width: 520px){
	.secTop .rightBox ul.imgs > li {width: calc(50% - 5px);}
}



.secCnt01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.secCnt01 .imgBox {
	max-width: 370px;
	width: 32%;
}
.secCnt01 .imgBox .imgArea {}
.secCnt01 .imgBox .imgArea + dl {margin-top: 10px;}
.secCnt01 .imgBox .imgArea + dl > dt {font-size: 1.05em; font-weight: 600; margin-bottom: 20px; line-height: 1.4;}
.secCnt01 .imgBox .imgArea + dl > dd {line-height: 1.8;}


.secCnt01 > .tArea {
	/*width: calc(100% - 390px);*/
	width: calc(68% - 20px);
}


.secCnt01 > .tArea p, .secCnt01 > .tArea > dl > dt {margin-bottom: 20px; font-size: 1.15em;}
@media screen and (max-width: 460px){
	.secCnt01 > .tArea p, .secCnt01 > .tArea > dl > dt {font-size: 1em;}
}
.secCnt01 > .tArea > dl > dt {margin-bottom: 0;}

@media screen and (max-width: 748px){
	.secCnt01 {display: block;}
	.secCnt01 > .tArea {width: 100%; padding-bottom: 20px;}
}

@media screen and (min-width: 521px) and (max-width: 748px){
	
	.secCnt01 .imgBox {
		max-width: none;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.secCnt01 .imgBox .imgArea {
		max-width: 323px;
		width: 49%;
	}
	.secCnt01 .imgBox .imgArea + dl {width: calc(51% - 15px); margin-top: 0;}
	
}

@media screen and (max-width: 520px){
	.secCnt01 .imgBox {width: 100%; margin: auto;}
	
}




.inv_access {}
.inv_access .leftBox .imgArea {margin-top: 10px;}
.accessInfo {}

.accessInfo > dl {font-family: YakuHanMPs,  'Zen Old Mincho', "Times New Roman", Times,"游明朝体", "Yu Mincho", YuMincho, "HG明朝B",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif; margin-top: 30px;}
.accessInfo > dl > dt {font-weight: 700;}
.accessInfo > dl > dd {}
.accessInfo > dl > dd > ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 18px;
}
.accessInfo > dl > dd > ul > li {
	width: calc(33.333%);
	box-sizing: border-box;
	padding-right: 10px;
	font-size: 1.2em;
	font-weight: 700;
}
.accessInfo > dl > dd > ul > li em {
	font-size: 2em;
	position: relative;
	top: 5px;
	color: #c5000f;
}
.accessInfo > dl > dd > ul > li small {
	font-size: 0.7em;
}

@media screen and (max-width: 1140px){
	.accessInfo > dl > dd > ul > li {font-size: 1.58vw; padding-right: 5px;}
}
@media screen and (max-width: 748px){
	.accessInfo > dl > dd > ul > li {font-size: 2.3vw;}
}
@media screen and (max-width: 520px){
	.accessInfo > dl > dd > ul > li {
		width: calc(50% - 5px);
		/*font-size: 3.3vw;*/
		font-size: 3.6vw;
		padding-right: 0;
	}
}





.holiday {}
.holiday .leftBox {position: relative; display: flex; align-items: center;}

.holiday .leftBox p.cap {
	position: absolute;
	bottom: 0;
	left: 0;
}
@media screen and (max-width: 748px){
	.holiday .leftBox {display: block;}
	.holiday .leftBox p.cap {position: static;}
}



.loca01 {}
.loca01 .rightBox {}
.loca01 .rightBox dl {}
.loca01 .rightBox dl dt {
	margin-bottom: 10px;
	line-height: 1.4;
}
@media screen and (min-width: 521px) and (max-width: 748px){
	.loca01 .rightBox .imgs > li:last-child {position: relative;}
	.loca01 .rightBox .imgs > li:last-child {}
	.loca01 .rightBox .imgs > li:last-child dl dd {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.loca01 .rightBox .imgs > li:last-child dl dd .imgArea {margin-bottom: 20px}
}
@media screen and (max-width: 520px){
	.loca01 .secTop .rightBox {
		display: block;
		margin: auto;
		max-width: 370px;
	}
	.loca01 .secTop .rightBox ul.imgs {display: block;}
	.loca01 .secTop .rightBox ul.imgs > li {width: 100%;}
	.loca01 .secTop .rightBox ul.imgs > li:last-child {margin-top: 30px;}
}



.loca01 .secCnt01 {}
.loca01 .secCnt01 .imgBox {}
.loca01 .secCnt01 .imgBox .imgArea {
	height: 243px;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 748px){
	.loca01 .secCnt01 .imgBox .imgArea {height: auto;}
}
@media screen and (max-width: 520px){
	
}




.loca02 {}
.loca02 .secTop {}
.loca02 .secTop .leftBox {position: relative;}
.loca02 .secTop .rightBox {position: relative;}


.loca02 .secTop .leftBox .imgArea {
	height: 100%;
}
.loca02 .secTop .leftBox .imgArea img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 924px;
	width: 122%;
}
.loca02 .secTop .leftBox p.cap {position: absolute; left: 0; bottom: 0;}

@media screen and (max-width: 748px){
	.loca02 .secTop .leftBox .imgArea {height:67vw;}
	.loca02 .secTop .leftBox .imgArea img {top: 45%;}
}





.interview02 {}
.interview02 .secCnt01 {}
.interview02 .secCnt01 .tArea {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.interview02 .secCnt01 .tArea dl, .interview02 .secCnt01 .tArea > p {
	width: calc(50% - 15px)
}
@media screen and (max-width: 748px){
	.interview02 .secCnt01 .tArea dl, .interview02 .secCnt01 .tArea > p {
		width: 100%;
	}
}



