@charset "UTF-8";
/*-------------------------------------先輩社員インタビュー*/
.interview {
	overflow-x: hidden;
}
.interview  .interview_box_wrap .interview_box {
	margin-bottom: 80px;
}
.interview  .interview_box_wrap .interview_box a {
	display: block;
	width: 100%;
	position: relative;
}
.interview  .interview_box_wrap .interview_box .interview_box_inner {
	width: 100%;
	min-height: 500px;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}
.interview  .interview_box_wrap .interview_box .interview_box_inner img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
	transition: .3s;
}
.interview  .interview_box_wrap .interview_box.interview01 .interview_box_inner img {
	object-position: 55%;
}
.interview  .interview_box_wrap .interview_box.interview02 .interview_box_inner img {
	object-position: 49%;
}
.interview  .interview_box_wrap .interview_box:hover .interview_box_inner img {
	transform: scale(1.05);
}
.interview  .interview_box_wrap .interview_box .interview_box_inner .textbox {
	padding: 3em 3em 0 3em;
	background-color: #ffffff;
	border-radius: 30px 0 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
}
.interview  .interview_box_wrap .interview_box .interview_box_inner .textbox .name {
	font-size: 2.4rem;
	font-weight: 600;
}
.interview  .interview_box_wrap .interview_box .interview_box_inner .textbox .job {
	font-weight: 600;
}
.interview  .interview_box_wrap .interview_box .interview_box_inner .textbox .btn_link {
	margin: 2em 0 0 auto;
}
.interview  .interview_box_wrap .interview_box:hover .interview_box_inner .textbox .btn_link {
	background-position: 100% 50%;
}
@media screen and (max-width: 767px) {
	.company .profile .company_box .dl_company {
		flex-direction: column;
	}
	.company .profile .company_box .dl_company dt {
		width: 100%;
		font-weight: 600;
		border-bottom: none;
		border-top: 1px solid #ff8a52;
	}
	.company .profile .company_box .dl_company dd {
		width: 100%;
		padding: 0 0 1em 1em;
		border-bottom: none;
	}
}

/*------------------個人ページ*/
.interview_kv {
	width: 100%;
	position: relative;
	padding-top: 80px;
}
.interview_kv .kv_inner {
	width: 96%;
	height: calc(90vh - 80px);
	min-height: 500px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	border-radius: 0 0 40px 40px;
}
.interview_kv .kv_inner > img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
}
.interview_kv .kv_inner .kv_textbox {
	width: 400px;
	padding: 3em;
	background-color: #ffffff;
	border-radius: 40px 0 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
}
.interview_kv .kv_inner .kv_textbox .kv_name {
	font-size: 3rem;
	font-weight: 600;
	margin-bottom: 0.5em;
}
.interview_kv .kv_inner .kv_textbox .kv_job {
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.interview_kv {
		padding-top: 60px;
	}
	.interview_kv .kv_inner {
		height: calc(80vh - 60px);
		min-height: 500px;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		border-radius: 0 0 40px 40px;
	}
	.interview_kv.interview01 .kv_inner > img {
		object-position: 55%;
	}
	.interview_kv.interview02 .kv_inner > img {
		object-position: 50%;
	}
	.interview_kv .kv_inner .kv_textbox {
		width: auto;
		min-width: 260px;
		padding: 2em 0 2em 2em;
	}
	.interview_kv .kv_inner .kv_textbox .kv_name {
		font-size: 2.4rem;
	}
	.interview_kv .kv_inner .kv_textbox .kv_job {
		font-weight: 600;
	}
}

.interview_contents {
	overflow: hidden;
}
.interview_contents .qa {
	margin-bottom: 80px;
}
.interview_contents .qa .q_box {
	padding-left: 15px;
	border-left: 7px solid #ff4b1e;
	margin-bottom: 3em;
}
.interview_contents .qa .q_box .q_num {
	font-weight: 700;
	letter-spacing: 1px;
	color: #ff4b1e;
	line-height: 1.6;
	margin-bottom: 0.5em;
}
.interview_contents .qa .q_box .q_title {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.6;
}
.interview_contents .qa .answer_box {
	width: calc(100% - 200px);
	margin-left: auto;
}
.interview_contents .qa .answer_box figure {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
	margin-top: 2em;
}
.interview_contents .qa .answer_box figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
	border-radius: 30px;
}
.interview_contents .btn_link {
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.interview_contents .qa {
		margin-bottom: 60px;
	}
	.interview_contents .qa .q_box {
		margin-bottom: 2em;
	}
	.interview_contents .qa .q_box .q_title {
		font-size: 2.6rem;
	}
	.interview_contents .qa .answer_box {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.interview_contents .qa {
		margin-bottom: 50px;
	}
	.interview_contents .qa .q_box .q_title {
		font-size: 2.2rem;
	}
}


