:root {
	--sun: #ffd93d;
	--poster: #ffe34f;
	--soft-yellow: #fff2a8;
	--cream: #fff8d7;
	--warm: #fffdf4;
	--ink: #24312b;
	--navy: #173b63;
	--leaf: #245a45;
	--blue: #1e9bd7;
	--sky: #2f80c0;
	--red: #e85d4f;
	--crayon: #d93b55;
	--mint: #8ed1be;
	--orange: #f79a3e;
	--pink: #f7a5b4;
	--pale-blue: #d9f0fa;
	--pale-mint: #ddf5ec;
	--pale-coral: #ffe1dc;
	--line: rgba(36, 49, 43, 0.16);
	--shadow: 0 12px 0 rgba(36, 49, 43, 0.13);
	--max: 1180px;
	font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Sans",
		"Hiragino Kaku Gothic ProN", "Meiryo", system-ui, sans-serif;
	color: var(--ink);
	background: var(--cream);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	max-width: 100%;
	overflow-x: clip;
}

body {
	margin: 0;
	color: var(--ink);
	line-height: 1.8;
	background:
		radial-gradient(circle at 20px 20px, rgba(47, 128, 192, 0.16) 0 4px, transparent 5px) 0 0 / 64px 64px,
		linear-gradient(180deg, var(--poster) 0 430px, var(--warm) 430px 100%);
	overflow-x: hidden;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

h1,
h2,
h3,
p {
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

h1,
h2,
h3 {
	margin: 0;
	font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
	font-weight: 900;
	line-height: 1.12;
}

p {
	margin: 0;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 30;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 20px;
	min-height: 74px;
	padding: 12px clamp(16px, 4vw, 46px);
	background: rgba(255, 253, 244, 0.92);
	backdrop-filter: blur(16px);
	border-bottom: 2px dashed rgba(36, 49, 43, 0.18);
	width: 100%;
	min-width: 0;
}

.site-header > * {
	min-width: 0;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.brand-mark {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 3px solid var(--ink);
	border-radius: 50%;
	background: var(--sun);
	color: var(--crayon);
	font-size: 1.15rem;
	font-weight: 900;
	box-shadow: 4px 4px 0 var(--blue);
}

.brand-name,
.brand-sub {
	display: block;
	letter-spacing: 0;
	line-height: 1.3;
}

.brand-name {
	font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
	font-size: 1.05rem;
	font-weight: 900;
	color: var(--navy);
}

.brand-sub {
	color: rgba(36, 49, 43, 0.72);
	font-size: 0.75rem;
	font-weight: 700;
}

.site-nav {
	display: flex;
	justify-content: center;
	gap: clamp(10px, 1.6vw, 22px);
	color: var(--ink);
	font-size: 0.88rem;
	font-weight: 800;
	max-width: 100%;
	min-width: 0;
}

.site-nav a {
	position: relative;
	padding: 8px 2px;
	white-space: nowrap;
}

.site-nav a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	height: 6px;
	background: var(--sun);
	border-radius: 999px;
	opacity: 0;
	transform: rotate(-1deg);
	transition: opacity 0.2s ease;
	z-index: -1;
}

.site-nav a:hover::after {
	opacity: 1;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-self: end;
	min-width: 0;
}

.header-tel {
	color: var(--navy);
	font-weight: 900;
	white-space: nowrap;
}

.header-cta,
.admin-link,
.hero-actions a,
.cta-row a,
.recruit-copy a,
.footer-buttons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	border: 3px solid var(--ink);
	border-radius: 999px;
	background: var(--red);
	color: #fff;
	font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
	font-weight: 900;
	line-height: 1.25;
	box-shadow: 4px 4px 0 var(--ink);
}

.admin-link {
	background: var(--navy);
	font-size: 0.8rem;
}

.hero {
	position: relative;
	padding: clamp(38px, 6vw, 70px) clamp(16px, 5vw, 64px) clamp(46px, 6vw, 76px);
	background: var(--poster);
	overflow: hidden;
}

.hero::before,
.hero::after,
.hero-pattern::before {
	content: "";
	position: absolute;
	pointer-events: none;
}

.hero::before {
	top: 88px;
	left: -48px;
	width: 180px;
	height: 58px;
	background: repeating-linear-gradient(90deg, var(--blue) 0 14px, #fff 14px 25px);
	transform: rotate(-10deg);
	border: 3px solid var(--ink);
}

.hero::after {
	right: -34px;
	bottom: 46px;
	width: 160px;
	height: 160px;
	border: 16px dotted rgba(232, 93, 79, 0.55);
	border-radius: 50%;
}

.hero-pattern::before {
	top: 28px;
	right: 22%;
	width: 116px;
	height: 116px;
	background: var(--mint);
	clip-path: polygon(50% 0, 61% 34%, 98% 34%, 68% 55%, 79% 91%, 50% 69%, 20% 91%, 31% 55%, 2% 34%, 38% 34%);
	transform: rotate(12deg);
	opacity: 0.86;
}

.hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	align-items: center;
	gap: clamp(34px, 6vw, 82px);
	width: min(var(--max), 100%);
	margin: 0 auto;
	min-width: 0;
}

.hero-copy {
	position: relative;
	padding: clamp(26px, 4vw, 42px);
	background: var(--warm);
	border: 3px solid var(--ink);
	border-radius: 8px;
	box-shadow: var(--shadow);
	width: 100%;
	min-width: 0;
}

.hero-copy::before {
	content: "";
	position: absolute;
	top: -18px;
	left: 34px;
	width: 110px;
	height: 34px;
	background: rgba(255, 255, 255, 0.76);
	border: 2px dashed rgba(36, 49, 43, 0.28);
	transform: rotate(-5deg);
}

.eyebrow,
.section-label,
.footer-kicker {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin: 0 0 16px;
	padding: 7px 14px;
	border: 2px solid var(--ink);
	border-radius: 999px;
	background: var(--pale-blue);
	color: var(--navy);
	font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: none;
}

.hero h1 {
	color: var(--navy);
	font-size: clamp(2.85rem, 6.4vw, 6.1rem);
	line-height: 1.02;
}

.hero-catch {
	width: fit-content;
	margin-top: 18px;
	padding: 8px 12px;
	background: var(--sun);
	color: var(--crayon);
	font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
	font-size: clamp(1.35rem, 3vw, 2.2rem);
	font-weight: 900;
	box-shadow: 0 8px 0 var(--pale-coral);
}

.hero-text {
	max-width: 590px;
	margin-top: 24px;
	color: rgba(36, 49, 43, 0.84);
	font-size: 1.06rem;
	font-weight: 500;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.hero-actions a:first-child {
	background: var(--red);
}

.hero-actions a:last-child {
	background: var(--blue);
}

.hero-notes {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.hero-notes li {
	padding: 8px 12px;
	border: 2px solid var(--ink);
	border-radius: 999px;
	background: #fff;
	color: var(--leaf);
	font-size: 0.9rem;
	font-weight: 900;
}

.hero-board {
	position: relative;
	min-height: 650px;
}

.hero-photo {
	position: absolute;
	margin: 0;
	padding: 12px 12px 42px;
	border: 3px solid var(--ink);
	border-radius: 8px;
	background: #fff;
	box-shadow: 9px 9px 0 rgba(36, 49, 43, 0.18);
}

.hero-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.hero-photo figcaption {
	position: absolute;
	left: 16px;
	bottom: 8px;
	color: var(--navy);
	font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
	font-size: 0.92rem;
	font-weight: 900;
}

.hero-photo-1 {
	top: 8px;
	left: 8%;
	width: 54%;
	height: 360px;
	transform: rotate(-4deg);
	z-index: 2;
}

.hero-photo-2 {
	top: 118px;
	right: 2%;
	width: 47%;
	height: 270px;
	transform: rotate(5deg);
	z-index: 3;
}

.hero-photo-3 {
	left: 28%;
	bottom: 22px;
	width: 52%;
	height: 300px;
	transform: rotate(2deg);
	z-index: 1;
}

.hero-badge {
	position: absolute;
	right: 2%;
	bottom: 96px;
	z-index: 4;
	display: grid;
	place-items: center;
	width: 126px;
	height: 126px;
	border: 3px solid var(--ink);
	border-radius: 50%;
	background: var(--orange);
	color: #fff;
	font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
	box-shadow: 6px 6px 0 var(--blue);
	transform: rotate(-8deg);
}

.hero-badge span {
	font-size: 0.86rem;
	font-weight: 800;
}

.hero-badge strong {
	margin-top: -34px;
	font-size: 1.4rem;
	line-height: 1;
}

.section {
	width: min(var(--max), calc(100% - 36px));
	margin: 0 auto;
	padding: clamp(70px, 9vw, 112px) 0;
}

.intro-grid,
.split,
.admissions,
.recruit {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
	gap: clamp(34px, 6vw, 78px);
	align-items: center;
}

.intro h2,
.section-heading h2,
.split-copy h2,
.admissions-copy h2,
.recruit-copy h2,
.site-footer h2 {
	color: var(--navy);
	font-size: clamp(2.1rem, 4.6vw, 4.6rem);
}

.intro p,
.section-heading > p:last-child,
.split-copy p:not(.section-label),
.admissions-copy p,
.recruit-copy p,
.site-footer p {
	color: rgba(36, 49, 43, 0.78);
	font-size: 1.02rem;
	font-weight: 500;
}

.intro p,
.split-copy p:not(.section-label),
.admissions-copy p,
.recruit-copy p {
	margin-top: 22px;
	max-width: 720px;
}

.stamp-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.stamp-row span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 94px;
	min-height: 48px;
	border: 3px solid var(--ink);
	border-radius: 999px;
	background: var(--sun);
	color: var(--ink);
	font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
	font-weight: 900;
	box-shadow: 4px 4px 0 var(--mint);
}

.stamp-row span:nth-child(2) {
	background: var(--pale-blue);
	box-shadow-color: var(--orange);
}

.stamp-row span:nth-child(3) {
	background: var(--pale-coral);
	box-shadow-color: var(--blue);
}

.intro-photo,
.admissions-photo {
	position: relative;
}

.intro-photo img,
.split-gallery img,
.admissions-photo img,
.recruit-images img {
	width: 100%;
	object-fit: cover;
	border: 3px solid var(--ink);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--shadow);
}

.intro-photo img {
	aspect-ratio: 4 / 5;
}

.intro-photo p {
	position: absolute;
	left: -18px;
	bottom: 24px;
	max-width: 260px;
	padding: 12px 16px;
	border: 3px solid var(--ink);
	border-radius: 8px;
	background: var(--sun);
	color: var(--ink);
	font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
	font-weight: 900;
	box-shadow: 5px 5px 0 var(--red);
	transform: rotate(-3deg);
}

.poster-band {
	position: relative;
	width: 100%;
	max-width: none;
	padding-inline: max(18px, calc((100vw - var(--max)) / 2));
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.42) 25%, transparent 25%) 0 0 / 32px 32px,
		var(--soft-yellow);
	border-top: 3px solid var(--ink);
	border-bottom: 3px solid var(--ink);
}

