@charset "utf-8";

/* ---------------------------------------- 
 - html
---------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
}
html{
    font-size: 62.5%;
}
@media screen and (max-width: 320px) {
	html{
		font-size: 52.5%;
	}
}

/* ---------------------------------------- 
 - img
---------------------------------------- */
img {
	width: 100%;
}

/* ---------------------------------------- 
 - body
---------------------------------------- */
body{
	font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size:14px;
	font-size:1.4em;
	color:#111;
	line-height:2.0;
	-webkit-text-size-adjust: 100%; /* 文字の拡大縮小を防ぐ */
	text-size-adjust: 100%; /* 文字の拡大縮小を防ぐ */
	background-color: #f5f5f5;
}

/* inview */
.inview {
    transition: 0.8s;
    opacity: 0;
    transform: translate(0,20px);
    -webkit-transform: translate(0,20px);
}
.inview.mv {
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}

/* ---------------------------------------- 
 - #container
---------------------------------------- */
#container {
	width:100%;
	margin:0 auto;
	position: relative;
    overflow: hidden;
}
#container.show {
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	opacity: 1;
}

@media screen and (min-width: 1024px) {
	#container .sp {
		display:none !important;
	}
}
@media screen and (max-width: 1023px) {
	#container .pc {
		display:none !important;
	}
}

/* .mincho */
#container .mincho {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#container .garamond {
	font-family: 'EB Garamond', serif;
	letter-spacing: 0.05em;
}

/* telLink（スマホ用電話リンク） */
.telLink a {
	text-decoration: underline;
}

/* ---------------------------------------- 
 - header
---------------------------------------- */
#header{
    position: relative;
    width: 100%;
	height: 70px;
	background: #fff;
	padding: 0 3%;	
	box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
	line-height: 0;
}
#header img{
	display: inline-block;
	backface-visibility: hidden;
}
#header .header-logo{	
	width: 47.5%;
	max-width: 210px;
}
#header .header-ttl{	
	width: 35%;
	max-width: 150px;
	margin-left: auto;
	margin-top: -2px;
}
@media screen and (min-width: 1024px) {
	#header{
		height: 80px;
		position: absolute;
		z-index: 100;
		background: none;
		padding: 0;
		background: none;		
		width: 60%;
		max-width: 615px;
		background: #fff;
		padding: 0 30px;
		height: 60px;
		box-sizing: border-box;
	}
	#header .header-logo{
		width: 35%;
		max-width: 210px;
	}
	#header .header-ttl{
		width: 62%;
		max-width: 338px;
		margin-top: 2px;
	}
}

/* ---------------------------------------- 
 - #contents
---------------------------------------- */
#contents {
	width:100%;
	margin:0 auto;
	position: relative;
	overflow:hidden;
}

/* ---------------------------------------- 
 - mainvisual
---------------------------------------- */
#mainvisual {
	width: 100%;
	box-sizing: border-box;
    overflow: hidden;
	background-color:#f5f5f5;
	position: relative;
}
#mainvisual .mainvisual_txt {
	text-align: center;
	box-sizing: border-box;
	margin-top: 12vw;
	animation:fadeIn 1.2s 0.5s; 
	animation-fill-mode: both;
	border-bottom: solid 1px #0e1f3d;
}
#mainvisual .mainvisual_txt .ttl {	
	width: 83%;
	margin: 0 auto;
}
#mainvisual .mainvisual_txt .catch {	
	font-size: 3.8vw;
	text-align: left;
	width: 83%;
	margin: 0 auto 7vw;
}
#mainvisual .mainvisual_txt .catch span {
	border-bottom: solid 2px #0e1f3d;
}
#mainvisual .mainvisual_txt .lead {	
	font-size: 1.4rem;
	text-align: left;
	width: 94%;
	margin: 3vw auto 7vw;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@media screen and (min-width: 481px) and (max-width: 1023px) {
	#mainvisual .mainvisual__txt .lead {	
		font-size: 3vw;
	}
}
@media screen and (min-width: 1024px) {
	#mainvisual .mainvisual_txt {
		width:45vw;
		margin-top: 0;
		padding: 3.5vw 4vw 1.5vw;
		position: absolute;
		bottom: 0;
		right: 6%;
		background-color: #f5f5f5;
		border: none;
	}
	#mainvisual .mainvisual_txt .ttl {
		width: 100%;
		margin-bottom: 0;
	}
	#mainvisual .mainvisual_txt .catch {	
		width: 100%;
		font-size: 1.7vw;
		margin-top: -0.5em;
		margin-bottom: 1.0em;
	}
	#mainvisual .mainvisual_txt .lead {	
		width: 100%;
		font-size: 1.2vw;
		line-height: 1.8;
		margin: 0 auto;
	}	
	#mainvisual .mainvisual_pht {
		width: 100%;
		height: 100%;
	}
	#mainvisual .mainvisual_pht img,
	#mainvisual .mainvisual_pht picture {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover';
	}
}
@media screen and (min-width: 1600px) {
	#mainvisual {
		height:800px;
	}
	#mainvisual .mainvisual_txt {
		width:640px;
		padding: 60px 58px 40px;
	}
	#mainvisual .mainvisual_txt .catch {
		font-size: 2.6rem;
		letter-spacing: 0;
	}
	#mainvisual .mainvisual_txt .lead {
		font-size: 1.7rem;
	}
}

