@charset "UTF-8";

:root {
	--bg-color--primary: #ffffff;
}


body {
	background-color: var(--bg-color--primary);
}

.main_container {
	position: relative;
	padding-top: 120px;
	background-image: url(../images/interview_bg.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: -25%;
	background-size: 2757px 4542px;
}

.main_container::before {
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	content: "";

	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	inset: 0;
}

.background_container {
	position: relative;
	z-index: 1;
	background-image: url(../images/interview-inner_bg.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: -25%;
	background-size: 1823px 4325px;
}

.interview-visual_container {
	position: relative;
	z-index: 2;
	max-width: 1600px;
	width: 95%;
	margin: auto;
}

.interview-visual_img {
	max-width: 1385px;
	width: 90%;
	min-height: 385px;
	height: 100%;
	margin-left: auto;
	border-radius: 20px;

	object-fit: cover;
}
@media screen and (min-width: 768px) {
	.interview-visual_img {
		min-height: 450px;
	}
}

.interview-info_wrap {
	display: flex;
	position: absolute;
	bottom: clamp(3.125rem, -0.801rem + 8.18vw, 7.813rem);
	bottom: clamp(3.125rem, -0.801rem + 8.18vw, 7.813rem);
	left: 0;
	color: initial;
	flex-direction: column;
}

.interview-name {
	width: clamp(7.188rem, 2.215rem + 10.36vw, 13.125rem);
	margin-left: 28px;
	padding: 8px 0;
	border-radius: 20px 20px 0 0;
	color: #ffffff;
	font-size: 1.3125em;
	font-size: clamp(0.938rem, 0.623rem + 0.65vw, 1.313rem);
	text-align: center;
}

.interview-info_text {
	display: flex;
	flex-direction: column;

	row-gap: 14px;
}

.interview-info_text span {
	display: inline-flex;
	width: fit-content;
	padding: 10px 36px;
	border-radius: 20px;
	background-color: #ffffff;
	font-weight: 900;
	font-size: 3.3125em;
	font-size: clamp(1.063rem, -0.822rem + 3.93vw, 3.313rem);
}

@media screen and (max-width: 1550px) {
	/*.interview-info_wrap {
		bottom: 45px;
	}*/
}

@media screen and (max-width: 1300px) {
	.background_container {
		background-repeat: repeat-y;
		background-size: contain;
	}

	.interview-visual_container {
		width: 95%;
	}

	/*.interview-info_wrap {
		bottom: 25px;
	}*/

	/*.interview-name {
		width: 210px;
	}*/

	.interview-info_text span {
		padding: 7px 24px;
		/*font-size: 2.25em;*/
	}
}

@media screen and (max-width: 767px) {
	.main_container {
		padding-top: 96px;
		background-image: url(../images/interview_bg-sp.png);
		background-repeat: repeat-y;
		background-position-x: center;
		background-position-y: -15%;
		background-size: 130%;
	}

	.main_container::before {
		backdrop-filter: blur(28px);
		-webkit-backdrop-filter: blur(28px);
	}

	.background_container {
		background-image: url(../images/interview-inner_bg-sp.png);
		background-repeat: repeat-y;
		background-position-y: -4%;
		background-size: contain;
	}

	.interview-info_wrap {
		bottom: 18px;
	}

	.interview-info_text {
		row-gap: 8px;
	}

	.interview-name {
		width: 125px;
		padding: 6px 0;
		font-size: 1em;
	}

	.interview-info_text span {
		padding: 5px 15px;
		/*font-size: 1.25em;*/
	}
}

@media screen and (max-width: 550px) {
	.interview-visual_container {
		width: 100%;
	}

	.interview-visual_img {
		position: relative;
		right: -20px;
		height: 470px;

		object-fit: cover;
		object-position: 50%;
	}

	.interview-info_wrap {
		bottom: 24px;
		left: 16px;
	}

	.interview-name {
		width: 115px;
		font-size: 0.875rem;
	}

	.interview-info_text span {
		padding: 5px 15px;
		font-size: 15px;
	}
}

.interview-content_container {
	position: relative;
	z-index: 2;
	margin-top: 90px;
}

.interview-content-flex {
	display: flex;
}

.interview-content-flex#question_1 {
	max-width: 1616px;
	width: 90%;
	margin: auto;
	column-gap: clamp(1.25em, -19em + 24vw, 5em);
	justify-content: flex-end;
	align-items: center;
}

.interview-content-flex.interview-no-img {
	max-width: 1170px;
	width: 90%;
	margin: auto;
	margin-top: 112px;
	justify-content: space-between;
	align-items: center;
}

.interview-content-flex.left-img {
	max-width: 1616px;
	width: 90%;
	margin: auto;
	column-gap: 80px;
	justify-content: flex-start;
	align-items: center;
}

.interview-content-flex#question_4 {
	margin-top: 192px;
	margin-bottom: 100px;
}

