/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

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

html {
	-ms-overflow-style: scrollbar;
	overflow: auto;
}

body {
	color: #F8F4F4;
	font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-size: 16px;
	font-weight: 400;
	height: 100%;
	letter-spacing: -0.05em;
	line-height: 1.5;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

section {
	position: relative;
	width: 100%;
}

a,
button {
	color: inherit;
	text-decoration: none;
}

picture {
	display: block;
	line-height: 0;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: transparent;
	border: none;
	border: none;
	box-sizing: border-box;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

input[type=radio],
input[type=checkbox] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

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

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

[type=search] {
	border-offset: -2px;
	-webkit-appearance: none;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

output {
	display: inline-block;
}

/* -------------------------------------------*/

/*underline*/

/*arrow-fade*/

/* fade */

.js-fade__view {
	display: block;
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: 800ms;
	transition: 800ms;
}

.js-fade__view--delay1 {
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}

.js-fade__view--delay2 {
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}

.is-fade__view.js-fade__view {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.js-fade__down {
	opacity: 0;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: 800ms;
	transition: 800ms;
}

.js-fade__down--delay1 {
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}

.js-fade__down--delay2 {
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}

.is-fade__down.js-fade__down {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* -------------------------------------------*/

/**
 *
 *
 */

.l-form {
	background-color: #937661;
	padding: 200px 0;
	padding: 20rem 0;
}

.l-form__inner {
	margin: 0 auto;
	max-width: 1420px;
	width: 90%;
}

.l-form__text {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.875;
	margin-top: 60px;
	margin-top: 6rem;
	text-align: center;
}

.l-form__text span {
	display: inline-block;
}

.l-form__wrap {
	margin: 60px auto 0;
	margin: 6rem auto 0;
	max-width: 766px;
}

.l-form__dl {
	gap: 35px;
	gap: 3.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-form__box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-form__box.textarea {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.l-form__box dt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 24px;
	font-size: 2.4rem;
}

.l-form__box dd {
	font-size: 24px;
	font-size: 2.4rem;
	width: 60.836%;
}

.l-form__box dd.radio {
	font-size: 28px;
	font-size: 2.8rem;
}

.l-form__btn-wrap {
	margin: 60px auto 0;
	margin: 6rem auto 0;
	position: relative;
	width: 400px;
}

.l-form__btn-wrap .arrow {
	aspect-ratio: 1/1;
	background-color: #937661;
	border-radius: 50%;
	-webkit-box-shadow: 0px 1px 4px rgb(69, 69, 69);
	box-shadow: 0px 1px 4px rgb(69, 69, 69);
	display: block;
	position: relative;
	position: absolute;
	right: 138px;
	right: 13.8rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	width: 2rem;
}

.l-form__btn-wrap .arrow::before {
	aspect-ratio: 1/1;
	-webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
	background-color: #fff;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	content: "";
	display: block;
	left: 54%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 40%;
}

.l-form .submit {
	background-color: #fff;
	border: 3px solid #D9C4B8;
	border-radius: 5rem;
	color: #5C3E2A;
	cursor: pointer;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 9.5px 0;
	padding: 0.95rem 0;
	padding-right: 40px;
	padding-right: 4rem;
	width: 100%;
}

.wpcf7-spinner {
	display: none;
}

.l-form__recaptcha {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin-top: 20px;
	margin-top: 2rem;
	text-align: center;
}

.l-form__recaptcha a {
	text-decoration: underline;
}

.grecaptcha-badge {
	visibility: hidden;
}

/* layout
-------------------------------------------------------*/

/**
 * input
 *
 */

input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
	background-color: #fff;
	border: 3px solid #D9C4B8;
	border-radius: 14px;
	padding: 9px 18px;
	position: relative;
	width: 100%;
}

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

/**
 * textarea
 *
 */

textarea {
	background-color: #fff;
	border: 3px solid #D9C4B8;
	border-radius: 14px;
	height: 180px;
	padding: 15px 18px;
	position: relative;
	width: 100%;
}

input[type=text]:disabled {
	background: transparent;
	cursor: not-allowed;
}

input[type=text]:disabled::-moz-placeholder {
	color: #5C3E2A;
	opacity: 1;
}

input[type=text]:disabled::-webkit-input-placeholder {
	color: #5C3E2A;
	opacity: 1;
}

input[type=text]:disabled::-ms-input-placeholder {
	color: #5C3E2A;
	opacity: 1;
}

input[type=text]:disabled::placeholder {
	color: #5C3E2A;
	opacity: 1;
}

/**
 * radio
 *
 */

input[type=radio] {
	display: none;
	vertical-align: middle;
}

.wpcf7-list-item.first {
	margin-left: 0;
}

input[type=radio] + .wpcf7-list-item-label {
	cursor: pointer;
	display: inline-block;
	margin: 0 20px 10px 0;
	padding: 10px 10px 10px 40px;
	position: relative;
	-webkit-transition: 0.5;
	transition: 0.5;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
}

input[type=radio] + .wpcf7-list-item-label::before {
	background-color: #fff;
	border: 1px solid #D9C4B8;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	height: 25px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	width: 25px;
	z-index: 2;
}

input[type=radio] + .wpcf7-list-item-label::after {
	background-color: #5C3E2A;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 13px;
	left: 6px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 13px;
	z-index: 5;
}

input[type=radio]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

/**
 * checkbox
 *
 */

input[type=checkbox] {
	display: none;
	vertical-align: middle;
}

input[type=checkbox] + label {
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	padding: 0 0 0 35px;
	position: relative;
	-webkit-transition: 0.5;
	transition: 0.5;
	-webkit-transition-property: color;
	transition-property: color;
}

input[type=checkbox] + label::before {
	background: #fff;
	border: 2px #818181 solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	z-index: 2;
}

input[type=checkbox] + label::after {
	border-bottom: 3px solid #5C3E2A;
	border-left: 3px solid #5C3E2A;
	content: "";
	display: block;
	height: 5px;
	left: 3px;
	opacity: 0;
	position: absolute;
	top: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: color;
	transition-property: color;
	width: 10px;
	z-index: 3;
}

input[type=checkbox]:checked + label::after {
	opacity: 1;
}

/**
 * tel(column)
 *
 */

.mwform-tel-field {
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mwform-tel-field > input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100% !important;
}

/**
 * select
 *
 */

.select-parts {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.select-parts::after {
	-webkit-clip-path: polygon(100% 0, 0 0, 45% 100%);
	background-color: #5C3E2A;
	clip-path: polygon(100% 0, 0 0, 45% 100%);
	content: "";
	height: 13px;
	margin-top: 2px;
	pointer-events: none;
	position: absolute;
	right: 24px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	z-index: 5;
}

.select-parts.age::after {
	left: 106px;
	right: auto;
}

.select-parts.age select {
	padding: 9px 10px 9px 30px;
	width: 154px;
}

.select-parts select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: 3px solid #D9C4B8;
	border-radius: 14px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #5C3E2A;
	cursor: pointer;
	padding: 9px 30px;
	position: relative;
	text-overflow: ellipsis;
	width: 100%;
}

/**
 * file
 *
 */

input[type=file] + label {
	margin: 0 10px 0 0;
	padding: 15px 0;
	width: 160px;
}

input[type=file] + label:after {
	left: 170px;
}

/**
 * thanks
 *
 */

.l-form__thanks {
	color: #D6D6D6;
	font-size: 40px;
	font-size: 4rem;
	margin-top: 400px;
	margin-top: 40rem;
	text-align: center;
}

.l-form__thanks-text {
	color: #D6D6D6;
	font-size: 20px;
	font-size: 2rem;
	margin-top: 30px;
	margin-top: 3rem;
	text-align: center;
}

.l-form__back {
	gap: 7px;
	gap: 0.7rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 5rem;
	color: #5C3E2A;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px auto 324px;
	margin: 3rem auto 32.4rem;
	padding: 12px 0;
	padding: 1.2rem 0;
	position: relative;
	width: 247px;
	width: 24.7rem;
}

.l-form__back .arrow {
	aspect-ratio: 1/1;
	border: 1px solid #5C3E2A;
	border-radius: 50%;
	display: block;
	position: relative;
	width: 20px;
	width: 2rem;
}

.l-form__back .arrow::before {
	aspect-ratio: 1/1;
	-webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
	background-color: #5C3E2A;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	content: "";
	display: block;
	left: 54%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 40%;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-footer {
	background-image: url(../images/common/footer-bg.webp);
	background-position: 81% 20%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -1px;
	padding: 60px 0 17px;
	padding: 6rem 0 1.7rem;
}

.l-footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1420px;
	width: 90%;
}

.l-footer__right {
	gap: 90px;
	gap: 9rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-footer__menu {
	gap: 19.7px;
	gap: 1.97rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-footer__menu-link {
	font-size: 20px;
	font-size: 2rem;
}

.l-footer__ttl {
	font-size: 28px;
	font-size: 2.8rem;
}

.l-footer__dl {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 20px;
	margin-top: 2rem;
}

.l-footer__dl > div:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
	margin-top: 1.5rem;
}

.l-footer__dl dd > dl {
	margin-top: 15px;
	margin-top: 1.5rem;
}

.l-footer__dl dl > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
	margin-top: 1.5rem;
}

.l-footer__sns {
	gap: 15px;
	gap: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-footer__sns-link {
	display: block;
	width: 52px;
	width: 5.2rem;
}

.l-footer__copy {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 16px;
	margin-top: 1.6rem;
	padding-right: 62px;
	padding-right: 6.2rem;
	text-align: right;
}

body.thanks .l-footer {
	margin-top: auto;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-header {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 50;
}

.l-header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 6px 40px 0 35px;
	padding: 0.6rem 4rem 0 3.5rem;
}

.l-header__logo {
	min-width: 195px;
	width: 10%;
}

.l-header__right.thanks {
	display: none;
}

.l-header__trigger {
	gap: 8px;
	gap: 0.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.l-header__trigger-inner {
	display: inline-block;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(255,255,255,0.9)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, .9));
	filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, .9));
	height: 24px;
	position: relative;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	width: 30px;
}

.l-header__trigger-name {
	font-size: 16px;
	font-size: 1.6rem;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, .9);
}

.l-header__trigger-line {
	background-color: #fff;
	display: inline-block;
	height: 2px;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 100%;
}

.l-header__trigger-line:nth-of-type(1) {
	top: 0;
}

.l-header__trigger-line:nth-of-type(1).is-active {
	-webkit-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}

.l-header__trigger-line:nth-of-type(2) {
	top: 11px;
}

.l-header__trigger-line:nth-of-type(2).is-active {
	display: none;
}

.l-header__trigger-line:nth-of-type(3) {
	bottom: 0;
}

.l-header__trigger-line:nth-of-type(3).is-active {
	-webkit-transform: translateY(-6px) rotate(-45deg);
	transform: translateY(-6px) rotate(-45deg);
}

/* -------------------------------------------*/

/* -------------------------------------------*/

html {
	font-size: 62.5%;
}

body {
	background-color: #5C3E2A;
	height: 100%;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
}

body.thanks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-wrapper {
	position: relative;
	text-align: left;
	width: 100%;
}

.l-main {
	position: relative;
	width: 100%;
}

.l-main__inner {
	padding: 0 15px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.l-main.menu .p-topMv__cta-box,
.l-main.flow .p-topMv__cta-box {
	display: none;
}
.front-tel-sp{
	display: none;
}

.l-main.thanks {
	background-color: #5C3E2A;
	min-height: 70vh;
}

.l-main.thanks::before {
	aspect-ratio: 646/571;
	background-image: url(../images/common/cover01.webp);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 1%;
	top: 0;
	width: 33.646%;
	z-index: 2;
}

.l-main.thanks::after {
	aspect-ratio: 1068/917;
	background-image: url(../images/common/thanks-cover.webp);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 60px;
	bottom: 6rem;
	content: "";
	left: 50px;
	left: 5rem;
	position: absolute;
	width: 30%;
	z-index: 2;
}

.l-main--404 .l-main__inner,
.l-main--error .l-main__inner {
	padding: 160px 0;
}

.l-main--404 .text,
.l-main--error .text {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}

.l-main--404 .l-form__back,
.l-main--error .l-form__back {
	margin: 40px auto 0;
}

.no-link {
	opacity: 0.4 !important;
	pointer-events: none !important;
}

.no-link--ba {
	pointer-events: none !important;
}

.no-link--ba::before,
.no-link--ba::after {
	opacity: 0.4 !important;
	pointer-events: none !important;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-navi__menu {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-navi__menu-link {
	font-size: 24px;
	font-size: 2.4rem;
	padding: 0 20px;
	padding: 0 2rem;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, .9);
}

.l-navi__menu-link:hover {
	color: #fff;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="2" /><feFuncG type="linear" slope="2" /><feFuncB type="linear" slope="2" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(200%);
	filter: brightness(200%);
}

.l-navi__line .arrow {
	aspect-ratio: 1/1;
	background-color: #F8F4F4;
	border-radius: 50%;
	position: relative;
	width: 6.1%;
}

.l-navi__line .arrow::before {
	aspect-ratio: 1/1;
	-webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
	background-color: #604533;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 40%;
}

.l-navi__line .top {
	gap: 5px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

body.is-open .l-navi {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

.c-title {
	gap: 27px;
	gap: 2.7rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 40px;
	font-size: 4rem;
	text-align: center;
}

.c-title::after {
	background-color: #F8F4F4;
	content: "";
	display: block;
	height: 2px;
	width: 58px;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-flow {
	background-color: #5C3E2A;
	padding: 200px 0;
	padding: 20rem 0;
}

.p-flow__inner {
	margin: 0 auto;
	max-width: 1340px;
	width: 85%;
}

.p-flow__li {
	gap: 80px;
	gap: 8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 123px;
	margin-top: 12.3rem;
}

.p-flow__li-item {
	gap: 60px;
	gap: 6rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
}

.p-flow__li-item figure::before {
	aspect-ratio: 1/1;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="7" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(255,255,255,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0px 0px 7px rgb(255, 255, 255));
	filter: drop-shadow(0px 0px 7px rgb(255, 255, 255));
	left: -3.5%;
	position: absolute;
	top: -9%;
	width: 7.09%;
}

.p-flow__li-item:first-child figure::before {
	background-image: url(../images/flow/step1.webp);
}

.p-flow__li-item:nth-child(2) figure::before {
	background-image: url(../images/flow/step2.webp);
}

.p-flow__li-item:nth-child(3) figure::before {
	background-image: url(../images/flow/step3.webp);
}

.p-flow__li-item:nth-child(4) figure::before {
	background-image: url(../images/flow/step4.webp);
}

.p-flow__li-item:nth-child(5) figure::before {
	background-image: url(../images/flow/step5.webp);
}

.p-flow__li-item:last-child figure::before {
	background-image: url(../images/flow/step6.webp);
}

.p-flow__li-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 585px;
}

.p-flow__h3 {
	font-size: 34px;
	font-size: 3.4rem;
	padding-bottom: 30px;
	padding-bottom: 3rem;
	position: relative;
}

.p-flow__h3::after {
	background-color: #D6D6D6;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 57.515%;
}

.p-flow__text {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.66;
	margin-top: 25px;
	margin-top: 2.5rem;
}

.p-flow__text span {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 10px;
	margin-top: 1rem;
}

.p-flow__image {
	width: 32.463%;
}

.p-flow__li + .p-flow__h4 {
	margin-top: 60px;
	margin-top: 6rem;
}

.p-flow__h4 {
	font-size: 20px;
	font-size: 2rem;
}

.p-flow__terms + .p-flow__h4 {
	margin-top: 20px;
	margin-top: 2rem;
}

.p-flow__terms {
	font-size: 20px;
	font-size: 2rem;
}

.p-flow__terms + .p-flow__terms {
	margin-top: 20px;
	margin-top: 2rem;
}

.p-flow__att {
	font-size: 20px;
	font-size: 2rem;
}

.p-flow__att-text {
	font-size: 20px;
	font-size: 2rem;
	margin-top: 20px;
	margin-top: 2rem;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-menuSec01 {
	background-image: url(../images/menu/menu01-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 200px 0;
	padding: 20rem 0;
}

.p-menuSec01__h2 + .p-menuSec01__text {
	margin-top: 60px;
	margin-top: 6rem;
}

.p-menuSec01__text {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.66;
	text-align: center;
}

.p-menuSec01__text + .p-menuSec01__text {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-menuSec02 {
	background-color: #5C3E2A;
}

.p-menuSec02::after {
	background-image: url(../images/common/bg01.webp);
	background-position: center;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: 0.02;
	position: absolute;
	right: 0;
	top: 0;
}

.p-menuSec02__inner {
	margin: 0 auto;
	max-width: 1420px;
	position: relative;
	width: 90%;
	z-index: 1;
}

.p-menuSec03 {
	background-color: #5C3E2A;
	padding: 200px 0 196px;
	padding: 20rem 0 19.6rem;
}

.p-menuSec03__inner {
	margin: 0 auto;
	max-width: 1420px;
	width: 90%;
}

.p-menuSec03__li {
	gap: 80px;
	gap: 8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 13%;
	margin-top: 100px;
	margin-top: 10rem;
}

.p-menuSec03__li-item {
	gap: 60px;
	gap: 6rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.p-menuSec03__li-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-menuSec03__h3 {
	font-size: 28px;
	font-size: 2.8rem;
	padding-bottom: 30px;
	padding-bottom: 3rem;
	position: relative;
}

.p-menuSec03__h3::after {
	background-color: #D6D6D6;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 57.515%;
}

.p-menuSec03__text {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.66;
	margin-top: 25px;
	margin-top: 2.5rem;
}

.p-menuSec03__text span {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 10px;
	margin-top: 1rem;
}

.p-menuSec03__image {
	width: 39.906%;
}

.p-menuSec03 #price {
	margin-top: 200px;
	margin-top: 20rem;
}

.p-menuSec03__price {
	font-size: 28px;
	font-size: 2.8rem;
	margin-top: 62px;
	margin-top: 6.2rem;
}

.p-menuSec03__price div {
	gap: 30px;
	gap: 3rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-menuSec03__price div::after {
	content: "‥‥‥‥‥‥‥‥‥‥‥‥‥‥";
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-menuSec03__price dt {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	text-align: center;
	width: 116px;
}

.p-menuSec03__price dd {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	text-align: center;
	width: 117px;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-topMv::before {
	aspect-ratio: 646/571;
	background-image: url(../images/common/cover01.webp);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 1%;
	top: 0;
	width: 33.646%;
	z-index: 2;
}

.p-topMv__inner {
	padding: 380px 0 179px;
	padding: 38rem 0 17.9rem;
	position: relative;
	z-index: 1;
}

.p-topMv__inner::before {
	aspect-ratio: 646/571;
	background-image: url(../images/common/cover01.webp);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -50px;
	bottom: -5rem;
	content: "";
	left: 1%;
	position: absolute;
	width: 33.646%;
}

.p-topMv__inner::after {
	background-image: url(../images/top/mv-bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.p-topMv__h1 {
	font-size: 48px;
	font-size: 4.8rem;
	text-align: center;
	text-shadow: 0px 0px 6px rgba(255, 255, 255, .3);
}

.p-topMv__h1 span {
	font-size: 64px;
	font-size: 6.4rem;
}

.p-topMv__box {
	gap: 25px;
	gap: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 46px;
	margin-top: 4.6rem;
}

.p-topMv__h2 {
	aspect-ratio: 1/1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 21px;
	font-size: 2.1rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	text-align: center;
	text-shadow: 0px 0px 3px rgba(255, 255, 255, .6);
	width: 155px;
	width: 15.5rem;
	z-index: 1;
}

.p-topMv__h2::after {
	background-color: #FFE6CC;
	border-radius: 50%;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.64;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.p-topMv__cta {
	gap: 40px;
	gap: 4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #5C3E2A;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 22px 0;
	padding: 2.2rem 0;
}

.p-topMv__text {
	font-size: 36px;
	font-size: 3.6rem;
	text-shadow: 4px 0px 5px rgba(255, 255, 255, .6);
}

.p-topMv__cta-box {
	gap: 40px;
	gap: 4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-topMv__cta-link {
	display: block;
	font-size: 36px;
	font-size: 3.6rem;
	text-shadow: 0px 0px 6px rgba(255, 255, 255, .6);
}

.p-topMv__cta-link.tel {
	gap: 10px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.p-topMv__cta-link.tel::before {
	aspect-ratio: 1/1;
	background-image: url(../images/top/icon-tel.webp);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(255,255,255,0.6)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, .6));
	filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, .6));
	margin-top: 5px;
	margin-top: 0.5rem;
	width: 25px;
	width: 2.5rem;
}

.p-topMv__cta-link.line {
	background-color: #06C755;
	border-radius: 5rem;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(255,255,255,0.6)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, .6));
	filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, .6));
	font-size: 23px;
	font-size: 2.3rem;
	padding: 9px 0;
	padding: 0.9rem 0;
	width: 331px;
	width: 33.1rem;
}

.p-topMv__cta-link.line .arrow {
	aspect-ratio: 1/1;
	background-color: #F8F4F4;
	border-radius: 50%;
	position: relative;
	width: 6.1%;
}

.p-topMv__cta-link.line .arrow::before {
	aspect-ratio: 1/1;
	-webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
	background-color: #06C755;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 40%;
}

.p-topMv__cta-link.line .top {
	gap: 5px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-topMv__cta-link.line .sm {
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
}

.p-topSec01 {
	padding: 200px 0;
	padding: 20rem 0;
}

.p-topSec01::before {
	background-image: url(../images/top/about-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.p-topSec01 #business-area {
	margin-top: 60px;
	margin-top: 6rem;
}

.p-topSec01__h2 + .p-topSec01__text {
	margin-top: 60px;
	margin-top: 6rem;
}

.p-topSec01__text {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.66;
	text-align: center;
}

.p-topSec01__text + .p-topSec01__text {
	margin-top: 36px;
	margin-top: 3.6rem;
}

.p-topSec01__text .u-tb {
	display: inline-block;
}

.p-topSec01__h2 + .p-topSec01__area {
	margin-top: 60px;
	margin-top: 6rem;
}

.p-topSec01__area {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.65;
	text-align: center;
}

.p-topSec02 {
	background-color: #937661;
	padding: 200px 0;
	padding: 20rem 0;
}

.p-topSec02__inner {
	margin: 0 auto;
	max-width: 1420px;
	width: 90%;
}

.p-topSec02__li {
	margin-top: 60px;
	margin-top: 6rem;
}

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

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

.p-topSec02__li-item:not(:first-child) {
	margin-top: 90px;
	margin-top: 9rem;
}

.p-topSec02__li-text {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-topSec02__h3 {
	font-size: 32px;
	font-size: 3.2rem;
}

.p-topSec02__text {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.66;
	margin-top: 30px;
	margin-top: 3rem;
}

.p-topSec02__image {
	width: 54.3%;
}

.p-topSec03 {
	background-color: #5C3E2A;
	padding: 200px 0;
	padding: 20rem 0;
}

.p-topSec03::after {
	background-image: url(../images/common/bg01.webp);
	background-position: center;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: 0.02;
	position: absolute;
	right: 0;
	top: 0;
}

.p-topSec03__inner {
	margin: 0 auto;
	max-width: 1420px;
	position: relative;
	width: 90%;
	z-index: 1;
}

.p-topSec03__li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 60px;
	margin-top: 6rem;
}

.p-topSec03__li-item {
	gap: 30px;
	gap: 3rem;
	background-color: #937661;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-width: 450px;
	padding: 44px 45px 37px;
	padding: 4.4rem 4.5rem 3.7rem;
	width: 44.2254%;
}

.p-topSec03__h3 {
	border-bottom: 1px solid;
	font-size: 28px;
	font-size: 2.8rem;
	padding-bottom: 30px;
	padding-bottom: 3rem;
}

.p-topSec03__text {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.75;
	margin-top: 30px;
	margin-top: 3rem;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.u-db {
	display: block;
}

.u-dn {
	display: none;
}

.u-mask--c-black {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0);
	filter: brightness(0);
}

.u-mask--c-white {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.u-con--md {
	margin: 0 auto;
	max-width: 1000px;
}

.u-con--lg {
	margin: 0 auto;
	max-width: 90%;
}

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

.u-c--b-white {
	color: #fff;
}

.u-z-1 {
	z-index: -1;
}

.u-z1 {
	z-index: 1;
}

.u-z2 {
	z-index: 2;
}

.u-z3 {
	z-index: 3;
}

.u-z10 {
	z-index: 10;
}

.u-z50 {
	z-index: 50;
}

.u-z100 {
	z-index: 100;
}

.u-z999 {
	z-index: 999;
}

@media (hover: hover) and (pointer: fine) {

.l-navi__menu-link {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: color, -webkit-filter;
	transition-property: color, -webkit-filter;
	transition-property: color, filter;
	transition-property: color, filter, -webkit-filter;
}

.l-navi__menu-link:hover {
	color: #fff;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="2" /><feFuncG type="linear" slope="2" /><feFuncB type="linear" slope="2" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(200%);
	filter: brightness(200%);
}

.p-topMv__cta-link.line {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-topMv__cta-link.line:hover {
	opacity: 0.7;
}

}

@media all and (-ms-high-contrast: none) {

html,
body {
	display: none;
}

}

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

.l-form {
	padding: 18rem 0;
}

.l-form__text {
	font-size: 2.2rem;
}

.l-form__box dt {
	font-size: 2.2rem;
}

.l-form__box dd {
	font-size: 2.2rem;
}

.l-form__box dd.radio {
	font-size: 2.6rem;
}

.l-form__thanks {
	font-size: 3.5rem;
	margin-top: 25rem;
}

.l-form__thanks-text {
	font-size: 1.8rem;
}

.l-form__back {
	margin-bottom: 27rem;
}

.l-footer__menu-link {
	font-size: 1.8rem;
}

.l-footer__ttl {
	font-size: 2.6rem;
}

.l-footer__dl {
	font-size: 1.7rem;
}

.l-footer__copy {
	font-size: 1.4rem;
}

.l-navi__menu-link {
	font-size: 1.8rem;
}

.c-title {
	gap: 2rem;
	font-size: 3.4rem;
}

.p-flow__h3 {
	font-size: 2.8rem;
	padding-bottom: 2rem;
}

.p-flow__text {
	font-size: 1.8rem;
	margin-top: 2rem;
}

.p-menuSec01__text {
	font-size: 1.8rem;
}

.p-menuSec03__h3 {
	font-size: 2.8rem;
	padding-bottom: 2rem;
}

.p-menuSec03__text {
	font-size: 1.8rem;
	margin-top: 2rem;
}

.p-menuSec03__price {
	font-size: 2.2rem;
}

.p-topMv__inner {
	padding: 20rem 0 8.9rem;
}

.p-topMv__h1 {
	font-size: 3.8rem;
}

.p-topMv__h1 span {
	font-size: 5.4rem;
}

.p-topMv__h2 {
	font-size: 1.8rem;
	width: 13rem;
}

.p-topMv__cta {
	gap: 2rem;
}

.p-topMv__text {
	font-size: 2.6rem;
}

.p-topMv__cta-box {
	gap: 2rem;
}

.p-topMv__cta-link {
	font-size: 2.6rem;
}

.p-topMv__cta-link.tel {
	gap: 0.5rem;
}

.p-topMv__cta-link.tel::before {
	width: 2rem;
}

.p-topMv__cta-link.line {
	font-size: 2rem;
	width: 30rem;
}

.p-topMv__cta-link.line .sm {
	font-size: 1.3rem;
}

.p-topSec01 {
	padding: 18rem 0;
}

.p-topSec01__text {
	font-size: 1.8rem;
}

.p-topSec01__area {
	font-size: 2.6rem;
}

.p-topSec02 {
	padding: 18rem 0;
}

.p-topSec02__h3 {
	font-size: 3rem;
}

.p-topSec02__text {
	font-size: 2.2rem;
}

.p-topSec02__image {
	width: 50%;
}

}

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

.l-form {
	padding: 16rem 0;
}

.l-form__text {
	font-size: 2rem;
}

.l-form__box dt {
	font-size: 2rem;
}

.l-form__box dd {
	font-size: 2rem;
}

.l-form__box dd.radio {
	font-size: 2.4rem;
}

.l-form__thanks {
	margin-top: 20rem;
}

.l-form__back {
	font-size: 1.6rem;
	margin-bottom: 18rem;
}

.p-flow__h4 {
	font-size: 1.6rem;
}

.p-flow__terms {
	font-size: 1.6rem;
}

.p-flow__att {
	font-size: 1.6rem;
}

.p-flow__att-text {
	font-size: 1.6rem;
}

.p-menuSec03__li {
	margin-left: 8%;
}

.p-menuSec03__li-item {
	gap: 4rem;
}

.p-topMv__inner {
	padding: 20rem 0 8.9rem;
}

.p-topMv__h1 {
	font-size: 3.4rem;
}

.p-topMv__h1 span {
	font-size: 5rem;
}

.p-topSec01 {
	padding: 16rem 0;
}

.p-topSec01__text {
	font-size: 1.6rem;
}

.p-topSec01__area {
	font-size: 2.2rem;
}

.p-topSec02 {
	padding: 16rem 0;
}

.p-topSec02__li-item:not(:first-child) {
	margin-top: 7rem;
}

.p-topSec02__h3 {
	font-size: 2.4rem;
}

.p-topSec02__text {
	font-size: 1.8rem;
}

.p-topSec03__li-item {
	padding: 3.2rem 3.3rem 2.5rem;
}

.p-topSec03__h3 {
	font-size: 2.6rem;
	padding-bottom: 2rem;
}

.p-topSec03__text {
	font-size: 1.8rem;
	margin-top: 2rem;
}

}

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

:root {
	--content_width: 680px;
	--content-both_space: 15px;
	--header_height: 65px;
	--waves_height: 20px;
}

.l-form {
	padding: 14rem 3rem;
}

.l-form__text {
	font-size: 1.8rem;
}

.l-form__box dt {
	font-size: 1.8rem;
}

.l-form__box dd {
	font-size: 1.8rem;
}

.l-form__box dd.radio {
	font-size: 2.2rem;
}

input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
	padding: 10px;
}

input[type=radio] + .wpcf7-list-item-label {
	margin: 0;
	padding: 10px 5px 12px 23px;
}

input[type=checkbox] + label {
	padding-left: 30px;
}

.l-form__thanks-wrap {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

body {
	min-width: 100%;
	overflow-x: hidden;
	width: 100%;
}

body.is-open::before {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
}

body::before {
	background-color: #5C3E2A;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: "opacity visibility";
	transition-property: "opacity visibility";
	visibility: hidden;
	width: 100vw;
	z-index: -1;
	z-index: 50;
}

.l-main.thanks {
	height: 80vh;
	min-height: 600px;
}

.l-main.thanks::before {
	right: -2rem;
}

.l-main--404 .l-main__inner,
.l-main--error .l-main__inner {
	padding: 80px 15px;
}

.l-main--404 .text,
.l-main--error .text {
	font-size: 1.6rem;
}

.l-main--404 .l-form__back,
.l-main--error .l-form__back {
	margin-top: 30px;
}

.l-navi__menu-link {
	font-size: 1.6rem;
	padding: 0 1rem;
}

.c-title {
	font-size: 3.2rem;
}

.p-flow__li-item {
	gap: 3rem;
}

.p-flow__li-text {
	min-width: auto;
}

.p-flow__h3 {
	font-size: 2.4rem;
	padding-bottom: 1rem;
}

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

.p-flow__text span {
	font-size: 1.3rem;
}

.p-menuSec03 {
	padding: 16rem 0 15.6rem;
}

.p-menuSec03__li {
	margin: 8rem auto 0;
}

.p-menuSec03__li-text {
	min-width: auto;
	width: 100%;
}

.p-menuSec03 #price {
	margin-top: 16rem;
}

.p-topMv::before {
	right: -2rem;
}

.p-topMv__inner::before {
	bottom: -2rem;
	left: -2rem;
}

.p-topMv__box {
	margin-top: 3rem;
}

.p-topMv__cta {
	gap: 1.5rem;
	padding: 1.5rem 0;
}

.p-topMv__text {
	font-size: 2rem;
}

.p-topMv__cta-box {
	gap: 1.5rem;
}

.p-topMv__cta-link {
	font-size: 2rem;
}

.p-topMv__cta-link.line {
	font-size: 1.6rem;
	width: 22rem;
}

.p-topMv__cta-link.line .sm {
	font-size: 1.2rem;
}

.p-topSec01 {
	padding: 14rem 3rem;
}

.p-topSec02 {
	padding: 14rem 0;
}

.p-topSec02__h3 {
	font-size: 2.2rem;
}

.p-topSec02__text {
	font-size: 1.5rem;
	margin-top: 2rem;
}

.p-topSec02__image {
	width: 46%;
}

.p-topSec03 {
	padding: 15rem 0 13rem;
}

.p-topSec03__li-item {
	gap: 2rem;
	min-width: auto;
	padding: 2.2rem 2.3rem 1.5rem;
	width: 48%;
}

.p-topSec03__h3 {
	font-size: 2.4rem;
}

.p-topSec03__text {
	font-size: 1.6rem;
}

.u-pc {
	display: none;
}

}

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

.l-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	margin: 0 auto;
	min-height: 100vh;
	position: relative;
	text-align: left;
	width: 100%;
}

.u-st {
	display: none !important;
}

}

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

:root {
	--content_width: 420px;
}

.l-form {
	padding: 7rem 0;
}

.l-form__text {
	font-size: 1.4rem;
}

.l-form__recaptcha {
	font-size: 1rem;
}

input[type=radio] + .wpcf7-list-item-label::before {
	height: 20px;
	width: 20px;
}

input[type=radio] + .wpcf7-list-item-label::after {
	content: "";
	height: 10px;
	left: 5px;
	width: 10px;
}

.l-form__thanks-wrap::before {
	aspect-ratio: 646/571;
	background-image: url(../images/common/cover01.webp);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: -1rem;
	top: 5rem;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 35%;
	z-index: 2;
}

.l-form__thanks-wrap::after {
	aspect-ratio: 646/571;
	background-image: url(../images/common/cover01.webp);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 5rem;
	content: "";
	left: -1rem;
	position: absolute;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	width: 35%;
	z-index: 2;
}

.l-form__thanks {
	font-size: 2.2rem;
	margin-top: 0;
}

.l-form__thanks-text {
	font-size: 1.2rem;
}

.l-form__back {
	margin-bottom: 0;
}

.l-footer__right {
	gap: 3rem;
}

.l-footer__menu-link {
	font-size: 1.5rem;
}

.l-footer__ttl {
	font-size: 2rem;
}

.l-footer__dl {
	font-size: 1.2rem;
}

.l-footer__copy {
	font-size: 1.2rem;
	padding-right: 2rem;
}

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

.l-main.thanks::before {
	display: none;
}

.l-main.thanks::after {
	display: none;
}

.l-navi__menu-link {
	font-size: 1.4rem;
}

.c-title {
	font-size: 2.4rem;
}

.p-flow {
	padding: 15rem 0 11rem;
}

.p-flow__li {
	margin-top: 7rem;
}

.p-flow__h3 {
	font-size: 1.6rem;
}

.p-flow__text {
	font-size: 1.2rem;
}

.p-flow__text span {
	font-size: 1.1rem;
}

.p-flow__terms {
	font-size: 1.2rem;
}

.p-flow__att {
	font-size: 1.2rem;
}

.p-flow__att-text {
	font-size: 1.2rem;
}

.p-menuSec01 {
	padding: 12rem 0;
}

.p-menuSec01__h2 + .p-menuSec01__text {
	margin-top: 4rem;
}

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

.p-menuSec01__text + .p-menuSec01__text {
	margin-top: 2.5rem;
}

.p-menuSec03 {
	padding: 7rem 0 6rem;
}

.p-menuSec03__li {
	gap: 5rem;
	margin-top: 6rem;
	width: 100%;
}

.p-menuSec03__li-item {
	gap: 3rem;
}

.p-menuSec03__h3 {
	font-size: 2rem;
}

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

.p-menuSec03 #price {
	margin-top: 10rem;
}

.p-menuSec03__price {
	font-size: 1.6rem;
	margin-top: 4rem;
}

.p-menuSec03__price div {
	gap: 1rem;
}

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

.p-topMv__h1 span {
	font-size: 3.8rem;
}

.p-topMv__h2 {
	font-size: 1.6rem;
	width: 12rem;
}

.p-topMv__cta {
	gap: 1rem;
}

.p-topMv__text {
	font-size: 1.6rem;
}

.p-topMv__cta-box {
	gap: 1rem;
}

.p-topMv__cta-link {
	font-size: 1.6rem;
}

.p-topMv__cta-link.tel {
	gap: 0;
}

.p-topMv__cta-link.tel::before {
	width: 1.5rem;
}

.p-topMv__cta-link.line {
	font-size: 1.4rem;
	width: 19rem;
}

.p-topMv__cta-link.line .sm {
	font-size: 1.1rem;
}

.p-topSec01 {
	padding: 7rem 0;
}

.p-topSec01 #business-area {
	margin-top: 3rem;
}

.p-topSec01__h2 + .p-topSec01__text {
	margin-top: 3rem;
}

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

.p-topSec01__text + .p-topSec01__text {
	margin-top: 2.5rem;
}

.p-topSec01__h2 + .p-topSec01__area {
	margin-top: 3rem;
}

.p-topSec01__area {
	font-size: 1.6rem;
}

.p-topSec02 {
	padding: 7rem 0;
}

.p-topSec02__h3 {
	font-size: 1.7rem;
}

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

.p-topSec03 {
	padding: 7rem 0 6rem;
}

.p-topSec03__h3 {
	font-size: 1.6rem;
}

.p-topSec03__text {
	font-size: 1.2rem;
}

}

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

a[href^="tel:"] {
	pointer-events: none;
}

}

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

.l-form {
	padding: 8rem 0;
}

.l-form__text {
	font-size: 1.2rem;
	line-height: 1.75;
	margin-top: 4rem;
}

.l-form__wrap {
	margin-top: 4rem;
	width: 90.2%;
}

.l-form__dl {
	gap: 2rem;
}

.l-form__box.textarea {
	gap: 1rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-form__box dt {
	font-size: 1.5rem;
}

.l-form__box dd {
	font-size: 1.5rem;
	width: 66%;
}

.l-form__box.textarea dd {
	width: 100%;
}

.l-form__box dd.radio {
	font-size: 1.5rem;
}

.l-form__btn-wrap {
	margin-top: 3.8rem;
	width: 172px;
}

.l-form__btn-wrap .arrow {
	right: 4rem;
}

.l-form .submit {
	border-width: 1px;
	font-size: 1.5rem;
	padding: 0.5rem 0;
	padding-right: 2.5rem;
}

input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
	border-width: 1px;
	padding: 0.35rem 0.5rem;
}

textarea {
	border-width: 1px;
	height: 120px;
}

.select-parts::after {
	height: 10px;
	right: 18px;
	top: 45%;
	width: 10px;
}

.select-parts.age::after {
	left: 55px;
}

.select-parts.age select {
	padding: 7px 10px 8px 30px;
	padding-left: 12px;
	width: 87px;
}

.select-parts select {
	font-size: 1.2rem;
	padding: 7px 12px 8px 12px;
}

.select-parts select {
	border-width: 1px;
}

.l-form__thanks-wrap::before {
	top: 0;
	width: 40%;
}

.l-form__thanks-wrap::after {
	bottom: 0;
	width: 40%;
}

.l-form__thanks {
	font-size: 2.2rem;
}

.l-form__thanks-text {
	font-size: 1.2rem;
	margin-top: 4rem;
}

.l-form__back {
	margin-top: 6rem;
}

.l-footer {
	background-position: 79% 20%;
	padding: 2rem 0 7.9rem;
}

.l-footer__right {
	gap: 4rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-footer__menu {
	gap: 1.5rem;
}

.l-footer__dl {
	margin-top: 1rem;
}

.l-footer__dl > div:last-child {
	margin-top: 1rem;
}

.l-footer__dl dd > dl {
	margin-top: 1rem;
}

.l-footer__dl dl > div {
	margin-top: 1rem;
}

body.thanks .l-footer {
	padding-bottom: 2rem;
}

.l-header__inner {
	padding: 0 2rem 0 0.4rem;
}

.l-header__logo {
	min-width: 140px;
}

.l-header__trigger.u-dn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-header__trigger-inner {
	height: 16px;
	width: 19px;
}

.l-header__trigger-line:nth-of-type(2) {
	top: 7px;
}

.l-main.menu .p-topMv__cta-box,
.l-main.flow .p-topMv__cta-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.front-tel-sp{
	display: block;
}
.front-tel-pc{
	display: none;
}

.l-main.thanks {
	height: 100vh;
	min-height: 600px;
}

.l-navi {
	bottom: 0;
	display: block;
	max-width: 100vw;
	opacity: 0;
	overflow: auto;
	padding: 200px 28px 120px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	visibility: hidden;
	width: 100%;
	z-index: 50;
}

.l-navi__inner {
	height: 100%;
	min-height: 400px;
}

.l-navi__menu {
	gap: 4rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-navi__menu-item {
	width: 100%;
}

.l-navi__menu-item.u-sp {
	display: none;
}

.l-navi__menu-link {
	display: block;
	font-size: 2.2rem;
	padding: 0;
	text-align: center;
	text-shadow: none;
	width: 100%;
}

.l-navi__close.u-pt {
	display: block !important;
	font-size: 2.2rem;
	margin-top: 4rem;
	padding-right: 1rem;
	text-align: center;
}

.l-navi__line.u-pt {
	background-color: #06C755;
	border: 1px solid #fff;
	border-radius: 5rem;
	display: block !important;
	font-size: 2.1rem;
	margin: 4rem auto 0;
	padding: 1rem 0;
	width: 33.1rem;
}

.l-navi__line {
	background-color: #06C755;
	border: 1px solid #fff;
	border-radius: 5rem;
	display: block;
	font-size: 2.1rem;
	margin: 4rem auto 0;
	padding: 1rem 0;
	width: 33.1rem;
}

.l-navi__line .sm {
	display: block;
	font-size: 1.3rem;
	text-align: center;
}

.c-title {
	font-size: 2.2rem;
}

.p-flow {
	padding: 12rem 0 8rem;
}

.p-flow__li {
	gap: 6rem;
	margin: 5.5rem auto 0;
	min-width: 312px;
	width: 88.662%;
}

.p-flow__li-item {
	gap: 2rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-flow__li-item figure::before {
	-webkit-filter: none;
	filter: none;
	left: -2%;
	top: -6.8%;
	width: 15.385%;
}

.p-flow__li-text {
	min-width: auto;
	width: 100%;
}

.p-flow__image {
	margin: 0 auto;
	max-width: 700px;
	position: relative;
	width: 100%;
}

.p-flow__h4 {
	font-size: 1.1rem;
}

.p-flow__terms {
	font-size: 1.1rem;
}

.p-flow__att {
	font-size: 1.1rem;
}

.p-flow__att-text {
	font-size: 1.1rem;
}

.p-menuSec01 {
	background-position: 62% 50%;
	padding: 9.9rem 0 17.6rem;
}

.p-menuSec01__h2 + .p-menuSec01__text {
	margin-top: 12.3rem;
}

.p-menuSec01__text + .p-menuSec01__text {
	margin-top: 4rem;
}

.p-menuSec02::after {
	background-image: url(../images/common/bg01-sp.webp);
	background-position: top;
	background-size: contain;
}

.p-menuSec03 {
	padding: 8rem 0 6.9rem;
}

.p-menuSec03__li {
	gap: 6rem;
	margin-top: 5.5rem;
	min-width: 312px;
	width: 74.662%;
}

.p-menuSec03__li-item {
	gap: 2rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-menuSec03__h3 {
	font-size: 1.6rem;
}

.p-menuSec03__text {
	font-size: 1.2rem;
}

.p-menuSec03__text span {
	font-size: 1.1rem;
}

.p-menuSec03__image {
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
}

.p-menuSec03 #price {
	margin-top: 8rem;
}

.p-menuSec03__price {
	font-size: 1.3rem;
	margin-top: 3rem;
}

.p-menuSec03__price div {
	gap: 1rem;
}

.p-menuSec03__price dt {
	width: 54px;
}

.p-menuSec03__price dd {
	width: 54px;
}

.p-topMv {
	position: relative;
}

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

.p-topMv__inner {
	padding-bottom: 38rem;
	padding-top: 28rem;
}

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

.p-topMv__inner::after {
	background-position: 80% 50%;
}

.p-topMv__h1 {
	font-size: 2rem;
}

.p-topMv__h1 span {
	font-size: 3.2rem;
}

.p-topMv__box {
	gap: 1rem;
	margin-top: 3.2rem;
}

.p-topMv__h2 {
	font-size: 1.5rem;
	width: 10rem;
}

.p-topMv__cta {
	background-color: transparent;
	display: contents;
}

.p-topMv__text {
	bottom: 20rem;
	font-size: 2rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
	z-index: 1;
}

.p-topMv__cta-box {
	gap: 1rem;
	-webkit-box-align: initial;
	-ms-flex-align: initial;
	align-items: initial;
	bottom: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 10;
}

.p-topMv__cta-link {
	background-color: #937661;
	border: 2px solid #fff;
	border-radius: 5px;
	min-width: 175px;
	text-align: center;
	width: 47.342%;
}

.p-topMv__cta-link.tel::before {
	width: 2.6rem;
}

.p-topMv__cta-link.line {
	border-radius: 5px;
	padding: 1.15rem 0;
	width: 47.342%;
}

.p-topSec01 {
	padding: 8rem 0;
}

.p-topSec01 #business-area {
	margin-top: 4rem;
}

.p-topSec01__h2 + .p-topSec01__text {
	margin-top: 4rem;
}

.p-topSec01__text + .p-topSec01__text {
	margin-top: 3rem;
}

.p-topSec01__text span {
	display: inline-block;
}

.p-topSec01__h2 + .p-topSec01__area {
	margin-top: 4rem;
}

.p-topSec01__area {
	font-size: 1.4rem;
	margin-top: 4rem;
}

.p-topSec01__area .u-pt {
	display: block !important;
}

.p-topSec01__area span {
	display: none;
}

.p-topSec02 {
	padding: 8rem 0;
}

.p-topSec02__li {
	margin: 4rem auto 0;
	min-width: 323px;
	width: 86.7%;
}

.p-topSec02__li-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-topSec02__li-item:nth-child(odd) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-topSec02__li-item:not(:first-child) {
	margin-top: 4rem;
}

.p-topSec02__li-text {
	margin-top: 2rem;
	text-align: center;
	width: 100%;
}

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

.p-topSec02__image {
	width: 100%;
}

.p-topSec03 {
	padding: 8rem 0 6rem;
}

.p-topSec03::after {
	background-image: url(../images/common/bg01-sp.webp);
	background-position: top;
	background-size: contain;
}

.p-topSec03__li {
	gap: 5.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 3.2rem auto 0;
	width: 95.01%;
}

.p-topSec03__li-item {
	padding: 3rem 2.8rem 2rem;
	width: 100%;
}

.p-topSec03__h3 {
	font-size: 1.6rem;
}

.p-topSec03__text {
	font-size: 1.2rem;
}

.u-sp {
	display: none !important;
}

}

@media not all and (max-width: 599px) {

.u-pt {
	display: none !important;
}

}

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

.p-topMv__cta-box {
	gap: 0;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.p-topSec01__text {
	display: inline-block;
	font-size: 1.15rem;
	width: 100%;
}

}

@-webkit-keyframes arrow-fade {

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

49% {
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
}

50% {
	opacity: 0;
}

51% {
	opacity: 1;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

100% {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

}

@keyframes arrow-fade {

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

49% {
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
}

50% {
	opacity: 0;
}

51% {
	opacity: 1;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

100% {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

}


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