@charset "UTF-8";

.page-template-page-aozorakids-top .l-content {
	max-width: none;
	margin: 0;
	padding: 0;
}

.page-template-page-aozorakids-top .l-mainContent {
	width: 100%;
}

.page-template-page-aozorakids-top #main_content {
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #42504a;
	background: #fbfdfd;
	line-height: 1.9;
	overflow: hidden;
}

.ak-top-page *,
.ak-top-page *::before,
.ak-top-page *::after {
	box-sizing: border-box;
}

.ak-top-page a {
	color: inherit;
	text-decoration: none;
	transition: .2s ease;
}

.ak-top-page img {
	display: block;
	max-width: 100%;
}

.ak-top-page h1,
.ak-top-page h2,
.ak-top-page h3 {
	font-family: "Zen Maru Gothic", sans-serif;
	line-height: 1.4;
	margin: 0;
}

.ak-top-page p {
	margin: 0;
}

.ak-container {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}

.ak-section {
	padding: clamp(58px, 8vw, 96px) 0;
}

.ak-section-head {
	margin-bottom: 42px;
	text-align: center;
}

.ak-eyebrow {
	color: #f2913e;
	display: inline-block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .14em;
}

.ak-title {
	color: #1e86c4;
	font-size: clamp(26px, 3.4vw, 40px);
	font-weight: 900;
	margin-top: 6px;
}

.ak-lead {
	color: #6e7a72;
	font-weight: 500;
	margin: 14px auto 0;
	max-width: 34em;
}

.ak-visually-hidden {
	clip: rect(0 0 0 0);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

@keyframes akMvZoom {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.18);
	}
}

.ak-hero {
	background: #eaf8fb;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.ak-mv-parallax {
	height: 170%;
	left: 0;
	position: absolute;
	right: 0;
	top: -35%;
	will-change: transform;
}

.ak-mv-bg {
	animation: akMvZoom 11s ease-in-out infinite alternate;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	inset: 0;
	position: absolute;
	will-change: transform;
}

.ak-hero picture,
.ak-hero img {
	inset: 0;
	position: absolute;
}

.ak-hero img {
	height: 100%;
	object-fit: contain;
	object-position: center;
	width: 100%;
}