/* ---------------------------------------- 
 - contents（link_btn）共通
---------------------------------------- */
.link_btn {
	font-size:1.6rem;
	letter-spacing: 0.15em;
	line-height: 1.4;
	width: 80%;
	max-width: 430px;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}
.link_btn a,
.link_btn span{
	display: inline-block;
	background: #0e1f3d;
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 6%;
	text-align: center;
	text-decoration: none;
	position: relative;
	color:#fff;
}
@media screen and (min-width: 1024px) {
	.link_btn {
		font-size: 1.6rem;
		max-width: 250px;
    	transition: .3s;
	}
	.link_btn a,
	.link_btn span {
    	transition: .3s;
		height: 55px;
		line-height: 55px;
	}
	.link_btn a:hover,
	.link_btn span:hover {
		opacity: 0.7;
	}
}

/* ---------------------------------------- 
 - contents（about）
---------------------------------------- */
#about {
	text-align: center;
	margin-top: 35px;
}
#about .ttl {	
	width: 94%;
	margin: 0 auto 1.0em;
	font-size: 2.0rem;
}
#about .ttl span {
	display: block;
	font-size: 1.4rem;
}
#about .lead {	
	font-size: 1.4rem;
	text-align: left;
	width: 94%;
	margin: 0 auto 1.0em;
}
#about .link_btn {
	margin: 0 auto 10px;
}
@media screen and (min-width: 1024px) {
	#about {
		margin-top: 75px;
		text-align: center;
	}
	#about .ttl {
		margin-bottom: 0.5em;
		font-size: 3.6rem;
	}
	#about .ttl span {
		font-size: 1.8rem;
	}
	#about .lead {	
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: 1.5em;
	}
	#about .link_btn {
		max-width: 270px;
		margin-bottom: 20px;
	}
	#about .pht {
		width: 100%;
		max-width: 911px;
		margin: 0 auto;
	}
}

/* ---------------------------------------- 
 - contents（interview）
---------------------------------------- */
#interview {
	margin: 40px auto 0;
}
#interview .interview_box {
	background-color: #fff; 
	margin-bottom: 50px;
	width: 92%;
	position: relative;
}
#interview .interview_box:nth-child(even) {
	margin-left: auto;
}
#interview .interview_box .num {
	position: absolute;
	top: 0;
	right: 0.2em;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.8;
	z-index: 2;
}
#interview .interview_box:nth-child(even) .num {
	right: auto;
	left: 0.2em;
}
#interview .interview_box::before {
	content: '';
	position: absolute;
	top: 0;	
	right: 0;
	width: 0;
	height: 0;
	border-top: 50px solid #0e1f3d;
	border-left: 50px solid transparent;
	z-index: 1;
}
#interview .interview_box:nth-child(even)::before {
	right: auto;
	left: 0;
	transform:rotate(-90deg);
}
#interview .namebox {
	width: 90%;
	margin: 20px auto;
	line-height: 1.8;
}
#interview .namebox .year {
	font-size: 1.4rem;
	color: #0e1f3d;
}
#interview .namebox .name {
	font-size: 2.2rem;
	display: flex;
	align-items: center;
	border-bottom: dotted 1px #868f9e;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
}
#interview .namebox .name span {
	font-size: 1.3rem;	
	background-color: #f1f1f1;
	margin-left: 0.7em;
	letter-spacing: 0;
}
#interview .namebox .lead {
	font-size: 1.7rem;
	color: #0e1f3d;
	margin-bottom: 0.7em;
}
#interview .studybox {
	background-color: #f1f1f1;
	border: solid 5px #fff;
	/*padding: 20px 4%;*/
}
#interview .studybox .study_ttl {
	font-size: 1.7rem;
	line-height: 1.2;
	display: flex;
	position: relative;
	padding: 20px 4%;
}
#interview .studybox .study_ttl img {
	width: 65px;
	margin-right: 12px;
}
#interview .studybox .study_ttl span {
	font-size: 1.4rem;
}
#interview .studybox .study_ttl .ttl_btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 30px;
    height: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#interview .studybox .study_ttl .ttl_btn:before,
