/*
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 {
	--main-green: #95c550;
	--dark-green: #2bb99f;
	--dark-yellow: #9f8f37;
	--light-green: #f4ffe5;
	--light-blue: #f4fffd;
	--light-yellow: #fbfddf;
	--white: #ffffff;
	--gray: #72706e;
	--line-green: #06c557;
	--main-yellow: #ffe762;
}

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

main {
	flex: 1;
	overflow-x: hidden;
	margin-top: 14.6rem;
	background-color: var(--white);
}

.page_main {
	margin-top: 0;
}

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 {
	max-width: 114rem;
	position: relative;
	padding-block: 5rem;
	margin-inline: auto;
	padding-inline: 2rem;
}

.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;
}

.white {
	color: var(--white);
}

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

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

.pc {
	display: block;
}

.sp {
	display: none;
}

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

.common_btn a {
	position: relative;
	display: inline-block;
	background-color: var(--main-green);
	padding-block: 2rem;
	padding-inline: 5rem;
	border-radius: 5rem;
	text-align: center;
	transition: all 0.3s ease;
}

.common_btn a:hover {
	background-color: var(--dark-green);
}

.common_btn a span {
	font-family: "Zen Kaku Gothic New", sans-serif;
	display: inline-block;
	color: var(--white);
	font-size: 1.8rem;
	font-weight: 500;
}

.common_btn a::before {
	position: absolute;
	content: url(./images/icon/arrow_right_white.svg);
	right: 2rem;
	top: 50%;
	width: 5px;
	height: 11px;
	transform: translate(0, -50%);
	transition: all 0.3s ease;
}

.common_btn a:hover::before {
	transform: translate(0.5rem, -50%);
}

@media screen and (max-width: 768px) {
	main {
		margin-top: 8.2rem;
	}

	.common_h2_bottom {
		margin-top: 0.5rem;
		font-size: 1.2rem;
	}

	.section_inner {
		padding-block: 3rem;
		padding-inline: 1.5rem;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

.bottom_link {
	position: fixed;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: row;
	z-index: 100;
}

.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(--dark-yellow);
}

.bottom_mail {
	background-color: var(--line-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;
	box-shadow: 3px 3px 6px #dddddd;
}

.header_nav_wrapper {
	max-width: 95rem;
	margin-inline: auto;
	padding-inline: 2rem;
}

.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_nav_item_sub {
	position: relative;
}

.header_nav_sub_list {
	position: absolute;
	top: 2rem;
	left: 0;
	display: none;
	background-color: var(--light-green);
	padding-block: 1rem;
	padding-inline: 0;
	min-width: 18rem;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	z-index: 200;
}

.header_nav_sub_item a {
	display: block;
	padding-block: 1rem;
	padding-inline: 1.5rem;
	white-space: nowrap;
}

.header_nav_item_sub:hover .header_nav_sub_list {
	display: block;
}

.header_hamburger {
	display: none;
}

@media screen and (max-width: 800px) {
	.header_logo a img {
		width: 15rem;
	}
}

@media screen and (max-width: 768px) {
	.header {
		box-shadow: 3px 3px 6px #dddddd;
	}

	.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 {
		font-family: "Zen Kaku Gothic New", sans-serif;
		position: fixed;
		top: 7.6rem;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: var(--white);
		z-index: 20;
		box-shadow: unset;
		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: 1rem;
		padding-inline: 0;
	}

	.header_nav_list a {
		font-size: 2.4rem;
		padding-inline: 0;
	}

	.header_nav_item_sub {
		width: 100%;
	}

	.header_nav_sub_list {
		position: static;
		display: block;
		background-color: transparent;
		box-shadow: none;
		padding-block: 0;
	}

	.header_nav_sub_item a {
		padding-inline: 1rem;
		font-size: 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);
	}

	.header_nav_item,
	.header_nav_item_sub>a {
		display: block;
		border-bottom: 1px solid var(--dark-green);
		padding-bottom: 1rem;
		margin-bottom: 1rem;
		width: 100%;
		padding-inline: 0;
	}

	.header_nav_item:last-child,
	.header_nav_item_sub>a:last-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.header_nav_sub_list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}

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

.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;
	}
}

.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(--dark-green);
}

.time_info {
	margin-top: 2rem;
}

.time_info p {
	font-size: 1.33rem;
	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(--dark-green);
	color: var(--white);
	min-width: 8rem;
	padding-block: 0.5rem;
	text-align: center;
}

.fv {
	position: relative;
}

.circle_group_01 {
	position: absolute;
	top: -14%;
	left: -29%;
	width: 100%;
	max-width: 100%;
	height: 100%;
	z-index: 0;
}

.circle {
	position: absolute;
}

.circle_y_01 {
	top: -50%;
	left: -20%;
}

.circle_y_02 {
	bottom: -50%;
	right: -23%;
}

.circle_b_01 {
	top: -10%;
	left: 40%;
}

.circle_b_02 {
	bottom: -20%;
	right: 80%;
}

.circle_g_01 {
	top: 30%;
	left: 10%;
}

.circle_g_02 {
	bottom: 40%;
	right: 45%;
}

.fv_wrapper {
	display: flex;
	justify-content: end;
	padding: 5rem;
}

.fv_img {
	border-radius: 5rem;
	overflow: hidden;
	height: 100%;
	aspect-ratio: 1/0.8;
}

.fv_img img {
	width: 50vw;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.fv_section_inner {
	max-width: 114rem;
	margin-inline: auto;
}

.fv_text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 2rem;
}

.fv_h2 span {
	display: block;
	font-size: clamp(2.4rem, 1.657rem + 2.321vw, 5rem);
	line-height: 1.5;
	font-weight: 500;
	text-shadow: 3px 3px 3px var(--white), -3px -3px 3px var(--white), -3px 3px 3px var(--white), 3px -3px 3px var(--white), 3px 0px 3px var(--white), -3px 0px 3px var(--white), 0px 3px 3px var(--white), 0px -3px 3px var(--white);
	margin: 0;
}

.fv_text p {
	font-size: 1.6rem;
	margin-top: 2rem;
	line-height: 1.7;
}

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

.fv_btn a {
	position: relative;
	display: inline-block;
	background-color: var(--line-green);
	padding-block: 1rem;
	padding-inline: 5rem;
	border-radius: 5rem;
	text-align: center;
	transition: all 0.3s ease;
}

.fv_btn a:hover {
	background-color: var(--dark-green);
}

.fv_btn a::before {
	position: absolute;
	content: url(./images/icon/arrow_right_white.svg);
	right: 2rem;
	top: 50%;
	width: 5px;
	height: 11px;
	transform: translate(0, -50%);
	transition: all 0.3s ease;
}

.fv_btn a:hover::before {
	transform: translate(0.5rem, -50%);
}

.fv_btn a span {
	display: block;
	color: var(--white);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	border-radius: 0.5rem;
	transition: all 0.3s ease;
}

.fv_btn a span:hover {
	background-color: var(--dark-green);
}

.fv_btn a span:first-child {
	color: var(--main-yellow);
}

@media screen and (max-width: 1024px) {
	.fv_wrapper {
		padding: 2rem;
	}
}

@media screen and (max-width: 670px) {
	.fv_wrapper {
		justify-content: center;
	}

	.fv_img {
		aspect-ratio: 3/2;
		width: 100%;
	}

	.fv_img img {
		width: 100%;
	}

	.fv_text {
		position: unset;
		transform: translateY(-12%);
		padding-left: 1.5rem;
	}

	.circle_group_01 {
		top: unset;
		left: unset;
		bottom: -20%;
		right: 0;
		width: 50%;
	}

	.fv_text {
		position: unset;
		transform: translateY(-12%);
		padding-inline: 1.5rem;
	}

	.fv_btn {
		display: flex;
		justify-content: center;
	}
}

.feature {
	background-image: url(./images/feature/bg.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

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

.feature_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 3rem;
	padding: 2rem;
	border: 1px solid var(--main-green);
	border-radius: 2rem;
	background-color: var(--white);
}

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

.feature_img {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	flex: 2;
}

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

.feature_h3 {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.feature_h3 span {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.8rem, 1.743rem + 0.179vw, 2rem);
	font-weight: 500;
	line-height: 1.5;
}

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

@media screen and (max-width: 768px) {
	.feature_list {
		gap: 3rem;
	}

	.feature_item {
		flex-direction: column;
		gap: 2rem;
		padding: 2rem;
		border: 1px solid var(--main-green);
		border-radius: 2rem;
	}

	.feature_img {
		flex: 1;
	}

	.feature_img img {
		aspect-ratio: 3/1.7;
		-o-object-fit: cover;
		object-fit: cover;
		border-radius: 2rem;
	}

	.feature_h3 img {
		width: 5rem;
	}
}

.movie {
	padding-block: 5rem;
}

.movie .section_inner {
	background-color: var(--light-green);
	padding: 5rem;
	border: 5px dotted var(--dark-green);
	padding-block: 5rem;
}

.movie_container {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	gap: 5rem;
	padding: 2rem;
	border-radius: 2rem;
	margin-top: 5rem;
}

.movie_text {
	flex: 1;
	background-color: var(--white);
	padding: 2rem;
	border-radius: 2rem;
	width: 100%;
}

.movie_text p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.6rem, 1.486rem + 0.357vw, 2rem);
	line-height: 1.7;
	text-align: center;
}

.movie_img {
	flex: 1;
}

.movie_img iframe {
	max-width: 100%;
	border-radius: 2rem;
	aspect-ratio: 3 / 2;
	height: auto;
}

@media screen and (max-width: 768px) {

	.movie,
	.movie .section_inner {
		padding-inline: 1.5rem;
	}

	.movie_container {
		margin-top: 3rem;
		padding: 0;
	}
}

@media screen and (max-width: 410px) {
	.movie_text {
		padding: 1rem;
	}

	.movie_text p {
		font-size: 1.4rem;
	}
}

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

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

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


@media screen and (max-width: 768px) {
	.info_container {
		flex-direction: column;
		gap: 3rem;
		margin-top: 5rem;
	}
}

.calender_img {
	margin-top: 5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

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

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

.partner_container {
	margin-top: 5rem;
}

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

.partner_item {
	display: flex;
	justify-content: center;
	align-items: center;
}

.partner_item a {
	display: block;
	opacity: 1;
	transition: all 0.3s ease;
}

.partner_item a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 768px) {
	.partner_container {
		margin-top: 3rem;
	}

	.partner_list {
		grid-template-columns: repeat(2, 1fr);
		gap: 3rem;
	}
}

@media screen and (max-width: 500px) {
	.partner_list {
		grid-template-columns: repeat(1, 1fr);
		gap: 1rem;
	}
}

.column_container {
	margin-top: 5rem;
}

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

.column_item {
	display: flex;
	flex-direction: column;
}

.column_img {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 2rem;
}

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

.column_meta time {
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 500;
	color: var(--gray);
}

.column_h1 {
	margin-top: 1rem;
}

.column_h1 span {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.column_list {
		grid-template-columns: repeat(1, 1fr);
		gap: 3rem;
	}

	.column_img img {
		width: 100%;
	}
}

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

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

.banner_img img {
	border-radius: 2rem;
}

.banner_img img:last-child {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.page_header {
	position: relative;
	text-align: center;
	height: 30vh;
	background-image: url(./images/page/header_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: center;
	margin-top: 14.5rem;
	filter: brightness(2.1);
}

.page_header::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 0;
}

.page_header02 {
	position: relative;
	text-align: center;
	height: 30vh;
	background-image: url(./images/page/header_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: center;
	filter: brightness(2.1);
	margin-top: 14.5rem;
}

.page_header02::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 0;
}

.page_header h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--white);
	font-size: clamp(2.4rem, 1.943rem + 1.429vw, 4rem);
	font-weight: 500;
	line-height: 1.5;
	z-index: 1;
}

.page_header02 h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--white);
	font-size: clamp(2.4rem, 1.943rem + 1.429vw, 4rem);
	font-weight: 500;
	line-height: 1.5;
	z-index: 1;
}

.page_content {
	font-family: "Zen Kaku Gothic New", sans-serif;
	padding: 2rem;
	background-color: var(--white);
	max-width: 114rem;
	margin-inline: auto;
}

.page_content p {
	font-size: 1.6rem;
	line-height: 1.7;
}

.page_content ul {
	list-style: disc;
	padding-left: 2rem;
}

.page_content ul li {
	font-size: 1.6rem;
	line-height: 1.7;
}

.page_content ol {
	list-style: decimal;
	padding-left: 2rem;
}

.page_content img {
	border-radius: 2rem;
}

.page_content h2 {
	font-family: "Zen Old Mincho", serif;
	margin-top: 5rem;
	line-height: 1.5;
}

.page_content h3 {
	font-size: clamp(1.6rem, 1.486rem + 0.357vw, 2rem);
	line-height: 1.5;
	font-weight: 500;
	color: var(--dark-green);
}

.page_content .wp-block-columns {
	margin-top: 5rem;
}

@media screen and (max-width: 782px) {
	.row-reverse>* {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 768px) {
	.page_header {
		height: 20vh;
		margin-top: 7.6rem;
	}

	.page_content .wp-block-columns:nth-child(even) {
		flex-direction: column-reverse;
	}
}

.worry {
	background-color: var(--light-green);
}

.worry_container {
	margin-top: 5rem;
}

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

.worry_list a {
	display: flex;
	border-radius: 2rem;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.worry_list a:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.worry_list a .worry_img {
	flex: 1;
}

.worry_list a .worry_text {
	flex: 2;
	background-color: var(--white);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-block: 2rem;
	transition: all 0.3s ease;
}

.worry_list a .worry_text span {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.6rem, 1.142rem + 0.596vw, 2rem);
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
	transition: all 0.3s ease;
}

.worry_list a:hover .worry_text span {
	color: var(--white);
}

.worry_list a:hover .worry_text {
	background-color: var(--dark-green);
}

@media screen and (max-width: 768px) {
	.worry_container {
		margin-top: 3rem;
	}

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

	.worry_list a .worry_text span {
		font-size: clamp(1.6rem, 1.187rem + 1.058vw, 2rem);
	}

	.worry_list a .worry_img {
		flex: 0.7;
	}
}

@media screen and (max-width: 470px) {
	.worry_list {
		grid-template-columns: repeat(1, 1fr);
	}
}

.info_table {
	margin-top: 3rem;
}

.info_table tbody tr td {
	text-align: left;
	line-height: 1.5;
}

.road_container {
	margin-top: 5rem;
}

.road_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5rem;
	padding-right: 5rem;
}

.road_item {
	display: flex;
	flex-direction: column;
	position: relative;
	border-radius: 2rem;
	background-color: var(--light-green);
	padding: 3rem;
	gap: 2rem;
}

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

.road_item:last-child::before {
	display: none;
}

.road_meta {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 1rem;
}

.road_meta>* {
	display: flex;
}

.road_step {
	display: block;
	width: 7rem;
	height: 7rem;
	border-radius: 50%;
	aspect-ratio: 1/1;
	background-color: var(--dark-green);
}

.road_step span {
	font-family: "Zen Kaku Gothic New", sans-serif;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: var(--white);
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.3;
	height: inherit;
}

.road_title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 500;
}

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

.brightness{
	filter: brightness(1.4);
}

@media screen and (max-width: 768px) {
	.road_list {
		grid-template-columns: repeat(1, 1fr);
		padding-right: 0;
	}

	.road_item::before {
		position: absolute;
		content: url(./images/icon/arrow_right_green.svg);
		top: unset;
		right: unset;
		left: 50%;
		bottom: -6.5rem;
		transform: translateX(-50%) rotate(90deg);
	}

	.road_item:last-child::before {
		display: none;
	}
}

.page_h2 {
	text-align: left;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--dark-green);
}

.page_h2 span {
	display: block;
}

.page_h2_top {
	font-size: clamp(1.8rem, 0.886rem + 2.857vw, 5rem);
	line-height: 1.5;
}

.page_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;
}

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

.treatment_page_img img {
	border-radius: 2rem;
}

.treatment_page_item {
	position: relative;
}

.treatment_page_item::before {
	position: absolute;
	content: url(./images/icon/check_green.svg);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.treatment_page_item span {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.6rem, 1.486rem + 0.357vw, 2rem);
	line-height: 2;
	font-weight: 500;
	margin-top: 1.8rem;
	padding-left: 2.6rem;
	display: block;
}

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

.fix_container>* {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	flex: 1;
}

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

.fix_title {
	background-image: linear-gradient(to right, #2bb99f, #5dcbd4, #a2d9f2, #dce9fc, #ffffff);
	padding-block: 1rem;
	padding-inline: 2rem;
	border-radius: 2rem;
}

.fix_title span {
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(2rem, 1.6rem + 1.25vw, 3.4rem);
	font-weight: 500;
	color: var(--white);
}

.fix_text p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.6rem;
	line-height: 1.7;
	margin-top: 1.6rem;
}

.fix_step_container {
	margin-top: 5rem;
}

.fix_step_list {
	display: flex;
	flex-direction: column;
	gap: 3.5rem;
}

.fix_step_item {
	position: relative;
	display: flex;
	gap: 2rem;
	justify-content: start;
	align-items: center;
	border-radius: 2rem;
	border: 1px solid var(--main-green);
	padding: 2rem;
}

.fix_step_item::before {
	position: absolute;
	content: url(./images/icon/arrow_down_green.svg);
	left: 4.7rem;
	bottom: -2.9rem;
}

.fix_step_item:last-child::before {
	display: none;
}

.fix_step_num {
	display: block;
}

.fix_step_num img {
	display: block;
}

.fix_step_text {
	width: 100%;
}

.fix_step_text p {
	font-size: 1.6rem;
	line-height: 1.7;
}

.fix_explain_container {
	margin-top: 5rem;
}

.fix_explain_container p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.6rem;
	line-height: 1.7;
	margin-top: 1.6rem;
}

.fix_explain_box {
	max-width: 85rem;
	margin-inline: auto;
	margin-top: 5rem;
	background-color: var(--light-blue);
	padding: 5rem;
}

.fix_explain_title {
	display: block;
	background-color: var(--dark-green);
	padding-block: 1rem;
	padding-inline: 2rem;
	border-radius: 5rem;
	text-align: center;
	margin-top: 4rem;
}

.fix_explain_title:first-child {
	margin-top: 0;
}

.fix_explain_title span {
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.6rem, 1.343rem + 0.804vw, 2.5rem);
	font-weight: 500;
	color: var(--white);
}

.fix_explain_item {
	margin-top: 2rem;
}

.fix_explain_h4 {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.fix_explain_num {
	padding: 0.5rem 1rem;
	background-color: var(--dark-green);
	color: var(--white);
	font-size: 1.6rem;
	font-weight: 500;
	border-radius: 1rem;
}

.fix_explain_num_title {
	font-size: 1.6rem;
	line-height: 1.7;
	font-weight: 500;
	margin-left: 1rem;
}

.fix_bg_green_list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.fix_bg_green {
	margin-top: 1rem;
}

.fix_bg_green span {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.6rem;
	line-height: 1.7;
	font-weight: 500;
	padding: 0.5rem 1rem;
	border-radius: 1rem;
	background-color: var(--dark-green);
	color: var(--white);
}

.fix_bg_green p {
	font-size: 1.6rem;
	line-height: 1.7;
	font-weight: 500;
	margin-top: 0.5rem;
}

.fix_explain_h4_02 {
	margin-top: 3rem;
}

.fix_explain_h4_02 span {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	color: var(--dark-green);
}

@media screen and (max-width: 768px) {
	.page_header02 {
		height: 20vh;
		margin-top: 7.6rem;
	}

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

	.fix_explain_box {
		padding: 3rem;
	}

	.fix_explain_title {
		margin-top: 2rem;
	}

	.fix_explain_num {
		font-size: 1.4rem;
	}

	.fix_explain_num_title {
		font-size: 1.4rem;
	}

	.treatment_page_item::before {
		transform: unset;
		top: 0;
		margin-top: 7px;
	}

	.fix_container:nth-child(even),
	.fix_container {
		flex-direction: column;
	}

	.fix_explain_box {
		padding-inline: 1.5rem;
	}

	.fix_step_item {
		flex-direction: column;
	}

	.fix_step_item::before {
		left: 50%;
		transform: translateX(-50%);
	}
}

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

.faq_box {
	margin-top: 5rem;
	border-radius: 2rem;
	overflow: hidden;
}

.faq_box:first-child {
	margin-top: 0;
}

.faq_top {
	display: flex;
	align-items: center;
	background-color: var(--dark-green);
	padding: 2rem;
}

.faq_bottom {
	display: flex;
	align-items: baseline;
	background-color: var(--light-green);
	padding: 2rem;
}

.faq_q,
.faq_a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 4rem;
	height: 4rem;
	aspect-ratio: 1/1;
	flex-shrink: 0;
}

.faq_q {
	background-color: var(--white);
}

.faq_q span {
	color: var(--dark-green);
	font-size: 2rem;
}

.faq_h3 {
	padding-left: 2rem;
}

.faq_h3 span {
	color: var(--white);
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 500;
}

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

.faq_a span {
	color: var(--white);
	font-size: 2rem;
}

.faq_para {
	font-size: 1.6rem;
	line-height: 1.8;
	padding-left: 2rem;
}

.review_container {
	margin-top: 5rem;
}

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

.review_box:first-child {
	margin-top: 0;
}

.review_img {
	flex: 1;
}

.review_text {
	flex: 2;
}

.review_img img {
	border-radius: 2rem;
}

.review_name {
	border-bottom: 1px solid var(--dark-green);
	padding-bottom: 1rem;
}

.review_name span {
	font-size: clamp(2rem, 1.6rem + 1.25vw, 3.4rem);
	line-height: 1.5;
	font-weight: 500;
	color: var(--dark-green);
}

.review_voice {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 2rem;
	background-color: var(--light-blue);
	padding: 3rem 2rem;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.ti-widget {
	margin-top: 3rem;
}

@media screen and (max-width: 768px) {
	.review_container {
		margin-top: 3rem;
	}

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

	.faq_container {
		margin-top: 0;
	}
}

/* single */
.single {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.post-title {
	font-size: 3.4rem;
	font-weight: 500;
	line-height: 1.5;
}

.post-meta {
	margin-top: 1.2rem;
}

.post-meta .post-date {
	font-size: 1.4rem;
	color: #707070;
	margin-right: 2rem;
}

.post-meta .post-cats a {
	background-color: var(--light-green);
	color: var(--dark-green);
	padding: 0.3rem 1rem;
	line-height: 1;
	font-size: 1.4rem;
	border-radius: 2rem;
}

.post-thumb {
	margin-top: 2rem;
}

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

.post-content img {
	width: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 2rem;
}

.post-content h2 {
	position: relative;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 500;
	background-color: var(--dark-green);
	color: var(--white);
	padding-left: 2rem;
	padding-block: 1rem;
	margin-top: 2rem;
}

.post-content h2::before {
	position: absolute;
	content: "";
	bottom: -12px;
	left: 2rem;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 12px 11px 0 11px;
	border-color: #2bb99f transparent transparent transparent;
	transform: rotate(0deg);
}

.post-content h3 {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 500;
	padding-left: 2rem;
	padding-bottom: 1rem;
	border-left: 5px solid var(--dark-green);
	border-bottom: 1px solid var(--dark-green);
	margin-top: 2rem;
}

.post-content h4 {
	position: relative;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 500;
	margin-top: 2rem;
	padding-left: 2.5rem;
}

.post-content h4::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 2rem;
	height: 2rem;
	background-color: var(--dark-green);
	border-radius: 50%;
}

