@charset "UTF-8";

.page-title_container {
	display: block;
	max-width: 1000px;
	margin: auto;
}
.page-title_container .en-title {
	color: #142b8b;
	font-family: "Noto serif JP";
	font-weight: 300;
	font-size: 18px;
}

.page-title_container .ja-title {
	font-weight: 700;
	font-size: 32px;
}

.first-view_container {
	position: relative;
	margin-bottom: 85px;
}

.first-view-item {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	flex-direction: column;
}
.staff-movie {
	max-width: 1100px;
	width: 100%;
	margin-left: auto;
}

.first-view-item {
	position: relative;
	max-width: 1000px;
	margin: auto;
}
.comment-text-design {
	position: relative;
}

.comment_text {
	display: inline;
	position: relative;
	z-index: 1;
	background: linear-gradient(transparent 96%, #142b8b 0%);
	color: #142b8b; /* テキストの色を画像の青に */
	font-weight: bold; /* 文字を太くする */
	font-size: clamp(2rem, -4.568rem + 13.68vw, 4.438rem); /* テキストのサイズを適宜設定 */
	line-height: clamp(2.75rem, -6.345rem + 18.95vw, 6.125rem);
	letter-spacing: 0.05em;
}

.comment_text_back {
	position: absolute;
	z-index: 0;
	color: #142b8b; /* テキストの色を画像の青に */
	font-weight: bold; /* 文字を太くする */
	font-size: clamp(2rem, -4.568rem + 13.68vw, 4.438rem); /* テキストのサイズを適宜設定 */
	line-height: clamp(2.75rem, -6.345rem + 18.95vw, 6.125rem);
	letter-spacing: 0.05em;

	inset: 0;

/* 追加 */
	-webkit-text-stroke: 5px #ffffff;
}

.name_wrap {
	display: flex;
	font-weight: bold;
	column-gap: 1em;
	align-items: baseline;
}
.category {
	font-size: clamp(0.875rem, -0.809rem + 3.51vw, 1.5rem);
}

.name {
	font-size: clamp(1.313rem, -2.224rem + 7.37vw, 2.625rem);
	letter-spacing: 0.05em;
}

.interview-list {
	display: flex;
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	flex-direction: column;
	counter-reset: number;

	row-gap: 40px;
}

.interview-item {
	display: flex;
	width: 100%;
	column-gap: 10px;
	justify-content: space-between;
	align-items: center;

	row-gap: 15px;
}
.interview-item:nth-of-type(odd) {
	max-width: 950px;
	width: 100%;
	margin-right: auto;
}
.interview-content {
	display: flex;
	width: 100%;
	flex-direction: column;
}

.question {
	display: flex;
	color: #142b8b;
	font-size: clamp(1.313rem, -0.54rem + 3.86vw, 2rem);
	align-items: center;
}
@media screen and (min-width: 768px) {
	.container {
		background-image: url(../images/staff_bg-1.webp);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 3840px 3580px;
	}
	.main_container {
		padding-bottom: 100px;
	}
	.page-title_container {
		width: 95%;
		margin-bottom: 25px;
	}

	.first-view_container {
		margin-bottom: 85px;
	}
	.first-view-item {
		width: 95%;
	}
	.first-view-position {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.comment_text {
		letter-spacing: 0.05em;
	}
	.comment_text_back {
		letter-spacing: 0.05em;
	}
	.name_wrap {
		width: 300px;
		margin-top: 80px;
		padding: 12px 15px;
		background-color: #142b8b;
		color: #ffffff;
		flex-direction: column;
	}

	.interview-list {
		width: 95%;
		margin-bottom: 100px;

		row-gap: 40px;
	}

	.interview-item:nth-of-type(even) {
		flex-direction: row-reverse;
	}
	.interview-content {
		max-width: 470px;

		row-gap: 15px;
	}
	.interview-item:nth-of-type(odd) .question::after , .interview-item:nth-of-type(even) .question::before {
		width: clamp(2.188rem, -1.181rem + 7.02vw, 3.438rem);
		height: 1px;
		background-color: #142b8b;
		content: "";
	}
	.interview-item:nth-of-type(even) .question {
		column-gap: 10px;
	}
}
@media screen and (max-width: 767px) {
	.main_container {
		padding-bottom: 50px;
	}
	.page-title_container {
		width: 100%;
		margin-bottom: 25px;
		padding: 0 20px;
	}
	.first-view_container {
		margin-bottom: 20px;
	}
	.first-view-item {
		width: 100%;
		padding: 0 20px;
	}
	.first-view-position {
		margin-top: -75px;
	}
	.comment_text {
		letter-spacing: 0.04em;
	}
	.comment_text_back {
		letter-spacing: 0.04em;
	}
	.name_wrap {
		margin-top: 5px;
		color: #142b8b;
	}
	.interview-list {
		width: 100%;
		margin-bottom: 50px;
		padding: 0 20px;

		row-gap: 40px;
	}
	.interview-item {
		flex-direction: column;
	}
	.interview-content {
		row-gap: 5px;
	}
	.question {
		column-gap: 5px;
	}
	.interview-item .question::after {
		width: clamp(2.188rem, -1.181rem + 7.02vw, 3.438rem);
		height: 1px;
		background-color: #142b8b;
		content: "";
	}
}






.question h4 {
	display: flex;
	font-weight: bold;
	word-break: keep-all;
	column-gap: clamp(0.313rem, -1.372rem + 3.51vw, 0.938rem);
	align-items: center;
}
.question h4::before {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(2.188rem, -1.181rem + 7.02vw, 3.438rem);
	content: counter(number);
	counter-increment: number;
}

.interview-content-img {
	max-width: 420px;
	width: 100%;

}
.interview-content-img img {
	width: 100%;
	height: 100%;
	aspect-ratio: 7/5;
}
.answer {
	font-weight: 500;
	font-size: 15px;
	line-height: 27px;
	text-align: justify;
}