.ak-intro {
	background: linear-gradient(135deg, #bbe5fb, #17a6f2);
	color: #fff;
	padding: 96px 0 98px;
	text-align: center;
}

.ak-intro p {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: clamp(19px, 2.6vw, 27px);
	font-weight: 700;
	line-height: 1.7;
	text-shadow: 0 2px 14px rgba(10, 40, 65, .5);
}

.ak-news {
	background: #f4fafd;
}

.ak-news-layout {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.ak-news-column {
	flex: 1 1 320px;
	min-width: 300px;
}

.ak-report-column {
	flex: 1.4 1 380px;
	min-width: 300px;
}

.ak-column-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
}

.ak-column-head h3 {
	color: #1e86c4;
	font-size: 19px;
	font-weight: 900;
}

.ak-more {
	align-items: center;
	color: #f2913e;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 5px;
}

.ak-more:hover {
	gap: 8px;
}

.ak-news-list {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ak-news-list li {
	border-top: 1px solid #dceaf2;
}

.ak-news-list li:last-child {
	border-bottom: 1px solid #dceaf2;
}

.ak-news-list a {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 18px 4px;
}

.ak-news-list a:hover {
	opacity: .72;
}

.ak-news-list__meta {
	align-items: center;
	display: flex;
	gap: 10px;
}

.ak-news-list__meta time {
	color: #9aa6a0;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 12.5px;
	font-weight: 700;
}

.ak-news-list__meta span {
	background: #f2913e;
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 11px;
}

.ak-news-list__title {
	color: #46585f;
	font-size: 14.5px;
	font-weight: 700;
	line-height: 1.6;
}

.ak-report-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ak-report-card {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 8px 22px rgba(30, 110, 160, .08);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.ak-report-card:hover {
	box-shadow: 0 14px 30px rgba(30, 110, 160, .15);
	transform: translateY(-4px);
}

.ak-report-card__thumb {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	position: relative;
}

.ak-report-card__thumb img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ak-report-card__thumb span {
	background: #1e86c4;
	border-radius: 999px;
	box-shadow: 0 2px 8px rgba(10, 50, 90, .25);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	left: 12px;
	padding: 4px 12px;
	position: absolute;
	top: 12px;
}

.ak-report-card__body {
	padding: 18px 18px 22px;
}

.ak-report-card__body time {
	color: #9aa6a0;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 12px;
	font-weight: 700;
}

.ak-report-card__body p {
	color: #46585f;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 7px;
}

.ak-posts-empty {
	background: rgba(255, 255, 255, .75);
	border: 1px solid #dceaf2;
	border-radius: 14px;
	color: #6e7a72;
	font-weight: 700;
	padding: 18px;
	text-align: center;
}

.ak-program-feature {
	background: #edf7fc;
	border: 1px solid #d7ecf6;
	border-radius: 28px;
	box-shadow: 0 16px 40px rgba(30, 110, 160, .12);
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 36px;
	overflow: hidden;
}

.ak-program-photo {
	min-height: 400px;
	overflow: hidden;
	position: relative;
}

.ak-program-photo img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.ak-program-photo::after {
	background: linear-gradient(180deg, rgba(10, 50, 90, .12), rgba(10, 50, 90, .52));
	content: "";
	inset: 0;
	position: absolute;
}

.ak-program-label,
.ak-program-name {
	position: absolute;
	z-index: 1;
}

.ak-program-label {
	background: #fff;
	border-radius: 999px;
	color: #2e8bc4;
	font-size: 12.5px;
	font-weight: 700;
	left: 20px;
	padding: 5px 14px;
	top: 20px;
}

.ak-program-name {
	bottom: 26px;
	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 44px;
	font-weight: 900;
	left: 24px;
	text-shadow: 0 3px 16px rgba(0, 40, 90, .5);
}

.ak-program-body {
	padding: 36px 40px;
}

.ak-program-target {
	color: #2e8bc4;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}

.ak-check-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
}

.ak-check-list li {
	display: flex;
	font-size: 14px;
	font-weight: 500;
	gap: 8px;
}

.ak-check-list li::before {
	color: #2e8bc4;
	content: "●";
	font-weight: 900;
}

.ak-upcoming {
	border-top: 1px solid #d7ecf6;
	margin-top: 22px;
	padding-top: 20px;
}

.ak-upcoming-head {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-bottom: 12px;
}

.ak-upcoming-head span:first-child {
	background: #f2913e;
	border-radius: 999px;
	color: #fff;
	font-size: 11.5px;
	font-weight: 700;
	padding: 4px 12px;
}

.ak-upcoming-head span:last-child {
	color: #1e86c4;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 15px;
	font-weight: 700;
}

.ak-upcoming ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ak-upcoming li {
	color: #4f5a53;
	font-size: 14px;
	font-weight: 500;
}

.ak-upcoming time {
	color: #f2913e;
	font-size: 12.5px;
	font-weight: 700;
	margin-right: 10px;
	white-space: nowrap;
}

.ak-btn {
	align-items: center;
	background: #2e8bc4;
	border-radius: 999px;
	color: #fff !important;
	display: inline-flex;
	font-weight: 700;
	gap: 8px;
	margin-top: 22px;
	padding: 13px 26px;
}

.ak-btn:hover {
	filter: brightness(.92);
	transform: translateY(-2px);
}

.ak-program-subgrid {
	display: grid;
	gap: 22px;
	grid-template-columns: 1fr 1fr;
	margin-top: 22px;
}

.ak-mini-program {
	border-radius: 24px;
	box-shadow: 0 10px 26px rgba(80, 140, 50, .10);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.ak-mini-program.-forest {
	background: #f0f7e6;
	border: 1px solid #deedcb;
}

.ak-mini-program.-rekai {
	background: #fbf4e2;
	border: 1px solid #eee2c6;
}

.ak-mini-program__photo {
	height: 226px;
	overflow: hidden;
	position: relative;
}

.ak-mini-program__photo img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ak-mini-program__photo::after {
	background: linear-gradient(180deg, rgba(30, 70, 20, .18), rgba(30, 70, 20, .42));
	content: "";
	inset: 0;
	position: absolute;
}

.ak-mini-program.-rekai .ak-mini-program__photo::after {
	background: linear-gradient(180deg, rgba(90, 60, 10, .18), rgba(80, 55, 10, .42));
}

.ak-mini-program__label,
.ak-mini-program__name {
	position: absolute;
	z-index: 1;
}

.ak-mini-program__label {
	background: #fff;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	left: 16px;
	padding: 4px 12px;
	top: 14px;
}

.ak-mini-program.-forest .ak-mini-program__label,
.ak-mini-program.-forest .ak-program-target {
	color: #5c9a3f;
}

.ak-mini-program.-rekai .ak-mini-program__label,
.ak-mini-program.-rekai .ak-program-target {
	color: #c2871a;
}

.ak-mini-program__name {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 28px;
	font-weight: 900;
	inset: 0;
	justify-content: center;
	text-shadow: 0 2px 10px rgba(20, 50, 10, .5);
}

.ak-mini-program__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 24px 24px;
}

.ak-mini-program__body p:last-of-type {
	color: #4f5a53;
	flex: 1;
	font-size: 13.5px;
	font-weight: 500;
}

.ak-mini-program .ak-btn {
	align-self: flex-start;
	font-size: 13.5px;
	margin-top: 18px;
	padding: 11px 22px;
}

.ak-mini-program.-forest .ak-btn {
	background: #6bae45;
}

.ak-mini-program.-rekai .ak-btn {
	background: #d29426;
}

.ak-about {
	background: #bfe3f5;
	overflow: hidden;
	padding: clamp(70px, 9vw, 124px) 0;
	position: relative;
}

.ak-about-parallax {
	background-position: center 30%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 156%;
	left: 0;
	position: absolute;
	right: 0;
	top: -28%;
	will-change: transform;
	z-index: 0;
}

.ak-about-content {
	margin: 0 auto;
	max-width: 880px;
	padding: 0 24px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.ak-about .ak-eyebrow,
.ak-about .ak-title,
.ak-about .ak-lead {
	color: #fff;
	text-shadow: 0 2px 14px rgba(20, 55, 85, .45);
}

.ak-about .ak-lead {
	font-size: 17px;
	font-weight: 700;
	line-height: 2;
	max-width: 30em;
}

.ak-about-cards {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 40px;
	text-align: left;
}

.ak-about-card {
	background: rgba(255, 255, 255, .92);
	border-radius: 22px;
	padding: 26px 24px;
}

.ak-about-card h3 {
	font-size: 17px;
	font-weight: 900;
}

.ak-about-card p {
	color: #52685c;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.9;
	margin-top: 10px;
}

.ak-safety-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, 1fr);
}

.ak-safety-card {
	background: #fff;
	border: 1px solid #eaf2f0;
	border-radius: 24px;
	box-shadow: 0 10px 24px rgba(60, 110, 150, .08);
	overflow: hidden;
	text-align: center;
}

.ak-safety-card__image {
	align-items: center;
	background: #e2f1f9;
	display: flex;
	height: 160px;
	justify-content: center;
	padding: 16px;
}

.ak-safety-card:nth-child(2) .ak-safety-card__image {
	background: #eaf5df;
}

.ak-safety-card:nth-child(3) .ak-safety-card__image {
	background: #fcefd6;
}

.ak-safety-card__image img {
	height: 100%;
	object-fit: contain;
	width: 90%;
}

.ak-safety-card__body {
	padding: 20px 20px 22px;
}

.ak-safety-card h3 {
	color: #1e86c4;
	font-size: 17px;
}

.ak-safety-card p {
	color: #6e7a72;
	font-size: 13.5px;
	font-weight: 500;
	margin-top: 8px;
}

.ak-gallery {
	background: #fbf6e9;
}

.ak-gallery-grid {
	display: grid;
	gap: 14px;
	grid-auto-rows: 140px;
	grid-template-columns: repeat(6, 1fr);
}

.ak-gallery-item {
	border-radius: 22px;
	box-shadow: 0 8px 22px rgba(120, 100, 50, .1);
	overflow: hidden;
	position: relative;
}

.ak-gallery-item.-wide {
	grid-column: span 4;
	grid-row: span 2;
}

.ak-gallery-item.-small {
	grid-column: span 2;
}

.ak-gallery-item.-half {
	grid-column: span 3;
}

.ak-gallery-item img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ak-gallery-item span {
	bottom: 14px;
	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	font-weight: 700;
	left: 16px;
	position: absolute;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .5);
}

.ak-contact {
	background: linear-gradient(135deg, #bbe5fb, #17a6f2);
	color: #fff;
	text-align: center;
}

.ak-contact .ak-title,
.ak-contact .ak-lead {
	color: #fff;
}

.ak-contact .ak-lead {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.85;
	max-width: 32em;
}

.ak-contact-note {
	color: rgba(255, 255, 255, .95);
	font-size: 14px;
	font-weight: 600;
	margin-top: 18px;
}

.ak-contact-mail {
	color: rgba(255, 255, 255, .85);
	font-size: 13px;
	font-weight: 500;
	margin-top: 6px;
}

.ak-instagram-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(6, 1fr);
}

.ak-instagram-grid a {
	aspect-ratio: 1 / 1;
	border-radius: 16px;
	display: block;
	overflow: hidden;
}

.ak-instagram-grid a:hover {
	transform: scale(1.02);
}

.ak-instagram-grid img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 820px) {
	.ak-program-feature,
	.ak-program-subgrid,
	.ak-about-cards {
		grid-template-columns: 1fr;
	}

	.ak-safety-grid {
		grid-template-columns: 1fr 1fr;
	}

	.ak-gallery-grid,
	.ak-instagram-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ak-gallery-grid {
		grid-auto-rows: 120px;
	}

	.ak-gallery-item,
	.ak-gallery-item.-wide,
	.ak-gallery-item.-small,
	.ak-gallery-item.-half {
		grid-column: span 1;
		grid-row: span 1;
	}

	.ak-program-photo {
		min-height: 240px;
	}
}

@media (max-width: 560px) {
	.ak-container,
	.ak-about-content {
		padding: 0 18px;
	}

	.ak-safety-grid,
	.ak-instagram-grid {
		grid-template-columns: 1fr;
	}

	.ak-hero {
		height: 76vh;
		min-height: 520px;
	}

	.ak-program-body {
		padding: 28px 24px;
	}

	.ak-program-name {
		font-size: 34px;
	}
}