.interview-img {
	max-width: clamp(39.125em, -28.375em + 80vw, 51.625em);
	width: 100%;
	border-radius: 20px;
}

.interview-text-content {
	max-width: 572px;
	width: 100%;
}

.interview-question {
	display: flex;
	position: relative;
	font-size: 1.875em;
	line-height: 2;
}

.interview-question::before {
	content: "Q.";
}

.interview-question_2 {
	display: flex;
	position: relative;
	font-size: 1.875em;
	line-height: 2;
}

.interview-question_2::before {
	content: "Q.";
}

.interview-answer {
	margin-top: 22px;
	font-weight: 400;
	font-size: 1.1875em;
	line-height: 1.9;
}

.interview-answer_2 {
	max-width: 572px;
	width: 100%;
	font-weight: 400;
	font-size: 1.1875em;
	line-height: 1.9;
}

.interview-middle_img {
	max-width: 1375px;
	width: 90%;
	margin: 178px auto 178px auto;
	border-radius: 20px;
}

.staff_interview-container {
	max-width: 890px;
	width: 90%;
	margin: auto;
	margin-top: 163px;
}

.staff_interview-container h2 {
	margin-bottom: 22px;
	font-size: 2.25em;
	text-align: center;
}

.staff_interview-container iframe {
	width: 100%;
	background-color: #000101;

/*aspect-ratio: 178 / 109;*/

	aspect-ratio: 16/9;
}

.bottom-link-area {
	padding: 43px 0;
	background-color: #006252;
}
@media screen and (min-width: 768px) {
	.bottom-link-area {
		margin-top: 100px;
	}
}
@media screen and (max-width: 767px) {
	.bottom-link-area {
		margin-top: 50px;
	}
}

.link-bg_container {
	max-width: 1920px;
	margin: auto;
	background-image: url(../images/area-inner-logo.png);
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: 90%;
	background-size: 435px;
}

.bottom-link-inner {
	max-width: 815px;
	width: 90%;
	margin: auto;
	padding: 38px 0;
	border-radius: 20px;
	background-color: #ffffff;
}

.inner-text {
	margin-bottom: 26px;
	font-size: 1.1875em;
	line-height: 2;
	text-align: center;
}

.inner-text span {
	position: relative;
	z-index: 2;
}

.inner-text span::after {
	position: absolute;
	bottom: -4px;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	width: 102%;
	height: 20px;
	background-color: #ffeb00;
	content: "";
}

.inner-link-button {
	display: block;
	max-width: 90%;
	width: 526px;
	margin: auto;
	padding: 30px 0;
	border: 5px solid #ff9300;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #ff9300;
	color: #ffffff;
	text-align: center;
	transition: all 0.4s;
}

.inner-link-button:hover {
	background-color: #ffffff;
	color: #ff9300;
}

.link-text-flex {
	display: flex;
	font-weight: 700;
	font-size: 2.25em;
	letter-spacing: 5px;
	column-gap: 12px;
	justify-content: center;
	align-items: center;
}

.pdf-link-icon {
	max-width: 42px;
}

.link-text-small {
	font-weight: 700;
	font-size: 1.1875em;
	letter-spacing: 5px;
	transition: all 0.4s;
}

.inner-link-button:hover .link-text-small {
	color: #ff9300;
}

.icon-Icon_bg:before {
	transition: all 0.4s;
}

.inner-link-button:hover .icon-Icon_bg:before {
	color: #ff9300;
}

