@charset "utf-8";

/* ---------------------------------------- 
 - mainvisual
---------------------------------------- */
#mainvisual {
	width: 100%;
	box-sizing: border-box;
    overflow: hidden;
}
#mainvisual #mainvisual__inner{
	height: 100%;
	position: relative;
}
#mainvisual .mainvisual__txt {
	background-color:rgba(217,226,230,0.85);
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index:2;
	text-align: center;
	width:96%;
	box-sizing: border-box;
	padding: 3% 2%;
	margin-top: 3%;
	animation:fadeIn 1.2s 0.5s; 
	animation-fill-mode: both;
}
#mainvisual .mainvisual__txt .ttl {	
	margin-bottom: 15px;
}
#mainvisual .mainvisual__txt .catch {	
	font-size: 1.9rem;	
	line-height: 1.6;
	text-align: left;
	margin-bottom: 0.5em;
	padding: 0 2%;
}
#mainvisual .mainvisual__txt .lead {	
	font-size: 1.4rem;	
	line-height: 1.7;
	text-align: left;
	padding: 0 2%;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@media screen and (min-width: 481px) and (max-width: 1023px) {
	#mainvisual .mainvisual__txt {
		width:90%;
		padding: 3%;
	}
	#mainvisual .mainvisual__txt .ttl {
		margin-bottom: 20px;
	}
	#mainvisual .mainvisual__txt .catch {	
		font-size: 4.6vw;
		margin-bottom: 0.7em;
	}
	#mainvisual .mainvisual__txt .lead {	
		font-size: 2.8vw;
		line-height: 1.8;
	}	
}
@media screen and (min-width: 1024px) {
	#mainvisual .mainvisual__txt {
		width:45%;
		max-width: 800px;
		left: 30%;
		margin-top: 0;
		padding: 25px;
	}
	#mainvisual .mainvisual__txt .ttl {
		margin-bottom: 20px;
	}
	#mainvisual .mainvisual__txt .catch {	
		font-size: 2.4rem;
		margin-bottom: 0.7em;
	}
	#mainvisual .mainvisual__txt .lead {	
		font-size: 1.6rem;
		line-height: 1.8;
	}	
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
	#mainvisual .mainvisual__txt {
		width: 50%;
		padding: 20px;
	}
	#mainvisual .mainvisual__txt .ttl {
		margin-bottom: 20px;
	}
	#mainvisual .mainvisual__txt .catch {	
		font-size: 2.2rem;
	}
	#mainvisual .mainvisual__txt .lead {	
		font-size: 1.4rem;
		line-height: 1.8;
	}	
}

/* ---------------------------------------- 
 - contents（interview）
---------------------------------------- */
#interview {
	overflow: hidden;
}
#interview .interview-box{
	padding-bottom: 45px;
}	
#interview .interview-box .txtbox{
	position: relative;
	padding: 25px 6% 30px;
	width:92%;
	box-sizing: border-box;
}
#interview .interview-box:nth-child(odd) .txtbox {
	margin-left: auto;
}
#interview .interview-box:nth-child(even) .txtbox{
	margin-right: auto;
}
#interview .interview-box .txtbox::before {
	display: block;
    width: 100%;
    height: 100%;
    content: '';
	position: absolute;
	top:0;
	left:0;
	background:#d9e2e6;
}
#interview .interview-box:nth-child(odd).effect .txtbox::before { /* アニメーション */
	transition: 0.8s;
	opacity: 0;
	transform: translate(40%,0);
	-webkit-transform: translate(40%,0);
}
#interview .interview-box:nth-child(even).effect .txtbox::before { /* アニメーション */
	transition: 0.8s;
	opacity: 0;
	transform: translate(-40%,0);
	-webkit-transform: translate(-40%,0);
}
#interview .interview-box.anime .txtbox::before { /* アニメーション */
	opacity: 1.0 !important;
	transform: translate(0,0) !important;
	-webkit-transform: translate(0,0) !important;
}
#interview .interview-box .txtbox .txtbox__inner { /* アニメーション */
    position:relative;
    transition: 0.8s;
    opacity: 0;
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
}	
#interview .interview-box.anime .txtbox .txtbox__inner { /* アニメーション */
	transition-delay:0.5s;
    opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