#interview .studybox .study_ttl .ttl_btn:after {
    display: block;
    content: '';
    background-color: #0e1f3d;
    position: absolute;
    width: 26px;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    transition: all .4s;
}	
#interview .studybox .study_ttl .ttl_btn:before {
    transform: translate(-50%, -50%) rotate(90deg);
}
#interview .studybox .study_ttl.active .ttl_btn:before {
    transform: translate(-50%, -50%) rotate(180deg);
}	
#interview .studybox .study_info {
    display: none;
	padding: 0 4% 20px;
}
#interview .studybox .study_info dl.info {
    display: flex;
	flex-wrap: wrap;
	margin: 0 auto 20px;
	padding-bottom: 10px;
	border-bottom: solid 3px #fff;
	font-size: 1.3rem;
	line-height: 1.6;
}
#interview .studybox .study_info dl.info dt {
	width: 6.5em;
	margin-bottom: 0.5em;
}
#interview .studybox .study_info dl.info dd {
	width: calc(100% - 6.5em);
	margin-bottom: 0.5em;
}
#interview .studybox .study_info .txt {
	font-size: 1.4rem;
	margin-bottom: 1.5em;
}
@media screen and (min-width: 1024px) {
	#interview {
		margintop: 80px;
		max-width: 1200px;
	}
	#interview .interview_box {
		margin-bottom: 75px;
		max-width: 1020px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#interview .interview_box .num {
		font-size: 2.8rem;
	}
	#interview .interview_box::before {
		border-top: 75px solid #0e1f3d;
		border-left: 75px solid transparent;
	}	
	#interview .phtbox {
		width: 47%;
	}	
	#interview .phtbox img,
	#interview .phtbox picture {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover';
	}
	#interview .namebox {
		width: 50%;
		margin: 30px 0 30px auto;
		padding: 0 3%;
		box-sizing: border-box;
	}
	#interview .namebox .year {
		font-size: 1.8rem;
	}
	#interview .namebox .name {
		font-size: 3.6rem;
		padding-bottom: 0.1em;
	}
	#interview .namebox .name span {
		font-size: 1.4rem;
	}
	#interview .namebox .lead {
		font-size: 2.4rem;
	}
	#interview .studybox {
		padding: 20px;
		width: 100%;
		display: flex;
	}
	#interview .studybox .study_ttl_wrap {
		width: 330px;
		border-right: solid 3px #fff;
	}
	#interview .interview_box:nth-child(3) .studybox .study_ttl_wrap {
		width: 360px;
	}
	#interview .studybox .study_ttl {		
    	pointer-events: none;
		font-size: 1.8rem;
		padding: 0;
	}
	#interview .studybox .study_ttl img {
		width: 78px;
		margin-right: 15px;		
	}
	#interview .studybox .study_ttl span {
		font-size: 1.3rem;
	}
	#interview .studybox .study_ttl .ttl_btn {
		display: none;
	}
	#interview .studybox .study_ttl_wrap dl.info {
		display: flex;
		flex-wrap: wrap;
		margin: 20px auto 0;
		padding-bottom: 10px;
		font-size: 1.3rem;
		line-height: 1.6;
	}
	#interview .studybox .study_ttl_wrap dl.info dt {
		width: 7em;
		margin-bottom: 0.5em;
	}
	#interview .studybox .study_ttl_wrap dl.info dd {
		width: calc(100% - 7em);
		margin-bottom: 0.5em;
	}
	#interview .studybox .study_info {
		width: calc(100% - 330px);
		display: flex !important;
		justify-content: space-between;
		padding: 0;
	}
	#interview .interview_box:nth-child(3) .studybox .study_info {
		width: calc(100% - 360px);
	}
	#interview .studybox .study_info .txt {
		font-size: 1.3rem;
		margin-bottom: 0;
		width: calc(100% - 190px);
		padding-left: 20px;
	}
	#interview .studybox .study_info .pht {
		width: 170px;
	}
	#interview .studybox .study_info .pht img,
	#interview .studybox .study_info .pht picture {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover';
	}
}
/* modal_container */
.modal_container{ /*モーダル本体 + モーダル外側の背景*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.7);
	padding: 80px 5% 0 5%;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
	z-index: 100;
}
.modal_container.active{
	opacity: 1;
	visibility: visible;
}
/* modal_wrap */
.modal_wrap{ /*モーダル枠*/
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 625px;	
	background-color: #fff;
	overflow: auto;
	margin-bottom: 50px;
}
/* modal_close */
.modal_close{ /*モーダルを閉じるボタン*/
	position: absolute;
	top: 10px;
	right: 15px;	
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 1;
}
.modal_close::before,
.modal_close::after {
    display: block;
    width: 40px;
    height: 1px;
    content: '';
    transition: .3s;
    background-color: #0e1f3d;
	margin-top: 14px;
}
.modal_close::before {
    transform: rotate(-45deg);
}
.modal_close::after {
    transform: rotate(45deg);
    margin-top: -2px;
}
/* modal_content */
.modal_content{ /*モーダル内のコンテンツ*/
	width: 100%;	
	margin: 0 auto;
}
.modal_content .num {
	position: absolute;
	top: 0;
	left: 0.2em;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.8;
	z-index: 2;
}
.modal_content::before {
	content: '';
	position: absolute;
	top: 0;	
	left: 0;
	width: 0;
	height: 0;
	border-top: 50px solid #0e1f3d;
	border-left: 50px solid transparent;
	z-index: 1;
	transform:rotate(-90deg);
}
.modal_content .namebox {
	width: 100%;
	padding: 15px 5% 20px;
	line-height: 1.8;
	text-align: left;
	background-color: #f5f5f5;
}
.modal_content .namebox .lead {
	font-size: 2.2rem;
	color: #0e1f3d;
	line-height: 1.6;
	margin-bottom: 0.7em;
	padding-bottom: 0.7em;
	border-bottom: dotted 1px #868f9e;
}
.modal_content .namebox .year {
	font-size: 1.4rem;
	color: #0e1f3d;
}
.modal_content .namebox .name {
	font-size: 2.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0.5em;
}
.modal_content .namebox .name span {
	font-size: 1.2rem;	
	background-color: #f1f1f1;
	margin-left: 1.0em;
}
.modal_content .namebox .study {
	font-size: 1.7rem;
	line-height: 1.2;
	display: flex;
	position: relative;
}
.modal_content .namebox .study img {
	width: 65px;
	margin-right: 12px;
}
.modal_content dl.faqbox {
	font-size: 1.4rem;
	background-color: #fff;
	padding: 20px 5%;
	text-align: left;
}
.modal_content dl.faqbox dt {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 0.5em;
	position: relative;
	padding-left: 30px;
}
.modal_content dl.faqbox dt::before {
    display: block;
    content: '';
    background-color: #333;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 0.8em;
    left: 0;
    margin-top: 1px;
}
.modal_content dl.faqbox dd {
	margin-bottom: 2.0em;
}
.modal_content dl.faqbox dd:last-child {
	margin-bottom: 1.0em;
}
.modal_content .reportbox {
	width: 90%;
	padding: 20px 5%;
	margin: 0 auto;
	line-height: 1.8;
	text-align: left;
	background-color: #f1f1f1;
}
.modal_content .reportbox .ttl {
	font-size: 2.2rem;
	line-height: 1.6;
	display: flex;
	align-items: center;
	border-bottom: solid 1px #0e1f3d;
	padding-bottom: 0.2em;
	margin-bottom: 1.0em;
}
.modal_content .reportbox .ttl span {
	font-size: 1.2rem;
	background-color: #0e1f3d;
	color: #fff;
	padding: 0.1em 0.5em 0.2em;
	margin-right: 0.7em;
}
.modal_content .reportbox .phtbox {
	margin-bottom: 30px;
}
.modal_content .reportbox .phtbox:last-child {
	margin-bottom: 0;
}
.modal_content .reportbox .phtbox .pht {
	margin-bottom: 10px;
}
.modal_content .reportbox .phtbox .caption {
	font-size: 1.4rem;
}
.modal_content .link_btn {
	margin: 25px auto;	
}
@media screen and (min-width: 1024px) {
	/* modal_container */
	.modal_container {
		padding: 40px 10%;
	}
	/* modal_wrap */
	.modal_wrap{ /*モーダル枠*/
		max-width: 900px;
		margin-bottom: 30px;
	}
	/* modal_close */
	.modal_close {
		top: 20px;
		right: 20px;
	}
	/* booking_content */
	.modal_content .num {
		font-size: 2.8rem;
	}
	.modal_content::before {
		border-top: 75px solid #0e1f3d;
		border-left: 75px solid transparent;
	}	
	.modal_content .namebox_wrap {
		position: relative;
	}	
	.modal_content .namebox {
		position: absolute;
		bottom:35px;
		right:80px;	
		padding: 0;
		width: 450px;		
		background: none;
		z-index: 1;
	}
	.modal_content .namebox .lead {
		font-size: 3.4rem;
	}
	.modal_content .namebox .year {
		font-size: 1.8rem;
	}
	.modal_content .namebox .name {
		font-size: 3.6rem;
	}
	.modal_content .namebox .name span {
		font-size: 1.5rem;
	}
	.modal_content .namebox .study {
		font-size: 2.0rem;
	}
	.modal_content .namebox .study img {
		width: 80px;
		margin-right: 15px;
	}
	.modal_content dl.faqbox {
		font-size: 1.5rem;
		padding: 50px;
	}
	.modal_content dl.faqbox dt {
		font-size: 1.7rem;
		margin-bottom: 0.8em;
		padding-left: 45px;
	}
	.modal_content dl.faqbox dt::before {
		width: 25px;
	}
	.modal_content dl.faqbox dd {
		margin-bottom: 3.0em;
	}
	.modal_content dl.faqbox dd:last-child {
		margin-bottom: 0;
	}
	.modal_content .reportbox {
		padding: 50px;
		text-align: center;
	}
	.modal_content .reportbox .ttl {
		font-size: 4.0rem;
		line-height: 1.4;
		display: inline-flex;
		padding-bottom: 0.1em;
		margin-bottom: 50px;
	}
	.modal_content .reportbox .ttl span {
		font-size: 1.6rem;
	}
	.modal_content .reportbox .phtbox {
		margin-bottom: 45px;
		max-width: 500px;
	}
	.modal_content .reportbox .phtbox:nth-child(odd) {
		margin-left: auto;
	}
	.modal_content .reportbox .phtbox .pht {
		margin-bottom: 15px;
	}
	.modal_content .reportbox .phtbox .caption {
		text-align: left;
	}
	.modal_content .link_btn {
		margin: 50px auto;
	}
}

/* ---------------------------------------- 
 - footer
---------------------------------------- */
#footer {
	background: #111;
	width:100%;
}
#footer #footer_inner {
	width:100%;
	padding: 45px 3% 20px;
	box-sizing: border-box;
	color:#fff;
}
#footer .footer-contents_box {
	width: 100%;
	margin: 0 auto;	
}
#footer .footer-contents_box .footer-logo{
	width: 40%;
	max-width: 200px;
	margin: 35px auto;	
}
#footer .footer-contents_box ul.footer-sns_list{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	width: 90%;
	max-width: 370px;
	margin: 0 auto;
}
#footer .footer-contents_box ul.footer-sns_list li{
	width: 40px;
}
#footer .footer-address{
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
#footer .footer-copy{
	text-align: center;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
	#footer #footer_inner {
		width:100%;
		max-width: 910px;
		padding: 65px 3% 35px;
		margin: 0 auto;
	}
	#footer .footer-contents_box {
		width: 100%;
		display: -webkit-flex;
		display: flex;		
		flex-direction:row-reverse;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 60px;	
	}
	#footer .footer-contents_box .footer-logo{
		width: 20.9%;
		max-width: 190px;
		margin: 0 auto;
	}
	#footer .footer-contents_box ul.footer-sns_list{
		width: 51.6%;
		max-width: 470px;
		margin: 0 0 0 auto;
	}
	#footer .footer-contents_box ul.footer-sns_list li{
		width: 50px;
	}
	#footer .footer-address{
		font-size: 1.2rem;
	}
	#footer .footer-copy{
		font-size: 1.2rem;
	}
}
