body {
	color: #292929;
	font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", sans-serif;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

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

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}


html, body {
    overflow-x: hidden;
}


.wpcf7-spinner{
	display: none;
}

.sub__notfound{
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.025em;
}
















.top-column {
	margin-top: 3.625rem;
}

.top-concept-history {
	margin-top: 2.5rem;
	padding-bottom: 3.5625rem;
}

.top-concept-lists {
	margin-top: 4.59375rem;
}

.top-concept-prejudice {
	margin-top: 2.71875rem;
}

.top-concept-remarks {
	margin-top: 2.40625rem;
}

.top-concept {
	margin-top: 2.125rem;
}

.top-error {
	margin-top: 5rem;
	padding-bottom: 3.25rem;
}

.top-faq {
	margin-top: 3.6875rem;
}

.feature {
	margin-top: 1.65625rem;
}

.top-fv-bottom {
	margin-top: 0.6875rem;
}

.top-info {
	margin-top: 3.1875rem;
}

.top-news {
	margin-top: 2.3125rem;
}

.top-please {
	margin-top: 2.40625rem;
	padding-bottom: 2.375rem;
	text-align: center;
}

.top-price {
	margin-top: 1.76875rem;
	padding-bottom: 3.21875rem;
}

.top-single-column {
	margin-top: 1.875rem;
	padding-bottom: 3.21875rem;
}

.top-single {
	padding-bottom: 3.1875rem;
}

.top-store {
	margin-top: 2.5rem;
}

.top-sub-column {
	margin-top: 1.875rem;
	padding-bottom: 3.25rem;
}

.top-sub-contact {
	margin-top: 1.76875rem;
	padding-bottom: 3.4375rem;
}

.top-sub-faq {
	margin-top: 2.09375rem;
	padding-bottom: 3.1875rem;
}

.top-sub-first-faq {
	margin-top: 4.21875rem;
	padding-bottom: 3.21875rem;
}

.top-sub-first-flow {
	margin-top: 3.6875rem;
}

.top-sub-first-recommendation {
	margin-top: 3.6875rem;
}

.top-sub-first {
	margin-top: 1.75rem;
}

.top-sub-news {
	margin-top: 1.875rem;
	padding-bottom: 3.21875rem;
}

.top-sub-voice {
	margin-top: 2rem;
	padding-bottom: 3.25rem;
}

.top-thanks {
	margin-top: 5rem;
	padding-bottom: 3.25rem;
}

.top-voice {
	margin-top: 2.34375rem;
}

.breadcrumb {
	background-color: #DEE6E0;
	color: #6D6D6D;
	position: relative;
	z-index: 5;
}

.breadcrumb__nav {
	padding-left: 0.9375rem;
}

.breadcrumb__list {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	padding: 0.65625rem 0rem;
}

.breadcrumb__item {
	align-items: center;
	display: flex;
}

.breadcrumb__link {
	-webkit-text-decoration: none;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1;
	text-decoration: none;
}

.breadcrumb__separator {
	font-size: 0.75rem;
	margin: 0 0.5rem;
}

.button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	transition: transform 0.2s ease;
	width: 20rem;
}

.button::after {
	background-color: #015024;
	content: "";
	height: 100%;
	left: 0.4375rem;
	position: absolute;
	top: 0.3125rem;
	transition: background-color 0.3s ease;
	width: 99%;
	z-index: 0;
}

.button--looking::after {
	left: 0.4375rem;
	top: 0.3125rem;
}

.button__inner {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.125rem solid #015024;
	display: inline-flex;
	justify-content: center;
	padding: 0.75rem 1.25rem 0.75rem 2.8125rem;
	position: relative;
	text-decoration: none;
	transition: transform 0.2s ease;
	z-index: 1;
}

.button__inner--looking {
	background-color: #DEE6E0;
	padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}

.button__inner--first {
	background-color: #DEE6E0;
	padding: 0.75rem 3.375rem 0.75rem 4.25rem;
}

.button__inner--info {
	padding: 0.75rem 3.75rem 0.75rem 4.0625rem;
}

.button__inner--faq {
	background-color: #DEE6E0;
	padding: 0.75rem 3.5rem 0.75rem 4.25rem;
}

.button__text {
	color: #015024;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	position: relative;
	top: 0.03125rem;
}

.button__text--looking {
	color: #292929;
	position: relative;
	top: 0.03125rem;
}

.button__text--first {
	color: #292929;
}

.button__icon {
	align-items: center;
	display: flex;
	margin-left: 0.9375rem;
}

.button__icon img {
	height: 1.0625rem;
	width: 1.0625rem;
}

/* ✅ PCのみホバーで沈む演出 */

.care {
	background-color: #DEE6E0;
	padding: 2.375rem 0;
}

.care__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.care__subtitle {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-top: 1.875rem;
	text-align: center;
}

.care__list {
	display: flex;
	flex-direction: column;
	gap: 1.15625rem;
	margin-top: 0.9375rem;
}

.care__item {
	background-color: #fff;
	margin-top: 0.9375rem;
	padding: 1.6875rem 0.9375rem 1.25rem;
	position: relative;
	width: 100%;
}

.care__item--after {
	padding: 3.125rem 0.9375rem 1.25rem;
}

.care__tab {
	background-color: #015024;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.025em;
	line-height: 1;
	padding: 0.5rem 1.40625rem 0.40625rem;
	position: absolute;
	text-transform: capitalize;
	top: 0;
	transform: translate(-50%, -50%);
}

.care__photo {
	margin-left: auto;
	margin-right: auto;
	width: 74.605%;
}

.care__photo img {
	-o-object-fit: cover;
	aspect-ratio: 235/235;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.care__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.2857142857;
	margin-top: 0.84375rem;
	text-align: center;
}

.column__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.column__list {
	margin-top: 2.28125rem;
}

.column__item {
	background-color: #DEE6E0;
	padding: 0.46875rem;
}

.column__item + .column__item {
	margin-top: 0.9375rem;
}

.column__link {
	-webkit-text-decoration: none;
	color: inherit;
	display: block;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.column__content {
	align-items: center;
	background-color: #fff;
	border-radius: 0.46875rem;
	display: flex;
	gap: 0.53125rem;
	padding: 0.46875rem;
}

.column__img {
	width: 36.48%;
}

.column__img img {
	-o-object-fit: cover;
	aspect-ratio: 105/70;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.column__wrapper {
	width: 70%;
}

.column__time {
	color: #015024;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1;
}

.column__title {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-top: 0.53125rem;
}

.column__buttons {
	margin-top: 0.71875rem;
	text-align: right;
}

.column__button-text {
	align-items: center;
	background-color: #015024;
	border: solid 1px #015024;
	color: #fff;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 300;
	gap: 0.1875rem;
	justify-content: center;
	letter-spacing: 0.025em;
	line-height: 1;
	padding: 0.25rem 0.3125rem 0.25rem 0.625rem;
	position: relative;
	transition: box-shadow 0.4s ease, transform 0.4s ease;
	width: 7.09375rem;
	will-change: transform;
}

.column__button-arrow {
	height: 1.0625rem;
	width: 1.0625rem;
}

/* ✅ マウスオーバーで浮かせて、矢印スライド */

.concept-history__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.concept-history__container {
	background-color: #DEE6E0;
	padding: 2.25rem 0 1.9375rem;
}

.concept-history__list {
	border-top: solid 1px #015024;
	margin: 2.8125rem auto 0;
	width: 90.59%;
}

.concept-history__item {
	border-bottom: solid 1px #015024;
}

.concept-history__link {
	-webkit-text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
	padding: 0.75rem 0.96875rem;
	text-decoration: none;
	width: 100%;
}

.concept-history__wrapper {
	align-items: center;
	display: flex;
	gap: 0.78125rem;
}

.concept-history__img {
	width: 27.78%;
}

.concept-history__img img {
	-o-object-fit: cover;
	aspect-ratio: 78.5/78.5;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.concept-history__box {
	width: 67%;
}

.concept-history__time {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1;
}

.concept-history__subtitle {
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.3333333333;
	margin-top: 0rem;
}

.concept-history__button {
	display: block;
	margin: 2.0625rem auto 0;
	position: relative;
	transition: transform 0.2s ease;
	width: 20rem;
}

.concept-history__button::after {
	background-color: #DEE6E0;
	content: "";
	height: 100%;
	left: 0.3125rem;
	position: absolute;
	top: 0.3125rem;
	transition: background-color 0.3s ease;
	width: 99%;
	z-index: 0;
}

.concept-history__button-inner {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #015024;
	border: 0.125rem solid #015024;
	display: inline-flex;
	justify-content: center;
	padding: 0.75rem 1.25rem 0.75rem 2.25rem;
	position: relative;
	text-decoration: none;
	transition: transform 0.2s ease;
	z-index: 1;
}

.concept-history__button-text {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
}

.concept-history__button-icon {
	align-items: center;
	display: flex;
	margin-left: 0.5rem;
}

.concept-history__button-icon img {
	height: 1.0625rem;
	width: 1.0625rem;
}

/* ✅ PCのみホバーで沈む演出 */

.concept-lists__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 2.03125rem;
}

.concept-lists__item + .concept-lists__item {
	margin-top: 3.875rem;
}

.concept-lists__sentence {
	display: flex;
	flex-direction: column;
	gap: 1.125rem;
	margin-top: 2.25rem;
}

.concept-lists__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.4285714286;
}

.concept-lists__img {
	margin: 1.875rem auto 0;
	width: 88.71%;
}

.concept-lists__img img {
	-o-object-fit: cover;
	aspect-ratio: 275/172;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.concept-lists__button {
	display: block;
	margin: 2.0625rem auto 0;
	position: relative;
	transition: transform 0.2s ease;
	width: 20rem;
}

.concept-lists__button::after {
	background-color: #DEE6E0;
	content: "";
	height: 100%;
	left: 0.3125rem;
	position: absolute;
	top: 0.3125rem;
	transition: background-color 0.3s ease;
	width: 99%;
	z-index: 0;
}

.concept-lists__button-inner {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #015024;
	border: 0.125rem solid #015024;
	display: inline-flex;
	justify-content: center;
	padding: 0.75rem 0.875rem;
	position: relative;
	text-decoration: none;
	transition: transform 0.2s ease;
	z-index: 1;
}

.concept-lists__button-text {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
}

.concept-lists__button-icon {
	align-items: center;
	display: flex;
	margin-left: 0.5rem;
}

.concept-lists__button-icon img {
	height: 1.0625rem;
	width: 1.0625rem;
}

/* ✅ PCのみホバーで沈む演出 */

.concept-prejudice {
	background-color: #DEE6E0;
	padding: 2.375rem 0;
}

.concept-prejudice__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.concept-prejudice__container {
	margin-top: 2.34375rem;
}

.concept-remarks__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.concept-remarks__sentence {
	display: flex;
	flex-direction: column;
	gap: 1.125rem;
	padding: 0 1.25rem;
}

.concept-remarks__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.4285714286;
}

.concept-remarks__text span {
	font-weight: 700;
}

.concept-remarks__line-buttons {
	margin-top: 2.5rem;
	text-align: center;
}

.concept__head {
	align-items: flex-end;
	display: flex;
	gap: 0.1rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.73125rem;
}

.concept__title {
	color: #015024;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
	position: relative;
	white-space: nowrap;
}

.concept__title::after {
	background-color: #292929;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 100%;
	margin-left: 0.0625rem;
	position: absolute;
	transform: translateY(0rem);
	width: 5.625rem;
}

.concept__container {
	margin-top: 2.9375rem;
}

.concept__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 2.03125rem;
}

.concept__subtitle {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
	text-align: center;
}

.concept__sentence {
	display: flex;
	flex-direction: column;
	gap: 1.125rem;
	margin-top: 1rem;
}

.concept__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.4285714286;
}

.concept__image {
	left: -0.5rem;
	margin: 1.875rem auto 0;
	position: relative;
	width: 71.295%;
}

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

.concept__shadow::after {
	background-color: #DEE6E0;
	bottom: -0.75rem;
	content: "";
	height: 100%;
	position: absolute;
	right: -0.75rem;
	width: 100%;
	z-index: -1;
}

.concept-image img {
	-o-object-fit: cover;
	aspect-ratio: 221/221;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.error {
	text-align: center;
}

.error__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.error__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
}

.error__text + .error__text {
	margin-top: 1.25rem;
}

.error__top-buttons {
	margin-top: 3.75rem;
}