.post-content p {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-top: 2rem;
}

.post-content ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 2rem;
}

.post-content ol {
	list-style-position: inside;
	margin-top: 2rem;
}

.post-content ol li ol {
	margin-top: 0;
}

.post-content li {
	font-size: 1.6rem;
	margin-top: 1.5rem;
}

.post-content ol li {
	margin-top: 1.5rem;
}

.post-content ul li ul {
	margin-top: 1.5rem;
}

.post-content table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 2rem;
}

.post-content table thead tr th,
.post-content table thead tr td,
.post-content table tbody tr th,
.post-content table tbody tr td {
	font-size: 1.6rem;
	padding-block: 1.4rem;
	padding-left: 1rem;
}

.post-content table thead tr {
	background-color: var(--dark-green);
}

.post-content table thead tr th,
.post-content table thead tr td {
	color: var(--white);
	border-right: 1px solid var(--white);
}

.post-content table tbody tr td {
	padding-left: 1.5rem;
}

.post-content table tbody tr th,
.post-content table tbody tr td {
	border: solid 1px #707070;
}

.post-content table tbody tr:first-child th,
.post-content table tbody tr:first-child td {
	border-top: none;
}

.post-content dl {
	font-size: 1.6rem;
	margin-top: 2rem;
}

.post-content dl dt {
	line-height: 1.5;
}

.post-content dl dd {
	line-height: 1.5;
}

.post-content strong {
	font-weight: 500;
}

.post-content blockquote {
	background-color: var(--light-green);
	padding: 2rem;
	border-radius: 2rem;
	margin-top: 2rem;
}

.post-content blockquote p:first-child {
	margin-top: 0;
}

.page_main .column_container {
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-top: 0;
}

.column_img {
	border-radius: 2rem;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

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

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

ul.page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 2rem;
}

ul.page-numbers li a {
	font-size: 1.8rem;
}

ul.page-numbers li span.current {
	font-size: 2rem;
	font-weight: 500;
	color: var(--dark-green);
}

/*# sourceMappingURL=style.css.map */

h2.wp-block-heading {
	font-size: 2.4rem;
	font-weight: 500;
	color: var(--dark-green);
}

@media screen and (max-width:768px) {
	h2.wp-block-heading {
		font-size: 1.8rem;
	}
}

.ti-footer-filter-text {
	display: none;
}