/* --- メインビジュアル --- */
.interview-single__mv-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1;
}

.interview-single__mv {
	position: relative;
	display: flex;
	align-items: flex-end;
	width: 100%;
	aspect-ratio: 1920/720;
	overflow: hidden;
}

.interview-single__mv-content {
	position: relative;
	width: 100%;
	padding: 50px 0px 45px;
	color: #fff;
	z-index: 2;
	max-width: 1100px;
	margin: 0 auto;
}

.interview-single__mv-content:before {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(57, 57, 57, 0.44) 50%, rgba(128, 128, 128, 1.0) 100%);
	width: 100vw;
	height: 100%;
}

.interview-single__mv-motivation h1 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 18px;
	letter-spacing: 0.05em;
	color: #363636;
}

.interview-single__mv-meta {
	display: flex;
	justify-content: flex-start;
	gap: 18px;
	font-size: 18px;
	flex-wrap: wrap;
}

.interview-single__mv-job,
.interview-single__mv-years,
.interview-single__mv-name {
	border-radius: 8px;
	/*     font-weight: 500; */
	/*     font-size: 18px; */
	font-weight: 700;
	font-size: 28px;
	color: #363636;
}

/* --- 本文 --- */
.interview-single {
	background: linear-gradient(180deg, #d6f0ff 0%, #ffe7c3 100%);
	padding: 0px 0 140px;
}

.interview-single__content {
	max-width: 1100px;
	width: 93%;
	margin: 0 auto 60px;
}

.interview-single__content h2 {
	font-size: 28px;
	font-weight: 700;
	margin: 40px 0 38px;
}

.interview-single__content h3 {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 33px;
}

.interview-single__content p {
	margin-bottom: 18px;
	line-height: 2;
}

/* --- 求職者へのメッセージ --- */
.interview-single__applicant-message {
	max-width: 1100px;
	width: 93%;
	margin: 60px auto 60px;
	padding: 0 20px;
}

.interview-single__applicant-message-inner {
	display: flex;
	align-items: flex-start;
	gap: 32px;
	margin-top: 18px;
	flex-wrap: nowrap;
}

.interview-single__applicant-message-img {
	flex: 0 0 495px;
	width: 495px;
	height: 270px;
	border-radius: 16px;
	overflow: hidden;
	background: #eaeaea;
	display: flex;
	align-items: center;
	justify-content: center;
}

.interview-single__applicant-message-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.interview-single__applicant-message-text {
	background: #fff;
	padding: 24px 28px;
	font-size: 1em;
	min-width: 260px;
	position: relative;
}

.interview-single__applicant-message-text:before {
	content: "";
	position: absolute;
	left: -18px;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: 18px solid transparent;
	border-right: 18px solid #fff;
	border-bottom: 0 solid transparent;
}

/* --- 他の社員はこちら --- */
.interview-single__others {
	max-width: 1100px;
	width: 93%;
	margin: 60px auto 0;
	padding: 0 0 60px;
}

.interview-single__others h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 24px;
}

.interview-single__others-list {
	/* ここはinterview-archive__listと同じデザインを流用 */
}

.interview-archive__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}

@media (max-width: 900px) {
	.interview-single {
		padding: 0;
	}

	/* 	.interview-single__mv {
	aspect-ratio: 4/6;
} */

	.interview-archive__list {
		grid-template-columns: 1fr;
	}

	.interview-single__applicant-message-inner {
		flex-direction: column;
		gap: 18px;
	}

	.interview-single__applicant-message-text:before {
		display: none;
	}

	.interview-single__applicant-message-img {
		margin: 0 auto;
		flex: initial;
		width: 100%;
		height: auto;
	}
}

/* --- カードデザイン（共通） --- */

/* --- 汎用レスポンシブ --- */
@media (max-width: 600px) {
	.interview-single__mv-bg img {
		height: 180px;
	}

	.interview-single__mv-motivation h1 {
		font-size: 20px;
	}

	.interview-single__mv-content {
		padding: 20px 8px 14px;
	}

	.interview-single__content,
	.interview-single__others,
	.interview-single__applicant-message {
		padding: 0 8px;
	}
}

/* --- 必要に応じて調整用 --- */
.interview-single__others-list.interview-archive__list {
	/* 他の社員カードだけ2カラム→1カラムにしたい場合はここで上書き */
}

.news-single {
	background: linear-gradient(180deg, #d6f0ff 0%, #ffe7c3 100%);
	padding-bottom: 80px;
}

.news-single__main {
	max-width: 900px;
	margin: 0 auto;
	padding: 60px 0 0;
}

.news-single__inner {
	width: 90%;
	margin: 0 auto;
}

.news-single__date {
	font-size: 16px;
	color: #888;
	margin-bottom: 18px;
}

.news-single__title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24px;
	line-height: 1.5;
}

.news-single__divider {
	border-bottom: 2px solid #333;
	margin: 0 0 36px 0;
}

.news-single__thumb {
	width: 100%;
	margin: 0 auto 24px;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-single__thumb.-message {
	align-items: flex-start;
}

.news-single__thumb img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.news-single__content {
	margin: 0 0 36px 0;
	font-size: 1em;
	line-height: 2;
}

.news-single__content.-message {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

@media screen and (max-width:768px){
	.news-single__content.-message {
		flex-direction: column;
		gap: 16px;
	}
	.news-single__thumb.-message {
		width: 60%;
	}
}

.news-single__back {
	text-align: center;
	margin-top: 40px;
}

.btn.btn-orange {
	display: inline-block;
	background: #f7941d;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	border: none;
	border-radius: 30px;
	padding: 16px 48px;
	text-decoration: none;
	transition: background 0.2s;
}

.btn.btn-orange:hover {
	background: #e07c00;
}