.fade-in {
	opacity: 0;
	transform: translateY(40px) scale(0.98);
	transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.fade-in.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.faq-toggle {
	background-color: #fff;
	border: solid 0.0625rem #154C25;
}

.faq-toggle__title {
	align-items: center;
	background: rgba(21, 76, 37, 0.6);
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 0.34375rem 0.375rem 0.34375rem 0.3125rem;
	position: relative;
	z-index: 1;
}

.faq-toggle__title-box {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 0.875rem;
	font-weight: 300;
	gap: 0 0.3125rem;
	letter-spacing: 0.025em;
	line-height: 1.75;
	padding-right: 2.5rem;
	position: relative;
	width: 100%;
}

.faq-toggle__q {
	height: 2.03125rem;
	max-width: 2.03125rem;
	width: 100%;
}

.faq-toggle__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-bottom: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.6s ease, opacity 0.6s ease, margin-bottom 0.6s ease;
	visibility: hidden;
}

.open .faq-toggle__text {
	margin: 1.15625rem 0;
	max-height: 62.5rem;
	opacity: 1;
	padding: 0rem 1.09375rem;
	visibility: visible;
}

.faq-toggle__title-box::before {
	background-color: #fff;
	border: 0.125rem solid #707070;
	border-radius: 50%;
	content: "";
	height: 1.5rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
	z-index: 1;
}

.faq-toggle__title-box::after {
	border-bottom: 0.1875rem solid #707070;
	border-right: 0.1875rem solid #707070;
	content: "";
	height: 0.5rem;
	position: absolute;
	right: 1.1rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: center;
	transition: transform 0.3s ease;
	width: 0.5rem;
	z-index: 2;
}

.faq-toggle__title-box--faq::before {
	background-color: transparent;
	background-color: initial;
	border: 0.125rem solid #fff;
}

.faq-toggle__title-box--faq::after {
	border-bottom: 0.1875rem solid #fff;
	border-right: 0.1875rem solid #fff;
}

.faq-toggle__title-box.active::after {
	transform: translateY(-50%) rotate(-135deg);
}

.faq__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.faq__accordion {
	margin-top: 2.375rem;
}

.faq__toggle + .faq__toggle {
	margin-top: 1.25rem;
}

.faq__button {
	margin-top: 1.875rem;
}

.feature-card-pc__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 3rem;
}

.feature-card-pc__item {
	background-color: #fff;
	margin: 0;
	max-width: calc(33.3333% - 2rem);
	padding: 1.2rem 1.1875rem 1.875rem;
	width: 100%;
}

.feature-card-pc__number {
	border-bottom: solid 1px #CAC2C2;
	color: #015024;
	display: inline-block;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.1041666667;
	padding-bottom: 1rem;
	width: 6.25rem;
}

.feature-card-pc__img {
	-o-object-fit: cover;
	aspect-ratio: 332/220;
	height: auto;
	margin-top: 1.5rem;
	object-fit: cover;
	width: 100%;
}

.feature-card-pc__sentence {
	margin-top: 1.4rem;
	padding: 0 0.96875rem;
}

.feature-card-pc__explanation {
	color: #015024;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
}

.feature-card-pc__text {
	border-top: solid 1px #707070;
	color: #292929;
	font-size: 1.375rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.6875;
	margin-top: 0.625rem;
	padding-top: 2.1875rem;
}

.feature-card-sp__item {
	background-color: #fff;
	padding: 0.45rem 0.4375rem 0.46875rem 0.3125rem;
}

.feature-card-sp__item + .feature-card-sp__item {
	margin-top: 0.725rem;
}

.feature-card-sp__head {
	align-items: flex-end;
	color: #015024;
	display: flex;
	gap: 0.125rem;
}

.feature-card-sp__number {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
}

.feature-card-sp__explanation {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
}

.feature-card-sp__flex {
	display: flex;
	gap: 0.625rem;
	margin-top: 0.6375rem;
}

.feature-card-sp__text {
	border-top: solid 1px #CAC2C2;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.01em;
	line-height: 1.2857142857;
	padding-left: 0.5rem;
	padding-top: 0.565625rem;
	width: 79%;
}

.feature-card-sp__img {
	width: 30%;
}

