body {
	color: #432211;
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: none;
}

@font-face {
	font-family: "Hannari";
	src: url("../../fonts/hannari/HannariMincho-Regular.otf") format("opentype");
}

:where(:root) {
	--vw: 1vw;
}

html {
	scroll-behavior: smooth;
}

section {
	scroll-margin-top: 4rem;
}

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

.is-fixed {
	overflow: hidden;
}

.grab {
	cursor: grab;
}

.grabbing {
	cursor: grabbing;
}

:root { /* イージングアニメーション */ /* Sine */
	--ease-in-sine: cubic-bezier(0.12, 0, 0.39, 0);
	--ease-out-sine: cubic-bezier(0.61, 1, 0.88, 1);
	--ease-in-out-sine: cubic-bezier(0.37, 0, 0.63, 1); /* Cubic */
	--ease-in-cubic: cubic-bezier(0.32, 0, 0.67, 0);
	--ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
	--ease-in-out-cubic: cubic-bezier(0.65, 0, 0.35, 1); /* Quint */
	--ease-in-quint: cubic-bezier(0.64, 0, 0.78, 0);
	--ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
	--ease-in-out-quint: cubic-bezier(0.83, 0, 0.17, 1); /* Circ */
	--ease-in-circ: cubic-bezier(0.55, 0, 1, 0.45);
	--ease-out-circ: cubic-bezier(0, 0.55, 0.45, 1);
	--ease-in-out-circ: cubic-bezier(0.85, 0, 0.15, 1); /* Quad */
	--ease-in-quad: cubic-bezier(0.11, 0, 0.5, 0);
	--ease-out-quad: cubic-bezier(0.5, 1, 0.89, 1);
	--ease-in-out-quad: cubic-bezier(0.45, 0, 0.55, 1); /* Quart */
	--ease-in-quart: cubic-bezier(0.5, 0, 0.75, 0);
	--ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
	--ease-in-out-quart: cubic-bezier(0.76, 0, 0.24, 1); /* Expo */
	--ease-in-expo: cubic-bezier(0.7, 0, 0.84, 0);
	--ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
	--ease-in-out-expo: cubic-bezier(0.87, 0, 0.13, 1); /* Back */
	--ease-in-back: cubic-bezier(0.36, 0, 0.66, -0.56);
	--ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
	--ease-in-out-back: cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

/* Global Setting */

*,
*::before,
*::after {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	padding: 0;
}

/* Prefers reduced motion */

/* Set core root defaults */

:where(:root) {
	word-wrap: anywhere;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	font-style: inherit;
	font-weight: 400;
	line-break: strict;
	line-height: 1.5;
	scroll-behavior: smooth;
	scrollbar-gutter: stable;
	text-rendering: optimizeSpeed;
}

:where(:root):has(:where(:modal)) {
	overflow: hidden;
}

/* Set core body defaults */

:where(body) {
	min-height: 100svb;
}

:where(h1,
h2,
h3,
h4,
h5,
h6) {
	text-wrap: balance;
}

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

:where(ul,
ol) {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

:where(input,
button,
textarea,
select) {
	font: inherit;
}

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

/* Forms */

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

:where(textarea) {
	resize: vertical;
}

:where(input[type=checkbox],
input[type=radio]) {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

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

.about {
	background-color: #fcfbe8;
	padding-bottom: 1.9375rem;
	padding-top: 1.5rem;
}

.about__title {
	word-wrap: anywhere;
	font-size: 1.5625rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1.52;
	word-break: keep-all;
}

.about__title .small {
	font-size: 1.25rem;
	font-weight: 400;
}

.about__title .eng {
	font-family: "Noto Serif JP", serif;
	font-size: 1.6875rem;
	text-transform: uppercase;
}

.about__text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.8;
	margin-top: 0.625rem;
	text-transform: uppercase;
}

.appraisal {
	padding-bottom: 1.25rem;
	padding-top: 1.75rem;
}

.appraisal__inner.inner {
	max-width: 68.375rem;
}

.appraisal__lead {
	margin-top: 1.75rem;
}

.appraisal__lead-text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.075em;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
}

.appraisal__items {
	grid-gap: 0.4375rem;
	display: grid;
	gap: 0.4375rem;
	grid-template-columns: repeat(auto-fit, minmax(9.375rem, 10.25rem));
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5625rem;
	max-width: 25rem;
}

.appraisal__item {
	background-color: #a52226;
	cursor: pointer;
	padding: 1.5rem 0.625rem 1.6875rem;
	position: relative;
	text-align: center;
}

.appraisal__item::after {
	border-color: #fff #c0843b #fff;
	border-style: solid;
	border-width: 0 0 1.25rem 1.25rem;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
}

.appraisal__text {
	word-wrap: anywhere;
	color: #fcfbe8;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	word-break: keep-all;
}

.appraisal__text .small {
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
}

.appraisal__icon {
	aspect-ratio: 123/63;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 7.6875rem;
}

.appraisal__icon img,
.appraisal__icon-decoration img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.appraisal__icon-decoration {
	bottom: 0;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	right: 0;
	top: 0;
}

.appraisal__button {
	border: 1px solid #fff;
	border-radius: 100vmax;
	margin-top: 1.625rem;
	min-width: 6.0625rem;
	overflow: hidden;
	padding: 0.125rem 0.875rem 0.25rem 0.375rem;
	position: relative;
	z-index: 2;
}

.appraisal__button::before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0;
	left: 0;
	opacity: 0;
	padding-top: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) scale(0.1);
	transition: 0.3s transform;
	width: 100%;
	z-index: -1;
}

.appraisal__button::after {
	-webkit-mask-image: url(../img/top/more-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	-webkit-mask-position: 50% 50%;
	aspect-ratio: 1;
	background-color: #fff;
	content: "";
	mask-image: url(../img/top/more-arrow.svg);
	mask-position: 50% 50%;
	mask-repeat: no-repeat;
	mask-size: cover;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s background-color;
	width: 0.875rem;
}

.appraisal__button-text {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1;
	transition: 0.5s color;
}

.area-item {
	background-color: #fbefe6;
	border-radius: 1.5625rem;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.area-item__header {
	padding-left: 2.75rem;
	padding-right: 2.75rem;
}

.area-item__img {
	aspect-ratio: 161/124;
	position: relative;
}

.area-item__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.area-item__caption {
	font-weight: 600;
	left: 0;
	letter-spacing: 0.05em;
	line-height: 1;
	position: absolute;
	text-align: center;
	top: 2.8125rem;
	width: 100%;
}

.area-item__caption-eng {
	display: inline-block;
	font-size: 1.0625rem;
	position: relative;
	text-transform: uppercase;
}

.area-item__caption-eng::before,
.area-item__caption-eng::after {
	background-color: #432211;
	border-radius: 100vmax;
	content: "";
	height: 1.1875rem;
	position: absolute;
	top: 60%;
	transform: rotate(-38deg) translateY(-50%);
	width: 0.125rem;
}

.area-item__caption-eng::before {
	left: -0.8125rem;
}

.area-item__caption-eng::after {
	right: -0.8125rem;
	transform: rotate(38deg) scale(-1, 1) translateY(-50%);
}

.area-item__caption-jp {
	color: #a52226;
	font-size: 1.5rem;
	margin-top: 1.0625rem;
}

.area-item__body {
	margin-top: 0.625rem;
	padding-left: 0.125rem;
	padding-right: 0.125rem;
}

.area-item__text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.6666666667;
	text-align: center;
}

.area {
	padding-bottom: 1.5625rem;
	padding-top: 1.1875rem;
}

.area__lead {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.6;
	margin-top: 1.625rem;
	text-align: center;
}

.area__items {
	grid-gap: 1.25rem;
	align-content: center;
	display: grid;
	gap: 1.25rem;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(auto-fill, 15.5rem);
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.9375rem;
	place-content: center;
}

.blog-item {
	background-color: #fff;
	border-radius: 0 3.125rem 0 3.125rem;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	transition: 0.3s transform, 0.3s box-shadow;
}

.blog-item a {
	display: block;
	height: 100%;
	position: relative;
}

.blog-item__img {
	aspect-ratio: 335/202.27;
	border-radius: 0 3.125rem 0 3.125rem;
	width: 100%;
}

.blog-item__img:has(.blog-item__img-none) {
	background-color: #fff;
	border-bottom: 1px solid #707070;
	position: relative;
}

.blog-item__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.blog-item__img-none {
	color: #707070;
	font-size: 1rem;
	font-weight: 600;
	left: 50%;
	letter-spacing: 0.05em;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.blog-item__body {
	padding: 0.8125rem 1.3125rem 0 1.9375rem;
}

.blog-item__title {
	font-size: 1.1875rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.3684210526;
}

.blog-item__text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 0.5625rem;
}

.blog-item__footer {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5rem;
	padding: 0 1.3125rem 2.1875rem 1.9375rem;
}

.blog-item__tag {
	color: #a52226;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4375;
}

.blog-item__icon {
	aspect-ratio: 1;
	background-color: #a52226;
	bottom: 0;
	position: absolute;
	right: 0;
	width: 1.9375rem;
	z-index: 2;
}

.blog-item__icon::before,
.blog-item__icon::after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.8125rem;
}

.blog-item__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: 0.3s transform;
}

.blog {
	background-image: -webkit-image-set(url(../img/top/blog-bg-sp.webp) type("image/webp"), url(../img/top/blog-bg-sp.png) type("image/png"));
	background-image: image-set(url(../img/top/blog-bg-sp.webp) type("image/webp"), url(../img/top/blog-bg-sp.png) type("image/png"));
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 2.375rem;
	padding-top: 1.6875rem;
}

.blog__inner.inner {
	max-width: 66.9375rem;
}

.blog__lead {
	word-wrap: anywhere;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1.5rem;
	text-align: center;
	text-transform: uppercase;
	word-break: keep-all;
}

.blog__wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 21.875rem;
}

.blog__items {
	grid-row-gap: 1.25rem;
	grid-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	display: grid;
	grid-template-columns: 1fr;
	justify-content: center;
	margin-top: 1.4375rem;
	row-gap: 1.25rem;
}

.blog__link {
	margin-top: 1.3125rem;
	text-align: right;
}

.blog__link a {
	color: #a52226;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-right: 1rem;
	position: relative;
	text-transform: uppercase;
	transition: 0.3s letter-spacing;
}

.blog__link a::before {
	background-color: #a52226;
	bottom: -0.0625rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transition: 0.3s width, 0.3s left;
	width: calc(100% - 1rem);
}

.blog__link a::after {
	background-color: #a52226;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	content: "";
	height: 0.606875rem;
	position: absolute;
	right: 0.0625rem;
	top: 36%;
	transform: rotate(90deg) translateY(-50%);
	transition: 0.3s right;
	width: 0.9375rem;
}

.caution {
	background-color: #a52226;
	padding-bottom: 2.1875rem;
	padding-top: 2.375rem;
}

.caution__inner.inner {
	max-width: 61.125rem;
}

.caution__items {
	counter-reset: number 0;
	margin-top: 2.1875rem;
}

.caution__item {
	padding-left: 1.5625rem;
	position: relative;
}

.caution__item::before {
	color: #fff;
	content: counter(number) ".";
	counter-increment: number 1;
	font-size: 0.9375rem;
	font-weight: 400;
	left: 0;
	line-height: 1.6;
	position: absolute;
	top: 0;
}

.caution__item:not(:first-child) {
	margin-top: 1rem;
}

.caution__text {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.6;
}

.caution__text.bold {
	font-weight: 600;
}

.caution__text .u-desktop {
	display: none;
}

.cta-button {
	box-shadow: 3.8px 3.8px 0px 0px rgb(250, 247, 225);
	display: inline-block;
	margin-bottom: 3.8px;
	margin-right: 3.8px;
	max-width: 20.9375rem;
	transition: 0.3s box-shadow, 0.3s transform;
	width: calc(100% - 3.8px);
}

.cta-button a {
	align-items: flex-start;
	border-image-outset: 0;
	border-image-repeat: round;
	border-image-slice: 57;
	border-image-source: image-set(url(../img/top/banner-border.webp) type("image/webp"), url(../img/top/banner-border.png) type("image/png"));
	border-image-width: 20px;
	color: #fcfbe8;
	display: inline-flex;
	height: 100%;
	min-height: 3.810625rem;
	padding-left: 1.25rem;
	padding-right: 2.8125rem;
	position: relative;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
}

.cta-button a::after {
	aspect-ratio: 1;
	background-image: -webkit-image-set(url(../img/top/banner-arrow.webp) type("image/webp"), url(../img/top/banner-arrow.png) type("image/png"));
	background-image: image-set(url(../img/top/banner-arrow.webp) type("image/webp"), url(../img/top/banner-arrow.png) type("image/png"));
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	right: 1.875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.9375rem;
}

.cta-button--line {
	background-color: #154834;
}

.cta-button--line a {
	gap: clamp(0.5rem, -3.4272727273rem + 19.6363636364vw, 1.175rem);
	padding-bottom: 0.55rem;
	padding-top: 0.55rem;
}