#interview .interview-box.anime .txtbox .num {
    font-size:3.8rem;
	line-height: 1.0;
	font-style: italic;
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	color:#0e1f3d;
}
#interview .interview-box.anime .txtbox .num span {
	position: relative;
	z-index: 1;
}
#interview .interview-box.anime .txtbox .num::after {
	display: block;
    width: 100%;
    height: 6px;
    content: '';
    position: absolute;
    bottom: 0;
    background: #fff100;
	z-index: 0;
}	
#interview .interview-box .txtbox .catch {
	font-size:1.8rem;
	line-height: 1.6;
	margin-bottom: 20px;
	color:#0e1f3d;
	max-width: 450px;
}	
#interview .interview-box .txtbox .ttl {
	margin-bottom: 25px;
}
#interview .interview-box .txtbox .ttl .ttl-name {
	font-size:2.4rem;
	display: flex;
	align-items: center;
	line-height: 1.0;
}
#interview .interview-box .txtbox .ttl .ttl-name.student {
	margin-top: -8px;
}
#interview .interview-box .txtbox .ttl .ttl-name span {
	font-size:1.6rem;
	display: block;
	margin-top: 0.5em;
	margin-left: 0.2em;
}
#interview .interview-box .txtbox .ttl .ttl-name span.ttl-tab {
	font-size:1.0rem;
	display: block;
	width: 65px;
	text-align: center;	
	margin-right: 10px;
	margin-left:0;
	box-sizing: border-box;
	padding: 0.5em;
}
#interview .interview-box .txtbox .ttl .ttl-name.mentor span.ttl-tab {
	background: #0e1f3d;
	color:#fff;
}
#interview .interview-box .txtbox .ttl .ttl-name.student span.ttl-tab {
	background: #fff;
	color:#0e1f3d;
	border: solid 1px #0e1f3d;
}
#interview .interview-box .txtbox .ttl .batsu {
	display: block;
	position: relative;
	width: 45px;
	height: 45px;
	line-height: 1.0;
	margin-top: -4px;
	margin-left: 110px;
    z-index: 1;
} 
#interview .interview-box .txtbox .ttl .batsu::before,
#interview .interview-box .txtbox .ttl .batsu::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 100%;
	background: #fff100;
} 
#interview .interview-box .txtbox .ttl .batsu::before {
	transform: translate(-50%,-50%) rotate(45deg);
} 
#interview .interview-box .txtbox .ttl .batsu::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}	
#interview .interview-box .txtbox .btn {
	font-size:1.6rem;
	letter-spacing: 0.15em;
	line-height: 1.4;
	width: 80%;
	max-width: 430px;
	border-radius: 5px;
	overflow: hidden;
}
#interview .interview-box .txtbox .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;
}
#interview .interview-box .txtbox .pht{
	margin-bottom: 20px;
}
#interview .interview-box:nth-child(odd) .txtbox .pht {
	margin-right: -7%;
}
#interview .interview-box:nth-child(even) .txtbox .pht {
	margin-left: -7%;
}
#interview .interview-box.comingsoon .txtbox { /* comingsoon */
    margin: 0 auto;
	width: 94%;
}
#interview .interview-box.comingsoon .txtbox::before { /* comingsoon */
	opacity: 1.0 !important;
	transform: translate(0,0) !important;
	-webkit-transform: translate(0,0) !important;
}
#interview .interview-box.comingsoon .txtbox .txtbox__inner{ /* comingsoon */
	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 .interview-box.comingsoon .txtbox .num { /* comingsoon */
    margin-bottom: 0;
}
#interview .interview-box.comingsoon .txtbox .catch { /* comingsoon */
	font-size:1.8rem;
	margin-bottom: 0;
	width: calc(100% - 2em);
	text-align: center;
	max-width: 800px;
	padding-right: 2em;
}
#interview .interview-box .phtbox{
	display: none;
}
@media screen and (min-width: 1024px) {
	#interview {
		margin-bottom: 60px;
	}
	#interview .interview-box{
		position:relative;
		padding: 0 0 60px;
		width: 100%;
		max-width: 1400px;
		display: -webkit-flex;
    	display: flex;
	}
	#interview .interview-box:nth-child(even){
		margin-right: auto;		
	}
	#interview .interview-box:nth-child(odd){
		margin-left: auto;
		flex-direction:row-reverse;
	}
	#interview .interview-box .txtbox{
		width:53%;
		max-width: 740px;
		box-sizing: border-box;
		position: relative;
		margin-top: 50px;
	}	
	#interview .interview-box:nth-child(odd) .txtbox{
		margin-left: auto;	
		padding: 50px 50px 70px 12%;
	}
	#interview .interview-box:nth-child(even) .txtbox{
		margin-right: auto;
		padding: 50px 12% 70px 50px;
	}
	#interview .interview-box .txtbox .txtbox__inner{
		width:100%;
		max-width: 100%;
	}
	#interview .interview-box.anime .txtbox .num {
		font-size:7.2rem;
		margin-bottom: 25px;
	}
	#interview .interview-box.anime .txtbox .num::after {
		height: 10px;
	}
	#interview .interview-box .txtbox .catch {
		font-size:2.4rem;
		margin-bottom: 30px;
		max-width: 100%;
	}	
	#interview .interview-box .txtbox .ttl {
		margin-bottom: 45px;
	}
	#interview .interview-box .txtbox .ttl .ttl-name {
		font-size:3.6rem;
	}
	#interview .interview-box .txtbox .ttl .ttl-name.student {
		margin-top: -8px;
	}
	#interview .interview-box .txtbox .ttl .ttl-name span {
		font-size:2.4rem;
		margin-top: 0.3em;
		margin-left: 0.2em;
	}
	#interview .interview-box .txtbox .ttl .ttl-name span.ttl-tab {
		font-size:1.5rem;
		width: 90px;
		margin-right: 15px;
		padding: 0.3em 0.5em 0.4em;
	}
	#interview .interview-box .txtbox .ttl .batsu {
		width: 55px;
		height: 55px;
		margin-top: -6px;
		margin-left: 150px;
	}
	#interview .interview-box .txtbox .btn {
		font-size: 1.6rem;
		max-width: 250px;		
		-webkit-transition: .3s;
    	transition: .3s;
	}
	#interview .interview-box .txtbox .btn a {
		-webkit-transition: .3s;
    	transition: .3s;
		height: 55px;
		line-height: 55px;
	}
	#interview .interview-box .txtbox .btn a:hover {
		opacity: 0.7;
	}
	#interview .interview-box .txtbox .pht{
		display: none;
	}
	#interview .interview-box.comingsoon { /* comingsoon */
		margin-left: auto !important;
		margin-right: auto !important;
	}
	#interview .interview-box.comingsoon .txtbox { /* comingsoon */
		margin: 0 auto;
		width: 94%;
		max-width: 1120px;
		padding: 50px 5%;		
	}
	#interview .interview-box.comingsoon .txtbox .catch { /* comingsoon */
		font-size:2.4rem;
		max-width: 1120px;
	}	
	#interview .interview-box .phtbox{
		display: block;
		width:54%;
		max-width: 760px;
	}
	#interview .interview-box:nth-child(even) .phtbox{
    	margin-left: -7%;
		right: 0;
	}
	#interview .interview-box:nth-child(odd) .phtbox{
    	margin-right: -7%;
		left: 0;
	}
	#interview .interview-box:nth-child(even).effect .phtbox { /* アニメーション */
		transition: 0.8s;
		opacity: 0;
		transform: translate(10%,0);
		-webkit-transform: translate(10%,0);
	}
	#interview .interview-box:nth-child(odd).effect .phtbox { /* アニメーション */
		transition: 0.8s;
		opacity: 0;
		transform: translate(-10%,0);
		-webkit-transform: translate(-10%,0);
	}
	#interview .interview-box.anime .phtbox { /* アニメーション */
		opacity:1.0 !important;
		transform: translate(0,0) !important;
		-webkit-transform: translate(0,0) !important;
	}	
}

