/********************************
* インナー
********************************/

/********************************
* フォント
********************************/

/********************************
* カラー
********************************/

/********************************
* レイヤー
********************************/

/********************************
* 共通設定
********************************/

html {
	overflow-x: hidden;
}

body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100vh;
}

html {
	font-size: 16px;
}

body {
	background-color: #fff;
	color: #171717;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	position: relative;
	z-index: -1;
}

/* link */

/* ============================================ */

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

/* img */

/* ============================================ */

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

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

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

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

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

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

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

/* フェード設定 */

/* ============================================ */

/* テキスト設定 */

/* ============================================ */

.js-wipeAnimation {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
}

.js-text-effect {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	line-height: 1; /*line-heightなくしたほうがカッコ良くなります*/
}

/* ここまでは見た目を整える記述 */

.js-text-effect .char {
	display: inline-block;
	opacity: 0;
	-webkit-transform: translateY(100px);
	        transform: translateY(100px);
	-webkit-transition: transfrom 0.5s;
	transition: transfrom 0.5s;
	visibility: visible;
}

.test {
	font-size: 3.5rem;
	margin-top: 3.125rem;
	text-align: center;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.box {
	background: #666;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #fff;
	list-style: none;
	margin: 0 20px 20px 20px;
	padding: 20px;
	width: 220px;
}

/*==================================================
  スタート時は要素自体を透過0にするためのopacity:0;を指定する
  ===================================*/

/*==================================================
ふわっ
===================================*/

.js-fadeUp {
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-name: fadeUpAnime;
	        animation-name: fadeUpAnime;
	opacity: 0;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
	opacity: 0;
}

.splide__container {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}

.splide__list {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}

.splide__pagination {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0;
	pointer-events: none;
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
	display: none;
}

.splide__progress__bar {
	width: 0;
}

.splide {
	position: relative;
	visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible;
}

.splide__slide {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	gap: 1.5rem; /* gapの確認 */
	list-style-type: none !important;
	margin: 0;
	position: relative;
}

.splide__slide img {
	vertical-align: bottom;
}

.splide__spinner {
	-webkit-animation: splide-loading 1s linear infinite;
	        animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide__track--ttb > .splide__list {
	display: block;
}

/* .p-splide-img */

.p-splide-img {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #D8E6E6));
	background: linear-gradient(to bottom, #ffffff 50%, #D8E6E6 50%);
	padding-block: 0.9375rem;
}

.p-splide-img__slide {
	display: block;
	height: auto;
	max-width: 100%;
}

.p-splide-img__slide picture {
	display: block;
	height: auto;
}

.p-splide-img__slide img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
}

.splide__slide {
	-ms-touch-action: pan-y;
	    touch-action: pan-y; /* 縦方向のスクロールを許可 */
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 73.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1216.6666px;
	padding-left: 3.3333%;
	padding-right: 3.3333%;
	width: 100%;
}

.inner--1300 {
	height: inherit;
	margin-inline: auto;
	max-width: 81.6666rem;
	padding-left: 3.3333%;
	padding-right: 3.3333%;
	width: 100%;
	width: 100%;
}

.inner--1200 {
	margin-inline: auto;
	max-width: 78.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.l-section {
	padding-block: 5rem;
}

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

.accordion__title {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #F1F5F9;
	border-radius: 0.625rem;
	color: #171717;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.48px;
	padding: 1rem 1.5rem;
	padding-right: 3.75rem;
	text-decoration: none;
	width: 100%;
}

.accordion__icon i {
	font-size: 1rem;
	position: relative;
	right: 0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion.is-open .accordion__icon i {
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.accordion__content {
	background-color: #fff;
	color: #171717;
	font-size: 1rem;
	letter-spacing: 0.8px;
	overflow: hidden;
	text-decoration: none;
}

.accordion__content-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1.5rem 1.625rem;
	padding-bottom: 0;
}

.accordion__mark,
.accordion__content-inner span {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #334155;
	border-radius: 3.125rem;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	height: 2.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 2.5rem;
}

.accordion__content-inner span {
	background-color: #EA4335;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}

.accordion__text,
.accordion__content-inner p {
	margin-left: 1.5rem;
}

.accordion--type2 .accordion__title {
	position: relative;
}

.accordion--type2 .accordion__icon::before,
.accordion--type2 .accordion__icon::after {
	background: #334155;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	width: 0.9375rem;
}

.accordion--type2 .accordion__icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	        transform: translate(-50%, -50%) rotate(-90deg);
}

.accordion--type2.is-open .accordion__icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	        transform: translate(-50%, -50%) rotate(0deg);
}

body {
	background: #f7f3e9;
	color: #171717;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
	position: relative;
	z-index: -1;
}

.c-bg-wave--mv {
	margin-top: -4.25rem;
	position: relative;
}

.c-bg-wave--mv::before {
	background: url(../images/common/bg-wave.svg) no-repeat bottom center/cover;
	bottom: 0;
	content: "";
	height: 4.375rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-bg-wave--beide {
	margin-top: -0.8125rem;
	position: relative;
}

.c-bg-wave--beide::before {
	background: url(../images/common/bg-wave_beige.svg) no-repeat top center/cover;
	content: "";
	height: 12.5rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-bg-wave--green {
	position: relative;
}

.c-bg-wave--green::before {
	background: url(../images/common/bg-wave-green.svg) no-repeat top center/cover;
	content: "";
	height: 12.5rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-bg-wave--green02 {
	position: relative;
}

.c-bg-wave--green02::before {
	background: url(../images/common/bg-wave--green02.svg) no-repeat top center/cover;
	content: "";
	height: 4rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* c-btn */

.c-btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #9e714d;
	border-radius: 40px;
	color: #fff;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1.375rem;
	font-weight: 700;
	gap: 0.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 1.125rem 2.0625rem;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	white-space: nowrap;
}

.c-btn:after {
	aspect-ratio: 1/1;
	content: "";
	display: block;
	height: 1.5rem;
	-webkit-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	width: 1.5rem;
}

.c-btn--download {
	background: #9e714d;
	-webkit-box-shadow: 0px 4px 0px 0px #6E5744;
	        box-shadow: 0px 4px 0px 0px #6E5744;
}

.c-btn--download:after {
	background: url(../images/common/download.svg) center center/contain no-repeat;
}

.c-btn--top,
.c-btn--mail {
	background: #FFEBCF;
	-webkit-box-shadow: 0px 4px 0px 0px #DBAF72;
	        box-shadow: 0px 4px 0px 0px #DBAF72;
	color: #9e714d;
}

.c-btn--mail:after {
	background: url(../images/common/mail.svg) center center/contain no-repeat;
}

.c-cta-wrapper {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	gap: 1rem;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	position: fixed;
	right: 0.75rem;
	z-index: 30;
}

.c-cta {
	grid-gap: 0;
	border-radius: 2rem;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
	color: #fff;
	display: -ms-grid;
	display: grid;
	font-size: 0.9375rem;
	font-weight: 700;
	gap: 0;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	max-width: 100%;
	overflow: hidden;
	text-align: center;
	width: 43.5rem;
}

.c-cta__list {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.c-cta__list--pc {
	background: #F5F5F5;
	color: #171717;
}

.c-cta__link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.75rem;
	padding-block: 0.75rem;
}

.c-cta__img {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	aspect-ratio: 1/1;
	background: #D4D4D4;
	border-radius: 1.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: 100%;
	width: 3rem;
}

.c-cta__img--mail,
.c-cta__img--tel {
	background: rgba(255, 255, 255, 0.75);
}

.c-cta__img img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	max-width: 1.5rem;
	object-fit: contain;
}

.c-cta__list--tel {
	background: #73994D;
}

.c-cta__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Poppins", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	gap: 0.5rem;
}

.c-cta__list--mail {
	background: #CC7700;
}

.c-heading__en {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.c-heading__en--green {
	color: #73994d;
}

.c-heading__en--white {
	color: #fff;
}

.c-heading__en--orange {
	color: #cc7700;
}

.c-heading__en--brown {
	color: #9e714d;
}

.c-heading__ja {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 0.75rem;
	text-align: center;
}

.c-heading__ja--small {
	font-size: 1.5rem;
	line-height: 1.6;
}

.c-heading__ja-contact {
	display: block;
	font-size: 1.25rem;
}

#js-cta {
	opacity: 0;
}

#js-scrollTop {
	opacity: 0;
}

.scroll-top {
	background-color: #fff;
	border-radius: 2rem;
	-webkit-box-shadow: 10px 10px 20px 0px rgba(0, 4, 18, 0.1);
	        box-shadow: 10px 10px 20px 0px rgba(0, 4, 18, 0.1);
	color: #9e714d;
	cursor: pointer;
	display: inline-block;
	height: 5rem;
	max-width: 100%;
	padding: 1.0625rem 1.25rem;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 5rem;
}

.scroll-top__arrow {
	border-right: 4px solid #9e714d;
	border-top: 4px solid #9e714d;
	display: block;
	height: 1.25rem;
	margin-inline: auto;
	margin-top: 0.3125rem;
	max-width: 100%;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 1.25rem;
}

.scroll-top__text {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.75px;
}

.p-about__bg01 {
	background: url(../images/about/about-bg01.png) top center/cover no-repeat;
	padding-bottom: 16.25rem;
	padding-top: 5.3125rem;
}

.about__top-box {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.5rem;
	margin-inline: auto;
	max-width: 56rem;
	padding: 4rem 4rem 5rem 4rem;
	text-align: center;
}

.p-about__top-img {
	display: block;
	margin-inline: auto;
	max-width: 27.5rem;
}

.p-about__top-text {
	font-size: 1.5rem;
	font-weight: 700;
}

.p-about__top-name {
	font-size: 3rem;
	font-weight: 900;
	line-height: 1;
}

.p-about__middle-inner {
	margin-top: -11.25rem;
}

.p-about__middle-img {
	display: block;
	margin-inline: auto;
	max-width: 70rem;
}

.p-about__bg02 {
	background: url(../images/about/about-bg02.png) top center/cover no-repeat;
	margin-top: -10.75rem;
	padding-bottom: 10rem;
	padding-top: 15.25rem;
}

.p-about__bottom-items {
	grid-gap: 1.5rem;
	display: -ms-grid;
	display: grid;
	gap: 1.5rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.p-about__bottom-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #f7f3e9;
	border-radius: 120px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
	padding: 2rem 3rem;
}

.p-about__bottom-head {
	border-bottom: 1px solid #DBAF72;
	color: #cc7700;
	font-family: "Poppins", sans-serif;
	font-size: 1.3125rem;
	font-weight: 700;
	letter-spacing: 1.05px;
	line-height: 1;
	margin-inline: auto;
	max-width: -moz-fit-content;
	max-width: -webkit-fit-content;
	max-width: fit-content;
	padding-bottom: 0.5rem;
	text-align: center;
}

.p-about__bottom-point {
	font-size: 1.3125rem;
}

.p-about__bottom-number {
	font-size: 2rem;
	letter-spacing: 1.6px;
}

.p-about__bottom-text {
	font-size: 1.125rem;
	line-height: 1.6;
}

.p-contact {
	background: linear-gradient(to bottom, #f7f3e9 20px, #d5edbe 0);
	padding-block: 5rem;
}

.p-contact__inner {
	position: relative;
	z-index: 3;
}

.p-contact__img-wrapper {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: -6.5rem;
	padding-inline: 5rem 2.5rem;
}

.p-contact__img01 {
	max-width: 11.625rem;
}

.p-contact__img01 img {
	-o-object-fit: contain;
	aspect-ratio: 186/168;
	height: auto;
	object-fit: contain;
}

.p-contact__img02 {
	max-width: 11.875rem;
}

.p-contact__img02 img {
	-o-object-fit: contain;
	aspect-ratio: 190/147;
	height: auto;
	object-fit: contain;
}

.p-contact__box {
	background: #fff;
	border-radius: 24px;
}

.p-contact__form {
	padding: 5rem 10rem;
}

.p-cta {
	margin-top: 5rem;
	position: relative;
}

.p-cta::after {
	background: url(../images/common/bg-wave02.svg) no-repeat top center/cover;
	bottom: 0;
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-cta__body {
	background: #fff;
	border: 6px solid #f8d099;
	border-radius: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.5rem;
	margin-inline: auto;
	max-width: 70rem;
	padding: 2.25rem 4.625rem;
}

.p-cta__heading {
	border-bottom: 1px solid #f8d099;
	margin-inline: auto;
	max-width: -moz-fit-content;
	max-width: -webkit-fit-content;
	max-width: fit-content;
	padding-bottom: 1rem;
}

.p-cta__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-cta__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.5rem;
	max-width: 35.125rem;
	padding-right: 0.75rem;
}

.p-cta__head {
	font-size: 2.25rem;
	font-weight: 700;
}

.p-cta__message {
	font-size: 1.3125rem;
	font-weight: 500;
	line-height: 1.6;
}

.p-cta__btn-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.25rem;
	max-width: 24.875rem;
}

.p-faq {
	padding-block: 5rem;
}

.p-faq__inner {
	position: relative;
	z-index: 3;
}

.p-faq__lists {
	border-radius: 16px;
	margin-top: 3.75rem;
	overflow: hidden;
}

.p-faq__list {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-align-self: stretch;
	    -ms-flex-item-align: stretch;
	            -ms-grid-row-align: stretch;
	        align-self: stretch;
	background: #EFE9D7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
	padding: 2rem 2.5rem;
}

.p-faq__list:nth-child(even) {
	background: #fff;
}

.p-faq__head,
.p-faq__text {
	font-size: 1.125rem;
	letter-spacing: 0.9px;
	line-height: 1;
	padding-left: 1.875rem;
	position: relative;
}

.p-faq__head::before,
.p-faq__text::before {
	color: #9e714d;
	content: "Q";
	font-family: "Poppins", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	height: 1.375rem;
	left: 0;
	letter-spacing: 1.1px;
	line-height: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.0625rem;
}

.p-faq__head {
	font-weight: 700;
	line-height: 1.3;
}

.p-faq__head::before {
	color: #9e714d;
	content: "Q";
}

.p-faq__text {
	line-height: 1.5;
}

.p-faq__text::before {
	color: #cc7700;
	content: "A";
}

/*==================================================================
# 共通
================================================================== */

input[type=text],
input[type=email],
input[type=tel],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #f5f5f5;
	background-image: none;
	border: none;
	border-radius: 0.25rem;
	border-style: none;
	color: inherit;
	font-family: inherit;
	height: 2.875rem;
	line-height: 1;
	margin: 0;
	outline: none;
	padding: 0;
	padding: 0.9375rem 1.25rem;
	width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	border: 2px solid #cc7700;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #A3A3A3;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.56px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #A3A3A3;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.56px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #A3A3A3;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.56px;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: #A3A3A3;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.56px;
}

input::placeholder,
textarea::placeholder {
	color: #A3A3A3;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.56px;
}

.p-form__item:not(:first-child) {
	margin-top: 2rem;
}

.p-form__item dt {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.3;
}

.p-form__item dd {
	font-size: 1rem;
	margin-top: 0.5rem;
}

.p-form__item-inline {
	color: #ec0000;
	display: inline-block;
	font-size: 1.125rem;
	margin-left: 0.3125rem;
	vertical-align: top;
}

.p-form__input--message textarea {
	height: 12.5rem;
}

/* submit */

.p-form__submit {
	height: 4.5rem;
	margin-inline: auto;
	margin-top: 1.5rem;
	max-width: 17.5rem;
	position: relative;
}

.p-form__submit::after {
	-webkit-mask: url(../images/common/mail.svg) no-repeat center center/contain;
	aspect-ratio: 1/1;
	background: #cc7700;
	content: "";
	display: block;
	height: 1.5rem;
	-webkit-mask: url(../images/common/mail.svg) no-repeat center center/contain;
	        mask: url(../images/common/mail.svg) no-repeat center center/contain;
	position: absolute;
	right: 5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	width: 1.5rem;
}

.p-form__confirm-submit {
	height: 4.5rem;
	margin-top: 1.5rem;
	max-width: 17.5rem;
	position: relative;
}

.p-form__confirm-submit::after {
	-webkit-mask: url(../images/common/mail.svg) no-repeat center center/contain;
	aspect-ratio: 1/1;
	background: #cc7700;
	content: "";
	display: block;
	height: 1.5rem;
	-webkit-mask: url(../images/common/mail.svg) no-repeat center center/contain;
	        mask: url(../images/common/mail.svg) no-repeat center center/contain;
	position: absolute;
	right: 4.0625rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	width: 1.5rem;
}

.p-form__confirm-back {
	height: 4.5rem;
	margin-top: 1.5rem;
	max-width: 17.5rem;
	position: relative;
}

.p-form__confirm-back::after {
	-webkit-mask: url(../images/common/back.svg) no-repeat center center/contain;
	aspect-ratio: 1/1;
	background: #cc7700;
	content: "";
	display: block;
	height: 1.5rem;
	left: 2.5rem;
	-webkit-mask: url(../images/common/back.svg) no-repeat center center/contain;
	        mask: url(../images/common/back.svg) no-repeat center center/contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	width: 1.5rem;
}

.p-form__confirm-back input,
.p-form__confirm-submit input,
.p-form__submit input {
	background: #FFEBCF;
	border-radius: 40px;
	-webkit-box-shadow: 0px 4px 0px 0px #DBAF72;
	        box-shadow: 0px 4px 0px 0px #DBAF72;
	color: #cc7700;
	font-size: 1.375rem;
	font-weight: 700;
	height: 100%;
	padding-inline: 5rem;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	white-space: nowrap;
	width: 100%;
}

.p-form__confirm-back input {
	background: #9e714d;
	-webkit-box-shadow: 0px 4px 0px 0px #6E5744;
	        box-shadow: 0px 4px 0px 0px #6E5744;
}

.p-form__confirm-back:after {
	background: #FFEBCF;
	background: url(../images/common/back.svg) center center/contain no-repeat;
}

.p-form__confirm-submit::after {
	right: 3.125rem;
}

.p-form__confirm-btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

/* is-disable */

.p-form__submit.is-disable {
	background-color: #fff;
	color: #334155;
}

.p-form__submit.is-disable::after {
	display: none;
}

.p-form__submit.is-disable::before {
	-webkit-mask: url(../images/common/form-arrow_icon.svg) no-repeat center center/contain;
	background: #334155;
	content: "";
	height: 1rem;
	left: 2.5rem;
	-webkit-mask: url(../images/common/form-arrow_icon.svg) no-repeat center center/contain;
	        mask: url(../images/common/form-arrow_icon.svg) no-repeat center center/contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) scaleX(-1);
	        transform: translateY(-50%) scaleX(-1);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 1rem;
}

.p-form__submit.is-disable input {
	border: 2px solid #334155;
	padding-left: 5.625rem;
}

.p-form__submit.is-disable:hover {
	background-color: #334155;
	color: #fff;
}

.p-form__submit.is-disable:hover::before {
	background-color: #fff;
}

/* is-send */

.p-form__submit.is-send input {
	padding-left: 5rem;
}

.p-form__submit input:hover,
.p-form__submit input:focus {
	outline: none;
}

.p-form__submit input::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.p-form__privacy-policy {
	font-size: 1rem;
	margin-top: 1.5rem;
}

.p-form__privacy-policy a {
	border-bottom: 1px solid #1A73E8;
	color: #1A73E8;
	font-weight: 500;
}

.p-form__label {
	position: relative;
}

.p-form__check {
	margin-top: 1.5rem;
}

.p-form__check input {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}

[type=checkbox] + .p-form__check-box {
	display: inline-block;
	padding-left: 2rem;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
}

[type=checkbox] + .p-form__check-box::before {
	background: #fff;
	border: 1px solid #334155;
	border-radius: 0.25rem;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.25rem;
}

[type=checkbox] + .p-form__check-box:hover {
	cursor: pointer;
}

[type=checkbox]:checked + .p-form__check-box::after {
	border-bottom: 0.25rem solid #171717;
	border-left: 0.25rem solid #171717;
	content: "";
	display: block;
	height: 0.75rem;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
	width: 1.375rem;
}

.p-form__check-box a {
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
}

/* ラジオボタン */

.p-form-radio {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.p-form-radio label {
	display: inline-block;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	line-height: 0.6;
}

.p-form-radio label:not(:first-of-type) {
	margin-top: 0;
}

.p-form-radio input + span {
	cursor: pointer;
	display: block;
	font-size: 1rem;
	line-height: 1;
	padding: 0.5rem 0 0.5rem 1.5625rem;
	position: relative;
}

.p-form-radio input + span::before {
	background: #fff;
	border: 1px solid #D9D9D9;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.9375rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.9375rem;
}

.p-form-radio input + span::after {
	background: #171717;
	border: 1px solid transparent;
	border-radius: 50%;
	content: "";
	height: 0.4375rem;
	left: 0.25rem;
	opacity: 0;
	padding: 0.125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 0.4375rem;
}

.p-form-radio input:checked + span::after {
	opacity: 1;
}

.p-header {
	height: 5rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.p-header__inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-right: 0.75rem;
}

.p-header__logo {
	font-size: 0;
	height: inherit;
}

.p-header__logo-link {
	background: #fff;
	border-radius: 0 0 1.5rem 0;
	display: block;
	padding: 0.75rem 1.5rem;
}

.p-header__logo img {
	height: auto;
	max-width: 12rem;
	width: 100%;
}

.p-header__text {
	border: 0.5px solid #171717;
	border-radius: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.8px;
	line-height: 1;
	padding: 0.5rem 0.75rem 0.5rem;
}

.p-header__tel {
	display: block;
	line-height: 1;
	margin-top: 0.25rem;
}

.p-header__tel img {
	aspect-ratio: 1/1;
	max-width: 2.5rem;
}

.p-header__tel span {
	-moz-column-gap: 0.1875rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 0.1875rem;
	        column-gap: 0.1875rem;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Poppins", sans-serif;
	font-size: 1.875rem;
	font-weight: 600;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-transform: uppercase;
}

.p-header__tel span::before {
	background: url(../images/common/phone_in_talk.svg) no-repeat center center/contain;
	content: "";
	display: inline-block;
	height: 2rem;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 2rem;
}

/* ヘッダー色変更 */

.p-header.change-color {
	background: #fff;
	border-radius: 0 0 1.5rem 1.5rem;
	-webkit-transition: background-color 0.7s ease 0s;
	transition: background-color 0.7s ease 0s;
}

.p-mv {
	background: linear-gradient(to bottom, #d5edbe calc(100% - 100px), #f7f3e9 100px);
	overflow: hidden;
	padding-top: 4.9375rem;
}

.p-mv__inner {
	position: relative;
	z-index: 2;
}

.p-mv__text-img {
	margin-inline: auto;
	max-width: 32.625rem;
	position: relative;
}

.p-mv__text-img::after,
.p-mv__text-img::before {
	aspect-ratio: 322/68;
	background: url(../images/common/mv-cloud.svg) no-repeat center center/contain;
	content: "";
	position: absolute;
	width: 20.125rem;
}

.p-mv__text-img::before {
	left: 2.5rem;
	top: -3.75rem;
}

.p-mv__text-img::after {
	right: -30rem;
	top: 0.625rem;
}

.p-mv__text-img img {
	position: relative;
}

.p-mv__text-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.875rem;
	margin-top: 0.625rem;
	position: relative;
}

.p-mv__text-wrapper::before {
	aspect-ratio: 322/68;
	background: url(../images/common/mv-cloud.svg) no-repeat center center/contain;
	content: "";
	left: -11.375rem;
	position: absolute;
	top: -7.6875rem;
	width: 20.125rem;
}

.p-mv__text {
	background: #fff;
	font-size: 2.8125rem;
	font-weight: 900;
	letter-spacing: 2.25px;
	line-height: 1;
	padding: 0.75rem 1.5rem;
	white-space: nowrap;
}

.p-mv__text--left {
	padding-left: 8.75rem;
	position: relative;
	z-index: 1;
}

.p-mv__text--left::before,
.p-mv__text--left::after {
	aspect-ratio: 1/1;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.p-mv__text--left::before {
	background: url(../images/common/mv_label.svg) no-repeat center center/contain;
	left: -0.8125rem;
	width: 9.5625rem;
	z-index: 5;
}

.p-mv__text--left::after {
	background: url(../images/common/plus.svg) no-repeat center center/contain;
	right: -1.5625rem;
	width: 2.25rem;
}

.p-mv__main-text {
	margin-inline: auto;
	margin-top: 2.1875rem;
	max-width: 62.9375rem;
	position: relative;
}

.p-mv__main-text::before {
	aspect-ratio: 80/99;
	background: url(../images/common/mv-tree01.png) no-repeat center center/contain;
	content: "";
	left: -9.6875rem;
	position: absolute;
	top: -2.1875rem;
	width: 5rem;
}

.p-mv__main-text::after {
	aspect-ratio: 100/125;
	background: url(../images/common/mv-tree02.png) no-repeat center center/contain;
	content: "";
	position: absolute;
	right: -12.0625rem;
	top: -3.125rem;
	width: 6.25rem;
}

.p-mv__main-text picture {
	display: block;
}

.p-mv__main-text img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-mv__deco-text {
	margin-inline: auto;
	margin-top: 1.25rem;
	max-width: 37.75rem;
}

.p-mv__item {
	display: block;
	margin-inline: auto;
	margin-top: 0.625rem;
	max-width: 67.5rem;
	position: relative;
}

.p-mv__item::after {
	aspect-ratio: 100/170;
	background: url(../images/common/mv-object02.png) no-repeat center center/contain;
	bottom: 3.125rem;
	content: "";
	position: absolute;
	right: -5.9375rem;
	width: 6.25rem;
}

.p-mv__btn-wrapper {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 1.375rem;
}

.p-mv__bg {
	background: url(../images/common/mv-bg.svg) top center/cover no-repeat;
	margin-top: -26.5625rem;
	min-height: 30.3125rem;
	width: 100%;
}

.p-mv__bg-img {
	display: block;
	margin-inline: auto;
	max-width: 90rem;
	min-height: 30.3125rem;
	position: relative;
}

.p-mv__bg-bottom {
	height: 5.8125rem;
	margin-top: -3.4375rem;
	margin-top: -1.625rem;
	width: 100%;
}

.p-mv__bg-bottom {
	margin-inline: auto;
	max-width: 90rem;
	position: relative;
}

.p-mv__bg-bottom::before {
	aspect-ratio: 180/155;
	background: url(../images/common/mv-object01.png) no-repeat center center/contain;
	bottom: 2.5rem;
	content: "";
	left: 1.875rem;
	position: absolute;
	width: 11.25rem;
	z-index: 3;
}

.p-mv__bg-bottom::after {
	aspect-ratio: 150/139;
	background: url(../images/common/mv-object03.png) no-repeat center center/contain;
	bottom: 1.5625rem;
	content: "";
	position: absolute;
	right: 5.8125rem;
	width: 9.375rem;
	z-index: 3;
}

.p-point {
	overflow: hidden;
	padding-block: 5.8125rem 5rem;
}

.p-point__inner {
	position: relative;
	z-index: 3;
}

.p-point__inner::after,
.p-point__inner::before {
	content: "";
	position: absolute;
}

.p-point__inner::after {
	aspect-ratio: 193/146;
	background: url(../images/point/point_tree.png) no-repeat top center/contain;
	bottom: -5rem;
	left: -2.625rem;
	width: 12.0625rem;
}

.p-point__inner::before {
	aspect-ratio: 265/53;
	background: url(../images/common/mv-cloud.svg) no-repeat center center/contain;
	right: -13.25rem;
	top: 55%;
	width: 16.5625rem;
}

.p-point__heading {
	position: relative;
}

.p-point__heading::after,
.p-point__heading::before {
	aspect-ratio: 265/53;
	background: url(../images/common/mv-cloud.svg) no-repeat center center/contain;
	content: "";
	position: absolute;
	width: 16.5625rem;
}

.p-point__heading::before {
	left: -7.375rem;
	top: 5.9375rem;
}

.p-point__heading::after {
	right: -6.125rem;
	top: -0.9375rem;
}

.p-point__items {
	grid-gap: 2.5rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-inline: auto;
	margin-top: 4rem;
	max-width: 50rem;
}

.p-reason {
	background: #b9e092;
	border-radius: 80px 80px 0 0;
	margin-top: -4.5rem;
	overflow: hidden;
	padding-block: 5rem 4.5rem;
	position: relative;
}

.p-reason__inner {
	position: relative;
}

.p-reason__inner::after {
	aspect-ratio: 240/193;
	background: url(../images/reason/reason-deco.webp) no-repeat center center/contain;
	content: "";
	left: 5.0625rem;
	position: absolute;
	top: -0.625rem;
	width: 15rem;
}

.p-reason__deco {
	margin-inline: auto;
	margin-top: 1.625rem;
	max-width: 10.625rem;
	width: 44.776119403%;
}

.p-reason__heading {
	text-align: center;
}

.p-reason__items {
	grid-gap: 4.6875rem;
	display: -ms-grid;
	display: grid;
	gap: 4.6875rem;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	margin-top: 4rem;
}

.p-reason__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-reason__img {
	border-radius: 1.5rem;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	margin-top: 2.5rem;
	max-width: 25rem;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.p-reason__img img {
	-o-object-fit: contain;
	aspect-ratio: 400/267;
	border-radius: 1.5rem;
	height: auto;
	object-fit: contain;
}

.p-reason__content {
	max-width: 45rem;
	padding-left: 2.5rem;
}

.p-reason__item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.p-reason__item:nth-child(even) .p-reason__content {
	padding-inline: 0rem 2.5rem;
}

.p-reason__head {
	background: #d5edbe;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 1.4px;
	padding: 2.5rem 0 1.375rem 0;
	position: relative;
	z-index: 3;
}

.p-reason__head::before,
.p-reason__head::after {
	background: #d5edbe;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
}

.p-reason__head::before {
	right: 0;
	width: 100vw;
	z-index: -1;
}

.p-reason__head::after {
	border-radius: 0px 90px 90px 0px;
	right: -5rem;
	width: 5rem;
}

.p-reason__head-sub {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.p-reason__head-small {
	font-size: 1.25rem;
	letter-spacing: 1px;
}

.p-reason__head-small span {
	font-family: "Poppins", sans-serif;
}

.p-reason__item:nth-child(even) .p-reason__head {
	padding: 2.5rem 0 1.875rem 0;
}

.p-reason__item:nth-child(even) .p-reason__head::before {
	left: 0;
	width: 100vw;
	z-index: -1;
}

.p-reason__item:nth-child(even) .p-reason__head::after {
	border-radius: 90px 0 0 90px;
	left: -5rem;
	width: 5rem;
}

.p-reason__text {
	font-size: 1.125rem;
	margin-top: 1.125rem;
}

.p-reason__item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.p-reason__contact-text {
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	margin-top: 6.5rem;
	padding-bottom: 1.25rem;
	text-align: center;
}

.p-reason__contact-text span {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.p-simulation {
	background: linear-gradient(to bottom, #d5edbe 20px, #b9e092 0);
	padding-block: 5rem 5rem;
}

.p-simulation__inner {
	position: relative;
	z-index: 3;
}

.p-simulation__img-wrapper {
	margin-top: 4rem;
}

/* スクロールが必要な画像のスタイル */

.p-simulation__img {
	display: block;
	margin-inline: auto;
	max-width: 70rem;
}

.scroll__inner::-webkit-scrollbar {
	display: none; /* Chrome, Safari 対応 */
}

.simplebar-track.simplebar-horizontal {
	background: #fff;
	border-radius: 0.625rem;
	height: 0.5rem;
	margin: 0 auto;
	width: 95%;
}

.simplebar-scrollbar {
	border-radius: 0.625rem;
	height: 0.5rem;
	top: 0;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	background: #737373;
	height: 11px;
	left: 0;
	opacity: 1;
	top: 0;
}

.p-step {
	background: linear-gradient(to bottom, #b9e092 50px, #d5edbe 0);
	padding-block: 5.4375rem 5rem;
}

.p-step__inner {
	background: #d5edbe;
	position: relative;
	z-index: 3;
}

.p-step__img {
	display: block;
	margin-inline: auto;
	margin-top: 2.75rem;
	max-width: 70rem;
}

.p-step__img img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
}

.p-thanks {
	padding-bottom: 6.25rem;
	padding-top: 12.5rem;
}

.p-thanks__inner {
	margin-inline: auto;
	max-width: 53.125rem;
	padding-inline: 2rem;
}

.p-thanks__lead--big {
	font-size: 1.5rem;
}

.p-thanks__lead--small {
	margin-top: 2.5rem;
}

.p-thanks__back {
	margin-inline: auto;
	margin-top: 3.75rem;
	text-align: center;
}

.p-thanks__text {
	font-size: 1.125rem;
	letter-spacing: 0.9px;
}

.p-voice {
	padding-block: 5.4375rem 4.5rem;
}

.p-voice__inner {
	position: relative;
	z-index: 3;
}

.p-voice__slide-wrapper {
	margin-inline: auto;
	margin-top: 4.5625rem;
	max-width: 90rem;
}

.p-voice__item {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	background: #fff;
	border-radius: 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-inline: auto;
	max-width: 47.5rem;
	padding: 2.5rem;
}

.p-voice__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}

.p-voice__info {
	font-weight: 700;
	max-width: 22rem;
}

.p-voice__store-name {
	font-size: 1.5rem;
	letter-spacing: 1.2px;
	line-height: 1;
}

.p-voice__person {
	font-size: 1.125rem;
	margin-top: 0.5rem;
}

.p-voice__label-items {
	grid-gap: 0.5rem;
	display: -ms-grid;
	display: grid;
	font-size: 1rem;
	gap: 0.5rem;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	margin-top: 0.5rem;
}

.p-voice__label-item {
	background: #f5f5f5;
	border-radius: 4px;
	max-width: -moz-fit-content;
	max-width: -webkit-fit-content;
	max-width: fit-content;
	padding: 0.25rem 1rem;
}

.p-voice__img {
	border-radius: 16px;
	max-width: 18rem;
	overflow: hidden;
}

.p-voice__img img {
	-o-object-fit: cover;
	aspect-ratio: 288/192;
	height: auto;
	object-fit: cover;
}

.p-voice__details-lists {
	grid-gap: 1.5rem;
	display: -ms-grid;
	display: grid;
	gap: 1.5rem;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	margin-top: 2.5rem;
}

.p-voice__subtitle {
	border-bottom: 2px dashed #73994d;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.9px;
	padding-bottom: 0.5rem;
	padding-left: 1.625rem;
	position: relative;
}

.p-voice__subtitle::before {
	aspect-ratio: 1/1;
	background: #b9e092;
	border-radius: 50%;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1rem;
}

.p-voice__text {
	font-size: 1rem;
	margin-top: 1rem;
}

.p-voice__track {
	padding-bottom: 2.25rem;
}

.p-voice__pagination {
	bottom: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 100; /* デフォルトの下マージン */
}

.p-voice__pagination:hover {
	cursor: pointer;
	opacity: 0.9;
}

.p-voice__page {
	background: #D4D4D4;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 0.75rem;
	margin: 0 0.5rem;
	opacity: 0.33;
	padding: 0;
	position: relative;
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	width: 0.75rem;
	z-index: 100;
}

.p-voice__page.is-active {
	background: #73994d;
	opacity: 1;
	z-index: 1;
}

.p-voice__pagination:hover {
	cursor: pointer;
	opacity: 0.9;
}

.p-voice__prev {
	display: none;
}

.p-voice__next {
	display: none;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transform: translateY(calc(-50% + 2rem));
	        transform: translateY(calc(-50% + 2rem));
	z-index: 10;
}

.p-voice__next img {
	aspect-ratio: 1/1;
	width: 2rem;
}

.p-why {
	background: #b9e092;
	overflow: hidden;
	padding-block: 5.5rem 5rem;
}

.p-why__inner {
	position: relative;
}

.p-why__inner::after {
	aspect-ratio: 300/157;
	background: url(../images/why/why_deco01.png) no-repeat center center/contain;
	content: "";
	position: absolute;
	right: -0.9375rem;
	top: -4.375rem;
	width: 18.75rem;
}

.p-why__body {
	margin-top: 4rem;
}

.p-why__items {
	grid-gap: 2.5rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.p-why__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem;
}

.p-why__content {
	max-width: 35rem;
}

.p-why__head {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 1.2px;
}

.p-why__text {
	font-size: 1.125rem;
	margin-top: 1.125rem;
}

.p-why__img {
	max-width: 32.5rem;
}

.p-why__item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.p-worries {
	background: #f7f3e9;
	overflow: hidden;
	padding-top: 5.125rem;
}

.p-worries__items {
	grid-gap: 5rem;
	display: -ms-grid;
	display: grid;
	gap: 5rem;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	padding-block: 4rem 3.5625rem;
	position: relative;
}

.p-worries__items::after {
	aspect-ratio: 300/169;
	background: url(../images/worries/worries_deco.webp) no-repeat center center/contain;
	content: "";
	position: absolute;
	right: -4.1875rem;
	top: -3.125rem;
	width: 18.75rem;
}

.p-worries__item03 {
	margin-top: -3.125rem;
}

.p-worries__item05 {
	position: relative;
}

.p-worries__item05::after {
	aspect-ratio: 180/161;
	background: url(../images/worries/worries_deco02.webp) no-repeat center center/contain;
	bottom: -0.9375rem;
	content: "";
	position: absolute;
	right: -3.3125rem;
	width: 11.25rem;
}

.p-worries__item img {
	margin-inline: auto;
	max-width: 70rem;
}

.p-worries__support-img {
	margin-inline: auto;
	max-width: 67.875rem;
}

.p-worries__support-tap {
	display: none;
}

.p-worries__support-box--top {
	border-radius: 26px 26px 0 0;
	font-weight: 700;
	padding: 0.75rem 1rem 0;
}

.p-worries__support-box--bottom {
	border-radius: 0 0 26px 26px;
	font-weight: 500;
	padding: 0.3125rem 1rem 0.75rem;
}

.p-worries__support-box {
	display: none;
}

/* スクロールが必要な画像のスタイル */

.p-worries__support-img-tap {
	display: block;
}

.u-mobile {
	display: none;
}

.u-sm {
	display: none;
}

@media (hover: hover) {

.c-btn:hover {
	-webkit-transform: translateY(3px);
	        transform: translateY(3px);
}

.c-btn--download:hover {
	background: #6E5744;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.c-btn--top:hover,
.c-btn--mail:hover {
	background: #F4D1A1;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.c-cta__list--pc:hover {
	background: #E9E9E9;
}

.c-cta__list--mail:hover {
	background: #A66100;
}

.scroll-top:hover {
	background-color: #9e714d;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-box-shadow: initial;
	        box-shadow: initial;
	color: #fff;
}

.scroll-top:hover .scroll-top__arrow {
	border-right: 4px solid #fff;
	border-top: 4px solid #fff;
}

.p-form__submit input:hover {
	background: #F4D1A1;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transform: translateY(3px);
	        transform: translateY(3px);
}

.p-form__submit:hover::after {
	-webkit-transform: translateY(calc(-50% + 3px));
	        transform: translateY(calc(-50% + 3px));
}

.p-form__confirm-back:hover {
	background: #6E5744;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transform: translateY(3px);
	        transform: translateY(3px);
}

.p-form__confirm-submit:hover {
	background: #F4D1A1;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transform: translateY(3px);
	        transform: translateY(3px);
}

}

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

.p-mv__text {
	font-size: 2.5rem;
}

.p-mv__main-text::before {
	left: -8.125rem;
}

.p-mv__main-text::after {
	right: -10rem;
}

.u-wide {
	display: none;
}

}

@media (max-width: 1300px) {

.p-mv__item::after {
	bottom: 4.25rem;
	right: -4.0625rem;
	width: 5.625rem;
}

.p-mv__bg-bottom::before {
	left: 0.625rem;
	width: 10rem;
}

.p-mv__bg-bottom::after {
	right: 3.125rem;
	width: 8.75rem;
}

.p-reason__items {
	padding-inline: 4.0625rem;
}

.p-worries__items::after {
	right: -1.875rem;
	top: -2.5rem;
	width: 16.25rem;
}

}

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

html {
	font-size: 1.3223140496vw;
}

.p-cta__body {
	padding-inline: 3.125rem;
}

.p-mv__bg-bottom::after {
	right: 0.625rem;
}

.p-reason__items {
	padding-inline: 5rem;
}

}

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

.p-reason {
	margin-top: -5rem;
}

.u-pc {
	display: none;
}

}

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

html {
	font-size: 16px;
}

a {
	opacity: 1;
	opacity: initial;
}

.l-inner {
	max-width: 37.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.inner {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.inner--1300 {
	padding-left: 1.5rem;
	padding-right: 0.3125rem;
}

.inner--1200 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.l-section {
	padding-block: 4rem;
}

.accordion__title {
	padding: 1rem;
	padding-right: 2.5rem;
}

.accordion__content-inner {
	padding-left: 1rem;
}

.accordion__mark,
.accordion__content-inner span {
	height: 2.25rem;
	width: 2.25rem;
}

.accordion__text,
.accordion__content-inner p {
	margin-left: 1rem;
}

.accordion--type2 .accordion__icon::before,
.accordion--type2 .accordion__icon::after {
	right: 0.625rem;
}

.c-bg-wave--mv {
	margin-top: -3.4375rem;
}

.c-bg-wave--mv::before {
	background: url(../images/common/bg-wave-sp.svg) no-repeat bottom center/cover;
	height: 4.0625rem;
}

.c-bg-wave--beide::before {
	background: url(../images/common/bg-wave_beige-sp.svg) no-repeat top center/cover;
	height: 3.125rem;
}

.c-bg-wave--green::before {
	background: url(../images/common/bg-wave-green-sp.svg) no-repeat top center/cover;
	height: 3.125rem;
}

.c-bg-wave--green02::before {
	background: url(../images/common/bg-wave--green02-sp.svg) no-repeat top center/cover;
	height: 3.125rem;
}

.c-btn {
	font-size: 1rem;
	padding: 1rem 1.3125rem;
}

.c-cta-wrapper {
	bottom: 0;
	right: 0;
	width: 100%;
}

.c-cta {
	border-radius: 1rem 1rem 0 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 0.8125rem;
	line-height: 1.3;
	width: 100%;
}

.c-cta__link {
	gap: 0.25rem;
	padding-block: 0.25rem;
}

.c-cta__img {
	width: 2.25rem;
}

.c-cta__img img {
	max-width: 0.9375rem;
}

.c-cta__tel {
	display: none;
}

.c-heading__en {
	font-size: 0.875rem;
}

.c-heading__ja {
	font-size: 1.375rem;
	margin-top: 1rem;
}

.c-heading__ja--small {
	font-size: 1.375rem;
	margin-top: 1rem;
}

.c-heading__ja-contact {
	font-size: 1rem;
}

.scroll-top {
	border-radius: 1.5rem;
	display: none;
	height: 3.75rem;
	max-width: 100%;
	padding: 0.875rem 1rem;
	width: 3.75rem;
}

.scroll-top__arrow {
	border-right: 3px solid #9e714d;
	border-top: 3px solid #9e714d;
	height: 1rem;
	width: 1rem;
}

.scroll-top__text {
	font-size: 0.75rem;
	letter-spacing: 0.563px;
}

.p-about {
	background: url(../images/about/about-bg-sp.png) top center/cover no-repeat;
	border-radius: 64px 64px 0 0;
	padding-bottom: 8.9375rem;
}

.p-about__bg01 {
	background: none;
	padding-bottom: 17.875rem;
	padding-bottom: 0;
	padding-top: 4rem;
}

.about__top-box {
	padding: 2rem 1.25rem;
}

.p-about__top-text {
	font-size: 1rem;
}

.p-about__top-name {
	font-size: 1.5rem;
}

.p-about__middle-inner {
	margin-top: 2.5rem;
}

.p-about__bg02 {
	background: none;
	margin-top: 2rem;
	padding-bottom: 0;
	padding-top: 0;
}

.p-about__bottom-items {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.p-about__bottom-item {
	border-radius: 64px;
	padding: 1.5rem;
	padding-bottom: 2.5rem;
}

.p-about__bottom-head {
	letter-spacing: 0.75px;
}

.p-about__bottom-point {
	font-size: 0.9375rem;
}

.p-about__bottom-number {
	font-size: 1.25rem;
	letter-spacing: 1px;
}

.p-about__bottom-text {
	font-size: 1rem;
}

.p-contact {
	padding-block: 4rem;
}

.p-contact__img-wrapper {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 2rem;
	padding-inline: 0;
}

.p-contact__img01 {
	max-width: 7.4375rem;
}

.p-contact__box {
	margin-top: 2rem;
}

.p-contact__form {
	padding: 2.5rem 1.25rem;
}

.p-cta::after {
	background: url(../images/common/bg-wave02-sp.svg) no-repeat top center/cover;
}

.p-cta {
	margin-top: 4rem;
}

.p-cta__body {
	padding-inline: 1.375rem;
}

.p-cta__box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.25rem;
}

.p-cta__content {
	max-width: 100%;
	padding-right: 0;
}

.p-cta__head {
	font-size: 1.875rem;
	line-height: 1.6;
	text-align: center;
}

.p-cta__message {
	font-size: 1rem;
	text-align: center;
}

.p-cta__btn-wrapper {
	margin-inline: auto;
}

.p-faq {
	padding-block: 4.6875rem;
}

.p-faq__lists {
	margin-top: 2rem;
}

.p-faq__list {
	padding-inline: 1.125rem;
}

.p-faq__text {
	font-size: 1rem;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	padding: 0.5rem 0.5rem;
}

.p-form__submit {
	margin-top: 1.5rem;
	max-width: 19.375rem;
}

.p-form__confirm-submit {
	margin-inline: auto;
	margin-top: 1.5rem;
	max-width: 19.375rem;
}

.p-form__confirm-submit::after {
	right: 4.375rem;
}

.p-form__confirm-back {
	margin-inline: auto;
	margin-top: 1.5rem;
	max-width: 19.375rem;
}

.p-form__confirm-back::after {
	left: 2.8125rem;
}

.p-form__confirm-back input,
.p-form__confirm-submit input,
.p-form__submit input {
	padding-inline: 5.9375rem;
}

.p-form__confirm-btns {
	display: block;
}

.p-form__submit.is-disable:hover {
	background-color: #fff;
	color: #334155;
}

.p-form__submit.is-disable:hover::before {
	background-color: #334155;
}

.p-form-radio label {
	display: block;
}

.p-header {
	height: 4rem;
}

.p-header__inner {
	padding-left: 0;
}

.p-header__logo-link {
	padding: 0.8125rem 0.75rem;
}

.p-header__logo img {
	max-width: 8.75rem;
}

.p-header__link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
}

.p-header__text {
	border: none;
	font-size: 0.8125rem;
	letter-spacing: 0.65px;
	line-height: 1.3;
	text-align: center;
}

.p-header__tel {
	margin-top: 0;
}

.p-mv {
	padding-top: 6.5rem;
}

.p-mv__text-img::after,
.p-mv__text-img::before {
	width: 10.6875rem;
}

.p-mv__text-img::before {
	display: none;
}

.p-mv__text-img::after {
	right: -8.75rem;
	top: 4.375rem;
}

.p-mv__text-img {
	max-width: 14.625rem;
}

.p-mv__text-wrapper::before {
	left: -7.1875rem;
	top: -8.3125rem;
	width: 10.6875rem;
}

.p-mv__text-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.75rem;
	margin-top: 1.75rem;
}

.p-mv__text {
	font-size: 1.5rem;
	letter-spacing: 1.2px;
	margin-inline: auto;
	max-width: 17.0625rem;
	padding: 0.625rem 1.4375rem;
	text-align: center;
}

.p-mv__text--left {
	margin-inline: 0;
	margin-inline: auto;
	max-width: 18.8125rem;
	padding: 0.625rem 1.4375rem;
}

.p-mv__text--left::before {
	left: -2.25rem;
	top: -1.875rem;
	width: 5.5rem;
}

.p-mv__text--left::after {
	bottom: -1.25rem;
	right: 50%;
	top: auto;
	-webkit-transform: translateX(calc(-50% + 25px));
	        transform: translateX(calc(-50% + 25px));
	width: 1.5625rem;
}

.p-mv__main-text::before {
	left: -3.4375rem;
	width: 2.5rem;
}

.p-mv__main-text::after {
	right: -4.375rem;
	top: -3.75rem;
	width: 3.75rem;
}

.p-mv__main-text {
	margin-top: 1.125rem;
	max-width: 18.3125rem;
}

.p-mv__deco-text {
	margin-top: 1.4375rem;
	max-width: 21.875rem;
}

.p-mv__item::after {
	display: none;
}

.p-mv__item {
	margin-top: 0.375rem;
	max-width: 21.6875rem;
}

.p-mv__btn-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 0.25rem;
}

.p-mv__bg {
	background: url(../images/common/mv-bg-sp.svg) top center/cover no-repeat;
	margin-top: -25rem;
	min-height: 30.125rem;
	padding-bottom: 2.5rem;
	padding-bottom: 3.3125rem;
}

.p-mv__bg-bottom {
	height: 4.0625rem;
	margin-top: 0;
	position: relative;
}

.p-mv__bg-bottom::after {
	aspect-ratio: 293/116;
	background: url(../images/common/mv-object-sp.png) no-repeat center center/contain;
	bottom: 0.4375rem;
	content: "";
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 18.3125rem;
}

.p-mv__bg-bottom::before {
	aspect-ratio: 293/116;
	background: url(../images/common/mv-object-sp.png) no-repeat center center/contain;
	bottom: -3.25rem;
	bottom: 0.625rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 18.3125rem;
}

.p-mv__bg-bottom::after {
	display: none;
}

.p-point {
	padding-block: 4.5625rem 4rem;
}

.p-point__inner::after {
	bottom: -4rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 6.9375rem;
}

.p-point__inner::before {
	display: none;
}

.p-point__heading::before {
	left: -0.9375rem;
	top: -1.375rem;
	width: 7.375rem;
}

.p-point__heading::after {
	right: -2.375rem;
	top: -3.625rem;
	width: 11.125rem;
}

.p-point__items {
	gap: 0.75rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2rem;
}

.p-reason {
	padding-block: 4.125rem;
}

.p-reason__inner::after {
	display: none;
}

.p-reason__items {
	gap: 2.5rem;
	margin-top: 1.9375rem;
	padding-inline: 0;
}

.p-reason__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
}

.p-reason__item::after {
	background: #d5edbe;
	border-radius: 0px 90px 90px 0px;
	content: "";
	height: 10rem;
	position: absolute;
	right: -1.25rem;
	top: 0;
	width: 100vw;
}

.p-reason__img {
	border-radius: 2.125rem;
	margin-inline: auto;
	max-width: 100%;
}

.p-reason__img img {
	border-radius: 2.125rem;
}

.p-reason__content {
	max-width: 100%;
	padding-left: 0;
}

.p-reason__item:nth-child(even) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
}

.p-reason__item:nth-child(even)::after {
	border-radius: 90px 0 0 90px;
	content: "";
	left: -1.25rem;
}

.p-reason__item:nth-child(even) .p-reason__content {
	padding: 0;
}

.p-reason__head {
	background: transparent;
	font-size: 1.125rem;
	letter-spacing: 0.9px;
	margin-top: 2.0625rem;
	padding: 0;
}

.p-reason__head::before,
.p-reason__head::after {
	display: none;
}

.p-reason__item:nth-child(even) .p-reason__head {
	padding: 0;
}

.p-reason__text {
	font-size: 1rem;
	letter-spacing: 0;
	margin-top: 2.5625rem;
}

.p-reason__item:nth-child(even) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-reason__contact-text {
	font-size: 1rem;
	margin-top: 4.5rem;
}

.p-simulation {
	padding-block: 4rem;
}

.p-simulation__inner.l-inner {
	max-width: 100%;
	padding-right: 0;
}

.p-simulation__img-wrapper {
	-ms-overflow-style: none; /* IE, Edge 対応 */
	margin-top: 2rem;
	overflow-x: auto;
	padding-bottom: 2.375rem;
	scrollbar-width: none; /* Firefox 対応 */
}

.p-simulation__img {
	max-width: none;
	width: 48rem;
}

.p-step {
	padding-block: 4.25rem 4rem;
}

.p-step__img {
	margin-top: 0.875rem;
	max-width: 35rem;
}

.p-thanks {
	padding-bottom: 3.75rem;
	padding-top: 7.5rem;
}

.p-thanks__lead--big {
	font-size: 1.25rem;
}

.p-voice {
	padding-block: 4rem 4rem;
}

.p-voice__slide-wrapper {
	margin-inline: 1.25rem;
	margin-top: 2rem;
}

.p-voice__item {
	padding: 2.5rem 1.25rem;
}

.p-voice__box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.p-voice__info {
	max-width: 100%;
}

.p-voice__store-name {
	font-size: 1.125rem;
	letter-spacing: 0.9px;
}

.p-voice__person {
	font-size: 1rem;
}

.p-voice__img {
	margin-top: 2.5rem;
	max-width: 100%;
	max-width: 100%;
}

.p-voice__img img {
	aspect-ratio: 310/192;
}

.p-voice__next {
	display: block;
}

.p-why {
	padding-block: 4.125rem;
}

.p-why__inner::after {
	left: 50%;
	max-width: 11.875rem;
	top: 5.8125rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 10.125rem;
	width: 41.5384615385%;
}

.p-why__body {
	margin-top: 9.25rem;
}

.p-why__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-why__head {
	font-size: 1.125rem;
	letter-spacing: 0.9px;
}

.p-why__text {
	font-size: 1rem;
	letter-spacing: 0;
	margin-top: 1.25rem;
}

.p-why__item:nth-child(even) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-worries {
	padding-top: 4.1875rem;
}

.p-worries__items {
	gap: 2.5rem;
	padding-block: 8.9375rem 0.9375rem;
}

.p-worries__items::after {
	left: 50%;
	max-width: 10.375rem;
	top: 2rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 42.3880597015%;
}

.p-worries__item03 {
	margin-top: -2rem;
}

.p-worries__item05::after {
	display: none;
}

.p-worries__support-tap {
	-ms-overflow-style: none; /* IE, Edge 対応 */
	background: #fff;
	display: block;
	overflow-x: auto;
	scrollbar-width: none;
}

.p-worries__support-box {
	background: #fff;
	display: block;
	font-size: 1rem;
	line-height: 1.6;
	text-align: center;
}

.p-worries__support-img-tap {
	width: 43.4375rem;
}

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

}

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

.c-heading__ja--small {
	font-size: 1.125rem;
}

.p-cta__head {
	font-size: 1.375rem;
}

.u-tab {
	display: none;
}

.u-sm {
	display: block;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes fadeUpAnime {

from {
	opacity: 0;
	-webkit-transform: translateY(100px);
	        transform: translateY(100px);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

@keyframes fadeUpAnime {

from {
	opacity: 0;
	-webkit-transform: translateY(100px);
	        transform: translateY(100px);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

@-webkit-keyframes splide-loading {

0% {
	-webkit-transform: rotate(0);
	        transform: rotate(0);
}

to {
	-webkit-transform: rotate(1turn);
	        transform: rotate(1turn);
}

}

@keyframes splide-loading {

0% {
	-webkit-transform: rotate(0);
	        transform: rotate(0);
}

to {
	-webkit-transform: rotate(1turn);
	        transform: rotate(1turn);
}

}

