/*--------------------------------------------------------------
# Student03 Page
# page-student03.php
# tokens / top-base は functions.php で先読み込み
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# ページ全体 + パンくず
--------------------------------------------------------------*/

body {
	padding: 0 !important;
}

.page-student03 {
	margin-top: -16px;
	max-width: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.page-student03 figure {
	margin: 0;
}

.page-student03 .sp-only {
	display: none !important;
}

@media (max-width: 768px) {
	.page-student03 .sp-only {
		display: block !important;
	}
}

.page-student03 .container {
	max-width: 1028px;
	width: 100%;
	margin: 0 auto;
	padding: 0 24px;
}

@media (max-width: 768px) {
	.page-student03 .container {
		max-width: 980px;
		width: 100%;
		padding: 0 24px;
	}
}

/* パンくず */

.page-student03 .breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0 8px;
	padding: 12px 2em;
	margin-bottom: 120px;
	background-color: var(--color-gray-bg);
	font-family: var(--font-family-primary);
	font-size: var(--font-size-xs);
	line-height: var(--line-height-normal);
	font-weight: var(--font-weight-bold);
	color: var(--color-gray-dark);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

@media (max-width: 768px) {
	.page-student03 .breadcrumb {
		margin-bottom: 64px;
	}
}

.page-student03 .breadcrumb::-webkit-scrollbar {
	display: none;
}

.page-student03 .breadcrumb a,
.page-student03 .breadcrumb span {
	white-space: nowrap;
}

.page-student03 .breadcrumb a {
	color: var(--color-gray-dark);
	text-decoration: none;
}

.page-student03 .breadcrumb a:hover {
	text-decoration: underline;
}

.page-student03 .breadcrumb span {
	color: var(--color-gray-dark);
	user-select: none;
}

/*--------------------------------------------------------------
# KV
--------------------------------------------------------------*/

.page-student03 .current-student-kv {
	position: relative;
	width: 100%;
}

.page-student03 .current-student-kv__image {
	width: 100%;
	line-height: 0;
}

.page-student03 .current-student-kv__image picture,
.page-student03 .current-student-kv__image img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

@media (max-width: 1440px) {
	.page-student03 .current-student-kv__image {
		height: 270px;
		overflow: hidden;
	}

	.page-student03 .current-student-kv__image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}

@media (max-width: 768px) {
	.page-student03 .current-student-kv__image {
		height: 160px;
	}
}

.page-student03 .current-student-kv__text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 4.8125rem;
	box-sizing: border-box;
}

.page-student03 .current-student-kv__title {
	margin: 0;
	display: flex;
	column-gap: 0.5rem;
	row-gap: 0.75rem;
	flex-wrap: wrap;
}

.page-student03 .current-student-kv__title-break {
	flex-basis: 100%;
	height: 0;
}

.page-student03 .current-student-kv__title.title-animation .title-contact-text {
	opacity: 0;
}

.page-student03 .current-student-kv__title.title-animation.appeartext .title-contact-text {
	animation: text_anime_on 1s ease-in-out forwards;
}

.page-student03 .current-student-kv__title .title-contact-text {
	display: flex;
	align-items: flex-end;
}

.page-student03 .current-student-kv__title .mask-text {
	display: block;
	height: 4rem;
	width: auto;
}

.page-student03 .current-student-kv__title > .title-contact-text:nth-child(6) .mask-text {
	max-width: 4rem;
}

.page-student03 .current-student-kv__title > .title-contact-text:nth-child(5) .mask-text {
	height: 2.4rem;
}

@media (max-width: 768px) {
	.page-student03 .current-student-kv__text {
		height: auto;
		padding: 2.1875rem var(--container-padding-x-sp, 1.5rem);
	}

	.page-student03 .current-student-kv__title {
		column-gap: 0.25rem;
		row-gap: 0.5rem;
	}

	.page-student03 .current-student-kv__title .mask-text {
		height: 2rem;
		width: auto;
		object-fit: contain;
	}

	.page-student03 .current-student-kv__title > .title-contact-text:nth-child(6) .mask-text {
		max-width: 2rem;
	}

	.page-student03 .current-student-kv__title > .title-contact-text:nth-child(5) .mask-text {
		height: 1.2rem;
	}
}

/*--------------------------------------------------------------
# コンテンツ
--------------------------------------------------------------*/