/* ---------------------------------------- 
 - contents（mentors）
---------------------------------------- */
#mentors {
	overflow: hidden;
	background: #f3f5f6;
	padding: 45px 0;
}
#mentors .mentors-ttl {
	text-align: center;
	margin-bottom: 25px;	
}
#mentors .mentors-ttl .ttl {
    font-size: 3.8rem;
    line-height: 1.0;
    font-style: italic;
	display: inline-block;
    position: relative;
    margin-bottom: 5px;	
}
#mentors .mentors-ttl .ttl::after {
    display: block;
    width: 100%;
    height: 6px;
    content: '';
    position: absolute;
    bottom: 0;
    background: #fff100;
    z-index: 0;
}
#mentors .mentors-ttl .ttl span {
    position: relative;
    z-index: 1;
}
#mentors .mentors-ttl .sub {
    font-size: 1.5rem;
}
#mentors #mentors__inner {
	width: 94%;
	margin: 0 auto;
	background: #fff;
	border-top: solid 2px #0e1f3d;
}
#mentors .mentors-box{
	padding: 15px 0 20px;
	border-bottom: solid 1px #0e1f3d;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}	
#mentors .mentors-box .pht{
	width: 37%;
}
#mentors .mentors-box .name-box__wrapper{
	width: 63%;
}
#mentors .mentors-box .name-box{
	background: #0e1f3d;
	color: #fff;
	padding: 7px 3% 7px 5%;
	margin-top: 7px;
	line-height: 1.6;
	width: 100%;
	box-sizing: border-box;
}
#mentors .mentors-box .name-box .name {
	font-size: 2.2rem;	
	margin-bottom: 0.1em;
}
#mentors .mentors-box .name-box .name span {
	font-size: 1.8rem;
}
#mentors .mentors-box .name-box .job {
	font-size: 1.1rem;
}
#mentors .mentors-box .catch {
	font-size: 1.9rem;
	line-height: 1.4;
	color:#0e1f3d;
	padding: 10px 7% 0;
}
#mentors .mentors-box .lead-box {
	font-size: 1.5rem;
	line-height: 1.8;
	padding: 15px 5% 0;
}
#mentors .mentors-box.comingsoon{ /* comingsoon */
	font-size: 1.5rem;
	text-align: center;
	display: block;
	padding: 40px 5%;
	color:#0e1f3d;
}
@media screen and (min-width: 481px) and (max-width: 1023px) {
	#mentors .mentors-ttl .ttl {
		font-size: 6.5vw;
	}
	#mentors .mentors-ttl .sub {
		font-size: 2.5vw;
	}
	#mentors .mentors-box .name-box{
		padding: 10px 5%;
		margin-top: 10px;
	}
	#mentors .mentors-box .name-box .name {
		font-size: 4.5vw;
	}
	#mentors .mentors-box .name-box .name span {
		font-size: 3.5vw;
	}
	#mentors .mentors-box .name-box .job {
		font-size: 2.5vw;
	}
	#mentors .mentors-box .catch {
		font-size: 4.5vw;
		padding: 15px 7% 0;
	}
	#mentors .mentors-box .lead-box {
		font-size: 1.7rem;
	}
	#mentors .mentors-box.comingsoon{ /* comingsoon */
		font-size: 1.7rem;
	}
}
@media screen and (min-width: 1024px) {
	#mentors {
		padding: 100px 0 120px;
	}
	#mentors .mentors-ttl {
		margin-bottom: 60px;	
	}
	#mentors .mentors-ttl .ttl {
		font-size: 6.6rem;
		margin-bottom: 20px;	
	}
	#mentors .mentors-ttl .ttl::after {
		height: 10px;
	}
	#mentors .mentors-ttl .sub {
		font-size: 2.2rem;
	}
	#mentors #mentors__inner {
		width: 94%;
		max-width: 1120px;
	}
	#mentors .mentors-box{
		padding: 12px 0;
		display: -webkit-flex;
    	display: flex;
	}	
	#mentors .mentors-box .pht{
		width: 26%;
	}
	#mentors .mentors-box .name-box__wrapper{
		width: 100%;
	}
	#mentors .mentors-box .name-box{
		background: #0e1f3d;
		color: #fff;
		padding: 10px 3% 15px 7%;
		margin-top: 0;
		line-height: 1.6;
		width: auto;
		min-width: 460px;
		display: inline-block;
		box-sizing: border-box;
	}
	#mentors .mentors-box .name-box .name {
		font-size: 3.4rem;
	}
	#mentors .mentors-box .name-box .name span {
		font-size: 2.8rem;
	}
	#mentors .mentors-box .name-box .job {
		font-size: 1.4rem;
	}
	#mentors .mentors-box .catch {
		font-size: 2.4rem;
		padding: 3% 7%;
	}
	#mentors .mentors-box .lead-box {
		width: 74%;
		font-size: 1.4rem;
		padding: 3% 0 0;
	}
	#mentors .mentors-box .lead {
		padding: 0 7%;
	}
	#mentors .mentors-box.comingsoon{ /* comingsoon */
		font-size: 2.4rem;
		padding: 70px 5%;
	}
}