.support.poster-band,
.recruit.poster-band {
	background:
		radial-gradient(circle at 16px 16px, rgba(30, 155, 215, 0.22) 0 4px, transparent 5px) 0 0 / 42px 42px,
		var(--cream);
}

.section-heading {
	max-width: 770px;
	margin-bottom: 42px;
}

.section-heading.compact {
	margin-bottom: 30px;
}

.policy-grid,
.support-grid,
.facility-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.image-card,
.support-grid article,
.facility-card,
.life-card {
	position: relative;
	overflow: hidden;
	border: 3px solid var(--ink);
	border-radius: 8px;
	background: var(--warm);
	box-shadow: 7px 7px 0 rgba(36, 49, 43, 0.14);
}

.image-card::before,
.life-card::before,
.support-grid article::before {
	content: "";
	position: absolute;
	top: 12px;
	right: 12px;
	width: 46px;
	height: 14px;
	background: rgba(255, 255, 255, 0.78);
	border: 2px dashed rgba(36, 49, 43, 0.24);
	transform: rotate(6deg);
	z-index: 2;
}

.image-card img,
.support-grid img,
.facility-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-bottom: 3px solid var(--ink);
}

.image-card div,
.support-grid article,
.facility-card div {
	padding: 22px;
}

.image-card.blue {
	background: var(--pale-blue);
}