.feature-card-sp__img img {
	-o-object-fit: cover;
	aspect-ratio: 78.5/78.5;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.feature {
	background-color: #DEE6E0;
	padding: 1.825rem 0 2.375rem;
}

.feature__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.feature__heading {
	align-items: flex-end;
	display: flex;
}

.feature__title {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.015em;
	line-height: 1;
	overflow: hidden;
}

.feature__char {
	display: inline-block;
	opacity: 0;
	transform: translateX(-1.25rem);
	white-space: pre;
}

.js-animation-target.is-visible .feature__char {
	animation: slideInChar 0.5s ease-out forwards;
}

.js-animation-target.is-visible .feature__char:nth-of-type(1) {
	animation-delay: 0.07s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(2) {
	animation-delay: 0.14s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(3) {
	animation-delay: 0.21s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(4) {
	animation-delay: 0.28s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(5) {
	animation-delay: 0.35s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(6) {
	animation-delay: 0.42s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(7) {
	animation-delay: 0.49s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(8) {
	animation-delay: 0.56s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(9) {
	animation-delay: 0.63s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(10) {
	animation-delay: 0.7s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(11) {
	animation-delay: 0.77s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(12) {
	animation-delay: 0.84s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(13) {
	animation-delay: 0.91s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(14) {
	animation-delay: 0.98s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(15) {
	animation-delay: 1.05s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(16) {
	animation-delay: 1.12s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(17) {
	animation-delay: 1.19s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(18) {
	animation-delay: 1.26s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(19) {
	animation-delay: 1.33s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(20) {
	animation-delay: 1.4s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(21) {
	animation-delay: 1.47s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(22) {
	animation-delay: 1.54s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(23) {
	animation-delay: 1.61s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(24) {
	animation-delay: 1.68s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(25) {
	animation-delay: 1.75s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(26) {
	animation-delay: 1.82s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(27) {
	animation-delay: 1.89s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(28) {
	animation-delay: 1.96s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(29) {
	animation-delay: 2.03s;
}

.js-animation-target.is-visible .feature__char:nth-of-type(30) {
	animation-delay: 2.1s;
}

.feature__border {
	border-bottom: solid 1px #292929;
	height: 0.0625rem;
	width: 2.53125rem;
}

.feature__container {
	margin-top: 1.625rem;
}

.feature__button {
	margin-top: 1.875rem;
	text-align: center;
}

.first {
	padding-top: 2.34375rem;
	text-align: center;
}

.first__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.first__top-sentence {
	margin-top: 1.625rem;
}

.first__text {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.6666666667;
}

.first__text + .first__text {
	margin-top: 1.25rem;
}

.first__img {
	margin-top: 1.09375rem;
}

.first__img img {
	-o-object-fit: cover;
	aspect-ratio: 300/169;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.first__bottom-sentence {
	margin-top: 1.03125rem;
}

.first__button {
	margin-top: 1.875rem;
}

.first__line-buttons {
	margin-top: 1.25rem;
}

.footer {
	background-color: #DEE6E0;
	padding: 0.9375rem 0;
}

.footer__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.625rem;
}

.footer__logo {
	height: 1.84375rem;
	width: 3.25rem;
}

.footer__nav {
	margin-top: 0.625rem;
}

.footer__list {
	margin-top: 0.625rem;
}

.footer__list + .footer__list {
	margin-top: 0.625rem;
}

.footer__item + .footer__item {
	margin-top: 0.625rem;
}

.footer__text {
	-webkit-text-decoration: none;
	color: #6D6D6D;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1;
	position: relative;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.footer__text::after {
	background-color: #6D6D6D;
	bottom: -0.125rem;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scaleX(0);
	transform-origin: center;
	transition: transform 0.4s ease;
	width: 100%;
}

.footer__text:hover::after {
	transform: translateX(-50%) scaleX(1);
}

.footer__text:hover {
	opacity: 0.8;
}

.footer__copyright {
	margin-top: 1.875rem;
	text-align: center;
}

.footer__copyright-text {
	color: #6D6D6D;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1;
}

.form__item + .form__item {
	margin-top: 1.40625rem;
}

.form__label {
	color: #015024;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
}

.form__required {
	background-color: #FC0001;
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1;
	margin-left: 0.375rem;
	padding: 0.1875rem 0.625rem 0.25rem;
	position: relative;
	top: -0.125rem;
}

.form__input {
	flex: 1;
}

.form__input input {
	background-color: #EDEDED;
	border: none;
	font-size: 0.875rem;
	font-weight: 300;
	height: 2.84375rem;
	letter-spacing: 0.025em;
	line-height: 1.2857142857;
	margin-top: 0.625rem;
	padding: 0.125rem 1.6875rem;
	width: 100%;
}

.form__input input::-moz-placeholder,
.form__input textarea::-moz-placeholder {
	color: #A7A7A7;
}

.form__input input::placeholder,
.form__input textarea::placeholder {
	color: #A7A7A7;
}

.form__input textarea {
	background-color: #EDEDED;
	border: none;
	font-size: 0.875rem;
	font-weight: 300;
	height: 12.625rem;
	letter-spacing: 0.025em;
	line-height: 1.2857142857;
	margin-top: 0.625rem;
	padding: 0.625rem 1.6875rem;
	resize: vertical;
	width: 100%;
}

.form__submit {
	margin-top: 1.875rem;
	text-align: center;
}

.form__button {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #015024;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.025em;
	line-height: 1;
	padding: 0.9375rem 0rem;
	text-decoration: none;
	transition: background-color 0.3s ease;
	white-space: nowrap;
	width: 18.75rem;
}

.form__button:hover {
	background-color: #06C755;
}

.form__checkboxes {
	display: flex;
	flex-direction: column;
	gap: 0.4375rem;
	margin-top: 0.625rem;
}

.form__checkbox {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
	position: relative;
}

.form__checkbox input {
	display: none;
}

.form__checkbox-icon {
	background-color: #EDEDED;
	height: 1.4375rem;
	margin-right: 0.4375rem;
	min-width: 1.4375rem;
	position: relative;
	width: 1.4375rem;
}

.form__checkbox input:checked + .form__checkbox-icon::before {
	background-image: url("data:image/svg+xml,%3Csvg width='26' height='20' viewBox='0 0 26 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 10.5L9.5 18L24.5 2' stroke='%23000000' stroke-width='3'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 70%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
}

.fv-bottom__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.fv-bottom__flex {
	align-items: center;
	display: flex;
	gap: 1.96875rem;
	text-align: center;
}

.fv-bottom__text{
	margin-top: 0.5rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.125;
	text-align: center;
}

.fv-bottom__img {
	width: 32.74%;
}

.fv-bottom__img img {
	-o-object-fit: cover;
	aspect-ratio: 127.5/120.5;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.fv-bottom__content {
	width: 54.17%;
}

.fv-bottom__title {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.125;
	text-align: center;
}

.fv-bottom__logo {
	height: 4.3125rem;
	margin-left: auto;
	margin-right: auto;
	width: 7.78125rem;
}

.fv-bottom__buttons {
	margin: 3.75rem auto 0;
	text-align: center;
	width: 88.465%;
}

.fv {
	margin-left: auto;
	margin-top: 3.125rem;
	width: 93.07%;
}

.fv img {
	-o-object-fit: cover;
	aspect-ratio: 349/213;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.header__hamburger {
	display: inline-block;
	text-align: right;
	transition: background-color 0.3s ease;
	z-index: 9999;
}

.header__hamburger span {
	background-color: #292929;
	display: block;
	height: 0.1875rem;
	position: relative;
	text-align: right;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.header__hamburger.is-open {
	background: none;
	background-color: #06C755;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	height: 3.1875rem;
	margin: 0;
	padding-left: 0.58rem;
	position: fixed;
	right: 1rem;
	top: 1rem;
	width: 3.1875rem;
	z-index: 9999;
}

.header__hamburger.is-open span {
	background-color: #fff;
	height: 0.125rem;
}

.header__hamburger span:nth-child(1) {
	top: 0;
	width: 1.5rem;
}

.header__hamburger span:nth-child(2) {
	margin: 0.25rem 0;
	width: 1.5rem;
}

.header__hamburger span:nth-child(3) {
	top: 0;
	width: 1.5rem;
}

.header__hamburger.is-open span:nth-child(1) {
	left: 0.3125rem;
	top: 0.45rem;
	transform: rotate(42deg);
	width: 1.375rem;
}

.header__hamburger.is-open span:nth-child(2) {
	opacity: 0;
	transform: translateY(-50%);
	width: 1.375rem;
}

.header__hamburger.is-open span:nth-child(3) {
	left: 0.3125rem;
	top: -0.3rem;
	transform: rotate(-42deg);
	width: 1.375rem;
}

.header {
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	transition: top 0.1s ease;
	z-index: 9999;
}

.header.is-fixed-shadow {
	background-color: #fff;
	box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
}

.header__container {
	align-items: center;
	display: flex;
	height: inherit;
	height: 3.125rem;
	justify-content: space-between;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	position: relative;
	transition: background-color 0.3s ease;
}

.header__logo {
	height: 1.84375rem;
	position: relative;
	width: 3.3125rem;
	z-index: 8000;
}

.header__flex {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.header__banner-flex {
	align-items: center;
	display: flex;
	gap: 0.25rem;
}

.header__banner-box {
	align-items: center;
	background-color: #06C755;
	border-radius: 0.9375rem;
	cursor: pointer;
	display: flex;
	height: 1.875rem;
	justify-content: center;
	overflow: hidden;
	padding: 0.5625rem 0.5rem;
	position: relative;
	text-align: center;
	transition: background-color 0.5s;
	z-index: 1;
}

.header__banner-box--contact {
	background-color: #F5671F;
}

.header__banner-text {
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1;
	text-align: center;
	transition: transform 0.3s ease;
	z-index: 1;
}

.info__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.info__heading {
	align-items: flex-end;
	display: flex;
}

.info__title {
	margin-top: 0.5rem;
	color: #015024;
	display: inline-flex;
	flex-wrap: wrap;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
	overflow: hidden;
}

.info__title-top{
	color: #015024;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
}

.info__char {
	display: inline-block;
	opacity: 0;
	transform: translateX(-1.25rem);
}

.js-animation-target.is-visible .info__char {
	animation: slideInChar 0.5s ease-out forwards;
}

.js-animation-target.is-visible .info__char:nth-of-type(1) {
	animation-delay: 0.07s;
}

.js-animation-target.is-visible .info__char:nth-of-type(2) {
	animation-delay: 0.14s;
}

.js-animation-target.is-visible .info__char:nth-of-type(3) {
	animation-delay: 0.21s;
}

.js-animation-target.is-visible .info__char:nth-of-type(4) {
	animation-delay: 0.28s;
}

.js-animation-target.is-visible .info__char:nth-of-type(5) {
	animation-delay: 0.35s;
}

.js-animation-target.is-visible .info__char:nth-of-type(6) {
	animation-delay: 0.42s;
}

.js-animation-target.is-visible .info__char:nth-of-type(7) {
	animation-delay: 0.49s;
}

.js-animation-target.is-visible .info__char:nth-of-type(8) {
	animation-delay: 0.56s;
}

.js-animation-target.is-visible .info__char:nth-of-type(9) {
	animation-delay: 0.63s;
}

.js-animation-target.is-visible .info__char:nth-of-type(10) {
	animation-delay: 0.7s;
}

.js-animation-target.is-visible .info__char:nth-of-type(11) {
	animation-delay: 0.77s;
}

.js-animation-target.is-visible .info__char:nth-of-type(12) {
	animation-delay: 0.84s;
}

.js-animation-target.is-visible .info__char:nth-of-type(13) {
	animation-delay: 0.91s;
}

.js-animation-target.is-visible .info__char:nth-of-type(14) {
	animation-delay: 0.98s;
}

.js-animation-target.is-visible .info__char:nth-of-type(15) {
	animation-delay: 1.05s;
}

.js-animation-target.is-visible .info__char:nth-of-type(16) {
	animation-delay: 1.12s;
}

.js-animation-target.is-visible .info__char:nth-of-type(17) {
	animation-delay: 1.19s;
}

.js-animation-target.is-visible .info__char:nth-of-type(18) {
	animation-delay: 1.26s;
}

.js-animation-target.is-visible .info__char:nth-of-type(19) {
	animation-delay: 1.33s;
}

.js-animation-target.is-visible .info__char:nth-of-type(20) {
	animation-delay: 1.4s;
}

.js-animation-target.is-visible .info__char:nth-of-type(21) {
	animation-delay: 1.47s;
}

.js-animation-target.is-visible .info__char:nth-of-type(22) {
	animation-delay: 1.54s;
}

.js-animation-target.is-visible .info__char:nth-of-type(23) {
	animation-delay: 1.61s;
}

.js-animation-target.is-visible .info__char:nth-of-type(24) {
	animation-delay: 1.68s;
}

.js-animation-target.is-visible .info__char:nth-of-type(25) {
	animation-delay: 1.75s;
}

.js-animation-target.is-visible .info__char:nth-of-type(26) {
	animation-delay: 1.82s;
}

.js-animation-target.is-visible .info__char:nth-of-type(27) {
	animation-delay: 1.89s;
}

.js-animation-target.is-visible .info__char:nth-of-type(28) {
	animation-delay: 1.96s;
}

.js-animation-target.is-visible .info__char:nth-of-type(29) {
	animation-delay: 2.03s;
}

.js-animation-target.is-visible .info__char:nth-of-type(30) {
	animation-delay: 2.1s;
}

.info__border {
	border-bottom: solid 1px #292929;
	height: 0.0625rem;
	width: 7.40625rem;
}

.info__sentence {
	margin-top: 1.875rem;
}

.info__text {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 2.1428571429;
}

.info__text + .info__text {
	margin-top: 1.875rem;
}

.info__img {
	margin: 1.375rem auto 0;
	width: 88.236%;
}

.info__img img {
	-o-object-fit: cover;
	aspect-ratio: 300/169;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.info__button {
	margin-top: 1.875rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.locking-card {
	border: solid 1px #CAC2C2;
}

.locking-card__title {
	background-color: #015024;
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.825rem 0 0.70625rem;
	text-align: center;
}

.locking-card__wrapper {
	align-items: center;
	display: flex;
	gap: 0.5625rem;
	padding: 0.78125rem;
}

.locking-card__img {
	width: 25.45%;
}

.locking-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 85/85;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.locking-card__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.5;
	width: 67.665%;
}

.locking-card__dl {
	border-top: solid 1px #CAC2C2;
	cursor: pointer;
	position: relative;
}

.locking-card__summary {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	padding: 0.875rem 0.625rem 0.875rem 0.75rem;
}

.locking-card__summary dt {
	flex-shrink: 0;
}

.locking-card__summary dt img {
	height: 1.0625rem;
	transition: transform 0.3s ease;
	width: 1.0625rem;
}

.locking-card__summary dd {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.locking-card__summary .locking-card__standard {
	align-items: center;
	background-color: #DEE6E0;
	display: inline-flex;
	font-size: 0.5625rem;
	font-weight: 300;
	height: 0.84375rem;
	justify-content: center;
	left: 8.4375rem;
	letter-spacing: 0.025em;
	line-height: 1;
	padding: 0.03125rem 0.1875rem 0rem;
	white-space: nowrap;
}

.locking-card__detail {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.6;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding-bottom: 0;
	padding-left: 1.55rem;
	padding-right: 0.625rem;
	padding-top: 0;
	transition: all 0.4s ease;
	width: 100%;
}

.js-locking-card-toggle.is-open .locking-card__detail {
	max-height: 1000px;
	opacity: 1;
	padding-bottom: 0.5rem;
}

.js-locking-card-toggle.is-open .locking-card__summary dt img {
	transform: rotate(90deg);
}

.locking-card__detail-box {
	display: flex;
}

.locking-card__detail-title {
	max-width: 4.375rem;
	width: 100%;
}

.locking-card__summary {
	cursor: pointer;
}

.locking {
	padding: 2.4375rem 0 2.375rem;
}

.locking__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.90625rem;
}

.locking__list {
	display: flex;
	flex-direction: column;
	gap: 1.375rem;
	margin-top: 2.375rem;
}

.locking__item {
	width: 100%;
}

.locking__button {
	margin-top: 2.09375rem;
}

.locking__line-buttons {
	margin-top: 1.125rem;
	text-align: center;
}

.news {
	background-color: #DEE6E0;
	padding: 2.4375rem 0 1.34375rem;
}

.news__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.news__list {
	background-color: #fff;
	margin-top: 2.25rem;
	padding: 1.125rem;
}

.news__item-link {
	-webkit-text-decoration: none;
	color: inherit;
	display: block;
	text-decoration: none;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.news__item + .news__item {
	margin-top: 1.0625rem;
}

.news__time {
	color: #015024;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1;
}

.news__subtitle {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.news__border {
	padding-top: 1.25rem;
}

.news__buttons {
	margin-top: 0.71875rem;
	text-align: right;
}

.news__button-text {
	align-items: center;
	background-color: #015024;
	border: solid 1px #015024;
	color: #fff;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 300;
	gap: 0.1875rem;
	justify-content: center;
	letter-spacing: 0.025em;
	line-height: 1;
	padding: 0.25rem 0.3125rem 0.25rem 0.625rem;
	position: relative;
	transition: box-shadow 0.4s ease, transform 0.4s ease;
	width: 7.09375rem;
	will-change: transform;
}

.news__button-arrow {
	height: 1.0625rem;
	width: 1.0625rem;
}

/* ✅ マウスオーバーで浮かせて、矢印スライド */

.wp-pagenavi {
	align-items: center;
	display: flex;
	gap: 0.53125rem;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-pagenavi li {
	display: inline-block;
}

.wp-pagenavi a,
.wp-pagenavi span {
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #292929;
	color: #292929;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 300;
	height: 2.03125rem;
	justify-content: center;
	line-height: 1;
	padding: 0.625rem 0.75rem;
	transition: 0.3s ease;
	width: 2.03125rem;
}

.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
	background-color: #015024;
	color: #fff;
}

.wp-pagenavi span.current {
	background-color: #015024;
	color: #fff;
	pointer-events: none;
}




.pc-nav {
	position: relative;
	z-index: 1000;
}

.pc-nav__container {
	display: flex;
	flex-direction: column;
	gap: 1.0625rem;
}

.pc-nav__top {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.pc-nav__list {
	display: flex;
	gap: 1rem;
}

.pc-nav__list--bottom {
	gap: 3.25rem;
}

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

.pc-nav__ja {
	-webkit-text-decoration: none;
	color: #696969;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
	text-decoration: none;
	transition: color 0.3s ease, transform 0.3s ease;
}

.pc-nav__ja::after {
	background-color: #fff;
	bottom: -0.125rem;
	content: "";
	height: 0.125rem;
	left: 0;
	opacity: 0;
	position: absolute;
	transform: scaleX(0.5);
	transform-origin: center;
	transition: opacity 0.3s ease, transform 0.3s ease;
	width: 100%;
}

.pc-nav__ja:hover {
	color: #015024;
	transform: translateY(-0.125rem);
}

.pc-nav__ja:hover::after {
	opacity: 1;
	transform: scaleX(1);
}

.pc-nav__ja--bottom {
	color: #292929;
	font-size: 1.25rem;
}

.pc-nav__box {
	align-items: center;
	display: flex;
	gap: 0.75rem;
}

.pc-nav__banner {
	background-color: #06C755;
	border-radius: 0.625rem;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	transition: background-color 0.5s;
}

.pc-nav__banner::before {
	background-color: #059540;
	content: "";
	height: 100%;
	left: 100%;
	position: absolute;
	top: 0;
	transform: skewX(-20deg) translateX(0);
	transition: transform 0.6s ease;
	width: 100%;
	z-index: 0;
}

.pc-nav__banner--contact {
	background-color: #F5671F;
}

.pc-nav__banner--contact::before {
	background-color: #d74f0a;
}

.pc-nav__banner:hover::before {
	transform: skewX(-20deg) translateX(-200%);
}

.pc-nav__banner-box {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0.9375rem 1.1875rem 0.875rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.pc-nav__banner-text {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	transition: transform 0.3s ease;
	z-index: 1;
}

.pc-nav__banner:hover .pc-nav__banner-text {
	transform: scale(1.05);
}

.please__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.please__content {
	background-color: #DEE6E0;
	padding: 1.875rem 0.71875rem 1.875rem;
}

.please__number {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 21.8125rem;
	text-align: left;
}

.please__number-text {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.5;
}

.please__number-text + .please__number-text{
	margin-top: 1rem;
}

.please__text {
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-top: 0.875rem;
}

.please__buttons {
	margin-top: 2.59375rem;
}

.price__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.price__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
	text-align: center;
}

.price__tabs {
	margin: 1.825rem auto 0;
	max-width: 14.375rem;
}

.price__tab {
	-webkit-text-decoration: none;
	align-items: center;
	border: solid 2.5px #015024;
	color: inherit;
	display: flex;
	gap: 0.375rem;
	justify-content: center;
	padding: 0.5rem 0;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.price__tab + .price__tab {
	margin-top: 0.625rem;
}

.price__tab-icon {
	height: 1.84375rem;
	width: 1.125rem;
}

.price__tab-text {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
}

.price__tab-arrow {
	height: 1.0625rem;
	transition: transform 0.3s ease;
	width: 1.0625rem;
}

.price__container {
	margin-top: 3.90625rem;
}

.price__content + .price__content {
	margin-top: 2rem;
}

.price__list {
	display: flex;
	flex-direction: column;
	gap: 1.375rem;
	margin-top: 2.375rem;
}

.price__item {
	width: 100%;
}

.price__arrow {
	height: 0.96875rem;
	margin: -0.0625rem auto 0;
	width: 2.375rem;
}

.price__flow {
	border: solid 1px #015024;
	display: flex;
}

.price__step {
	align-items: center;
	background-color: #015024;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 11.3%;
}

.price__step-text {
	font-size: 0.625rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
}

.price__step-number {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.21875rem;
}

.price__wrapper {
	align-items: center;
	display: flex;
	gap: 0.78125rem;
	padding: 0.5rem;
	width: 88.69%;
}

.price__box {
	width: 74.53%;
}

.price__do {
	color: #015024;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
}

.price__explanation {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-top: 0.375rem;
}

.price__img {
	width: 22.49%;
}

.price__img img {
	-o-object-fit: cover;
	aspect-ratio: 65/65;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.price__line-buttons {
	margin-top: 2.59375rem;
	text-align: center;
}

.privacy {
	padding: 3.75rem 0 6.25rem;
}

.privacy__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.privacy__text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.9;
}

.privacy__list {
	margin-top: 3.75rem;
}

.privacy__item + .privacy__item {
	margin-top: 3.75rem;
}

.privacy__heading {
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
	display: inline-block;
	margin-bottom: 1.875rem;
	padding-bottom: 0.625rem;
}

.privacy__title {
	border-left: 3px solid #464646;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.9;
	padding-left: 0.625rem;
}

.privacy__text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.9;
}

.privacy__text + .privacy__text {
	margin-top: 0.625rem;
}

.reservation-button__text {
	align-items: center;
	background-color: #06C755;
	color: #fff;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.025em;
	line-height: 1;
	overflow: hidden;
	padding: 0.8875rem 0rem 0.89375rem;
	position: relative;
	transition: border-radius 0.25s ease-in-out, box-shadow 0.4s ease-in-out, text-shadow 0.4s ease-in-out, transform 0.4s ease-in-out;
	width: 100%;
	will-change: transform, box-shadow;
	z-index: 0;
}

.return-button__text {
	align-items: center;
	background-color: #CAC2C2;
	color: #fff;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 300;
	justify-content: center;
	letter-spacing: 0.025em;
	line-height: 1;
	padding: 0.90625rem 0rem 0.96875rem;
	position: relative;
	transition: box-shadow 0.4s, transform 0.4s;
	width: 100%;
	will-change: transform;
}

.return-button__text:hover {
	box-shadow: 0 0.25rem 0.4375rem rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.section-head {
	text-align: center;
}

.section-head__title {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
	overflow: hidden;
}

/* ★ 親は inline-flex（文字間スペースが生まれない） */

.char-wrapper {
	display: inline-flex;
}

/* ★ 各文字は inline（スペース発生しない） */

.char {
	opacity: 0;
	transform: translateX(-1.25rem);
}

/* ★ 表示されたら順番にアニメーション */

.section-head__title.is-visible .char {
	animation: fadeInSlide 0.6s ease forwards;
}

.section-head__title.is-visible .char:nth-child(1) {
	animation-delay: 0.05s;
}

.section-head__title.is-visible .char:nth-child(2) {
	animation-delay: 0.1s;
}

.section-head__title.is-visible .char:nth-child(3) {
	animation-delay: 0.15s;
}

.section-head__title.is-visible .char:nth-child(4) {
	animation-delay: 0.2s;
}

.section-head__title.is-visible .char:nth-child(5) {
	animation-delay: 0.25s;
}

.section-head__title.is-visible .char:nth-child(6) {
	animation-delay: 0.3s;
}

.section-head__title.is-visible .char:nth-child(7) {
	animation-delay: 0.35s;
}

.section-head__title.is-visible .char:nth-child(8) {
	animation-delay: 0.4s;
}

.section-head__title.is-visible .char:nth-child(9) {
	animation-delay: 0.45s;
}

.section-head__title.is-visible .char:nth-child(10) {
	animation-delay: 0.5s;
}

.section-head__title.is-visible .char:nth-child(11) {
	animation-delay: 0.55s;
}

.section-head__title.is-visible .char:nth-child(12) {
	animation-delay: 0.6s;
}

.section-head__title.is-visible .char:nth-child(13) {
	animation-delay: 0.65s;
}

.section-head__title.is-visible .char:nth-child(14) {
	animation-delay: 0.7s;
}

.section-head__title.is-visible .char:nth-child(15) {
	animation-delay: 0.75s;
}

.section-head__title.is-visible .char:nth-child(16) {
	animation-delay: 0.8s;
}

.section-head__title.is-visible .char:nth-child(17) {
	animation-delay: 0.85s;
}

.section-head__title.is-visible .char:nth-child(18) {
	animation-delay: 0.9s;
}

.section-head__title.is-visible .char:nth-child(19) {
	animation-delay: 0.95s;
}

.section-head__title.is-visible .char:nth-child(20) {
	animation-delay: 1s;
}

.section-head__title.is-visible .char:nth-child(21) {
	animation-delay: 1.05s;
}

.section-head__title.is-visible .char:nth-child(22) {
	animation-delay: 1.1s;
}

.section-head__title.is-visible .char:nth-child(23) {
	animation-delay: 1.15s;
}

.section-head__title.is-visible .char:nth-child(24) {
	animation-delay: 1.2s;
}

.section-head__title.is-visible .char:nth-child(25) {
	animation-delay: 1.25s;
}

.section-head__title.is-visible .char:nth-child(26) {
	animation-delay: 1.3s;
}

.section-head__title.is-visible .char:nth-child(27) {
	animation-delay: 1.35s;
}

.section-head__title.is-visible .char:nth-child(28) {
	animation-delay: 1.4s;
}

.section-head__title.is-visible .char:nth-child(29) {
	animation-delay: 1.45s;
}

.section-head__title.is-visible .char:nth-child(30) {
	animation-delay: 1.5s;
}

.section-head__title.is-visible .char:nth-child(31) {
	animation-delay: 1.55s;
}

.section-head__title.is-visible .char:nth-child(32) {
	animation-delay: 1.6s;
}

.section-head__title.is-visible .char:nth-child(33) {
	animation-delay: 1.65s;
}

.section-head__title.is-visible .char:nth-child(34) {
	animation-delay: 1.7s;
}

.section-head__title.is-visible .char:nth-child(35) {
	animation-delay: 1.75s;
}

.section-head__title.is-visible .char:nth-child(36) {
	animation-delay: 1.8s;
}

.section-head__title.is-visible .char:nth-child(37) {
	animation-delay: 1.85s;
}

.section-head__title.is-visible .char:nth-child(38) {
	animation-delay: 1.9s;
}

.section-head__title.is-visible .char:nth-child(39) {
	animation-delay: 1.95s;
}

.section-head__title.is-visible .char:nth-child(40) {
	animation-delay: 2s;
}

.section-head__title.is-visible .char:nth-child(41) {
	animation-delay: 2.05s;
}

.section-head__title.is-visible .char:nth-child(42) {
	animation-delay: 2.1s;
}

.section-head__title.is-visible .char:nth-child(43) {
	animation-delay: 2.15s;
}

.section-head__title.is-visible .char:nth-child(44) {
	animation-delay: 2.2s;
}

.section-head__title.is-visible .char:nth-child(45) {
	animation-delay: 2.25s;
}

.section-head__title.is-visible .char:nth-child(46) {
	animation-delay: 2.3s;
}

.section-head__title.is-visible .char:nth-child(47) {
	animation-delay: 2.35s;
}

.section-head__title.is-visible .char:nth-child(48) {
	animation-delay: 2.4s;
}

.section-head__title.is-visible .char:nth-child(49) {
	animation-delay: 2.45s;
}

.section-head__title.is-visible .char:nth-child(50) {
	animation-delay: 2.5s;
}

.section-head__border {
	border-bottom: solid 1px #707070;
	display: inline-block;
	height: 0.0625rem;
	margin: 0;
	width: 5.3125rem;
}

.single-column__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.single-column__container {
	background-color: #DEE6E0;
	padding: 0.78125rem 0.625rem;
}

.single-column__content {
	background-color: #fff;
	border-radius: 0.46875rem;
	padding: 1.25rem 1.25rem 1.875rem;
}

.single-column__head {
	border-bottom: solid 1px #015024;
	padding-bottom: 1.075rem;
}

.single-column__title {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.5;
}

.single-column__time {
	color: #015024;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1;
	margin-top: 0.78125rem;
}

.single-column__wrapper {
	margin-top: 4.0625rem;
}

.single-column__img img {
	-o-object-fit: cover;
	aspect-ratio: 300/169;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.single-column__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.2857142857;
	margin-top: 1.875rem;
	padding: 0 0.25rem;
}

.single-column__box figure {
	margin-top: 1.95625rem;
}

.single-column__box img {
	-o-object-fit: cover;
	aspect-ratio: 345/194;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.single-column__box div:first-child {
	margin-top: 0.9375rem;
}

.single-column__box div + div {
	margin-top: 2.5rem;
}

.single-column__box p {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.2857142857;
	margin-top: 1.95625rem;
	padding: 0 0.25rem;
}

.single-column__top-buttons {
	margin-top: 5rem;
	text-align: center;
}

.single-news__header {
	background-color: #DEE6E0;
	padding: 1.75rem 0rem 2.5rem;
}

.single-news__heading {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.875rem;
}

.single-news__head {
	border-bottom: solid 1px #015024;
	padding-bottom: 1.075rem;
}

.single-news__title {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.5;
}

.single-news__time {
	color: #015024;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1;
	margin-top: 0.78125rem;
}

.single-news__container {
	margin-top: 1.96875rem;
}

.single-news__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.single-news__img img {
	-o-object-fit: cover;
	aspect-ratio: 345/194;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.single-news__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.2857142857;
	margin-top: 1.95625rem;
	padding: 0 0.875rem;
}

.single-news__content img {
	-o-object-fit: cover;
	aspect-ratio: 345/194;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.single-news__content div:first-child {
	margin-top: 0.9375rem;
}

.single-news__content div + div {
	margin-top: 2.5rem;
}

.single-news__content p {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.2857142857;
	margin-top: 1.95625rem;
	padding: 0 0.875rem;
}

.single-news__top-buttons {
	margin-top: 5rem;
	text-align: center;
}

.header__sp-nav {
	padding-bottom: 2.5rem;
	padding-top: 6.25rem;
}

.header__sp-nav.is-scrolled {
	padding-top: 5rem;
}

.overlay {
	background-color: rgba(222, 230, 224, 0.8);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 8887;
}

.overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.sp-nav {
	background-color: #F7F7F7;
	height: 100vh;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: ease 0.3s;
	width: 80%;
	z-index: 8888;
}

.sp-nav {
	overflow-y: scroll;
	scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
	scrollbar-width: thin; /* Firefox */
}

.sp-nav::-webkit-scrollbar {
	width: 8px;
}

.sp-nav::-webkit-scrollbar-track {
	background: transparent;
}

.sp-nav::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

.sp-nav.is-open {
	transform: translateX(0);
}

.sp-nav__list {
	height: 100%;
	overflow-y: auto;
	padding: 0rem 0.8125rem 2.5rem 1.375rem;
	width: 100%;
}

.sp-nav__list {
	box-sizing: border-box;
}

.sp-nav__item {
	border-bottom: solid 1px #E7E7E7;
	padding-bottom: 1.25rem;
}

.sp-nav__item--border {
	border-bottom: none;
}

.sp-nav__item + .sp-nav__item {
	margin-top: 1.25rem;
}

.sp-nav__link {
	align-items: center;
	display: flex;
}

.sp-nav__dot {
	color: #fff;
	font-size: 1.75rem;
}

.sp-nav__ja {
	color: #343434;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.375;
}

body.is-fixed {
	overflow: hidden;
	touch-action: none;
}

.sp-nav__buttons {
	margin-top: 1.25rem;
}

.sp-nav__button + .sp-nav__button {
	margin-top: 1.25rem;
}

.sp-nav__button-text {
	align-items: center;
	background-color: #F5671F;
	border-radius: 0.625rem;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.025em;
	line-height: 1.375;
	padding: 1rem 0rem;
	position: relative;
	transition: box-shadow 0.4s, transform 0.4s;
	width: 100%;
	will-change: transform;
}

.sp-nav__button-text--line {
	background-color: #06C755;
}

.store__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.subtitle {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-top: 1.875rem;
	text-align: center;
}

.store__list {
	background-color: #015024;
	color: #fff;
	margin-top: 0.25rem;
	padding: 1.03125rem 0.625rem;
}

.store__item {
	border-bottom: solid 1px #fff;
	padding-bottom: 0.78125rem;
}

.store__item + .store__item {
	margin-top: 0.9375rem;
}

.store__content {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.store__detail {
	width: 72.96%;
}

.store__shop {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
}

.store__wrapper {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
	margin-top: 0.98125rem;
	padding-left: 0.3125rem;
}

.store__dl {
	display: flex;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
}

.store__dl + .store__dl {
	margin-top: 0.3125rem;
}

.store__term {
	padding-right: 0.3125rem;
	position: relative;
	width: 3.8125rem;
}

.store__term::after {
	content: "：";
	position: absolute;
	right: 0;
	top: 0;
}

.store__desc {
	width: 72%;
}

.store__img {
	width: 25.78%;
}

.store__img img {
	-o-object-fit: cover;
	aspect-ratio: 82.5/58.5;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.store__buttons {
	margin-top: 1rem;
	text-align: center;
}

.store__button-text {
	align-items: center;
	background-color: #fff;
	color: #292929;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 300;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0.875rem 0rem;
	position: relative;
	transition: color 0.4s ease;
	width: 71%;
	z-index: 0;
}

.sub-breadcrumb--thanks {
	margin-top: 3.125rem;
}

.sub-column__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.sub-column__list {
	display: flex;
	flex-direction: column;
	gap: 2.71875rem;
}

.sub-column__item {
	background-color: #DEE6E0;
	padding: 0.625rem;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	width: 100%;
}

.sub-column__link {
	-webkit-text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.sub-column__content {
	background-color: #fff;
	border-radius: 0.46875rem;
	overflow: hidden;
	padding: 0.75rem 0.75rem 1.4375rem;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.sub-column__img img {
	-o-object-fit: cover;
	aspect-ratio: 300/169;
	height: auto;
	object-fit: cover;
	transition: transform 0.4s ease;
	width: 100%;
}

.sub-column__time {
	color: #015024;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1;
	margin-top: 1rem;
}

.sub-column__title {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-top: 0.25rem;
}

.sub-column__pagenavi {
	margin-top: 4.125rem;
}

.sub-contact__heading {
	text-align: center;
}

.sub-contact__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
}

.sub-contact__remarks {
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.75;
	margin-top: 1.0625rem;
}

.sub-contact__container {
	margin-top: 2.09375rem;
}

.sub-contact__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.sub-contact__content {
	border: solid 6px #DEE6E0;
	padding: 1.875rem 1.03125rem;
}

.sub-faq__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.sub-faq__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6875rem;
}

.sub-faq__tab {
	background-color: #015024;
	max-width: calc(50% - 0.34375rem);
	width: 100%;
}

.sub-faq__link {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #015024;
	display: flex;
	height: 100%;
	justify-content: space-between;
	padding: 1.3125rem 0.46875rem;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.sub-faq__text {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
}

.sub-faq__arrow {
	height: 1.0625rem;
	width: 1.0625rem;
}

.sub-faq__list {
	margin-top: 2.375rem;
}

.sub-faq__item {
	background-color: #DEE6E0;
	padding: 2.25rem 0;
}

.sub-faq__item--white {
	background-color: #fff;
}

.sub-faq__item-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.sub-faq__title {
	color: #015024;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
	text-align: center;
}

.sub-faq__accordion {
	margin-top: 1.7625rem;
}

.faq-toggle-card__item + .faq-toggle-card__item {
	margin-top: 0.71875rem;
}

.sub-faq__button-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.sub-faq__top-buttons {
	text-align: center;
}

.sub-first-faq__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.sub-first-faq__accordion {
	margin-top: 2.34375rem;
}

.sub-first-faq__toggle + .sub-first-faq__toggle {
	margin-top: 0.71875rem;
}

.sub-first-faq__buttons {
	margin-top: 2.625rem;
	text-align: center;
}

.sub-first-flow__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.sub-first-flow__list {
	margin-top: 2.40625rem;
}

.sub-first-flow__item {
	border: solid 1px #015024;
	display: flex;
}

.sub-first-flow__item + .sub-first-flow__item {
	margin-top: 0.90625rem;
}

.sub-first-flow__step {
	align-items: center;
	background-color: #015024;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 11.3%;
}

.sub-first-flow__step-text {
	font-size: 0.625rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
}

.sub-first-flow__step-number {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.21875rem;
}

.sub-first-flow__wrapper {
	align-items: center;
	display: flex;
	gap: 0.78125rem;
	padding: 0.5rem;
	width: 88.69%;
}

.sub-first-flow__box {
	width: 74.53%;
}

.sub-first-flow__do {
	color: #015024;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
}

.sub-first-flow__explanation {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-top: 0.375rem;
}

.sub-first-flow__img {
	width: 22.49%;
}

.sub-first-flow__img img {
	-o-object-fit: cover;
	aspect-ratio: 65/65;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-first-flow__buttons {
	margin-top: 2.5625rem;
	text-align: center;
}

.sub-first-recommendation__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.71875rem;
}

.sub-first-recommendation__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-top: 2.25rem;
	padding: 0 0.4375rem;
}

.sub-first-recommendation__img {
	margin: 0.875rem auto 0;
	width: 78.12%;
}

.sub-first-recommendation__img img {
	-o-object-fit: cover;
	aspect-ratio: 250/167;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-first-recommendation__button {
	display: block;
	margin: 2.0625rem auto 0;
	position: relative;
	transition: transform 0.2s ease;
	width: 20rem;
}

.sub-first-recommendation__button::after {
	background-color: #DEE6E0;
	content: "";
	height: 100%;
	left: 0.3125rem;
	position: absolute;
	top: 0.3125rem;
	transition: background-color 0.3s ease;
	width: 99%;
	z-index: 0;
}

.sub-first-recommendation__button-inner {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #015024;
	border: 0.125rem solid #015024;
	display: inline-flex;
	justify-content: center;
	padding: 0.75rem 0.875rem;
	position: relative;
	text-decoration: none;
	transition: transform 0.2s ease;
	z-index: 1;
}

.sub-first-recommendation__button-text {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
	position: relative;
	top: 0.0625rem;
}

.sub-first-recommendation__button-icon {
	align-items: center;
	display: flex;
	margin-left: 0.5rem;
}

.sub-first-recommendation__button-icon img {
	height: 1.0625rem;
	width: 1.0625rem;
}

/* ✅ PCのみホバーで沈む演出 */

.sub-first {
	text-align: center;
}

.sub-first {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.sub-first__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
}

.sub-first__images {
	align-items: center;
	display: flex;
	gap: 0.90625rem;
	justify-content: center;
	margin-top: 1.875rem;
}

.sub-first__img img {
	-o-object-fit: cover;
	aspect-ratio: 165/107;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-first__remarks {
	background-color: #015024;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1;
	padding: 0.26875rem 0;
}

.sub-fv {
	margin-top: 3.125rem;
	position: relative;
}

.sub-fv__img img {
	-o-object-fit: cover;
	aspect-ratio: 375/94.5;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-fv__box{
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.sub-fv__box--concept{
	top: 44%;
}

.sub-fv__title {
	margin-top: 0.5rem;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
	text-shadow: 0 0.1875rem 0.8125rem rgba(21, 76, 37, 0.7);
}

.sub-fv__title--font{
	text-shadow: 0 0.1875rem 0.8125rem rgba(21, 76, 37, 1);
}

.sub-fv__title-top{
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
	text-shadow: 0 0.1875rem 0.8125rem rgba(21, 76, 37, 0.7);
}

.sub-fv__title--color {
	color: #6d6d6d;
	text-shadow: none;
}

.sub-news__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.sub-news__list {
	display: flex;
	flex-direction: column;
	gap: 2.71875rem;
}

.sub-news__item {
	border: solid 1px #015024;
	box-shadow: 0 0.1875rem 0.8125rem rgba(21, 76, 37, 0.3);
	overflow: hidden;
	position: relative;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	width: 100%;
}

.sub-news__img img {
	-o-object-fit: cover;
	aspect-ratio: 345/194;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-news__content {
	background-color: #fff;
	padding: 1.46875rem 1.875rem;
}

.sub-news__time {
	color: #015024;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1;
}

.sub-news__title {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.25;
	margin-top: 0.375rem;
}

.sub-news__pagenavi {
	margin-top: 4.125rem;
}

.sub-store__container {
	padding: 1.76875rem 0 3.125rem;
}

.sub-store__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.sub-store__explanation {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
	text-align: center;
}

.sub-store__remarks {
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-top: 1.25rem;
	text-align: center;
}

.sub-store__store {
	margin-top: 1.875rem;
}

.sub-store__store-item + .sub-store__store-item {
	margin-top: 2rem;
}

.sub-store__item {
	border: solid 1px #015024;
	padding: 1.25rem 0.9375rem;
}

.sub-store__item + .sub-store__item {
	margin-top: 2rem;
}

.sub-store__img img {
	-o-object-fit: cover;
	aspect-ratio: 315/210;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-store__name {
	border-bottom: solid 1px #015024;
	color: #292929;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-top: 1rem;
	padding-bottom: 0.5625rem;
}

.sub-store__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-top: 0.9375rem;
}

.sub-store__time {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-top: 0.25rem;
}

.sub-store__buttons {
	margin-top: 1.25rem;
	text-align: center;
}

.sub-store__wrapper {
	margin-top: 1.01875rem;
}

.sub-store__dl {
	display: flex;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.2857142857;
}

.sub-store__dl + .sub-store__dl {
	margin-top: 0.3125rem;
}

.sub-store__term {
	padding-right: 0.3125rem;
	position: relative;
	width: 4.375rem;
}

.sub-store__term::after {
	content: "：";
	position: absolute;
	right: 0;
	top: 0;
}

.sub-store__desc {
	width: 72%;
}

.sub-store__map {
	aspect-ratio: 315/140;
	margin-top: 1.25rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.sub-store__map iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.sub-store__tel {
	-webkit-text-decoration: none;
	background-color: #015024;
	display: block;
	margin-top: 1.96875rem;
	padding: 0.8125rem 0rem 0.5625rem;
	text-align: center;
	text-decoration: none;
}

.sub-store__tel-inner {
	align-items: center;
	display: inline-flex;
	gap: 0.375rem;
	justify-content: center;
}

.sub-store__icon {
	-o-object-fit: contain;
	height: 1.15625rem;
	object-fit: contain;
	width: 1.15625rem;
}

.sub-store__number {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
}

.sub-store__top-buttons {
	margin-top: 3.75rem;
	text-align: center;
}

.sub-voice__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.sub-voice__list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.sub-voice__item {
	background-color: #DEE6E0;
	padding: 0.65625rem 0.625rem 0.625rem 0.5rem;
	width: 100%;
}

.sub-voice__flex {
	display: flex;
	gap: 0.375rem;
}

.sub-voice__face {
	width: 23.24%;
}

.sub-voice__face img {
	-o-object-fit: cover;
	aspect-ratio: 76/76;
	height: auto;
	object-fit: cover;
	width: 100%;
	border-radius: 50%;
}

.sub-voice__sentence {
	width: 75.01%;
}

.sub-voice__title {
	color: #015024;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.25;
}

.sub-voice__age {
	color: #015024;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.2857142857;
	margin-top: 1.375rem;
}

.sub-voice__course {
	border-bottom: solid 1px #015024;
	color: #015024;
	display: flex;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.2857142857;
	padding-bottom: 0.5625rem;
}

.sub-voice__course-title {
	width: 35%;
}

.sub-voice__course-text {
	width: 65%;
}

.sub-voice__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.2857142857;
	margin-top: 1.125rem;
}

.sub-voice__buttons {
	margin-top: 2.59375rem;
	text-align: center;
}

.sub-voice__return-buttons {
	margin-top: 0.9375rem;
	text-align: center;
}

.sub-voice__pagenavi {
	margin-top: 4.125rem;
}

.thanks {
	text-align: center;
}

.thanks__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.thanks__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
}

.thanks__text + .thanks__text {
	margin-top: 1.25rem;
}

.thanks__top-buttons {
	margin-top: 3.75rem;
}

.voice {
	background-color: #DEE6E0;
	padding: 2.5rem 0;
}

.voice__swiper {
	margin-top: 1.25rem;
}

.swiper-slide {
	display: flex;
	height: auto;
}

.voice__card {
	background-color: #fff;
	border: solid 1.5px #015024;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-top: 1.5rem;
	padding: 1.5rem 0.65625rem 0rem;
	position: relative;
}

.voice__age {
	background-color: #015024;
	border-radius: 0.75rem;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.025em;
	line-height: 1;
	padding: 0.375rem 0.6875rem 0.40625rem;
	position: absolute;
	top: -3.6%;
	transform: translate(-50%, 0%);
}

.voice__img {
	margin-left: auto;
	margin-right: auto;
	width: 81.31%;
}

.voice__img img {
	-o-object-fit: cover;
	aspect-ratio: 100/67;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.voice__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-top: 0.5625rem;
}

.info__pagination {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	margin-top: 3.5rem;
}

.swiper-pagination-bullet {
	background-color: #6D6D6D;
	border-radius: 50%;
	height: 0.5rem;
	opacity: 0.4;
	transition: opacity 0.3s;
	width: 0.5rem;
}

.swiper-pagination-bullet-active {
	background-color: #015024;
	opacity: 1;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3114754098vw;
}

.top-column {
	margin-top: 8.125rem;
}

.top-concept-history {
	margin-top: 7.875rem;
	padding-bottom: 8.3125rem;
}

.top-concept-lists {
	margin-top: 9.5625rem;
}

.top-concept-prejudice {
	margin-top: 8.375rem;
}

.top-concept-remarks {
	margin-top: 7.875rem;
}

.top-concept {
	margin-top: 5rem;
}

.top-error {
	margin-top: 10.5625rem;
	padding-bottom: 8.9375rem;
}

.top-faq {
	margin-top: 10.625rem;
}

.feature {
	margin-top: 7.3125rem;
}

.top-fv-bottom {
	margin-top: 1.25rem;
}

.top-info {
	margin-top: 11.5625rem;
}

.top-news {
	margin-top: 7.9375rem;
}

.top-please {
	margin-top: 8.0625rem;
	padding-bottom: 8.1875rem;
}

.top-price {
	margin-top: 5.2125rem;
	padding-bottom: 8.25rem;
}

.top-single-column {
	margin-top: 4.8125rem;
	padding-bottom: 8.9375rem;
}

.top-single {
	padding-bottom: 9rem;
}

.top-store {
	margin-top: 8.125rem;
}

.top-sub-column {
	margin-top: 3.6875rem;
	padding-bottom: 8.4375rem;
}

.top-sub-contact {
	margin-top: 4.525rem;
	padding-bottom: 8.75rem;
}

.top-sub-faq {
	margin-top: 4.5rem;
	padding-bottom: 8.9375rem;
}

.top-sub-first-faq {
	margin-top: 8.75rem;
	padding-bottom: 8.25rem;
}

.top-sub-first-flow {
	margin-top: 6.125rem;
}

.top-sub-first-recommendation {
	margin-top: 8.25rem;
}

.top-sub-first {
	margin-top: 5.1875rem;
}

.top-sub-news {
	margin-top: 3.75rem;
	padding-bottom: 8.375rem;
}

.top-sub-voice {
	margin-top: 5.1875rem;
	padding-bottom: 9rem;
}

.top-thanks {
	margin-top: 10.5625rem;
	padding-bottom: 8.9375rem;
}

.top-voice {
	margin-top: 8.125rem;
}

.breadcrumb__nav {
	padding-left: 7.5rem;
}

.breadcrumb__list {
	padding: 0.625rem 0rem;
}

.breadcrumb__link {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
}

.breadcrumb__separator {
	font-size: 0.875rem;
}

.button {
	left: -0.375rem;
	position: relative;
	width: 33.4375rem;
}

.button--looking {
	left: 0rem;
	position: relative;
}

.button::after {
	left: 0.75rem;
	top: 0.375rem;
	width: 98%;
}

.button--looking::after {
	left: 0.375rem;
	top: 0.375rem;
}

.button__inner {
	align-items: center;
	padding: 1.4375rem 4.375rem 1.4375rem 6.25rem;
}

.button__inner--looking {
	padding: 1.4375rem 2.5rem 1.4375rem 4rem;
}

.button__inner--first {
	padding: 1.4375rem 7.1875rem 1.4375rem 8.4375rem;
}

.button__inner--info {
	padding: 1.4375rem 7.3125rem 1.4375rem 8.75rem;
}

.button__inner--faq {
	padding: 1.4375rem 7.5rem 1.4375rem 8.4375rem;
}

.button__text {
	font-size: 1.25rem;
	top: 0;
}

.button__text--looking {
	top: 0;
}

.button__icon img {
	height: 1.75rem;
	width: 1.75rem;
}

.button__inner:hover {
	transform: translateY(0.25rem);
}

.care {
	padding: 8.125rem 0;
}

.care__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.care__subtitle {
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 2.5rem;
}

.care__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin-top: 6.25rem;
}

.care__item {
	margin: 0;
	max-width: calc(50% - 0.75rem);
	padding: 4.0625rem 3.75rem 6.25rem;
}

.care__item--after {
	padding: 4.0625rem 3.75rem 1.25rem;
}

.care__tab {
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	padding: 0.85rem 3.84375rem 0.9625rem;
	top: 0;
	transform: translate(-50%, -50%);
}

.care__photo {
	width: 100%;
}

.care__photo img {
	aspect-ratio: 450/450;
}

.care__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.6875;
	margin-top: 1.25rem;
	text-align: left;
}

.column__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.column__list {
	margin-top: 3.6875rem;
}

.column__item {
	padding: 0.9375rem;
}

.column__item + .column__item {
	margin-top: 2.625rem;
}

.column__link {
	border-radius: 0.625rem;
}

.column__link:hover {
	background-color: transparent;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
	transform: translateY(-0.3125rem);
}

.column__content {
	border-radius: 0.9375rem;
	gap: 1.875rem;
	padding: 1.875rem 4rem;
}

.column__img {
	width: 20.154%;
}

.column__img img {
	aspect-ratio: 210/140;
}

.column__wrapper {
	width: 77%;
}

.column__time {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
}

.column__title {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	margin-top: 1.4375rem;
}

.column__buttons {
	margin-top: 1.375rem;
}

.column__button-text {
	font-size: 1.375rem;
	gap: 0.8875rem;
	letter-spacing: 0.05em;
	padding: 1.125rem 1.1875rem;
	width: 13.75rem;
}

.column__button-arrow {
	height: 2.125rem;
	transition: transform 0.3s ease;
	width: 2.125rem;
}

.column__button-text:hover {
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
	transform: translateY(-0.125rem);
}

.column__button-text:hover .column__button-arrow {
	transform: translateX(0.25rem);
}

.concept-history__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.concept-history__container {
	padding: 8.25rem 0 7.5rem;
}

.concept-history__list {
	margin: 3.75rem auto 0;
	width: 83.334%;
}

.concept-history__link {
	padding: 1.8125rem;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.concept-history__link:hover {
	background-color: rgba(21, 76, 37, 0.2);
	color: #015024;
}

.concept-history__wrapper {
	gap: 1.8125rem;
}

.concept-history__img {
	width: 18.04%;
}

.concept-history__img img {
	aspect-ratio: 170/170;
	transition: transform 0.3s ease;
}

.concept-history__link:hover .concept-history__img img {
	transform: scale(1.03);
}

.concept-history__box {
	width: 79%;
}

.concept-history__time {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
}

.concept-history__subtitle {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1.7916666667;
	margin-top: 0.55rem;
}

.concept-history__button {
	left: -0.375rem;
	margin: 6rem auto 0;
	position: relative;
	width: 33.4375rem;
}

.concept-history__button::after {
	left: 0.75rem;
	top: 0.4375rem;
	width: 98%;
}

.concept-history__button-inner {
	align-items: center;
	padding: 1.25rem 4.375rem 1.25rem 5rem;
}

.concept-history__button-text {
	font-size: 1.25rem;
}

.concept-history__button-icon {
	margin-left: 1rem;
}

.concept-history__button-icon img {
	height: 1.75rem;
	width: 1.75rem;
}

.concept-history__button-inner:hover {
	transform: translateY(0.25rem);
}

.concept-lists__inner {
	max-width: 70.25rem;
	padding: 0 1.5625rem;
}

.concept-lists__item + .concept-lists__item {
	margin-top: 8.0625rem;
}

.concept-lists__sentence {
	gap: 1.875rem;
	margin-top: 3.375rem;
}

.concept-lists__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.8181818182;
}

.concept-lists__img {
	margin: 3.75rem auto 0;
	width: 79.144%;
}

.concept-lists__img img {
	aspect-ratio: 850/531;
}

.concept-lists__button {
	left: -0.375rem;
	margin: 7.6875rem auto 0;
	position: relative;
	width: 33.4375rem;
}

.concept-lists__button::after {
	left: 0.75rem;
	top: 0.4375rem;
	width: 98%;
}

.concept-lists__button-inner {
	align-items: center;
	padding: 1.25rem 3.125rem 1.25rem 3.75rem;
}

.concept-lists__button-text {
	font-size: 1.25rem;
}

.concept-lists__button-icon {
	margin-left: 1rem;
}

.concept-lists__button-icon img {
	height: 1.75rem;
	width: 1.75rem;
}

.concept-lists__button-inner:hover {
	transform: translateY(0.25rem);
}

.concept-prejudice {
	padding: 8.125rem 0 9.125rem;
}

.concept-prejudice__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.concept-prejudice__container {
	margin-top: 3.6875rem;
}

.concept-remarks__inner {
	max-width: 70.4375rem;
	padding: 0 1.5625rem;
}

.concept-remarks__sentence {
	gap: 1.875rem;
	padding: 0;
}

.concept-remarks__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.8181818182;
}

.concept-remarks__line-buttons {
	margin-top: 5rem;
}

.concept__head {
	max-width: 75.875rem;
	padding: 0 1.5625rem;
}

.concept__title {
	font-size: 2.25rem;
	letter-spacing: 0.05em;
}

.concept__title::after {
	margin-left: 1.375rem;
	transform: translateY(-0.125rem);
	width: 11.25rem;
}

.concept__container {
	margin-top: 6.25rem;
}

.concept__inner {
	max-width: 70.25rem;
	padding: 0 1.5625rem;
}

.concept__subtitle {
	font-size: 1.875rem;
	letter-spacing: 0.05em;
}

.concept__sentence {
	gap: 1.875rem;
	margin-top: 3.375rem;
}

.concept__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.8181818182;
}

.concept__image {
	margin: 3.75rem auto 0;
	width: 41.1546%;
}

.concept__shadow::after {
	bottom: -1.25rem;
	right: -1.25rem;
}

.concept-image img {
	aspect-ratio: 442/442;
}

.error__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.error__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.9090909091;
}

.error__text + .error__text {
	margin-top: 1.875rem;
}

.error__top-buttons {
	margin-top: 8.125rem;
}

.faq-toggle__title {
	padding: 0.5rem 1.75rem 0.4375rem 1.1875rem;
}

.faq-toggle__title-box {
	font-size: 1.375rem;
	gap: 0 0.625rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
	padding-right: 3.4375rem;
}

.faq-toggle__q {
	height: 3.4375rem;
	max-width: 3.4375rem;
	width: 100%;
}

.faq-toggle__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
}

.open .faq-toggle__text {
	margin: 1.5625rem 0;
	padding: 0rem 1.875rem;
}

.faq-toggle__title-box::before {
	border: 0.25rem solid #707070;
	height: 2.375rem;
	right: 0rem;
	width: 2.375rem;
}

.faq-toggle__title-box::after {
	border-bottom: 0.25rem solid #707070;
	border-right: 0.25rem solid #707070;
	height: 0.75rem;
	right: 0.8125rem;
	width: 0.75rem;
}

.faq-toggle__title-box--faq::before {
	border: 0.25rem solid #fff;
}

.faq-toggle__title-box--faq::after {
	border-bottom: 0.25rem solid #fff;
	border-right: 0.25rem solid #fff;
}

.faq-toggle__title-box.active::after {
	transform: translateY(-50%) rotate(-135deg);
}

.faq__inner {
	max-width: 60.75rem;
	padding: 0 1.5625rem;
}

.faq__accordion {
	margin-top: 3.5rem;
}

.faq__toggle + .faq__toggle {
	margin-top: 2rem;
}

.faq__button {
	margin-top: 5.625rem;
}

.feature {
	padding: 7.6875rem 0 8rem;
}

.feature__inner {
	max-width: 78.4375rem;
	padding: 0 1.5625rem;
}

.feature__title {
	font-size: 2.25rem;
	letter-spacing: 0.05em;
}

.feature__border {
	width: 5.0625rem;
}

.feature__container {
	margin-top: 3.0375rem;
}

.feature__button {
	margin-top: 5.625rem;
}

.first {
	padding-top: 8.125rem;
}

.first__inner {
	max-width: 56.25rem;
	padding: 0 1.5625rem;
}

.first__top-sentence {
	margin-top: 3rem;
}

.first__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
}

.first__text + .first__text {
	margin-top: 1.875rem;
}

.first__img {
	margin-top: 4rem;
}

.first__img img {
	aspect-ratio: 425/265.5;
}

.first__bottom-sentence {
	margin-top: 4rem;
}

.first__button {
	margin-top: 3.75rem;
}

.first__line-buttons {
	margin-top: 1.875rem;
}

.footer {
	padding: 2.5rem 0 0.625rem;
}

.footer__inner {
	max-width: 79rem;
	padding: 0 1.5625rem;
}

.footer__flex {
	display: flex;
	flex-direction: column-reverse;
}

.footer__logo {
	height: 3.6875rem;
	margin: 5.0625rem auto 0;
	width: 6.625rem;
}

.footer__list {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	margin-top: 1.25rem;
}

.footer__list + .footer__list {
	margin-top: 1.25rem;
}

.footer__item + .footer__item {
	margin-top: 0;
}

.footer__text {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
}

.footer__copyright {
	margin-top: 0.9375rem;
}

.footer__copyright-text {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
}

.form__item + .form__item {
	margin-top: 2.9375rem;
}

.form__label {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
}

.form__required {
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	margin-left: 0.625rem;
	padding: 0.4375rem 0.875rem;
}

.form__input input {
	font-size: 1.375rem;
	height: 5.6875rem;
	letter-spacing: 0.05em;
	line-height: 1.3636363636;
	margin-top: 1.25rem;
	padding: 0.375rem 1.6875rem;
}

.form__input textarea {
	font-size: 1.375rem;
	height: 25.25rem;
	letter-spacing: 0.05em;
	line-height: 1.3636363636;
	margin-top: 1.25rem;
	padding: 1.25rem 1.6875rem;
}

.form__submit {
	margin-top: 3.875rem;
}

.form__button {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 1.4375rem 0rem;
	width: 33.125rem;
}

.form__item--checkbox {
	margin-top: 2.9375rem;
}

.form__checkboxes {
	gap: 1.1875rem;
	margin-top: 1.25rem;
}

.form__checkbox {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}

.form__checkbox-icon {
	height: 2.875rem;
	margin-right: 0.875rem;
	min-width: 2.875rem;
	width: 2.875rem;
}

.fv-bottom__inner {
	max-width: 90rem;
}

.fv-bottom__flex {
	gap: 10rem;
}

.fv-bottom__img {
	width: 35.625%;
}

.fv-bottom__img img {
	aspect-ratio: 513/420;
}

.fv-bottom__content {
	width: 48.58%;
}

.fv-bottom__title {
	font-size: 4.0625rem;
	letter-spacing: 0.05em;
	line-height: 1.1230769231;
}

.fv-bottom__text{
	margin-top: 1rem;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
}

.fv-bottom__logo {
	height: 14.3125rem;
	width: 26.0625rem;
}

.fv-bottom__buttons {
	margin: 8.125rem auto 0;
	width: 100%;
}

.fv {
	margin-top: 7.3125rem;
	width: 81.806%;
}

.fv img {
	aspect-ratio: 1178/522;
}

.header__hamburger {
	display: none;
}

.header__container {
	height: 7.3125rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.header__logo {
	height: 5.0625rem;
	width: 9.0625rem;
}

.info__inner {
	max-width: 79.125rem;
	padding: 0 1.5625rem;
}

.info__title {
	margin-top: 1rem;
	font-size: 2.25rem;
	letter-spacing: 0.05em;
}

.info__title-top{
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}

.info__border {
	width: 9.375rem;
}

.info__sentence {
	margin-top: 3.25rem;
}

.info__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 2.2727272727;
}

.info__img {
	margin: 3.85rem auto 0;
	width: 73.192%;
}

.info__img img {
	aspect-ratio: 890/501;
}

.info__button {
	margin-top: 3.75rem;
}

.inner {
	max-width: 1270px;
	padding-left: 25px;
	padding-right: 25px;
}

.locking-card__title {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 2.03125rem 0 2.09375rem;
}

.locking-card__wrapper {
	gap: 0.9375rem;
	padding: 1.375rem 2rem 1.4375rem 0.84375rem;
}

.locking-card__img {
	width: 10.625rem;
}

.locking-card__img img {
	aspect-ratio: 170/170;
}

.locking-card__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.68125;
	width: 21rem;
}

.locking-card__summary {
	gap: 0.6875rem;
	padding: 1.875rem 0.9375rem;
}

.locking-card__summary dt img {
	height: 2.125rem;
	width: 2.125rem;
}

.locking-card__summary dd {
	font-size: 1.5rem;
}

.locking-card__summary .locking-card__standard {
	font-size: 1rem;
	height: 1.875rem;
	letter-spacing: 0.05em;
	padding: 0.03125rem 0.1875rem 0rem;
}

.locking-card__detail {
	font-size: 1.375rem;
	padding-left: 2.8rem;
}

.js-locking-card-toggle.is-open .locking-card__detail {
	padding-bottom: 1.25rem;
}

.locking-card__detail-title {
	max-width: 7rem;
}

.locking-card__summary {
	position: relative;
	transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

.locking-card__summary:hover {
	background-color: rgba(240, 248, 255, 0.45);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.locking-card__summary:hover dd {
	color: #015024;
}

.locking-card__summary:hover dt img {
	transform: translateX(4px);
}

.locking {
	padding: 8.125rem 0;
}

.locking__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.locking__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 3rem;
	margin-top: 3.625rem;
}

.locking__item {
	align-self: flex-start;
	margin: 0;
	max-width: calc(50% - 1.5rem);
}

.locking__button {
	margin-top: 5.625rem;
}

.locking__line-buttons {
	margin-top: 1.875rem;
}

.news {
	padding: 8.125rem 0;
}

.news__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.news__list {
	margin-top: 3.5625rem;
	padding: 3.275rem 6.125rem 3.4375rem;
}

.news__item-link {
	border-radius: 0.25rem;
	padding: 0.5rem 0.625rem;
}

.news__item-link:hover {
	background-color: rgba(0, 0, 0, 0.03);
	box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.05);
}

.news__item + .news__item {
	margin-top: 3.25rem;
}

.news__time {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
}

.news__subtitle {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	margin-top: 1.375rem;
	padding-left: 0.875rem;
}

.news__border {
	padding-top: 3.1875rem;
}

.news__buttons {
	margin-top: 1.375rem;
}

.news__button-text {
	font-size: 1.375rem;
	gap: 0.8875rem;
	letter-spacing: 0.05em;
	padding: 1.125rem 1.1875rem;
	width: 13.75rem;
}

.news__button-arrow {
	height: 2.125rem;
	transition: transform 0.3s ease;
	width: 2.125rem;
}

.news__button-text:hover {
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
	transform: translateY(-0.125rem);
}

.news__button-text:hover .news__button-arrow {
	transform: translateX(0.25rem);
}

.wp-pagenavi {
	gap: 1rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 1.3125rem;
	height: 3.625rem;
	padding: 1.1875rem 1.375rem 1.125rem;
	width: 3.625rem;
}

.pc-nav__banner::before {
	display: block;
}

.please__inner {
	max-width: 59.375rem;
	padding: 0 1.5625rem;
}

.please__content {
	padding: 5.1875rem 0 5.5rem;
}

.please__number {
	margin-top: 2.875rem;
	max-width: 44.75rem;
}

.please__number-text {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.please__number-text + .please__number-text{
	margin-top: 1.5rem;
}

.please__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
	margin-top: 2.1875rem;
}

.please__buttons {
	margin-top: 5.5625rem;
}

.price__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.price__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1;
}

.price__tabs {
	align-items: center;
	display: flex;
	gap: 2.625rem;
	justify-content: center;
	margin: 3.35rem auto 0;
	max-width: 60.25rem;
}

.price__tab {
	border: solid 5px #015024;
	gap: 0.6875rem;
	padding: 0.9375rem 0;
	width: 28.8125rem;
}

.price__tab:hover {
	background-color: rgba(1, 80, 36, 0.1);
}

.price__tab + .price__tab {
	margin-top: 0rem;
}

.price__tab-icon {
	height: 3.6875rem;
	width: 2.4375rem;
}

.price__tab-text {
	font-size: 1.75rem;
	letter-spacing: 0.05em;
}

.price__tab-arrow {
	height: 2.125rem;
	width: 2.125rem;
}

.price__tab:hover .price__tab-arrow {
	transform: translateY(0.1875rem);
}

.price__container {
	margin-top: 6.25rem;
}

.price__content + .price__content {
	margin-top: 8.125rem;
}

.price__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 3rem;
	margin-top: 3.625rem;
}

.price__item {
	align-self: flex-start;
	margin: 0;
	max-width: calc(50% - 1.5rem);
}

.price__arrow {
	height: 1.5625rem;
	width: 3.9375rem;
}

.price__step-text {
	font-size: 1.0375rem;
	letter-spacing: 0.05em;
}

.price__step-number {
	font-size: 1.875rem;
	margin-top: 0.35625rem;
}

.price__wrapper {
	gap: 0.4375rem;
	padding: 0.8125rem;
	width: 88.69%;
}

.price__box {
	width: 75.08%;
}

.price__do {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}

.price__explanation {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 0.7rem;
}

.price__img {
	width: 22.56%;
}

.price__img img {
	aspect-ratio: 109/107;
}

.price__line-buttons {
	margin-top: 5.5rem;
}

.privacy__inner {
	max-width: 75.625rem;
}

.reservation-button__text {
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	padding: 1.5375rem 0 1.5875rem;
	width: 33.125rem;
}

.reservation-button__text::after {
	border: 0.125rem solid rgba(255, 255, 255, 0.4);
	border-radius: 62.4375rem;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(1.2);
	transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
	z-index: 0;
}

.reservation-button__text:hover::after {
	opacity: 1;
	transform: scale(1);
}

.reservation-button__text:hover {
	border-radius: 62.4375rem;
	box-shadow: 0 0 1.125rem rgba(255, 255, 255, 0.4);
	text-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.7);
	transform: scale(1.015);
}

.reservation-button__text--store {
	width: 31.25rem;
}

.return-button__text {
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	padding: 1.25rem 0rem;
	width: 25rem;
}

.section-head__title {
	font-size: 2.25rem;
	letter-spacing: 0.05em;
	line-height: 1.4722222222;
}

.section-head__border {
	margin-top: 1.875rem;
	width: 9.375rem;
}

.single-column__inner {
	max-width: 65.625rem;
	padding: 0 1.5625rem;
}

.single-column__container {
	padding: 1.75rem;
}

.single-column__content {
	border-radius: 0.9375rem;
	padding: 2.5rem 3.375rem 5.9375rem;
}

.single-column__head {
	padding-bottom: 2.125rem;
}

.single-column__title {
	font-size: 2.25rem;
	letter-spacing: 0.05em;
}

.single-column__time {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	margin-top: 1.25rem;
}

.single-column__wrapper {
	margin-top: 5.9375rem;
	padding: 0 4.25rem;
}

.single-column__img img {
	aspect-ratio: 700/394;
}

.single-column__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.6363636364;
	margin-top: 5.8375rem;
	padding: 0 3.9375rem;
}

.single-column__box figure {
	margin-top: 5.625rem;
}

.single-column__box img {
	aspect-ratio: 700/394;
}

.single-column__box div:first-child {
	margin-top: 5.625rem;
}

.single-column__box div + div {
	margin-top: 5.625rem;
}

.single-column__box p {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.6363636364;
	margin-top: 5.625rem;
	padding: 0 3.9375rem;
}

.single-column__top-buttons {
	margin-top: 6.25rem;
}

.single-news__heading {
	max-width: 66.375rem;
	padding: 0 1.5625rem;
}

.single-news__head {
	padding-bottom: 2.125rem;
}

.single-news__title {
	font-size: 2.25rem;
	letter-spacing: 0.05em;
}

.single-news__time {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	margin-top: 1.25rem;
}

.single-news__container {
	margin-top: 5.8125rem;
}

.single-news__inner {
	max-width: 46.875rem;
	padding: 0 1.5625rem;
}

.single-news__img img {
	aspect-ratio: 700/394;
}

.single-news__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.6363636364;
	margin-top: 5.9rem;
	padding: 0 2.1875rem;
}

.single-news__content img {
	aspect-ratio: 700/394;
}

.single-news__content div:first-child {
	margin-top: 5.625rem;
}

.single-news__content div + div {
	margin-top: 5.625rem;
}

.single-news__content p {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.6363636364;
	margin-top: 5.625rem;
	padding: 0 2.1875rem;
}

.single-news__top-buttons {
	margin-top: 6.25rem;
}

.overlay {
	display: none;
}

.sp-nav {
	display: none;
}

.store__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.subtitle {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
	margin-top: 3.75rem;
}

.store__list {
	margin-top: 5rem;
	padding: 2.0625rem 3.25rem;
}

.store__item {
	padding: 0rem 3.75rem 2rem;
	position: relative;
}

.store__item + .store__item {
	margin-top: 2rem;
}

.store__content {
	align-items: flex-start;
}

.store__detail {
	width: 62.38%;
}

.store__shop {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}

.store__wrapper {
	margin-top: 1.875rem;
	padding-left: 0rem;
}

.store__dl {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.6875;
}

.store__dl + .store__dl {
	margin-top: 0.25rem;
}

.store__term {
	width: 7rem;
}

.store__desc {
	width: 80%;
}

.store__img {
	width: 37.5%;
}

.store__img img {
	aspect-ratio: 366/273;
}

.store__buttons {
	bottom: 18.5%;
	left: 11%;
	margin-top: 0rem;
	position: absolute;
}

.store__button-text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	padding: 1.0625rem 1.75rem;
	width: 27rem;
}

.store__button-text::before {
	background: linear-gradient(to top, #f9dfe5 0%, transparent 100%);
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	transition: height 0.4s ease;
	width: 100%;
	z-index: -1;
}

.store__button-text:hover {
	color: #d2789c;
}

.store__button-text:hover::before {
	height: 100%;
}

.sub-breadcrumb--thanks {
	margin-top: 7.3125rem;
}

.sub-column__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.sub-column__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2.75rem 4.0625rem;
}

.sub-column__item {
	display: flex;
	flex-direction: column;
	margin: 0;
	max-width: calc(33.3333% - 2.7083333333rem);
	padding: 0.75rem 0.625rem;
}

.sub-column__link {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.sub-column__link:hover .sub-column__content {
	box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.1);
	transform: translateY(-0.1875rem);
}

.sub-column__link:hover .sub-column__img img {
	transform: scale(1.05);
}

.sub-column__content {
	border-radius: 0.9375rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	height: 100%;
	padding: 1.5625rem 1.125rem 0.9375rem;
}

.sub-column__time {
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	margin-top: 0.625rem;
}

.sub-column__title {
	font-size: 1.625rem;
	letter-spacing: 0.05em;
	margin-top: 0.5rem;
}

.sub-column__pagenavi {
	margin-top: 7.9375rem;
}

.sub-contact__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.9090909091;
}

.sub-contact__remarks {
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
	margin-top: 1.25rem;
}

.sub-contact__container {
	margin-top: 7.9375rem;
}

.sub-contact__inner {
	max-width: 65.625rem;
	padding: 0 1.5625rem;
}

.sub-contact__content {
	border: solid 12px #DEE6E0;
	padding: 3.5rem 5.5rem 7.5625rem;
}

.sub-faq__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.sub-faq__tabs {
	gap: 0.8125rem;
}

.sub-faq__tab {
	margin: 0;
	max-width: calc(25% - 0.609375rem);
}

.sub-faq__link {
	padding: 2.0625rem 0.5rem;
	transition: background-color 0.3s ease;
}

.sub-faq__link:hover {
	background-color: #013719;
}

.sub-faq__text {
	font-size: 1.75rem;
	letter-spacing: 0.05em;
}

.sub-faq__arrow {
	height: 2.125rem;
	transition: transform 0.3s ease;
	width: 2.125rem;
}

.sub-faq__link:hover .sub-faq__arrow {
	transform: translateY(0.3125rem);
}

.sub-faq__list {
	margin-top: 6.5rem;
}

.sub-faq__item {
	padding: 5rem 0 7rem;
}

.sub-faq__item-inner {
	max-width: 60.75rem;
	padding: 0 1.5625rem;
}

.sub-faq__title {
	font-size: 1.75rem;
	letter-spacing: 0.05em;
}

.sub-faq__accordion {
	margin-top: 3.58125rem;
}

.faq-toggle-card__item + .faq-toggle-card__item {
	margin-top: 1.9375rem;
}

.sub-faq__button-inner {
	max-width: 100%;
	padding: 0;
}

.sub-first-faq__inner {
	max-width: 60.75rem;
	padding: 0 1.5625rem;
}

.sub-first-faq__accordion {
	margin-top: 3.75rem;
}

.sub-first-faq__toggle + .sub-first-faq__toggle {
	margin-top: 1.9375rem;
}

.sub-first-faq__buttons {
	margin-top: 5.8125rem;
}

.sub-first-flow__inner {
	max-width: 60.75rem;
	padding: 0 1.5625rem;
}

.sub-first-flow__list {
	margin-top: 3.875rem;
}

.sub-first-flow__item + .sub-first-flow__item {
	margin-top: 1.875rem;
}

.sub-first-flow__step {
	width: 8.4%;
}

.sub-first-flow__step-text {
	font-size: 1.0375rem;
	letter-spacing: 0.05em;
}

.sub-first-flow__step-number {
	font-size: 1.875rem;
	margin-top: 0.35625rem;
}

.sub-first-flow__wrapper {
	align-items: flex-start;
	gap: 0.6875rem;
	padding: 1.125rem;
	width: 91.54%;
}

.sub-first-flow__box {
	width: 83.92%;
}

.sub-first-flow__do {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}

.sub-first-flow__explanation {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 0.7rem;
}

.sub-first-flow__img {
	width: 16.45%;
}

.sub-first-flow__img img {
	aspect-ratio: 130/130;
}

.sub-first-flow__buttons {
	margin-top: 5.6875rem;
}

.sub-first-recommendation__inner {
	max-width: 56.25rem;
	padding: 0 1.5625rem;
}

.sub-first-recommendation__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.9090909091;
	margin-top: 3.75rem;
	padding: 0 1rem;
}

.sub-first-recommendation__img {
	margin: 3.75rem auto 0;
	width: 100%;
}

.sub-first-recommendation__img img {
	aspect-ratio: 850/531;
}

.sub-first-recommendation__button {
	left: -0.375rem;
	margin: 7.625rem auto 0;
	position: relative;
	width: 33.4375rem;
}

.sub-first-recommendation__button::after {
	left: 0.75rem;
	top: 0.4375rem;
	width: 98%;
}

.sub-first-recommendation__button-inner {
	align-items: center;
	padding: 1.25rem 3.125rem 1.25rem 3.75rem;
}

.sub-first-recommendation__button-text {
	font-size: 1.25rem;
	top: 0;
}

.sub-first-recommendation__button-icon {
	margin-left: 1rem;
}

.sub-first-recommendation__button-icon img {
	height: 1.75rem;
	width: 1.75rem;
}

.sub-first-recommendation__button-inner:hover {
	transform: translateY(0.25rem);
}

.sub-first {
	max-width: 68.125rem;
	padding: 0 1.5625rem;
}

.sub-first__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1;
}

.sub-first__images {
	gap: 8.75rem;
	margin-top: 3.35rem;
}

.sub-first__img img {
	aspect-ratio: 450/259;
}

.sub-first__remarks {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	padding: 0.75rem 0 0.6875rem;
}

.sub-fv {
	margin-top: 7.3125rem;
}

.sub-fv__img img {
	aspect-ratio: 1440/361;
}

.sub-fv__title {
	margin-top: 1rem;
	font-size: 2.5rem;
	letter-spacing: 0em;
}

.sub-fv__title-top{
	font-size: 2rem;
	letter-spacing: 0em;
}

.sub-news__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.sub-news__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2.6875rem 3.9375rem;
}

.sub-news__item {
	margin: 0;
	max-width: calc(33.3333% - 2.625rem);
}

.sub-news__item:hover {
	box-shadow: 0 0.375rem 1.25rem rgba(21, 76, 37, 0.35);
	transform: translateY(-0.3125rem);
}

.sub-news__item::before {
	background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100%;
	left: -75%;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: skewX(-20deg);
	transition: left 0.6s ease;
	width: 50%;
}

.sub-news__item:hover::before {
	left: 125%;
}

.sub-news__img img {
	aspect-ratio: 357/201;
}

.sub-news__content {
	padding: 0.95rem 0.95rem 1.15625rem;
}

.sub-news__time {
	font-size: 1.25rem;
	letter-spacing: 0.05em;
}

.sub-news__title {
	font-size: 1.625rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 0.125rem;
}

.sub-news__pagenavi {
	margin-top: 7.9375rem;
}

.sub-store__container {
	padding: 5.125rem 0 9rem;
}

.sub-store__inner {
	max-width: 81.25rem;
	padding: 0 1.5625rem;
}

.sub-store__explanation {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.3636363636;
}

.sub-store__remarks {
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
	margin-top: 1.125rem;
}

.sub-store__store {
	margin-top: 5rem;
}

.sub-store__store-item + .sub-store__store-item {
	margin-top: 2.5rem;
}

.sub-store__item {
	padding: 2.1625rem 1.5rem 2.3125rem;
}

.sub-store__img {
	width: 45.037%;
}

.sub-store__img img {
	aspect-ratio: 486/300;
}

.sub-store__name {
	border: none;
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	padding-bottom: 0rem;
}

.sub-store__text {
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 0rem;
}

.sub-store__time {
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	margin-top: 0.25rem;
}

.sub-store__padding {
	padding: 1.65625rem 1.5rem 0;
}

.sub-store__flex {
	align-items: center;
	display: flex;
}

.sub-store__box {
	border-right: solid 1px #292929;
	width: 50%;
}

.sub-store__buttons {
	margin-top: 1.5625rem;
}

.sub-store__wrapper {
	margin-top: 0rem;
	padding-left: 2.5rem;
	width: 50%;
}

.sub-store__dl {
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.sub-store__dl + .sub-store__dl {
	margin-top: 0.25rem;
}

.sub-store__term {
	width: 21%;
}

.sub-store__desc {
	width: 100%;
}

.sub-store__map {
	aspect-ratio: 486/300;
	margin-top: 0rem;
	width: 45.037%;
}

.sub-store__number {
	color: #292929;
	font-size: 1.125rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 0.625rem;
}

.sub-store__images {
	align-items: center;
	display: flex;
	gap: 7.3125rem;
	justify-content: center;
	margin-top: 2.3125rem;
}

.sub-store__top-buttons {
	margin-top: 10rem;
}

.sub-voice__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.sub-voice__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2.125rem 3.3125rem;
}

.sub-voice__item {
	margin: 0;
	max-width: calc(50% - 1.65625rem);
	padding: 1.475rem 2.5rem 1.5375rem 1rem;
}

.sub-voice__flex {
	gap: 0.55rem;
}

.sub-voice__face {
	width: 22.02%;
}

.sub-voice__face img {
	aspect-ratio: 109/109;
}

.sub-voice__sentence {
	width: 77.22%;
}

.sub-voice__title {
	font-size: 1.75rem;
	letter-spacing: 0.05em;
	line-height: 1.0714285714;
}

.sub-voice__age {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.6363636364;
	margin-top: 1.25rem;
}

.sub-voice__course {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.6363636364;
}

.sub-voice__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 1.65rem;
}

.sub-voice__buttons {
	margin-top: 7.5rem;
}

.sub-voice__return-buttons {
	margin-top: 1.6875rem;
}

.sub-voice__pagenavi {
	margin-top: 7.9375rem;
}

.thanks__inner {
	max-width: 46.875rem;
	padding: 0 1.5625rem;
}

.thanks__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.9090909091;
}

.thanks__text + .thanks__text {
	margin-top: 1.875rem;
}

.thanks__top-buttons {
	margin-top: 8.125rem;
}

.voice {
	padding: 8rem 0;
}

.voice__swiper {
	margin-top: 3.75rem;
}

.voice__card {
	border: solid 2px #015024;
	padding: 2.875rem 2.875rem 1.25rem;
}

.voice__age {
	border-radius: 1.53125rem;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1;
	padding: 0.85rem 2.1875rem 0.9625rem;
	top: -4%;
}

.voice__img img {
	aspect-ratio: 200/142;
}

.voice__text {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.675;
	margin-top: 2.75rem;
}

.info__pagination {
	gap: 0.9375rem;
	margin-top: 5rem;
}

.swiper-pagination-bullet {
	height: 1.125rem;
	width: 1.125rem;
}

.sub__notfound{
	font-size: 1.5rem;
	letter-spacing: 0.025em;
}

}

@media (min-width: 1220px) {

html {
	font-size: 16px;
}

}

@media screen and (min-width: 1360px) {

.header__container {
	padding-left: 7.1875rem;
	padding-right: 7.8125rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes slideInChar {

0% {
	opacity: 0;
	transform: translateX(-1.25rem);
}

100% {
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes slideInChar {

0% {
	opacity: 0;
	transform: translateX(-1.25rem);
}

100% {
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes shine {

0% {
	left: -75%;
}

100% {
	left: 125%;
}

}

@keyframes fadeInSlide {

0% {
	opacity: 0;
	transform: translateX(-1.25rem);
}

100% {
	opacity: 1;
	transform: translateX(0);
}

}


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