@charset "UTF-8";
/*
Theme Name: BlankSlate Child
Template: blankslate
*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
	min-width: 0;
}

/* Document */
/* ============================================ */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
* Remove the margin in all browsers.
*/
body {
	margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
* Prevent vertical alignment issues.
*/
svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable.
* 1. Make form elements stylable across systems iOS especially.
* 2. Inherit text-transform from parent.
*/
button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
}

/**
* Correct cursors for clickable elements.
*/
button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
* Improve outlines for Firefox and unify style with input elements & buttons.
*/
:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
* Remove padding
*/
option {
	padding: 0;
}

/**
* Reset to invisible
*/
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
	overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
* Correct the outline style in Safari.
*/
[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Fix font inheritance.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
* Fix appearance for Firefox
*/
[type=number] {
	-moz-appearance: textfield;
}

/**
* Clickable labels
*/
label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
	display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
	display: list-item;
}

/*
* Remove outline for editable content.
*/
[contenteditable]:focus {
	outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
	border-color: inherit; /* 1 */
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

:root {
	--dark-green: #08b777;
	--normal-green: #97c165;
	--light-green: #eefadf;
	--main-orange: #ffa800;
	--light-orange: #fff7e6;
	--white: #ffffff;
	--gray: #72706e;
}

.SiteWrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1;
	overflow-x: hidden;
	margin-top: 14.6rem;
}

html {
	font-size: 62.5%;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	color: #333333;
}

img {
	max-width: 100%;
}

.wrapper {
	max-width: 144rem;
	margin-inline: auto;
	padding-inline: 2rem;
}

.section_inner {
	position: relative;
	padding-block: 8rem;
}

.common_h2 {
	text-align: center;
}

.common_h2 span {
	display: block;
}

.common_h2_top {
	font-size: clamp(2.4rem, 1.657rem + 2.321vw, 5rem);
}

.common_h2_bottom {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	margin-top: 1.5rem;
	color: var(--dark-green);
	letter-spacing: 1px;
}

.orange {
	color: var(--main-orange);
}

.dark_green {
	color: var(--dark-green);
}

.normal_green {
	color: var(--normal-green);
}

@media screen and (max-width: 768px) {
	main {
		margin-top: 8.2rem;
	}
	.common_h2_bottom {
		margin-top: 0.5rem;
		font-size: 1.2rem;
	}
}
.bottom_link {
	position: fixed;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: row;
	z-index: 30;
}

.bottom_phone,
.bottom_mail {
	padding: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 2.4rem;
	color: var(--white);
}

.bottom_phone {
	background-color: var(--main-orange);
}

.bottom_mail {
	background-color: var(--dark-green);
}

@media screen and (max-width: 768px) {
	.bottom_link {
		justify-content: space-between;
		width: 100%;
	}
	.bottom_link > * {
		flex: 1;
		padding-inline: 0;
		padding-block: 1.5rem;
	}
	.bottom_phone a,
	.bottom_mail a {
		display: flex;
		align-items: center;
		gap: 0.6rem;
	}
	.bottom_phone a img,
	.bottom_mail a img {
		width: 2rem;
	}
	.bottom_phone span,
	.bottom_mail span {
		font-size: clamp(1.4rem, 1.257rem + 0.446vw, 1.6rem);
	}
}
header {
	background-color: var(--white);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-inline: 2rem;
	padding-block: 1.6rem;
}

.header_left {
	display: flex;
	gap: 3rem;
}

.header_phone {
	display: flex;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.header_phone a span {
	font-size: 3.4rem;
}

.header_address {
	font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
}

.header_hours {
	display: flex;
	gap: 0.4rem;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.header_hours_text {
	text-align: left;
}

.header_hours span {
	display: block;
	font-size: 1.4rem;
	margin-top: 0.4rem;
}
.header_hours span:first-child {
	margin-top: 0;
}

.header_nav {
	background-color: var(--light-green);
	padding-block: 1.5rem;
}

.header_nav_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	padding-inline: 2rem;
}

.header_nav_list a {
	position: relative;
	top: 0;
	padding-block: 1rem;
	transition: all 0.3s ease;
}
.header_nav_list a:hover {
	color: var(--dark-green);
	top: -0.3rem;
}

.header_nav_list a span {
	font-size: clamp(1.4rem, 1.171rem + 0.298vw, 1.6rem);
}

.header_hamburger {
	display: none;
}

@media screen and (max-width: 800px) {
	.header_logo a img {
		width: 22rem;
	}
}
@media screen and (max-width: 768px) {
	.header_phone,
	.header_hours {
		display: none;
	}
	.header_hamburger {
		display: block;
	}
	.header_hamburger_button span {
		display: block;
		width: 2rem;
		height: 0.2rem;
		background-color: var(--dark-green);
		margin-bottom: 0.4rem;
		transition: all 0.3s ease;
	}
	.header_hamburger_button span:last-child {
		margin-bottom: 0;
	}
	.header_nav {
		position: fixed;
		top: 8.2rem;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: var(--white);
		z-index: 20;
		transform: translateX(100%);
		transition: all 0.3s ease;
	}
	.header_nav.active {
		transform: translateX(0);
	}
	.header_nav_list {
		flex-direction: column;
		align-items: flex-start;
		gap: 2rem;
	}
	.header_nav_list a {
		font-size: 2.4rem;
		padding-inline: 2rem;
	}
	.header_hamburger_button.active .bar_top {
		transform: translateY(0.6rem) rotate(45deg);
	}
	.header_hamburger_button.active .bar_middle {
		opacity: 0;
	}
	.header_hamburger_button.active .bar_bottom {
		transform: translateY(-0.6rem) rotate(-45deg);
	}
}
.fv {
	position: relative;
	width: 100%;
	height: 85vh;
	overflow: hidden;
}
.fv::before, .fv::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
	animation: fadeInOut 12s infinite;
}
.fv::before {
	background-image: url("images/fv/01.webp");
	animation-delay: 0s;
	opacity: 1;
}
.fv::after {
	background-image: url("images/fv/02.webp");
	animation-delay: 6s;
	opacity: 0;
}

@keyframes fadeInOut {
	0% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	65% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.fv_img {
	position: relative;
	width: 100%;
	height: 100%;
}

.fv_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	max-width: 60rem;
	-o-object-fit: contain;
	object-fit: contain;
	z-index: 1;
}

.info_container {
	display: flex;
	justify-content: space-between;
	gap: 3rem;
}

