@charset "UTF-8";

/* ===============================================
  interview
=============================================== */
main h2 {
  color: var(--color-primary);
}
@media (min-width: 768px) {
	.sec01 img,
	.sec02 img,
	.sec03 img,
	.sec04 img,
	.sec05 img,
	.sec06 img,
	.sec07 img,
	.sec08 img {
		display: block;
		width: 90%;
		max-width: 90%;
		height: auto;
		margin-inline: auto;
	}
}

/* ==============================
  interview-mv（インタビュー MV）
============================= */
.interview-mv {
	width: 100%;
	background: linear-gradient(135deg, #fcf9ee 0%, #dbeff9 100%);
}
.interview-mv__inner {
	width: 100%;
}
.interview-mv__layout {
	position: relative;
	width: 100%;
}
.interview-mv__col {
	position: relative;
	width: 100%;
	margin-inline: auto;
}
.interview-mv__text {
	position: absolute;
	left: 0;
	top: 42%;
	z-index: 2;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: clamp(1em, 2.5vw, 2em);
	text-align: left;
	transform: translateY(-50%);
	min-width: 0;
}
.interview-mv__badge {
	display: inline-block;
	margin: 0;
	padding: 0.35em 2em;
	font-weight: 700;
	line-height: 1.4;
	color: var(--color-white);
	background-color: var(--color-primary);
}
.interview-mv__lead {
	margin: 0;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: var(--color-text);
}
.interview-mv__meta {
	margin: 0;
	font-weight: 500;
	line-height: 1.5;
	color: var(--color-text);
	opacity: 0.85;
}
.interview-mv__figure {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-width: 0;
}
.interview-mv__img-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.interview-mv__img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.interview-mv__col {
		width: 92%;
	}
	.interview-mv__lead {
		font-size: clamp(2.3rem, 2.8vw, 4.7rem);
	}
}

@media (max-width: 767px) {
	.interview-mv__text {
		position: relative;
		left: auto;
		top: auto;
		z-index: 2;
		transform: translateY(10px);
		width: 92%;
		max-width: none;
		margin-inline: auto;
		margin-bottom: -30px;
		padding-top: clamp(1.75rem, 9vw, 2em);
		padding-bottom: 0;
		min-height: min(42svh, 22rem);
		justify-content: flex-start;
	}
	.interview-mv__figure {
		width: 100%;
	}
	.interview-mv__lead {
		font-size: clamp(1.8rem, 6.5vw, 2.5rem);
	}
}
@media (max-width: 767px) {
	body.interview04 .interview-mv {
		background: var(--color-white);
	}
}

@media (min-width: 768px) {
	body.interview04 .interview-mv {
		background-color: var(--color-white);
		background-image: url('../interview04/img/img_mv.jpg');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	body.interview04 .interview-mv__inner,
	body.interview04 .interview-mv__layout,
	body.interview04 .interview-mv__col {
		height: 100%;
		min-height: 100%;
	}

	body.interview04 .interview-mv__figure {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 959px) {
	body.interview04 .interview-mv {
		min-height: 400px;
		aspect-ratio: auto;
		background-size: cover;
		background-position: center center;
	}
	body.interview04 .interview-mv__col {
		min-height: 350px;
	}
	body.interview04 .interview-mv__text {
		top: 52%;
		transform: translateY(-50%);
	}
}
@media (min-width: 960px) {
	body.interview04 .interview-mv {
		aspect-ratio: 1921 / 700;
	}
}

/* ==============================
  message
============================= */
section.message {
  margin-top: 2em;
}
@media (min-width: 768px) {
  section.message {
    margin-top: 4em;
  }
}
.message__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.message__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.message__item--img{
  margin-top: 2em;
  width: 50%;
}

@media (min-width: 768px) {
	.message__container {
		flex-direction: row;
    gap: 3em;
	}
  .message__item {
    width: 70%;
  }
  .message__item--img{
    width: 30%;
    margin-top: 0;
  }
}

/* ==============================
  interview-nav（前後インタビュー）
============================= */
.interview-nav {
	padding: 5em 0 5em;
}
.interview-nav__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.2em;
	flex-wrap: wrap;
}
.interview-nav__link {
	display: inline-flex;
	align-items: center;
	gap: 0.65em;
	max-width: 100%;
	color: var(--color-text);
	font-weight: 700;
	font-size: 1em;
	line-height: 1.5;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.interview-nav__link:hover {
	opacity: 0.85;
}

.interview-nav__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 1.15em;
	height: 1.15em;
	font-size: 1.221em;
	border-radius: 50%;
	background-color: var(--color-primary);
	color: var(--color-white);
}

.interview-nav__symbol {
	font-size: 0.72em;
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
	line-height: 1;
}

@media (max-width: 767px) {
	.interview-nav__container {
		flex-direction: column;
		align-items: stretch;
	}

	.interview-nav__link--prev {
		justify-content: flex-start;
	}

	.interview-nav__link--next {
		justify-content: flex-end;
	}
}

@media (min-width: 768px) {
	.interview-nav__icon {
		font-size: 1.54em;
	}
}