.image-card.red {
	background: var(--pale-coral);
}

.image-card.mint {
	background: var(--pale-mint);
}

.image-card p,
.support-grid article > p,
.life-card p {
	width: fit-content;
	margin: 0 0 12px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #fff;
	color: var(--crayon);
	font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
	font-size: 0.76rem;
	font-weight: 900;
}

.image-card h3,
.support-grid h3,
.facility-card h3,
.life-card h3 {
	color: var(--ink);
	font-size: 1.25rem;
}

.image-card span,
.support-grid span,
.facility-card p,
.life-card span {
	display: block;
	margin: 10px 0 0;
	color: rgba(36, 49, 43, 0.76);
	font-size: 0.95rem;
	font-weight: 500;
}

.split {
	grid-template-columns: 0.82fr 1fr;
}

.mini-note {
	width: fit-content;
	margin-top: 28px;
	padding: 10px 16px;
	border: 3px solid var(--ink);
	border-radius: 8px;
	background: var(--mint);
	color: var(--ink);
	font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
	font-weight: 900;
	box-shadow: 5px 5px 0 var(--sun);
	transform: rotate(-2deg);
}

.split-gallery,
.recruit-images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	align-items: stretch;
}

.split-gallery img,
.recruit-images img {
	aspect-ratio: 4 / 5;
	height: 100%;
}

