@charset "utf-8";

/* ---------------------------------------- 
 - contents（interview-ttl）
---------------------------------------- */
.interview-ttl {
    position: relative;
    margin: 0 auto 50px;
}
@media screen and (min-width: 1024px) {
	.interview-ttl {
		margin: 80px auto 150px;
	}
}

/* ---------------------------------------- 
 - contents（interview）
---------------------------------------- */
.interview .interview__inner {
	width:94%;
	margin: 0 auto 70px;
	position: relative;
}
.interview.comingsoon .interview__inner {
	margin-bottom: 35px;
}
.interview .interview-head {
    display: -webkit-flex;
    display: flex;
	align-items: flex-start;
	position: absolute;
	top:0;
	z-index: 1;
	width: 100%;
}
.interview .interview-head .num {
	font-size: 4.2rem;
    line-height: 1.0;
    font-style: italic;
    display: inline-block;
    position: relative;
    margin: -0.15em 4% 0 1%;
    color: #0e1f3d;
}
.interview .interview-head .num span {
	position: relative;
	z-index: 1;
}
.interview .interview-head .num::after {
	display: block;
    width: 100%;
    height: 6px;
    content: '';
    position: absolute;
    bottom: 0;
    background: #fff100;
	z-index: 0;
}	
.interview .interview-head .catch {
	font-size:1.7rem;
	line-height: 1.8;
	letter-spacing: 0;
}	
.interview .interview-head .catch span {
	color:#fff;
	background:#0e1f3d;
	padding: 0.3em 0.5em;
}
	
.interview .interview-visual {
	width: 100%;
	position: relative;
	padding-top: 30px;
	margin-bottom: 35px;
}	
.interview .interview-visual .ttl {
	display: -webkit-flex;
    display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 0 7px;
	background: rgba(255, 255, 255, 0.75);
}
.interview .interview-visual .ttl .ttl-name {
	font-size:1.85rem;
	line-height: 1.0;
	width: 50%;
	width: calc(50% - 15px);
    text-align: center;
}
.interview .interview-visual .ttl .ttl-name > p {
    text-align: left;
	display: inline-block;
}
.interview .interview-visual .ttl .ttl-name span {
	font-size:1.4rem;
	display: inline-block;
}
.interview .interview-visual .ttl .ttl-name span.ttl-tab {
	font-size:1.1rem;
	display: block;
	width: 60px;
	text-align: center;	
	margin-bottom: 0.5em;
	box-sizing: border-box;
	padding: 0.3em 0.5em;
}
.interview .interview-visual .ttl .ttl-name.mentor span.ttl-tab {
	background: #0e1f3d;
	color:#fff;
}
.interview .interview-visual .ttl .ttl-name.student span.ttl-tab {
	background: #fff;
	color:#0e1f3d;
	border: solid 1px #0e1f3d;
}
.interview .interview-visual .ttl .batsu {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	line-height: 1.0;
    z-index: 1;
	margin-top: 0.5em;
} 
.interview .interview-visual .ttl .batsu::before,
.interview .interview-visual .ttl .batsu::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #fff100;
} 
.interview .interview-visual .ttl .batsu::before {
	transform: translate(-50%,-50%) rotate(45deg);
} 
.interview .interview-visual .ttl .batsu::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}
	