.cta-button--line .cta-button__icon {
	align-self: center;
	aspect-ratio: 42.45/42.85;
	margin-left: 0.625rem;
	width: 2.653125rem;
}

.cta-button--line .cta-button__icon img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.cta-button--line .cta-button__block {
	flex-shrink: 0;
	margin-top: 0.375rem;
}

.cta-button--line .cta-button__text-small {
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 0.4375rem;
	margin-left: clamp(1.6875rem, -1.9488636364rem + 18.1818181818vw, 2.3125rem);
	text-align: left;
}

.cta-button--line .cta-button__text-large {
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
}

.cta-button--line .cta-button__text-large span {
	font-size: 0.75rem;
}

.cta-button--tel {
	background-color: #c0843b;
}

.cta-button--tel a {
	gap: clamp(0.625rem, -5.1931818182rem + 29.0909090909vw, 1.625rem);
	padding-bottom: 0.6375rem;
	padding-top: 0.6375rem;
	cursor: pointer;
	pointer-events: auto;
}

.cta-button--tel .cta-button__icon {
	aspect-ratio: 19.45/26.41;
	margin-left: 1.09375rem;
	width: 1.215625rem;
}

.cta-button--tel .cta-button__icon img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.cta-button--tel .cta-button__text-large {
	font-size: clamp(1.125rem, -1.0568181818rem + 10.9090909091vw, 1.5rem);
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0.4375rem;
	font-family: "Noto Sans JP", sans-serif;
}

.cta-button--tel .cta-button__text-small {
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 1;
	margin-left: 0.8125rem;
	font-family: "Noto Sans JP", sans-serif;
}

.cta {
	background-image: -webkit-image-set(url(../img/top/cta-bg-sp.webp) type("image/webp"), url(../img/top/cta-bg-sp.jpg) type("image/jpeg"));
	background-image: image-set(url(../img/top/cta-bg-sp.webp) type("image/webp"), url(../img/top/cta-bg-sp.jpg) type("image/jpeg"));
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 1.5625rem;
	padding-top: 1.75rem;
	text-align: center;
}

.cta__text-title {
	font-size: 2.125rem;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 0.875rem;
}

.cta__text-title .small {
	font-size: 1.5625rem;
	font-weight: 400;
}

.cta__text-title .large {
	font-size: 3.75rem;
}

.cta__text-title .red {
	color: #a52226;
}

.cta__text {
	font-size: 1.5625rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1.2;
	margin-bottom: 0.875rem;
}

.cta__text .small {
	font-size: 1.125rem;
}

.cta__text .larger {
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	text-transform: uppercase;
}

.cta__buttons {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5625rem;
	justify-content: center;
	width: 100%;
}

.faq-item {
	background-image: -webkit-image-set(url(../img/top/faq-item-bg-sp.webp) type("image/webp"), url(../img/top/faq-item-bg-sp.png) type("image/png"));
	background-image: image-set(url(../img/top/faq-item-bg-sp.webp) type("image/webp"), url(../img/top/faq-item-bg-sp.png) type("image/png"));
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0 3.125rem 0 3.125rem;
}

.faq-item__details {
	position: relative;
}

.faq-item__details::after {
	background: linear-gradient(180deg, transparent 0, transparent 3.3125rem, #a52226 3.3125rem, #a52226 calc(100% - 2.625rem), transparent calc(100% - 2.625rem), transparent 100%);
	bottom: 0;
	content: "";
	height: 0;
	left: 1.4375rem;
	position: absolute;
	width: 0.09375rem;
}

.faq-item__details.is-opened::after {
	border-radius: 100vmax;
	height: 100%;
}

summary {
	display: block;
}

summary::-webkit-details-marker {
	display: none;
}

.faq-item__summary {
	cursor: pointer;
}

.faq-item__summary-wrapper {
	color: #a52226;
	display: flex;
	font-weight: 600;
	gap: 1.1875rem;
	line-height: 1;
	padding: 1.0625rem 1.6875rem 2.125rem 1.0625rem;
	transition: 0.3s padding;
}

details.is-opened .faq-item__summary-wrapper {
	padding: 1.0625rem 1.6875rem 1.0625rem 1.0625rem;
}

.faq-item__number {
	display: flex;
	flex-shrink: 0;
	gap: 0.5625rem;
}

.faq-item__number .eng {
	font-size: 1.125rem;
	margin-top: 0.6875rem;
}

.faq-item__number .number {
	display: inline-block;
	font-size: 2rem;
	letter-spacing: -0.1em;
}

.faq-item__title {
	text-wrap: initial;
	word-wrap: anywhere;
	font-size: 1.0625rem;
	letter-spacing: 0.05em;
	line-height: 1.3529411765;
	margin-top: 0.5rem;
	word-break: keep-all;
}

.faq-item__icon {
	aspect-ratio: 1;
	background-color: #a52226;
	bottom: 0;
	position: absolute;
	right: 0;
	width: 1.9375rem;
	z-index: 2;
}

.faq-item__icon .before,
.faq-item__icon .after {
	background-color: #fff;
	display: inline-block;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.8125rem;
}

.faq-item__icon .after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: 0.3s transform;
}

details.is-opened .faq-item__icon .after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.faq-item__content {
	overflow: hidden;
}

.faq-item__answer {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.6;
	padding: 0 1.25rem 2.625rem 2.8125rem;
}