.info_container > * {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.info_box_content {
	display: flex;
	gap: 3rem;
	margin-top: 5rem;
}

.info_box_content > * {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.info_box_map > iframe {
	max-width: 100%;
	width: 100%;
	height: 100%;
	aspect-ratio: 3/2;
}

.time_table table {
	width: 100%;
}

.time_table table tr {
	border-bottom: 1px solid var(--gray);
}

.time_table table tr td,
.time_table table tr th {
	text-align: center;
	font-size: 1.4rem;
	padding-block: 0.5rem;
}

.time_table table tr th {
	text-align: left;
}

.time_text {
	margin-top: 1rem;
}

.time_text p {
	font-size: 1.4rem;
	margin-top: 0.5rem;
}
.time_text p:first-child {
	margin-top: 0;
}

.time_text span {
	color: var(--normal-green);
}

.time_info {
	margin-top: 2rem;
}

.time_info p {
	font-size: 1.4rem;
	margin-top: 1rem;
	display: flex;
	align-items: center;
	line-height: 1.5;
	gap: 0.5rem;
}
.time_info p:first-child {
	margin-top: 0;
}

.time_info span {
	display: block;
	background-color: var(--normal-green);
	color: var(--white);
	min-width: 8rem;
	padding-block: 0.5rem;
	text-align: center;
}

.info_news_list {
	margin-top: 5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3rem;
}

.info_news_item a {
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	opacity: 1;
	transition: all 0.3s ease;
}
.info_news_item a:hover {
	opacity: 0.7;
}

.info_news_img {
	width: 100%;
}

.info_news_img img {
	max-width: 100%;
	aspect-ratio: 3/2;
	border-radius: 2rem;
}

.info_box_news_date {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.4rem;
	color: var(--gray);
}

.info_box_news_title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	margin-top: 1rem;
}

.info_news_more {
	margin-top: 3rem;
	text-align: right;
	padding-right: 1rem;
}

.info_news_more a {
	position: relative;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.4rem;
	color: var(--gray);
	transition: all 0.3s ease;
	transform: translateX(0);
}
.info_news_more a:hover {
	color: var(--dark-green);
}
.info_news_more a:hover span {
	transform: translateX(0.5rem);
}

.info_news_more a span {
	padding-right: 2rem;
}

.info_news_more a::before {
	position: absolute;
	content: ">";
	top: 2px;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1024px) {
	.info_container {
		flex-direction: column;
		gap: 5rem;
	}
}
@media screen and (max-width: 590px) {
	.info_box_content {
		flex-direction: column;
		gap: 3rem;
	}
	.info_news_list {
		grid-template-columns: 1fr;
	}
	.info_box_content,
	.info_news_list {
		margin-top: 3rem;
	}
}
/* ここを修正 */
.marquee-section {
	width: 100%;
	height: 20rem; /* ★ 高さを200pxに固定 */
	overflow: hidden;
	padding: 0; /* 余白いらなければ0に */
}

/* 中身を縦方向まんなかに配置したい場合 */
.marquee-slider-top,
.marquee-slider-bottom {
	height: 100%;
}

/* 上段スライダーを右から左に動かすための設定 */
.marquee-slider-top {
	direction: rtl;
}
.marquee-slider-top .slick-slide {
	direction: ltr;
}

/* 下段スライダーを左から右に動かすための設定 */
.marquee-slider-bottom {
	direction: ltr;
}

/* スライダーアイテムのスタイル */
.marquee-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 画像サイズ調整（高さに合わせる場合） */
.marquee-slider-top img,
.marquee-slider-bottom img {
	display: block;
	max-height: 20rem; /* 200pxの中で少し余白が出るように。お好みで調整 */
	width: auto;
	height: auto;
}

/* slickトラックのおまじない */
.marquee-slider-top .slick-track,
.marquee-slider-bottom .slick-track {
	will-change: transform;
}

.policy_inner {
	position: relative;
	background-image: url(./images/policy/bg.webp);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding-block: 5rem;
	padding-inline: 2rem;
	z-index: 1;
}

.policy_inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(238, 250, 223, 0.8);
	z-index: 1;
}

.policy_container {
	position: relative;
	z-index: 2;
}

.policy_text {
	text-align: center;
}

.policy_text p {
	font-size: clamp(1.8rem, 1.629rem + 0.536vw, 2.4rem);
	margin-top: 2rem;
	line-height: 1.8;
}

.policy_text span {
	color: var(--dark-green);
}

.feature {
	position: relative;
	padding-block: 8rem;
}

.feature_container {
	position: relative;
	margin-top: 14rem;
}

.feature_box {
	position: relative;
	margin-top: 10rem;
}
.feature_box:first-child {
	margin-top: 0;
}

.feature_box::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
	height: 80%;
	background-color: var(--light-green);
	z-index: 0;
}

.feature_box:nth-child(odd)::before {
	left: 0;
	border-radius: 0 20rem 20rem 0;
}

.feature_box:nth-child(even)::before {
	right: 0;
	border-radius: 20rem 0 0 20rem;
}

.feature_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5rem;
	max-width: 144rem;
	margin-inline: auto;
	padding-inline: 2rem;
}

.feature_box:nth-child(odd) .feature_inner {
	flex-direction: row;
}

.feature_box:nth-child(even) .feature_inner {
	flex-direction: row-reverse;
}

.feature_inner > * {
	display: flex;
	flex-direction: column;
}

.feature_text {
	position: relative;
	z-index: 1;
	flex: 1;
}

.feature_h3 {
	line-height: 1.5;
}

.feature_h3 span {
	display: block;
}

.feature_h3 span:first-child {
	font-size: clamp(1.8rem, 1.457rem + 1.071vw, 3rem);
}

.feature_h3 span:last-child {
	font-size: clamp(2.2rem, 1.4rem + 2.5vw, 5rem);
}

.feature_text p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-top: 2rem;
	line-height: 1.6;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
}

.feature_img {
	position: relative;
	flex: 1;
}

.feature_img img {
	max-width: 100%;
	border-radius: 2rem;
}

.feature_num {
	width: 35%;
}

.feature_box:nth-child(odd) .feature_num {
	position: absolute;
	content: "";
	bottom: -2rem;
	right: -2rem;
	border-radius: 0;
}

.feature_box:nth-child(even) .feature_num {
	position: absolute;
	content: "";
	bottom: -2rem;
	left: -2rem;
	border-radius: 0;
}

.feature_box:nth-child(odd) .feature_word_img {
	position: absolute;
	top: -1.4rem;
	right: 2rem;
	border-radius: 0;
}

.feature_box:nth-child(even) .feature_word_img {
	position: absolute;
	top: -1.4rem;
	left: 2rem;
	border-radius: 0;
}

@media screen and (max-width: 768px) {
	.feature {
		padding-block: 5rem;
	}
	.feature_box {
		margin-top: 7rem;
	}
	.feature_box::before {
		width: 70%;
		height: 40%;
	}
	.feature_inner {
		gap: 3rem;
	}
	.feature_container {
		margin-top: 5rem;
	}
	.feature_box:nth-child(odd) .feature_inner {
		flex-direction: column-reverse;
	}
	.feature_box:nth-child(even) .feature_inner {
		flex-direction: column-reverse;
	}
}
.worry_content {
	position: relative;
}

.worry_content::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 35%;
	height: 40%;
	background: linear-gradient(90deg, rgb(238, 250, 223) 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 0;
}

.worry_container {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	gap: 5rem;
}

.worry_container > * {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.worry_h2 img {
	max-width: 100%;
}

.worry_para {
	margin-top: 5rem;
}

.worry_para p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	margin-top: 1.5rem;
	line-height: 1.8;
}
.worry_para p:first-child {
	margin-top: 0;
}

.worry_item {
	transition: all 0.3s ease;
	margin-top: 1.5rem;
}
.worry_item:first-child {
	margin-top: 0;
}

.worry_item a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 2rem;
	border: 3px solid var(--dark-green);
	border-radius: 1rem;
	padding: 1rem;
	background-color: var(--white);
	transition: all 0.3s ease;
}
.worry_item a:hover {
	background-color: var(--light-green);
}
.worry_item a:hover::before {
	right: 1rem;
}

.worry_item a::before {
	transition: all 0.3s ease;
	position: absolute;
	content: url(./images/icon/arrow_green.svg);
	width: 1.3rem;
	height: 2rem;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
}

.worry_item a span {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: clamp(2.4rem, 2.114rem + 0.893vw, 3.4rem);
	color: var(--dark-green);
}

@media screen and (max-width: 768px) {
	.worry_container {
		flex-direction: column;
	}
}
.mouthpiece {
	position: relative;
	overflow: hidden;
}

.mouthpiece_container {
	display: flex;
	justify-content: space-between;
	gap: 5rem;
	margin-top: 8rem;
}