.interview .interview-txt dl {
	margin-bottom: 1.5em;
	font-size:1.5rem;
}	
.interview .interview-txt dl dt span {
	line-height: 1.4;
	display: block;
	width: 80px;
	text-align: center;	
	margin-bottom: 0.5em;
	box-sizing: border-box;
	padding: 0 0.5em;
	border: solid 1px #0e1f3d;
}
.interview .interview-txt dl.mentor dt span {
	background: #0e1f3d;
	color:#fff;	
}
.interview .interview-txt dl.student dt span {
	background: #fff;
	color:#0e1f3d;
}
.interview .interview-txt dl.mentor dd {
	font-weight: bold;
	color:#0e1f3d;
}
.interview .interview-txt .phtbox {
	margin-bottom: 30px;
}
.interview .interview-txt .phtbox .caption {
	font-size:1.8rem;
	line-height: 1.6;
	color:#0e1f3d;
	text-align: center;
	margin-top: 1.0em;
}
@media screen and (min-width: 1024px) {
	.interview .interview__inner {
		max-width: 1120px;
		margin-bottom: 120px;
	}
	.interview.comingsoon .interview__inner {
		margin-bottom: 60px;
	}
	.interview .interview-head .num {
		font-size:10rem;
		margin: -0.1em 35px 0 20px;
	}
	.interview .interview-head .num::after {
		height: 10px;
	}	
	.interview .interview-head .catch {
		font-size:3.4rem;
		line-height: 1.6;
		letter-spacing: 0.05em;
	}	
	.interview .interview-head .catch span {
		padding: 0.2em 0.3em;
	}

	.interview .interview-visual {
		padding-top: 65px;
		margin-bottom: 75px;
	}	
	.interview .interview-visual .ttl {
		padding: 20px 0 15px;
	}
	.interview .interview-visual .ttl .ttl-name {
		font-size:3.6rem;
		width: 50%;
		width: calc(50% - 30px);
	}
	.interview .interview-visual .ttl .ttl-name > p {
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.interview .interview-visual .ttl .ttl-name span {
		font-size:2.4rem;
		margin-left: 0.3em;
	}
	.interview .interview-visual .ttl .ttl-name span.ttl-tab {
		font-size:1.5rem;
		width: 85px;
		margin-bottom: 0;
		margin-right: 15px;
	}
	.interview .interview-visual .ttl .batsu {
		width: 60px;
		height: 60px;
	}

	.interview .interview-txt dl {
		margin-bottom: 40px;
		font-size:1.6rem;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
	}	
	.interview .interview-txt dl dt span {
		margin-right: 50px;
	}
	.interview .interview-txt dl dt span {
		font-size:1.8rem;
		width: 110px;
		margin-bottom: 0;
	}
	.interview .interview-txt dl dd {
		flex: 1;
	}
	.interview .interview-txt .phtbox {
		margin: 0 auto 40px;
		max-width: 760px;
	}
	.interview .interview-txt .phtbox .caption {
		font-size:2.8rem;
		margin-top: 40px;
	}
}

/* comingsoon-box */
.interview .comingsoon-box {
	position: relative;
	padding: 25px 6% 30px;
	width:100%;
	box-sizing: border-box;
	background:#d9e2e6;
    margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition-delay: 0.5s;
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}
.interview .comingsoon-box .num {
    font-size:3.8rem;
	line-height: 1.0;
	font-style: italic;
	display: inline-block;
	position: relative;
	color:#0e1f3d;
}
.interview .comingsoon-box .num span {
	position: relative;
	z-index: 1;
}
.interview .comingsoon-box .num::after {
	display: block;
    width: 100%;
    height: 6px;
    content: '';
    position: absolute;
    bottom: 0;
    background: #fff100;
	z-index: 0;
}
.interview .comingsoon-box .txt {
	font-size:1.8rem;
	width: calc(100% - 2em);
	text-align: center;
	max-width: 800px;
	padding-right: 2em;
}
@media screen and (min-width: 1024px) {		
	.interview .comingsoon-box {
		padding: 50px 5%;
	}
	.interview .comingsoon-box .num {
		font-size:7.2rem;
	}
	.interview .comingsoon-box .num::after {
		height: 10px;
	}
	.interview .comingsoon-box .txt {
		font-size:2.4rem;
		max-width: 1120px;
	}
}

/* ---------------------------------------- 
 - contents（backbtn）
---------------------------------------- */
#backbtn {
	background: #f3f5f6;
}
#backbtn #backbtn__inner {
	width: 94%;
	margin: 0 auto;
	padding: 35px 0;
	text-align: center;
}
#backbtn .btn {
	font-size:1.6rem;
	letter-spacing: 0.15em;
	line-height: 1.4;
	width: 80%;
	max-width: 430px;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 auto;
}
#backbtn .btn a {
	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) {
	#backbtn #backbtn__inner {
		padding: 65px 0;
	}
	#backbtn .btn {
		font-size: 1.6rem;
		max-width: 250px;
	}
	#backbtn .btn a {
		-webkit-transition: .3s;
    	transition: .3s;
		height: 55px;
		line-height: 55px;
	}
	#backbtn .btn a:hover {
		opacity: 0.7;
	}
}