/* フォントの読み込み */

@font-face {
	font-family: "DINPro-Light";
	src: url("../fonts/DINPro-Light.ttf") format("truetype");
}

@font-face {
	font-family: "NotoSansCJKjp-Medium";
	src: url("../fonts/NotoSansCJKjp-Medium.otf") format("opentype");
}

@font-face {
	font-family: "NotoSansCJKjp-Bold";
	src: url("../fonts/NotoSansCJKjp-Bold.otf") format("opentype");
}

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

@font-face {
	font-family: "OpenSans-Bold";
	src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "OpenSans-Regular";
	src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "NotoSerifJP-Medium";
	src: url("../fonts/NotoSerifJP-Medium.otf") format("opentype");
}

body {
	background-color: #f7f7f7;
	background-color: #151515;
	color: #000;
	font-family: "NotoSansCJKjp-Medium", sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* 初期状態 */

h2.c-heading-left,
h2.c-heading-center,
h2.p-point__heading {
	opacity: 0;
	will-change: opacity, transform;
}

.p-point__title {
	opacity: 0;
	transform: translateX(-10px);
	will-change: opacity, transform;
}

.p-point__text-point,
.p-point__title-number {
	opacity: 0;
	transform: translateY(8px);
	will-change: opacity, transform;
}

/* 左寄せ（左から） */

h2.c-heading-left {
	transform: translateX(-10px);
}

h2.c-heading-left.is-show {
	animation: slideInLeft 0.9s cubic-bezier(0.2, 0.7, 0.1, 1) both;
}

/* 中央寄せ（下から） */

h2.c-heading-center,
h2.p-point__heading {
	transform: translateY(8px);
}

h2.c-heading-center.is-show,
h2.p-point__heading.is-show,
.p-point__text-point.is-show,
.p-point__title-number.is-show {
	animation: fadeUp 0.45s ease-out both;
}

.p-point__title.is-show {
	animation: slideInLeft 0.9s cubic-bezier(0.2, 0.7, 0.1, 1) both;
	animation-delay: 0.5s; /* ← ①が終わるのを待つ */
}

/* メインビジュアル */

.p-mv .p-mv__sub-title,
.p-mv .p-mv__title-en,
.p-mv .p-mv__title-ja,
.p-mv .p-mv__text,
.p-mv .p-mv__img {
	opacity: 0;
	transform: translateY(6px);
}

.p-mv.is-animated .p-mv__sub-title {
	animation: fv-fade-up-soft 0.8s ease-out 0.05s forwards;
}

.p-mv.is-animated .p-mv__title-en {
	animation: fv-fade-up-soft 0.8s ease-out 0.15s forwards;
}

.p-mv.is-animated .p-mv__title-ja {
	animation: fv-fade-up-soft 0.8s ease-out 0.25s forwards;
}

.p-mv.is-animated .p-mv__text {
	animation: fv-cta-pop 0.8s ease-out 0.38s forwards;
}

.p-mv.is-animated .p-mv__img {
	animation: fv-fade-up-soft 0.8s ease-out 0.3s forwards;
}

/* アニメ定義 */

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

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

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

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

/* ホバー */

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

.l-header {
	left: 0;
	position: fixed;
	right: 1.875rem;
	top: 1.875rem;
	z-index: 900;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-page-top {
	bottom: 0;
	position: fixed;
	right: 0;
	z-index: 1000;
}

.c-contact-button {
	align-items: center;
	background-color: #000;
	border-radius: 3.125rem;
	color: #fff;
	display: flex;
	font-family: "NotoSansCJKjp-Bold", sans-serif;
	font-size: 1.25rem;
	justify-content: center;
	max-width: 20.5rem;
	padding: 1.5625rem 1.875rem;
	position: relative;
	width: 100%;
}

.c-contact-button span {
	align-items: center;
	display: flex;
	justify-content: center;
}

.c-contact-button::after {
	background-image: url(../images/common/button-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.9375rem;
	margin-left: 0.9375rem;
	width: 1.9375rem;
}

.c-heading-center {
	align-items: center;
	display: flex;
	font-family: "NotoSansCJKjp-Bold", sans-serif;
	font-size: 2.125rem;
	justify-content: center;
}

.c-heading-center::before {
	-webkit-clip-path: polygon(50% 0, 100% 0, 50% 100%, 0 100%);
	background-color: #b69f73;
	clip-path: polygon(50% 0, 100% 0, 50% 100%, 0 100%);
	content: "";
	height: 2.5625rem;
	margin-right: 2.3125rem;
	width: 2.5rem;
}

.c-heading-center::after {
	-webkit-clip-path: polygon(50% 0, 100% 0, 50% 100%, 0 100%);
	background-color: #b69f73;
	clip-path: polygon(50% 0, 100% 0, 50% 100%, 0 100%);
	content: "";
	height: 2.5625rem;
	margin-left: 2.3125rem;
	width: 2.5rem;
}

.c-heading-left {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "NotoSansCJKjp-Bold", sans-serif;
	font-size: 1.75rem;
	letter-spacing: 0.075em;
}

.c-heading-left::before {
	-webkit-clip-path: polygon(50% 0, 100% 0, 50% 100%, 0 100%);
	background-color: #b69f73;
	clip-path: polygon(50% 0, 100% 0, 50% 100%, 0 100%);
	content: "";
	height: 2.5625rem;
	margin-right: 0.625rem;
	width: 2.5rem;
}

.c-page-top {
	background-color: #b69f73;
	cursor: pointer;
	height: 5rem;
	width: 5rem;
}

.c-page-top::before {
	background-image: url(../images/common/page-top-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.8125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.5625rem;
}

.c-webcott-button {
	border: 1px solid #fff;
	border-radius: 3.125rem;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	letter-spacing: 0.075em;
	max-width: 25rem;
	padding: 1.4375rem 1.25rem 1.5rem;
	text-align: center;
	width: 100%;
}

.c-webcott-button.c-webcott-button--white {
	background-color: #fff;
	border: 1px solid #b69f73;
	color: #b69f73;
}

.c-webcott-button.c-webcott-button--black {
	background-color: #000;
	border: 1px solid #fff;
	color: #b69f73;
	color: #fff;
	max-width: 13.125rem;
	padding: 1.25rem;
}

.c-webcott-button span {
	align-items: center;
	display: flex;
	justify-content: center;
}

.c-webcott-button span::after {
	background-image: url(../images/common/link-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.625rem;
	margin-left: 0.9375rem;
	width: 0.75rem;
}

.c-webcott-button.c-webcott-button--white span::after {
	background-image: url(../images/common/link-icon2.png);
}

.p-about__price-title {
	display: block;
}

.p-about__price-title .price-main {
	display: block;
}

.p-about__price-title .is-tax {
	display: block;
	font-size: 0.3em;
	margin-top: 0.2em;
	opacity: 0.8;
	text-align: right;
}

.p-about__price-link a {
	-webkit-text-decoration: underline;
	color: #b69f73;
	font-size: 0.85em;
	opacity: 0.8;
	text-decoration: underline;
}

.p-about__price-link {
	margin-top: 0.8rem;
	max-width: 400px;
	text-align: center;
}

.p-service-comparison .p-about__price-link {
	margin: 0 auto;
	margin-top: 0.8rem;
}

.p-about__price-link a {
	-webkit-text-decoration: underline;
	color: #b69f73;
	font-size: 0.85em;
	line-height: 1.6;
	opacity: 0.85;
	text-decoration: underline;
}

.p-about {
	padding: 6.25rem 0 8.125rem;
}

.p-about__content {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 66.25rem;
}

.p-about__img {
	max-width: 26.25rem;
	width: 100%;
}

.p-about__img img {
	-o-object-fit: cover;
	aspect-ratio: 420/340;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-about__text-wrap {
	background-color: #fff;
	max-width: calc(100% - 26.25rem);
	padding: 3.375rem 3.75rem;
	width: 100%;
}

.p-about__heading {
	color: #b69f73;
	font-family: "NotoSansCJKjp-Bold", sans-serif;
	font-size: 1.5rem;
}

.p-about__text {
	font-family: "NotoSansCJKjp-Regular", sans-serif;
	font-size: 0.9375rem;
	letter-spacing: 0.075em;
	line-height: 2.1333333333;
	margin-top: 1.875rem;
}

.p-about__price {
	border-bottom: 1px solid #b69f73;
	border-top: 1px solid #b69f73;
	display: flex;
	margin-top: 6.25rem;
	padding: 2.5rem 0 2.5rem;
}

.p-about__price-left {
	border-right: 1px solid #b69f73;
	color: #b69f73;
	max-width: 22.5rem;
	padding-left: 2.625rem;
	padding-right: 2.625rem;
	padding-top: 0.625rem;
	width: 100%;
}

.p-about__price-subtitle {
	font-size: 2rem;
	letter-spacing: 0.075em;
	line-height: 1;
}

.p-about__price-title {
	font-family: "NotoSansCJKjp-Bold", sans-serif;
	font-size: 3.75rem;
	letter-spacing: 0.075em;
	line-height: 1;
	margin-top: 2rem;
}

.p-about__price-right {
	max-width: 46.5rem;
	padding-bottom: 1.25rem;
	padding-left: 3.3125rem;
	padding-right: 2.875rem;
	padding-top: 0.625rem;
	width: 100%;
}

.p-about__price-text {
	color: #fff;
	font-family: "NotoSansCJKjp-Regular", sans-serif;
	font-size: 0.9375rem;
	letter-spacing: 0.075em;
	line-height: 2.2666666667;
	text-align: justify;
}

.p-about__price-button {
	margin-top: 3.4375rem;
}

.p-achievement {
	overflow: hidden;
	padding: 6.875rem 0 9.75rem;
	position: relative;
}

.p-achievement::before {
	-webkit-clip-path: polygon(23.5% 0, 100% 0, 100% 100%, 0 100%);
	background-color: rgba(59, 53, 47, 0.8);
	clip-path: polygon(23.5% 0, 100% 0, 100% 100%, 0 100%);
	content: "";
	height: 100%;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	width: 60.3125rem;
	z-index: -1;
}

.p-achievement__heading {
	position: relative;
}

.p-achievement__slider-wrapper {
	position: relative;
}

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

.swiper-slide__text {
	color: #fff;
	font-size: 1.125rem;
	letter-spacing: 0.075em;
	line-height: 1.7777777778;
	margin-top: 1.25rem;
}

.swiper-slide__text span {
	font-size: 1rem;
	letter-spacing: 0.075em;
	line-height: 2;
}

.p-achievement__pagination.swiper-horizontal > .swiper-pagination-bullets,
.p-achievement__pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
.p-achievement__pagination.swiper-pagination-custom,
.p-achievement__pagination.swiper-pagination-fraction {
	bottom: -3.5rem;
}

.p-achievement__pagination.swiper-pagination.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-achievement__pagination.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.625rem;
}

.p-achievement__pagination.swiper-pagination .swiper-pagination-bullet {
	background: #fff;
	border-radius: 0.3125rem;
	height: 0.625rem;
	width: 3.125rem;
}

.p-achievement__pagination.swiper-pagination .swiper-pagination-bullet-active {
	background: #b69f73;
}

.p-achievement__inner .swiper-button-next,
.p-achievement__inner .swiper-button-prev {
	height: 5.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2.1875rem;
}

.p-achievement__inner .swiper-button-next {
	right: calc(50% - min(49.5vw, 40.25rem));
}

.p-achievement__inner .swiper-button-prev {
	left: calc(50% - min(49.5vw, 40.25rem));
}

.p-achievement__inner .swiper-button-next::after,
.p-achievement__inner .swiper-button-prev::after {
	content: "";
	height: 100%;
	width: 100%;
}

.p-achievement__inner .swiper-button-prev::after {
	background-image: url(../images/common/achievement-arrow1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.p-achievement__inner .swiper-button-next::after {
	background-image: url(../images/common/achievement-arrow2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.p-campaign {
	background-color: #b69f73;
	overflow: hidden;
	position: relative;
}

.p-campaign__inner {
	padding-bottom: 4.0625rem;
	padding-top: 4.0625rem;
	position: relative;
}

.p-campaign::before {
	-webkit-clip-path: polygon(0 0, 68.7% 0, 100% 100%, 31.3% 100%);
	background-color: rgba(0, 0, 0, 0.15);
	clip-path: polygon(0 0, 68.7% 0, 100% 100%, 31.3% 100%);
	content: "";
	height: 100%;
	mix-blend-mode: overlay;
	position: absolute;
	right: -1.875rem;
	top: 0;
	width: 41.25rem;
}

.p-campaign::after {
	-webkit-clip-path: polygon(31.3% 0, 100% 0, 68.7% 100%, 0 100%);
	background-color: rgba(0, 0, 0, 0.15);
	clip-path: polygon(31.3% 0, 100% 0, 68.7% 100%, 0 100%);
	content: "";
	height: 100%;
	mix-blend-mode: overlay;
	position: absolute;
	right: -15.625rem;
	top: 0;
	width: 41.25rem;
}

.p-campaign__inner::before {
	-webkit-clip-path: polygon(31.3% 0, 100% 0, 68.7% 100%, 0 100%);
	background-color: rgba(0, 0, 0, 0.15);
	clip-path: polygon(31.3% 0, 100% 0, 68.7% 100%, 0 100%);
	content: "";
	height: 100%;
	left: -43.125rem;
	mix-blend-mode: overlay;
	position: absolute;
	top: 0;
	width: 41.25rem;
}

.p-campaign__inner::after {
	-webkit-clip-path: polygon(0 0, 68.7% 0, 100% 100%, 31.3% 100%);
	background-color: rgba(0, 0, 0, 0.15);
	clip-path: polygon(0 0, 68.7% 0, 100% 100%, 31.3% 100%);
	content: "";
	height: 100%;
	left: -28.125rem;
	mix-blend-mode: overlay;
	position: absolute;
	top: 0;
	width: 41.25rem;
}

.p-campaign__heading {
	background-color: #fff;
	color: #b69f73;
	font-family: "NotoSansCJKjp-Bold", sans-serif;
	font-size: 1.875rem;
	letter-spacing: 0.075em;
	padding: 0.9375rem;
	position: relative;
	text-align: center;
}

.p-campaign__content {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: flex;
	justify-content: space-between;
	margin-top: 2.125rem;
	padding-left: 1.125rem;
	padding-right: 1.4375rem;
	position: relative;
}

.p-campaign__title-wrap {
	max-width: 34rem;
	width: 100%;
}

.p-campaign__sub-title {
	color: #fff;
	font-size: 2.5rem;
	letter-spacing: 0.075em;
}

.p-campaign__title {
	color: #fff;
	font-family: "OpenSans-Bold", sans-serif;
	font-size: 8.1875rem;
	line-height: 1;
	margin-top: 0.75rem;
}

.p-campaign__text-wrap {
	max-width: 28.75rem;
	width: 100%;
}

.p-campaign__text {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 0.875rem;
	letter-spacing: 0.075em;
	line-height: 1.9285714286;
	padding-bottom: 1.5rem;
	text-align: justify;
}

.p-campaign__text span {
	display: inline-block;
	font-size: 0.75rem;
	letter-spacing: 0.075em;
	line-height: 1.5;
	margin-top: 0.25rem;
	padding-left: 1em;
	text-indent: -1em;
}

.p-campaign__period {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "NotoSansCJKjp-Bold", sans-serif;
	font-size: 1.25rem;
	margin-top: 1.0625rem;
}

.p-campaign__period span {
	font-family: "OpenSans-Regular", sans-serif;
	font-size: 1.6875rem;
}

.p-contact-form {
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 8.5rem 0 8.3125rem;
	position: relative;
}

.p-contact-form__img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-contact-form__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-contact-form.p-contact-form--complete {
	padding: 8.5rem 0 22.5rem;
}

.p-contact-form__heading {
	position: relative;
}

.p-contact-form__text {
	font-size: 0.875rem;
	letter-spacing: 0.075em;
	line-height: 1.8;
	margin-top: 2.875rem;
	position: relative;
	text-align: center;
}

.p-contact-form__text span {
	display: inline-block;
	font-size: 1.125rem;
	letter-spacing: 0.075em;
	margin-bottom: 1px;
}

.p-contact-form__form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.1875rem;
	max-width: 56.875rem;
	width: 100%;
}

.p-contact {
	background-image: url(../images/common/contact.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 6.1875rem 0 6.8125rem;
}

.p-contact__text {
	font-size: 1.375rem;
	letter-spacing: 0.075em;
	line-height: 1.9090909091;
	text-align: center;
}

.p-contact__button {
	display: flex;
	justify-content: center;
	margin-top: 2.25rem;
}

.p-faq-list__item {
	background-color: #fff;
	border-radius: 0.625rem;
}

.p-faq-list__item + .p-faq-list__item {
	margin-top: 1.875rem;
}

.p-faq-list__item-question {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	padding: 1.875rem 0;
	padding-left: 5.1875rem;
	position: relative;
}

.p-faq-list__item-question::before {
	border-right: 0.0625rem solid #b69f73;
	border-top: 0.0625rem solid #b69f73;
	content: "";
	height: 1.14875rem;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	transform: translateY(-50%) rotate(135deg);
	transition: 0.3s;
	width: 1.14875rem;
}

.p-faq-list__item-question.is-open::before {
	transform: translateY(-50%) rotate(315deg);
}

.p-faq-list__item-question span {
	color: #b69f73;
	display: inline-block;
	font-family: "DINPro-Light", sans-serif;
	font-size: 2.5rem;
	left: 1.875rem;
	line-height: 1;
	margin-right: 1.25rem;
	position: absolute;
	top: 51%;
	transform: translateY(-50%);
}

.p-faq-list__item-answer {
	align-items: flex-start;
	cursor: pointer;
	display: none;
	font-size: 1rem;
	line-height: 2;
	padding: 0.625rem 1.5625rem 2.3125rem 1.875rem;
	position: relative;
}

.p-faq-list__item-answer-text {
	align-items: center;
	display: flex;
}

.p-faq-list__item-answer span {
	color: #b69f73;
	display: block;
	font-family: "DINPro-Light", sans-serif;
	font-size: 2.5rem;
	line-height: 1;
	margin-right: 1.25rem;
}

.p-faq {
	background-color: #ebebeb;
	padding: 8.4375rem 0 8.125rem;
}

.p-faq__list {
	margin-top: 4.75rem;
}

.p-faq__inner {
	margin: auto;
	max-width: 60.75rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.p-fixed-sp {
	display: none;
}

.p-fixed-sp__button {
	width: 100%;
}

.p-fixed-sp__button a {
	color: #fff;
	display: flex;
	font-family: "NotoSansCJKjp-Bold", sans-serif;
	font-size: 0.875rem;
	justify-content: center;
	padding: 1.25rem 1.25rem 1.1875rem;
}

.p-fixed-sp__button a span {
	align-items: center;
	display: flex;
	justify-content: center;
}

.p-fixed-sp__button a span::after {
	background-image: url(../images/common/button-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.0625rem;
	margin-left: 0.8125rem;
	width: 1.0625rem;
}

.p-fixed-sp__scroll-top {
	background-color: #b69f73;
	max-width: 3.75rem;
	position: relative;
	width: 100%;
}

.p-fixed-sp.p-fixed-sp--confirm .p-fixed-sp__scroll-top {
	height: 3.75rem;
	max-width: 100%;
	width: 3.75rem;
}

.p-fixed-sp__scroll-top::before {
	background-image: url(../images/common/page-top-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.6875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.4375rem;
}

.p-footer {
	border-top: 10px solid #b69f73;
	padding: 4.8125rem 0;
}

.p-footer__inner {
	display: flex;
	justify-content: space-between;
	max-width: 78.125rem;
}

.p-footer__text-wrap {
	max-width: 32.8125rem;
	padding-top: 0.3125rem;
	width: 100%;
}

.p-footer__info {
	color: #fff;
	font-size: 0.875rem;
	letter-spacing: 0.075em;
}

.p-footer__copy {
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	letter-spacing: 0.075em;
	margin-top: 0.5rem;
}

.p-footer__button {
	max-width: 13.125rem;
	width: 100%;
}

.p-form-input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid rgba(59, 53, 47, 0.45);
	border-radius: 0.3125rem;
	font-size: 0.9375rem;
	line-height: 1;
	max-width: 22.5rem;
	padding: 1rem 0.9375rem 0.875rem;
	width: 100%;
}

.p-form-input input:focus {
	border: 1px solid #ccc;
	box-shadow: none;
	outline: none;
}

.p-form-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(./../images/common/select-arrow.png);
	background-position: right 1.125rem top 1.1875rem;
	background-repeat: no-repeat;
	background-size: 0.8125rem;
	border: 1px solid rgba(59, 53, 47, 0.45);
	border-radius: 0.3125rem;
	cursor: pointer;
	font-size: 0.9375rem;
	line-height: 1;
	max-width: 19.375rem;
	padding: 1.1875rem 3.125rem 0.875rem 1.25rem;
	width: 100%;
}

.p-form-select select {
	color: #000;
}

.p-form-select select::-ms-expand {
	display: none;
}

.p-form-select select:focus {
	border: 1px solid #ccc;
	box-shadow: none;
	outline: none;
}

.p-form-submit {
	margin-left: auto;
	margin-right: auto;
	max-width: 20.5rem;
	position: relative;
	width: 100%;
}

.p-form-submit.p-form-submit--confirm {
	max-width: 20.5rem;
}

.p-form-submit.p-form-submit--return input {
	padding-left: 2.1875rem;
}

.p-form-submit input {
	background-color: #000;
	border-radius: 3.125rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "NotoSansCJKjp-Bold", sans-serif;
	font-size: 1.25rem;
	height: 100%;
	letter-spacing: 0.075em;
	padding: 1.5625rem 3.0625rem;
	position: relative;
	text-align: left;
	width: 100%;
}

.p-form-submit.p-form-submit--confirm input {
	padding: 1.5625rem 1.875rem;
	text-align: center;
}

.p-form-submit::after {
	background-image: url(../images/common/button-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.9375rem;
	position: absolute;
	right: 2.1875rem;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	width: 1.9375rem;
}

.p-form-submit.p-form-submit--return::after {
	left: 2.1875rem;
	right: auto;
	transform: translateY(-50%) rotate(90deg);
}

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

.p-form-submit input:hover {
	opacity: 0.8;
}

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

.p-form-textarea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid rgba(59, 53, 47, 0.45);
	border-radius: 0.3125rem;
	display: block;
	font-size: 0.9375rem;
	height: 12.5rem;
	max-width: 31.875rem;
	padding: 0.5rem 0.9375rem;
	width: 100%;
}

.p-form-textarea textarea:focus {
	border: 1px solid rgba(59, 53, 47, 0.45);
	box-shadow: none;
	outline: none;
}

.p-point__realizable-subheading {
	color: #b69f73;
	font-size: 1.1rem;
	font-weight: 700;
	margin: 3rem 0 1.5rem;
	text-align: center;
}

.p-point__realizable-subheading::after {
	background-color: #b69f73;
	content: "";
	display: block;
	height: 1px;
	margin: 0.8rem auto 0;
	opacity: 0.6;
	width: 60px;
}

.p-point__realizable-subheading + .p-point__realizable-items {
	border-bottom: none;
}

.p-form__wrap:first-child {
	border-radius: 0.625rem 0.625rem 0 0;
}

.p-form__wrap {
	align-items: center;
	background-color: #fff;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	display: flex;
	padding: 1.108rem 1.25rem 1.14rem;
}

.p-form__wrap.p-form__wrap--confirm {
	padding: 2.18rem 1.25rem 2.26rem;
}

.p-form__content {
	position: relative;
}

.p-form__content::before {
	background-color: #d2d2d2;
	content: "";
	height: 100%;
	left: 32.3%;
	position: absolute;
	top: 0;
	width: 1px;
}

.p-form__wrap.p-form__wrap--textarea {
	align-items: normal;
	border-bottom: 1px solid #d2d2d2;
	border-radius: 0 0 0.625rem 0.625rem;
}

.p-form__label {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	max-width: 17rem;
	width: 100%;
}

.p-form dl:nth-child(even) {
	background-color: #f4f4f4;
}

.p-form__input,
.p-form__select,
.p-form__textarea {
	max-width: 39.875rem;
	padding: 0 1.25rem 0;
	width: 100%;
}

.p-form__input.p-form__input--confirm,
.p-form__select.p-form__select--confirm,
.p-form__textarea.p-form__textarea--confirm {
	word-break: break-word;
}

.p-form dl:nth-child(even) .p-form__input,
.p-form dl:nth-child(even) .p-form__select,
.p-form dl:nth-child(even) .p-form__textarea {
	background-color: #f4f4f4;
}

.p-form__textarea {
	border-radius: 0 0 0.625rem 0;
}

.p-form__input span {
	color: #b69f73;
	display: inline-block;
	font-size: 0.875rem;
	margin-left: 1.1875rem;
}

.p-form__input,
.p-form__textarea {
	flex-grow: 1;
}

.p-form__privacy {
	margin-top: 2.125rem;
}

.p-form__privacy a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.p-form__privacy label,
.p-form__privacy span {
	align-items: center;
	display: flex;
	justify-content: center;
}

.p-form__privacy input {
	display: none;
}

.p-form__privacy input + span {
	background-color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding: 0 0 0 3.0625rem;
	position: relative;
}

.p-form__privacy input + span::before {
	background: #fff;
	border: 1px solid #808080;
	border-radius: 0.3125rem;
	content: "";
	display: block;
	height: 1.875rem;
	left: 0;
	position: absolute;
	width: 1.875rem;
}

.p-form__privacy input + span::after {
	border-bottom: 0.1875rem solid #333;
	border-left: 0.1875rem solid #333;
	content: "";
	display: block;
	height: 0.8125rem;
	left: 0.375rem;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 0.4375rem;
	transform: rotate(-45deg);
	transition: 0.3s;
	width: 1.25rem;
}

.p-form__privacy input + span a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

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

.p-form__button-wrap {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.8125rem;
	max-width: 43.75rem;
}

.p-form__top-button {
	display: flex;
	justify-content: center;
}

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

.p-form__submit.p-form__submit--confirm {
	margin-top: 0;
}

.p-service-comparison__table thead th:first-child {
	max-width: 16.375rem;
}

.is-sub {
	color: #777;
	display: block;
	font-size: 0.75em;
}

.p-header__button {
	margin-left: auto;
	width: 11.875rem;
}

.p-header__button a {
	background-color: #fff;
	border-radius: 1.875rem;
	display: inline-block;
	font-family: "NotoSansCJKjp-Bold", sans-serif;
	font-size: 1rem;
	letter-spacing: 0.06em;
	padding: 1.125rem;
	text-align: center;
	width: 100%;
}

.p-interview {
	padding: 6.75rem 0;
	position: relative;
}

.p-interview::before {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
	background-color: #b69f73;
	clip-path: polygon(0 0, 0 100%, 100% 0);
	content: "";
	height: 21.375rem;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 10.25rem;
	z-index: -1;
}

.p-interview::after {
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
	background-color: #b69f73;
	bottom: 0;
	clip-path: polygon(0 100%, 100% 100%, 100% 0);
	content: "";
	height: 21.375rem;
	opacity: 0.5;
	position: absolute;
	right: 0;
	width: 10.25rem;
	z-index: -1;
}

.p-interview__content {
	-moz-column-gap: 1.25rem;
	align-items: flex-start;
	column-gap: 1.25rem;
	display: flex;
	justify-content: space-between;
	margin-top: 3.75rem;
	padding-left: 1.25rem;
	padding-right: 1.3125rem;
}

.p-interview__img {
	max-width: 29.375rem;
	width: 100%;
}

.p-interview__img img {
	-o-object-fit: cover;
	aspect-ratio: 470/470;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-interview__text-wrap {
	color: #fff;
	max-width: 33.125rem;
	padding-top: 0.75rem;
	width: 100%;
}

.p-interview__name {
	align-items: center;
	display: flex;
	font-family: "NotoSansCJKjp-Bold", sans-serif;
	font-size: 1.625rem;
	letter-spacing: 0.075em;
	padding-bottom: 2.5rem;
	position: relative;
}

.p-interview__name::before {
	background-color: #b69f73;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 5.625rem;
}

.p-interview__name span {
	font-size: 1.1875rem;
}

.p-interview__title {
	font-family: "NotoSansCJKjp-Bold", sans-serif;
	font-size: 1.5625rem;
	line-height: 1.7;
	margin-top: 2.1875rem;
	text-align: justify;
}

.p-interview__text {
	font-family: "NotoSansCJKjp-Regular", sans-serif;
	font-size: 1rem;
	letter-spacing: 0.011em;
	line-height: 2;
	margin-top: 1.1875rem;
	text-align: justify;
}

.p-mv {
	padding-bottom: 4.3125rem;
	padding-top: 7.25rem;
	position: relative;
}

.p-mv::before {
	background-image: url(../images/common/mv_bk.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 83.33%;
	z-index: 0;
}

.p-mv__inner {
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
	display: flex;
	justify-content: space-between;
	max-width: 79.125rem;
}

.p-mv__title-wrap {
	max-width: 27.6875rem;
	padding-top: 3.4375rem;
	position: relative;
	width: 100%;
}

.p-mv__sub-title,
.p-mv__text {
	color: #ffffff;
	font-size: 1.25rem; /* $text_mを変数として置き換え */
}

.p-mv__title-en {
	border-bottom: 5px solid #b69f73;
	color: #b69f73; /* $main_font_colorを変数として置き換え */
	display: inline-block;
	font-family: "NotoSansCJKjp-bold";
	font-size: 5.375rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.0744680851;
	margin-top: 3.125rem;
	padding-bottom: 14px;
}

.p-mv__title-en span {
	font-family: "NotoSerifJP-Medium";
	font-size: 5.0625rem;
	font-weight: 400;
}

.p-mv__title-ja {
	color: #b69f73;
	font-family: "NotoSansCJKjp-bold";
	font-size: 1.25rem;
	letter-spacing: 0.075em;
	margin-top: 2.6875rem;
}

.p-mv__text {
	margin-top: 3.9375rem;
}

.p-mv__img {
	max-width: 40.625rem;
	position: relative;
	width: 100%;
}

.p-point {
	overflow: hidden;
	padding-top: 3.0625rem;
}

.p-point__heading {
	color: #b69f73;
	font-size: 2.125rem;
	letter-spacing: 0.075em;
	text-align: center;
}

.p-point__items {
	grid-row-gap: 9.6875rem;
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 10.6875rem;
	row-gap: 9.6875rem;
}

.p-point__item {
	-moz-column-gap: 0.625rem;
	align-items: flex-start;
	column-gap: 0.625rem;
	display: flex;
	position: relative;
}

.p-point__item:nth-child(even) {
	flex-direction: row-reverse;
}

.p-point__item::before {
	background-color: rgba(182, 159, 115, 0.5);
	bottom: 0;
	content: "";
	height: 15rem;
	left: 4.125rem;
	position: absolute;
	width: 1px;
}

.p-point__item:nth-child(even)::before {
	left: auto;
	right: 4.125rem;
}

.p-point__item::after {
	background-color: rgba(182, 159, 115, 0.5);
	bottom: 0;
	content: "";
	height: 1px;
	left: 4.125rem;
	max-width: 34.375rem;
	position: absolute;
	width: 100%;
}

.p-point__item:nth-child(even)::after {
	left: auto;
	right: 4.125rem;
}

.p-point__text-wrap {
	max-width: 38.125rem;
	padding-left: 9.3125rem;
	padding-top: 4.5625rem;
	position: relative;
	width: 100%;
}

.p-point__item:nth-child(even) .p-point__text-wrap {
	padding-left: 0;
	padding-right: 4.3125rem;
}

.p-point__number-wrap {
	color: rgba(182, 159, 115, 0.5);
	left: 0;
	position: absolute;
	top: -3.8125rem;
}

.p-point__item:nth-child(even) .p-point__number-wrap {
	left: auto;
	right: 0;
	text-align: right;
}

.p-point__text-point {
	font-family: "DINPro-Light", sans-serif;
	font-size: 4.5rem;
	letter-spacing: 0.115em;
	text-transform: uppercase;
}

.p-point__title-number {
	font-family: "DINPro-Light", sans-serif;
	font-size: 7.625rem;
	line-height: 1;
	margin-top: -0.75rem;
}

.p-point__title-wrap {
	position: relative;
}

.p-point__item:nth-child(even) .p-point__title-wrap {
	padding-left: 0;
	padding-right: 5rem;
}

.p-point__title {
	color: #b69f73;
	font-size: 1.75rem;
	letter-spacing: 0.075em;
	line-height: 1.6428571429;
	max-width: 24.5rem;
	width: 100%;
}

.p-point__item:nth-child(even) .p-point__title {
	margin-left: auto;
}

.p-point__text {
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.115em;
	line-height: 2;
	margin-top: 1.25rem;
	max-width: 24.375rem;
	text-align: justify;
	width: 100%;
}

.p-point__item:nth-child(even) .p-point__text {
	margin-left: auto;
}

.p-point__img {
	max-width: 30rem;
	padding-bottom: 4.6875rem;
	position: relative;
	width: 100%;
}

.p-point__img::before {
	-webkit-clip-path: polygon(45.753% 0%, 100% 0%, 54.247% 100%, 0% 100%);
	background-color: rgba(182, 159, 115, 0.5);
	bottom: 0;
	clip-path: polygon(45.753% 0%, 100% 0%, 54.247% 100%, 0% 100%);
	content: "";
	height: 32.125rem;
	opacity: 0.5;
	position: absolute;
	right: -9.5rem;
	width: 32.375rem;
	z-index: -1;
}

.p-point__item:nth-child(even) .p-point__img::before {
	left: -9.5rem;
	right: auto;
}

.p-point__img img {
	-o-object-fit: cover;
	aspect-ratio: 480/360;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-point__realizable {
	margin-top: 8.75rem;
	padding-bottom: 9.375rem;
}

.p-point__realizable-heading {
	align-items: center;
	color: #b69f73;
	display: flex;
	font-family: "NotoSansCJKjp-Bold", sans-serif;
	font-size: 1.4375rem;
	letter-spacing: 0.075em;
	text-align: center;
}

.p-point__realizable-heading::before,
.p-point__realizable-heading::after {
	background-color: #b69f73;
	content: "";
	flex-grow: 1;
	height: 1px;
}

.p-point__realizable-heading::before {
	margin-right: 1.75rem;
}

.p-point__realizable-heading::after {
	margin-left: 1.75rem;
}

.p-point__realizable-items {
	grid-column-gap: 2.6875rem;
	-moz-column-gap: 2.6875rem;
	grid-row-gap: 3.625rem;
	border-bottom: 1px solid #b69f73;
	column-gap: 2.6875rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 2.6875rem;
	padding-bottom: 4.0625rem;
	padding-left: 2.8125rem;
	padding-right: 2.8125rem;
	row-gap: 3.625rem;
}

.p-point__realizable-item {
	color: #fff;
	display: flex;
	flex-direction: column;
}

.p-point__realizable-title {
	font-family: "NotoSansCJKjp-Bold", sans-serif;
	font-size: 1.125rem;
}

.p-point__realizable-text {
	font-family: "NotoSansCJKjp-Regular", sans-serif;
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 0.5625rem;
	text-align: justify;
}

.p-select-reason {
	background-image: url(../images/common/select-reason.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 6.625rem 0 6.875rem;
}

.p-select-reason__content {
	max-width: 44.375rem;
	padding-left: 1.25rem;
	width: 100%;
}

.p-select-reason__content {
	margin-top: 3.5rem;
}

.p-select-reason__title {
	color: #fff;
	font-family: "NotoSansCJKjp-Bold", sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0.075em;
	line-height: 1.9166666667;
}

.p-select-reason__text {
	color: #fff;
	font-family: "NotoSansCJKjp-Regular", sans-serif;
	font-size: 1rem;
	line-height: 2;
	margin-top: 2rem;
	text-align: justify;
}

.p-service-comparison {
	background-color: #ebebeb;
	padding: 8.3125rem 0 8.25rem;
}

.p-service-comparison__text {
	font-family: "NotoSansCJKjp-Regular", sans-serif;
	font-size: 1rem;
	letter-spacing: 0.075em;
	line-height: 2;
	margin-top: 2.8125rem;
	text-align: center;
}

.p-service-comparison__table-wrap {
	border: 1px solid #d2d2d2;
	border-radius: 0.625rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.3125rem;
	max-width: 56.875rem;
}

.p-service-comparison__table {
	background-color: #fff;
	border: none;
	border-collapse: collapse;
	border-radius: 0.625rem;
	color: #444;
	width: 100%;
}

.p-service-comparison__table tr {
	display: flex;
}

.p-service-comparison__table thead td,
.p-service-comparison__table tbody th {
	display: inline-block;
	max-width: 16.375rem;
	text-align: left;
	width: 100%;
}

.p-service-comparison__table thead th,
.p-service-comparison__table tbody td {
	display: inline-block;
	max-width: 20.125rem;
	text-align: center;
	width: 100%;
}

.p-service-comparison__table thead th,
.p-service-comparison__table tbody td {
	font-size: 1.25rem;
	letter-spacing: 0.075em;
}

.p-service-comparison__table thead th:nth-child(2) {
	color: #9d9d9d;
}

.p-service-comparison__table thead th:nth-child(3) {
	color: #b69f73;
}

.p-service-comparison__table td:not(:first-child),
.p-service-comparison__table th:not(:first-child) {
	border-left: 1px solid #d2d2d2;
}

.p-service-comparison__table tbody tr:nth-child(odd) {
	background-color: #f4f4f4;
}

.p-service-comparison__table tbody th {
	font-size: 1.125rem;
	padding: 1.6875rem 2.25rem 1.625rem;
}

.p-service-comparison__table thead td,
th,
.p-service-comparison__table tbody td {
	padding: 1.5625rem 2.25rem;
}

.p-service-comparison__button {
	margin-top: 3.75rem;
	text-align: center;
}

.p-trouble {
	padding-top: 6.1875rem;
	position: relative;
}

.p-trouble::after {
	background-color: #b69f73;
	content: "";
	height: 10.625rem;
	left: 50%;
	position: absolute;
	top: -7.5rem;
	transform: translateX(-50%);
	width: 1px;
	z-index: 2;
}

.p-trouble__heading {
	color: #fff;
	font-size: 1.75rem;
	letter-spacing: 0.075em;
	text-align: center;
}

.p-trouble__items {
	grid-column-gap: 3.4375rem;
	-moz-column-gap: 3.4375rem;
	column-gap: 3.4375rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.25rem;
}

.p-trouble__item:nth-child(2) {
	padding-top: 2.5rem;
}

.p-trouble__item:nth-child(3) {
	padding-top: 5rem;
}

.p-trouble__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 330/150;
	height: 100%;
	object-fit: cover;
	opacity: 0.7;
	width: 100%;
}

.p-trouble__item-text {
	color: #fff;
	font-family: "NotoSansCJKjp-Regular", sans-serif;
	font-size: 1rem;
	letter-spacing: 0.055em;
	line-height: 2;
	margin-top: 1.25rem;
	text-align: justify;
}

.p-trouble__icon {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.1875rem;
	max-width: 17.4375rem;
	width: 100%;
}

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 18px;
}

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

.c-contact-button {
	font-size: 0.75rem;
	max-width: 15.3125rem;
	padding: 1rem;
}

.c-contact-button::after {
	height: 1.0625rem;
	margin-left: 0.8125rem;
	right: 1.875rem;
	width: 1.0625rem;
}

.c-heading-center {
	font-size: 0.9375rem;
}

.c-heading-center::before {
	height: 1.3125rem;
	margin-right: 1.25rem;
	width: 1.25rem;
}

.c-heading-center::after {
	height: 1.3125rem;
	margin-left: 1.25rem;
	width: 1.25rem;
}

.c-heading-left {
	font-size: 1.1875rem;
}

.c-heading-left::before {
	height: 1.625rem;
	width: 1.5625rem;
}

.c-webcott-button {
	font-size: 0.625rem;
	max-width: 16.875rem;
	padding: 0.75rem;
}

.c-webcott-button.c-webcott-button--black {
	max-width: 10rem;
	padding: 0.75rem;
}

.c-webcott-button span::after {
	height: 0.5625rem;
	margin-left: 0.4375rem;
	width: 0.625rem;
}

.p-about {
	padding: 3.125rem 0;
}

.p-about__content {
	flex-direction: column;
}

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

.p-about__img img {
	aspect-ratio: 320/129;
}

.p-about__text-wrap {
	max-width: 100%;
	padding: 1.6875rem 1.875rem;
}

.p-about__heading {
	font-size: 0.875rem;
}

.p-about__text {
	font-size: 0.6875rem;
	line-height: 1.9090909091;
	margin-top: 0.4375rem;
}

.p-about__price {
	flex-direction: column;
	margin-top: 3.125rem;
	padding: 2rem 0 2rem;
}

.p-about__price-left {
	-moz-column-gap: 0.625rem;
	border: none;
	column-gap: 0.625rem;
	display: flex;
	justify-content: center;
	max-width: 100%;
	padding: 0;
}

.p-about__price-subtitle {
	font-size: 1.5625rem;
}

.p-about__price-title {
	font-size: 1.5625rem;
	margin-top: 0;
}

.p-about__price-right {
	margin-top: 1.125rem;
	padding-bottom: 0;
	padding-left: 0.5625rem;
	padding-right: 0.5625rem;
	padding-top: 0;
}

.p-about__price-text {
	font-size: 0.75rem;
	letter-spacing: 0;
	line-height: 1.9166666667;
}

.p-about__price-button {
	margin-top: 1.8125rem;
	text-align: center;
}

.p-achievement {
	padding: 3.4375rem 0 5.4375rem;
}

.p-achievement::before {
	width: 16rem;
}

.p-achievement__slider-wrapper {
	margin-right: calc(50% - 50vw);
}

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

.swiper-slide__text {
	font-size: 0.6875rem;
	line-height: 1.7272727273;
	margin-top: 0.5625rem;
}

.swiper-slide__text span {
	font-size: 0.625rem;
	line-height: 1.9;
}

.p-achievement__pagination.swiper-horizontal > .swiper-pagination-bullets,
.p-achievement__pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
.p-achievement__pagination.swiper-pagination-custom,
.p-achievement__pagination.swiper-pagination-fraction {
	bottom: -2.5rem;
}

.p-achievement__pagination.swiper-pagination.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-achievement__pagination.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.3125rem;
}

.p-achievement__pagination.swiper-pagination .swiper-pagination-bullet {
	height: 0.625rem;
	width: 2.5rem;
}

.p-achievement__inner .swiper-button-next,
.p-achievement__inner .swiper-button-prev {
	height: 2.625rem;
	width: 1.125rem;
}

.p-achievement__inner .swiper-button-next {
	right: calc(50% - min(45.5vw, 40.25rem));
}

.p-achievement__inner .swiper-button-prev {
	left: calc(50% - min(48.5vw, 40.25rem));
}

.p-campaign__inner {
	padding-bottom: 2.5625rem;
	padding-left: 2.3125rem;
	padding-right: 2.3125rem;
	padding-top: 2.25rem;
}

.p-campaign::before {
	-webkit-clip-path: polygon(0 0, 53.216% 0, 100% 100%, 46.784% 100%);
	clip-path: polygon(0 0, 53.216% 0, 100% 100%, 46.784% 100%);
	right: -17.875rem;
	width: 26.6875rem;
}

.p-campaign::after {
	-webkit-clip-path: polygon(46.784% 0, 100% 0, 53.216% 100%, 0 100%);
	clip-path: polygon(46.784% 0, 100% 0, 53.216% 100%, 0 100%);
	right: -12.1875rem;
	width: 26.6875rem;
}

.p-campaign__inner::before {
	-webkit-clip-path: polygon(46.784% 0, 100% 0, 53.216% 100%, 0 100%);
	clip-path: polygon(46.784% 0, 100% 0, 53.216% 100%, 0 100%);
	left: -20.625rem;
	width: 26.6875rem;
}

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

.p-campaign__heading {
	font-size: 0.75rem;
	padding: 0.75rem;
}

.p-campaign__content {
	flex-direction: column;
	margin-top: 0.9375rem;
	padding-left: 0;
	padding-right: 0;
}

.p-campaign__title-wrap {
	max-width: 100%;
	text-align: center;
}

.p-campaign__sub-title {
	font-size: 1.25rem;
}

.p-campaign__title {
	font-size: clamp(3.563rem, 1.414rem + 11.458vw, 4.25rem);
	font-size: clamp(3.563rem, 1.414rem + 11.458vi, 4.25rem);
	margin-top: 0.25rem;
}

.p-campaign__text-wrap {
	margin-top: 0.6875rem;
	max-width: 100%;
}

.p-campaign__text {
	font-size: 0.75rem;
	letter-spacing: 0;
}

.p-campaign__text span {
	font-size: 0.625rem;
}

.p-campaign__period {
	font-size: 0.75rem;
	justify-content: center;
}

.p-campaign__period span {
	font-size: 0.9375rem;
}

.p-contact-form {
	background-position: top right -200px;
	padding: 3.75rem 0 4.4375rem;
}

.p-contact-form__text {
	font-size: 0.5rem;
	line-height: 1.7;
	margin-top: 1.25rem;
}

.p-contact-form__text span {
	display: inline-block;
	font-size: 0.75rem;
	margin-bottom: 0.3125rem;
}

.p-contact-form__form {
	margin-top: 1.875rem;
}

.p-contact {
	background-position: center right -80px;
	padding: 3.8125rem 0 4.125rem;
}

.p-contact__text {
	font-size: 0.75rem;
}

.p-contact__button {
	margin-top: 1.375rem;
}

.p-faq-list__item {
	min-height: 3.75rem;
}

.p-faq-list__item + .p-faq-list__item {
	margin-top: 1.25rem;
}

.p-faq-list__item-question {
	font-size: 0.6875rem;
	min-height: inherit;
	padding: 0.8125rem 2.3125rem 0.875rem 2.375rem;
}

.p-faq-list__item-question::before {
	height: 0.5rem;
	right: 0.9375rem;
	width: 0.5rem;
}

.p-faq-list__item-question span {
	font-size: 1.25rem;
	left: 0.9375rem;
}

.p-faq-list__item-answer {
	font-size: 0.75rem;
	line-height: 1.5;
	padding: 0.6875rem 2.3125rem 0.8125rem 0.9375rem;
}

.p-faq-list__item-answer span {
	font-size: 1.25rem;
	margin-right: 0.625rem;
	vertical-align: middle;
}

.p-faq {
	padding: 3.75rem 0;
}

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

.p-faq__inner {
	max-width: 37.5rem;
}

.p-fixed-sp {
	background-color: rgba(0, 0, 0, 0.85);
	bottom: 0;
	display: flex;
	justify-content: space-between;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 10;
}

.p-fixed-sp.p-fixed-sp--confirm {
	left: auto;
	right: 0;
	width: auto;
}

.p-footer {
	border-top: 5px solid #b69f73;
	padding: 1.75rem 0 5.75rem;
}

.p-footer__inner {
	flex-direction: column;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.p-footer__text-wrap {
	max-width: 100%;
	padding-top: 0;
}

.p-footer__info {
	font-size: 0.6875rem;
	letter-spacing: 0.075em;
}

.p-footer__copy {
	font-size: 0.625rem;
	margin-top: 1.0625rem;
}

.p-footer__button {
	margin-top: 1.625rem;
	max-width: 100%;
}

.p-form-input input {
	font-size: 0.5rem;
	max-width: 100%;
	padding: 0.375rem 0.375rem 0.375rem;
}

.p-form-select select {
	background-position: right 0.5625rem top 0.75rem;
	background-size: 0.46875rem;
	font-size: 0.5rem;
	max-width: 9.6875rem;
	padding: 0.5625rem 1.5625rem 0.6875rem 0.625rem;
}

.p-form-submit {
	max-width: 15.3125rem;
}

.p-form-submit.p-form-submit--confirm {
	max-width: 15.3125rem;
}

.p-form-submit input {
	font-size: 0.75rem;
	padding: 1rem 3.75rem;
}

.p-form-submit.p-form-submit--confirm input {
	padding: 1.1875rem 1.875rem;
}

.p-form-submit::after {
	height: 1.0625rem;
	margin-left: 0.8125rem;
	right: 2rem;
	width: 1.0625rem;
}

.p-form-submit.p-form-submit--return::after {
	left: 2rem;
	right: auto;
}

.p-form-submit input:hover {
	opacity: 1;
}

.p-form-textarea textarea {
	font-size: 0.5rem;
	height: 6.25rem;
	max-width: 15.9375rem;
	padding: 0.375rem 0.375rem 0.375rem;
}

.p-form__wrap {
	flex-direction: column;
}

.p-form__wrap.p-form__wrap--confirm {
	padding: 1.25rem;
}

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

.p-form__label {
	border-bottom: none;
	font-size: 0.5625rem;
	max-width: 100%;
}

.p-form__input,
.p-form__select,
.p-form__textarea {
	margin-top: 0.3125rem;
	padding: 0;
}

.p-form__input.p-form__input--confirm,
.p-form__select.p-form__select--confirm,
.p-form__textarea.p-form__textarea--confirm {
	font-size: 0.8125rem;
}

.p-form__textarea {
	border-radius: 0 0 0.625rem 0.625rem;
}

.p-form__input span {
	display: block;
	font-size: 0.5625rem;
	margin-left: 0;
	margin-top: 0.125rem;
}

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

.p-form__privacy input + span {
	font-size: 0.75rem;
	padding-left: 1.6875rem;
}

.p-form__privacy input + span::before {
	height: 1.125rem;
	width: 1.125rem;
}

.p-form__privacy input + span::after {
	height: 0.5rem;
	left: 0.125rem;
	top: 0.375rem;
	width: 0.875rem;
}

.p-form__button-wrap {
	flex-direction: column;
	margin-top: 1.75rem;
}

.p-form__submit {
	margin-top: 1.625rem;
}

.p-form__submit.p-form__submit--confirm + .p-form__submit.p-form__submit--confirm {
	margin-top: 1.25rem;
}

.p-service-comparison__table thead th:first-child {
	width: 8.25rem;
}

.p-interview {
	padding: 3.125rem 0 4.25rem;
}

.p-interview::before {
	height: 15.6875rem;
	width: 7.3125rem;
}

.p-interview::after {
	height: 17.0625rem;
	width: 8.0625rem;
}

.p-interview__content {
	flex-direction: column;
	margin-top: 2.0625rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	row-gap: 1.875rem;
}

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

.p-interview__img img {
	-o-object-position: top;
	aspect-ratio: 600/400;
	object-position: top;
}

.p-interview__text-wrap {
	margin-top: 0.5625rem;
	max-width: 100%;
	padding-top: 0;
}

.p-interview__name {
	font-size: 0.91rem;
	padding-bottom: 1.6875rem;
}

.p-interview__name::before {
	width: 3.75rem;
}

.p-interview__name span {
	font-size: 0.645rem;
}

.p-interview__title {
	font-size: 0.875rem;
	margin-top: 1.6875rem;
}

.p-interview__text {
	font-size: 0.75rem;
	line-height: 1.91;
	margin-top: 1.25rem;
}

.p-mv {
	padding-bottom: 0;
	padding-top: 4rem;
}

.p-mv::before {
	background-position: right -295px bottom;
	height: 89%;
	width: 100%;
}

.p-mv__inner {
	-moz-column-gap: 0;
	column-gap: 0;
	flex-direction: column;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-mv__title-wrap {
	display: contents;
}

.p-mv__sub-title {
	font-size: 0.9375rem;
	position: relative;
}

.p-mv__title-en {
	font-size: 3.0625rem;
	margin-top: 1.4375rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv__title-en span {
	display: inline-block;
	font-size: 2.875rem;
	margin-top: 0.5rem;
}

.p-mv__title-ja {
	font-size: 0.9375rem;
	margin-top: 0.9375rem;
	position: relative;
}

.p-mv__text {
	font-size: 0.875rem;
	line-height: 1.9;
	margin-top: 1.25rem;
	order: 1;
	position: relative;
}

.p-mv__img {
	margin-top: 1.25rem;
}

.p-point {
	padding-top: 1.5625rem;
}

.p-point__heading {
	font-size: 1.1875rem;
}

.p-point__items {
	margin-top: 6.8125rem;
	row-gap: 6.875rem;
}

.p-point__item {
	flex-direction: column;
	row-gap: 2rem;
}

.p-point__item:nth-child(even) {
	flex-direction: column;
}

.p-point__item::before {
	height: 7.5rem;
	left: -0.25rem;
}

.p-point__item:nth-child(even)::before {
	right: -0.25rem;
}

.p-point__item::after {
	left: -0.25rem;
}

.p-point__item:nth-child(even)::after {
	right: -0.25rem;
}

.p-point__text-wrap {
	max-width: 100%;
	padding-left: 0;
	padding-top: 0;
}

.p-point__item:nth-child(even) .p-point__text-wrap {
	padding-right: 0;
}

.p-point__number-wrap {
	-moz-column-gap: 0.3125rem;
	column-gap: 0.3125rem;
	display: flex;
	left: auto;
	right: -0.75rem;
	text-align: right;
}

.p-point__item:nth-child(even) .p-point__number-wrap {
	right: -0.75rem;
}

.p-point__text-point {
	font-size: 1.9375rem;
	line-height: 1;
	padding-top: 0.1875rem;
}

.p-point__title-number {
	font-size: 3.8125rem;
	padding-top: 0.625rem;
}

.p-point__item:nth-child(even) .p-point__title-wrap {
	padding-right: 0;
}

.p-point__title {
	font-size: 1.25rem;
	max-width: 100%;
}

.p-point__text {
	font-size: 0.75rem;
	line-height: 1.9;
	margin-top: 0.75rem;
	max-width: 100%;
}

.p-point__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-bottom: 2.75rem;
	width: 75%;
}

.p-point__img::before {
	bottom: 8rem;
	height: 16.0625rem;
	right: -9rem;
	width: 16.1875rem;
}

.p-point__item:nth-child(even) .p-point__img::before {
	bottom: -3.5rem;
	left: -9rem;
}

.p-point__realizable {
	margin-top: 5.125rem;
	padding-bottom: 2.8125rem;
}

.p-point__realizable-heading {
	font-size: 0.875rem;
}

.p-point__realizable-heading::before {
	margin-right: 0.6875rem;
}

.p-point__realizable-heading::after {
	margin-left: 0.6875rem;
}

.p-point__realizable-items {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.3125rem;
	padding-bottom: 2.875rem;
	padding-left: 0.1875rem;
	padding-right: 0.1875rem;
	row-gap: 1.5625rem;
}

.p-point__realizable-title {
	font-size: 0.75rem;
}

.p-point__realizable-text {
	font-size: 0.625rem;
}

.p-select-reason {
	background-image: url(../images/common/select-reason-sp.jpg);
	background-position: top right;
	padding: 3.625rem 0 2.6875rem;
}

.p-select-reason__content {
	padding-left: 0;
}

.p-select-reason__content {
	margin-top: 1.6875rem;
}

.p-select-reason__title {
	font-size: 0.875rem;
}

.p-select-reason__text {
	font-size: 0.75rem;
	line-height: 1.92;
	margin-top: 0.9375rem;
}

.p-service-comparison {
	overflow: hidden;
	padding: 3.75rem 0 3.8125rem;
}

.p-service-comparison__text {
	font-size: 0.75rem;
	letter-spacing: 0;
	line-height: 1.9166666667;
	margin-top: 1.375rem;
}

.p-service-comparison__table-content {
	display: flex;
	margin-right: calc(50% - 50vw);
	overflow-x: scroll;
	width: 94.6vw;
}

.p-service-comparison__table-wrap {
	display: inline-table;
	margin-top: 1.5625rem;
	max-width: 100%;
}

.p-service-comparison__table thead td,
.p-service-comparison__table tbody th {
	max-width: 100%;
	width: 8.25rem;
}

.p-service-comparison__table thead th,
.p-service-comparison__table tbody td {
	max-width: 100%;
	width: 10.0625rem;
}

.p-service-comparison__table thead th,
.p-service-comparison__table tbody td {
	font-size: 0.625rem;
}

.p-service-comparison__table tbody th {
	font-size: 0.5625rem;
	padding: 0.8125rem 0.75rem 0.75rem;
}

.p-service-comparison__table thead td,
th,
.p-service-comparison__table tbody td {
	padding: 0.8125rem 0.75rem 0.75rem;
}

.p-service-comparison__button {
	margin-top: 1.75rem;
}

.p-trouble {
	padding-top: 7.8125rem;
}

.p-trouble::after {
	height: 3.75rem;
	top: 2rem;
}

.p-trouble__heading {
	font-size: 1.0625rem;
}

.p-trouble__items {
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
	row-gap: 2.75rem;
}

.p-trouble__item:nth-child(2) {
	padding-top: 0;
}

.p-trouble__item:nth-child(3) {
	padding-top: 0;
}

.p-trouble__item-text {
	font-size: 0.8125rem;
	line-height: 1.8;
	margin-top: 1.125rem;
}

.p-trouble__icon {
	margin-top: 2.4375rem;
	max-width: 8.75rem;
}

}

@media (max-width: 360px) {

html {
	font-size: 4.4444444444vw;
}

}

@keyframes fadeUp {

from {
	opacity: 0;
	transform: translateY(8px);
}

to {
	opacity: 1;
	transform: none;
}

}

@keyframes slideInLeft {

from {
	opacity: 0;
	transform: translateX(-10px);
}

to {
	opacity: 1;
	transform: none;
}

}

@keyframes fv-fade-up-soft {

from {
	opacity: 0;
	transform: translateY(6px);
}

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

}

@keyframes fv-cta-pop {

from {
	opacity: 0;
	transform: translateY(10px) scale(0.98);
}

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

}


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