.split-gallery img:nth-child(2),
.recruit-images img:nth-child(2) {
	transform: rotate(2deg);
}

.split-gallery img:nth-child(1),
.recruit-images img:nth-child(1) {
	transform: rotate(-2deg);
}

.life-grid-section {
	padding-top: 0;
}

.life-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.life-card {
	padding: 12px 12px 20px;
	background: #fff;
}

.life-card img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border: 3px solid var(--ink);
	border-radius: 6px;
}

.life-card p {
	margin: 16px 4px 8px;
	background: var(--sun);
	color: var(--navy);
}

.life-card h3,
.life-card span {
	margin-inline: 4px;
}

.support-grid article {
	background: #fff;
}

.support-grid article:nth-child(1) {
	box-shadow: 7px 7px 0 var(--blue);
}

.support-grid article:nth-child(2) {
	box-shadow: 7px 7px 0 var(--red);
}

.support-grid article:nth-child(3) {
	box-shadow: 7px 7px 0 var(--mint);
}

.admissions {
	grid-template-columns: 0.78fr 1fr;
}

.admissions-photo img {
	aspect-ratio: 3 / 4;
}

.photo-ticket {
	position: absolute;
	right: -18px;
	top: 28px;
	display: grid;
	gap: 2px;
	padding: 14px 18px;
	border: 3px solid var(--ink);
	border-radius: 8px;
	background: var(--blue);
	color: #fff;
	font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
	box-shadow: 5px 5px 0 var(--sun);
	transform: rotate(4deg);
}

.photo-ticket span {
	font-size: 0.8rem;
	font-weight: 800;
}

.photo-ticket strong {
	font-size: 1.35rem;
	line-height: 1;
}

.admissions ol {
	display: grid;
	gap: 10px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
	counter-reset: steps;
}

.admissions li {
	position: relative;
	display: grid;
	gap: 4px;
	min-height: 74px;
	padding: 15px 16px 15px 62px;
	border: 3px solid var(--ink);
	border-radius: 8px;
	background: #fff;
	counter-increment: steps;
	box-shadow: 4px 4px 0 rgba(36, 49, 43, 0.12);
}

.admissions li::before {
	content: counter(steps);
	position: absolute;
	left: 14px;
	top: 17px;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 2px solid var(--ink);
	border-radius: 50%;
	background: var(--sun);
	color: var(--navy);
	font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
	font-weight: 900;
}

.admissions li strong {
	font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
	font-size: 1.02rem;
	font-weight: 900;
}

.admissions li span {
	color: rgba(36, 49, 43, 0.74);
	font-size: 0.92rem;
}

.cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.cta-row a:first-child {
	background: var(--red);
}

.cta-row a:last-child {
	background: var(--blue);
}

.facility-card {
	background: #fff;
}

.facility-card ul {
	display: grid;
	gap: 6px;
	margin: 14px 0 0;
	padding: 0;
	color: rgba(36, 49, 43, 0.72);
	list-style: none;
}

.facility-card li {
	position: relative;
	padding-left: 18px;
	font-weight: 700;
}

.facility-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.86em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--orange);
}

.recruit {
	grid-template-columns: 1fr 0.86fr;
	padding-top: 70px;
}

.recruit-points {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.recruit-points li {
	padding: 8px 12px;
	border: 2px solid var(--ink);
	border-radius: 999px;
	background: #fff;
	color: var(--navy);
	font-size: 0.88rem;
	font-weight: 900;
}

.recruit-copy a {
	margin-top: 26px;
	background: var(--orange);
	color: var(--ink);
}

.site-footer {
	position: relative;
	margin-top: 0;
	padding: 74px clamp(18px, 5vw, 70px) 24px;
	background: var(--sun);
	color: var(--ink);
	border-top: 3px solid var(--ink);
	overflow: hidden;
}

.footer-confetti {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(45deg, transparent 0 92%, rgba(232, 93, 79, 0.42) 92% 100%) 0 0 / 52px 52px,
		radial-gradient(circle at 14px 14px, rgba(30, 155, 215, 0.3) 0 4px, transparent 5px) 0 0 / 58px 58px;
	pointer-events: none;
}

.footer-main {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.52fr);
	gap: 40px;
	width: min(var(--max), 100%);
	margin: 0 auto;
}

.site-footer .footer-kicker {
	background: #fff;
}

.site-footer p,
.site-footer address {
	color: rgba(36, 49, 43, 0.78);
	font-style: normal;
	font-weight: 600;
}