.mouthpiece_container > * {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.mouthpiece_img img {
	max-width: 100%;
	border-radius: 2rem;
}

.mouthpiece_text {
	position: relative;
	z-index: 1;
}

.mouthpiece_h3 {
	line-height: 1.5;
}

.mouthpiece_h3 span {
	display: block;
}

.mouthpiece_h3 span:first-child {
	font-size: clamp(1.8rem, 1.457rem + 1.071vw, 3rem);
}

.mouthpiece_h3 span:last-child {
	font-size: clamp(2.2rem, 1.4rem + 2.5vw, 5rem);
}

.mouthpiece_para {
	margin-top: 5rem;
}

.mouthpiece_para p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	margin-top: 2rem;
	line-height: 1.8;
}
.mouthpiece_para p:first-child {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.mouthpiece_container {
		flex-direction: column-reverse;
		gap: 3rem;
		margin-top: 5rem;
	}
	.mouthpiece_para {
		margin-top: 3rem;
	}
}
.ac_container {
	display: flex;
	justify-content: space-between;
	gap: 5rem;
}

.ac_container > * {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.ac_img {
	margin-top: 5rem;
}

.ac_img img {
	max-width: 100%;
	border-radius: 2rem;
	aspect-ratio: 3/1.5;
	-o-object-fit: cover;
	object-fit: cover;
}

.ac_text {
	margin-top: 3rem;
}

.ac_text p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	line-height: 1.8;
	font-size: 1.6rem;
}

.common_btn {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}

.common_btn a {
	background-color: var(--dark-green);
	padding: 1.5rem 3rem;
	border-radius: 5rem;
	border: 3px solid transparent;
	color: var(--white);
	font-size: 1.6rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	transition: all 0.3s ease;
}
.common_btn a:hover {
	background-color: var(--white);
	color: var(--dark-green);
	border: 3px solid var(--dark-green);
}

@media screen and (max-width: 768px) {
	.ac_container {
		flex-direction: column;
		gap: 7rem;
	}
	.ac_img {
		margin-top: 3rem;
	}
}
.cta {
	background-image: url(./images/cta/cta_bg.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.cta_h2 {
	text-align: center;
}

.cta_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5rem;
	margin-top: 5rem;
}

.cta_btn {
	position: relative;
	padding: 3rem 2rem;
	border-radius: 2rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	transition: all 0.3s ease;
	background-color: rgba(255, 255, 255, 0.7490196078);
	width: 100%;
	transition: all 0.3s ease;
}
.cta_btn:hover {
	background-color: #ffffff;
}

.cta_btn::before {
	content: url(./images/icon/play_green.svg);
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%);
}

.cta_btn span {
	font-size: clamp(1.8rem, 0.429rem + 1.786vw, 3rem);
	color: var(--dark-green);
}

@media screen and (max-width: 768px) {
	.cta_container {
		flex-direction: column;
		gap: 3rem;
	}
	.cta_btn {
		text-align: center;
	}
}
.columns {
	position: relative;
}

.column_container {
	margin-top: 5rem;
}

.column_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3rem;
}

.column_item {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	transition: all 0.3s ease;
}
.column_item:hover {
	opacity: 0.7;
}
.column_item:hover .column_h1 span {
	color: var(--normal-green);
}

.column_img img {
	max-width: 100%;
	height: auto;
	aspect-ratio: 3/2;
	border-radius: 1rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.column_meta {
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-top: 1rem;
}

.column_meta time {
	font-size: 1.4rem;
	color: var(--gray);
}

.column_h1 {
	margin-top: 1rem;
}

.column_h1 span {
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--dark-green);
	line-height: 1.5;
}

@media screen and (max-width: 1024px) {
	.column_list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 500px) {
	.column_list {
		grid-template-columns: repeat(1, 1fr);
	}
}
.greeting {
	background-color: var(--light-orange);
}

.greeting .common_h2 {
	padding-bottom: 2rem;
	border-bottom: 1px solid var(--main-orange);
}

.greeting_container {
	display: flex;
	justify-content: space-between;
	gap: 5rem;
	margin-top: 5rem;
}

.greeting_container > * {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.greeting_img img {
	max-width: 100%;
	border-radius: 2rem;
}

.greeting_h3 {
	line-height: 1.5;
}

.greeting_h3 span {
	display: block;
}

.greeting_h3 span small {
	font-size: clamp(1.8rem, 1.457rem + 1.071vw, 3rem);
}

.greeting_h3 span:first-child {
	font-size: clamp(2.2rem, 1.4rem + 2.5vw, 5rem);
}

.greeting_h3 span:last-child {
	font-size: clamp(1.8rem, 1.457rem + 1.071vw, 3rem);
}

.greeting_para {
	margin-top: 5rem;
}

.greeting_para p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	line-height: 1.8;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	margin-top: 2rem;
}
.greeting_para p:first-child {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.greeting_container {
		flex-direction: column-reverse;
	}
}
.footer {
	background-color: var(--light-green);
	padding-block: 5rem;
	margin-top: 8rem;
}

.footer_container {
	display: flex;
	justify-content: space-between;
	gap: 3rem;
}

.footer_container > * {
	width: 100%;
}

.footer_menu_title {
	font-size: 2rem;
	border-bottom: 1px solid var(--dark-green);
	padding-bottom: 1rem;
}

.footer_menu_list {
	margin-top: 1rem;
}

.footer_menu_item {
	margin-top: 1rem;
}
.footer_menu_item:first-child {
	margin-top: 0;
}

.footer_menu_item a {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	transition: all 0.3s ease;
}
.footer_menu_item a:hover {
	color: var(--dark-green);
}

.footer_logo {
	display: flex;
	justify-content: center;
	margin-top: 5rem;
}

.footer_copyright {
	text-align: center;
	margin-top: 3rem;
}

@media screen and (max-width: 768px) {
	.footer_container {
		flex-direction: column;
		gap: 3rem;
	}
}
.bg_design {
	position: absolute;
	z-index: -1;
}

.bg_01 {
	top: 9rem;
	left: 2rem;
}

.bg_02 {
	top: 3rem;
	right: 2rem;
}

.bg_03 {
	top: 17rem;
	left: 50%;
	transform: translateX(-50%);
}

.bg_04 {
	top: 2rem;
	left: 8rem;
}

.bg_05 {
	top: -4rem;
	right: 2rem;
}

.bg_06 {
	top: 4rem;
	left: 50%;
	transform: translateX(-50%);
}

.bg_07 {
	top: 1rem;
	left: 0rem;
}

.bg_08 {
	top: 3rem;
	right: 2rem;
}

.bg_09 {
	top: 8rem;
	left: 4rem;
}

.clinic_intro {
	margin-top: 5rem;
}

.clinic_intro_h3 {
	line-height: 1.5;
	text-align: center;
}

.clinic_intro_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.clinic_intro_text {
	margin-top: 3rem;
}

.clinic_intro_text p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 2rem;
}
.clinic_intro_text p:first-child {
	margin-top: 0;
}

.clinic_equipment {
	margin-top: 8rem;
}

.clinic_equipment_h3 {
	line-height: 1.5;
	text-align: center;
}

.clinic_equipment_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.clinic_equipment_list {
	margin-top: 5rem;
	display: flex;
	flex-direction: column;
	gap: 5rem;
}

.clinic_equipment_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5rem;
}

.clinic_equipment_item:nth-child(even) {
	flex-direction: row-reverse;
}

.clinic_equipment_img {
	flex: 1;
}

.clinic_equipment_img img {
	max-width: 100%;
	border-radius: 2rem;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
}

.clinic_equipment_content {
	flex: 1;
}

.clinic_equipment_h4 {
	font-size: clamp(1.8rem, 1.514rem + 0.893vw, 2.8rem);
	color: var(--dark-green);
	margin-bottom: 2rem;
}

.clinic_equipment_text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
}

.clinic_counseling {
	margin-top: 8rem;
	border: 5px solid var(--light-green);
	padding: 5rem 3rem;
	border-radius: 2rem;
}