@media screen and (max-width: 1300px) {
	.interview-img {
		max-width: clamp(26.25rem, -27.825rem + 82.4vw, 39.125rem);
	}

	.interview-content-flex.interview-no-img {
		column-gap: 16px;
	}

	.interview-question {
		font-size: clamp(1.438em, -0.4em + 2.8vw, 1.875em);
	}

	.interview-question_2 {
		font-size: clamp(1.438em, -0.4em + 2.8vw, 1.875em);
	}

	.interview-answer {
		margin-top: 14px;
		font-size: clamp(1em, 0.213em + 1.2vw, 1.188em);
	}

	.interview-answer_2 {
		max-width: 420px;
		font-size: clamp(1em, 0.213em + 1.2vw, 1.188em);
	}
}

@media screen and (max-width: 1000px) {
	.interview-content_container {
		margin-top: 40px;
	}

	.interview-content-flex.interview-no-img {
		margin-top: 52px;
	}

	.interview-img {
		max-width: clamp(19.375em, -8.125em + 55vw, 26.25em);
	}

	.interview-question {
		font-size: clamp(1.25em, 0.5em + 1.5vw, 1.438em);
	}

	.interview-middle_img {
		margin: 78px auto 78px auto;
	}
}

@media screen and (max-width: 767px) {
	.interview-content-flex#question_1 {
		width: 90%;
		flex-direction: column;
		align-items: flex-start;

		row-gap: 16px;
	}

	.interview-content-flex#question_4 {
		margin-bottom: 60px;
	}

	.interview-content-flex.interview-no-img {
		width: 90%;
		flex-direction: column;
		align-items: flex-start;
	}

	.interview-text-content {
		max-width: 100%;
		width: 100%;
	}

	.interview-question {
		font-size: clamp(1.125em, 0.948em + 0.63vw, 1.25em);
		text-shadow: -1px -1px 0 #ffffff,
		1px -1px 0 #ffffff,
		-1px 1px 0 #ffffff,
		1px 1px 0 #ffffff;
	}

	.interview-question_2 {
		font-size: clamp(1.125em, 0.948em + 0.63vw, 1.25em);
		text-shadow: -1px -1px 0 #ffffff,
		1px -1px 0 #ffffff,
		-1px 1px 0 #ffffff,
		1px 1px 0 #ffffff;
	}

	.interview-answer {
		width: 90%;
		margin-top: 8px;
		margin-right: auto;
		font-size: clamp(0.938em, 0.76em + 0.63vw, 1.063em);
		text-shadow: -1px -1px 0 #ffffff,
		1px -1px 0 #ffffff,
		-1px 1px 0 #ffffff,
		1px 1px 0 #ffffff;
	}

	.interview-answer_2 {
		max-width: 100%;
		width: 90%;
		margin-top: 8px;
		margin-right: auto;
		font-size: clamp(0.938em, 0.76em + 0.63vw, 1.063em);
		text-shadow: -1px -1px 0 #ffffff,
		1px -1px 0 #ffffff,
		-1px 1px 0 #ffffff,
		1px 1px 0 #ffffff;
	}

	.interview-img {
		max-width: clamp(19.375em, 6.954em + 44.16vw, 28.125em);
	}

	.interview-content-flex#question_1 .interview-img {
		position: relative;
		left: -40px;
	}

	.interview-content-flex#question_4 {
		margin-top: 36px;
		flex-direction: column;
		align-items: flex-start;

		row-gap: 43px;
	}

	.interview-content-flex#question_4 .interview-img {
		position: relative;
		right: -40px;
		margin-left: auto;
	}

	.staff_interview-container {
		margin-top: 60px;
	}

	.staff_interview-container h2 {
		margin-bottom: 19px;
		font-size: 1.1875em;
	}

	.bottom-link-area {
		padding: 24px 0;
	}
	.bottom-link-inner {
		padding: 20px 0;
	}
	.inner-text {
		margin-bottom: 8px;
		font-size: 0.9375em;
	}
	.inner-text span::after {
		height: 12px;
	}
	.inner-link-button {
		max-width: 80%;
		padding: 20px 0;
	}
	.link-text-flex {
		font-size: 1.1875em;
	}
	.pdf-link-icon {
		max-width: 32px;
	}
	.link-text-small {
		font-size: 0.9375em;
	}
}

@media screen and (max-width: 550px) {
	.interview-content_container {
		margin-top: 50px;
	}

	.interview-content-flex.interview-no-img {
		margin-top: 42px;
	}

	.interview-answer {
		width: 100%;
	}

	.interview-answer_2 {
		width: 100%;
	}

	.interview-middle_img {
		height: 192px;
		margin: 40px auto 40px auto;

		object-fit: cover;
	}
}