.footer-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.footer-buttons a {
	background: var(--red);
	color: #fff;
}

.footer-buttons a:last-child {
	background: var(--blue);
}

.footer-bottom {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: min(var(--max), 100%);
	margin: 54px auto 0;
	padding-top: 18px;
	border-top: 2px dashed rgba(36, 49, 43, 0.24);
	font-size: 0.78rem;
}

@media (max-width: 1040px) {
	.site-header {
		grid-template-columns: 1fr auto;
	}

	.site-nav {
		grid-column: 1 / -1;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 4px;
	}

	.header-tel {
		display: none;
	}

	.hero-inner,
	.intro-grid,
	.split,
	.admissions,
	.recruit,
	.footer-main {
		grid-template-columns: 1fr;
	}

	.hero-board {
		min-height: 560px;
	}

	.policy-grid,
	.support-grid,
	.facility-grid {
		grid-template-columns: 1fr 1fr;
	}

	.life-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 680px) {
	body {
		background:
			radial-gradient(circle at 16px 16px, rgba(47, 128, 192, 0.14) 0 3px, transparent 4px) 0 0 / 46px 46px,
			linear-gradient(180deg, var(--poster) 0 560px, var(--warm) 560px 100%);
	}

	.site-header {
		min-height: 66px;
		padding: 10px 14px;
		gap: 12px;
	}

	.brand-mark {
		width: 38px;
		height: 38px;
		font-size: 0.95rem;
		box-shadow: 3px 3px 0 var(--blue);
	}

	.brand-name {
		font-size: 0.92rem;
	}

	.brand-sub {
		display: none;
	}

	.header-cta {
		min-height: 38px;
		padding: 8px 12px;
		font-size: 0.83rem;
		box-shadow: 3px 3px 0 var(--ink);
	}

	.site-nav {
		display: none;
	}

	.hero {
		padding: 28px 16px 48px;
		max-width: 100vw;
		overflow-x: clip;
	}

	.hero::before,
	.hero::after,
	.hero-pattern::before {
		display: none;
	}

	.hero-copy {
		padding: 24px 18px;
	}

	.hero-inner {
		width: calc(100vw - 32px);
		max-width: calc(100vw - 32px);
	}

	.hero-copy::before {
		left: 52px;
	}

	.hero h1 {
		font-size: 2.38rem;
		line-height: 1.08;
	}

	.hero-catch {
		font-size: 1.25rem;
	}

	.hero-text {
		font-size: 0.96rem;
	}

	.hero-actions,
	.cta-row,
	.footer-buttons {
		display: grid;
	}

	.hero-actions a,
	.cta-row a,
	.footer-buttons a,
	.recruit-copy a {
		width: 100%;
	}

	.hero-notes {
		display: grid;
		grid-template-columns: 1fr;
	}

	.hero-board {
		display: grid;
		gap: 14px;
		min-height: 0;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		overflow: hidden;
	}

	.hero-photo {
		position: relative;
		inset: auto;
		width: 100%;
		max-width: 100%;
		height: auto;
		transform: none;
		padding-bottom: 38px;
	}

	.hero-photo img {
		aspect-ratio: 4 / 3;
	}

	.hero-badge {
		right: 12px;
		bottom: -12px;
		width: 92px;
		height: 92px;
	}

	.hero-badge strong {
		margin-top: -24px;
		font-size: 1.06rem;
	}

	.section {
		width: min(100% - 34px, var(--max));
		padding: 62px 0;
	}

	.intro h2,
	.section-heading h2,
	.split-copy h2,
	.admissions-copy h2,
	.recruit-copy h2,
	.site-footer h2 {
		font-size: 1.85rem;
		line-height: 1.18;
	}

	.intro p,
	.section-heading > p:last-child,
	.split-copy p:not(.section-label),
	.admissions-copy p,
	.recruit-copy p,
	.site-footer p {
		font-size: 0.94rem;
	}

	.intro-photo p,
	.photo-ticket {
		left: 12px;
		right: auto;
		bottom: 14px;
		top: auto;
		max-width: calc(100% - 24px);
		transform: rotate(-2deg);
	}

	.poster-band,
	.support.poster-band,
	.recruit.poster-band {
		padding-inline: 16px;
	}

	.policy-grid,
	.support-grid,
	.facility-grid,
	.life-grid,
	.split-gallery,
	.recruit-images {
		grid-template-columns: 1fr;
	}

	.split-gallery img,
	.recruit-images img,
	.intro-photo img,
	.admissions-photo img {
		aspect-ratio: 4 / 3;
		transform: none;
	}

	.footer-bottom {
		display: grid;
	}
}