.clinic_counseling_h3 {
	line-height: 1.5;
	text-align: center;
}

.clinic_counseling_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.clinic_counseling_text {
	margin-top: 3rem;
}

.clinic_counseling_text p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 2rem;
}
.clinic_counseling_text p:first-child {
	margin-top: 0;
}

.clinic_access {
	margin-top: 8rem;
}

.clinic_access_h3 {
	line-height: 1.5;
	text-align: center;
}

.clinic_access_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.clinic_access_content {
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
	gap: 5rem;
}

.clinic_access_info {
	flex: 1;
}

.clinic_access_table {
	width: 100%;
	border-collapse: collapse;
}

.clinic_access_table tr {
	border-bottom: 1px solid var(--gray);
}

.clinic_access_table th {
	text-align: left;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 1.5rem 1rem;
	vertical-align: top;
	width: 10rem;
}

.clinic_access_table td {
	font-size: 1.6rem;
	padding: 1.5rem 1rem;
	line-height: 1.6;
}

.clinic_access_table td a {
	color: var(--dark-green);
	text-decoration: underline;
	transition: all 0.3s ease;
}
.clinic_access_table td a:hover {
	color: var(--normal-green);
}

.clinic_access_map_link {
	margin-top: 2rem;
	text-align: right;
}

.clinic_access_map_link a {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.4rem;
	color: var(--dark-green);
	text-decoration: underline;
	transition: all 0.3s ease;
}
.clinic_access_map_link a:hover {
	color: var(--normal-green);
}

.clinic_access_hours {
	flex: 1;
}

.clinic_access_hours_title {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--dark-green);
	margin-bottom: 2rem;
}

.clinic_access_hours_table {
	width: 100%;
	border-collapse: collapse;
}

.clinic_access_hours_table tr {
	border-bottom: 1px solid var(--gray);
}

.clinic_access_hours_table th,
.clinic_access_hours_table td {
	text-align: center;
	font-size: 1.4rem;
	padding: 0.5rem;
}

.clinic_access_hours_table th {
	text-align: left;
	font-weight: 700;
}

.clinic_access_hours_note {
	margin-top: 1rem;
}

.clinic_access_hours_note p {
	font-size: 1.4rem;
	margin-top: 0.5rem;
}
.clinic_access_hours_note p:first-child {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.clinic_intro_text,
	.clinic_equipment_list,
	.clinic_counseling_text,
	.clinic_access_content {
		margin-top: 3rem;
	}
	.clinic_equipment_item {
		flex-direction: column !important;
		gap: 3rem;
	}
	.clinic_counseling {
		padding: 3rem 2rem;
	}
	.clinic_access_content {
		flex-direction: column;
		gap: 3rem;
	}
	.clinic_access_table th {
		width: 8rem;
		font-size: 1.4rem;
	}
	.clinic_access_table td {
		font-size: 1.4rem;
	}
}
.kodomo_intro {
	margin-top: 5rem;
}

.kodomo_intro_h3 {
	line-height: 1.5;
	text-align: center;
}

.kodomo_intro_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.kodomo_intro_content {
	display: flex;
	justify-content: space-between;
	gap: 5rem;
	margin-top: 5rem;
}

.kodomo_intro_content > * {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.kodomo_intro_img img {
	max-width: 100%;
	border-radius: 2rem;
}

.kodomo_intro_text p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 2rem;
}
.kodomo_intro_text p:first-child {
	margin-top: 0;
}

.kodomo_merits {
	margin-top: 8rem;
}

.kodomo_merits_h3 {
	line-height: 1.5;
	text-align: center;
}

.kodomo_merits_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.kodomo_merits_content {
	display: flex;
	justify-content: space-between;
	gap: 5rem;
	margin-top: 5rem;
}

.kodomo_merits_content > * {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.kodomo_merits_intro {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 2rem;
}

.kodomo_merits_img img {
	max-width: 100%;
	border-radius: 2rem;
}

.kodomo_merits_list {
	margin-top: 5rem;
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.kodomo_merits_item {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding: 2rem;
	background-color: var(--light-green);
	border-radius: 1rem;
}

.kodomo_merits_item_h4 {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 2rem;
}

.kodomo_merits_item p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 0;
}
.kodomo_merits_item p:first-child {
	margin-top: 1.5rem;
}

.kodomo_merits_num {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: clamp(1.6rem, 1.486rem + 0.357vw, 2rem);
	color: var(--dark-green);
	white-space: nowrap;
}

.kodomo_merits_text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.414rem + 0.268vw, 1.8rem);
	line-height: 1.8;
	color: #333333;
}

.kodomo_timing {
	margin-top: 8rem;
}

.kodomo_timing_h3 {
	line-height: 1.5;
	text-align: center;
}

.kodomo_timing_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.kodomo_timing_content {
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5rem;
}

.kodomo_timing_img {
	flex: 1;
}

.kodomo_timing_img img {
	max-width: 100%;
	border-radius: 2rem;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
}

.kodomo_timing_text {
	flex: 1;
}

.kodomo_timing_text p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 2rem;
}
.kodomo_timing_text p:first-child {
	margin-top: 0;
}

.kodomo_condition {
	margin-top: 8rem;
}

.kodomo_condition_h3 {
	line-height: 1.5;
	text-align: center;
}

.kodomo_condition_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.kodomo_condition_content {
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5rem;
}

.kodomo_condition_img {
	flex: 1;
}

.kodomo_condition_img img {
	max-width: 100%;
	border-radius: 2rem;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
}

.kodomo_condition_text {
	flex: 1;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-bottom: 2rem;
}