.faq {
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.faq__items {
	grid-row-gap: 1.25rem;
	display: grid;
	grid-template-columns: 1fr;
	justify-content: center;
	margin-top: 2.0625rem;
	row-gap: 1.25rem;
}

.flow-item {
	background-color: #fff;
	border-radius: 0 50px 0 50px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	margin-right: 13px;
	padding-bottom: 1.5rem;
	padding-top: 1rem;
	position: relative;
}

.flow-item:has(.flow-item__note) {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.flow-item::after {
	background-color: #c0843b;
	border-radius: 0 50px 0 50px;
	content: "";
	height: 100%;
	left: 13px;
	position: absolute;
	top: 13px;
	width: 100%;
	z-index: -1;
}

.flow-item__header {
	align-items: flex-start;
	display: flex;
	gap: 1.1875rem;
	padding-left: 1.8125rem;
	padding-right: 2.0625rem;
}

.flow-item__number {
	color: #c0843b;
	display: flex;
	flex-direction: column-reverse;
	flex-shrink: 0;
	gap: 1rem;
	line-height: 1;
}

.flow-item__number .small {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.025em;
}

.flow-item__number .large {
	font-family: "Hannari";
	font-size: 3.125rem;
	position: relative;
}

.flow-item__number .large::after {
	background-color: #c0843b;
	bottom: -0.625rem;
	content: "";
	height: 0.09375rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.1875rem;
}

.flow-item__title {
	color: #c0843b;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 1.25rem;
}

.flow-item__text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.6;
	margin-top: 0.75rem;
}

.flow-item__body {
	margin-top: 0.8125rem;
	padding-left: 0.6875rem;
	padding-right: 0.6875rem;
}

.flow-item__img {
	aspect-ratio: 453/237;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.flow-item__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.flow-item__note {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
}

.flow {
	background-image: -webkit-image-set(url(../img/top/flow-bg-sp.webp) type("image/webp"), url(../img/top/flow-bg-sp.png) type("image/png"));
	background-image: image-set(url(../img/top/flow-bg-sp.webp) type("image/webp"), url(../img/top/flow-bg-sp.png) type("image/png"));
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 2.25rem;
	padding-top: 1.25rem;
	position: relative;
	z-index: 1;
}

.flow__lead {
	word-wrap: anywhere;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.3125rem;
	text-align: center;
	width: 80%;
	word-break: keep-all;
}

.flow__items {
	grid-gap: 2.4375rem;
	display: grid;
	gap: 2.4375rem;
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.0625rem;
	max-width: 21.875rem;
}

.footer {
	background-image: -webkit-image-set(url(../img/top/footer-bg-sp.webp) type("image/webp"), url(../img/top/footer-bg-sp.png) type("image/png"));
	background-image: image-set(url(../img/top/footer-bg-sp.webp) type("image/webp"), url(../img/top/footer-bg-sp.png) type("image/png"));
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.25rem;
	padding-top: 2.625rem;
}

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

.footer__text-box {
	align-self: flex-start;
}

.footer__logo {
	margin-bottom: 0.9375rem;
}

.footer__logo a {
	aspect-ratio: 165/18;
	display: inline-block;
	width: 13rem;
}

.footer__logo a img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.footer__info-text {
	word-wrap: anywhere;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.075em;
	line-height: 1.6;
	word-break: keep-all;
}

.footer__map {
	box-shadow: 3px 3px 6px rgba(67, 34, 17, 0.25);
	height: 12.875rem;
	margin-bottom: 1.25rem;
	max-width: 100%;
	width: 21rem;
}

.footer__map iframe {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

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

.free {
	background-image: -webkit-image-set(url(../img/top/free-bg-sp.webp) type("image/webp"), url(../img/top/free-bg-sp.jpg) type("image/jpeg"));
	background-image: image-set(url(../img/top/free-bg-sp.webp) type("image/webp"), url(../img/top/free-bg-sp.jpg) type("image/jpeg"));
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 0;
	padding-top: 1.375rem;
	position: relative;
}

.free::after {
	aspect-ratio: 531/476;
	background-image: -webkit-image-set(url(../img/top/free-decoration.webp) type("image/webp"), url(../img/top/free-decoration.png) type("image/png"));
	background-image: image-set(url(../img/top/free-decoration.webp) type("image/webp"), url(../img/top/free-decoration.png) type("image/png"));
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -1.6875rem;
	content: "";
	left: calc(50% - min(56.2666666667 * 1vw, 18.75rem));
	left: calc(50% - min(56.2666666667 * var(--vw), 18.75rem));
	position: absolute;
	width: 9.6875rem;
	z-index: 1;
}

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

.free__text {
	word-wrap: anywhere;
	word-break: keep-all;
}

.free__text .small {
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	margin-left: 1rem;
}

.free__text .eng {
	font-family: "Noto Serif JP", serif;
	font-size: 1.8125rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
}

.free__text .large {
	background-image: radial-gradient(circle at center, #432211 15%, transparent 15%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1em 0.3em;
	font-size: 1.875rem;
	letter-spacing: 0.05em;
	padding-top: 0.1875rem;
}

.free__items {
	display: flex;
	justify-content: center;
	margin-top: -0.1875rem;
}

.free__item {
	grid-gap: 0.125rem;
	align-content: center;
	align-items: center;
	aspect-ratio: 110/109;
	display: grid;
	gap: 0.125rem;
	justify-content: center;
	justify-items: center;
	max-width: 6.875rem;
	place-content: center;
	place-items: center;
	position: relative;
	width: calc(29.3333333333 * 1vw);
	width: calc(29.3333333333 * var(--vw));
}

.free__item::before,
.free__item::after {
	border: 2px solid #c0843b;
	border-radius: 50%;
	content: "";
	position: absolute;
	transform: translate(-50%, -50%);
}

.free__item::before {
	aspect-ratio: 1;
	left: calc(50% - 0.0625rem);
	max-width: 6.6875rem;
	top: calc(50% + 0.5rem);
	width: calc(28.5333333333 * 1vw);
	width: calc(28.5333333333 * var(--vw));
}

.free__item::after {
	aspect-ratio: 1;
	left: calc(50% + 0.1875rem);
	max-width: 6.5625rem;
	top: calc(50% + 0.625rem);
	width: calc(28 * 1vw);
	width: calc(28 * var(--vw));
}

.free__icon {
	aspect-ratio: 1;
	width: 3.125rem;
}

.free__icon img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.free__icon-caption {
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
}

.free__price {
	margin-left: calc(23.2 * 1vw);
	margin-left: calc(23.2 * var(--vw));
	margin-top: -3.5625rem;
	position: relative;
}

.free__price-number {
	color: #a52226;
	display: flex;
	line-height: 1;
	pointer-events: none;
}

.free__price-number .large {
	font-size: 15.9375rem;
	font-weight: 600;
}

.free__price-number .small {
	align-self: flex-end;
	font-size: clamp(5rem, -0.8181818182rem + 29.0909090909vw, 6rem);
	font-weight: 800;
	margin-bottom: 1.5rem;
}

.free__price-text {
	color: #a52226;
	font-size: 2.5625rem;
	font-weight: 800;
	left: 2.6875rem;
	letter-spacing: 0.28em;
	position: absolute;
	top: 6rem;
	writing-mode: vertical-rl;
}

.fv {
	position: relative;
}

.fv img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv__wrap {
	align-items: flex-start;
	bottom: 0;
	display: flex;
	flex-direction: row-reverse;
	gap: calc(6.6133333333 * 1vw);
	gap: calc(6.6133333333 * var(--vw));
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fv__title {
	align-items: flex-start;
	display: flex;
	flex-direction: row-reverse;
	gap: calc(6.4 * 1vw);
	gap: calc(6.4 * var(--vw));
	margin-right: calc(13.3333333333 * 1vw);
	margin-right: calc(13.3333333333 * var(--vw));
	margin-top: calc(24.8 * 1vw);
	margin-top: calc(24.8 * var(--vw));
}

.fv__title-sub {
	aspect-ratio: 150.36/484.56;
	width: calc(25.7333333333 * 1vw);
	width: calc(25.7333333333 * var(--vw));
}

.fv__title-main {
	aspect-ratio: 86.6/458.58;
	width: calc(14.6666666667 * 1vw);
	width: calc(14.6666666667 * var(--vw));
}

.fv__lead {
	aspect-ratio: 99.21/159.5;
	margin-top: calc(24.5333333333 * 1vw);
	margin-top: calc(24.5333333333 * var(--vw));
	width: calc(26.456 * 1vw);
	width: calc(26.456 * var(--vw));
}

.fv__title-sub img,
.fv__title-main img,
.fv__lead img,
.fv__line-icon img,
.fv__tel-icon img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv__buttons {
	margin-right: calc(2.635431918 * 1vw);
	margin-right: calc(2.635431918 * var(--vw));
	margin-top: calc(18.1551976574 * 1vw);
	margin-top: calc(18.1551976574 * var(--vw));
}

.fv__line-button,
.fv__tel-button {
	aspect-ratio: 1;
	color: #fff;
	position: relative;
	width: calc(19.8916544656 * 1vw);
	width: calc(19.8916544656 * var(--vw));
}

.fv__tel-button svg {
	height: 100%;
	width: 100%;
}

.fv__line-wrap,
.fv__tel-wrap {
	display: grid;
	justify-content: center;
	left: 50%;
	pointer-events: none;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

.fv__line-text:first-child {
	margin-top: calc(2.3426061493 * 1vw);
	margin-top: calc(2.3426061493 * var(--vw));
}

.fv__line-text {
	font-size: calc(1.2445095168 * 1vw);
	font-size: calc(1.2445095168 * var(--vw));
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3529411765;
}

.fv__line-text .medium {
	font-size: calc(1.3909224012 * 1vw);
	font-size: calc(1.3909224012 * var(--vw));
	font-weight: 600;
	line-height: 1.2105263158;
}

.fv__line-text .large {
	font-size: calc(1.6105417277 * 1vw);
	font-size: calc(1.6105417277 * var(--vw));
	font-weight: 700;
	line-height: 1;
}

.fv__line-text:has(.large) {
	margin-top: calc(0.1464128843 * 1vw);
	margin-top: calc(0.1464128843 * var(--vw));
}

.fv__line-icon {
	aspect-ratio: 1;
	margin-top: calc(0.1464128843 * 1vw);
	margin-top: calc(0.1464128843 * var(--vw));
	width: calc(7.6500732064 * 1vw);
	width: calc(7.6500732064 * var(--vw));
}

.fv__tel-button {
	position: relative;
	top: calc(-3.7335285505 * 1vw);
	top: calc(-3.7335285505 * var(--vw));
}

.fv__tel-content {
	display: flex;
	gap: calc(0.2196193265 * 1vw);
	gap: calc(0.2196193265 * var(--vw));
	justify-content: center;
	margin-left: calc(0.9516837482 * 1vw);
	margin-left: calc(0.9516837482 * var(--vw));
	margin-top: calc(4.0263543192 * 1vw);
	margin-top: calc(4.0263543192 * var(--vw));
}

.fv__tel-content .fv__tel-text {
	text-align: left;
}

.fv__tel-icon {
	aspect-ratio: 33.87/46;
	margin-top: calc(0.5124450952 * 1vw);
	margin-top: calc(0.5124450952 * var(--vw));
	width: calc(2.4795021962 * 1vw);
	width: calc(2.4795021962 * var(--vw));
}

.fv__tel-text {
	font-size: calc(1.0980966325 * 1vw);
	font-size: calc(1.0980966325 * var(--vw));
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5333333333;
}

.fv__tel-text .large {
	font-size: calc(1.2445095168 * 1vw);
	font-size: calc(1.2445095168 * var(--vw));
	font-weight: 700;
	line-height: 1.3529411765;
}

.fv__tel-number {
	border-bottom: 1px solid #fff;
	font-size: calc(1.756954612 * 1vw);
	font-size: calc(1.756954612 * var(--vw));
	font-weight: 700;
	line-height: 1.3333333333;
	margin-top: calc(0.7320644217 * 1vw);
	margin-top: calc(0.7320644217 * var(--vw));
	padding-bottom: calc(0.7320644217 * 1vw);
	padding-bottom: calc(0.7320644217 * var(--vw));
	padding-left: calc(1.1713030747 * 1vw);
	padding-left: calc(1.1713030747 * var(--vw));
	padding-right: calc(1.1713030747 * 1vw);
	padding-right: calc(1.1713030747 * var(--vw));
}

.fv__tel-sub {
	margin-top: calc(0.7320644217 * 1vw);
	margin-top: calc(0.7320644217 * var(--vw));
}

.genre-item {
	border-right: 2px solid #fff;
	padding-left: 2.0625rem;
	padding-right: 0.625rem;
	position: relative;
}

.genre__item:nth-of-type(odd)::after {
	background-color: #fff;
	bottom: -2.0625rem;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 102%;
}

.genre-item__img {
	display: flex;
	height: 12.5rem;
	width: 8.75rem;
}

.genre-item__img:has(.genre-item__img-none) {
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(67, 34, 17, 0.75);
	position: relative;
}

.genre-item__img-none {
	color: #707070;
	font-size: 1rem;
	font-weight: 600;
	left: 50%;
	letter-spacing: 0.05em;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.genre-item__img img {
	-o-object-fit: cover;
	box-shadow: 0 3px 6px rgba(67, 34, 17, 0.75);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.genre-item__body {
	letter-spacing: 0.05em;
	line-height: 1.2352941176;
	margin-top: 1.625rem;
}

.genre-item__genre {
	text-wrap: wrap;
	font-size: 1.25rem;
	font-weight: 600;
}

.genre-item__title,
.genre-item__info,
.genre-item__price,
.genre-item__price-number {
	font-size: 0.9375rem;
	font-weight: 400;
}

.genre-item__title {
	margin-top: 0.75rem;
}

.genre-item__info,
.genre-item__price {
	margin-top: 0.5625rem;
}

.genre {
	background-image: -webkit-image-set(url(../img/top/genre-bg.webp) type("image/webp"), url(../img/top/genre-bg.png) type("image/png"));
	background-image: image-set(url(../img/top/genre-bg.webp) type("image/webp"), url(../img/top/genre-bg.png) type("image/png"));
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.75rem;
	padding-top: 3.125rem;
	position: relative;
}

.genre__inner.inner {
	padding-left: 2.8125rem;
	padding-right: 2.8125rem;
	overflow-x: hidden;
}

.genre__wrapper {
	position: relative;
}

.genre__container {
	/* margin-right: calc(50% - 50 * 1vw);
	margin-right: calc(50% - 50 * var(--vw)); */
	margin-top: 1.8125rem;
	overflow-x: auto;
}

.genre__container::-webkit-scrollbar {
	background-color: #fff;
	border-radius: 100vmax;
	height: 10px;
}

.genre__container::-webkit-scrollbar-thumb {
	background-color: #bcb5b5;
	border: 1.5px solid #fff;
	border-radius: 100vmax;
}

.genre__items {
	grid-row-gap: 4.1875rem;
	display: grid;
	grid-auto-columns: 16.4375rem;
	grid-auto-flow: column;
	grid-template-rows: repeat(2, auto);
	justify-content: start;
	padding-bottom: 2.1875rem;
	position: relative;
	row-gap: 4.1875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.genre__prev,
.genre__next {
	aspect-ratio: 32/43;
	cursor: pointer;
	opacity: 1;
	position: absolute;
	top: 47.5%;
	transform: translateY(-50%);
	transition: opacity 0.3s, visibility 0.3s;
	visibility: visible;
	width: 2rem;
}

.genre__prev.hidden,
.genre__next.hidden {
	opacity: 0;
	visibility: hidden;
}

.genre__prev img,
.genre__next img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.genre__prev {
	left: -1.5rem;
}

.genre__next {
	right: -1.5rem;
	top: 50.5%;
	transform: scale(-1, 1) translateY(-50%);
}

.hamburger {
	cursor: pointer;
	height: 2.375rem;
	position: relative;
	width: 2.375rem;
	z-index: 9999;
}

.hamburger span {
	background-color: #a52226;
	border-radius: 100vmax;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: transform 0.3s, opacity 0.3s;
	width: 2rem;
}

.hamburger span:nth-child(1) {
	top: 0.125rem;
}

.hamburger span:nth-child(2) {
	top: 0.6875rem;
}

.hamburger span:nth-child(3) {
	top: 1.25rem;
}

.hamburger.is-active span:nth-child(1) {
	left: 0.1875rem;
	top: 0.6875rem;
	transform: rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
	left: 0.1875rem;
	top: 0.6875rem;
	transform: rotate(-45deg);
}

.hamburger-text {
	align-items: flex-end;
	color: #a52226;
	display: flex;
	font-size: 0.6875rem;
	font-weight: 600;
	height: 100%;
	justify-content: center;
	letter-spacing: -0.05em;
	line-height: 1;
	opacity: 1;
	text-transform: uppercase;
	transition: opacity 0.3s ease;
	visibility: visible;
}

.hamburger-text.is-hidden {
	opacity: 0;
	position: absolute;
	visibility: hidden;
}

.header {
	background-image: -webkit-image-set(url(../img/top/header-bg.webp) type("image/webp"), url(../img/top/header-bg.png) type("image/png"));
	background-image: image-set(url(../img/top/header-bg.webp) type("image/webp"), url(../img/top/header-bg.png) type("image/png"));
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 4rem;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 1000;
}

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

.header__content {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.header__logo {
	flex-shrink: 1;
	margin-right: 1.25rem;
}

.header__logo-link {
	transition: 0.3s opacity;
}

.header__logo-link img {
	aspect-ratio: 165/18;
	width: 10.3125rem;
}

.header__pc-nav {
	height: 100%;
	margin-left: calc(2.3426061493 * 1vw);
	margin-left: calc(2.3426061493 * var(--vw));
	padding-bottom: 0.15rem;
}

.header__pc-nav.u-desktop {
	display: none;
}

.header__sp-nav {
	background-color: #a52226;
	display: none;
	height: calc(100dvh - 4rem);
	left: 0;
	margin-top: 4rem;
	overflow-y: scroll;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
	position: absolute;
	top: 0;
	width: 100%;
}

.header__sp-nav.is-active {
	display: block;
}

.header__pc {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-items: center;
	place-items: center;
}

.header__pc-links {
	display: flex;
	gap: 0.3125rem;
}

.header__pc-button a {
	aspect-ratio: 1;
	display: inline-block;
	width: 2rem;
}

.header__pc-button a img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transform: 0.3s opacity;
	width: 100%;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.modal {
	align-items: center;
	background-color: rgba(51, 51, 51, 0.9);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	opacity: 0;
	padding: 40px 20px;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	z-index: 9999;
}

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

.modal__body {
	display: inline-block;
	position: relative;
	width: 80%;
}

.modal__close-button {
	align-items: center;
	color: #432211;
	cursor: pointer;
	display: flex;
	font-size: 0.75rem;
	justify-content: center;
	position: absolute;
	right: 1.875rem;
	top: 1.875rem;
}

.modal__content {
	background: #fff;
	padding: 3.75rem;
}

.modal__text {
	color: #432211;
	font-size: 0.875rem;
	letter-spacing: 0.025em;
}

.nav-menu {
	overflow-x: hidden;
}

.nav-menu__wrap {
	align-items: flex-start;
	background-image: -webkit-image-set(url(../img/top/nav-menu-bg.webp) type("image/webp"), url(../img/top/nav-menu-bg.png) type("image/png"));
	background-image: image-set(url(../img/top/nav-menu-bg.webp) type("image/webp"), url(../img/top/nav-menu-bg.png) type("image/png"));
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0.75rem 0 0 0.75rem;
	box-shadow: -0.625rem -0.75rem 0px 0px rgb(192, 132, 59);
	display: flex;
	flex-direction: row-reverse;
	gap: 1.875rem;
	justify-content: center;
	margin-bottom: 0.9375rem;
	margin-left: 0.625rem;
	margin-right: calc(50% - 50vw - 0.625rem);
	padding: 3.1875rem calc(10.9333333333 * 1vw) 2.1875rem calc(14.6666666667 * 1vw);
	padding: 3.1875rem calc(10.9333333333 * var(--vw)) 2.1875rem calc(14.6666666667 * var(--vw));
}

.nav-menu__title {
	font-family: "Noto Serif JP", serif;
	font-size: 1.4375rem;
	font-weight: 600;
	letter-spacing: 0.25em;
	line-height: 1;
	writing-mode: vertical-rl;
}

.nav-menu__link {
	display: flex;
	flex-direction: column;
	gap: 3.1875rem;
	margin-top: 1.4375rem;
}

.nav-menu__items {
	display: flex;
	flex-direction: row-reverse;
	gap: 1.5625rem;
}

.nav-menu__item {
	font-family: "Noto Serif JP", serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 1;
	writing-mode: vertical-rl;
}

.nav-menu__buttons {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.4625rem;
	justify-content: center;
}

.pc-nav__items {
	align-items: flex-end;
	display: flex;
	pointer-events: visible;
	position: relative;
}

.pc-nav__items::after {
	aspect-ratio: 162.08/129.66;
	background-image: -webkit-image-set(url(../img/top/pc-nav-decoration.webp) type("image/webp"), url(../img/top/pc-nav-decoration.png) type("image/png"));
	background-image: image-set(url(../img/top/pc-nav-decoration.webp) type("image/webp"), url(../img/top/pc-nav-decoration.png) type("image/png"));
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	position: absolute;
	right: calc(-11.859443631 * 1vw);
	right: calc(-11.859443631 * var(--vw));
	width: calc(11.859443631 * 1vw);
	width: calc(11.859443631 * var(--vw));
}

.pc-nav__item {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 2px;
	transition: 0.3s transform cubic-bezier(0.12, 0, 0.39, 0), 0.3s box-shadow cubic-bezier(0.12, 0, 0.39, 0);
	transition: 0.3s transform var(--ease-in-sine), 0.3s box-shadow var(--ease-in-sine);
}

.pc-nav__item:nth-child(1) {
	background-image: -webkit-image-set(url(../img/top/pc-nav-item01.webp) type("image/webp"), url(../img/top/pc-nav-item01.png) type("image/png"));
	background-image: image-set(url(../img/top/pc-nav-item01.webp) type("image/webp"), url(../img/top/pc-nav-item01.png) type("image/png"));
	height: calc(11.5490483163 * 1vw);
	height: calc(11.5490483163 * var(--vw));
	margin-right: calc(0.6295754026 * 1vw);
	margin-right: calc(0.6295754026 * var(--vw));
	width: calc(3.0849194729 * 1vw);
	width: calc(3.0849194729 * var(--vw));
}

.pc-nav__item:nth-child(1) a {
	padding-top: calc(0.9004392387 * 1vw);
	padding-top: calc(0.9004392387 * var(--vw));
}

.pc-nav__item:nth-child(2) {
	background-image: -webkit-image-set(url(../img/top/pc-nav-item02.webp) type("image/webp"), url(../img/top/pc-nav-item02.png) type("image/png"));
	background-image: image-set(url(../img/top/pc-nav-item02.webp) type("image/webp"), url(../img/top/pc-nav-item02.png) type("image/png"));
	height: calc(10.2042459736 * 1vw);
	height: calc(10.2042459736 * var(--vw));
	margin-right: calc(0.2342606149 * 1vw);
	margin-right: calc(0.2342606149 * var(--vw));
	width: calc(2.7686676428 * 1vw);
	width: calc(2.7686676428 * var(--vw));
}

.pc-nav__item:nth-child(2) a {
	padding-top: calc(1.383601757 * 1vw);
	padding-top: calc(1.383601757 * var(--vw));
}

.pc-nav__item:nth-child(3) {
	background-image: -webkit-image-set(url(../img/top/pc-nav-item03.webp) type("image/webp"), url(../img/top/pc-nav-item03.png) type("image/png"));
	background-image: image-set(url(../img/top/pc-nav-item03.webp) type("image/webp"), url(../img/top/pc-nav-item03.png) type("image/png"));
	height: calc(11.5490483163 * 1vw);
	height: calc(11.5490483163 * var(--vw));
	margin-right: calc(0.2342606149 * 1vw);
	margin-right: calc(0.2342606149 * var(--vw));
	width: calc(3.1639824305 * 1vw);
	width: calc(3.1639824305 * var(--vw));
}

.pc-nav__item:nth-child(3) a {
	padding-top: calc(1.4348462665 * 1vw);
	padding-top: calc(1.4348462665 * var(--vw));
}

.pc-nav__item:nth-child(4) {
	background-image: -webkit-image-set(url(../img/top/pc-nav-item04.webp) type("image/webp"), url(../img/top/pc-nav-item04.png) type("image/png"));
	background-image: image-set(url(../img/top/pc-nav-item04.webp) type("image/webp"), url(../img/top/pc-nav-item04.png) type("image/png"));
	height: calc(11.5490483163 * 1vw);
	height: calc(11.5490483163 * var(--vw));
	margin-right: calc(0.4758418741 * 1vw);
	margin-right: calc(0.4758418741 * var(--vw));
	width: calc(3.0849194729 * 1vw);
	width: calc(3.0849194729 * var(--vw));
}

.pc-nav__item:nth-child(4) a {
	padding-top: calc(1.3689604685 * 1vw);
	padding-top: calc(1.3689604685 * var(--vw));
}

.pc-nav__item:nth-child(5) {
	background-image: -webkit-image-set(url(../img/top/pc-nav-item05.webp) type("image/webp"), url(../img/top/pc-nav-item05.png) type("image/png"));
	background-image: image-set(url(../img/top/pc-nav-item05.webp) type("image/webp"), url(../img/top/pc-nav-item05.png) type("image/png"));
	height: calc(12.4978038067 * 1vw);
	height: calc(12.4978038067 * var(--vw));
	margin-right: calc(0.4758418741 * 1vw);
	margin-right: calc(0.4758418741 * var(--vw));
	width: calc(3.3221083455 * 1vw);
	width: calc(3.3221083455 * var(--vw));
}

.pc-nav__item:nth-child(5) a {
	padding-top: calc(1.4055636896 * 1vw);
	padding-top: calc(1.4055636896 * var(--vw));
}

.pc-nav__item:nth-child(6) {
	background-image: -webkit-image-set(url(../img/top/pc-nav-item06.webp) type("image/webp"), url(../img/top/pc-nav-item06.png) type("image/png"));
	background-image: image-set(url(../img/top/pc-nav-item06.webp) type("image/webp"), url(../img/top/pc-nav-item06.png) type("image/png"));
	height: calc(14.4758418741 * 1vw);
	height: calc(14.4758418741 * var(--vw));
	margin-right: calc(0.6295754026 * 1vw);
	margin-right: calc(0.6295754026 * var(--vw));
	width: calc(3.4802342606 * 1vw);
	width: calc(3.4802342606 * var(--vw));
}

.pc-nav__item:nth-child(6) a {
	padding-top: calc(2.0351390922 * 1vw);
	padding-top: calc(2.0351390922 * var(--vw));
}

.pc-nav__item:nth-child(7) {
	background-image: -webkit-image-set(url(../img/top/pc-nav-item07.webp) type("image/webp"), url(../img/top/pc-nav-item07.png) type("image/png"));
	background-image: image-set(url(../img/top/pc-nav-item07.webp) type("image/webp"), url(../img/top/pc-nav-item07.png) type("image/png"));
	height: calc(10.2042459736 * 1vw);
	height: calc(10.2042459736 * var(--vw));
	margin-right: calc(0.5563689605 * 1vw);
	margin-right: calc(0.5563689605 * var(--vw));
	width: calc(2.7686676428 * 1vw);
	width: calc(2.7686676428 * var(--vw));
}

.pc-nav__item:nth-child(7) a {
	padding-top: calc(1.2225475842 * 1vw);
	padding-top: calc(1.2225475842 * var(--vw));
}

.pc-nav__item:nth-child(8) {
	background-image: -webkit-image-set(url(../img/top/pc-nav-item08.webp) type("image/webp"), url(../img/top/pc-nav-item08.png) type("image/png"));
	background-image: image-set(url(../img/top/pc-nav-item08.webp) type("image/webp"), url(../img/top/pc-nav-item08.png) type("image/png"));
	height: calc(14.4758418741 * 1vw);
	height: calc(14.4758418741 * var(--vw));
	margin-right: calc(0.6295754026 * 1vw);
	margin-right: calc(0.6295754026 * var(--vw));
	width: calc(3.4802342606 * 1vw);
	width: calc(3.4802342606 * var(--vw));
}

.pc-nav__item:nth-child(8) a {
	padding-top: calc(1.3762811127 * 1vw);
	padding-top: calc(1.3762811127 * var(--vw));
}

.pc-nav__item:nth-child(9) {
	background-image: -webkit-image-set(url(../img/top/pc-nav-item09.webp) type("image/webp"), url(../img/top/pc-nav-item09.png) type("image/png"));
	background-image: image-set(url(../img/top/pc-nav-item09.webp) type("image/webp"), url(../img/top/pc-nav-item09.png) type("image/png"));
	height: calc(11.5490483163 * 1vw);
	height: calc(11.5490483163 * var(--vw));
	margin-right: calc(0.2342606149 * 1vw);
	margin-right: calc(0.2342606149 * var(--vw));
	width: calc(3.0849194729 * 1vw);
	width: calc(3.0849194729 * var(--vw));
}

.pc-nav__item:nth-child(9) a {
	padding-top: calc(1.5007320644 * 1vw);
	padding-top: calc(1.5007320644 * var(--vw));
}

.pc-nav__item:nth-child(10) {
	background-image: -webkit-image-set(url(../img/top/pc-nav-item10.webp) type("image/webp"), url(../img/top/pc-nav-item10.png) type("image/png"));
	background-image: image-set(url(../img/top/pc-nav-item10.webp) type("image/webp"), url(../img/top/pc-nav-item10.png) type("image/png"));
	height: calc(11.5490483163 * 1vw);
	height: calc(11.5490483163 * var(--vw));
	margin-right: calc(0.4758418741 * 1vw);
	margin-right: calc(0.4758418741 * var(--vw));
	width: calc(3.1639824305 * 1vw);
	width: calc(3.1639824305 * var(--vw));
}

.pc-nav__item:nth-child(10) a {
	padding-top: calc(1.3689604685 * 1vw);
	padding-top: calc(1.3689604685 * var(--vw));
}

.pc-nav__item:nth-child(11) {
	background-image: -webkit-image-set(url(../img/top/pc-nav-item11.webp) type("image/webp"), url(../img/top/pc-nav-item11.png) type("image/png"));
	background-image: image-set(url(../img/top/pc-nav-item11.webp) type("image/webp"), url(../img/top/pc-nav-item11.png) type("image/png"));
	height: calc(12.4978038067 * 1vw);
	height: calc(12.4978038067 * var(--vw));
	margin-right: calc(0.7906295754 * 1vw);
	margin-right: calc(0.7906295754 * var(--vw));
	width: calc(3.3221083455 * 1vw);
	width: calc(3.3221083455 * var(--vw));
}

.pc-nav__item:nth-child(11) a {
	padding-top: calc(1.4787701318 * 1vw);
	padding-top: calc(1.4787701318 * var(--vw));
}

.pc-nav__item:nth-child(12) {
	background-image: -webkit-image-set(url(../img/top/pc-nav-item12.webp) type("image/webp"), url(../img/top/pc-nav-item12.png) type("image/png"));
	background-image: image-set(url(../img/top/pc-nav-item12.webp) type("image/webp"), url(../img/top/pc-nav-item12.png) type("image/png"));
	height: calc(10.2042459736 * 1vw);
	height: calc(10.2042459736 * var(--vw));
	width: calc(2.7686676428 * 1vw);
	width: calc(2.7686676428 * var(--vw));
}

.pc-nav__item:nth-child(12) a {
	padding-top: calc(0.7174231332 * 1vw);
	padding-top: calc(0.7174231332 * var(--vw));
}

.pc-nav__item a {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-size: calc(1.1713030747 * 1vw);
	font-size: calc(1.1713030747 * var(--vw));
	font-weight: 500;
	gap: calc(0.2928257687 * 1vw);
	gap: calc(0.2928257687 * var(--vw));
	height: inherit;
	letter-spacing: 0.05em;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	width: 100%;
	writing-mode: vertical-rl;
}

.rate {
	background-color: #17604a;
	overflow-x: clip;
	padding-bottom: 4.25rem;
	padding-top: 1.875rem;
	position: relative;
}

.rate::before {
	aspect-ratio: 965/802;
	background-image: -webkit-image-set(url(../img/top/rate-decoration.webp) type("image/webp"), url(../img/top/rate-decoration.png) type("image/png"));
	background-image: image-set(url(../img/top/rate-decoration.webp) type("image/webp"), url(../img/top/rate-decoration.png) type("image/png"));
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -4.8125rem;
	content: "";
	left: 0.0625rem;
	position: absolute;
	width: 13.75rem;
	z-index: 2;
}

.rate__container {
	-ms-overflow-style: none;
	margin-right: calc(50% - 50 * 1vw);
	margin-right: calc(50% - 50 * var(--vw));
	margin-top: 2.3125rem;
	overflow-x: auto;
	padding-top: 1.5rem;
	scrollbar-width: none;
}

.rate__container::-webkit-scrollbar {
	display: none;
}

.rate__table {
	border-collapse: separate;
	border-spacing: 3px 0;
	color: #00645b;
	margin-left: -3px;
	position: relative;
	table-layout: fixed;
	width: 100%;
	z-index: 1;
}

.rate__table td,
.rate__table th {
	background-color: #fff;
	border-spacing: 3px 0;
	height: 63px;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: 143px;
}

.rate__table td.wide,
.rate__table th.wide {
	width: 10.9375rem;
}

.rate__table td.thin,
.rate__table th.thin {
	width: 9.375rem;
}

.rate__table th.sticky {
	box-shadow: 3px 0px 0px 0px #00645b;
	left: 0;
	position: sticky;
	top: 0;
	z-index: 2;
}

.rate__table th.title {
	font-size: 1.1875rem;
	font-weight: 600;
	height: 47px;
	letter-spacing: 0.05em;
	line-height: 1;
}

.rate__table th:has(.tall) {
	z-index: 1;
}

.rate__table th:has(.tall)::before {
	background-color: #fff;
	border-radius: 20px 20px 0 0;
	bottom: 0;
	content: "";
	height: 150%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.rate__table td:has(.dashed)::after,
.rate__table th:has(.dashed)::after,
.rate__table td:has(.solid)::after,
.rate__table th:has(.solid)::after {
	bottom: 0;
	content: "";
	left: 15.5px;
	position: absolute;
	width: 79.7297297297%;
}

.rate__table td:has(.dashed)::after,
.rate__table th:has(.dashed)::after {
	background-image: linear-gradient(to right, #00645b, #00645b 3px, transparent 3px, transparent 5px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 8px 1px;
	height: 1px;
}

.rate__table td:has(.solid)::after,
.rate__table th:has(.solid)::after {
	border-bottom: 2px solid #00645b;
	height: 2px;
}

.rate__table .small {
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.0588235294;
}

.rate__table .small .extra-small {
	display: block;
	font-size: 0.9375rem;
	line-height: 1.2;
	width: 100%;
}

.rate__table .medium {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
}

.rate__table .medium .small {
	font-size: 1.0625rem;
}

.rate__table .large {
	font-size: 1.5625rem;
	font-weight: 800;
	line-height: 1;
}

.rate__table .large .red {
	color: #a52226;
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 2.2272727273;
}

.rate__table .large .extra-large {
	display: inline-block;
	font-size: 3.25rem;
	font-weight: 600;
	line-height: 1.125;
	margin-top: -1.125rem;
}

.rate__table .round {
	border-radius: 20px 20px 0 0;
}

.rate__table .tall {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
}

.reason-item {
	background-color: #fff;
	border-radius: 0 50px 0 50px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	margin-left: 1.25rem;
	margin-right: 6.5px;
	padding: 1.0625rem 1.25rem 2.1875rem 0.6875rem;
	position: relative;
}

.reason-item::after {
	background-color: #c0843b;
	border-radius: 0 50px 0 50px;
	content: "";
	height: 100%;
	left: 6.5px;
	position: absolute;
	top: 6.5px;
	width: 100%;
	z-index: -1;
}

.reason-item__header {
	text-align: center;
}

.reason-item__number {
	font-family: "Hannari";
	font-size: 1.75rem;
	left: -0.4375rem;
	letter-spacing: 0.025em;
	line-height: 1;
	position: absolute;
	top: -0.75rem;
}

.reason-item__number::before,
.reason-item__number::after {
	aspect-ratio: 49.3/56.84;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	transform: translate(-50%, -50%);
	width: 3.08125rem;
}

.reason-item__number::before {
	background-image: -webkit-image-set(url(../img/top/number-bg-border.webp) type("image/webp"), url(../img/top/number-bg-border.png) type("image/png"));
	background-image: image-set(url(../img/top/number-bg-border.webp) type("image/webp"), url(../img/top/number-bg-border.png) type("image/png"));
	left: 50%;
	top: 63%;
}

.reason-item__number::after {
	background-image: -webkit-image-set(url(../img/top/number-bg-color.webp) type("image/webp"), url(../img/top/number-bg-color.png) type("image/png"));
	background-image: image-set(url(../img/top/number-bg-color.webp) type("image/webp"), url(../img/top/number-bg-color.png) type("image/png"));
	left: 62%;
	top: 72%;
}

.reason-item__icon {
	aspect-ratio: 1;
	margin-left: auto;
	margin-right: auto;
	width: 4.0625rem;
}

.reason-item__icon img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.reason-item__title {
	margin-top: 0.3125rem;
}

.reason-item__title-sub {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1;
}

.reason-item__title-main {
	color: #f08438;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1;
	margin-top: 0.375rem;
}

.reason-item__body {
	margin-left: 0.8125rem;
	margin-top: 0.6875rem;
}

.reason-item__text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.6;
}

.reason {
	background-color: #fff;
	background-image: -webkit-image-set(url(../img/top/reason-bg-sp.webp) type("image/webp"), url(../img/top/reason-bg-sp.png) type("image/png"));
	background-image: image-set(url(../img/top/reason-bg-sp.webp) type("image/webp"), url(../img/top/reason-bg-sp.png) type("image/png"));
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 2.625rem;
	padding-top: 3rem;
	position: relative;
	z-index: 1;
}

.reason__wrap {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 1fr;
}

.reason__title {
	aspect-ratio: 207.51/102.61;
	margin-bottom: 0.3125rem;
	margin-left: 0.9375rem;
	position: relative;
	width: 12.969375rem;
}

.reason__title-text {
	font-size: 1.125rem;
	font-weight: 400;
	left: -1.4375rem;
	letter-spacing: 0.025em;
	line-height: 1;
	position: absolute;
	top: -0.4375rem;
}

.reason__title-text .eng {
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
}

.reason__title img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.reason__items {
	display: contents;
}

.reviews {
	background-color: #fcfbe8;
	padding-bottom: 2.6875rem;
	padding-top: 1.5625rem;
}

.reviews__inner.inner {
	max-width: 73.125rem;
}

.reviews__items {
	margin-top: 1.9375rem;
}

.reviews__item {
	display: grid;
}

.reviews__item:not(:first-child) {
	margin-top: 2.0625rem;
}

.reviews__item:nth-of-type(odd) {
	grid-template-columns: 155px 1fr;
}

.reviews__item:nth-of-type(odd) .reviews__icon {
	grid-area: 2/1/3/2;
}

.reviews__item:nth-of-type(odd) .reviews__info {
	grid-area: 2/2/3/3;
	margin-left: clamp(0.4375rem, -3.9271364796rem + 18.6224489796vw, 5rem);
}

.reviews__item:nth-of-type(even) {
	grid-template-columns: 1fr 155px;
}

.reviews__item:nth-of-type(even) .reviews__icon {
	grid-area: 2/2/3/3;
}

.reviews__item:nth-of-type(even) .reviews__info {
	display: flex;
	flex-direction: column;
	grid-area: 2/1/3/2;
	margin-left: auto;
	padding-left: 0.4375rem;
	padding-right: clamp(0.4375rem, -3.9271364796rem + 18.6224489796vw, 5rem);
}

.reviews__icon {
	align-content: center;
	align-items: center;
	display: grid;
	justify-content: center;
	justify-items: center;
	margin-top: 2.375rem;
	place-content: center;
	place-items: center;
}

.reviews__img {
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 50%;
	width: 9.6875rem;
}

.reviews__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.reviews__icon-text {
	color: #00645b;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 0.4375rem;
}

.reviews__block {
	display: contents;
}

.reviews__item:nth-of-type(odd) .reviews__block::after {
	left: -1.75rem;
	transform: rotate(-90deg);
}

.reviews__item:nth-of-type(even) .reviews__block::after {
	right: -1.75rem;
	transform: rotate(90deg);
}

.reviews__info {
	margin-top: 1.4375rem;
}

.reviews__info-block {
	word-wrap: anywhere;
	display: flex;
	flex-wrap: wrap;
	font-weight: 600;
	line-height: 1;
	word-break: keep-all;
}

.reviews__info-block dt {
	background-color: #00645b;
	border-radius: 0.3125rem;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.05em;
	min-width: 4.75rem;
	padding: 0.3125rem 0.25rem;
}

.reviews__info-block dt.wide {
	-moz-text-align-last: justify;
	text-align: center;
	text-align-last: justify;
}

.reviews__info-block dd {
	color: #00645b;
	font-size: 1.0625rem;
	margin-left: 0.625rem;
	padding-top: 0.25rem;
}

.reviews__info-block:not(:first-child) {
	margin-top: 0.3125rem;
}

.reviews__text {
	background-color: #fff;
	border-radius: 1.25rem;
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
	font-size: 0.9375rem;
	font-weight: 400;
	grid-area: 1/1/2/3;
	letter-spacing: 0.05em;
	line-height: 1.7333333333;
	padding: 1.625rem 1rem 1.6875rem 1.5625rem;
	position: relative;
}

.reviews__text::after {
	aspect-ratio: 33.07/42.13;
	background-color: #fff;
	bottom: -1.375rem;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	content: "";
	position: absolute;
	transform: rotate(180deg);
	width: 2.066875rem;
	z-index: -1;
}

.reviews__item:nth-of-type(odd) .reviews__text::after {
	left: 1.9375rem;
}

.reviews__item:nth-of-type(even) .reviews__text::after {
	right: 1.9375rem;
}

.section-title {
	word-wrap: anywhere;
	font-size: 1.4375rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4347826087;
	margin-bottom: 0.8125rem;
	position: relative;
	text-align: center;
	word-break: keep-all;
}

.section-title .eng {
	font-family: "Noto Serif JP", serif;
	text-transform: uppercase;
}

.section-title::after {
	-webkit-mask-image: url(../img/top/title-decoration.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	-webkit-mask-position: 50% 50%;
	aspect-ratio: 85.55/10;
	background-color: #a52226;
	bottom: -0.8125rem;
	content: "";
	left: 50%;
	mask-image: url(../img/top/title-decoration.svg);
	mask-position: 50% 50%;
	mask-repeat: no-repeat;
	mask-size: cover;
	position: absolute;
	transform: translateX(-50%);
	width: 5.346875rem;
}

.section-title--white {
	color: #fff;
}

.section-title--white::after {
	background-color: #fff;
}

.section-title--green::after {
	background-color: #00645b;
}

.section-title:has(.section-title__sub) {
	margin-bottom: 1.375rem;
}

.section-title:has(.section-title__sub)::after {
	bottom: -1.375rem;
}

.topics__title-main {
	font-size: 1.5625rem;
	text-transform: uppercase;
}

.section-title__sub {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 0.125rem;
}

.topics-item {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	transition: 0.3s transform, 0.3s box-shadow;
}

.topics-item a {
	display: block;
	height: 100%;
	position: relative;
}

.topics-item__img {
	aspect-ratio: 312/195;
	width: 100%;
}

.topics-item__img:has(.topics-item__img-none) {
	background-color: #fff;
	position: relative;
}

.topics-item__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.topics-item__img-none {
	color: #707070;
	font-size: 1rem;
	font-weight: 600;
	left: 50%;
	letter-spacing: 0.05em;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.topics-item__body {
	margin-top: 0.9375rem;
}

.topics__container {
	-moz-column-gap: 0.75rem;
	align-items: center;
	column-gap: 0.75rem;
	display: flex;
	flex-wrap: wrap;
	row-gap: 0.25rem;
}

.topics__date {
	align-items: center;
	background-color: #00645b;
	border-radius: 100vmax;
	color: #fcfbe8;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 400;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	min-width: 8.125rem;
	padding: 0.4375rem 1.25rem;
}

.topics__tag {
	color: #00645b;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
}

.topics-item__title {
	text-wrap: initial;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.075em;
	line-height: 1.6875;
	margin-top: 0.8125rem;
}

.topics {
	background-color: #fcfbe8;
	padding-bottom: 1.875rem;
	padding-top: 1.6875rem;
}

.topics__inner.inner {
	max-width: 66.9375rem;
}

.topics__wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 21.875rem;
}

.topics__items {
	grid-row-gap: 2.3125rem;
	grid-column-gap: 0.375rem;
	-moz-column-gap: 0.375rem;
	column-gap: 0.375rem;
	display: grid;
	grid-template-columns: 1fr;
	justify-content: center;
	margin-top: 3rem;
	row-gap: 2.3125rem;
}

.topics__link {
	margin-right: 1.0625rem;
	margin-top: 0.3125rem;
	text-align: right;
}

.topics__link a {
	color: #00645b;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-right: 1rem;
	position: relative;
	text-transform: uppercase;
	transition: 0.3s letter-spacing;
}

.topics__link a::before {
	background-color: #432211;
	bottom: -0.0625rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transition: 0.3s width, 0.3s left;
	width: calc(100% - 1rem);
}

.topics__link a::after {
	background-color: #00645b;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	content: "";
	height: 0.606875rem;
	position: absolute;
	right: 0.0625rem;
	top: 36%;
	transform: rotate(90deg) translateY(-50%);
	transition: 0.3s right;
	width: 0.9375rem;
}

.value {
	background-image: -webkit-image-set(url(../img/top/value-bg-sp.webp) type("image/webp"), url(../img/top/value-bg-sp.jpg) type("image/jpeg"));
	background-image: image-set(url(../img/top/value-bg-sp.webp) type("image/webp"), url(../img/top/value-bg-sp.jpg) type("image/jpeg"));
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: clip;
	padding-bottom: 2.8125rem;
	padding-top: 2.4375rem;
}

.value__inner.inner {
	max-width: 67.625rem;
}

.value__title {
	align-items: center;
	display: flex;
	font-weight: 600;
	gap: 0.75rem;
	justify-content: center;
	letter-spacing: 0.05em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.value__title .small {
	font-size: cla, ps(16, 19, 320, 375);
	line-height: 1.3157894737;
	margin-left: 0.4375rem;
}

.value__title .large {
	color: #a52226;
	font-size: clamp(1.875rem, 0.7840909091rem + 5.4545454545vw, 2.0625rem);
}

.value__title .strong {
	background-image: radial-gradient(circle at center, #a52226 15%, transparent 15%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1em 0.3em;
	padding-top: 0.1875rem;
}

.value__title::before,
.value__title::after {
	aspect-ratio: 20.51/41.55;
	background-image: -webkit-image-set(url(../img/top/value-title-decoration.webp) type("image/webp"), url(../img/top/value-title-decoration.png) type("image/png"));
	background-image: image-set(url(../img/top/value-title-decoration.webp) type("image/webp"), url(../img/top/value-title-decoration.png) type("image/png"));
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	width: 1.281875rem;
}

.value__title::before {
	left: -1.75rem;
}

.value__title::after {
	right: -1.75rem;
	transform: scale(-1, 1) translateY(-50%);
}

.value__items {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.3125rem;
	max-width: 26.25rem;
	width: 96.4179104478%;
}

.value__item {
	background-color: #fff;
	border-image-outset: 0 21.2px;
	border-image-slice: 70;
	border-image-source: image-set(url(../img/top/value-border-sp.webp) type("image/webp"), url(../img/top/value-border-sp.png) type("image/png"));
	border-image-width: 33px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	padding: 2.5rem 0.625rem 2.3125rem;
	position: relative;
}

.value__item::after {
	aspect-ratio: 26.91/37.39;
	background-color: #a52226;
	clip-path: polygon(0 0, 0 99%, 50% 66%, 100% 99%, 100% 0);
	content: "";
	position: absolute;
	right: 0.875rem;
	top: 0;
	width: 1.681875rem;
}

.value__item:not(:first-child) {
	margin-top: 1.3125rem;
}

.value__header {
	align-items: center;
	display: flex;
	gap: 3.125rem;
	justify-content: center;
}

.value__icon {
	position: relative;
	text-align: center;
}

.value__icon:not(:last-child)::before,
.value__icon:not(:last-child)::after {
	background-color: #432211;
	border-radius: 100vmax;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: -2rem;
	top: 30%;
	transform: translateY(-50%);
	width: 0.810625rem;
}

.value__icon:not(:last-child)::after {
	transform: translateY(-50%) rotate(90deg);
}

.value__icon-img {
	aspect-ratio: 118/85;
	width: 3.75rem;
}

.value__icon-img--wide {
	aspect-ratio: 210/85;
	width: 6.6875rem;
}

.value__icon-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.value__icon-caption {
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	line-height: 1.2142857143;
	margin-top: 0.1875rem;
}

.value__body {
	margin-left: clamp(0rem, -8.7272727273rem + 43.6363636364vw, 1.5rem);
	margin-top: 2.3125rem;
}

.value__before-text {
	font-weight: 600;
	line-height: 1;
}

.value__before-text .small {
	font-size: 0.9375rem;
	letter-spacing: 0.075em;
}

.value__before-text .middle {
	font-size: 1.3125rem;
	letter-spacing: 0.025em;
}

.value__before-text .large {
	font-size: 2rem;
	letter-spacing: 0.025em;
	margin-left: 0.3125rem;
}

.value__after {
	margin-top: 1.25rem;
	position: relative;
}

.value__after::before,
.value__after::after {
	background-color: #432211;
	border-radius: 100vmax;
	content: "";
	height: 0.125rem;
	position: absolute;
	top: 0.9375rem;
	transform: rotate(48deg);
	width: 1.6875rem;
}

.value__after::before {
	left: -1.5625rem;
}

.value__after::after {
	left: 15.5rem;
	transform: rotate(-48deg);
}

.value__after-text {
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1;
}

.value__after-text .small {
	font-size: 0.9375rem;
}

.value__after-text .middle {
	font-size: 1.1875rem;
}

.value__after-text .middle-large {
	font-size: 1.4375rem;
}

.value__after-text .large {
	font-size: 1.625rem;
}

.value__after-text .extra-large {
	font-size: 2rem;
}

.value__after-text .maximum-large {
	font-size: 2.4375rem;
}

.value__after-text .red {
	color: #a52226;
}

.value__after-comment {
	align-items: center;
	aspect-ratio: 1;
	background-color: #f08438;
	border-radius: 50%;
	color: #fcfbe8;
	display: inline-flex;
	font-size: clamp(0.625rem, -1.5568181818rem + 10.9090909091vw, 1rem);
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.025em;
	line-height: 1.25;
	position: absolute;
	right: max(0.6875rem, 2.9333333333 * 1vw);
	right: max(0.6875rem, 2.9333333333 * var(--vw));
	top: -5.875rem;
	width: clamp(3.75rem, -6.4318181818rem + 50.9090909091vw, 5.5rem);
	z-index: 1;
}

.value__after-comment::after {
	aspect-ratio: 15.15/13.08;
	background-color: #f08438;
	bottom: 0.75rem;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	content: "";
	left: -0.125rem;
	position: absolute;
	transform: rotate(-125deg);
	width: 0.946875rem;
	z-index: -1;
}

.way-item {
	background-color: #fff;
	border-radius: 0 50px 0 50px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	margin-left: 1.25rem;
	margin-right: 7.8px;
	padding: 1.5rem 1.25rem 1.3125rem 0.6875rem;
	position: relative;
}

.way-item::after {
	background-color: #00645b;
	border-radius: 0 50px 0 50px;
	content: "";
	height: 100%;
	left: 7.8px;
	position: absolute;
	top: 8.8px;
	width: 100%;
	z-index: -1;
}

.way-item__header {
	text-align: center;
}

.way-item__number {
	font-family: "Hannari";
	font-size: 2.0625rem;
	left: -0.6875rem;
	letter-spacing: 0.025em;
	line-height: 1;
	position: absolute;
	top: -0.75rem;
}

.way-item__number::before,
.way-item__number::after {
	aspect-ratio: 57.16/65.89;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	transform: translate(-50%, -50%);
	width: 3.5725rem;
}

.way-item__number::before {
	background-image: -webkit-image-set(url(../img/top/number-bg-border.webp) type("image/webp"), url(../img/top/number-bg-border.png) type("image/png"));
	background-image: image-set(url(../img/top/number-bg-border.webp) type("image/webp"), url(../img/top/number-bg-border.png) type("image/png"));
	left: 50%;
	top: 63%;
}

.way-item__number::after {
	background-image: -webkit-image-set(url(../img/top/number-bg-color02.webp) type("image/webp"), url(../img/top/number-bg-color02.png) type("image/png"));
	background-image: image-set(url(../img/top/number-bg-color02.webp) type("image/webp"), url(../img/top/number-bg-color02.png) type("image/png"));
	left: 62%;
	top: 72%;
}

.way-item__icon {
	aspect-ratio: 1;
	margin-left: auto;
	margin-right: auto;
	width: 6.25rem;
}

.way-item__icon img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.way-item__title {
	color: #00645b;
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 0.1875rem;
}

.way-item__body {
	margin-left: 0.9375rem;
	margin-top: 1rem;
}

.way-item__text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.6;
}

.way {
	background-color: #fcfbe8;
	padding-bottom: 2.3125rem;
	padding-top: 4.25rem;
	position: relative;
	z-index: 1;
}

.way__lead {
	word-wrap: anywhere;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.7333333333;
	margin-top: 2.125rem;
	text-align: center;
	word-break: keep-all;
}

.way__items {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.625rem;
	max-width: 21.875rem;
}

.word {
	background-color: #fcfbe8;
	padding-bottom: 2.1875rem;
	padding-top: 3.625rem;
}

.word__container {
	position: relative;
}

.word__img {
	aspect-ratio: 215/287;
	left: 0;
	position: absolute;
	top: -5.125rem;
	width: clamp(9.375rem, -7.3522727273rem + 83.6363636364vw, 12.25rem);
}

.word__img img {
	-o-object-fit: cover;
	-o-object-position: 0 0;
	height: 100%;
	object-fit: cover;
	object-position: 0 0;
	width: 100%;
}

.word__title {
	text-wrap: initial;
	word-wrap: anywhere;
	font-size: clamp(1.125rem, -0.6931818182rem + 9.0909090909vw, 1.4375rem);
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.3043478261;
	margin-left: clamp(9.375rem, -2.2613636364rem + 58.1818181818vw, 11.375rem);
	word-break: keep-all;
}

.word__block {
	background-color: #fff;
	border-radius: 0.625rem;
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
	margin-top: 3.4375rem;
	padding: 1rem;
	position: relative;
}

.word__block::after {
	aspect-ratio: 33.07/40.54;
	background-color: #fff;
	clip-path: polygon(100% 0, 0 100%, 97% 78%);
	content: "";
	left: clamp(12.5rem, -5.6818181818rem + 90.9090909091vw, 15.625rem);
	position: absolute;
	top: -0.875rem;
	transform: rotate(-57deg);
	width: 2.066875rem;
}

.word__text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.8;
	text-transform: uppercase;
}

.scroll-hint-icon {
	background-color: rgba(59, 56, 56, 0.45);
	border-radius: 15px;
	height: 7.6875rem;
	padding: 0.3125rem 0.625rem;
	width: 10.5625rem;
	z-index: 10;
}

.scroll-hint-right .scroll-hint-icon {
	left: auto;
	left: initial;
	right: 10.3%;
}

.scroll-hint-left .scroll-hint-icon {
	left: 19%;
	top: 40.5%;
}

.scroll-hint-text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.scroll-hint-icon::before {
	background-image: -webkit-image-set(url(../img/top/scroll-hint-icon.webp) type("image/webp"), url(../img/top/scroll-hint-icon.png) type("image/png"));
	background-image: image-set(url(../img/top/scroll-hint-icon.webp) type("image/webp"), url(../img/top/scroll-hint-icon.png) type("image/png"));
	height: 5.219375rem;
	width: 3.375rem;
}

.scroll-hint-icon:after {
	display: none;
}

@media (any-hover: hover) {

a {
	transition: opacity 0.3s;
}

a:hover {
	opacity: 0.8;
}

.appraisal__item:hover .appraisal__button::before {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
}

.appraisal__item:hover .appraisal__button-text {
	color: #a52226;
}

.appraisal__item:hover .appraisal__button::after {
	background-color: #a52226;
}

/* .blog-item:hover {
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
	transform: translateY(-8px);
}

.blog-item a:hover {
	opacity: 1;
} */

.blog__link a:hover {
	letter-spacing: 0.1em;
	opacity: 1;
}

.blog__link a:hover::before {
	left: -0.75rem;
	width: calc(100% + 1.5rem);
}

.blog__link a:hover::after {
	right: -0.3125rem;
}

.cta-button:hover {
	box-shadow: none;
	transform: translateX(3.8px) translateY(3.8px);
}

.cta-button a:hover {
	opacity: 1;
}

.header__logo-link:hover {
	opacity: 0.7;
}

.header__pc-button a:hover img {
	opacity: 0.7;
}

.nav-menu__item a:hover {
	opacity: 0.7;
}

.pc-nav__item:hover {
	box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.25);
	transform: translateY(calc(-1.4641288433 * 1vw));
	transform: translateY(calc(-1.4641288433 * var(--vw)));
}

.pc-nav__item a:hover {
	opacity: 1;
}

.topics-item:hover {
	box-shadow: 0 0 0 10px #fcfbe8, 0 0 13px 10px rgba(0, 0, 0, 0.16);
	transform: translateY(-13px);
}

.topics-item a:hover {
	opacity: 1;
}

.topics__link a:hover {
	letter-spacing: 0.1em;
	opacity: 1;
}

.topics__link a:hover::before {
	left: -0.75rem;
	width: calc(100% + 1.5rem);
}

.topics__link a:hover::after {
	right: -0.3125rem;
}

}

@media (prefers-reduced-motion: reduce) {

*,
*:before,
*:after,
::backdrop {
	animation-duration: 1ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 1ms !important;
}

}

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

.flow__items {
	max-width: 28.125rem;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.header__logo {
	position: absolute;
	top: 1.4vw;
	left: 1.4vw;
	z-index: 1000;
	transform: translateZ(100px);
}

section {
	scroll-margin-top: 0;
}

.about {
	padding-bottom: 3.5rem;
	padding-top: 3.25rem;
}

.about__inner.inner {
	max-width: 59.875rem;
}

.about__text {
	font-size: 1rem;
	line-height: 1.6875;
	margin-top: 1.3125rem;
}

.appraisal {
	padding-bottom: 2.125rem;
	padding-top: 2.625rem;
}

.appraisal__lead {
	margin-top: 2.3125rem;
}

.appraisal__items {
	gap: 1.4375rem;
	grid-template-columns: 1fr 1fr;
	margin-top: 1.6875rem;
	max-width: 31.25rem;
}

.appraisal__item {
	padding: 2.1875rem 0.625rem 1.6875rem;
}

.appraisal__item::after {
	border-width: 0 0 1.875rem 1.875rem;
}

.appraisal__text {
	font-size: 1.1875rem;
}

.appraisal__text .small {
	font-size: 1rem;
}

.appraisal__icon {
	margin-top: 0.625rem;
}

.appraisal__button.u-desktop {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.area {
	padding-bottom: 1.875rem;
	padding-top: 2.625rem;
}

.area__inner.inner {
	max-width: 66.9375rem;
}

.area__lead {
	font-size: 1rem;
	line-height: 1.6875;
	margin-top: 1.5rem;
}

.area__items {
	max-width: 37.5rem;
}

.blog-item__img {
	aspect-ratio: 330.4/298.91;
}

.blog-item__text {
	font-size: 1rem;
	line-height: 1.6875;
	margin-top: 2.125rem;
}

.blog-item__footer {
	flex-direction: column;
	margin-top: 0.625rem;
}

.blog {
	background-image: -webkit-image-set(url(../img/top/blog-bg-pc.webp) type("image/webp"), url(../img/top/blog-bg-pc.png) type("image/png"));
	background-image: image-set(url(../img/top/blog-bg-pc.webp) type("image/webp"), url(../img/top/blog-bg-pc.png) type("image/png"));
	padding-bottom: 1.625rem;
	padding-top: 2.4375rem;
}

.blog__lead {
	font-size: 1rem;
	line-height: 1.6875;
	margin-top: 1.3125rem;
}

.blog__wrapper {
	max-width: 100%;
}

.blog__items {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
}

.blog__items:has(> :nth-child(1):last-child) {
	grid-template-columns: 20.625rem;
}

.blog__items:has(> :nth-child(2):last-child) {
	grid-template-columns: repeat(2, minmax(18.75rem, 20.625rem));
}

.caution {
	padding-bottom: 4rem;
	padding-top: 3.0625rem;
}

.caution__item::before {
	font-size: 1rem;
	line-height: 1.6875;
}

.caution__item:not(:first-child) {
	margin-top: 0;
}

.caution__text {
	font-size: 1rem;
	line-height: 1.6875;
}

.caution__text.block {
	display: inline-block;
}

.caution__text .u-desktop {
	display: inline;
}

.cta-button {
	box-shadow: 5.4px 5.4px 0px 0px rgb(250, 247, 225);
	margin-bottom: 5.4px;
	margin-right: 5.4px;
	max-width: 29.29rem;
	width: clamp(21.875rem, 12.3520568562rem + 19.8394648829vw, 29.29rem);
}

.cta-button a {
	border-image-slice: 42;
	min-height: clamp(4.0625rem, 2.3616304348rem + 3.5434782609vw, 5.386875rem);
	padding-left: 1.25rem;
	padding-right: 3.5rem;
}

.cta-button a::after {
	right: 2.875rem;
}

.cta-button--line a {
	gap: 0.6875rem;
}

.cta-button--line .cta-button__icon {
	margin-left: 1.4375rem;
	width: clamp(2.640625rem, 1.2158758361rem + 2.9682274247vw, 3.75rem);
}

.cta-button--line .cta-button__block {
	margin-top: clamp(0.375rem, 0.1341973244rem + 0.5016722408vw, 0.5625rem);
}

.cta-button--line .cta-button__text-small {
	font-size: clamp(0.625rem, 0.0631270903rem + 1.1705685619vw, 1.0625rem);
	margin-bottom: 0.5rem;
	margin-left: clamp(2.3125rem, -0.0152591973rem + 4.8494983278vw, 4.125rem);
}

.cta-button--line .cta-button__text-large {
	font-size: clamp(0.875rem, 0.1525919732rem + 1.5050167224vw, 1.4375rem);
}

.cta-button--line .cta-button__text-large span {
	font-size: clamp(0.75rem, 0.1078595318rem + 1.3377926421vw, 1.25rem);
}

.cta-button--tel a {
	gap: clamp(1.25rem, -0.5961538462rem + 3.8461538462vw, 2.6875rem);
}

.cta-button--tel .cta-button__icon {
	margin-left: 2.0625rem;
	width: clamp(1.215625rem, 0.5702738294rem + 1.3444816054vw, 1.718125rem);
}

.cta-button--tel .cta-button__text-large {
	font-size: clamp(1.5rem, 0.5367892977rem + 2.0066889632vw, 2.25rem);
}

.cta-button--tel .cta-button__text-small {
	font-size: 1.0625rem;
	font-size: clamp(0.625rem, 0.0631270903rem + 1.1705685619vw, 1.0625rem);
}

.cta {
	background-image: -webkit-image-set(url(../img/top/cta-bg-pc.webp) type("image/webp"), url(../img/top/cta-bg-pc.jpg) type("image/jpeg"));
	background-image: image-set(url(../img/top/cta-bg-pc.webp) type("image/webp"), url(../img/top/cta-bg-pc.jpg) type("image/jpeg"));
	background-position: 50% 50%;
	padding-bottom: 2.5rem;
	padding-top: 5.1875rem;
	text-align: left;
}

.cta__inner.inner {
	max-width: 63.375rem;
}

.cta__text-title {
	font-size: 3.9375rem;
	margin-bottom: 1.0625rem;
}

.cta__text-title .small {
	font-size: 3rem;
}

.cta__text-title .large {
	font-size: 3.9375rem;
}

.cta__text {
	font-size: 1.875rem;
	margin-bottom: 2.6875rem;
}

.cta__text .small {
	font-size: 1.3125rem;
}

.cta__buttons {
	flex-direction: row;
	gap: 1rem;
}

.faq-item {
	background-image: -webkit-image-set(url(../img/top/faq-item-bg-pc.webp) type("image/webp"), url(../img/top/faq-item-bg-pc.png) type("image/png"));
	background-image: image-set(url(../img/top/faq-item-bg-pc.webp) type("image/webp"), url(../img/top/faq-item-bg-pc.png) type("image/png"));
}

.faq-item__details::after {
	background: linear-gradient(180deg, transparent 0, transparent 3.3125rem, #a52226 3.3125rem, #a52226 calc(100% - 1.5rem), transparent calc(100% - 1.5rem), transparent 100%);
	left: 4.3125rem;
}

.faq-item__summary-wrapper {
	padding: 0.8125rem 1.6875rem 2.5rem 4rem;
}

details.is-opened .faq-item__summary-wrapper {
	padding: 0.8125rem 1.6875rem 0.8125rem 4rem;
}

.faq-item__title {
	font-size: 1.125rem;
}

.faq-item__answer {
	font-size: 1rem;
	line-height: 1.6875;
	padding: 0 2.5rem 2.8125rem 5.6875rem;
}

.faq {
	padding-bottom: 2.6875rem;
	padding-top: 2.3125rem;
}

.faq__inner.inner {
	max-width: 66.9375rem;
}

.faq__items {
	margin-top: 3rem;
	row-gap: 0.8125rem;
}

.flow-item {
	padding-bottom: 2.0625rem;
	padding-top: 2.0625rem;
}

.flow-item:has(.flow-item__note) {
	padding-bottom: 0.75rem;
	padding-top: 2.0625rem;
}

.flow-item__header {
	gap: 2.5rem;
	padding-left: 2.625rem;
	padding-right: 0.625rem;
}

.flow-item__title {
	font-size: 1.25rem;
	margin-top: 0.5625rem;
}

.flow-item__text {
	font-size: 1rem;
	line-height: 1.6875;
}

.flow-item__body {
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}

.flow-item__note {
	font-size: 0.8125rem;
}

.flow {
	background-image: -webkit-image-set(url(../img/top/flow-bg-pc.webp) type("image/webp"), url(../img/top/flow-bg-pc.png) type("image/png"));
	background-image: image-set(url(../img/top/flow-bg-pc.webp) type("image/webp"), url(../img/top/flow-bg-pc.png) type("image/png"));
	padding-bottom: 5.4375rem;
	padding-top: 1.9375rem;
}

.flow__inner.inner {
	max-width: 67.75rem;
}

.flow__lead {
	font-size: 1rem;
	line-height: 1.6875;
	margin-top: 1.5rem;
}

.flow__items {
	-moz-column-gap: 1.75rem;
	column-gap: 1.75rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.1875rem;
	max-width: 100%;
	row-gap: 2.625rem;
}

.footer {
	background-image: -webkit-image-set(url(../img/top/footer-bg-pc.webp) type("image/webp"), url(../img/top/footer-bg-pc.png) type("image/png"));
	background-image: image-set(url(../img/top/footer-bg-pc.webp) type("image/webp"), url(../img/top/footer-bg-pc.png) type("image/png"));
	padding-bottom: 9.8125rem;
	padding-top: 1.5rem;
}

.footer__wrapper {
	flex-direction: row;
	justify-content: space-between;
	margin-left: 0.375rem;
}

.footer__text-box {
	padding-top: 1.75rem;
}

.footer__logo a {
	width: 16.875rem;
}

.footer__info-text {
	font-size: 1rem;
}

.footer__map {
	height: 13.625rem;
	width: 22.25rem;
}

.footer__buttons {
	align-items: center;
	background-color: rgba(112, 112, 112, 0.9);
	bottom: 0;
	flex-direction: row;
	gap: 1rem;
	justify-content: center;
	left: 0;
	opacity: 0;
	padding-bottom: 0.9375rem;
	padding-top: 1.1875rem;
	position: fixed;
	transition: 0.3s opacity cubic-bezier(0.12, 0, 0.39, 0), 0.3s visibility cubic-bezier(0.12, 0, 0.39, 0);
	transition: 0.3s opacity var(--ease-in-sine), 0.3s visibility var(--ease-in-sine);
	visibility: hidden;
	width: calc(100 * 1vw);
	width: calc(100 * var(--vw));
	max-width: 100%;
	z-index: 1000;
}

.footer__buttons.is-show {
	opacity: 1;
	visibility: visible;
}

.free {
	background-image: -webkit-image-set(url(../img/top/free-bg-pc.webp) type("image/webp"), url(../img/top/free-bg-pc.jpg) type("image/jpeg"));
	background-image: image-set(url(../img/top/free-bg-pc.webp) type("image/webp"), url(../img/top/free-bg-pc.jpg) type("image/jpeg"));
	background-position: 50% 50%;
	padding-bottom: 1.875rem;
	padding-top: 1.5rem;
}

.free::after {
	bottom: -3.125rem;
	left: -9.375rem;
	width: 16.25rem;
}

.free__wrap {
	display: flex;
	margin-left: clamp(0rem, -3.6120401338rem + 7.525083612vw, 2.8125rem);
}

.free__container {
	display: flex;
	flex-direction: column-reverse;
	gap: 0.875rem;
}

.free__text {
	margin-left: 6.3125rem;
}

.free__text .small {
	font-size: 1.4375rem;
	margin-left: 0.25rem;
}

.free__text .eng {
	font-size: 2.4375rem;
	letter-spacing: 0.05em;
}

.free__text .large {
	font-size: 2.3125rem;
}

.free__items {
	gap: clamp(0rem, -0.9632107023rem + 2.0066889632vw, 0.75rem);
	margin-top: 0;
}

.free__item {
	max-width: 100%;
	width: 11.25rem;
}

.free__item::before {
	left: calc(50% - 0.25rem);
	max-width: 100%;
	top: calc(50% + 0.75rem);
	width: 11rem;
}

.free__item::after {
	max-width: 100%;
	top: calc(50% + 1.125rem);
	width: 10.6875rem;
}

.free__icon {
	width: 5.1875rem;
}

.free__icon-caption {
	font-size: 1.375rem;
}

.free__price {
	align-self: flex-end;
	margin-left: -0.25rem;
}

.free__price-number .large {
	font-size: 18.125rem;
}

.free__price-number .small {
	font-size: clamp(6rem, 2.3076923077rem + 7.6923076923vw, 8.875rem);
	margin-bottom: 0.8125rem;
}

.free__price-text {
	font-size: 2.8125rem;
	left: 3.1875rem;
	letter-spacing: 0.38em;
	top: 6.875rem;
}

.fv__wrap {
	flex-direction: row;
	gap: 0;
	justify-content: flex-end;
}

.fv__title {
	gap: calc(4.0263543192 * 1vw);
	gap: calc(4.0263543192 * var(--vw));
	margin-right: calc(3.2210834553 * 1vw);
	margin-right: calc(3.2210834553 * var(--vw));
	margin-top: calc(13.3235724744 * 1vw);
	margin-top: calc(13.3235724744 * var(--vw));
}

.fv__title-sub {
	width: calc(11.0073206442 * 1vw);
	width: calc(11.0073206442 * var(--vw));
}

.fv__title-main {
	margin-top: calc(1.756954612 * 1vw);
	margin-top: calc(1.756954612 * var(--vw));
	width: calc(6.3396778917 * 1vw);
	width: calc(6.3396778917 * var(--vw));
}

.fv__lead {
	aspect-ratio: 73/403;
	margin-right: calc(0.9516837482 * 1vw);
	margin-right: calc(0.9516837482 * var(--vw));
	margin-top: calc(13.17715959 * 1vw);
	margin-top: calc(13.17715959 * var(--vw));
	width: calc(5.3440702782 * 1vw);
	width: calc(5.3440702782 * var(--vw));
}

.genre__inner.inner {
	max-width: 74.25rem;
}

.genre__prev,
.genre__next {
	top: 47.6%;
}

.genre__next {
	/* right: 7.1875rem; */
	top: 50.6%;
}

.header {
	aspect-ratio: 1366/768;
	background-image: none;
	height: auto;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.header__inner {
	height: 100%;
	padding-left: 0;
	padding-right: 0;
}

.header__content {
	height: 100%;
}

.header__pc-nav.u-desktop {
	align-items: flex-end;
	display: flex;
}

.inner {
	max-width: 66.9375rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.modal__close-button {
	font-size: 0.875rem;
}

.modal__content {
	padding: 5rem;
}

.modal__text {
	font-size: 1rem;
}

.rate {
	padding-bottom: 3rem;
	padding-top: 1.875rem;
}

.rate::before {
	bottom: clamp(-4.375rem, -0.3616220736rem + -8.3612040134vw, -7.5rem);
	left: auto;
	left: initial;
	right: calc(50% - min(48rem, 56.2225475842 * 1vw));
	right: calc(50% - min(48rem, 56.2225475842 * var(--vw)));
	width: clamp(20rem, 6.1939799331rem + 28.762541806vw, 30.75rem);
}

.rate__container {
	margin-right: 0;
}

.rate__table td,
.rate__table th {
	height: 4.5625rem;
	width: 19.6%;
}

.rate__table td.wide,
.rate__table th.wide {
	width: 28.4%;
}

.rate__table td.thin,
.rate__table th.thin {
	width: auto;
}

.rate__table td.merge {
	padding-bottom: 3.875rem;
}

.rate__table th:has(.tall)::before {
	border-radius: clamp(0.9375rem, 0.1348244147rem + 1.6722408027vw, 1.5625rem) clamp(0.9375rem, 0.1348244147rem + 1.6722408027vw, 1.5625rem) 0 0;
}

.rate__table .round {
	border-radius: clamp(0.9375rem, 0.1348244147rem + 1.6722408027vw, 1.5625rem) clamp(0.9375rem, 0.1348244147rem + 1.6722408027vw, 1.5625rem) 0 0;
}

.reason-item {
	margin-left: 0.875rem;
}

.reason-item::after {
	left: 10px;
	top: 10px;
}

.reason-item__number {
	font-size: 2.625rem;
	left: -0.375rem;
	top: -2rem;
}

.reason-item__number::before,
.reason-item__number::after {
	width: 4.42875rem;
}

.reason-item__icon {
	width: 6rem;
}

.reason-item__title-sub {
	font-size: 1.0625rem;
}

.reason-item__title-main {
	font-size: 1.3125rem;
	margin-top: 0.75rem;
}

.reason-item__body {
	margin-left: 1.375rem;
	margin-top: 1.375rem;
}

.reason-item__text {
	font-size: 1rem;
}

.reason {
	background-image: -webkit-image-set(url(../img/top/reason-bg-pc.webp) type("image/webp"), url(../img/top/reason-bg-pc.png) type("image/png"));
	background-image: image-set(url(../img/top/reason-bg-pc.webp) type("image/webp"), url(../img/top/reason-bg-pc.png) type("image/png"));
	background-position: 50% 50%;
	padding-bottom: 3.4375rem;
	padding-top: 5.4375rem;
}

.reason__inner.inner {
	max-width: 67.1875rem;
}

.reason__wrap {
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
	grid-template-columns: 1fr 1fr;
	row-gap: 3.25rem;
}

.reason__title {
	aspect-ratio: 341.7/168.97;
	margin-left: 4.75rem;
	margin-top: 4.5625rem;
	width: clamp(15.625rem, 8.2644648829rem + 15.3344481605vw, 21.35625rem);
}

.reason__title-text {
	font-size: clamp(1.375rem, 0.6525919732rem + 1.5050167224vw, 1.9375rem);
	left: -2.4375rem;
	top: -0.875rem;
}

.reason__title-text .eng {
	font-size: clamp(1.5625rem, 0.8400919732rem + 1.5050167224vw, 2.125rem);
}

.reviews {
	padding-bottom: 2.6875rem;
	padding-top: 2.25rem;
}

.reviews__item {
	display: flex;
	gap: 3.3125rem;
}

.reviews__item:not(:first-child) {
	margin-top: 1.75rem;
}

.reviews__item:nth-of-type(odd) .reviews__info {
	margin-left: 0;
}

.reviews__item:nth-of-type(even) {
	flex-direction: row-reverse;
}

.reviews__item:nth-of-type(even) .reviews__info {
	flex-direction: row;
	margin: 0;
	padding: 0;
}

.reviews__icon {
	display: block;
	flex-shrink: 0;
	margin-top: 0;
}

.reviews__block {
	background-color: #fff;
	border-radius: 1.25rem;
	display: block;
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
	max-width: 52.154375rem;
	padding: 18px;
	position: relative;
}

.reviews__block::after {
	aspect-ratio: 33.07/40.54;
	background-color: #fff;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	content: "";
	position: absolute;
	top: 2.25rem;
	width: 2.066875rem;
}

.reviews__info {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
	max-width: 40rem;
	row-gap: 0.625rem;
}

.reviews__info-block:not(:first-child) {
	margin-top: 0;
}

.reviews__text {
	background-color: transparent;
	box-shadow: none;
	font-size: 1rem;
	line-height: 1.6875;
	margin-top: 0.6875rem;
	padding: 0;
	padding-left: 0.25rem;
}

.reviews__text::after {
	display: none;
}

.section-title {
	font-size: 1.5rem;
}

.topics__title-main {
	font-size: 1.6875rem;
}

.section-title__sub {
	font-size: 1.0625rem;
	margin-top: 0;
}

.topics-item {
	padding: 0;
}

.topics {
	padding-bottom: 1.625rem;
	padding-top: 2.4375rem;
}

.topics__wrapper {
	max-width: 100%;
}

.topics__items {
	-moz-column-gap: 2.625rem;
	column-gap: 2.625rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.875rem;
}

.topics__items:has(> :nth-child(1):last-child) {
	grid-template-columns: 20.625rem;
}

.topics__items:has(> :nth-child(2):last-child) {
	grid-template-columns: repeat(2, minmax(18.75rem, 20.625rem));
}

.topics__link {
	margin-left: 0.25rem;
	margin-top: 0.125rem;
}

.value {
	background-image: -webkit-image-set(url(../img/top/value-bg-pc.webp) type("image/webp"), url(../img/top/value-bg-pc.jpg) type("image/jpeg"));
	background-image: image-set(url(../img/top/value-bg-pc.webp) type("image/webp"), url(../img/top/value-bg-pc.jpg) type("image/jpeg"));
	background-position: 50% 50%;
	padding-bottom: 3.3125rem;
	padding-top: 3rem;
}

.value__title .small {
	font-size: 1.5rem;
}

.value__title::before,
.value__title::after {
	top: 39%;
	width: 2.17375rem;
}

.value__title::before {
	left: -3.4375rem;
}

.value__title::after {
	right: -3.4375rem;
}

.value__items {
	margin-top: 1.75rem;
	max-width: 100%;
}

.value__item {
	border-image-outset: 0 31px;
	border-image-slice: 110;
	border-image-source: image-set(url(../img/top/value-border-pc.webp) type("image/webp"), url(../img/top/value-border-pc.png) type("image/png"));
	border-image-width: 55px;
	padding: 2.75rem 0.625rem 2.625rem;
}

.value__item::after {
	right: 2.8125rem;
	width: clamp(1.875rem, 1.1525919732rem + 1.5050167224vw, 2.4375rem);
}

.value__item:not(:first-child) {
	margin-top: 2.25rem;
}

.value__header {
	gap: 9.125rem;
}

.value__icon:not(:last-child)::before,
.value__icon:not(:last-child)::after {
	height: 0.1875rem;
	right: -5.125rem;
	top: 38%;
	width: 1.72875rem;
}

.value__icon-img {
	width: 7.375rem;
}

.value__icon-img--wide {
	width: 13.125rem;
}

.value__icon-caption {
	font-size: 1.0625rem;
	letter-spacing: 0.1em;
	margin-top: 0.25rem;
}

.value__body {
	margin-left: clamp(1.25rem, -7.9005016722rem + 19.0635451505vw, 8.375rem);
}

.value__price {
	display: flex;
	gap: clamp(10.625rem, 9.9025919732rem + 1.5050167224vw, 11.1875rem);
}

.value__before-text .small {
	font-size: 1rem;
	letter-spacing: 0.1em;
}

.value__before-text .middle {
	font-size: 1.625rem;
}

.value__before-text .large {
	display: inline-block;
	font-size: 2.3125rem;
	margin-left: 0;
	margin-top: 0.125rem;
}

.value__after {
	margin-top: -1rem;
}

.value__after::before,
.value__after::after {
	height: 0.1875rem;
	width: 2rem;
}

.value__after::before {
	left: -1.875rem;
}

.value__after::after {
	left: auto;
	left: initial;
	right: -2rem;
}

.value__after-text .small {
	font-size: 1.125rem;
}

.value__after-text .middle {
	font-size: 1.375rem;
}

.value__after-text .middle-large {
	font-size: 1.625rem;
}

.value__after-text .large {
	font-size: 1.9375rem;
}

.value__after-text .extra-large {
	font-size: 2.375rem;
}

.value__after-text .maximum-large {
	display: inline-block;
	font-size: 2.9375rem;
	margin-top: 0.125rem;
}

.value__after-comment {
	font-size: 1.0625rem;
	left: -8.75rem;
	right: auto;
	right: initial;
	top: -0.375rem;
}

.value__after-comment::after {
	aspect-ratio: 15.19/13.11;
	bottom: 2.25rem;
	left: auto;
	left: initial;
	right: -0.5625rem;
	transform: rotate(90deg);
	width: 0.949375rem;
}

.way-item {
	margin-left: 0.875rem;
	padding: 2.75rem 1.25rem 1.1875rem 0.6875rem;
}

.way-item::after {
	left: 10px;
	top: 10px;
}

.way-item__number {
	font-size: 3.125rem;
	left: -0.5625rem;
	top: -1.125rem;
}

.way-item__number::before,
.way-item__number::after {
	width: 4.42875rem;
}

.way-item__title {
	font-size: 1.125rem;
	margin-top: -0.625rem;
}

.way-item__header--line .way-item__icon {
	margin-top: -0.4375rem;
}

.way-item__header--line .way-item__title {
	margin-top: -0.1875rem;
}

.way-item__body {
	margin-left: 1.375rem;
	margin-top: 1.375rem;
}

.way-item__text {
	font-size: 1rem;
	line-height: 1.6875;
}

.way {
	padding-bottom: 2.875rem;
	padding-top: 2.1875rem;
}

.way__inner.inner {
	max-width: 67.5rem;
}

.way__lead {
	font-size: 1rem;
	line-height: 1.6875;
	margin-top: 1.8125rem;
}

.way__items {
	gap: 3.125rem;
	max-width: 28.125rem;
}

.word {
	background-color: #fff;
	padding-bottom: 2.5rem;
	padding-top: 0;
}

.word__container {
	background-color: #fcfbe8;
	display: flex;
	gap: 1.875rem;
	padding-left: 1.25rem;
	padding-right: 1.875rem;
}

.word__img {
	align-self: center;
	flex-shrink: 0;
	left: auto;
	left: initial;
	position: relative;
	top: auto;
	top: initial;
	width: 13.4375rem;
}

.word__wrapper {
	padding-bottom: 1.4375rem;
	padding-top: 1.75rem;
}

.word__title {
	display: block;
	font-size: 1.5rem;
	margin-left: 0;
}

.word__block {
	background-color: transparent;
	filter: initial;
	margin-top: 0.875rem;
	padding: 0;
}

.word__block::after {
	display: none;
}

.word__text {
	font-size: 1rem;
	line-height: 1.6875;
}

}

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

.cta-button:hover {
	transform: translateX(5.4px) translateY(5.4px);
}

}

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

.appraisal__items {
	grid-template-columns: repeat(4, 1fr);
	max-width: 100%;
}

.free::after {
	left: calc(50% - min(181.8666666667 * 1vw, 42.625rem));
	left: calc(50% - min(181.8666666667 * var(--vw), 42.625rem));
}

.way__items {
	-moz-column-gap: 0.25rem;
	column-gap: 0.25rem;
	grid-template-columns: repeat(3, 1fr);
	max-width: 100%;
}

.word__img {
	align-self: flex-end;
}

}

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

.area__items {
	gap: 0.5625rem;
	margin-top: 1.1875rem;
	max-width: 100%;
}

}


/*# sourceMappingURL=top-styles.css.map */
