﻿@font-face {
	font-display: swap;
	font-family: "A1MinchoStd";
	font-style: normal;
	font-weight: 300;
	src: local("A-OTF A1 Mincho Std W3"), local("A1MinchoStd-W3");
}

@font-face {
	font-display: swap;
	font-family: "A1MinchoStd";
	font-style: normal;
	font-weight: 700;
	src: local("A-OTF A1 Mincho Std W6"), local("A1MinchoStd-W6");
}

body {
	color: #291900;
	font-family: "RyuminPr6N", "A-OTF Ryumin Pr6N", serif;
}

.u-desktop {
	display: none;
}

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

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: auto;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

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

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

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

/* ホバー */

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

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

.caution__heading {
	background: linear-gradient(90deg, #FF6A00 0%, #FF9549 50%, #FF6A00 95%);
	padding: 0.875rem 0;
}

.caution__title {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.3;
}

.caution__title span {
	font-size: 2.25rem;
}

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

.caution__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3125rem;
	margin-top: 1.875rem;
}

.caution__item {
	margin: 0;
	max-width: calc(50% - 0.15625rem);
	width: 100%;
}

.caution__card img {
	-o-object-fit: cover;
	aspect-ratio: 175/99;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.caution__remarks {
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 2;
	margin-top: 0.625rem;
}

.caution__img {
	margin-top: 1.875rem;
}

.caution__img img {
	-o-object-fit: cover;
	aspect-ratio: 354/452;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.caution__sentence {
	border-bottom: solid 1px #D9D9D9;
	margin-top: 1.875rem;
	padding-bottom: 1.875rem;
}

.caution__text-top {
	font-size: 1.0625rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 2;
	white-space: nowrap;
}

.caution__text-bottom {
	color: #9D010F;
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 0.375rem;
}

.contact-pc__list {
	display: flex;
	gap: 0.625rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 64.375rem;
}

.contact-pc__item {
	background-color: #fff;
	border: solid 1px #B5964F;
	box-shadow: 0 0.25rem 0.8125rem rgba(101, 101, 101, 0.3);
	margin: 0;
	max-width: calc(25% - 0.46875rem);
	width: 100%;
}

.contact-pc__image img {
	-o-object-fit: cover;
	aspect-ratio: 248/136;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.contact-pc__text {
	font-size: 1.0625rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.4;
	padding: 0.9375rem 0 0.625rem;
	text-align: center;
}

.contact-pc__text-small {
	font-size: 0.875rem;
}

.contact-pc__text-color {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #FF6A00 0%, #FF9549 50%, #FF6A00 95%);
	background-clip: text;
	display: inline-block;
	font-size: 1.75rem;
	font-weight: 900;
	letter-spacing: 0.04em;
}

.contact-pc__text-color--second {
	font-size: 1.4375rem;
}

.contact-pc__text-color-font {
	font-size: 2.75rem;
	margin: 0 0.1875rem;
	vertical-align: -0.375rem;
}

.contact-pc__text-position {
	left: 0.25rem;
	position: relative;
}

.contact-pc__text-margin {
	margin-top: -1rem;
}

.contact-pc__text--left {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: -moz-fit-content;
	width: fit-content;
}

.contact-pc__content {
	align-items: flex-end;
	display: flex;
	margin-top: 3.75rem;
}

.contact-pc__sentence {
	flex: 0 0 43.625rem;
}

.contact-pc__img {
	flex: 1;
	margin-left: 1.5rem;
}

.contact-pc__img img {
	-o-object-fit: cover;
	aspect-ratio: 466/311;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.contact-pc__title {
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1;
}

.contact-pc__title-color {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #FF6A00 0%, #FF9549 50%, #FF6A00 95%);
	background-clip: text;
	display: inline-block;
	font-size: 2.625rem;
}

.contact-pc__title-white {
	background-color: #fff;
	color: #AC1826;
	display: inline-block;
	font-size: 2.5rem;
	margin-right: 0.5rem;
	margin-top: 1.25rem;
	padding: 0.40625rem 0.875rem;
}

.contact-pc__title-nowrap {
	white-space: nowrap;
}

.contact-pc__remarks {
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.9;
	margin-top: 1.25rem;
}

.contact-pc__remarks span {
	color: #FF6A00;
}

.contact-pc__tel {
	margin-top: 3.75rem;
}

.contact-pc__tel-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
}

.contact-pc__tel-content {
	-webkit-text-decoration: none;
	background-color: #fff;
	background-image: url("../image/contact-tel-bg.webp");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 23.125rem 11.25rem;
	border: solid 2px #B5964F;
	box-shadow: 0 0.1875rem 0.875rem rgb(191, 191, 191);
	color: inherit;
	display: block;
	padding: 1.25rem 2.9375rem 1.25rem 0;
	text-align: right;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.contact-pc__tel-content:hover {
	background-color: #FFF8EE;
}

.contact-pc__tel-text {
	color: #8A3E00;
	font-size: 1.6875rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 2;
}

.contact-pc__tel-box {
	align-items: center;
	display: flex;
	gap: 0.675rem;
	justify-content: flex-end;
}

.contact-pc__tel-icon {
	height: 4.3125rem;
	width: 4.3125rem;
}

.contact-pc__tel-number {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #FF6A00 0%, #FF9549 50%, #FF6A00 98%);
	background-clip: text;
	display: inline-block;
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 4.59375rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.156462585;
	position: relative;
}

.contact-pc__tel-number::after {
	background: linear-gradient(90deg, #FF6A00 0%, #FF9549 50%, #FF6A00 98%);
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
	width: 100%;
}

.contact-pc__tel-content:hover .contact-pc__tel-number::after {
	transform: scaleX(1);
}

.contact-sp__title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.contact-sp__title-top {
	font-size: 1.375rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 2;
}

.contact-sp__title-color {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #FF6A00 0%, #FF9549 50%, #FF6A00 95%);
	background-clip: text;
	display: inline-block;
}

.contact-sp__title-center {
	align-self: center;
	background-color: #fff;
	color: #AC1826;
	display: inline-block;
	font-size: 1.96875rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.3523809524;
	padding: 0.325rem 1.25rem;
}

.contact-sp__title-bottom {
	font-size: 1.375rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 2;
}

.contact-sp__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 1.125rem;
}

.contact-sp__item {
	background-color: #fff;
	border: solid 1px #B5964F;
	box-shadow: 0 0.25rem 0.8125rem rgba(101, 101, 101, 0.3);
	margin: 0;
	max-width: calc(50% - 0.225rem);
	width: 100%;
}

.contact-sp__image img {
	-o-object-fit: cover;
	aspect-ratio: 189/98;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.contact-sp__text {
	font-size: 0.76875rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding: 0.8125rem 0 0.625rem;
	text-align: center;
}

.contact-sp__text-small {
	font-size: 0.625rem;
}

.contact-sp__text-color {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #FF6A00 0%, #FF9549 50%, #FF6A00 95%);
	background-clip: text;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: 0.04em;
}

.contact-sp__text-color--second {
	font-size: 1.04375rem;
}

.contact-sp__text-color-font {
	font-size: 2rem;
	margin: 0 0.1875rem;
	vertical-align: -0.25rem;
}

.contact-sp__text-position {
	font-size: 0.73125rem;
	left: 0.25rem;
	position: relative;
}

.contact-sp__text-margin {
	margin-top: -0.8125rem;
}

.contact-sp__text--left {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: -moz-fit-content;
	width: fit-content;
}

.contact-sp__remarks {
	font-size: 1.125rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 1.125rem;
	text-align: center;
}

.contact-sp__remarks span {
	color: #FF6A00;
}

.contact-sp__tel {
	margin-top: 1.125rem;
}

.contact-sp__tel-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
}

.contact-sp__tel-content {
	-webkit-text-decoration: none;
	background-color: #fff;
	border: solid 1px #FF6A00;
	box-shadow: 0 0.1875rem 0.875rem rgb(191, 191, 191);
	color: inherit;
	display: block;
	text-align: right;
	text-decoration: none;
}

.contact-sp__wrapper {
	position: relative;
}

.contact-sp__tel-img img {
	display: block;
	height: auto;
	width: 100%;
}

.contact-sp__tel-text {
	align-self: center;
	bottom: 0;
	color: #fff;
	font-size: 1.20625rem;
	font-weight: 900;
	justify-self: center;
	left: 0;
	letter-spacing: 0.04em;
	line-height: 1.5544041451;
	place-self: center;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.contact-sp__tel-box {
	align-items: center;
	display: flex;
	gap: 0.35rem;
	justify-content: center;
	padding: 0.6875rem 0rem 0.5625rem;
}

.contact-sp__tel-icon {
	height: 2.25rem;
	width: 2.25rem;
}

.contact-sp__tel-number {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #FF6A00 0%, #FF9549 50%, #FF6A00 98%);
	background-clip: text;
	display: inline-block;
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 2.3875rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.1518324607;
	position: relative;
}

.contact {
	background-color: #FFFBF4;
	padding: 1.25rem 0;
}

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

.contact__line {
	align-items: center;
	background: linear-gradient(90deg, #05C756 0%, #35CE75 47%, #05C756 100%);
	border-radius: 0.103125rem;
	box-shadow: 0 0.25rem 0.25rem rgba(91, 91, 91, 0.25);
	color: #fff;
	display: flex;
	justify-content: center;
	margin-top: 1.125rem;
	padding: 0.40625rem 1.3125rem 0.25rem 0.4375rem;
	text-align: center;
	transition: filter 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.contact__line:hover {
	box-shadow: 0 0.5rem 1rem rgba(91, 91, 91, 0.45);
	filter: brightness(0.93);
	transform: translateY(-0.1875rem);
}

.contact__line-icon {
	width: 4.0625rem;
}

.contact__line-content {
	margin-left: 0.25rem;
}

.contact__line-lead {
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.03em;
	line-height: 2;
}

.contact__line-lead-slash {
	font-size: 0.75rem;
}

.contact__line-title {
	color: #FFFF00;
	font-size: 1.51875rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.5637860082;
}

.contact__line-title-color {
	color: #fff;
	font-size: 1.25rem;
}

.cost {
	background-color: #FFF9F2;
	padding: 3.75rem 0 1.875rem;
	text-align: center;
}

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

.cost-title__heading {
	display: flex;
	justify-content: center;
}

.cost-title__text {
	align-items: center;
	background: linear-gradient(90deg, #FF6A00 0%, #FF9549 50%, #FF6A00 95%);
	border-radius: 0.0625rem;
	color: #fff;
	display: flex;
	font-size: 2.025rem;
	font-weight: 700;
	height: 2.9375rem;
	justify-content: center;
	line-height: 1;
	width: 2.9375rem;
}

.cost-title__text + .cost-title__text {
	margin-left: 0.3125rem;
}

.cost__list {
	display: flex;
	gap: 0.3125rem;
	margin-top: 3.125rem;
}

.cost__item {
	-o-border-image: linear-gradient(to bottom, #FF6A00 0%, #FF6A00 100%) 1;
	background-color: #fff;
	border: 0.0625rem solid transparent;
	border-image: linear-gradient(to bottom, #FF6A00 0%, #FF6A00 100%) 1;
	box-shadow: 0 0rem 1.5rem rgba(0, 0, 0, 0.11);
	margin: 0;
	max-width: calc(33.3333% - 0.2083333333rem);
	padding-bottom: 0.4375rem;
	padding-top: 0.40625rem;
	width: 100%;
}

.cost__head {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #FF6A00 0%, #FF9549 50%, #FF6A00 95%);
	background-clip: text;
	display: inline-block;
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.7058823529;
}

.cost__text {
	color: #AC1826;
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 3.71875rem;
	font-weight: 700;
	line-height: 1;
}

.cost__text span {
	font-size: 1.1625rem;
	left: 0.25rem;
	position: relative;
	top: -0.4rem;
}

.cost__sentence {
	color: #AC1826;
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	margin-top: 3.125rem;
	padding: 0 0.375rem;
	text-align: left;
}

.cost__remarks-red {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 2;
}

.cost__remarks {
	color: #291900;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.7777777778;
	margin-top: 0.625rem;
}

.cta {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.95);
	bottom: 0;
	box-shadow: 0 -0.125rem 0.5rem rgba(0, 0, 0, 0.1);
	display: flex;
	gap: 0.3125rem;
	justify-content: center;
	left: 0;
	padding: 0.625rem 0.3125rem calc(0.625rem + env(safe-area-inset-bottom));
	position: fixed;
	transition: transform 0.35s ease, opacity 0.35s ease;
	width: 100%;
	z-index: 1000;
}

.cta.cta--hidden {
	opacity: 0;
	pointer-events: none;
	transform: translateY(100%);
}

.cta .cta__line {
	margin-top: 0;
}

.cta__line {
	align-items: center;
	background: linear-gradient(90deg, #05C756 0%, #35CE75 47%, #05C756 100%);
	border-radius: 0.5rem;
	box-shadow: 0 0.3125rem 0 #047A37, 0 0.3125rem 0.3125rem rgba(4, 122, 55, 0.4);
	color: #fff;
	display: flex;
	justify-content: center;
	padding: 0.375rem 0.425rem 0.375rem 0.375rem;
	text-align: center;
	width: 62.1%;
}

.cta__line-icon {
	width: 2.5rem;
}

.cta__line-lead {
	font-size: 0.8125rem;
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 2;
	white-space: nowrap;
}

.cta__line-lead-slash {
	font-size: 0.75rem;
}

.cta__line-title {
	color: #FFFF00;
	font-size: 1.45625rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1;
}

.cta__tel {
	background-color: #FF5504;
	border-radius: 0.5rem;
	box-shadow: 0 0.25rem 0 #C0460C;
	color: #fff;
	padding: 0.5rem 0rem 0.46875rem;
	text-align: center;
	width: 36.57%;
}

.cta__tel-text {
	color: #fff;
	font-family: "A-OTF Gothic MB101 Pr6N", sans-serif;
	font-size: 1.1875rem;
	font-weight: 900;
	line-height: 1.2631578947;
}

.cta__tel-box {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
}

.cta__tel-icon {
	height: 1.5rem;
	width: 3.1875rem;
}

.faq {
	padding: 3.75rem 0;
}

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

.faq__title {
	color: #FF6A00;
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 2;
	text-align: center;
}

.faq__accordion {
	margin-top: 1.875rem;
}

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

.flow {
	background: linear-gradient(to bottom right, #FF6A00 0%, #FF9549 50%, #FF6A00 95%);
	padding: 1.875rem 0;
}

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

.flow-heading__title {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1.75rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 90%;
}

.flow-heading__title::before,
.flow-heading__title::after {
	background-color: #fff;
	content: "";
	flex: 1;
	height: 0.0625rem;
}

.flow-heading__title::before {
	margin-right: 1.125rem;
}

.flow-heading__title::after {
	margin-left: 1.125rem;
}

.flow__list {
	margin-top: 1.25rem;
}

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

.flow__item {
	background-color: #fff;
	border: inset solid 1px #E6E6E6;
	box-shadow: 0 0 1.0625rem rgba(98, 98, 98, 0.32);
	padding: 1.25rem;
}

.flow__step {
	background-color: #E9AB54;
	color: #fff;
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.3571428571;
	padding: 0.5rem 0;
	text-align: center;
}

.flow__icon {
	height: 7rem;
	margin: 1.875rem auto 0;
	width: 7.5625rem;
}

.flow__icon--yen {
	height: 6.25rem;
	width: 6.25rem;
}

.flow__icon--hand {
	height: 5.5625rem;
	width: 7.625rem;
}

.flow__icon--megane {
	height: 6.25rem;
	width: 6.25rem;
}

.flow__icon--human {
	height: 6.25rem;
	width: 7.5625rem;
}

.flow__icon--house {
	height: 5.125rem;
	width: 9.0625rem;
}

.flow__head {
	color: #FF6A00;
	font-size: 1.75rem;
	font-weight: 900;
	letter-spacing: 0.03em;
	line-height: 2;
	margin-top: 1.25rem;
	text-align: center;
}

.flow__head--font {
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1.5;
}

.flow__box {
	margin-top: 0.625rem;
}

.flow__text {
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

.flow__text--width {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.8888888889;
}

.flow__remarks {
	color: #9C000F;
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2;
	margin-top: 0.625rem;
}

.footer {
	padding: 2.5rem 0;
	text-align: center;
}

.footer__title {
	color: #105C0B;
	font-family: "A1MinchoStd", "A-OTF A1 Mincho Std", serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 2;
}

.footer__sentence {
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
}

.footer__law,
.footer__privacy {
	color: #062900;
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.13em;
	line-height: 2.7142857143;
}

.fv {
	background-image: url("../image/fv-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.fv__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	position: relative;
}

.fv__inner::before {
	background-image: url("../image/ts1.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0rem;
	content: "";
	height: 16.875rem;
	left: calc(50% - min(66%, 50rem));
	position: absolute;
	width: 11.9375rem;
	z-index: 5;
}

.fv__inner::after {
	background-image: url("../image/ts2.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0rem;
	content: "";
	height: 16.875rem;
	position: absolute;
	right: calc(50% - min(65%, 50rem));
	width: 11.9375rem;
	z-index: 5;
}

.fv__color-bg {
	height: 32.625rem;
	margin-left: auto;
	margin-right: auto;
	width: 19.8125rem;
}

.fv__color-bg img {
	-o-object-fit: cover;
	aspect-ratio: 317/522;
	box-shadow: 0 0 2.25rem rgb(209, 209, 209);
	height: auto;
	object-fit: cover;
	width: 100%;
}

.fv__container {
	align-items: center;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	padding: 1.25rem 0 1.0625rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.fv__heading {
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4705882353;
}

.fv__heading span {
	color: #FF6A00;
	font-size: 1.25rem;
}

.fv__title {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 0.625rem;
}

.fv__circle {
	align-items: center;
	align-self: flex-end;
	border-radius: 50%;
	box-shadow: 0 0.1875rem 0 rgba(0, 0, 0, 0.1), 0 0.1875rem 0.1875rem rgba(0, 0, 0, 0.1);
	display: flex;
	height: 5.5rem;
	justify-content: center;
	position: relative;
	width: 5.5rem;
}

.fv__title > * + * {
	margin-left: -0.6875rem;
}

.fv__title > :nth-child(1) {
	z-index: 1;
}

.fv__title > :nth-child(2) {
	z-index: 2;
}

.fv__title > :nth-child(3) {
	z-index: 3;
}

.fv__title > :nth-child(4) {
	z-index: 4;
}

.fv__title > :nth-child(5) {
	z-index: 5;
}

.fv__circle--light {
	background-color: #fff;
}

.fv__circle--orange {
	background: linear-gradient(to bottom right, #FF6A00 0%, #FF9549 50%, #FF6A00 95%);
}

.fv__circle--small {
	align-self: flex-end;
	height: 2.75rem;
	width: 2.75rem;
}

.fv__text {
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 4.0625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
}

.fv__text--white {
	color: #fff;
}

.fv__text-short {
	color: #fff;
	font-size: 1.75rem;
}

.fv__refund {
	display: block;
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 1.6875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-left: 1rem;
	margin-top: 0.5rem;
}

.fv__refund-dot {
	letter-spacing: -0.5em;
}

.fv__refund-color {
	color: #FF6A00;
}

.fv__text--orange {
	color: #FF7614;
}

.fv__shortcut {
	background: linear-gradient(90deg, #FF6A00 0%, #FF9549 50%, #FF6A00 95%);
	box-shadow: 0 0.25rem 0.25rem rgba(125, 125, 125, 0.25);
	margin-top: 0.625rem;
	padding: 0.625rem 0;
	position: relative;
	width: 100%;
	z-index: 2;
}

.fv__shortcut::before,
.fv__shortcut::after {
	border-bottom: 2.1875rem solid transparent;
	border-top: 2.1875rem solid transparent;
	content: "";
	display: none;
	height: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.fv__shortcut::before {
	border-right: 2.25rem solid #ff8a1a;
	left: -2.25rem;
}

.fv__shortcut::after {
	border-left: 2.25rem solid #ff6a00;
	right: -2.25rem;
}

.fv__shortcut-text {
	color: #fff;
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.3;
}

.fv__shortcut-text span {
	font-size: 1.375rem;
}

.fv__case-title {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 0.625rem;
	position: relative;
	z-index: 1;
}

.fv__case-line {
	display: none;
}

.fv__case-line:first-child {
	margin-right: 1.25rem;
}

.fv__case-line:last-child {
	margin-left: 1.25rem;
}

.fv__case-text {
	color: #373737;
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 2;
}

.fv__case-font {
	font-size: 0.875rem;
}

.fv__case-accent {
	color: #FF3C00;
}

.fv__case-letter {
	letter-spacing: 0.11em;
}

.fv__remarks {
	color: #272727;
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 0.6875rem;
	font-weight: 300;
	letter-spacing: 0.01em;
	line-height: 1.3636363636;
	margin-top: 1rem;
	position: relative;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0 0 0.5rem rgb(255, 255, 255);
	z-index: 10;
}

.shortcut__tabs {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.25rem;
	justify-content: center;
	margin: 0.25rem auto 0;
	max-width: 19.875rem;
	position: relative;
	z-index: 10;
}

.shortcut__tab {
	background-color: #fff;
	border-radius: 0.1875rem;
	color: #FF6A00;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.7555555556;
	padding: 0 0.78125rem;
}

.header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.header--scrolled .header__inner {
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.12);
}

.header__inner {
	align-items: center;
	background-color: #fff;
	display: flex;
	height: 3.875rem;
	justify-content: space-between;
	padding-left: 1.5625rem;
	transition: box-shadow 0.3s ease;
}

.header__logoLink {
	color: #8D3A00;
	font-family: "A1MinchoStd", "A-OTF A1 Mincho Std", serif;
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
}

.header__button {
	align-items: center;
	display: flex;
	gap: 1.03125rem;
}

.header__tel {
	background: linear-gradient(90deg, #FF6A00 0%, #FF9549 50%, #FF6A00 95%);
	border-radius: 0.14375rem;
	box-shadow: 0 0.25rem 0.25rem rgba(91, 91, 91, 0.25);
	color: #fff;
	padding: 0.45625rem 1.875rem 0.3125rem;
	transition: filter 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	will-change: transform;
}

.header__tel-box {
	align-items: center;
	display: flex;
	gap: 0.34375rem;
}

.header__tel-icon {
	height: 1.875rem;
	width: 2.8125rem;
}

.header__tel-text {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.3888888889;
}

.header__tel-number {
	color: #FFFF00;
	font-size: 2.3375rem;
	font-weight: 900;
	line-height: 1.1604278075;
}

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

.line-box {
	align-items: center;
	background: linear-gradient(90deg, #05C756 0%, #35CE75 47%, #05C756 100%);
	border-radius: 0.103125rem;
	box-shadow: 0 0.25rem 0.25rem rgba(91, 91, 91, 0.25);
	color: #fff;
	display: flex;
	justify-content: center;
	margin-top: 1.125rem;
	padding: 0.5625rem 1.125rem 0.40625rem 0.625rem;
	text-align: center;
}

.line-box__line-icon {
	width: 3.5rem;
}

.line-box__line-content {
	margin-left: 0.25rem;
}

.line-box__line-lead {
	font-size: 0.8875rem;
	font-weight: 900;
	line-height: 2;
}

.line-box__line-lead-slash {
	font-size: 0.75rem;
}

.line-box__line-title {
	color: #FFFF00;
	font-size: 1.51875rem;
	font-weight: 900;
	line-height: 1.5637860082;
	margin-top: -0.375rem;
}

.line-box__line-title-color {
	color: #fff;
	font-size: 1.25rem;
}

.line-box__line-title-font {
	color: #fff;
}

.office {
	background-color: #F8F8F8;
	padding: 1.875rem 0 2.3125rem;
}

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

.office__title {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 2;
	text-align: center;
}

.office__img {
	margin-top: 1.25rem;
}

.office__img img {
	-o-object-fit: cover;
	aspect-ratio: 350/197;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.office__content {
	margin-top: 1.0625rem;
	padding: 0 1rem;
}

.office__dl {
	border-bottom: solid 1px #D8B6A9;
	display: flex;
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	padding: 1.125rem 0;
}

.office__dl:last-child {
	border-bottom: none;
}

.office__dl dt {
	color: #722000;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 2.375;
	width: 6.9375rem;
}

.office__dl dd {
	font-size: 0.9375rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 2.5333333333;
}

.office__dl--address dd {
	line-height: 1.6;
}

.payment {
	background-color: #F8F8F8;
	padding: 2.5rem 0;
	text-align: center;
}

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

.payment__title {
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.6666666667;
}

.payment__content {
	background-color: #fff;
	border: solid 2px #F2F2F2;
	border-radius: 0.125rem;
	box-shadow: 0 0rem 1.5rem rgba(0, 0, 0, 0.11);
	margin-top: 1.875rem;
	padding: 2.25rem 0.625rem;
}

.payment__subtitle {
	color: #8B4F00;
	display: flex;
	flex-direction: column;
}

.payment__subtitle-top {
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 2;
}

.payment__subtitle-bottom {
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.4444444444;
}

.payment__tabs {
	align-items: center;
	display: flex;
	gap: 0.8125rem;
	justify-content: center;
	margin-top: 1.875rem;
}

.payment__tab {
	background: linear-gradient(90deg, #FF6A00 0%, #FF9549 50%, #FF6A00 95%);
	border-radius: 2.1875rem;
	color: #fff;
	display: inline-block;
	font-family: "A-OTF Futo Go B101 Pr5", sans-serif;
	font-size: 0.8625rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 2;
	padding: 0.125rem 0.8625rem 0;
}

.payment__card {
	margin-top: 1.79375rem;
}

.payment__card img {
	-o-object-fit: cover;
	aspect-ratio: 292/43;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.payment__remarks {
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 1.9333333333;
	margin-top: 1.875rem;
	padding: 0 1.25rem;
}

.potential {
	padding: 0.425rem 0 1.25rem;
	text-align: center;
}

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

.potential__title-top {
	color: #373737;
	font-size: 1.125rem;
	font-weight: 900;
	letter-spacing: 0.03em;
	line-height: 1.3888888889;
}

.potential__title-bottom-span {
	-webkit-text-decoration: underline;
	color: #FF4800;
	font-size: 1.25rem;
	text-decoration: underline;
	text-decoration-color: #373737;
	text-decoration-thickness: 0.0625rem;
	text-underline-offset: 0.375rem;
}

.potential__title-bottom-asterisk {
	color: #BA1900;
	left: -0.1875rem;
	position: relative;
	top: -0.3125rem;
}

.potential__title-bottom {
	color: #373737;
	font-size: 1.125rem;
	font-weight: 900;
	letter-spacing: 0.03em;
	line-height: 1.25;
}

.potential__list {
	display: flex;
	gap: 0.1725rem;
	justify-content: center;
	margin-top: 0.625rem;
}

.potential__item {
	align-items: center;
	background-color: #FFF9F2;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	height: 5.625rem;
	justify-content: center;
	width: 5.625rem;
}

.potential__text {
	color: #FF6A00;
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 0.8625rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.3;
}

.potential__text-color {
	color: #FF5234;
	font-size: 0.9375rem;
}

.potential__text--letter {
	font-size: 0.8625rem;
	letter-spacing: 0em;
}

.recovery {
	background-color: #F4F4F4;
	margin-top: 1.875rem;
	padding: 1.875rem 0;
	text-align: center;
}

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

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

.recovery__title-top {
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2;
}

.recovery__title-top span {
	font-size: 1.25rem;
}

.recovery__title-bottom {
	background: linear-gradient(90deg, #FF6A00 0%, #FF9549 50%, #FF6A00 95%);
	color: #fff;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.2916666667;
	padding: 0.375rem 0;
}

.recovery__title-bottom span {
	font-size: 1.125rem;
}

.recovery__tabs {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 1.875rem;
}

.recovery__tab {
	background-color: #AF1927;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 2;
	padding: 0.375rem 0;
	width: 100%;
}

.recovery__tab--green {
	background-color: #158A00;
}

.recovery__list {
	margin-top: 1.875rem;
}

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

.recovery__subtitle {
	background-color: #2D2D2D;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 2;
	padding: 0.25rem 0;
}

.recovery__subtitle--purpose {
	background: linear-gradient(to bottom, #FFE044 0%, #EEB517 100%);
	background-color: transparent;
	background-color: initial;
	color: #171717;
}

.recovery__arrow {
	height: 0.9375rem;
	margin: 0.625rem auto 0;
	width: 7.5625rem;
}

.recovery__content {
	align-items: stretch;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	margin-top: 0.625rem;
}

.recovery__content--six {
	gap: 0.625rem;
}

.recovery__wrapper {
	align-items: center;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.8125rem 0.625rem;
	text-align: center;
	width: 49.04%;
}

.recovery__wrapper--purpose {
	padding: 0.3125rem 0.625rem;
}

.recovery__text-color {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #FF6A00 0%, #FF9549 50%, #FF6A00 95%);
	background-clip: text;
	display: inline-block;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.375;
}

.recovery__text-color--second {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 2.75rem;
	text-align: center;
}

.recovery__text-color--purpose {
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 1.625;
}

.recovery__text-color--purpose span {
	font-size: 0.8125rem;
}

.recovery__text {
	color: #78000B;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.375;
}

.recovery__text--purpose {
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 3.5625;
}

.recovery__remarks {
	color: #000;
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.375;
	margin-top: 0.3125rem;
}

.recovery__arrow-short {
	align-self: center;
}

.recovery__sentence {
	margin-top: 3.4375rem;
}

.recovery__sentence-text {
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.7;
}

.recovery__sentence-text span {
	color: #AF1927;
}

.recovery__sentence-text-second {
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.7;
	margin-top: 1.25rem;
}

.recovery__sentence-text-second-green {
	color: #158A00;
}

.recovery__sentence-text-second-red {
	color: #AF1927;
}

.sub-faq-toggle {
	border: solid 3px #F0F0F0;
	border-radius: 1rem;
	color: #291900;
}

.sub-faq-toggle__title {
	align-items: center;
	background: transparent;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 1.875rem 3.625rem 1.875rem 1.25rem;
	position: relative;
	z-index: 1;
}

.sub-faq-toggle__en {
	color: #AA5B00;
	font-size: 1.4375rem;
}

.sub-faq-toggle__title-box {
	align-items: flex-start;
	display: flex;
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 1rem;
	font-weight: 700;
	gap: 0 0.625rem;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1.4;
}

.sub-faq-toggle__text {
	color: #291900;
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.9;
	margin-bottom: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0 1.6875rem;
	transition: max-height 0.6s ease, opacity 0.6s ease, margin-bottom 0.6s ease;
	visibility: hidden;
}

.open .sub-faq-toggle__text {
	margin-bottom: 1.625rem;
	max-height: 1000px;
	opacity: 1;
	padding: 0rem 1.25rem 0rem;
	visibility: visible;
}

.sub-faq-toggle__title .sub-faq-toggle__title-box:before {
	border-radius: 50%;
	content: "";
	display: block;
	height: 18px;
	position: absolute;
	right: 10px;
	top: 52%;
	transform: translateY(-50%);
	width: 18px;
}

.sub-faq-toggle__title .sub-faq-toggle__title-box:after {
	border-bottom: 3px solid #AA5B00;
	border-right: 3px solid #AA5B00;
	content: "";
	display: block;
	height: 0.625rem;
	position: absolute;
	right: 23px;
	top: 53%;
	transform: translate(50%, -50%) rotate(45deg);
	transform-origin: calc(50% + 1px) calc(50% + 1px);
	transition: transform 0.3s ease;
	width: 0.625rem;
}

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

.voice {
	padding: 1.875rem 0;
	text-align: center;
}

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

.voice__title {
	color: #FF6A00;
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.7083333333;
}

.voice__title span {
	font-size: 1.5rem;
}

.voice__list {
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
	margin-top: 2.5rem;
}

.voice__item {
	background-color: #fff;
	border: solid 1px #FF6A00;
	box-shadow: 0 0rem 1.375rem rgba(0, 0, 0, 0.11);
	padding: 1.03125rem 1.625rem 1.375rem;
	width: 100%;
}

.voice__remarks {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 2;
	margin-top: 2.5rem;
	text-align: left;
}

.voice__subtitle {
	color: #FF6A00;
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.0833333333;
}

.voice__img {
	margin-top: 1.15625rem;
}

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

.voice__story {
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.4545454545;
	margin-top: 1.15625rem;
}

.voice__box {
	align-items: center;
	display: flex;
	gap: 1.125rem;
	justify-content: center;
	margin-top: 1.125rem;
	white-space: nowrap;
}

.voice__case {
	border: solid 1px #FF6A00;
	color: #FF6A00;
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 1.38125rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	line-height: 1.4162895928;
	padding: 0.40625rem 1.03125rem 0.28125rem;
}

.voice__price {
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 1.84375rem;
	font-weight: 700;
	line-height: 1.0610169492;
}

.voice__price span {
	font-size: 1.38125rem;
}

.voice__text {
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 1.15625rem;
	text-align: left;
}

.worries {
	background-image: url("../image/worries-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1.875rem 0;
	text-align: center;
}

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

.worries__title {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to bottom, #FFFFFF 30%, #999999 100%);
	background-clip: text;
	display: flex;
	flex-direction: column;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.7916666667;
}

.worries__title-span {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to bottom, #FFFFFF 40%, #999999 100%);
	background-clip: text;
	display: flex;
	flex-direction: column;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.7916666667;
}

.worries__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1.875rem;
}

.worries__item {
	-o-border-image: linear-gradient(to bottom, #FF6A00 0%, #FF6A00 100%) 1;
	background-color: #fff;
	border: 0.0625rem solid transparent;
	border-image: linear-gradient(to bottom, #FF6A00 0%, #FF6A00 100%) 1;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	padding: 0.79375rem 1rem 0.9375rem;
	width: 100%;
}

.worries__img img {
	-o-object-fit: cover;
	aspect-ratio: 270/118;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.worries__text {
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 0.75rem;
}

.worries__text span {
	color: #AF1927;
}

.worries__sentence {
	color: #fff;
	font-family: "RyuminPr6", "A-OTF Ryumin Pr6", serif;
	margin-top: 1.875rem;
}

.worries__text-top {
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 2;
}

.worries__text-top span {
	font-size: 1.5rem;
}

.worries__text-bottom {
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4615384615;
	margin-top: -0.375rem;
}

.worries__text-bottom span {
	font-size: 1.375rem;
}

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

.u-desktop {
	display: block;
}

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

.u-mobile {
	display: none;
}

html {
	font-size: 1.3114754098vw;
}

.caution {
	border-bottom: solid 1px #D9D9D9;
	margin-top: 3.75rem;
}

.caution__title {
	font-size: 2.25rem;
	line-height: 2;
}

.caution__inner {
	max-width: 86.25rem;
	padding: 0 1.5625rem;
}

.caution__list {
	flex-wrap: nowrap;
	gap: 0.625rem;
}

.caution__item {
	max-width: calc(25% - 0.46875rem);
}

.caution__card img {
	aspect-ratio: 323/182;
}

.caution__remarks {
	margin-top: 1.25rem;
}

.caution__sentence {
	border-bottom: none;
}

.caution__text-top {
	font-size: 1.75rem;
	line-height: 1.5;
}

.caution__text-bottom {
	font-size: 2rem;
	line-height: 1.53125;
}

.contact {
	padding: 3.75rem 0;
}

.contact__inner {
	max-width: 76.5rem;
	padding: 0 1.5625rem;
}

.contact__line {
	border-radius: 0.14375rem;
	margin: 1.9375rem auto 0;
	padding: 0.79375rem 1.5625rem 0.575rem 0.5875rem;
	width: 31.5rem;
}

.contact__line-icon {
	width: 5.625rem;
}

.contact__line-content {
	margin-left: 0.35625rem;
}

.contact__line-lead {
	font-size: 1.39375rem;
}

.contact__line-lead-slash {
	font-size: 0.875rem;
}

.contact__line-title {
	font-size: 2.125rem;
	margin-top: -0.4375rem;
}

.contact__line-title-color {
	font-size: 1.8125rem;
}

.cost {
	padding: 5rem 0;
}

.cost__inner {
	max-width: 73.9375rem;
	padding: 0 1.5625rem;
}

.cost-title__text {
	font-size: 2.8125rem;
	height: 4.125rem;
	width: 4.125rem;
}

.cost-title__text + .cost-title__text {
	margin-left: 0.4375rem;
}

.cost__list {
	gap: 1.25rem;
	margin: 3.75rem auto 0;
	max-width: 67rem;
}

.cost__item {
	max-width: calc(33.3333% - 0.8333333333rem);
	padding-bottom: 0.625rem;
	padding-top: 1.875rem;
}

.cost__head {
	font-size: 3.125rem;
	line-height: 1.7;
}

.cost__text {
	font-size: 10.875rem;
}

.cost__text span {
	font-size: 3.40625rem;
	left: 0.375rem;
	top: -1.25rem;
}

.cost__sentence {
	margin-top: 3.75rem;
	padding: 0;
	text-align: center;
}

.cost__remarks-red {
	font-size: 1.375rem;
	letter-spacing: 0.08em;
	line-height: 1.7272727273;
}

.cost__remarks {
	font-size: 1.375rem;
	letter-spacing: 0.08em;
	line-height: 1.7272727273;
}

.cta {
	display: none;
}

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

.faq__title {
	font-size: 2.25rem;
}

.faq__accordion {
	margin-top: 3.75rem;
}

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

.flow {
	padding: 5rem 0;
}

.flow__inner {
	max-width: 71.25rem;
	padding: 0 1.5625rem;
}

.flow-heading__title {
	font-size: 2.625rem;
	width: 100%;
}

.flow__list {
	margin-top: 3.75rem;
}

.flow__item {
	display: flex;
	gap: 2.8125rem;
	padding: 1.875rem 3.125rem 1.875rem 0;
}

.flow__content {
	width: 18.75%;
}

.flow__icon {
	margin: 2.8125rem auto 0;
}

.flow__sentence {
	width: 76.923%;
}

.flow__head {
	margin-top: 0rem;
	text-align: left;
}

.flow__head--font {
	font-size: 1.75rem;
	line-height: 2;
}

.flow__box {
	align-items: center;
	display: flex;
	gap: 0.625rem;
}

.flow__text {
	width: 53%;
}

.flow__text--width {
	font-size: 1.25rem;
	line-height: 1.8;
	width: 100%;
}

.footer {
	padding: 5rem 0;
}

.footer__title {
	font-size: 2rem;
}

.footer__title a {
	transition: opacity 0.3s;
}

.footer__title a:hover {
	opacity: 0.5;
}

.footer__sentence {
	margin-top: 1.5rem;
}

.footer__law,
.footer__privacy {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.footer__law::after,
.footer__privacy::after {
	background-color: currentColor;
	bottom: 0.5rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
	width: 100%;
}

.footer__law:hover::after,
.footer__privacy:hover::after {
	transform: scaleX(1);
}

.fv {
	background-image: url("../image/fv-bg.webp");
	margin-top: 0rem;

}

.fv__inner {
	max-width: 83rem;
}

.fv__inner::before {
	bottom: -0.75rem;
	height: 28.125rem;
	left: calc(50% - min(49.5%, 50rem));
	width: 18.75rem;
}

.fv__inner::after {
	bottom: 0rem;
	height: 28.125rem;
	right: calc(50% - min(50.5%, 50rem));
	width: 18.75rem;
}

.fv__color-bg {
	height: auto;
	width: 50.8125rem;
}

.fv__color-bg img {
	aspect-ratio: 813/689;
}

.fv__heading {
	font-size: 1.875rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.fv__heading span {
	font-size: 2.1875rem;
}

.fv__title {
	margin-top: 1.125rem;
}

.fv__circle {
	box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.1), 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
	height: 11rem;
	width: 11rem;
}

.fv__title > * + * {
	margin-left: -1.25rem;
}

.fv__circle--small {
	height: 5.5rem;
	width: 5.5rem;
}

.fv__text {
	font-size: 8.125rem;
}

.fv__text-short {
	font-size: 3.5rem;
}

.fv__refund {
	font-size: 3rem;
	margin-left: 0rem;
	margin-top: 0.42rem;
}

.fv__refund-dot {
	letter-spacing: -0.3em;
}

.fv__shortcut {
	display: inline-block;
	margin-top: 0rem;
	padding: 0rem 9.9375rem;
	width: auto;
}

.fv__shortcut::before,
.fv__shortcut::after {
	display: block;
}

.fv__shortcut-text {
	font-size: 2.375rem;
	line-height: 1.7894736842;
}

.fv__shortcut-text span {
	font-size: 2.0125rem;
}

.fv__case-title {
	margin-top: 0.4375rem;
}

.fv__case-line {
	background: linear-gradient(90deg, #FF6A00 0%, #FF9549 50%, #FF6A00 95%);
	display: block;
	height: 0.0625rem;
	width: 7.625rem;
}

.fv__case-text {
	font-size: 1.5rem;
	line-height: 1.875;
}

.fv__case-font {
	font-size: 1.3125rem;
}

.fv__remarks {
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 1.2625rem;
	text-shadow: none;
}

.shortcut__tabs {
	gap: 0.625rem 0.28125rem;
	margin: 0.46875rem auto 0;
	max-width: 45rem;
}

.shortcut__tab {
	border-radius: 0.25rem;
	font-size: 1.375rem;
	letter-spacing: 0.03em;
	line-height: 1.7727272727;
	padding: 0 0.96875rem;
}

.header__inner {
	height: 6.5625rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.header__logoLink {
	font-size: 2rem;
	letter-spacing: 0.07em;
}

.header__tel:hover {
	box-shadow: 0 0.5rem 1rem rgba(91, 91, 91, 0.45);
	filter: brightness(0.93);
	transform: translateY(-0.1875rem);
}

.inner {
	max-width: 1270px;
	padding-left: 25px;
	padding-right: 25px;
}

.line-box {
	border-radius: 0.14375rem;
	margin: 1.9375rem auto 0;
	padding: 0.5875rem 1.3125rem 0.43125rem 0.425rem;
	transition: filter 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	width: 45.75%;
}

.line-box--header {
	margin: 0;
	margin: initial;
	width: 22.8125rem;
}

.line-box:hover {
	box-shadow: 0 0.5rem 1rem rgba(91, 91, 91, 0.45);
	filter: brightness(0.93);
	transform: translateY(-0.1875rem);
}

.line-box__line-icon {
	width: 4.0625rem;
}

.line-box__line-lead {
	font-size: 1.0125rem;
}

.line-box__line-title {
	letter-spacing: 0.05em;
	margin-top: -0.3125rem;
}

.line-box__line-title-color {
	font-size: 1.3125rem;
}

.office {
	padding: 3.75rem 0 4.1875rem;
}

.office__inner {
	max-width: 71.875rem;
	padding: 0 1.5625rem;
}

.office__title {
	font-size: 2.25rem;
	letter-spacing: 0.1em;
}

.office__img {
	margin-top: 2.5rem;
}

.office__img img {
	aspect-ratio: 1100/291;
}

.office__content {
	margin: 2.3125rem auto 0;
	max-width: 45rem;
	padding: 0;
}

.office__dl dt {
	font-size: 1.375rem;
	line-height: 1.7272727273;
	width: 9.875rem;
}

.office__dl dd {
	font-size: 1.25rem;
	line-height: 1.9;
}

.office__dl--address dd {
	line-height: 1.9;
}

.payment {
	padding: 5rem 0;
}

.payment__inner {
	max-width: 62.5rem;
	padding: 0 1.5625rem;
}

.payment__title {
	font-size: 2.25rem;
	line-height: 2;
}

.payment__content {
	padding: 1.75rem 0;
}

.payment__subtitle-top {
	font-size: 1.5rem;
}

.payment__subtitle-bottom {
	font-size: 1.75rem;
	margin-top: -0.25rem;
}

.payment__tabs {
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.payment__tab {
	border-radius: 3.4375rem;
	font-size: 1.33125rem;
	padding: 0 1.33125rem;
}

.payment__card {
	margin: 0.8125rem auto 0;
	max-width: 33rem;
}

.payment__card img {
	aspect-ratio: 528/78;
}

.payment__remarks {
	font-size: 1.125rem;
	line-height: 1.7222222222;
	padding: 0;
}

.potential {
	padding: 0.8125rem 0;
}

.potential__inner {
	max-width: 68.25rem;
	padding: 0 1.5625rem;
}

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

.potential__title {
	display: flex;
	flex-direction: column;
	text-align: left;
}

.potential__title-top {
	font-size: 2rem;
	line-height: 1.375;
}

.potential__title-bottom-span {
	-webkit-text-decoration: none;
	font-size: 2.25rem;
	text-decoration: none;
}

.potential__title-bottom {
	font-size: 2rem;
	left: -0.875rem;
	line-height: 1.375;
	position: relative;
}

.potential__list {
	gap: 1.25rem;
	margin-top: 0rem;
}

.potential__item {
	height: 8.25rem;
	width: 8.25rem;
}

.potential__text {
	font-size: 1.25rem;
	line-height: 1.4;
}

.potential__text-color {
	font-size: 1.375rem;
}

.potential__text--letter {
	font-size: 1.25rem;
	letter-spacing: 0em;
}

.recovery {
	margin-top: 3.75rem;
	padding: 3.75rem 0;
}

.recovery__inner {
	max-width: 69.375rem;
	padding: 0 1.5625rem;
}

.recovery__title-top {
	font-size: 2.25rem;
}

.recovery__title-top span {
	font-size: 2rem;
}

.recovery__title-bottom {
	align-self: center;
	font-size: 2.25rem;
	line-height: 2;
	padding: 0.375rem 1.25rem;
}

.recovery__title-bottom span {
	font-size: 2.25rem;
}

.recovery__tabs {
	gap: 3.75rem;
	margin-top: 3.125rem;
}

.recovery__tab {
	font-size: 2.25rem;
}

.recovery__tab span {
	font-size: 2rem;
}

.recovery__list {
	margin-top: 1.25rem;
}

.recovery__subtitle {
	font-size: 1.5rem;
	padding: 0;
}

.recovery__content {
	gap: 1rem;
	margin-top: 1.25rem;
}

.recovery__content--six {
	gap: 3.75rem;
}

.recovery__wrapper {
	padding: 0.625rem 0;
	width: 47.16%;
}

.recovery__wrapper--purpose {
	padding: 0.625rem 0;
}

.recovery__text-color {
	font-size: 1.25rem;
	line-height: 1.6;
}

.recovery__text-color--second {
	min-height: 0;
	min-height: initial;
}

.recovery__text-color--purpose {
	font-size: 1.75rem;
	line-height: 1.1428571429;
}

.recovery__text-color--purpose span {
	font-size: 1.75rem;
}

.recovery__text {
	font-size: 1.25rem;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.recovery__text--purpose {
	font-size: 1.75rem;
	line-height: 1.1428571429;
}

.recovery__remarks {
	font-size: 1.125rem;
	letter-spacing: 0.04em;
	line-height: 1.7777777778;
	margin-top: 0rem;
}

.recovery__arrow-short {
	height: 1.1875rem;
	width: 1.75rem;
}

.recovery__sentence {
	margin-top: 1.25rem;
}

.recovery__sentence-text {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.6666666667;
}

.recovery__sentence-text-second {
	font-size: 1.75rem;
	letter-spacing: 0.04em;
	line-height: 2;
}

.sub-faq-toggle__title {
	padding: 1.625rem 1.875rem;
}

.sub-faq-toggle__en {
	font-size: 1.75rem;
}

.sub-faq-toggle__title-box {
	align-items: center;
	font-size: 1.25rem;
	letter-spacing: 0.04em;
	line-height: 1.3;
}

.sub-faq-toggle__text {
	font-size: 1rem;
	letter-spacing: -0.02em;
}

.open .sub-faq-toggle__text {
	margin-bottom: 1.875rem;
	padding: 0rem 1.625rem;
}

.sub-faq-toggle__title .sub-faq-toggle__title-box:after {
	height: 0.75rem;
	right: 55px;
	width: 0.75rem;
}

.voice {
	padding: 5rem 0;
}

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

.voice__title {
	font-size: 2.25rem;
	letter-spacing: 0.08em;
	line-height: 1.2777777778;
}

.voice__title span {
	font-size: 2rem;
}

.voice__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.875rem;
}

.voice__item {
	box-shadow: 0 0rem 1.5rem rgba(0, 0, 0, 0.11);
	margin: 0;
	max-width: calc(33.3333% - 1.25rem);
	padding: 1.125rem 1.75rem 1.5rem;
}

.voice__remarks {
	font-size: 1.125rem;
	text-align: center;
}

.voice__subtitle {
	font-size: 1.75rem;
	line-height: 2.25;
	white-space: nowrap;
}

.voice__img {
	margin-top: 1.25rem;
}

.voice__img img {
	aspect-ratio: 320/186;
}

.voice__story {
	font-size: 1.5rem;
	line-height: 1.4166666667;
	margin-top: 1.25rem;
}

.voice__box {
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.voice__case {
	font-size: 1.5rem;
	line-height: 1.4166666667;
	padding: 0.375rem 1.0625rem;
}

.voice__text {
	font-size: 1.125rem;
	line-height: 1.7777777778;
	margin-top: 1.25rem;
}

.worries {
	background-image: url("../image/worries-bg.webp");
	padding: 3.75rem 0;
}

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

.worries__title {
	display: block;
	font-size: 2.625rem;
	line-height: 2;
}

.worries__title-span {
	display: block;
	font-size: 2.625rem;
	line-height: 2;
}

.worries__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25rem 1.875rem;
	margin-top: 2.5rem;
}

.worries__item {
	margin: 0;
	max-width: calc(33.3333% - 1.6666666667rem);
	padding: 1rem 1.25rem 1.1875rem;
}

.worries__img img {
	aspect-ratio: 340/149;
}

.worries__text {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 0.9375rem;
}

.worries__sentence {
	margin-top: 2.5rem;
}

.worries__text-top {
	font-size: 1.75rem;
}

.worries__text-top span {
	font-size: 2.25rem;
}

.worries__text-bottom {
	font-size: 2.25rem;
	line-height: 1.4444444444;
	margin-top: -0.625rem;
}

.worries__text-bottom span {
	font-size: 2.25rem;
}

}

@media (min-width: 1220px) {

html {
	font-size: 16px;
}

}

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

.fv__inner::before {
	bottom: 0rem;
	height: 32.3125rem;
	left: calc(50% - min(50%, 50rem));
	width: 22.875rem;
}

.fv__inner::after {
	bottom: 0rem;
	height: 32.3125rem;
	right: calc(50% - min(50.5%, 50rem));
	width: 22.875rem;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}


/* ========================================
   離脱ポップアップ
   ======================================== */

.exit-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

.exit-popup.is-active {
	display: block;
}

.exit-popup__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
}

.exit-popup__container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(90%, 380px, 50vh);
	z-index: 10001;
}

.exit-popup__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 6px;
	background: #fff;
	color: #011D33;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10002;
	transition: opacity 0.2s;
}

.exit-popup__close:hover {
	opacity: 0.7;
}

.exit-popup__content {
	overflow: hidden;
	border-radius: 8px;
}

.exit-popup__bg {
	margin: 0;
	line-height: 0;
	overflow: hidden;
}

.exit-popup__bg img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: -41%;
}

.exit-popup__buttons {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 12px 16px 16px;
	background: #fff;
	border-radius: 0 0 8px 8px;
}

.exit-popup__line {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 50px;
	border-radius: 50px;
	border: 1.66px solid #fff;
	background: linear-gradient(180deg, #70E298 6.7%, #0BB547 20.3%, #0BB547 80.9%, #026023 98.9%);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
	text-decoration: none;
	transition: opacity 0.2s;
	line-height: 1;
}

.exit-popup__line:hover {
	opacity: 0.85;
}

.exit-popup__line-icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.exit-popup__line-text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 0.8px 3.3px rgba(13, 129, 56, 1);
	display: flex;
	align-items: center;
	height: 23px;
}

.exit-popup__line-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	background: #fff;
	border-radius: 50%;
	flex-shrink: 0;
}

.exit-popup__line-arrow svg {
	width: 6px;
	height: 8px;
}

.exit-popup__tel {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 50px;
	border-radius: 50px;
	border: 1.66px solid #fff;
	background: linear-gradient(180deg, #FFC18E 6.7%, #FF871D 24%, #FF7214 80.9%, #943600 98.9%);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
	text-decoration: none;
	transition: opacity 0.2s;
	line-height: 1;
}

.exit-popup__tel:hover {
	opacity: 0.85;
}

.exit-popup__tel-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.exit-popup__tel-text,
.exit-popup__tel-number {
	display: flex;
	align-items: center;
	height: 23px;
}

.exit-popup__tel-text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 0.7px 2.8px rgba(129, 61, 13, 1);
	letter-spacing: 0;
}

.exit-popup__tel-number {
	font-family: "Avenir Next", "Avenir", sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #FFFF00;
	letter-spacing: 0.01em;
}

@media (min-width: 768px) {

.exit-popup__container {
	width: min(90%, 440px, 50vh);
}

.exit-popup__close {
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	font-size: 28px;
}

.exit-popup__buttons {
	gap: 10px;
	padding: 14px 20px 20px;
}

}

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