.kodomo_condition_list {
	margin-top: 3rem;
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.kodomo_condition_item {
	padding: 2.5rem;
	background-color: var(--light-green);
	border-radius: 1.5rem;
}

.kodomo_condition_item_h4 {
	font-size: clamp(1.8rem, 1.686rem + 0.357vw, 2.2rem);
	color: var(--dark-green);
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.kodomo_condition_item p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 1rem;
}
.kodomo_condition_item p:first-child {
	margin-top: 0;
}

.kodomo_condition_item ul {
	margin-top: 1rem;
	padding-left: 2rem;
}

.kodomo_condition_item ul li {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	list-style-type: disc;
}

.kodomo_device {
	margin-top: 8rem;
}

.kodomo_device_h3 {
	line-height: 1.5;
	text-align: center;
}

.kodomo_device_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.kodomo_device_content {
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5rem;
}

.kodomo_device_img {
	flex: 1;
}

.kodomo_device_img img {
	max-width: 100%;
	border-radius: 2rem;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
}

.kodomo_device_intro {
	flex: 1;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-bottom: 3rem;
}

.kodomo_device_list {
	margin-top: 3rem;
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.kodomo_device_item {
	padding: 2.5rem;
	background-color: var(--light-green);
	border-radius: 1.5rem;
}

.kodomo_device_item_h4 {
	font-size: clamp(1.8rem, 1.686rem + 0.357vw, 2.2rem);
	color: var(--dark-green);
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.kodomo_device_item p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 1rem;
}
.kodomo_device_item p:first-child {
	margin-top: 0;
}

.kodomo_device_item ul {
	margin-top: 1rem;
	padding-left: 2rem;
}

.kodomo_device_item ul li {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	list-style-type: disc;
}

.kodomo_attention {
	margin-top: 8rem;
}

.kodomo_attention_h3 {
	line-height: 1.5;
	text-align: center;
}

.kodomo_attention_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.kodomo_attention_content {
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5rem;
}

.kodomo_attention_img {
	flex: 1;
}

.kodomo_attention_img img {
	max-width: 100%;
	border-radius: 2rem;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
}

.kodomo_attention_intro {
	flex: 1;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-bottom: 3rem;
}

.kodomo_attention_list {
	margin-top: 3rem;
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.kodomo_attention_item {
	padding: 2.5rem;
	background-color: var(--light-green);
	border-radius: 1.5rem;
}

.kodomo_attention_item_h4 {
	font-size: clamp(1.8rem, 1.686rem + 0.357vw, 2.2rem);
	color: var(--dark-green);
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.kodomo_attention_item p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 1rem;
}
.kodomo_attention_item p:first-child {
	margin-top: 0;
}

.kodomo_age {
	margin-top: 8rem;
}

.kodomo_age_h3 {
	line-height: 1.5;
	text-align: center;
}

.kodomo_age_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.kodomo_age_list {
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
	gap: 3rem;
}

.kodomo_age_item {
	flex: 1;
	padding: 3rem;
	background-color: var(--light-green);
	border-radius: 2rem;
	text-align: center;
}

.kodomo_age_h4 {
	font-size: clamp(1.8rem, 1.629rem + 0.536vw, 2.4rem);
	color: var(--dark-green);
	font-weight: 700;
	margin-bottom: 2rem;
}

.kodomo_age_text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
}

.kodomo_flow {
	margin-top: 8rem;
}

.kodomo_flow_h3 {
	line-height: 1.5;
	text-align: center;
}

.kodomo_flow_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.kodomo_flow_content {
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5rem;
}

.kodomo_flow_img {
	flex: 1;
}

.kodomo_flow_img img {
	max-width: 100%;
	border-radius: 2rem;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
}

.kodomo_flow_intro {
	flex: 1;
}

.kodomo_flow_list {
	margin-top: 5rem;
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.kodomo_flow_item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2.5rem;
	padding: 3rem;
	border: 3px solid var(--dark-green);
	border-radius: 2rem;
	overflow: hidden;
	background-color: var(--white);
}

.kodomo_flow_item_body {
	flex: 1;
}

.kodomo_flow_item_h4 {
	font-size: clamp(1.8rem, 1.686rem + 0.357vw, 2.2rem);
	color: var(--dark-green);
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.kodomo_flow_item p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 1rem;
}
.kodomo_flow_item p:first-child {
	margin-top: 0;
}

.kodomo_flow_item_img {
	flex: 0 0 35%;
}

.kodomo_flow_header {
	background-color: var(--dark-green);
	padding: 2rem;
	text-align: center;
}

.kodomo_flow_h4 {
	font-size: clamp(1.8rem, 1.514rem + 0.893vw, 2.8rem);
	color: var(--white);
	font-weight: 700;
}

.kodomo_flow_content {
	padding: 3rem;
	background-color: var(--white);
}

.kodomo_flow_content p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 2rem;
}
.kodomo_flow_content p:first-child {
	margin-top: 0;
}

.kodomo_flow_link {
	margin-top: 2rem;
	text-align: center;
}

.kodomo_flow_link a {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.6rem;
	color: var(--dark-green);
	text-decoration: underline;
	transition: all 0.3s ease;
}
.kodomo_flow_link a:hover {
	color: var(--normal-green);
}

@media screen and (max-width: 768px) {
	.kodomo_flow_item {
		flex-direction: column;
	}
	.kodomo_flow_item_img {
		width: 100%;
		margin-top: 2rem;
	}
}
.kodomo_insurance {
	margin-top: 8rem;
}

.kodomo_insurance_h3 {
	line-height: 1.5;
	text-align: center;
}

.kodomo_insurance_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.kodomo_insurance_content {
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 5rem;
}

.kodomo_insurance_img {
	flex: 1;
}

.kodomo_insurance_img img {
	max-width: 100%;
	border-radius: 2rem;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
}

.kodomo_insurance_body {
	flex: 1;
}

.kodomo_insurance_text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-bottom: 1.5rem;
}

.kodomo_insurance_list {
	margin-top: 1rem;
	padding-left: 2rem;
}

.kodomo_insurance_list li {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 0.5rem;
	list-style-type: disc;
}
.kodomo_insurance_list li:first-child {
	margin-top: 0;
}

.kodomo_price {
	margin-top: 8rem;
}

.kodomo_price_h3 {
	line-height: 1.5;
	text-align: center;
}

.kodomo_price_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.kodomo_price_content {
	margin-top: 5rem;
}

.kodomo_price_img {
	text-align: center;
	margin-bottom: 3rem;
}

.kodomo_price_img img {
	max-width: 100%;
	border-radius: 2rem;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
}

.kodomo_price_intro {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-bottom: 3rem;
}

.kodomo_price_table_wrapper {
	margin-top: 3rem;
}

.kodomo_price_table {
	width: 100%;
	border-collapse: collapse;
	background-color: var(--white);
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.kodomo_price_table tr {
	border-bottom: 1px solid var(--gray);
}
.kodomo_price_table tr:last-child {
	border-bottom: none;
}

.kodomo_price_table th {
	background-color: var(--light-green);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: clamp(1.5rem, 1.414rem + 0.268vw, 1.8rem);
	color: var(--dark-green);
	padding: 1.5rem;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid var(--gray);
}
.kodomo_price_table th:last-child {
	border-right: none;
}

.kodomo_price_table td {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	color: #333333;
	padding: 1.5rem;
	vertical-align: middle;
	border-right: 1px solid var(--gray);
}
.kodomo_price_table td:last-child {
	border-right: none;
}

.kodomo_price_note {
	margin-top: 3rem;
	font-size: clamp(1.4rem, 1.371rem + 0.089vw, 1.5rem);
	line-height: 1.8;
}

.kodomo_price_note p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.4rem, 1.371rem + 0.089vw, 1.5rem);
	line-height: 1.8;
	margin-top: 0.5rem;
}

.kodomo_faq {
	margin-top: 8rem;
}

.kodomo_faq_h3 {
	line-height: 1.5;
	text-align: center;
}

.kodomo_faq_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.kodomo_faq_content {
	margin-top: 5rem;
}

.kodomo_faq_img {
	text-align: center;
	margin-bottom: 3rem;
}

.kodomo_faq_img img {
	max-width: 100%;
	border-radius: 2rem;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
}

.kodomo_faq_intro {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-bottom: 2rem;
}

.kodomo_faq_list {
	margin-top: 3rem;
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.kodomo_faq_item {
	padding: 2.5rem;
	background-color: var(--light-green);
	border-radius: 1.5rem;
}

.kodomo_faq_item_h4 {
	font-size: clamp(1.8rem, 1.686rem + 0.357vw, 2.2rem);
	color: var(--dark-green);
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.kodomo_faq_answer {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	font-weight: 700;
}

.kodomo_faq_item p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 1rem;
}
.kodomo_faq_item p:first-child {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.kodomo_intro_text,
	.kodomo_merits_list,
	.kodomo_timing_content,
	.kodomo_condition_content,
	.kodomo_device_content,
	.kodomo_attention_content,
	.kodomo_age_list,
	.kodomo_flow_list {
		margin-top: 3rem;
	}
	.kodomo_merits_item {
		flex-direction: column;
		gap: 1rem;
		padding: 1.5rem;
	}
	.kodomo_timing_content {
		flex-direction: column;
		gap: 3rem;
	}
	.kodomo_age_list {
		flex-direction: column;
		gap: 2rem;
	}
	.kodomo_age_item {
		padding: 2rem;
	}
	.kodomo_flow_content {
		padding: 2rem;
	}
}
.otona_intro {
	margin-top: 5rem;
}

.otona_intro_h3 {
	line-height: 1.5;
	text-align: center;
}

.otona_intro_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.otona_intro_text {
	margin-top: 3rem;
}

.otona_intro_text p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 2rem;
}
.otona_intro_text p:first-child {
	margin-top: 0;
}

