@charset "UTF-8";

.interview_text {
	margin-bottom: 50px;
	text-align: center;
}

.anchor_wrap {
	margin-bottom: 150px !important;
}

.anchor_wrap a p {
	font-size: 14px;
}

.anchor_wrap a p span {
	font-size: 18px;
}

.interview_body {
	position: relative;
	margin: -160px 0 220px;
	padding-top: 160px;
}

.interview_body::before {
	content: "";
	position: absolute;
	top: 80px;
	right: 0;
	width: 960px;
	height: 100%;
	background: #fefbe5;
}

.interview_body.-right::before {
	left: 0;
	height: 100%;
}

.interview_body:first-child::before {
	height: 970px;
}

.interview_body:nth-child(4)::before,
.interview_body:nth-child(5)::before {
	height: 758px;
}

.interview_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.interview_wrap.u-inner {
	max-width: 1070px;
}

.interview_img {
	position: relative;
}

.interview_catch {
	position: absolute;
	bottom: 5%;
	left: 5%;
}

.interview_catch p {
	color: #ff671d;
	font-weight: bold;
	font-size: 20px;
	line-height: 2.5;
}

.interview_catch p span {
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0 9px;
	white-space: nowrap;
}

.interview_catch p span::before {
	content: "";
	position: absolute;
	bottom: 50%;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 2em;
	background: #ffffff;
	transform: translateY(50%);
}

.interview_cnt {
	max-width: 546px;
}

.interview_cnt_hd {
	position: relative;
	margin-bottom: 30px;
	padding: 0 0 30px 70px;
}

.interview_body.-right .interview_cnt_hd {
	padding: 0 70px 30px 0;
}

.interview_cnt_hd::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #f5d900;
}

.faculty {
	width: fit-content;
	margin-bottom: 10px;
	padding: 5px 10px;
	background: #ff671d;
	color: #ffffff;
}

#interview03 .faculty {
	background: #f5d900;
	color: #333333;
}

.person_name {
	margin-bottom: 10px;
	color: #ff671d;
	font-weight: bold;
}

.person_name span {
	margin-bottom: 10px;
	font-size: 25px;
}

.interview_txt {
	padding-left: 70px;
	line-height: 30px;
	;
}

.interview_body.-right .interview_txt {
	padding-right: 70px;
	padding-left: 0;
}

.interview_movie {
	position: relative;
	width: fit-content;
	width: 100%;
	max-width: 840px;
	height: 100%;
	margin: 100px auto 0;
	text-align: center;
	aspect-ratio: 560 / 315;
}

.interview_movie::after {
	content: "";
	position: absolute;
	top: -50px;
	right: -110px;
	width: 215px;
	height: 146px;
	background: url(/assets/img/interview/img-interview01-balloon@2x.png) no-repeat center/contain;
	background-size: cover;
}

.interview_movie iframe {
	position: relative;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:767px) {
	.anchor_wrap {
		margin-bottom: 50px !important;
	}

	.interview_text {
		padding: 0 16px;
	}

	.interview_wrap {
		flex-flow: column;
		gap: 20px;
	}

	.interview_body {
		margin: 0;
		padding: 50px 0;
	}

	.interview_body:first-child::before {
		height: 100%;
	}

	.interview_body.-right .interview_wrap {
		flex-flow: column-reverse;
	}

	.interview_body::before,
	.interview_body.-right::before {
		top: 0;
	}

	.interview_body::before,
	.interview_body.-right::before,
	.interview_body:nth-child(4)::before,
	.interview_body:nth-child(5)::before {
		width: 100%;
		height: 100%;
	}

	.interview_comment {
		width: 60%;
	}

	.interview_movie iframe {
		width: 90%;
	}

	.interview_movie::after {
		right: 10px;
		width: 125px;
		height: 86px;
	}

	.interview_cnt_hd {
		padding-left: 0;
	}

	.interview_body.-right .interview_cnt_hd {
		padding-right: 0;
	}

	.interview_txt {
		padding-left: 0;
	}

	.interview_body.-right .interview_txt {
		padding-right: 0;
	}

	.interview_movie {
		width: calc(100% - 40px);
		margin-top: 30px;
	}
}
