@charset "utf-8";

.interview #logo img.logo_black {
    opacity: 1;
}

#recruit_interview{
	background: #FAF8F6;
	padding-bottom:110px;
}

.interview_h{
	padding:210px 0 90px 0;
}

.interview_h_txt{
	max-width:1240px;
	padding:0 20px;
	margin:0 auto;
}

.interview_h_txt h1{
	font-size: 7.1rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.16;
    font-style: italic;
	margin:0 0 40px 0;
	padding:0;
}
.interview_h_txt h1 .txt_red {
    color: #E63944;
}
.interview_h_txt h1 .txt_green {
    color: #068C6F;
}
.interview_h_txt p{
	max-width:600px;
	font-size:1.6rem;
	line-height: 1.875;
	letter-spacing:0.05em;
	margin-bottom:0;
}


.interview_catch_h{
	position:relative;
	z-index: 1;
}

.interview_catch_area{
	height:640px;
}

.interview_catch_txt_in{
	/*position: relative;*/
	position: absolute;
	bottom: 0;
    left: 0;
    right: 0;
	max-width:1240px;
	width: 100%;
	padding:0 20px;
	margin:0 auto;
	z-index: 1;
}


.interview_catch_txt_in h2{
	font-size: 6.0rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.69;
	color:#fff;	
	margin:0;
	padding:0;
}
.interview_catch_txt_in h2:after{
	content:none;
}
.interview_catch_txt_in h2 span{
	display:inline-block;
	margin-bottom:10px;
	padding:0 20px;
	background:#068C6F;
}
.interview_catch_txt_in p{
	font-size:2.0rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1.6;
	margin-bottom:20px;
	color:#fff;
}

.interview_catch_img{
	position:absolute;
	width:88%;
	height:100%;
	left:0;
	top:0;
	z-index:-1;
}
.interview_catch_img:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, transparent 0 60%, #333 100%);
	border-radius:0 20px 20px 0;
}
.interview_catch_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:0 20px 20px 0;
}


.interview_catch_h.person_02{
	margin-top:100px;
}
.interview_catch_h.person_02 .interview_catch_txt_in{
	text-align:right;
}
.interview_catch_h.person_02 .interview_catch_img{
	left:unset;
	right:0;
}
.interview_catch_h.person_02 .interview_catch_img img{
	border-radius:20px 0 0 20px;
}



.interview_q_area{
	max-width: 1240px;
	padding: 0 20px;
    margin: 0 auto;
}

.interview_q_item{
	max-width:1000px;
}
.interview_q_item.item_01{
	margin-right:auto;
}
.interview_q_item.item_02{
	margin:auto;
}
.interview_q_item.item_03{
	margin-left:auto;
}
.interview_q_item.item_04{
	max-width:100%;
}

.interview_q_area h3{
	position:relative;
	font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
	margin:40px 0 25px 0;
	padding-left:43px;
	color:#068C6F;
}
.interview_q_area h3:before{
	content: 'Q';
    position: absolute;
	left:0;
	top:-15px;
    /*font-family: "Poppins", sans-serif;*/
	font-size: 3.5rem;
    font-weight: 500;
	line-height:1.5;
	color:#068C6F;
}

.interview_a_box{
	padding:30px 40px;
	border-radius:20px;
	background:#fff;
}


.interview_a_box p{
	font-size:2.0rem;
	letter-spacing:0.05em;
	line-height:1.75;
	margin:0;
}


.recruit_entry_btn{
	margin-top:120px;
}
.recruit_entry_btn a{
	/*display:flex;
	flex-direction: column;
    align-items: center;*/
	display:block;
	max-width:720px;
	width:100%;
	color:#fff;
	border-radius:20px;
	background:#0BAC89;
	border:2px solid #0BAC89;
	text-decoration:none;
	margin:0 auto;
	padding:40px 78px 45px 78px;
	transition: all .3s ease;
}

.recruit_entry_btn a:hover{
	color:#0BAC89;
	background:#FAF8F6;
}

.entry_btn_txt{
	position:relative;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom:20px;
}
.entry_btn_txt:after{
	content:"";
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	width:100%;
	height:5px;
	border-radius: 20px;
	background:#fff;
	transition: all .3s ease;
}
.recruit_entry_btn a:hover .entry_btn_txt:after{
	background:#0BAC89;
}

.entry_btn_txt .entry_btn_en{
	font-family: "Poppins", sans-serif;
    display: inline-block;
    font-size: 5.0rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
	margin-right:35px;
}
.entry_btn_txt .entry_btn_jp{
	 display: inline-block;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
}

.recruit_entry_btn p{
	font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
	margin-bottom:0;
}



@media screen and (max-width:767px) {
	#recruit_interview{
		padding-bottom:70px;
	}

	.interview_h{
		padding:100px 0 40px 0;
	}
	.interview_h_txt h1{
		font-size:3.5rem;
		margin-bottom:25px;
	}
	.interview_h_txt p{
		font-size:1.4rem;
	}
	
	
	.interview_catch_area{
		height:350px;
	}
	.interview_catch_txt_in h2{
		font-size:2.4rem;
	}
	.interview_catch_txt_in h2 span{
		padding:0 13px;
		margin-bottom:10px;
	}
	.interview_catch_txt_in p{
		font-size:1.6rem;
		margin-bottom:15px;
	}
	.interview_catch_img{
		width:calc(100% - 20px);
	}
	
	
	
	.interview_q_area h3{
		font-size:1.6rem;
		margin:30px 0 20px 0;
		padding-left:30px;
	}
	.interview_q_area h3:before{
		font-size:2.6rem;
		top:-10px;
	}
	.interview_a_box{
		padding:20px;
	}
	.interview_a_box p{
		font-size:1.5rem;
	}
	
	.interview_catch_h.person_02{
		margin-top:60px;
	}
	
	
	.recruit_entry_btn{
		margin-top:60px;
		padding:0 20px;
	}
	.recruit_entry_btn a{
		padding:20px 20px 25px 20px;
	}
	
	.entry_btn_txt{
		flex-direction: column;
		padding-bottom:15px;
		margin-bottom:15px;
	}
	
	.entry_btn_txt .entry_btn_en{
		font-size:2.8rem;
		margin-right:0;
	}
	.entry_btn_txt .entry_btn_jp{
		font-size:1.6rem;
	}
	
	.recruit_entry_btn p{
		font-size:1.4rem;
	}
	
	
}