.otona_merits {
	margin-top: 8rem;
}

.otona_merits_h3 {
	line-height: 1.5;
	text-align: center;
}

.otona_merits_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.otona_merits_list {
	margin-top: 5rem;
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.otona_merits_item {
	display: flex;
	align-items: flex-start;
	gap: 2rem;
	padding: 2rem;
	background-color: var(--light-green);
	border-radius: 1rem;
}

.otona_merits_num {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: clamp(1.6rem, 1.486rem + 0.357vw, 2rem);
	color: var(--dark-green);
	white-space: nowrap;
}

.otona_merits_text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.414rem + 0.268vw, 1.8rem);
	line-height: 1.8;
	color: #333333;
}

.otona_flow {
	margin-top: 8rem;
}

.otona_flow_h3 {
	line-height: 1.5;
	text-align: center;
}

.otona_flow_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.otona_flow_list {
	margin-top: 5rem;
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.otona_flow_item {
	display: flex;
	flex-direction: column;
	border: 3px solid var(--dark-green);
	border-radius: 2rem;
	overflow: hidden;
}

.otona_flow_header {
	background-color: var(--dark-green);
	padding: 2rem;
	text-align: center;
}

.otona_flow_h4 {
	font-size: clamp(1.8rem, 1.514rem + 0.893vw, 2.8rem);
	color: var(--white);
	font-weight: 700;
}

.otona_flow_content {
	padding: 3rem;
	background-color: var(--white);
}

.otona_flow_content p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 2rem;
}
.otona_flow_content p:first-child {
	margin-top: 0;
}

.otona_flow_link {
	margin-top: 2rem;
	text-align: center;
}

.otona_flow_link a {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.6rem;
	color: var(--dark-green);
	text-decoration: underline;
	transition: all 0.3s ease;
}
.otona_flow_link a:hover {
	color: var(--normal-green);
}

.otona_invisalign {
	margin-top: 8rem;
}

.otona_invisalign_h3 {
	line-height: 1.5;
	text-align: center;
}

.otona_invisalign_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.otona_invisalign_content {
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5rem;
}

.otona_invisalign_img {
	flex: 1;
}

.otona_invisalign_img img {
	max-width: 100%;
	border-radius: 2rem;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
}

.otona_invisalign_text {
	flex: 1;
}

.otona_invisalign_text p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
}

.otona_reason {
	margin-top: 5rem;
}

.otona_reason_h3 {
	line-height: 1.5;
	text-align: center;
}

.otona_reason_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.otona_reason_content {
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5rem;
}

.otona_reason_img {
	flex: 1;
}

.otona_reason_img img {
	max-width: 100%;
	border-radius: 2rem;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
}

.otona_reason_text {
	flex: 1;
}

.otona_reason_text p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 2rem;
}
.otona_reason_text p:first-child {
	margin-top: 0;
}

.otona_timing {
	margin-top: 8rem;
}

.otona_timing_h3 {
	line-height: 1.5;
	text-align: center;
}

.otona_timing_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.otona_timing_content {
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5rem;
}

.otona_timing_img {
	flex: 1;
}

.otona_timing_img img {
	max-width: 100%;
	border-radius: 2rem;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
}

.otona_timing_text {
	flex: 1;
}

.otona_timing_text p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 2rem;
}
.otona_timing_text p:first-child {
	margin-top: 0;
}

.otona_merits {
	margin-top: 8rem;
}

.otona_merits_h3 {
	line-height: 1.5;
	text-align: center;
}

.otona_merits_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.otona_merits_img {
	margin-top: 5rem;
	text-align: center;
}

.otona_merits_img img {
	max-width: 100%;
	border-radius: 2rem;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
}

.otona_merits_intro {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 3rem;
	text-align: center;
}

.otona_merits_list {
	margin-top: 5rem;
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.otona_merits_item {
	padding: 3rem;
	background-color: var(--light-green);
	border-radius: 2rem;
}

.otona_merits_item_h4 {
	font-size: clamp(1.8rem, 1.629rem + 0.536vw, 2.4rem);
	color: var(--dark-green);
	font-weight: 700;
	margin-bottom: 2rem;
}

.otona_merits_item p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 1.5rem;
}
.otona_merits_item p:first-child {
	margin-top: 0;
}

.otona_suitable {
	margin-top: 8rem;
}

.otona_suitable_h3 {
	line-height: 1.5;
	text-align: center;
}

.otona_suitable_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.otona_suitable_content {
	margin-top: 5rem;
}

.otona_suitable_img {
	text-align: center;
	margin-bottom: 3rem;
}

.otona_suitable_img img {
	max-width: 100%;
	border-radius: 2rem;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
}

.otona_suitable_text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-bottom: 2rem;
}

.otona_suitable_list {
	margin-top: 2rem;
	padding-left: 2rem;
}

.otona_suitable_list li {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 1rem;
	list-style-type: disc;
}
.otona_suitable_list li:first-child {
	margin-top: 0;
}

.otona_suitable_note {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 2rem;
}

.otona_not_suitable {
	margin-top: 8rem;
}

.otona_not_suitable_h3 {
	line-height: 1.5;
	text-align: center;
}

.otona_not_suitable_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.otona_not_suitable_content {
	margin-top: 5rem;
}

.otona_not_suitable_img {
	text-align: center;
	margin-bottom: 3rem;
}

.otona_not_suitable_img img {
	max-width: 100%;
	border-radius: 2rem;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
}

.otona_not_suitable_text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-bottom: 3rem;
}

.otona_not_suitable_item {
	margin-top: 3rem;
	padding: 2rem;
	background-color: var(--light-green);
	border-radius: 1rem;
}
.otona_not_suitable_item:first-child {
	margin-top: 0;
}

.otona_not_suitable_item_h4 {
	font-size: clamp(1.8rem, 1.686rem + 0.357vw, 2.2rem);
	color: var(--dark-green);
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.otona_not_suitable_item p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 1rem;
}
.otona_not_suitable_item p:first-child {
	margin-top: 0;
}

.otona_types {
	margin-top: 8rem;
}

.otona_types_h3 {
	line-height: 1.5;
	text-align: center;
}

.otona_types_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.otona_types_content {
	margin-top: 5rem;
}

.otona_types_img {
	text-align: center;
	margin-bottom: 3rem;
}

.otona_types_img img {
	max-width: 100%;
	border-radius: 2rem;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
}

.otona_types_intro {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-bottom: 3rem;
}

.otona_types_list {
	display: flex;
	flex-direction: column;
	gap: 5rem;
}

.otona_types_item {
	padding: 3rem;
	background-color: var(--light-green);
	border-radius: 2rem;
}

.otona_types_item_h4 {
	font-size: clamp(1.8rem, 1.629rem + 0.536vw, 2.4rem);
	color: var(--dark-green);
	font-weight: 700;
	margin-bottom: 2rem;
}

.otona_types_item p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 1.5rem;
}
.otona_types_item p:first-child {
	margin-top: 0;
}

.otona_types_sub {
	margin-top: 3rem;
}

.otona_types_sub_h5 {
	font-size: clamp(1.6rem, 1.486rem + 0.357vw, 2rem);
	color: var(--dark-green);
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.otona_types_sub p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 1rem;
}
.otona_types_sub p:first-child {
	margin-top: 0;
}

.otona_types_table_wrapper {
	margin-top: 2rem;
}

.otona_types_table {
	width: 100%;
	border-collapse: collapse;
	background-color: var(--white);
	border-radius: 1rem;
	overflow: hidden;
}

.otona_types_table tr {
	border-bottom: 1px solid var(--gray);
}
.otona_types_table tr:last-child {
	border-bottom: none;
}