.page-student03 .fadeUp {
	transition: opacity 0.55s ease, transform 0.55s ease;
}

.page-student03 .fadeUp.is-visible {
	opacity: 1;
	transform: none;
}

.page-student03 .current-student-main {
	padding-bottom: clamp(4rem, 10vw, 7.5rem);
}

/* セクション見出し */

.page-student03 .current-student-hex-title {
	width: clamp(320px, 25.14vw, 364px);
	height: clamp(48px, 4.93vw, 64px);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto clamp(48px, 2.78vw, 64px);
}

.page-student03 .current-student-hex-title::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: var(--color-black, #1f1f1f);
	clip-path: polygon(7.3% 2.8%, 92.7% 2.8%, 99.3% 50%, 92.7% 97.2%, 7.3% 97.2%, 0.7% 50%);
	z-index: 1;
}

.page-student03 .current-student-hex-title::after {
	content: '';
	position: absolute;
	inset: 4px;
	background-color: var(--color-white, #fff);
	clip-path: polygon(7.3% 2.8%, 92.7% 2.8%, 99.3% 50%, 92.7% 97.2%, 7.3% 97.2%, 0.7% 50%);
	z-index: 2;
}

.page-student03 .current-student-hex-title__text {
	position: relative;
	z-index: 3;
	font-size: clamp(20px, 1.94vw, 28px);
	font-weight: 700;
	color: var(--color-black, #1f1f1f);
	white-space: nowrap;
	font-family: var(--font-family-primary, 'Noto Sans JP', sans-serif);
}

/* 在校生インタビュー（2列・大カード） */

.page-student03 .current-student-interview-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(20px, 2.5vw, 32px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-student03 .current-student-feature {
	margin: 0;
}

.page-student03 .current-student-feature__frame {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: clamp(420px, 50vw, 490px);
	border: 4px solid #1f1f1f;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	background: #fff;
	text-decoration: none;
	color: inherit;
}

@media screen and (max-width: 768px) {
	.page-student03 .current-student-feature__frame {
		border: 2px solid #1f1f1f;
	}
}

.page-student03 .current-student-feature__media {
	position: relative;
	flex: 1 1 auto;
	min-height: clamp(200px, 28vw, 320px);
	background: #d9d9d9;
}

.page-student03 .current-student-feature__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.page-student03 .current-student-feature__body {
	flex: 0 0 auto;
	padding: clamp(16px, 2vw, 24px) clamp(16px, 2vw, 28px) clamp(20px, 2.5vw, 28px);
}

.page-student03 .current-student-feature__hook {
	margin: 0 0 24px;
	font-family: var(--font-family-primary, 'Noto Sans JP', sans-serif);
	font-size: clamp(18px, 1.2vw, 20px);
	font-weight: var(--font-weight-bold, 700);
	line-height: 1.5;
	color: #1f1f1f;
}

.page-student03 .current-student-feature__name {
	margin: 0 0 8px;
	font-family: var(--font-family-primary, 'Noto Sans JP', sans-serif);
	font-size: clamp(14px, 1.2vw, 16px);
	font-weight: 400;
	line-height: 1.5;
	color: #1f1f1f;
}

.page-student03 .current-student-feature__meta {
	margin: 0;
	font-family: var(--font-family-primary, 'Noto Sans JP', sans-serif);
	font-size: clamp(12px, 1.2vw, 14px);
	font-weight: 400;
	line-height: 1.43;
	color: #1f1f1f;
}

.page-student03 .current-student-feature__meta p {
	margin: 0;
}

.page-student03 .current-student-feature__meta p + p {
	margin-top: 2px;
}

.page-student03 .current-student-feature__foot {
	position: absolute;
	right: 28px;
	bottom: 28px;
	display: flex;
}

.page-student03 .current-student-feature__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	line-height: 0;
}

.page-student03 .current-student-feature__more img {
	width: 20px;
	height: 20px;
	display: block;
}

/* 在校生紹介（3列カード） */

.page-student03 .current-student-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(24px, 3vw, 40px) clamp(20px, 2.5vw, 32px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-student03 .current-student-card {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0;
}

.page-student03 .current-student-card__frame {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: clamp(360px, 42vw, 390px);
	border: 4px solid #1f1f1f;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	background: #fff;
}

@media screen and (max-width: 768px) {
	.page-student03 .current-student-card__frame {
		border: 2px solid #1f1f1f;
	}
}

.page-student03 .current-student-card__thumb {
	position: relative;
	aspect-ratio: 312 / 223;
	flex-shrink: 0;
	background: #e8e8e8;
}

@media screen and (max-width: 768px) {
	.page-student03 .current-student-card__thumb {
		aspect-ratio: 1 / 1;
	}
}

.page-student03 .current-student-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.page-student03 .current-student-card__body {
	flex: 1 1 auto;
	padding: clamp(16px, 1.8vw, 28px) clamp(16px, 1.8vw, 24px) clamp(16px, 1vw, 24px);
}

.page-student03 .current-student-card__title {
	margin: 0 0 10px;
	font-family: var(--font-family-primary, 'Noto Sans JP', sans-serif);
	font-size: clamp(18px, 1.15vw, 20px);
	font-weight: var(--font-weight-bold, 700);
	line-height: 1.5;
	color: #1f1f1f;
}

.page-student03 .current-student-card__name {
	margin: 0 0 8px;
	font-family: var(--font-family-primary, 'Noto Sans JP', sans-serif);
	font-size: clamp(14px, 1.2vw, 16px);
	font-weight: 400;
	line-height: 1.5;
	color: #1f1f1f;
}

.page-student03 .current-student-card__meta {
	margin: 0;
	font-family: var(--font-family-primary, 'Noto Sans JP', sans-serif);
	font-size: clamp(12px, 1.2vw, 14px);
	font-weight: 400;
	line-height: 1.43;
	color: #1f1f1f;
}

.page-student03 .current-student-card__meta p {
	margin: 0;
}

.page-student03 .current-student-card__meta p + p {
	margin-top: 2px;
}

.page-student03 .current-student-card__more {
	position: absolute;
	right: clamp(12px, 2vw, 20px);
	bottom: clamp(12px, 2vw, 20px);
	z-index: 1;
	display: inline-flex;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.page-student03 .current-student-card__more img {
	width: 20px;
	height: 20px;
	display: block;
}

.page-student03 .current-student-section--intro {
	margin-top: clamp(80px, 6vw, 120px);
}

@media screen and (max-width: 1024px) {
	.page-student03 .current-student-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 768px) {
	.page-student03 .current-student-cards {
		gap: 12px;
	}
}

@media screen and (max-width: 768px) {
	.page-student03 .current-student-interview-grid {
		grid-template-columns: 1fr;
	}

	.page-student03 .current-student-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-student03 .current-student-hex-title {
		width: 294px;
		height: 74px;
	}

	.page-student03 .current-student-hex-title__text {
		font-size: 20px;
		text-align: center;
		line-height: 28px;
	}

	.page-student03 .current-student-hex-title::after {
		inset: 2px;
	}
}

/*--------------------------------------------------------------
# モーダル
--------------------------------------------------------------*/

body.current-student-modal-open {
	overflow: hidden;
}

.page-student03 .current-student-modal {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(16px, 4vw, 32px);
	box-sizing: border-box;
}

.page-student03 .current-student-modal[hidden] {
	display: none !important;
}

.page-student03 .current-student-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.page-student03 .current-student-modal__panel {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1090px;
	max-height: min(90vh, 900px);
	display: flex;
	flex-direction: column;
	border-radius: 0 0 4px 4px;
	box-sizing: border-box;
}

.page-student03 .current-student-modal__close {
	position: absolute;
	top: -20px;
	right: -20px;
	z-index: 2;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 1px solid #1f1f1f;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	line-height: 1;
	color: #1f1f1f;
	transition: background 0.2s ease, color 0.2s ease;
}

@media screen and (max-width: 768px) {
	.page-student03 .current-student-modal__close {
		top: -20px;
		right: -10px;
	}
}

.page-student03 .current-student-modal__close:hover {
	background: #1f1f1f;
	color: #fff;
}

.page-student03 .current-student-modal__inner {
	display: flex;
	flex-direction: row;
	flex: 1 1 auto;
	min-height: 426px;
	gap: 0;
	background: #fff;
	border: 4px solid #1f1f1f;
}

.page-student03 .current-student-modal__aside {
	position: relative;
	flex: 0 0 clamp(200px, 28vw, 280px);
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding: clamp(20px, 2.5vw, 32px) clamp(16px, 2vw, 24px) 0;
	box-sizing: content-box;
}

.page-student03 .current-student-modal__photo {
	position: relative;
	max-width: 280px;
	width: 100%;
	border-radius: 0;
	background: #e8e8e8;
	margin-bottom: clamp(12px, 2vw, 20px);
}

.page-student03 .current-student-modal__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.page-student03 .current-student-modal__name {
	margin: 0 0 8px;
	font-family: var(--font-family-primary, 'Noto Sans JP', sans-serif);
	font-size: clamp(14px, 2.2vw, 16px);
	font-weight: 400;
	line-height: 1.5;
	color: #1f1f1f;
}

.page-student03 .current-student-modal__meta {
	font-family: var(--font-family-primary, 'Noto Sans JP', sans-serif);
	font-size: clamp(12px, 2.2vw, 14px);
	line-height: 1.43;
	color: #1f1f1f;
}

.page-student03 .current-student-modal__meta p {
	margin: 0;
}

.page-student03 .current-student-modal__meta p + p {
	margin-top: 2px;
}

.page-student03 .current-student-modal__badge {
	position: absolute;
	bottom: 0px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'DIN Pro', 'DIN', var(--font-family-primary, 'Noto Sans JP', sans-serif);
	font-weight: 900;
	font-style: italic;
	line-height: 40px;
	color: var(--color-primary, #72bb2a);
	text-align: center;
	width: 150px;
	height: auto;
	font-size: clamp(32px, 2.2vw, 40px);
	padding: 12px;
}

.page-student03 .current-student-modal__badge-bg {
	position: absolute;
	inset: auto;
	display: block;
	z-index: 1;
	bottom: 0;
}

.page-student03 .current-student-modal__badge-text {
	position: relative;
	z-index: 1;
}

.page-student03 .current-student-modal__main {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	padding: clamp(20px, 2.5vw, 40px) clamp(16px, 2.5vw, 32px) clamp(16px, 2vw, 24px) 0;
	box-sizing: border-box;
}

@media (min-width: 769px) {
	.page-student03 .current-student-modal__main {
		padding-top: clamp(24px, 3vw, 32px);
	}
}

.page-student03 .current-student-modal__strip {
	flex: 0 0 auto;
	background: #9dff00;
	min-height: 40px;
	display: flex;
	align-items: center;
	padding: 8px 16px;
	margin-bottom: clamp(12px, 1.5vw, 18px);
	box-sizing: border-box;
}

.page-student03 .current-student-modal__strip-title {
	margin: 0;
	font-family: var(--font-family-primary, 'Noto Sans JP', sans-serif);
	font-size: clamp(18px, 2.2vw, 20px);
	font-weight: var(--font-weight-bold, 700);
	line-height: 1.5;
	color: #1f1f1f;
}

.page-student03 .current-student-modal__body {
	flex: 1 1 auto;
	overflow-y: auto;
	min-height: 0;
	padding-right: clamp(4px, 1vw, 12px);
	font-family: var(--font-family-primary, 'Noto Sans JP', sans-serif);
	font-size: clamp(12px, 2.2vw, 14px);
	line-height: 1.57;
	color: #1f1f1f;
}

.page-student03 .current-student-modal__body p {
	margin: 0 0 4px;
	line-height: 1.4;
}

.page-student03 .current-student-modal__body p:last-child {
	margin-bottom: 0;
}

.page-student03 .current-student-modal__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(8px, 2vw, 16px);
	padding: clamp(12px, 2vw, 20px) 16px clamp(16px, 2vw, 24px);
	flex-shrink: 0;
	border-top: 1px solid rgba(31, 31, 31, 0.08);
}

.page-student03 .current-student-modal__prev,
.page-student03 .current-student-modal__next {
	width: 64px;
	height: 64px;
	padding: 0;
	border: 2px solid #1f1f1f;
	border-radius: 50%;
	background: #1f1f1f;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.2s ease, background 0.2s ease;
}

.page-student03 .current-student-modal__nav-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20.3px;
	height: 15.151px;
}

.page-student03 .current-student-modal__nav-icon img {
	display: block;
	width: 100%;
	height: 100%;
}

.page-student03 .current-student-modal__nav-icon--prev {
	transform: rotate(180deg);
}

.page-student03 .current-student-modal__prev:hover:not(:disabled),
.page-student03 .current-student-modal__next:hover:not(:disabled) {
	filter: brightness(1.08);
}

.page-student03 .current-student-modal__prev:disabled,
.page-student03 .current-student-modal__next:disabled,
.page-student03 .current-student-modal__prev.is-disabled,
.page-student03 .current-student-modal__next.is-disabled {
	cursor: default;
	filter: none;
}

.page-student03 .current-student-modal__prev:disabled,
.page-student03 .current-student-modal__prev.is-disabled,
.page-student03 .current-student-modal__next:disabled,
.page-student03 .current-student-modal__next.is-disabled {
	background: rgba(31, 31, 31, 0.3);
	border-color: rgba(31, 31, 31, 0.3);
}

.page-student03 .current-student-modal__prev:disabled .current-student-modal__nav-icon,
.page-student03 .current-student-modal__prev.is-disabled .current-student-modal__nav-icon {
	opacity: 0.3;
}

.page-student03 .current-student-card {
	cursor: pointer;
}

.page-student03 .current-student-card__more {
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	.page-student03 .current-student-modal__inner {
		flex-direction: column;
		overflow-y: scroll;
	}

	.page-student03 .current-student-modal__aside {
		flex: 0 0 auto;
		max-width: 100%;
		margin-bottom: 24px;
	}

	.page-student03 .current-student-modal__photo {
		max-height: auto;
		max-width: initial;
	}

	.page-student03 .current-student-modal__main {
		padding-left: clamp(16px, 2.5vw, 24px);
		padding-top: 0;
	}

	.page-student03 .current-student-modal__badge {
		left: initial;
		right: 8px;
		bottom: -24px;
	}

	.page-student03 .current-student-modal__prev,
	.page-student03 .current-student-modal__next {
		width: 52px;
		height: 52px;
		font-size: 1.5rem;
	}
}

/*--------------------------------------------------------------
# セクションラベル（在校生インタビュー）
--------------------------------------------------------------*/

.page-student03 .student03-label-wrap {
	display: flex;
	justify-content: center;
	padding: 0 0 clamp(40px, 5vw, 64px);
}

/* 六角形タイトルバッジ（page-current_student.php の .current-student-hex-title と同じ構造） */
.page-student03 .student03-hex-title {
	width: clamp(320px, 25.14vw, 364px);
	height: clamp(48px, 4.93vw, 64px);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.page-student03 .student03-hex-title::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: var(--color-black, #1f1f1f);
	clip-path: polygon(7.3% 2.8%, 92.7% 2.8%, 99.3% 50%, 92.7% 97.2%, 7.3% 97.2%, 0.7% 50%);
	z-index: 1;
}

.page-student03 .student03-hex-title::after {
	content: '';
	position: absolute;
	inset: 4px;
	background-color: var(--color-white, #fff);
	clip-path: polygon(7.3% 2.8%, 92.7% 2.8%, 99.3% 50%, 92.7% 97.2%, 7.3% 97.2%, 0.7% 50%);
	z-index: 2;
}

.page-student03 .student03-hex-title__text {
	position: relative;
	z-index: 3;
	font-family: var(--font-family-primary, 'Noto Sans JP', sans-serif);
	font-size: clamp(20px, 1.94vw, 28px);
	font-weight: 700;
	color: var(--color-black, #1f1f1f);
	white-space: nowrap;
}

/*--------------------------------------------------------------
# プロフィール
--------------------------------------------------------------*/

/* -------------------------------------------------------
 # プロフィール（Figma node 3079-12446）
 # 構造：大きな写真 → 左下に黄緑ブロック＋名前オーバーレイ → 下にヘッドライン
 ------------------------------------------------------- */

.page-student03 .student03-profile {
	margin-bottom: clamp(40px, 5.56vw, 80px);
}

/* 写真＋名前ブロックのラッパー（相対配置の基準） */
.page-student03 .student03-profile__image-wrap {
	position: relative;
	line-height: 0;
}

/* 大きな写真 */
.page-student03 .student03-profile__photo {
	margin: 0;
}

.page-student03 .student03-profile__photo img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	object-position: center top;
}

/* 黄緑ブロック：写真左下にオーバーレイ（名前・メタを内包） */
.page-student03 .student03-profile__name-block {
	position: absolute;
	bottom: -64px;
	left: 0;
	width: clamp(220px, 25vw, 360px);
	min-height: clamp(88px, 8.61vw, 124px);
	background-color: var(--green-light, #9dff00);
	padding: clamp(12px, 1.67vw, 24px) clamp(16px, 1.81vw, 26px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	line-height: 1;
}

/* 名前 */
.page-student03 .student03-profile__name {
	margin: 0;
	font-family: var(--font-family-primary, 'Noto Sans JP', sans-serif);
	font-size: 0; /* inline混在のためリセット */
	letter-spacing: 0.1em;
	line-height: 20px;
	color: #1f1f1f;
}

.page-student03 .student03-profile__name-text {
	font-size: 20px;
	font-weight: 500;
}

.page-student03 .student03-profile__name-suffix {
	font-size: 16px;
	font-weight: 400;
}

/* メタ（学年・出身校） */
.page-student03 .student03-profile__meta {
	margin: 0;
	font-family: var(--font-family-primary, 'Noto Sans JP', sans-serif);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #1f1f1f;
}

/* ヘッドライン：写真の下に配置 */
.page-student03 .student03-profile__headline {
	margin: clamp(100px, 10.22vw, 126px) 0 clamp(32px, 4.44vw, 64px);
	font-family: var(--font-family-primary, 'Noto Sans JP', sans-serif);
	font-size: clamp(22px, 2.22vw, 32px);
	font-weight: 700;
	line-height: 1.3;
	color: var(--color-black, #1f1f1f);
}

@media (max-width: 768px) {
	.page-student03 .student03-profile__photo img {
		height: 260px;
		object-position: center 20%;
	}

	.page-student03 .student03-profile__name-block {
		width: 200px;
		min-height: 80px;
		padding: 12px 16px;
	}

	.page-student03 .student03-profile__name-text {
		font-size: 16px;
	}

	.page-student03 .student03-profile__name-suffix {
		font-size: 14px;
	}

	.page-student03 .student03-profile__meta {
		font-size: 12px;
		line-height: 18px;
	}

	.page-student03 .student03-profile__headline {
		font-size: clamp(18px, 5vw, 22px);
	}
}

/*--------------------------------------------------------------
# Q&A セクション
--------------------------------------------------------------*/

.page-student03 .student03-qa-list {
	margin-bottom: clamp(48px, 6vw, 80px);
}

.page-student03 .student03-qa {
	margin-bottom: clamp(40px, 4vw, 56px);
}

.page-student03 .student03-qa__divider {
	border: none;
	background-color:transparent;
	border-top: 2px solid #9dff00;
	margin: clamp(4px, 1.25vw, 8px) 0 clamp(16px, 1.67vw, 24px);
}

.page-student03 .student03-qa__question {
	margin: 0 0 clamp(4px, 1.67vw, 8px);
	font-family: var(--font-family-primary, 'Noto Sans JP', sans-serif);
	font-size: clamp(18px, 1.72vw, 20px);
	font-weight: 700;
	line-height: 1.4;
	color: var(--color-black, #1f1f1f);
	letter-spacing: -0.3125px;
}

.page-student03 .student03-qa__answer {
	font-family: var(--font-family-primary, 'Noto Sans JP', sans-serif);
	font-size: clamp(14px, 1.39vw, 16px);
	font-weight: 400;
	line-height: 30px;
	color: var(--color-black, #1f1f1f);
	letter-spacing: -0.3125px;
}

@media (max-width: 768px) {
	.page-student03 .student03-qa__question {
		font-size: 18px;
	}

	.page-student03 .student03-qa__answer {
		font-size: 14px;
	}
}

.page-student03 .student03-qa__answer p:last-child {
	margin-bottom: 0;
}

/* 写真付き（画面端まで伸びる）レイアウト */

/* Q3: 写真が画面左端まで伸びる */
.page-student03 .student03-qa--photo-left {
	display: grid;
	grid-template-columns: 50vw 1fr;
	align-items: stretch;
	margin-bottom: clamp(40px, 4vw, 56px);
}

/* Q5: 写真が画面右端まで伸びる */
.page-student03 .student03-qa--photo-right {
	display: grid;
	grid-template-columns: 1fr 50vw;
	align-items: stretch;
    margin-bottom: clamp(64px, 6vw, 80px);
}

/* 写真カラム */
.page-student03 .student03-qa--cols .student03-qa__photo {
	margin: 0;
	line-height: 0;
	overflow: hidden;
}

.page-student03 .student03-qa--cols .student03-qa__photo img {
	width: 100%;
	height: 100%;
	max-height: 400px;
	object-fit: cover;
	display: block;
}

/* テキストカラム：コンテナの内側に合わせてパディング */

/* Q3（テキストが右側）: 左=写真との間隔、右=コンテナ右端に揃える */
.page-student03 .student03-qa--photo-left .student03-qa__content {
	padding: 0 max(24px, calc((100vw - 1028px) / 2 + 24px)) clamp(32px, 4vw, 48px) clamp(24px, 3.33vw, 48px);
}

/* Q5（テキストが左側）: 左=コンテナ左端に揃える、右=写真との間隔 */
.page-student03 .student03-qa--photo-right .student03-qa__content {
	padding: 0 clamp(24px, 3.33vw, 48px) clamp(32px, 4vw, 48px) max(24px, calc((100vw - 1028px) / 2 + 24px));
}

@media (max-width: 768px) {
	.page-student03 .student03-qa--photo-left,
	.page-student03 .student03-qa--photo-right {
		grid-template-columns: 1fr;
	}

	/* SP: テキストを上、写真を下に並べる */
	.page-student03 .student03-qa--photo-left .student03-qa__photo {
		order: 2;
		padding-right: clamp(32px, 4vw, 48px);
	}

	.page-student03 .student03-qa--photo-left .student03-qa__content {
		order: 1;
		padding: 0 24px clamp(24px, 4vw, 32px);
	}

	.page-student03 .student03-qa--photo-right .student03-qa__photo {
		order: 2;
		padding-left: clamp(32px, 4vw, 48px);
	}

	.page-student03 .student03-qa--photo-right .student03-qa__content {
		order: 1;
		padding: 0 24px clamp(24px, 4vw, 32px);
	}

	.page-student03 .student03-qa--cols .student03-qa__photo img {
		min-height: 240px;
		max-height: 320px;
	}
}

/*--------------------------------------------------------------
# 戻るボタン（btn-more と同じ構造・トンマナ／白背景→黒ホバー）
--------------------------------------------------------------*/

.page-student03 .student03-back {
	display: flex;
	padding-bottom: clamp(48px, 6vw, 80px);
}

@media (max-width: 768px) {
	.page-student03 .student03-back {
		padding-bottom: clamp(32px, 4vw, 48px);
	}
}

/* ベーススタイル（.btn-more 相当） */
.page-student03 .student03-back__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.625rem 1.25rem;
	background: #fff;
	border: 3px solid #1f1f1f;
	border-radius: 50px;
	color: #1f1f1f;
	font-weight: 700;
	text-decoration: none;
	width: 90%;
	max-width: 19.5rem; /* 312px */
	height: 4rem;       /* 64px */
	position: relative;
	transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

/* ホバー：黒背景・白テキスト */
.page-student03 .student03-back__btn:hover {
	background: #1f1f1f;
	color: #fff;
	border-color: #1f1f1f;
}

/* ラベル（.btn-more-label 相当） */
.page-student03 .student03-back__label {
	font-size: clamp(1rem, 2vw, 1.25rem);
}

/* 矢印ラッパー（.btn-more-arrow-wrap 相当） */
.page-student03 .student03-back__arrow-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.625rem;
	height: 1.625rem;
	margin: auto 0;
}

/* 矢印画像（.btn-more-arrow 相当） */
.page-student03 .student03-back__arrow-wrap .student03-back__arrow {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scaleX(-1);
}

/* 通常時：黒矢印を表示 */
.page-student03 .student03-back__btn[data-arrow-default="black"] .student03-back__arrow[data-arrow="black"] {
	display: block;
}

/* ホバー時：黒矢印を非表示→白矢印を表示 */
.page-student03 .student03-back__btn:hover .student03-back__arrow[data-arrow="black"] {
	display: none;
}
.page-student03 .student03-back__btn[data-arrow-hover="white"]:hover .student03-back__arrow[data-arrow="white"] {
	display: block;
}

@media (max-width: 768px) {
	.page-student03 .student03-back__btn {
		border-width: 2px;
		padding: 0.25rem 0.5rem;
		max-width: none;
		height: 3rem;
		max-width: 185px;
	}

	.page-student03 .student03-back__arrow-wrap {
		width: 1.25rem;
		height: 1.25rem;
		left: 0.75rem;
	}

	.page-student03 .student03-back__arrow-wrap .student03-back__arrow {
		width: 1.25rem;
		height: 1.25rem;
	}

	.page-student03 .student03-back__label {
		font-size: 0.875rem;
	}
}
