/* リキッドレイアウト対応 */
body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: none;
}

main {
	overflow: hidden;
}

html {
	font-size: 16px;
}

/* ホバー */
a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

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

/* Remove default padding */
ul,
ol {
	padding: 0;
}

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

/* Set core root defaults */
html {
	scroll-behavior: smooth;
}

/* Set core body defaults */
body {
	line-height: 1;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* 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: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	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;
}

picture {
	display: block;
}

button {
	display: block;
	padding: 0;
	width: 100%;
}

.c-btn {
	background-color: black;
	color: yellow;
	padding: 10px 40px;
	padding: 0.625rem 2.5rem;
}

.l-about {
	margin-top: -14px;
	margin-top: -0.875rem;
}

.l-comment {
	margin-top: -1px;
	margin-top: -0.0625rem;
}

.l-cta {
	margin-top: -1px;
	margin-top: -0.0625rem;
}

.l-cta--first {
	margin-top: 38px;
	margin-top: 2.375rem;
}

.l-cta-last {
	margin-bottom: 4rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.l-mv {
	padding-top: 55px;
	padding-top: 3.4375rem;
	position: relative;
	z-index: 1;
}

.l-thanks {
	padding-top: 55px;
	padding-top: 3.4375rem;
}

.p-about {
	background-color: #d6e2d7;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	position: relative;
}

.p-about::after {
	background-color: #2AA738;
	bottom: -40px;
	bottom: -2.5rem;
	content: "";
	height: 40px;
	height: 2.5rem;
	left: 0;
	position: absolute;
	width: 100vw;
}

.p-about__satisfaction {
	position: relative;
}

.p-about__satisfaction::before {
	background: url(../images/car.png) center center/contain no-repeat;
	content: "";
	height: 28px;
	height: 1.75rem;
	position: absolute;
	right: 0;
	top: -30px;
	top: -1.875rem;
	width: 70px;
	width: 4.375rem;
}

.p-about__title {
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-size: 1rem;
	font-weight: bold;
	padding: 17px;
	padding: 1.0625rem 0;
	position: relative;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: 1;
}

.p-about__title::before {
	background: url(../images/bg_green1.png) center center/contain no-repeat;
	content: "";
	height: 80px;
	height: 5rem;
	left: -30px;
	left: -1.875rem;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	width: calc(100% + 3.75rem);
	z-index: -1;
}

.p-about__title span {
	color: #faee00;
	font-family: "Barlow", sans-serif;
	font-size: 34px;
	font-size: 2.125rem;
}

.p-about__bigText {
	position: relative;
	margin-inline: auto;
	margin-top: 2rem;
	width: 267px;
	width: 16.6875rem;
}

.p-about__bigText::before {
	position: absolute;
	content: "";
	width: 5rem;
	height: 5rem;
	background: url(../images/nagura_01.png) center center / contain no-repeat;
	right: -3.5rem;
	top: -0.5rem;
}

.p-about__text {
	background-color: #fff;
	border-radius: 0.75rem;
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.7333333333;
	margin-top: -10px;
	margin-top: -0.625rem;
	padding: 30px 10px;
	padding: 1.875rem 0.625rem;
	text-align: center;
}

.p-about__text span {
	color: #FF8600;
}

.p-about__slider {
	margin-left: calc(50% - 50vw);
	margin-top: 15px;
	margin-top: 0.9375rem;
	width: 100vw;
}

.p-about__slider picture {
	margin: 0 6px;
	margin: 0 0.375rem;
}

.p-about__showroom {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-about__title2 {
	color: #fff;
	font-size: 24px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.75;
	position: relative;
	text-align: center;
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	z-index: 1;
}

.p-about__title2::before {
	background: url(../images/bg_green2.png) center center/contain no-repeat;
	content: "";
	height: 112px;
	height: 7rem;
	left: 50%;
	position: absolute;
	top: -10px;
	top: -1rem;
	-webkit-transform: translateX(-50%) rotate(-3deg);
	transform: translateX(-50%) rotate(-3deg);
	width: 534px;
	width: 33.375rem;
	z-index: -1;
}

.p-about__title2 span {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.25;
}

.p-about__text2 {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.7333333333;
	margin-top: 45px;
	margin-top: 2.8125rem;
	text-align: center;
}

.p-about__wrap {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-about__clinic {
	width: 100%;
}

.p-about__map {
	position: relative;
	margin-top: 2rem;
	width: 100%;
}

.p-about__map::before {
	display: block;
	content: "神奈川・千葉・埼玉・茨城・東京で15店舗";
	line-height: 1.25;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 1rem;
	color: #2a9338;
}

.p-about__bottom {
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.p-about__bottom-text {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.7333333333;
}

.p-about__bottom-text span {
	color: #FF8600;
}

.p-about__bottom-text2 {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.7333333333;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-about__bottom-text2 span {
	display: inline-block;
	position: relative;
	width: 138px;
	width: 8.625rem;
	z-index: 1;
}

.p-about__bottom-text2 span::before {
	background: url(../images/comma_01.png) center center/contain no-repeat;
	content: "";
	height: 27px;
	height: 1.6875rem;
	left: -5px;
	left: -0.3125rem;
	position: absolute;
	top: -12px;
	top: -0.75rem;
	width: 32px;
	width: 2rem;
	z-index: -1;
}

.p-about__bottom-text2 span::after {
	background: url(../images/comma_02.png) center center/contain no-repeat;
	content: "";
	height: 27px;
	height: 1.6875rem;
	position: absolute;
	right: -5px;
	right: -0.3125rem;
	top: -12px;
	top: -0.75rem;
	width: 32px;
	width: 2rem;
	z-index: -1;
}

.p-case {
	background-color: #d6e2d7;
	padding-bottom: 58px;
	padding-bottom: 3.625rem;
	padding-top: 25px;
	padding-top: 1.5625rem;
	position: relative;
}

.p-case::after {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #d6e2d7;
	bottom: 1px;
	bottom: 0.0625rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 40px;
	height: 2.5rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-case::before {
	background-color: #fff;
	bottom: 0px;
	bottom: 0rem;
	content: "";
	height: 40px;
	height: 2.5rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-case__head {
	font-size: 15px;
	font-size: 0.9375rem;
	text-align: center;
}

.p-case__head img {
	margin: 0 auto;
	margin-bottom: 14px;
	margin-bottom: 0.875rem;
	margin-top: 14px;
	margin-top: 0.875rem;
	width: 20px;
	width: 1.25rem;
}

.p-case__title {
	margin-left: -10px;
	width: calc(100% + 20px);
}

.p-case__text {
	margin-inline: auto;
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.01em;
	line-height: 1.6;
	margin-top: 27px;
	margin-top: 1.6875rem;
	width: 87%;
}

.p-case__units {
	margin-top: 54px;
	margin-top: 3.375rem;
}

.p-case__unit {
	background-color: #fff;
	border-radius: 1.125rem;
	padding: 30px 10px;
	padding: 1.875rem 0.625rem;
	position: relative;
}

.p-case__unit:nth-child(2)::before {
	background-color: #FF8600;
	color: #fff;
	content: "オススメ！";
	display: grid;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	height: 36px;
	height: 2.25rem;
	letter-spacing: 0.1em;
	place-items: center;
	position: absolute;
	right: 0;
	top: -5px;
	top: -0.3125rem;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	width: 146px;
	width: 9.125rem;
}

.p-case__point {
	left: 0;
	position: absolute;
	top: -30px;
	top: -1.875rem;
	width: 68px;
	width: 4.25rem;
}

.p-case__unit-title {
	border-bottom: 1px solid #2AA738;
	border-bottom: 0.0625rem solid #2AA738;
	color: #2AA738;
	font-size: 21px;
	font-size: 1.3125rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-top: 10px;
	padding-top: 0.625rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-case__unit-title::before {
	bottom: 5px;
	bottom: 0.3125rem;
	color: #E5EEE5;
	content: attr(data-sub);
	font-size: 49px;
	font-size: 3.0625rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.p-case__figure {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-case__box {
	background-color: #dadbdb;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 33px 20px 17px;
	padding: 2.0625rem 1.25rem 1.0625rem;
}

.p-case__box-text {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.01em;
	line-height: 1.4666666667;
	text-align: center;
}

.p-case__box-red-text {
	color: #ce1c24;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.4666666667;
	text-align: center;
}

.p-case__box-figure {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-case__bigTitle {
	margin-left: calc(-10px + -0.625rem);
	margin-top: 18px;
	margin-top: 1.125rem;
	width: calc(100% + 20px + 1.25rem);
}

.p-case__list {
	padding-block: 17px;
	padding-block: 1.0625rem;
	background-image: linear-gradient(to right, #FF8600 2px, transparent 2px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 0.3125rem 0.0625rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.2857142857;
	padding-left: 30px;
	padding-left: 1.875rem;
	position: relative;
}

.p-case__unit+.p-case__unit {
	margin-top: 62px;
	margin-top: 3.875rem;
}

.p-case__list::before {
	background: url(../images/check_orange.png) center center/contain no-repeat;
	content: "";
	height: 20px;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 17px;
	top: 1.0625rem;
	width: 20px;
	width: 1.25rem;
}

.p-case__list span {
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.p-case__bottom {
	margin-inline: auto;
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.01em;
	line-height: 1.6;
	margin-top: 42px;
	margin-top: 2.625rem;
	width: 94%;
}

.p-case__bottom img {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-check {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	position: relative;
}

.p-check::before {
	background-color: #2AA738;
	bottom: 0;
	content: "";
	height: 40px;
	height: 2.5rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-check::after {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #d6e2d7;
	bottom: 1px;
	bottom: 0.0625rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 40px;
	height: 2.5rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-check__comment {
	margin-top: -75px;
	margin-top: -4.6875rem;
}

.p-check__message {
	background-color: #d6e2d7;
	padding: 20px 0 40px;
	padding: 1.25rem 0 2.5rem;
}

.p-check__text {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.01em;
	line-height: 1.4666666667;
	text-align: center;
}

.p-check__bigText {
	margin-inline: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	width: 319px;
	width: 19.9375rem;
}

.p-choice {
	background-color: #FFF6E5;
	overflow: hidden;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	padding-top: 30px;
	padding-top: 1.875rem;
}

.p-choice__title {
	margin-left: -20px;
	margin-left: -1.25rem;
	width: calc(100% + 2.5rem);
}

.p-choice__head {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.01em;
	line-height: 1.4666666667;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-choice__head img {
	margin: 0 auto;
	margin-top: 10px;
	margin-top: 0.625rem;
	width: 20px;
	width: 1.25rem;
}

.p-choice__head img+p {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-choice__head span {
	color: #FF8600;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
}

.p-choice__cards {
	counter-reset: number 0;
	margin-top: 42px;
	margin-top: 2.625rem;
}

.p-choice__card {
	background-color: #fff;
	border-radius: 0.625rem;
	padding: 15px 10px;
	padding: 0.9375rem 0.625rem;
	position: relative;
}

.p-choice__card::before {
	color: #fff6e5;
	content: "POINT.0" counter(number);
	counter-increment: number 1;
	font-family: "Barlow", sans-serif;
	font-size: 42px;
	font-size: 2.625rem;
	letter-spacing: 0.05em;
	position: absolute;
	text-align: center;
	top: 16px;
	top: 1rem;
	width: 100%;
}

.p-choice__card+.p-choice__card {
	margin-top: 55px;
	margin-top: 3.4375rem;
}

.p-about__clinic {
	width: 100%;
}

.p-about__maps {
	/* display: grid;
	grid-template-columns: repeat(2,1fr); */
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}

.p-about__maps li {
	position: relative;
	width: calc(50% - 10px * 1/2);
}

.p-about__maps li p {
	font-weight: bold;
	margin-bottom: 5px;
}

.p-about__maps li span {
	display: block;
	bottom: 5px;
	left: 5px;
	line-height: 1.5;
	color: black;
	font-size: 0.75rem;
	margin-top: 6px;
}

.p-choice__point {
	left: 0;
	position: absolute;
	top: -30px;
	top: -1.875rem;
	width: 75px;
	width: 4.6875rem;
}

.p-choice__card-title {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.2380952381;
	min-height: 45px;
	min-height: 2.8125rem;
	position: relative;
	text-align: center;
}

.p-choice__card:nth-child(n+2) .p-choice__card-title {
	-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-choice__card-title::before {
	background-color: #2AA738;
	bottom: -5px;
	bottom: -0.3125rem;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-choice__card-title span {
	color: #FF8600;
}

.p-choice__card-text {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-comment {
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	position: relative;
}

.p-comment::after {
	background-color: #2AA738;
	content: "";
	height: 44px;
	height: 2.75rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-comment__inner {
	position: relative;
	z-index: 1;
}

.p-comment__title {
	margin-left: -10px;
	width: calc(100% + 20px);
}

.p-comment__arrow {
	margin: 0 auto;
	width: 20px;
	width: 1.25rem;
}

.p-comment__head {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: -0.035em;
	line-height: 1.7333333333;
	text-align: center;
}

.p-comment__head span {
	background: url(../images/orange_bg.png) center right/cover no-repeat;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 0 4px;
	padding: 0 0.25rem;
}

.p-comment__text {
	margin-inline: auto;
	background: #d3d3d3;
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding: 30px 13px;
	padding: 1.875rem 0.8125rem;
	width: 94%;
}

.p-comment__text p+p {
	margin-top: 1em;
}

.p-cta {
	background-color: #2AA738;
	padding-bottom: 25px;
	padding-bottom: 1.5625rem;
	padding-top: 25px;
	padding-top: 1.5625rem;
}

.p-cta__title {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-cta__title::before {
	background: url(../images/cta_frame_left.png) center center/contain no-repeat;
	content: "";
	height: 24px;
	height: 1.5rem;
	left: -23px;
	left: -1.4375rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	width: 0.875rem;
}

.p-cta__title::after {
	background: url(../images/cta_frame_right.png) center center/contain no-repeat;
	content: "";
	height: 24px;
	height: 1.5rem;
	position: absolute;
	right: -23px;
	right: -1.4375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	width: 0.875rem;
}

.p-cta__title span {
	margin-inline: 3px;
	margin-inline: 0.1875rem;
	color: #fff100;
	display: inline-block;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
}

.p-cta__box {
	background-color: #fff;
	border-radius: 0.625rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding: 22px 15px;
	padding: 1.375rem 0.9375rem;
}

.p-cta__row+.p-cta__row {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-cta__row dt {
	gap: 3px;
	gap: 0.1875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
}

.p-cta__row dt .hissu {
	background-color: #2AA738;
	border-radius: 0.125rem;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 1px 2px;
	padding: 0.0625rem 0.125rem;
}

.p-cta__row dd {
	margin-top: 6px;
	margin-top: 0.375rem;
}

.p-cta__row dd input {
	border: 1px solid #000;
	border: 0.0625rem solid #000;
	border-radius: 0.3125rem;
	display: inline-block;
	height: 40px;
	height: 2.5rem;
	padding: 5px 18px;
	padding: 0.3125rem 1.125rem;
	width: 100%;
}

.p-cta__row dd input::-moz-placeholder {
	color: #898989;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
}

.p-cta__row dd input::-webkit-input-placeholder {
	color: #898989;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
}

.p-cta__row dd input::-ms-input-placeholder {
	color: #898989;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
}

.p-cta__row dd input::placeholder {
	color: #898989;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
}

.p-cta__btn {
	margin-inline: auto;
	border-radius: 0.625rem;
	-webkit-box-shadow: 0.3125rem 0.3125rem 0 #001b65;
	box-shadow: 0.3125rem 0.3125rem 0 #001b65;
	height: 75px;
	height: 4.5rem;
	margin-top: 24px;
	margin-top: 1.5rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 320px;
	width: 20rem;
}

.p-cta__btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translate(0.3125rem, 0.3125rem);
	transform: translate(0.3125rem, 0.3125rem);
}

.p-cta__btn input {
	background: url(../images/btn_sp.png) center center/contain no-repeat;
	display: inline-block;
	height: 100%;
	width: 100%;
}

.p-cta__text {
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 18px;
	margin-top: 1.125rem;
	text-align: center;
}

.p-cta__wrap {
	gap: 8px;
	gap: 0.5rem;
	display: grid;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-cta__tel a {
	display: block;
}

.p-cta__time {
	gap: 15px;
	gap: 0.9375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.05em;
	margin-top: 5px;
	margin-top: 0.3125rem;
	text-align: center;
}

.p-cta__time span {
	background-color: #fff;
	color: #2AA738;
	display: grid;
	font-size: 14px;
	font-size: 0.875rem;
	height: 20px;
	height: 1.25rem;
	letter-spacing: 0.05em;
	place-items: center;
	width: 70px;
	width: 4.375rem;
}

span.error_blank,
span.error_format,
span.error_match {
	color: #ff0000;
	display: block;
	margin-top: 5px;
}

div.loading-layer {
	background: rgba(0, 0, 0, .7);
	height: 100vh;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100vw;
	z-index: 10000;
}

span.loading {
	-webkit-animation: load-circle 1s linear infinite;
	animation: load-circle 1s linear infinite;
	border-bottom: 5px solid rgba(255, 255, 255, .2);
	border-left: 5px solid #ffffff;
	border-radius: 50%;
	border-right: 5px solid rgba(255, 255, 255, .2);
	border-top: 5px solid rgba(255, 255, 255, .2);
	height: 50px;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 50px;
}

.p-feature {
	background-color: #2a9638;
	padding-bottom: 25px;
	padding-bottom: 1.5625rem;
	padding-top: 20px;
	padding-top: 1.25rem;
}

.p-feature__head {
	color: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.7333333333;
	text-align: center;
}

.p-feature__title {
	margin-inline: auto;
	margin-top: 12px;
	margin-top: 0.75rem;
	max-width: 340px;
	max-width: 21.25rem;
	position: relative;
	z-index: 1;
}

.p-feature__box {
	background-color: #fff;
	border-radius: 1.5625rem;
	margin-top: -35px;
	margin-top: -2.1875rem;
	padding: 0 8px;
	padding: 0 0.5rem;
	position: relative;
}

.p-feature__list {
	gap: 15px;
	gap: 0.9375rem;
	background-image: linear-gradient(to right, #2AA738 2px, transparent 2px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 0.3125rem 0.0625rem;
	display: grid;
	grid-template-columns: 2.8125rem 1fr;
	padding: 13px 0;
	padding: 0.8125rem 0;
}

.p-feature__content {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-feature__bigText {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
}

.p-feature__bigText span {
	color: #FF8600;
	font-size: 18px;
	font-size: 1.125rem;
}

.p-feature__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-top: 13px;
	margin-top: 0.8125rem;
}

.p-feature__staff {
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.p-feature__bottom-text {
	margin-inline: auto;
	color: #FF8600;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-feature__bottom-text::before {
	background: url(../images/frame_orange_left.png) center center/contain no-repeat;
	content: "";
	height: 44px;
	height: 2.75rem;
	left: -34px;
	left: -2.125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 21px;
	width: 1.3125rem;
}

.p-feature__bottom-text::after {
	background: url(../images/frame_orange_right.png) center center/contain no-repeat;
	content: "";
	height: 44px;
	height: 2.75rem;
	position: absolute;
	right: -34px;
	right: -2.125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 21px;
	width: 1.3125rem;
}

.p-feature__img {
	margin-inline: auto;
	margin-top: 12px;
	margin-top: 0.75rem;
	max-width: 257px;
	max-width: 16.0625rem;
}

.p-footer {
	background-color: #2AA738;
	padding: 6px;
	padding: 0.375rem;
	padding-bottom: 100px;
}

.p-footer__copy {
	color: #fff;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 10px;
	font-size: 0.625rem;
	text-align: center;
}

.p-header {
	background-color: #fff;
	-webkit-box-shadow: 0 0.0625rem 0.125rem rgba(188, 188, 188, .75);
	box-shadow: 0 0.0625rem 0.125rem rgba(188, 188, 188, .75);
	height: 55px;
	height: 3.4375rem;
	left: 0;
	/* position: fixed; */
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 0 13px 0 10px;
	padding: 0 0.8125rem 0 0.625rem;
}

.p-header__logo {
	width: 98px;
	width: 6.125rem;
}

.p-header__btns {
	gap: 8px;
	gap: 0.5rem;
	display: grid;
	grid-template-columns: 49.5% 50.5%;
	margin-left: auto;
	max-width: 116px;
	max-width: 7.25rem;
	place-items: center;
}

.p-header__btn {
	border-radius: 0.1875rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-header__btn:nth-child(1) {
	-webkit-box-shadow: 0.1875rem 0.1875rem 0 #001b65;
	box-shadow: 0.1875rem 0.1875rem 0 #001b65;
}

.p-header__btn:nth-child(2) {
	-webkit-box-shadow: 0.1875rem 0.1875rem 0 #c23900;
	box-shadow: 0.1875rem 0.1875rem 0 #c23900;
}

.p-header__btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translate(0.1875rem, 0.1875rem);
	transform: translate(0.1875rem, 0.1875rem);
}

.p-leave__tags {
	gap: 20px;
	gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-leave__tag {
	background-color: #FF8600;
	border-radius: 0.75rem;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	padding: 7px 12px;
	padding: 0.4375rem 0.75rem;
}

.p-leave__text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-leavel__title {
	margin-inline: auto;
	margin-top: 25px;
	margin-top: 1.5625rem;
	max-width: 340px;
	max-width: 21.25rem;
}

.p-leave__box {
	background-color: rgba(42, 167, 56, .14);
}

.p-leave__lists {
	border-radius: 0.9375rem;
	margin-top: -10px;
	margin-top: -0.625rem;
	padding: 40px 0px 40px 20px;
	padding: 2.5rem 0rem 2.5rem 1.25rem;
}

.p-leave__list {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	padding-left: 40px;
	padding-left: 2.5rem;
	position: relative;
}

.p-leave__list+.p-leave__list {
	margin-top: 38px;
	margin-top: 2.375rem;
}

.p-leave__list::before {
	background: url(../images/trouble_check.png) center center/contain no-repeat;
	content: "";
	height: 32px;
	height: 2rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 32px;
	width: 2rem;
}

.p-leave__figure {
	margin-inline: auto;
	margin-top: 18px;
	margin-top: 1.125rem;
	max-width: 320px;
	max-width: 20rem;
	display: none;
}

.p-menu {
	background-color: #eaf6eb;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-top: 30px;
	padding-top: 1.875rem;
}

.p-menu__title {
	margin-inline: auto;
	width: 286px;
	width: 17.875rem;
}

.p-menu__cards {
	gap: 10px 13px;
	gap: 0.625rem 0.8125rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 16px;
	margin-top: 1rem;
}

.p-menu__card {
	background-color: #fff;
	border-radius: 0.3125rem;
	-webkit-box-shadow: 0.125rem 0.125rem 0.125rem rgba(137, 137, 137, .75);
	box-shadow: 0.125rem 0.125rem 0.125rem rgba(137, 137, 137, .75);
	padding: 6px 6px 11px;
	padding: 0.375rem 0.375rem 0.6875rem;
}

.p-menu__img img {
	aspect-ratio: 295/222;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-menu__text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding-bottom: 6px;
	padding-bottom: 0.375rem;
	position: relative;
	text-align: center;
}

.p-menu__text::before {
	background-image: linear-gradient(to right, #2AA738 2px, transparent 2px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 0.4375rem 0.0625rem;
	bottom: 0;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 50%;
	max-width: 115px;
	max-width: 7.1875rem;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.p-menu__price {
	gap: 3px;
	gap: 0.1875rem;
	color: #FF8600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Barlow", sans-serif;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: bold;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.05em;
	margin-top: 6px;
	margin-top: 0.375rem;
}

.p-menu__price img {
	height: 24px;
	height: 1.5rem;
	width: auto;
}

.p-menu__bottom {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.p-message {
	background: url(../images/bg_message_sp.png) center center/cover no-repeat;
	overflow: hidden;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	padding-top: 30px;
	padding-top: 1.875rem;
}

.p-message__title {
	position: relative;
}

.p-message__comment {
	margin-inline: auto;
	background-color: #000;
	border-radius: 0.625rem;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.5714285714;
	margin-top: 24px;
	margin-top: 1.5rem;
	max-width: 336px;
	max-width: 21rem;
	padding: 13px;
	padding: 0.8125rem;
	position: relative;
	text-align: center;
}

.p-message__comment::before {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #000;
	bottom: -7px;
	bottom: -0.4375rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 8px;
	height: 0.5rem;
	left: 70px;
	left: 4.375rem;
	position: absolute;
	width: 15px;
	width: 0.9375rem;
}

.p-message__comment span {
	color: #faee00;
}

.p-message__lists {
	-webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
	background-color: #fff;
	border-radius: 0.625rem;
	clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
	margin-top: 25px;
	margin-top: 1.5625rem;
	overflow: hidden;
	padding: 5px 15px 35px;
	padding: 0.3125rem 0.9375rem 2.1875rem;
}

.p-message__list {
	padding-block: 15px;
	padding-block: 0.9375rem;
	background-image: linear-gradient(to right, #2AA738 2px, transparent 2px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 0.3125rem 0.0625rem;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding-left: 34px;
	padding-left: 2.125rem;
	position: relative;
}

.p-message__list:last-child {
	background-image: none;
}

.p-message__list::before {
	background: url(../images/check.png) center center/contain no-repeat;
	content: "";
	height: 20px;
	height: 1.25rem;
	left: 0;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	width: 1.25rem;
}

.p-message__band {
	margin-left: -25px;
	margin-left: -1.5625rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	width: calc(100% + 3.125rem);
}

.p-message__prof {
	margin-inline: auto;
	margin-top: -10px;
	margin-top: -0.625rem;
	width: 77%;
}

.p-message__text {
	background-color: #fff;
	border-radius: 0.625rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding: 15px;
	padding: 0.9375rem;
}

.p-message__text-head {
	width: 64px;
	width: 4rem;
}

.p-message__text-main {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.01em;
	line-height: 1.6;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-message ::-webkit-scrollbar {
	width: 3px;
	width: 0.1875rem;
}

.p-message ::-webkit-scrollbar-track {
	background-color: transparent;
}

.p-message ::-webkit-scrollbar-thumb {
	background-color: #FF8600;
	/* ハンドルの色 */
}

.p-middle {
	background: repeating-linear-gradient(120deg, #fff6e5, #fff6e5 0.3125rem, transparent 0.3125rem, transparent 0.8125rem);
	padding-top: 95px;
	padding-top: 5.9375rem;
}

.p-middle__head {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.4666666667;
	text-align: center;
}

.p-middle__head span {
	color: #FF8600;
	font-size: 19px;
	font-size: 1.1875rem;
}

.p-middle__comments {
	margin-inline: auto;
	margin-top: 45px;
	margin-top: 2.8125rem;
	max-width: 330px;
	max-width: 20.625rem;
}

.p-middle__comment {
	max-width: 270px;
	max-width: 16.875rem;
	width: 100%;
}

.p-middle__comment:nth-child(2) {
	margin-left: auto;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-middle__img {
	margin-inline: auto;
	max-width: 160px;
	max-width: 10rem;
}

.p-more {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0.875rem, transparent), color-stop(0.875rem, #f4f4f4)), -webkit-gradient(linear, left top, left bottom, color-stop(0.875rem, transparent), color-stop(0.875rem, #f4f4f4));
	background-image: linear-gradient(to right, transparent 0.875rem, #f4f4f4 0.875rem), linear-gradient(to bottom, transparent 0.875rem, #f4f4f4 0.875rem);
	background-size: 0.9375rem 0.9375rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	padding-top: 30px;
	padding-top: 1.875rem;
}

.p-more__inner.l-inner {
	padding: 0 25px;
	padding: 0 1.5625rem;
}

.p-more__title {
	font-family: "Klee One", cursive;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: 600;
	text-align: center;
}

.p-more__subtitle {
	font-family: "Klee One", cursive;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-top: 20px;
	margin-top: 1.25rem;
	position: relative;
	text-align: center;
}

.p-more__subtitle::before {
	background-color: #2AA738;
	bottom: -6px;
	bottom: -0.375rem;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 217px;
	width: 13.5625rem;
}

.p-more__text {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-more__text p {
	font-family: "Klee One", cursive;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.p-more__text p+p {
	margin-top: 28px;
	margin-top: 1.75rem;
}

.p-more__wrap {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: grid;
	grid-template-columns: 7.125rem 1fr;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-more__prof {
	font-family: "Klee One", cursive;
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: right;
}

.p-mv {
	position: relative;
}

.p-mv__area {
	left: 50%;
	max-width: 350px;
	max-width: 22.875rem;
	position: absolute;
	top: 5px;
	top: 0.3125rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
	display: none;
}

.p-mv__img {
	position: relative;
}

.p-mv__img::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 10rem;
	height: 42.6vw;
	left: 0;
	bottom: 5rem;
	bottom: 21.3vw;
	background-color: #FFF2E1;
	display: none;
}

.p-mv__img::after {
	position: absolute;
	content: "";
	width: 21.875rem;
	width: 93.33vw;
	height: 6.375rem;
	height: 27.2vw;
	left: 50%;
	transform: translateX(-50%);
	bottom: 6rem;
	bottom: 25.6vw;
	background: url(../images/mv_medal.png) center center / contain no-repeat;
	display: none;
}

.p-reason {
	background: #EAF6EB;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	padding-top: 30px;
	padding-top: 1.875rem;
}

.p-reason__inner.l-inner {
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-reason__title {
	-webkit-transform: translateX(0.625rem);
	transform: translateX(0.625rem);
	width: calc(100% + 1.875rem);
}

.p-reason__wrap {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-reason__text {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-reason__map {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-reason__lists {
	margin-top: 14px;
	margin-top: 0.875rem;
}

.p-reason__list {
	border-radius: 0.625rem;
	overflow: hidden;
}

.p-reason__list+.p-reason__list {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-reason__a {
	background-color: #2AA738;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 14px 20px;
	padding: 0.875rem 1.25rem;
	position: relative;
}

.p-reason__a::before {
	background-color: #fff;
	content: "";
	height: 2px;
	height: 0.125rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	width: 0.75rem;
}

.p-reason__a::after {
	background-color: #fff;
	content: "";
	height: 2px;
	height: 0.125rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 12px;
	width: 0.75rem;
}

.p-reason__list.is-active .p-reason__a::after {
	-webkit-transform: translateY(0) rotate(0);
	transform: translateY(0) rotate(0);
}

.p-reason__b {
	background-color: #fff;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	padding: 14px 14px 14px 20px;
	padding: 0.875rem 0.875rem 0.875rem 1.25rem;
}

.p-reform {
	background: url(../images/bg_reform_sp.png) center top/cover no-repeat;
	margin-left: calc(50% - 50vw);
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	width: 100vw;
}

.p-reform__title {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.035em;
	line-height: 1.75;
	text-align: center;
}

.p-reform__title span {
	background-image: linear-gradient(to right, #FF8600 2px, transparent 2px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 0.3125rem 0.125rem;
	color: #FF8600;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 20px;
	font-size: 1.25rem;
}

.p-reform__text {
	margin-inline: auto;
	background: rgba(255, 255, 255, .5);
	border-radius: 0.625rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	max-width: 355px;
	max-width: 22.1875rem;
	padding: 12px 10px;
	padding: 0.75rem 0.625rem;
}

.p-reform__text2 {
	margin-inline: auto;
	margin-top: 22px;
	margin-top: 1.375rem;
	width: 262px;
	width: 16.375rem;
}

.p-reform__btn {
	margin: 0 auto;
	margin-top: 13px;
	margin-top: 0.8125rem;
	max-width: 315px;
	max-width: 19.6875rem;
}

.p-reform__btn a {
	border-radius: 0.625rem;
	-webkit-box-shadow: 0.3125rem 0.3125rem 0 #5e0b12;
	box-shadow: 0.3125rem 0.3125rem 0 #5e0b12;
	display: inline-block;
	height: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-reform__btn a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translate(0.3125rem, 0.3125rem);
	transform: translate(0.3125rem, 0.3125rem);
}

.p-speed {
	background-color: #fff6e5;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 20px;
	padding-top: 1.25rem;
	position: relative;
}

.p-speed::before {
	background: repeating-linear-gradient(120deg, #fff6e5, #fff6e5 0.1875rem, transparent 0.1875rem, transparent 0.5rem);
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-speed::after {
	-webkit-clip-path: polygon(50% 80%, 100% 0, 100% 100%, 0 100%, 0 0);
	background-color: #2AA738;
	bottom: -1px;
	bottom: -0.0625rem;
	clip-path: polygon(50% 80%, 100% 0, 100% 100%, 0 100%, 0 0);
	content: "";
	height: 60px;
	height: 3.75rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-speed__inner {
	position: relative;
	z-index: 1;
}

.p-speed__head {
	margin-top: 6px;
	margin-top: 0.375rem;
}

.p-speed__text {
	background-color: #fff;
	border-radius: 0.625rem;
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.7333333333;
	margin-top: -10px;
	margin-top: -0.625rem;
	padding: 30px 10px 15px;
	padding: 1.875rem 0.625rem 0.9375rem;
	text-align: center;
}

.p-strong {
	position: relative;
	background: url(../images/bg_strong_sp.png) center center/cover no-repeat;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	padding-top: 4rem;
}

.p-strong::before {
	position: absolute;
	content: "";
	width: 6rem;
	height: 8rem;
	z-index: 1;
	top: 2rem;
	left: 0;
	background: url(../images/nagura_02.png) center center / contain no-repeat;
}

.p-strong__heading {
	margin-inline: auto;
	color: #2AA738;
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: bold;
	line-height: 1.3333333333;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	margin-bottom: 2rem;
}

.p-strong__heading::before {
	background: url(../images/frame_green_left.png) center center/contain no-repeat;
	content: "";
	height: 36px;
	height: 2.25rem;
	left: -45px;
	left: -2.8125rem;
	position: absolute;
	top: 0;
	width: 24px;
	width: 1.5rem;
}

.p-strong__heading::after {
	background: url(../images/frame_green_right.png) center center/contain no-repeat;
	content: "";
	height: 36px;
	height: 2.25rem;
	position: absolute;
	right: -45px;
	right: -2.8125rem;
	top: 0;
	width: 24px;
	width: 1.5rem;
}

.p-strong__title {
	margin-top: 10px;
	margin-top: 0.625rem;
	padding-left: 15px;
	padding-left: 0.9375rem;
}

.p-strong__units {
	margin-inline: auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 92.95%;
}

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

.p-strong__unit+.p-strong__unit {
	margin-top: 54px;
	margin-top: 3.375rem;
}

.p-strong__img {
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-strong__content {
	display: contents;
}

.p-strong__head {
	display: grid;
	grid-template-columns: 3.125rem 1fr;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.p-strong__number {
	background-color: #2AA738;
	border-radius: 1.5625rem 0 1.5625rem 0;
	color: #fff;
	font-family: "Barlow", sans-serif;
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: bold;
	padding: 6px;
	padding: 0.375rem;
}

.p-strong__subtitle {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.3333333333;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	position: relative;
}

.p-strong__subtitle::before {
	background: url(../images/border_sp.png) center center/contain repeat-x;
	bottom: 0px;
	bottom: 0rem;
	content: "";
	height: 2px;
	height: 0.125rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-strong__subtitle span {
	color: #FF8600;
}

.p-strong__text {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-strong__text--third {
	overflow: hidden;
}

.p-strong__text--third .space {
	float: right;
	height: 152px;
	height: 9.5rem;
}

.p-strong__text--third img {
	clear: both;
	float: right;
	margin: 0 0 12px 20px;
	margin: 0 0 0.75rem 1.25rem;
	width: 140px;
	width: 8.75rem;
}

.p-thanks {
	background-color: #2AA738;
	min-height: calc(100vh - 4.8125rem);
	padding-top: 12px;
	padding-top: 0.75rem;
}

.p-thanks__title {
	margin-inline: auto;
	-webkit-transform: translateX(1.25rem);
	transform: translateX(1.25rem);
	width: 200px;
	width: 12.5rem;
}

.p-thanks__box {
	background-color: #fff;
	border-radius: 0.625rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding: 40px 10px;
	padding: 2.5rem 0.625rem;
}

.p-thanks__bigTitle {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.7333333333;
	text-align: center;
}

.p-thanks__text {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.7333333333;
	margin-top: 35px;
	margin-top: 2.1875rem;
	text-align: center;
}

.p-thanks__btn {
	margin-inline: auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 162px;
	width: 10.125rem;
}

.p-top {
	-webkit-clip-path: polygon(100% 0, 100% calc(100% - 4.6875rem), 50% 100%, 0 calc(100% - 4.6875rem), 0 0);
	background-color: #d6e2d7;
	clip-path: polygon(100% 0, 100% calc(100% - 4.6875rem), 50% 100%, 0 calc(100% - 4.6875rem), 0 0);
	padding-bottom: 75px;
	padding-bottom: 4.6875rem;
	padding-top: 15px;
	padding-top: 0.9375rem;
	position: relative;
}

.p-top::before {
	background-color: #fff;
	content: "";
	height: 45px;
	height: 2.8125rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-top__inner {
	position: relative;
	z-index: 1;
}

.p-top__title {
	margin-inline: auto;
	max-width: 355px;
	max-width: 22.1875rem;
}

.p-top__head {
	color: #2a9338;
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 18px;
	margin-top: 1.125rem;
	text-align: center;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

.p-top__subtitle {
	margin-inline: auto;
	margin-top: 15px;
	margin-top: 0.9375rem;
	position: relative;
	width: 256px;
	width: 16rem;
}

.p-top__subtitle::before {
	background: url(../images/check_01.png) center center/contain no-repeat;
	content: "";
	height: 65px;
	height: 4.0625rem;
	position: absolute;
	right: -35px;
	right: -2.1875rem;
	top: 0;
	width: 48px;
	width: 3rem;
}

.p-trouble {
	overflow: hidden;
	padding-top: 30px;
	padding-top: 1.875rem;
}

.p-trouble__head {
	margin-inline: auto;
	background-color: #FF8600;
	border-radius: 0.625rem;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.5714285714;
	margin-top: 24px;
	margin-top: 1.5rem;
	max-width: 336px;
	max-width: 21rem;
	padding: 13px;
	padding: 0.8125rem;
	position: relative;
	text-align: center;
}

.p-trouble__head::before {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #FF8600;
	bottom: -7px;
	bottom: -0.4375rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 8px;
	height: 0.5rem;
	left: 70px;
	left: 4.375rem;
	position: absolute;
	width: 15px;
	width: 0.9375rem;
}

.p-trouble__box {
	background-color: #d6e2d7;
	border-radius: 0.75rem 0.75rem 0 0;
	margin-top: 20px;
	margin-top: 1.25rem;
	overflow: hidden;
}

.p-trouble__lists {
	background-color: #d6e2d7;
	margin-top: 25px;
	margin-top: 1.5625rem;
	padding: 5px 15px 0px;
	padding: 0.3125rem 0.9375rem 0rem;
	position: relative;
}

.p-trouble__list {
	padding-block: 15px;
	padding-block: 0.9375rem;
	background-image: linear-gradient(to right, #2AA738 2px, transparent 2px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 0.3125rem 0.0625rem;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	padding-left: 34px;
	padding-left: 2.125rem;
	position: relative;
}

.p-trouble__list::before {
	background: url(../images/check.png) center center/contain no-repeat;
	content: "";
	height: 20px;
	height: 1.25rem;
	left: 0;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	width: 1.25rem;
}

.p-touble__img {
	margin-inline: auto;
	max-width: 267px;
	max-width: 16.6875rem;
	position: relative;
}

.p-trouble__band {
	margin-left: -10px;
	width: calc(100% + 20px);
}

.p-voice {
	overflow: hidden;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	padding-top: 30px;
	padding-top: 1.875rem;
}

.p-voice__review {
	position: relative;
	margin-top: 3rem;
}

.p-voice__review::before {
	position: absolute;
	content: "";
	width: 6rem;
	height: 8rem;
	right: 0rem;
	top: 0;
	background: url(../images/nagura_02.png) center center / contain no-repeat;
}

.p-voice__title {
	margin-left: auto;
	width: 321px;
	width: 20.0625rem;
}

.p-voice__cards {
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.p-voice__cards .slick-list {
	overflow: unset;
}

.p-voice__cards .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-voice__cards .slick-slide {
	height: auto !important;
}

.p-voice__card {
	background: url(../images/bg_voice.png) center left/100% repeat-y;
	border-radius: 0.625rem;
	-webkit-box-shadow: 0.125rem 0.125rem 0.125rem rgba(175, 175, 175, .75);
	box-shadow: 0.125rem 0.125rem 0.125rem rgba(175, 175, 175, .75);
	padding: 30px 12px 24px 30px;
	padding: 1.875rem 0.75rem 1.5rem 1.875rem;
	position: relative;
}

.p-voice__card+.p-voice__card {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-voice__card.blue::before {
	background: url(../images/blue.png) center center/contain no-repeat;
	content: "";
	height: 58px;
	height: 3.625rem;
	left: 50%;
	position: absolute;
	top: -30px;
	top: -1.875rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 118px;
	width: 7.375rem;
}

.p-voice__card.pink::before {
	background: url(../images/pink.png) center center/contain no-repeat;
	content: "";
	height: 42px;
	height: 2.625rem;
	left: 50%;
	position: absolute;
	top: -20px;
	top: -1.25rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 106px;
	width: 6.625rem;
}

.p-voice__card.yellow::before {
	background: url(../images/yellow.png) center center/contain no-repeat;
	content: "";
	height: 48px;
	height: 3rem;
	left: 50%;
	position: absolute;
	top: -25px;
	top: -1.5625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 108px;
	width: 6.75rem;
}

.p-voice__head {
	color: #2AA738;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	position: relative;
	text-align: center;
}

.p-voice__head::before {
	background-color: #2AA738;
	bottom: -5px;
	bottom: -0.3125rem;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 264px;
	width: 16.5rem;
}

.p-voice__card-title {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.01em;
	line-height: 1.5;
	margin-top: 6px;
	margin-top: 0.375rem;
	text-align: center;
}

.p-voice__card-title span {
	color: #FF8600;
}

.p-voice__img {
	margin-inline: auto;
	margin-top: 8px;
	margin-top: 0.5rem;
	max-width: 318px;
	max-width: 19.875rem;
}

.p-voice__text {
	margin-top: 14px;
	margin-top: 0.875rem;
	overflow: hidden;
	position: relative;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.p-voice__text.open {
	height: 100%;
}

.p-voice__text p {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.01em;
	line-height: 1.6;
}

.p-voice__btn {
	gap: 5px;
	gap: 0.3125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #FF8600;
	color: #FF8600;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.01em;
	margin-top: 8px;
	margin-top: 0.5rem;
	padding-top: 6px;
	padding-top: 0.375rem;
	text-align: center;
}

.p-voice__btn span {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #FF8600;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	display: inline-block;
	height: 4px;
	height: 0.25rem;
	width: 6px;
	width: 0.375rem;
}

.p-voice__wrap {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-voice__table {
	border: 1px solid #2AA738;
	border-radius: 0.3125rem;
	margin-top: 18px;
	margin-top: 1.125rem;
	max-width: 310px;
	max-width: 19.375rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.p-voice__table dl {
	display: grid;
	grid-template-columns: 17% 1fr 17% 1fr;
	height: 32px;
	height: 2rem;
}

.p-voice__table dt {
	background-color: #2AA738;
	border-bottom: 1px solid #fff;
	color: #fff;
	display: grid;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: bold;
	line-height: 1.1;
	place-items: center;
	text-align: center;
}

.p-voice__table dd {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #2AA738;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 12px;
	font-size: 0.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.05em;
}

.p-voice__table dl:last-child dd,
.p-voice__table dl:last-child dt {
	border-bottom: none;
}

.p-voice__table dd span {
	font-size: 8px;
	font-size: 0.5rem;
}

.slide-arrow {
	cursor: pointer;
	height: 56px;
	height: 3.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 56px;
	width: 3.5rem;
	z-index: 1;
}

.slide-arrow:hover {
	opacity: 0.8;
}

.prev-arrow {
	background: url(../images/prev_arrow.png) center center/contain no-repeat;
	left: -30px;
	left: -1.875rem;
}

.next-arrow {
	background: url(../images/next_arrow.png) center center/contain no-repeat;
	right: -30px;
	right: -1.875rem;
}

.p-info {
	padding-block: 2rem;
	font-size: 0.725rem;
	text-align: center;
	line-height: 1.5;
}

.p-info__links {
	display: flex;
	flex-direction: column;
	gap: 0rem;
	margin-top: 1rem;
}

.p-info__link a {
	text-decoration: underline;
	color: blue;
}

@media screen and (min-width: 414px) {
	.p-strong__text--third .space {
		height: 6.25rem;
	}
}

@media screen and (min-width: 768px) {
	.u-desktop {
		display: block !important;
	}

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

	html {
		font-size: 1.25vw;
	}

	a:hover {
		opacity: 0.8;
	}

	.l-about {
		margin-top: 0;
	}

	.l-cta {
		margin-top: -0.125rem;
	}

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

	.l-mv {
		padding-top: 5.625rem;
	}

	.l-thanks {
		padding-top: 6.1875rem;
	}

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

	.p-about__bigText::before {
		width: 10rem;
		height: 10rem;
		top: -6rem;
		right: -10rem;
	}

	.p-about::before {
		-webkit-clip-path: polygon(calc(50vw - 500px) 0, 50% 100%, calc(50vw + 500px) 0, 100% 0, 100% 100%, 0 100%, 0 0);
		background-color: #2AA738;
		bottom: -0.0625rem;
		clip-path: polygon(calc(50vw - 500px) 0, 50% 100%, calc(50vw + 500px) 0, 100% 0, 100% 100%, 0 100%, 0 0);
		height: 4.6875rem;
	}

	.p-about__satisfaction {
		background-color: #fff;
		padding: 3.75rem 0 1.875rem;
	}

	.p-about__satisfaction::before {
		height: 3.75rem;
		top: -3.75rem;
		width: 9.25rem;
	}

	.p-about__title {
		font-size: 2rem;
		left: -2.5rem;
		padding: 1.125rem 0;
		position: absolute;
		text-align: center;
		top: -3.5625rem;
		width: 40.625rem;
	}

	.p-about__title::before {
		background: url(../images/bg_green1.png) center center/contain no-repeat;
		height: 150%;
		left: 0;
		top: -1.25rem;
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
		width: 100%;
	}

	.p-about__title span {
		font-size: 3.75rem;
	}

	.p-about__bigText {
		margin-top: 0;
		width: 27.875rem;
	}

	.p-about__text {
		font-size: 1.25rem;
		line-height: 2;
		margin-top: 1.75rem;
		padding: 0;
	}

	.p-about__over {
		overflow: hidden;
	}

	.p-about__slider {
		margin: 0;
		margin-top: 0.9375rem;
		width: 100%;
	}

	.p-about__showroom {
		background-color: #fff;
		border-radius: 0.625rem;
		margin-top: 6.5rem;
		padding: 4.0625rem 2.8125rem 2.8125rem;
		position: relative;
	}

	.p-about__title2 {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		font-size: 2.5rem;
		height: 5.625rem;
		position: absolute;
		right: -1.875rem;
		top: -3.5625rem;
		width: 41.25rem;
	}

	.p-about__title2::before {
		background: url(../images/bg_green2.png) center center/contain no-repeat;
		height: 170%;
		top: -2.125rem;
		width: 100%;
	}

	.p-about__title2 span {
		font-size: 1.5625rem;
	}

	.p-about__text2 {
		font-size: 1.25rem;
		margin-top: 0;
	}

	.p-about__clinic {
		margin: 0 auto;
		width: 80%;
	}

	.p-about__wrap {
		gap: 0.9375rem;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		display: grid;
		margin-top: 1.5625rem;
	}

	.p-about__maps {
		gap: 1.5rem;
		margin-top: 4rem;
	}

	.p-about__maps li {
		width: calc(50% - 1.5rem * 1/2);
	}

	.p-about__maps li p {
		font-size: 2rem;
		margin-bottom: 1rem;
	}

	.p-about__maps li span {
		font-size: 1.25rem;
	}

	.p-about__bottom {
		margin-top: 2.25rem;
	}

	.p-about__bottom-text {
		font-size: 1.25rem;
		line-height: 2;
	}

	.p-about__bottom-text2 {
		-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: 0.5rem;
		font-size: 1.25rem;
		line-height: 2;
	}

	.p-about__bottom-text2 span {
		padding: 0 2.25rem;
		width: 17.1875rem;
	}

	.p-about__bottom-text2 span::before {
		height: 1.9375rem;
		left: 0;
		width: 2.25rem;
	}

	.p-about__bottom-text2 span::after {
		height: 1.9375rem;
		right: 0;
		width: 2.25rem;
	}

	.p-case {
		padding-bottom: 6.875rem;
		padding-top: 4.375rem;
	}

	.p-case::after {
		-webkit-clip-path: polygon(calc(50vw - 500px) 0, 50% 100%, calc(50vw + 500px) 0, 100% 0, 100% 100%, 0 100%, 0 0);
		background-color: #fff;
		bottom: 0rem;
		clip-path: polygon(calc(50vw - 500px) 0, 50% 100%, calc(50vw + 500px) 0, 100% 0, 100% 100%, 0 100%, 0 0);
	}

	.p-case::before {
		background-color: #d6e2d7;
		bottom: 0.0625rem;
	}

	.p-case__head {
		font-size: 1.3125rem;
	}

	.p-case__title {
		margin-inline: auto;
		width: 37.5rem;
	}

	.p-case__text {
		font-size: 1.0625rem;
		margin-top: 1.5625rem;
		max-width: 47.25rem;
		text-align: center;
		width: 100%;
	}

	.p-case__unit {
		padding: 4.375rem 6.25rem;
	}

	.p-case__unit:nth-child(2)::before {
		font-size: 1.625rem;
		height: 3.125rem;
		right: 10.25rem;
		top: 0rem;
		width: 11.25rem;
	}

	.p-case__point {
		top: -3.75rem;
		width: 8.75rem;
	}

	.p-case__unit-title {
		font-size: 1.5rem;
		letter-spacing: 0.11em;
	}

	.p-case__unit-title::before {
		font-size: 3.75rem;
		width: 26.25rem;
	}

	.p-case__figure {
		margin-top: 2.8125rem;
	}

	.p-case__box {
		padding: 1.5625rem 0.625rem 0.625rem;
	}

	.p-case__box-red-text {
		margin-top: 1em;
	}

	.p-case__box-figure {
		margin-inline: auto;
		width: 40.3125rem;
	}

	.p-case__bigTitle {
		margin-left: -6.25rem;
		width: calc(100% + 12.5rem);
	}

	.p-case__lists {
		margin-inline: auto;
		margin-top: 1.25rem;
		max-width: 49.875rem;
	}

	.p-case__list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0.5rem;
		padding: 1.0625rem 0;
		padding-left: 1.5rem;
		font-size: 1.125rem;
		line-height: 2;
		align-items: flex-start;
	}

	.p-case__list span {
		font-size: 1.125rem;
		line-height: 2;
		margin-bottom: 0;
	}

	.p-case__list::before {
		top: 1.5rem;
	}

	.p-case__unit+.p-case__unit {
		margin-top: 6.25rem;
	}

	.p-case__bottom {
		font-size: 1.3125rem;
		line-height: 1.3333333333;
		margin-top: 2.875rem;
		text-align: center;
		width: 100%;
	}

	.p-case__bottom img {
		margin-inline: auto;
		margin-top: 1.25rem;
		width: 30.375rem;
	}

	.p-check::before {
		height: 3.75rem;
	}

	.p-check::after {
		bottom: 0.125rem;
		height: 3.75rem;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 24.0625rem;
	}

	.p-check__message {
		padding-bottom: 5rem;
		padding-top: 2.8125rem;
	}

	.p-check__text {
		font-size: 1.3125rem;
		line-height: 1.2380952381;
	}

	.p-check__bigText {
		width: 33.625rem;
	}

	.p-choice {
		padding: 4.375rem 0;
	}

	.p-choice__title {
		margin-inline: auto;
		width: 43.75rem;
	}

	.p-choice__head {
		font-size: 1.25rem;
		margin-top: 2.1875rem;
	}

	.p-choice__head img {
		margin-top: 1.25rem;
		width: 2.1875rem;
	}

	.p-choice__head img+p {
		margin-top: 1.25rem;
	}

	.p-choice__head span {
		font-size: 1.875rem;
	}

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

	.p-choice__card {
		margin-left: auto;
		padding: 2rem 2.1875rem;
		width: calc(100% - 7.375rem);
	}

	.p-choice__card::before {
		font-size: 3rem;
		font-weight: bold;
		left: 2.3125rem;
		top: 1.5rem;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
	}

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

	.p-choice__point {
		left: -7.5rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 5.75rem;
	}

	.p-choice__card-title {
		font-size: 1.5625rem;
		min-height: unset;
	}

	.p-choice__card-title::before {
		bottom: -0.625rem;
	}

	.p-choice__card-text {
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		font-size: 1.25rem;
		line-height: 2;
		margin-top: 1.75rem;
	}

	.p-comment {
		background: url(../images/bg_comment_pc.png) center center/cover no-repeat;
		padding-bottom: 4.375rem;
	}

	.p-comment::after {
		height: 5rem;
	}

	.p-comment__title {
		margin-left: calc(50% - 54vw);
		width: 108vw;
	}

	.p-comment__arrow {
		width: 2.1875rem;
	}

	.p-comment__head {
		font-size: 1.5625rem;
		letter-spacing: 0.05em;
		line-height: 1.72;
	}

	.p-comment__head span {
		font-size: 2.1875rem;
		padding: 0.125rem 0.9375rem;
	}

	.p-comment__text {
		background-color: #fff;
		border-radius: 0.625rem;
		font-size: 1.25rem;
		line-height: 1.5;
		margin-top: 1.375rem;
		padding: 2.5rem 3.125rem;
	}

	.p-cta {
		padding: 4.375rem 0;
	}

	.p-cta__title {
		font-size: 1.5625rem;
	}

	.p-cta__title::before {
		height: 1.9375rem;
		left: -1.75rem;
		width: 1rem;
	}

	.p-cta__title::after {
		height: 1.9375rem;
		right: -1.75rem;
		width: 1rem;
	}

	.p-cta__title span {
		font-size: 2.5rem;
	}

	.p-cta__box {
		margin-top: 1.875rem;
		padding: 2.375rem 3.625rem 1.25rem;
	}

	.p-cta__row {
		gap: 1.875rem;
		display: grid;
		grid-template-columns: 9.375rem 1fr;
	}

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

	.p-cta__row dt {
		gap: 0.4375rem;
		font-size: 1.375rem;
		letter-spacing: 0.05em;
	}

	.p-cta__row dt .hissu {
		font-size: 1.125rem;
		padding: 0.0625rem 0.125rem 0.1875rem;
	}

	.p-cta__row dd input {
		height: 3.125rem;
		padding: 0.3125rem 1.25rem;
	}

	.p-cta__row dd input::-moz-placeholder {
		font-size: 1.25rem;
	}

	.p-cta__row dd input::-webkit-input-placeholder {
		font-size: 1.25rem;
	}

	.p-cta__row dd input::-ms-input-placeholder {
		font-size: 1.25rem;
	}

	.p-cta__row dd input::placeholder {
		font-size: 1.25rem;
	}

	.p-cta__btn input {
		background: url(../images/btn_pc.png) center center/contain no-repeat;
	}

	.p-cta__text {
		font-size: 0.875rem;
		margin-top: 1.25rem;
	}

	.p-cta__wrap {
		gap: 0.875rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 2rem;
	}

	.p-cta__tel {
		max-width: 25rem;
	}

	.p-cta__time {
		gap: 1.25rem;
		font-size: 1.25rem;
	}

	.p-cta__time span {
		font-size: 1.25rem;
		height: 1.625rem;
		width: 6.125rem;
	}

	.p-feature {
		padding: 2.5rem 0 3.125rem;
	}

	.p-feature__inner.l-inner {
		max-width: calc(75.625rem + 50px);
	}

	.p-feature__head {
		font-size: 1.625rem;
		line-height: 1.72;
	}

	.p-feature__title {
		margin-top: 2.375rem;
		max-width: 34.875rem;
	}

	.p-feature__box {
		margin-top: -5.9375rem;
	}

	.p-feature__lists {
		gap: 0 3.9375rem;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		padding: 5.625rem 6.25rem 10.625rem;
	}

	.p-feature__list {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		grid-template-columns: 4.375rem 1fr;
		padding: 1.6875rem 0;
	}

	.p-feature__bigText {
		font-size: 1.25rem;
	}

	.p-feature__bigText span {
		font-size: 1.625rem;
	}

	.p-feature__text {
		font-size: 1.1875rem;
		line-height: 1.4210526316;
		margin-top: 1.25rem;
	}

	.p-feature__staff {
		bottom: 0;
		margin-top: 0;
		position: absolute;
		right: .25rem;
		width: 27.1875rem;
	}

	.p-feature__bottom-text {
		font-size: 1.625rem;
	}

	.p-feature__img {
		margin-top: 1.125rem;
		max-width: 19rem;
		width: 100%;
	}

	.p-footer {
		padding: 0.625rem;
	}

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

	.p-header {
		height: 5.625rem;
	}

	.p-header__inner {
		margin-inline: auto;
		max-width: 113.75rem;
		padding: 0 3.125rem;
	}

	.p-header__logo {
		width: 11.125rem;
	}

	.p-header__btns {
		gap: 1.125rem;
		max-width: 33.5rem;
	}

	.p-leave__tags {
		margin-top: 2.625rem;
	}

	.p-leave__tag {
		font-size: 1.625rem;
		letter-spacing: 0.1em;
		padding: 0.4375rem 1.0625rem;
	}

	.p-leave__text {
		font-size: 1.5rem;
		margin-top: 3.125rem;
	}

	.p-leavel__title {
		margin-top: 2.1875rem;
		max-width: 38.375rem;
	}

	.p-leave__box {
		margin-inline: auto;
		border-radius: 1.5rem;
		max-width: 50rem;
	}

	.p-leave__lists {
		margin-inline: auto;
		padding: 3rem 1.25rem 2.5rem;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
	}

	.p-leave__list {
		font-size: 1.3125rem;
		letter-spacing: 0.05em;
		padding-left: 2.8125rem;
	}

	.p-leave__list+.p-leave__list {
		margin-top: 2rem;
	}

	.p-leave__figure {
		margin-top: 2.5rem;
	}

	.p-menu {
		padding-top: 5.9375rem;
	}

	.p-menu__title {
		width: 38.9375rem;
	}

	.p-menu__cards {
		gap: 1.875rem 1.5625rem;
		grid-template-columns: repeat(3, 1fr);
		margin-top: 2.5rem;
	}

	.p-menu__card {
		border-radius: 0.625rem;
		padding: 0.625rem 0.625rem 1.25rem;
	}

	.p-menu__text {
		font-size: 1.75rem;
		padding-bottom: 0.9375rem;
	}

	.p-menu__text::before {
		max-width: 14.1875rem;
	}

	.p-menu__price {
		font-size: 3.125rem;
		margin-top: 0.9375rem;
	}

	.p-menu__price img {
		height: 2.8125rem;
	}

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

	.p-message {
		background: url(../images/bg_message_pc.png) center center/cover no-repeat;
		padding: 4.375rem 0;
	}

	.p-message__title {
		margin-inline: auto;
		width: 38.75rem;
	}

	.p-message__comment {
		font-size: 1.375rem;
		max-width: 43.75rem;
		padding: 1.25rem;
	}

	.p-message__comment::before {
		bottom: -0.8125rem;
		height: 0.875rem;
		left: 50%;
		-webkit-transform: translateX(-505);
		transform: translateX(-505);
		width: 1.5625rem;
	}

	.p-message__lists {
		-webkit-clip-path: unset;
		-webkit-clip-path: polygon(100% 0, 100% calc(100% - 3.125rem), 50% 100%, 0 calc(100% - 3.125rem), 0 0);
		margin-inline: auto;
		border-radius: 1.125rem;
		clip-path: unset;
		clip-path: polygon(100% 0, 100% calc(100% - 3.125rem), 50% 100%, 0 calc(100% - 3.125rem), 0 0);
		margin-top: 2.5rem;
		max-width: 50rem;
		padding: 1.5625rem 3.125rem 5.9375rem;
		width: 100%;
	}

	.p-message__list {
		padding-block: 1.125rem;
		font-size: 1.375rem;
		padding-left: 3.125rem;
	}

	.p-message__band {
		margin-top: 2.625rem;
		width: 100%;
	}

	.p-message__prof {
		margin-inline: auto;
		margin-top: 2.8125rem;
		width: 36.25rem;
	}

	.p-message__text {
		font-size: 1.1875rem;
		margin-top: 0;
		padding: 2rem 3.125rem;
	}

	.p-message__text-head {
		width: 6.25rem;
	}

	.p-message__text-main {
		font-size: 1.25rem;
		letter-spacing: 0.05em;
	}

	.p-middle {
		background: repeating-linear-gradient(140deg, #fff6e5, #fff6e5 0.9375rem, transparent 0.9375rem, transparent 2.125rem);
	}

	.p-middle__head {
		font-size: 1.625rem;
		line-height: 1.44;
	}

	.p-middle__head span {
		font-size: 1.625rem;
	}

	.p-middle__comments {
		max-width: 42.375rem;
	}

	.p-middle__comment {
		max-width: 26.625rem;
	}

	.p-middle__comment:nth-child(2) {
		margin-top: 0.625rem;
	}

	.p-middle__img {
		margin-top: 0.5rem;
		max-width: 21.0625rem;
	}

	.p-more {
		padding-bottom: 4.375rem;
		padding-top: 4.375rem;
	}

	.p-more__inner.l-inner {
		margin-inline: auto;
		max-width: calc(56.25rem + 50px);
		padding: 0 25px;
	}

	.p-more__title {
		font-size: 3.125rem;
	}

	.p-more__subtitle {
		font-size: 1.875rem;
		margin-top: 2.8125rem;
	}

	.p-more__subtitle::before {
		bottom: -0.9375rem;
		width: 31.25rem;
	}

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

	.p-more__text p {
		font-size: 1.25rem;
		line-height: 1.5;
	}

	.p-more__wrap {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		grid-template-columns: 7.375rem 1fr;
		margin-left: auto;
		margin-top: 3rem;
		max-width: 25.125rem;
	}

	.p-more__prof {
		font-size: 1.25rem;
		line-height: 1.5789473684;
	}

	.p-mv__area {
		max-width: unset;
		width: 35.78125vw;
	}

	.p-mv__img::before {
		height: 12rem;
		height: 15vw;
		bottom: 7rem;
		bottom: 8.75vw;
		background-color: #FFEFDE;
	}

	.p-mv__img::after {
		width: 38rem;
		width: 47.5vw;
		height: 11rem;
		height: 13.9vw;
		bottom: 7.5rem;
		bottom: 9.375vw;
	}

	.p-reason {
		padding: 4.375rem 0;
	}

	.p-reason__inner.l-inner {
		padding: 0 25px;
	}

	.p-reason__title {
		margin-inline: auto;
		width: 42rem;
	}

	.p-reason__wrap {
		gap: 3.125rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: grid;
		grid-template-columns: 42.8% 1fr;
		margin-top: 1.875rem;
	}

	.p-reason__text {
		font-size: 1.25rem;
		line-height: 2.1666666667;
	}

	.p-reason__map {
		gap: 1.875rem;
		display: grid;
		grid-template-columns: 38% 1fr;
		margin-top: 4.0625rem;
	}

	.p-reason__lists {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.p-reason__a {
		font-size: 1.375rem;
		padding: 0.75rem 1.3125rem;
	}

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

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

	.p-reason__b {
		display: block;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		font-size: 1rem;
		padding: 1.0625rem 0.625rem 1.0625rem 1.3125rem;
	}

	.p-reform {
		background: none;
		padding-bottom: 0;
	}

	.p-reform__title {
		margin-inline: auto;
		width: 37.3125rem;
	}

	.p-reform__title span {
		font-size: 1.875rem;
	}

	.p-reform__text {
		max-width: 50rem;
		padding: 1.875rem 2.8125rem;
	}

	.p-reform__text2 {
		margin-top: 1rem;
		width: 33.75rem;
	}

	.p-reform__btn {
		margin-top: 1rem;
		max-width: 31.25rem;
	}

	.p-speed {
		padding-bottom: 7.8125rem;
		padding-top: 4.375rem;
	}

	.p-speed::before {
		background: repeating-linear-gradient(120deg, #fff6e5, #fff6e5 0.6875rem, transparent 0.6875rem, transparent 1.625rem);
	}

	.p-speed::after {
		-webkit-clip-path: polygon(calc(50vw - 500px) 0, 50% 100%, calc(50vw + 500px) 0, 100% 0, 100% 100%, 0 100%, 0 0);
		clip-path: polygon(calc(50vw - 500px) 0, 50% 100%, calc(50vw + 500px) 0, 100% 0, 100% 100%, 0 100%, 0 0);
		height: 4.6875rem;
	}

	.p-speed__title {
		margin-inline: auto;
		width: 80%;
	}

	.p-speed__head {
		margin-inline: auto;
		margin-top: 1.6875rem;
		width: 36.5rem;
	}

	.p-speed__text {
		border-radius: 0.75rem;
		font-size: 1.25rem;
		line-height: 2.5;
		margin-top: -0.9375rem;
		padding: 2.5rem 0.625rem 1.25rem;
	}

	.p-strong {
		background: url(../images/bg_strong_pc.png) center center/cover no-repeat;
		padding: 4.375rem 0;
	}

	.p-strong::before {
		width: 12rem;
		height: 16rem;
		left: calc(50% - 30rem);
	}

	.p-strong__inner.l-inner {
		max-width: 1270px;
	}

	.p-strong__heading {
		font-size: 1.75rem;
	}

	.p-strong__heading::before {
		height: 4.375rem;
		left: -7.5rem;
		width: 2.375rem;
	}

	.p-strong__heading::after {
		height: 4.375rem;
		right: -7.5rem;
		width: 2.375rem;
	}

	.p-strong__title {
		margin-inline: auto;
		margin-top: 1.4375rem;
		width: 35.6875rem;
	}

	.p-strong__units {
		margin-top: 2.1875rem;
		width: 100%;
	}

	.p-strong__unit {
		gap: 4.375rem;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: calc(100% - 5.875rem);
	}

	.p-strong__unit:nth-child(odd) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin-left: auto;
	}

	.p-strong__unit+.p-strong__unit {
		margin-top: 3.125rem;
	}

	.p-strong__img {
		width: 36.25rem;
	}

	.p-strong__content {
		display: block;
		width: calc(100% - 40.625rem);
	}

	.p-strong__head {
		gap: 1.25rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		grid-template-columns: 4.5rem 1fr;
	}

	.p-strong__number {
		font-size: 3rem;
		padding: 0.875rem 0.5rem;
	}

	.p-strong__subtitle {
		font-size: 1.5625rem;
		height: 3em;
		line-height: 1.36;
		padding-bottom: 0.625rem;
	}

	.p-strong__unit:last-child .p-strong__subtitle {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.p-strong__text {
		font-size: 1.25rem;
		line-height: 1.9;
		margin-top: 2.25rem;
	}

	.p-strong__text--third .space {
		height: 10.5rem;
	}

	.p-strong__text--third img {
		width: 14.625rem;
	}

	.p-thanks {
		min-height: calc(100vh - 7.75rem);
		padding-top: 3.4375rem;
	}

	.p-thanks__title {
		width: 24.625rem;
	}

	.p-thanks__box {
		margin-top: 2.375rem;
		padding: 4.0625rem 0.625rem;
	}

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

	.p-thanks__text {
		font-size: 1.25rem;
		line-height: 2;
		margin-top: 2.8125rem;
	}

	.p-thanks__btn {
		margin-top: 4.25rem;
		width: 14.75rem;
	}

	.p-top::before {
		height: 4.0625rem;
	}

	.p-top__title {
		max-width: 43.75rem;
	}

	.p-top__head {
		margin-top: 0.875rem;
	}

	.p-top__subtitle {
		margin-top: 0.625rem;
		width: 20.5rem;
	}

	.p-top__list {
		margin-inline: auto;
		max-width: 44.375rem;
	}

	.p-trouble {
		padding: 4.375rem 0;
	}

	.p-trouble__head {
		font-size: 1.375rem;
		max-width: 43.75rem;
		padding: 1.25rem;
	}

	.p-trouble__head::before {
		bottom: -0.8125rem;
		height: 0.875rem;
		left: 50%;
		-webkit-transform: translateX(-505);
		transform: translateX(-505);
		width: 1.5625rem;
	}

	.p-trouble__box {
		background-color: transparent;
	}

	.p-trouble__lists {
		gap: 0 0.75rem;
		margin-inline: auto;
		margin-top: 2.1875rem;
		max-width: 50rem;
		padding: 1.5rem 3.625rem 8.125rem;
	}

	.p-trouble__lists::before {
		-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
		background-color: #d6e2d7;
		bottom: -2.75rem;
		clip-path: polygon(0 0, 50% 100%, 100% 0);
		content: "";
		height: 2.8125rem;
		left: 0;
		position: absolute;
		width: 100%;
	}

	.p-trouble__list {
		padding-block: 0.875rem;
		font-size: 1.375rem;
		padding-left: 3.125rem;
	}

	.p-trouble__list:last-child {
		background-image: linear-gradient(to right, #2AA738 2px, transparent 2px);
	}

	.p-trouble__list::before {
		height: 1.6875rem;
		width: 1.6875rem;
	}

	.p-touble__img {
		margin-top: -7.75rem;
		max-width: 19.5625rem;
		z-index: 1;
	}

	.p-trouble__band {
		margin-left: -50px;
		width: calc(100% + 50px);
	}

	.p-voice {
		padding: 4.375rem 0;
	}

	.p-voice__review::before {
		width: 12rem;
		height: 16rem;
		bottom: 0;
		top: initial;
	}

	.p-voice__title {
		margin-inline: auto;
		width: 30.9375rem;
	}

	.p-voice__cards {
		margin-inline: auto;
		margin-top: 4.8125rem;
		max-width: 55rem;
	}

	.p-voice__card {
		background: url(../images/bg_voice_pc.png) center left/100% repeat-y;
		margin: 0 2.5rem;
		padding: 2.25rem 1.375rem 16.875rem 3.3125rem;
	}

	.p-voice__card+.p-voice__card {
		margin: 0 2.5rem;
	}

	.p-voice__card.blue::before {
		height: 3.8125rem;
		top: -1.875rem;
		width: 9.625rem;
	}

	.p-voice__card.pink::before {
		height: 4.5rem;
		top: -2.25rem;
		width: 10.75rem;
	}

	.p-voice__card.yellow::before {
		height: 4.5rem;
		top: -2.25rem;
		width: 10.75rem;
	}

	.p-voice__head {
		font-size: 1.25rem;
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
	}

	.p-voice__head::before {
		width: 100%;
	}

	.p-voice__card-title {
		font-size: 1.25rem;
		letter-spacing: 0.025em;
		line-height: 1.6363636364;
		margin-top: 3.125rem;
		text-align: left;
	}

	.p-voice__img {
		max-width: 21.875rem;
		position: absolute;
		right: 0.625rem;
		top: 1.875rem;
	}

	.p-voice__card--3 .p-voice__img {
		max-width: 21.9375rem;
	}

	.p-voice__text {
		margin-top: 4.0625rem;
		max-width: 30.625rem;
	}

	.p-voice__text p {
		font-size: 1rem;
		line-height: 1.5;
	}

	.p-voice__btn {
		max-width: 30.625rem;
	}

	.p-voice__card--3 .p-voice__btn {
		opacity: 0;
		visibility: hidden;
	}

	.p-voice__wrap {
		gap: 1.75rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		bottom: 1.25rem;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		left: 51%;
		max-width: 45.375rem;
		position: absolute;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100%;
	}

	.p-voice__table {
		max-width: 23.125rem;
	}

	.p-voice__table dl {
		height: 2.25rem;
	}

	.p-voice__table dt {
		font-size: 0.6875rem;
	}

	.p-voice__table dd {
		font-size: 0.875rem;
	}

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

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

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

	.p-info__links {
		flex-direction: row;
		gap: 1rem;
		justify-content: center;
	}
}

@media (min-width: 1281px) {
	html {
		font-size: 16px;
	}
}

@media (max-width: 375px) {
	html {
		font-size: 4.2666666667vw;
	}
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.p-float {
	display: none;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 375px;
	z-index: 99;
}

@media screen and (max-width:767px) {
	.p-float {
		display: block;
	}
}

.p-float__inner {
	display: grid;
	align-items: flex-end;
	grid-template-columns: 68% 1fr;
}

.p-float__mail {
	margin-bottom: 8px;
}

/* add_240323 */
@media screen and (max-width: 767px) {
	.p-header-tel__btn .header-tel__btn {
		padding: .7vw 10px;
	}

	.header-tel__btn p {
		font-size: 2vw;
	}

	.header-tel__btn img {
		width: 4vw;
	}

	.p-header__btn:nth-child(2) {
		width: 100%;
	}

	.p-header-tel__btn .header-tel__btn {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
		color: #fff;
		background-color: #eb6100;
		padding: 12.5px;
		border: 1px solid #ffffff;
		border-radius: 5px;
	}

	.header-tel__btn img {
		width: 42px;
		margin-right: 5px;
	}

	.header-tel__btn p {
		font-size: 26px;
		font-weight: 700;
	}

	.p-header__btns {
		grid-template-columns: 28.5% 72.5%;
		margin-left: auto;
		max-width: 116px;
		max-width: 13.25rem;
		place-items: center;
	}

	.p-header-tel__btn .header-tel__btn {
		padding: .85vw 7.5px;
	}

	.header-tel__btn img {
		width: 30px;
	}

	.header-tel__btn p {
		font-size: 14px;
	}

	.p-cta__wrap {
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}

	.p-cta__contact-text {
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 1.4;
		color: #fff;
		font-weight: 700;
		letter-spacing: 4px;
		text-shadow:
			2px 2px 1px #000000,
			-2px 2px 1px #000000,
			2px -2px 1px #000000,
			-2px -2px 1px #000000,
			2px 0px 1px #000000,
			0px 2px 1px #000000,
			-2px 0px 1px #000000,
			0px -2px 1px #000000;
		text-align: center;
	}

	.p-cta__tel {
		display: flex;
		width: 100%;
		max-width: 290px;
		justify-content: space-between;
		margin: 0 auto 7.5px;
		align-items: center;
		transition: all .7s;
	}

	.p-cta__tel:hover {
		opacity: .7;
	}

	.p-cta__tel img {
		width: 42.5px;
	}

	.p-cta__tel p {
		font-size: 28px;
		color: #eb6100;
		font-weight: 700;
		letter-spacing: .15rem;
		line-height: 1;
		text-shadow:
			2px 2px 1px #ffffff,
			-2px 2px 1px #ffffff,
			2px -2px 1px #ffffff,
			-2px -2px 1px #ffffff,
			2px 0px 1px #ffffff,
			0px 2px 1px #ffffff,
			-2px 0px 1px #ffffff,
			0px -2px 1px #ffffff;
	}

	.p-cta__comment {
		margin-bottom: 5px;
	}

	.p-float__tel {
		margin-bottom: 8px;
	}

	.p-float__tel-flex {
		display: block;
		width: calc(100% - 2px);
		color: #fff;
		background-color: #2a9338;
		padding: 5px 5px 3px 47.5px;
		border: 1px solid #ffffff;
		border-radius: 5px;
		position: relative;
	}

	.p-float__tel-flex-img {
		width: 65px;
		position: absolute;
		left: 0px;
		bottom: 0;
	}

	.p-float__tel-flex p {
		font-size: 20px;
		color: #eb6100;
		font-weight: 700;
		letter-spacing: .15rem;
		line-height: 1.2;
		text-align: center;
		text-shadow:
			2px 2px 1px #ffffff,
			-2px 2px 1px #ffffff,
			2px -2px 1px #ffffff,
			-2px -2px 1px #ffffff,
			2px 0px 1px #ffffff,
			0px 2px 1px #ffffff,
			-2px 0px 1px #ffffff,
			0px -2px 1px #ffffff;
	}

	.p-float__tel-flex p span {
		display: block;
		text-align: center;
		font-size: 10px;
		margin-bottom: 5px;
		color: #fff;
		letter-spacing: 0;
		text-shadow:
			2px 2px 1px #000000,
			-2px 2px 1px #000000,
			2px -2px 1px #000000,
			-2px -2px 1px #000000,
			2px 0px 1px #000000,
			0px 2px 1px #000000,
			-2px 0px 1px #000000,
			0px -2px 1px #000000;
	}

	.p-float__tel-flex-txt .p-cta__time {
		font-size: 12px;
	}

	.p-float__tel-flex-txt .p-cta__time span {
		font-size: 10px;
		height: 15px;
		width: 60px;
	}
}

@media screen and (max-width: 500px) {
	.p-header-tel__btn .header-tel__btn {
		padding: 1vw 5px;
	}
}

@media screen and (max-width: 374px) {
	.p-header-tel__btn .header-tel__btn {
		padding: 1vw 5px;
	}

	.p-float__tel-flex p span {
		white-space: nowrap;
	}

	.p-float__tel-flex p {
		font-size: 16px;
	}

	.p-float__tel-flex-txt .p-cta__time {
		font-size: 10px;
	}

	.p-float__tel {
		margin-bottom: 5px;
	}

	.p-float__mail {
		margin-bottom: 5px;
	}

	.p-float__tel-flex {
		padding: 3px 2.5px 3px 44.5px;
	}

	.p-float__tel-flex-txt .p-cta__time span {
		font-size: 10px;
		height: 12.5px;
		width: 55px;
	}

	.header-tel__btn p {
		font-size: 12px;
	}
}

.twitter-tweet {
	margin: 30px auto !important;
}

.p-diag {
	background-color: #fff;
	margin-top: 2rem;
}

.p-diag__title {
	background-color: #FF8600;
	color: #fff;
	text-align: center;
	padding-block: 1rem;
	font-size: 1.5rem;
}

.p-diag__title span {
	position: relative;
	display: block;
	width: fit-content;
	margin-inline: auto;
	font-size: 0.875rem;
	line-height: calc(20/14);
	margin-bottom: 4px;
}

.p-diag__title span::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 2.5rem;
	top: 50%;
	transform: translateY(-50%) rotate(-20deg);
	background-color: #fff;
	left: -1.25rem;
}

.p-diag__title span::after {
	position: absolute;
	content: "";
	width: 2px;
	height: 2.5rem;
	top: 50%;
	transform: translateY(-50%) rotate(20deg);
	background-color: #fff;
	right: -1.25rem;
}

.p-diag__box {
	margin-top: 1.875rem;
	border: 2px solid #FF8600;
	padding: 1.5rem 1.25rem;
}

.p-diag__lead {
	font-size: 1.125rem;
	color: #FF8600;
	font-weight: bold;
	line-height: calc(27/18);
}

.p-diag__text {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 600;
	margin-top: 1.5rem;
}

.p-diag .border {
	color: #FF8600;
	background: linear-gradient(to bottom, transparent 65%, #F4E85E 65%);
}

.p-diag__bottom {
	display: grid;
	grid-template-columns: 8.5625rem 1fr;
	align-items: flex-start;
}

.p-diag__img {}

.p-diag__bottomText {
	margin-top: 1.875rem;
	background-color: #FF8600;
	color: #fff;
	text-align: center;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: calc(30/20);
	padding-block: 1rem;
	border-radius: 1.3125rem;
}

.p-about {
	padding-bottom: 0;
}

.p-about::before {
	/* background-color: #fff; */
}

.p-cta__row dt .ninni {
	background-color: gray;
	border-radius: 0.125rem;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 1px 2px;
	padding: 0.0625rem 0.125rem;
}

.p-cta__row dd textarea {
	border: 1px solid #000;
	border: 0.0625rem solid #000;
	border-radius: 0.3125rem;
	display: inline-block;
	/* height: 120px;
	height: 7.5rem; */
	padding: 5px 18px;
	padding: 0.3125rem 1.125rem;
	width: 100%;
}

@media screen and (min-width:768px) {
	.p-diag {
		padding-bottom: 4.375rem;
	}

	.p-diag__inner {
		max-width: 71.875rem;
		position: relative;
	}

	.p-diag__title {
		font-size: 2.25rem;
		padding-block: 1.25rem;
	}

	.p-diag__title span {
		font-size: 1.125rem;
	}

	.p-diag__title span::before {
		height: 1.5rem;
	}

	.p-diag__title span::after {
		height: 1.5rem;
	}

	.p-diag__box {
		margin-top: 3.125rem;
		max-width: 55.3125rem;
		margin-left: auto;
		padding: 2.5rem 1.25rem;
	}

	.p-diag__lead {
		font-size: 1.25rem;
	}

	.p-diag__text {
		font-size: 1.125rem;
	}

	.p-diag__img {
		position: absolute;
		width: 13.9375rem;
		left: 0;
		top: 3.875rem;
	}

	.p-diag__bottom {
		display: contents;
	}

	.p-diag__bottomText {
		max-width: 39.6875rem;
		border-radius: 3rem;
		font-size: 1.5rem;
		line-height: calc(36/24);
		margin-inline: auto;
		padding-block: 0.75rem;
		margin-top: 3.125rem;
	}

	.p-about::before {
		background-color: #2AA738;
	}

	.p-cta__row dt {
		flex-wrap: wrap;
		font-size: 1.15rem;
	}

	.p-cta__row dt .ninni {
		font-size: 1.125rem;
		padding: 0.0625rem 0.125rem 0.1875rem;
	}
}

.p-menu__title.--2 {
	margin-top: 100px;
}

.p-voice__reviewText {
	text-align: right;
	font-size: 0.725rem;
	margin-top: 1rem;
	max-width: 1100px;
	margin-inline: auto;
}

.p-header__btn:nth-child(2) {
	position: relative;
}

.p-header__btn:nth-child(2) span {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	font-size: 2rem;
	right: 0.35em;
}

.p-sideForm__tel {
	position: relative;
}

.p-sideForm__tel span {
	position: absolute;
	color: #FF8600;
	font-size: 2rem;
	bottom: 0.25rem;
	display: block;
	width: 100%;
	text-align: center;
	padding-left: 1em;
}

.p-cta__box-title {
	background: #0558C1;
	text-align: center;
	padding: 12.5px 0px;
	margin-top: 1rem;
}

.p-cta__box-title h2 {
	color: #fff;
	font-size: 20px;
}

.p-cta__box-title h2 span {
	font-size: 24px;
	padding-right: 15px;
}

.p-cta__box {
	margin-top: 0 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.p-cta__btn {
	margin-top: .5rem !important;
}

.p-cta__btn-txt {
	margin-top: 1rem;
	text-align: center;
}

.p-cta__btn-txt p {
	font-size: 18px;
	font-weight: 700;
}

.remarks-container {
	margin-top: 1rem;
}

.toggleRemarks {
	text-align: center;
	margin-top: 1rem;
	font-size: 14px;
	color: rgba(128, 128, 128, 1);
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}

.toggleRemarks span {
	font-size: 14px;
}

.toggleRemarks small {
	font-size: 30px;
	margin-right: 5px;
	display: block;
}

@media screen and (max-width:767px) {
	.l-cta-last {
		margin-bottom: 2rem;
	}
}

/*# sourceMappingURL=style.css.map */
/* add_250513 */
.tv-conts-wrap {
	background-image: url(../images/mx_yt_bg.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 0;
}

.tv-conts {
	max-width: 700px;
	width: calc(100% - 30px);
	margin: 0px auto;
}

.tv-conts h2 {
	max-width: 350px;
	margin: 0 auto;
}

.tv-cont {
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	left: -30px;
	position: relative;
}

.youtube-wrap {
	left: 56.65%;
	top: 9%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	position: absolute;
	width: 74.45%;
	padding-top: 42%;
	overflow: hidden;
	height: 0;
	border-radius: 2.5%;
}

.youtube-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.tv-cont-txt {
	margin-top: -30px;
}

@media screen and (max-width: 767px) {
	.tv-conts-wrap {
		background-image: url(../images/mx_yt_bg_sp.webp);
	}

	.tv-conts h2 {
		max-width: 245px;
	}

	.tv-cont-txt {
		margin: -10px auto 0;
		max-width: 250px;
	}

	.tv-cont {
		max-width: 500px;
		left: -5px;
	}

	.youtube-wrap {
		left: 51.25%;
		top: 8.25%;
		width: 83.5%;
		padding-top: 47.25%;
	}
}