.otona_types_table th {
	background-color: var(--light-green);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: clamp(1.5rem, 1.414rem + 0.268vw, 1.8rem);
	color: var(--dark-green);
	padding: 1.5rem;
	text-align: center;
	vertical-align: top;
	width: 50%;
}

.otona_types_table td {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	color: #333333;
	padding: 1.5rem;
	vertical-align: top;
}

.otona_notes {
	margin-top: 8rem;
}

.otona_notes_h3 {
	line-height: 1.5;
	text-align: center;
}

.otona_notes_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.otona_notes_content {
	margin-top: 5rem;
}

.otona_notes_img {
	text-align: center;
	margin-bottom: 3rem;
}

.otona_notes_img img {
	max-width: 100%;
	border-radius: 2rem;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
}

.otona_notes_intro {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-bottom: 3rem;
}

.otona_notes_list {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.otona_notes_item {
	padding: 2rem;
	background-color: var(--light-green);
	border-radius: 1rem;
}

.otona_notes_item_h4 {
	font-size: clamp(1.8rem, 1.686rem + 0.357vw, 2.2rem);
	color: var(--dark-green);
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.otona_notes_item p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 1rem;
}
.otona_notes_item p:first-child {
	margin-top: 0;
}

.otona_flow {
	margin-top: 8rem;
}

.otona_flow_h3 {
	line-height: 1.5;
	text-align: center;
}

.otona_flow_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.otona_flow_content {
	margin-top: 5rem;
}

.otona_flow_img {
	text-align: center;
	margin-bottom: 3rem;
}

.otona_flow_img img {
	max-width: 100%;
	border-radius: 2rem;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
}

.otona_flow_intro {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-bottom: 3rem;
}

.otona_flow_list {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.otona_flow_item {
	padding: 3rem;
	background-color: var(--light-green);
	border-radius: 2rem;
}

.otona_flow_item_h4 {
	font-size: clamp(1.8rem, 1.629rem + 0.536vw, 2.4rem);
	color: var(--dark-green);
	font-weight: 700;
	margin-bottom: 2rem;
}

.otona_flow_item p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 1.5rem;
}
.otona_flow_item p:first-child {
	margin-top: 0;
}

.otona_flow_item_img {
	margin-top: 2rem;
	text-align: center;
}

.otona_flow_item_img img {
	max-width: 100%;
	border-radius: 1rem;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
}

.otona_flow_link {
	margin-top: 2rem;
	text-align: center;
}

.otona_flow_link a {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.6rem;
	color: var(--dark-green);
	text-decoration: underline;
	transition: all 0.3s ease;
}
.otona_flow_link a:hover {
	color: var(--normal-green);
}

.otona_price {
	margin-top: 8rem;
}

.otona_price_h3 {
	line-height: 1.5;
	text-align: center;
}

.otona_price_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.otona_price_content {
	margin-top: 5rem;
}

.otona_price_img {
	text-align: center;
	margin-bottom: 3rem;
}

.otona_price_img img {
	max-width: 100%;
	border-radius: 2rem;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
}

.otona_price_intro {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-bottom: 3rem;
}

.otona_price_table_wrapper {
	margin-top: 3rem;
}

.otona_price_table {
	width: 100%;
	border-collapse: collapse;
	background-color: var(--white);
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.otona_price_table tr {
	border-bottom: 1px solid var(--gray);
}
.otona_price_table tr:last-child {
	border-bottom: none;
}

.otona_price_table th {
	background-color: var(--light-green);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: clamp(1.5rem, 1.414rem + 0.268vw, 1.8rem);
	color: var(--dark-green);
	padding: 2rem;
	text-align: left;
	vertical-align: middle;
	width: 50%;
}

.otona_price_table td {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	color: #333333;
	padding: 2rem;
	vertical-align: middle;
}

.otona_price_note {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.4rem, 1.371rem + 0.089vw, 1.5rem);
	line-height: 1.8;
	color: #333333;
	margin-top: 2rem;
}

.otona_faq {
	margin-top: 8rem;
}

.otona_faq_h3 {
	line-height: 1.5;
	text-align: center;
}

.otona_faq_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.otona_faq_content {
	margin-top: 5rem;
}

.otona_faq_img {
	text-align: center;
	margin-bottom: 3rem;
}

.otona_faq_img img {
	max-width: 100%;
	border-radius: 2rem;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
}

.otona_faq_intro {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-bottom: 1rem;
}

.otona_faq_list {
	margin-top: 3rem;
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.otona_faq_item {
	padding: 3rem;
	background-color: var(--light-green);
	border-radius: 2rem;
}

.otona_faq_item_h4 {
	font-size: clamp(1.8rem, 1.686rem + 0.357vw, 2.2rem);
	color: var(--dark-green);
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.otona_faq_answer {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	font-weight: 700;
	color: var(--dark-green);
	margin-bottom: 1rem;
}

.otona_faq_item p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 1rem;
}
.otona_faq_item p:first-child {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.otona_reason_content,
	.otona_timing_content {
		flex-direction: column;
		gap: 3rem;
	}
	.otona_merits_list,
	.otona_types_list,
	.otona_notes_list,
	.otona_flow_list,
	.otona_faq_list {
		margin-top: 3rem;
		gap: 2rem;
	}
	.otona_merits_item,
	.otona_types_item,
	.otona_notes_item,
	.otona_flow_item,
	.otona_faq_item {
		padding: 2rem;
	}
	.otona_types_table,
	.otona_price_table {
		display: block;
	}
	.otona_types_table tr,
	.otona_price_table tr {
		display: block;
		margin-bottom: 2rem;
		border-bottom: 2px solid var(--gray);
	}
	.otona_types_table tr:last-child,
	.otona_price_table tr:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}
	.otona_types_table th,
	.otona_types_table td,
	.otona_price_table th,
	.otona_price_table td {
		display: block;
		width: 100%;
		padding: 1.5rem;
	}
	.otona_types_table th,
	.otona_price_table th {
		border-bottom: 1px solid var(--gray);
		margin-bottom: 1rem;
	}
}
.mouthpiece_page_intro {
	margin-top: 5rem;
}

.mouthpiece_page_intro_h3 {
	line-height: 1.5;
	text-align: center;
}

.mouthpiece_page_intro_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.mouthpiece_page_intro_text {
	margin-top: 3rem;
}

.mouthpiece_page_intro_text p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
}

.mouthpiece_page_content {
	margin-top: 8rem;
}

.mouthpiece_page_content_h3 {
	line-height: 1.5;
	text-align: center;
}

.mouthpiece_page_content_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.mouthpiece_page_section {
	margin-top: 5rem;
}

.mouthpiece_page_section_h4 {
	line-height: 1.5;
	text-align: center;
}

.mouthpiece_page_section_h4 span {
	display: block;
	font-size: clamp(1.8rem, 1.629rem + 0.536vw, 2.4rem);
	color: var(--dark-green);
	font-weight: 700;
}

.mouthpiece_page_section_text {
	margin-top: 3rem;
}

.mouthpiece_page_section_text p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 2rem;
}
.mouthpiece_page_section_text p:first-child {
	margin-top: 0;
}

.mouthpiece_page_table_wrapper {
	margin-top: 5rem;
}

.mouthpiece_page_table {
	width: 100%;
	border-collapse: collapse;
	background-color: var(--white);
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.mouthpiece_page_table tr {
	border-bottom: 1px solid var(--gray);
}
.mouthpiece_page_table tr:last-child {
	border-bottom: none;
}

.mouthpiece_page_table th {
	background-color: var(--light-green);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: clamp(1.5rem, 1.414rem + 0.268vw, 1.8rem);
	color: var(--dark-green);
	padding: 2rem;
	text-align: left;
	vertical-align: top;
	width: 30%;
}

.mouthpiece_page_table td {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	color: #333333;
	padding: 2rem;
	vertical-align: top;
}

@media screen and (max-width: 768px) {
	.mouthpiece_page_intro_text,
	.mouthpiece_page_section,
	.mouthpiece_page_table_wrapper {
		margin-top: 3rem;
	}
	.mouthpiece_page_table {
		display: block;
	}
	.mouthpiece_page_table tbody {
		display: block;
	}
	.mouthpiece_page_table tr {
		display: block;
		margin-bottom: 2rem;
		border-bottom: 2px solid var(--gray);
	}
	.mouthpiece_page_table tr:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}
	.mouthpiece_page_table th,
	.mouthpiece_page_table td {
		display: block;
		width: 100%;
		padding: 1.5rem;
	}
	.mouthpiece_page_table th {
		border-bottom: 1px solid var(--gray);
		margin-bottom: 1rem;
	}
}
.pay_intro {
	margin-top: 5rem;
}

.pay_intro_h3 {
	line-height: 1.5;
	text-align: center;
}

.pay_intro_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
	margin-top: 1rem;
}
.pay_intro_h3 span:first-child {
	margin-top: 0;
}

.pay_intro_text {
	margin-top: 3rem;
}

.pay_intro_text p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
}

.pay_price {
	margin-top: 8rem;
}

.pay_price_h3 {
	line-height: 1.5;
	text-align: center;
}

.pay_price_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.pay_price_content {
	margin-top: 5rem;
}

.pay_price_table_wrapper {
	margin-top: 3rem;
}
.pay_price_table_wrapper:first-child {
	margin-top: 0;
}

.pay_price_table {
	width: 100%;
	border-collapse: collapse;
	background-color: var(--white);
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pay_price_table thead th {
	background-color: var(--light-green);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: clamp(1.5rem, 1.414rem + 0.268vw, 1.8rem);
	color: var(--dark-green);
	padding: 2rem;
	text-align: left;
	border-bottom: 2px solid var(--dark-green);
}

.pay_price_table tbody tr {
	border-bottom: 1px solid var(--gray);
}
.pay_price_table tbody tr:last-child {
	border-bottom: none;
}

.pay_price_table tbody th {
	background-color: var(--light-green);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: clamp(1.5rem, 1.414rem + 0.268vw, 1.8rem);
	color: var(--dark-green);
	padding: 2rem;
	text-align: left;
	vertical-align: top;
	width: 40%;
}

.pay_price_table tbody td {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	color: #333333;
	padding: 2rem;
	vertical-align: top;
}

.pay_price_note {
	margin-top: 3rem;
	padding: 2rem;
	background-color: var(--light-green);
	border-radius: 1rem;
}

.pay_price_note p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.4rem, 1.371rem + 0.089vw, 1.5rem);
	line-height: 1.8;
	color: #333333;
	margin-top: 1.5rem;
}
.pay_price_note p:first-child {
	margin-top: 0;
}

.pay_period {
	margin-top: 8rem;
}

.pay_period_h3 {
	line-height: 1.5;
	text-align: center;
}

.pay_period_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.pay_period_content {
	margin-top: 5rem;
}

.pay_period_table_wrapper {
	margin-top: 3rem;
}
.pay_period_table_wrapper:first-child {
	margin-top: 0;
}

.pay_period_table {
	width: 100%;
	border-collapse: collapse;
	background-color: var(--white);
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pay_period_table tr {
	border-bottom: 1px solid var(--gray);
}
.pay_period_table tr:last-child {
	border-bottom: none;
}

.pay_period_table th {
	background-color: var(--light-green);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: clamp(1.5rem, 1.414rem + 0.268vw, 1.8rem);
	color: var(--dark-green);
	padding: 2rem;
	text-align: left;
	vertical-align: top;
	width: 40%;
}

.pay_period_table td {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	color: #333333;
	padding: 2rem;
	vertical-align: top;
}

.pay_retention {
	margin-top: 8rem;
}

.pay_retention_h3 {
	line-height: 1.5;
	text-align: center;
}

.pay_retention_h3 span {
	display: block;
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	color: var(--dark-green);
}

.pay_retention_content {
	margin-top: 5rem;
}

.pay_retention_h4 {
	line-height: 1.5;
	text-align: center;
}

.pay_retention_h4 span {
	display: block;
	font-size: clamp(1.8rem, 1.629rem + 0.536vw, 2.4rem);
	color: var(--dark-green);
	font-weight: 700;
}

.pay_retention_text {
	margin-top: 3rem;
}

.pay_retention_text p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.471rem + 0.089vw, 1.6rem);
	line-height: 1.8;
	margin-top: 2rem;
}
.pay_retention_text p:first-child {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.pay_intro_text,
	.pay_price_content,
	.pay_period_content,
	.pay_retention_content {
		margin-top: 3rem;
	}
	.pay_price_table,
	.pay_period_table {
		display: block;
	}
	.pay_price_table tbody,
	.pay_period_table tbody {
		display: block;
	}
	.pay_price_table tbody tr,
	.pay_period_table tbody tr {
		display: block;
		margin-bottom: 2rem;
		border-bottom: 2px solid var(--gray);
	}
	.pay_price_table tbody tr:last-child,
	.pay_period_table tbody tr:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}
	.pay_price_table thead th,
	.pay_price_table tbody th,
	.pay_price_table tbody td,
	.pay_period_table th,
	.pay_period_table td {
		display: block;
		width: 100%;
		padding: 1.5rem;
	}
	.pay_price_table thead th,
	.pay_price_table tbody th,
	.pay_period_table th {
		border-bottom: 1px solid var(--gray);
		margin-bottom: 1rem;
	}
	.pay_price_note {
		padding: 1.5rem;
	}
}
.page_common_header {
	position: relative;
	z-index: 1;
}

.page_common_body {
	margin-top: 5rem;
}

.page_common p {
	font-size: 1.6rem;
	line-height: 1.8;
}

.page_common h1 {
	text-align: center;
}

.page_common h1 span {
	display: block;
}

.common_h1_top {
	font-size: clamp(2.4rem, 1.657rem + 2.321vw, 5rem);
}

.common_h1_bottom {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	margin-top: 1.5rem;
	color: var(--dark-green);
	letter-spacing: 1px;
}

.page_common h2 {
	font-size: clamp(2rem, 1.657rem + 1.071vw, 3.2rem);
	line-height: 1.5;
	color: var(--dark-green);
	text-align: center;
	margin-block: 5rem;
}

.page_common h3 {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 1px;
	margin-block: 4rem 2rem;
}

.kodomo_merits_item_h4 {
	margin-top: 0;
}

.page_common .wp-block-group {
	margin-top: 3rem;
}
.wp-block-column{
	margin-top: 3rem;
}
.page_common .wp-block-group .wp-block-columns {
	border: var(--dark-green) 3px solid;
	padding: 3rem;
	border-radius: 2rem;
}

.page_common ul {
	padding-left: 2rem;
	list-style-type: disc;
	margin-top: 1rem;
}
.page_common ul:first-child {
	margin-top: 0;
}

.page_common ul li {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 0.5rem;
}
.page_common ul li:first-child {
	margin-top: 0;
}

.page_common table {
	margin-top: 3rem;
}

.page_common table tr:first-child {
	background-color: var(--dark-green);
	color: var(--white);
}

.page_common table tr th,
.page_common table tr td {
	font-size: 1.6rem;
	padding: 2rem;
	line-height: 1.5;
}

h4.wp-block-heading {
	font-size: 1.8rem;
	margin-top: 3rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

.kodomo_merits_item h3 {
	margin-top: 0;
}

.kodomo_faq_item h3 {
	margin-top: 0;
}
.has-text-align-center {
  margin-bottom: 3rem;
}
/*# sourceMappingURL=style.css.map */