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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

/* Foundation */
html {
	height: 100%;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	color: #373737;
	background: #f4f4f4;
	background: #fff;
	font-size: 16px;
	line-height: 1.6;
	font-style: normal;
	font-weight: 400;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 100vh; /* 最小高さをビューポートの高さに設定 */
}

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

main {
	overflow: hidden;
}

a {
	color: inherit;
}

/* Layout */
/* Object */
/* Foundation */
/*----------------------------------
	breakpoint
-----------------------------------*/
.cta {
	position: relative;
	background: url(../img/cta__bg.png) no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 33.3333vw;
	margin-top: 4.5138vw;
	padding: 8.5416vw 0 0;
	z-index: 10;
}
.cta--02 {
	margin-top: -14.9305vw;
}
.cta--03 {
	margin-top: -7.9861vw;
}

@media screen and (min-width: 1441px) {
	.cta {
		background-size: 100% 560px;
		height: 480px;
		margin-top: 65px;
		padding: 123px 0 0;
	}
	.cta--02 {
		margin-top: -215px;
	}
	.cta--03 {
		margin-top: -115px;
	}
}

@media screen and (max-width: 767px) {
	.cta {
		background: url(../img/cta__bg-sp.png) no-repeat;
		background-size: 100% auto;
		height: 85.3333vw;
		margin-top: -9.3333vw;
		padding: 9.8667vw 0 0;
	}
	.cta--02 {
		margin-top: -44.8vw;
	}
	.cta--03 {
		margin-top: -9.3333vw;
	}
}

.cta__inner {
	padding-inline: 15px;
}
.cta__button-wrapper {
	position: relative;
	z-index: 2;
	padding-block: 9.1666vw 4.1666vw;
	max-width: 1400px;
	width: 76.3889vw;
	height: auto;
	margin-inline: auto;
	border-radius: 15px;
	background: #ffffff;
	-webkit-box-shadow: 0 0 15px 0 rgba(111, 111, 111, 0.25);
					box-shadow: 0 0 15px 0 rgba(111, 111, 111, 0.25);
}
@media screen and (min-width: 1441px) {
	.cta__button-wrapper {
		padding-block: 132px 60px;
		max-width: 1400px;
		width: 1100px;
	}
}
@media screen and (max-width: 767px) {
	.cta__button-wrapper {
		padding: 20.8vw 3.7333vw 5.3333vw;
		width: 87.0667%;
	}
}
@media screen and (max-width: 599px) {
	.cta__button-wrapper {
		padding: 20.8vw 3.7333vw 5.3333vw;
		width: 92%;
	}
}
.cta__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	max-width: 900px;
	margin: 0 auto;
}
.cta__heading {
	position: absolute;
	top: 20%;
	left: 50%;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
	z-index: 10;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding-inline: 0.4166666667vw 2.1527777778vw;
	font-size: 1.8056vw;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.32px;
	text-align: center;
}
@media screen and (min-width: 1441px) {
	.cta__heading {
		font-size: 26px;
		padding-inline: 6px 31px;
	}
}
@media screen and (max-width: 767px) {
	.cta__heading {
		font-size: 3.7333vw;
		letter-spacing: 0.7px;
		padding-inline: 2.1333vw 5.6vw;
		top: 9%;
	}
}
.cta__heading::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -1.875vw;
	-webkit-transform: translateY(-50%) rotate(70deg);
					transform: translateY(-50%) rotate(70deg);
	width: 1.3889vw;
	height: 0.2083333333vw;
	background-color: #373737;
}
@media screen and (min-width: 1441px) {
	.cta__heading::before {
		width: 20px;
		height: 3px;
		left: -27px;
	}
}
@media screen and (max-width: 767px) {
	.cta__heading::before {
		width: 2.6667vw;
		height: 0.5333333333vw;
		top: 80%;
		left: -2.6667vw;
	}
}
.cta__heading::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -2.1527777778vw;
	-webkit-transform: translateY(-50%) rotate(-70deg);
					transform: translateY(-50%) rotate(-70deg);
	width: 1.3889vw;
	height: 0.2083333333vw;
	background-color: #373737;
}
@media screen and (min-width: 1441px) {
	.cta__heading::after {
		width: 20px;
		height: 3px;
		right: -31px;
	}
}
@media screen and (max-width: 767px) {
	.cta__heading::after {
		width: 2.6667vw;
		height: 0.5333333333vw;
		top: 80%;
		right: -3.4666666667vw;
	}
}
.cta__heading-icon {
	width: 1.4583333333vw;
	height: 1.7048611111vw;
	margin-left: 0.4861111111vw;
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	-ms-flex-negative: 0;
			flex-shrink: 0;
	vertical-align: middle;
}
@media screen and (min-width: 1441px) {
	.cta__heading-icon {
		width: 21px;
		height: 24.55px;
		margin-left: 7px;
	}
}
@media screen and (max-width: 767px) {
	.cta__heading-icon {
		width: 3.4667vw;
		height: 4vw;
		margin-left: 1.0667vw;
		top: 8vw;
	}
}
.cta__heading-icon img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}
.cta__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 1.5277777778vw;
		 -moz-column-gap: 1.5277777778vw;
					column-gap: 1.5277777778vw;
	row-gap: 1.5277777778vw;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
}
@media screen and (min-width: 1441px) {
	.cta__buttons {
		-webkit-column-gap: 22px;
			 -moz-column-gap: 22px;
						column-gap: 22px;
		row-gap: 22px;
	}
}
@media screen and (max-width: 767px) {
	.cta__buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-column-gap: 2.6667vw;
			 -moz-column-gap: 2.6667vw;
						column-gap: 2.6667vw;
		row-gap: 2.6667vw;
		width: 100%;
	}
}
.cta__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	gap: 0.6944vw;
	width: 31.25vw;
	height: auto;
	aspect-ratio: 450/90;
	border-radius: 3.5416666667vw;
	text-decoration: none;
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 1.3889vw;
	line-height: 1.3889vw;
	-webkit-box-shadow: 4px 5px 0px 0px rgba(163, 163, 163, 0.4);
					box-shadow: 4px 5px 0px 0px rgba(163, 163, 163, 0.4);
	-webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
	transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
	position: relative;
	overflow: hidden;
}
@media screen and (min-width: 1441px) {
	.cta__btn {
		width: 450px;
		height: 90px;
		border-radius: 51px;
		font-size: 20px;
		line-height: 20px;
	}
}
@media screen and (max-width: 767px) {
	.cta__btn {
		width: 100%;
		font-size: 4vw;
		line-height: normal;
		border-radius: 9.3333vw;
	}
}
.cta__btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: 1;
}
.cta__btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: 1;
}
.cta__btn:hover::before {
	opacity: 0;
}
.cta__btn:hover::after {
	opacity: 1;
}
.cta__btn--tel::before {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, rgb(31, 117, 41)), color-stop(91%, rgb(67, 170, 79)));
	background: linear-gradient(0deg, rgb(31, 117, 41) 15%, rgb(67, 170, 79) 91%);
}
.cta__btn--tel::after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgb(31, 117, 41)), color-stop(91%, rgb(67, 170, 79)));
	background: linear-gradient(180deg, rgb(31, 117, 41) 15%, rgb(67, 170, 79) 91%);
}
.cta__btn--contact::before {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(240, 153, 22)), color-stop(79%, rgb(240, 22, 22)));
	background: linear-gradient(180deg, rgb(240, 153, 22) 0%, rgb(240, 22, 22) 79%);
}
.cta__btn--contact::after {
	background: -webkit-gradient(linear, left bottom, left top, from(rgb(240, 153, 22)), color-stop(79%, rgb(240, 22, 22)));
	background: linear-gradient(0deg, rgb(240, 153, 22) 0%, rgb(240, 22, 22) 79%);
}
.cta__btn-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	width: 1.4583333333vw;
	height: auto;
	aspect-ratio: 21/21;
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 1441px) {
	.cta__btn-icon {
		width: 21px;
	}
}
@media screen and (max-width: 767px) {
	.cta__btn-icon {
		width: 4.8vw;
		height: 4.8vw;
	}
}
.cta__btn-icon i {
	font-size: 1.4583333333vw;
}
@media screen and (min-width: 1441px) {
	.cta__btn-icon i {
		font-size: 21px;
	}
}
@media screen and (max-width: 767px) {
	.cta__btn-icon i {
		font-size: 3.7333vw;
	}
}
.cta__btn-text {
	white-space: nowrap;
	position: relative;
	z-index: 2;
}
.cta__btn-arrow {
	position: absolute;
	right: 2.7777777778vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	width: 0.3472222222vw;
	height: 0.7638888889vw;
	z-index: 2;
}
@media screen and (min-width: 1441px) {
	.cta__btn-arrow {
		right: 40px;
		width: 5px;
		height: 11px;
	}
}
@media screen and (max-width: 767px) {
	.cta__btn-arrow {
		right: 8vw;
	}
}
.cta__btn-arrow i {
	font-size: 0.8333333333vw;
	color: #ffffff;
}
@media screen and (min-width: 1441px) {
	.cta__btn-arrow i {
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.cta__btn-arrow i {
		font-size: 2.6667vw;
	}
}

/* Foundation */
.kaiketu__title {
	width: 59.9305vw;
	margin: 0 auto 4.5138vw;
	transform: translateX(-.6944vw);
}
.faq__title {
	width: 32.3611vw;
	margin: 0 auto 4.1666vw;
}
.contact__title {
	width: 31.7361vw;
	margin: 0 auto;
}
@media screen and (min-width: 1441px) {
	.kaiketu__title {
		width: 863px;
		margin: 0 auto 65px;
		transform: translateX(-10px);
	}
	.faq__title {
		width: 466px;
		margin: 0 auto 60px;
	}
	.contact__title {
		width: 457px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.kaiketu__title {
		width: 73.0667vw;
		margin: 0 auto 5.8667vw;
		transform: translateX(0);
	}
	.faq__title {
		width: 77.8667vw;
		margin: 0 auto 4.8vw;
	}
	.contact__title {
		width: 74.9333vw;
		margin: 0 auto;
	}
}


/* ========== font変数 ========== */
/* ========== color変数 ========== */
/*----------------------------------
	breakpoint
-----------------------------------*/
.c-shop-info-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	max-width: 300px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-ms-flex-negative: 0;
			flex-shrink: 0;
	padding-inline: 95px 100px;
	padding-block: 21px 20px;
	border-radius: 51px;
	border: 4px solid #ffffff;
	color: #ffffff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.8px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.c-shop-info-button {
		padding-block: 4.5333333333vw 4.2667vw;
		padding-inline: 25.3333vw 29.3333vw;
		font-size: 4vw;
		line-height: normal;
		border: 0.8vw solid #ffffff;
		margin-inline: auto;
	}
}
.c-shop-info-button:hover {
	background: #ffffff;
	color: #1ea02d;
	border-color: #1ea02d;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.c-shop-info-button:hover .c-shop-info__button-arrow {
	color: #1ea02d;
}

.c-shop-info__button-arrow {
	position: absolute;
	right: 36px;
	color: #ffffff;
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	.c-shop-info__button-arrow {
		font-size: 3.2vw;
		top: 50%;
		-webkit-transform: translateY(-50%);
						transform: translateY(-50%);
		right: 9.6vw;
	}
}

/* Foundation */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.header__inner {
	max-width: 1440px;
	width: 100%;
	margin-right: auto;
}
.header__logo {
	display: block;
	margin-right: auto;
}
.header__logo a {
	width: 19.4444vw;
	height: auto;
	display: block;
	aspect-ratio: 280/70;
}
.header__logo a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
	filter: drop-shadow(2px 2px 6px rgba(0,0,0,0.6));
}

@media screen and (min-width: 1441px) {
	.header__logo a {
		width: 280px;
	}
}

@media screen and (max-width: 767px) {
	.header__logo a {
		width: 43.4667vw;
		aspect-ratio: 163 / 42;
	}
}


/* Foundation */
.fv {
	position: relative;
	background: #f4f4f4;
}

.fv__inner {
	width: 100%;
	height: auto;
	margin-inline: auto;
}
.fv__img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1440/800;
}
.fv__img picture {
	width: 100%;
	height: 100%;
	display: block;
}
.fv__img picture img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}
.fv__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}

@media screen and (max-width: 767px) {
	.fv {
		-webkit-margin-after: 0;
		margin-block-end: 0;
	}
	.fv__img {
		aspect-ratio: 375 / 422;
	}
	.fv__sp-content {
		display: block;
		width: 91.4667vw;
		margin: -6.1333vw auto 0;
	}
	.fv__sp-content img {
		width: 100%;
		height: auto;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.fv__cta {
	position: relative;
	-webkit-margin-before: -9.02778vw;
					margin-block-start: -9.02778vw;
	margin-inline: auto 0;
	width: 100%;
}
.fv__cta-img-wrapper {
	max-width: 1800px;
	width: 78.47222vw;
	height: auto;
	display: block;
	margin-inline: auto;
}
.fv__cta-img-wrapper img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
		 object-fit: cover;
}
.fv__cta-inner {
	max-width: 1800px;
	margin-inline: auto;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
}
.fv__cta-heading {
	position: absolute;
	top: 13%;
	left: 50%;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
	z-index: 10;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding-inline: 1.1111111111vw 2.9166666667vw;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 1.6666vw;
	line-height: normal;
	color: #373737;
	letter-spacing: 1.2px;
	text-align: center;
}
.fv__cta-heading::before {
	content: "";
	position: absolute;
	top: 60%;
	left: -1.1111111111vw;
	-webkit-transform: translateY(-50%) rotate(70deg);
					transform: translateY(-50%) rotate(70deg);
	width: 1.3194vw;
	height: auto;
	aspect-ratio: 17/3;
	background-color: #373737;
}
.fv__cta-heading::after {
	content: "";
	position: absolute;
	top: 60%;
	right: -1.1111111111vw;
	-webkit-transform: translateY(-50%) rotate(-70deg);
					transform: translateY(-50%) rotate(-70deg);
	width: 1.3194vw;
	height: auto;
	aspect-ratio: 17/3;
	background-color: #373737;
}
.fv__cta-heading-icon {
	width: 1.4583333333vw;
	height: auto;
	aspect-ratio: 21/24.55;
	margin-left: 0.4166666667vw;
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	-ms-flex-negative: 0;
			flex-shrink: 0;
	vertical-align: middle;
}
.fv__cta-heading-icon img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}
.fv__cta-button-wrapper {
	margin-inline: auto;
	position: absolute;
	top: 10.7638vw;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
}
.fv__cta-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5277777778vw;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
}
.fv__cta-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	width: 31.25vw;
	height: auto;
	aspect-ratio: 450/90;
	border-radius: 3.5416666667vw;
	text-decoration: none;
	position: relative;
	-webkit-box-shadow: 4px 5px 0px 0px rgba(163, 163, 163, 0.4);
					box-shadow: 4px 5px 0px 0px rgba(163, 163, 163, 0.4);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
}
.fv__cta-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: 1;
}

.fv__cta-btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: 1;
}
.fv__cta-btn:hover::before {
	opacity: 0;
}
.fv__cta-btn:hover::after {
	opacity: 1;
}
.fv__cta-btn-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	width: 1.5972vw;
	height: 1.25vw;
	-webkit-margin-before: 0.5555555556vw;
					margin-block-start: 0.5555555556vw;
	-webkit-margin-end: 0.6944vw;
					margin-inline-end: 0.6944vw;
	color: #ffffff;
	font-size: 1.4583333333vw;
	position: relative;
	z-index: 2;
}
.fv__cta-btn-text {
	font-weight: 700;
	font-size: 1.3889vw;
	line-height: 1.45;
	color: #ffffff;
	-webkit-margin-before: 0.2083333333vw;
					margin-block-start: 0.2083333333vw;
	-webkit-margin-end: 0;
					margin-inline-end: 0;
	position: relative;
	z-index: 2;
}
.fv__cta-btn-arrow {
	position: absolute;
	right: 2.7777777778vw;
	color: #ffffff;
	font-size: 0.8333333333vw;
	z-index: 2;
}
.fv__cta-btn--tel::before {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #1f7529), color-stop(90.56%, #43aa4f));
	background: linear-gradient(0deg, #1f7529 15%, #43aa4f 90.56%);
}
.fv__cta-btn--tel::after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #1f7529), color-stop(90.56%, #43aa4f));
	background: linear-gradient(180deg, #1f7529 15%, #43aa4f 90.56%);
}
.fv__cta-btn--contact::before {
	background: var(--accent02, linear-gradient(180deg, #f09916 0%, #f01616 78.85%));
}
.fv__cta-btn--contact::after {
	background: var(--accent02, linear-gradient(0deg, #f09916 0%, #f01616 78.85%));
}
.fa-phone {
	-webkit-transform: rotate(90deg);
					transform: rotate(90deg);
}

@media screen and (min-width: 1441px) {
	.fv__cta-heading {
		font-size: 24px;
		padding-inline: 16px 42px;
	}
	.fv__cta-heading::before {
		width: 19px;
		height: auto;
		left: -16px;
	}
	.fv__cta-heading::after {
		width: 19px;
		height: auto;
		right: -16px;
	}
	.fv__cta-heading-icon {
		width: 21px;
		height: auto;
		margin-left: 6px;
	}
	.fv__cta-group {
		gap: 22px;
	}
	.fv__cta-btn {
		width: 450px;
		height: 90px;
		border-radius: 51px;
	}
	.fv__cta-btn-icon {
		width: 23px;
		height: 18px;
		font-size: 21px;
		-webkit-margin-before: 8px;
						margin-block-start: 8px;
	}
	.fv__cta-btn-text {
		-webkit-margin-before: 3px;
						margin-block-start: 3px;
		font-size: 20px;
	}
	.fv__cta-btn-arrow {
		font-size: 12px;
		right: 40px;
	}
}

@media screen and (max-width: 767px) {
	.fv__cta {
		margin: -5px auto 0;
	}
	.fv__cta-img-wrapper {
		-webkit-margin-start: -5.8667vw;
						margin-inline-start: -5.8667vw;
		width: 100%;
	}
	.fv__cta-inner {
		width: 115%;
	}
	.fv__cta-heading {
		font-size: 3.2vw;
		letter-spacing: 0.05em;
		padding-inline: 2.1333vw 5.6vw;
		top: 12%;
	}
	.fv__cta-heading::before {
		width: 2.6667vw;
		height: 0.5333vw;
		left: -2.6667vw;
	}
	.fv__cta-heading::after {
		width: 2.6667vw;
		height: 0.5333vw;
		right: -3.4667vw;
	}
	.fv__cta-heading-icon {
		width: 2.6667vw;
		height: 3.2vw;
	}
	.fv__cta-button-wrapper {
		top: 34.6667vw;
		width: 100%;
	}
	.fv__cta-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
		row-gap: 2.6667vw;
	}
	.fv__cta-btn {
		width: 84.5333vw;
		height: 17.0667vw;
		border-radius: 9.3333vw;
		aspect-ratio: 317/64;
	}
	.fv__cta-btn-icon {
		width: 4.2667vw;
		height: 3.2vw;
		font-size: 4.2667vw;
		-webkit-margin-before: 0;
						margin-block-start: 0;
		-webkit-margin-end: 1.3333vw;
						margin-inline-end: 1.3333vw;
	}
	.fv__cta-btn-text {
		font-size: 4vw;
		line-height: normal;
	}
	.fv__cta-btn-arrow {
		font-size: 2.6667vw;
		right: 8.8vw;
	}
}


/* Foundation */
/* onayami */
.onayami {
	padding-block: 3.8194vw 3.2638vw;
	background-color: #f4f4f4;
}
.onayami__inner {
	max-width: 83.3333vw;
	margin: 0 auto;
	padding: 0 0.9722vw;
	text-align: center;
	position: relative;
}
.onayami__title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 2.7777777778vw;
	line-height: normal;
	letter-spacing: 0.08em;
	color: #000000;
	-webkit-margin-start: 1.3889vw;
					margin-inline-start: 1.3889vw;
	-webkit-margin-after: 3.8194vw;
					margin-block-end: 3.8194vw;
	text-align: center;
	position: relative;
}
.onayami__title-green {
	display: inline-block;
	vertical-align: baseline;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.7777777778vw;
	letter-spacing: 0.06em;
	font-weight: 700;
	position: relative;
}
.onayami__title-green::after {
	content: "";
	position: absolute;
	bottom: -0.3472222222vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
	width: 8.6111111111vw;
	height: 0.2777777778vw;
	background-image: radial-gradient(circle, #1ea02d 3px, transparent 2px);
	background-size: 0.4861111111vw 0.2777777778vw;
	background-repeat: repeat-x;
}
.onayami__decoration1 {
	display: none;
}
.onayami__decoration1 img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
		 object-fit: contain;
}
.onayami__decoration2 {
	display: none;
}
.onayami__decoration2 img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
		 object-fit: contain;
}
.onayami__contents {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	position: relative;
}
.onayami__contents-item {
	position: relative;
}
.onayami__contents-item:nth-child(1) {
	width: 17.01388vw;
	-webkit-transform: translate(3.4722vw, -1.1805555556vw);
					transform: translate(3.4722vw, -1.1805555556vw);
	z-index: 5;
}
.onayami__contents-item:nth-child(2) {
	width: 17.01389vw;
	-webkit-transform: translate(2.7083vw, 3.8194vw);
					transform: translate(2.7083vw, 3.8194vw);
	z-index: 4;
}
.onayami__contents-item:nth-child(3) {
	width: 16.6667vw;
	-webkit-transform: translate(1.25vw, -0.6944vw);
					transform: translate(1.25vw, -0.6944vw);
	z-index: 3;
}
.onayami__contents-item:nth-child(4) {
	width: 14.5833vw;
	-webkit-transform: translate(0.9722vw, 2.9861vw);
					transform: translate(0.9722vw, 2.9861vw);
	z-index: 2;
}
.onayami__contents-item:nth-child(5) {
	width: 14.6528vw;
	-webkit-transform: translate(-1.3194vw, -1.5972vw);
					transform: translate(-1.3194vw, -1.5972vw);
	z-index: 1;
}

.onayami__contents img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
		 object-fit: contain;
}
.onayami__under-items {
	-webkit-margin-before: 5vw;
					margin-block-start: 5vw;
	text-align: center;
	position: relative;
}
.onayami__under-items::after {
	content: "";
	position: absolute;
	top: 2.2222vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
	width: 24.3055vw;
	height: 9.7222vw;
	background-image: url(../img/onayami-arrow-icon.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
}

.onayami__under-text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	font-size: 1.8056vw;
	line-height: normal;
	letter-spacing: 0.07em;
	color: #1ea02d;
	white-space: nowrap;
	position: relative;
	display: inline-block;
	padding-inline: 1.6666vw;
}
.onayami__under-text::before {
	content: "";
	position: absolute;
	top: 70%;
	left: 0;
	width: 1.3889vw;
	height: 0.2083333333vw;
	background-color: #1ea02d;
	-webkit-transform: translateY(-50%) rotate(60deg);
					transform: translateY(-50%) rotate(60deg);
}
.onayami__under-text::after {
	content: "";
	position: absolute;
	top: 70%;
	right: 0;
	width: 1.3889vw;
	height: 0.2083333333vw;
	background-color: #1ea02d;
	-webkit-transform: translateY(-50%) rotate(-60deg);
					transform: translateY(-50%) rotate(-60deg);
}

@media screen and (min-width: 1441px) {
	.onayami {
		padding-block: 48px 47px;
	}
	.onayami__inner {
		max-width: 1200px;
		padding: 0 14px;
	}
	.onayami__title {
		font-size: 40px;
		-webkit-margin-start: 20px;
						margin-inline-start: 20px;
		-webkit-margin-after: 55px;
						margin-block-end: 55px;
	}
	.onayami__title-green {
		font-size: 40px;
	}
	.onayami__title-green::after {
		width: 124px;
		height: 4px;
		background-size: 7px 4px;
		bottom: -2px;
		left: 50%;
		-webkit-transform: translateX(-50%);
						transform: translateX(-50%);
	}
	.onayami__contents-item:nth-child(1) {
		width: 245px;
		-webkit-transform: translate(50px, -17px);
						transform: translate(50px, -17px);
		z-index: 5;
	}
	.onayami__contents-item:nth-child(2) {
		width: 245px;
		-webkit-transform: translate(39px, 55px);
						transform: translate(39px, 55px);
		z-index: 4;
	}
	.onayami__contents-item:nth-child(3) {
		width: 240px;
		-webkit-transform: translate(18px, -10px);
						transform: translate(18px, -10px);
		z-index: 3;
	}
	.onayami__contents-item:nth-child(4) {
		width: 210px;
		-webkit-transform: translate(14px, 43px);
						transform: translate(14px, 43px);
		z-index: 2;
	}
	.onayami__contents-item:nth-child(5) {
		width: 211px;
		-webkit-transform: translate(-19px, -23px);
						transform: translate(-19px, -23px);
		z-index: 1;
	}
	.onayami__under-items::after {
		width: 350px;
		height: 140px;
	}
	.onayami__under-text {
		font-size: 26px;
		padding-inline: 24px;
	}
	.onayami__under-text::before {
		width: 20px;
		height: 3px;
	}
	.onayami__under-text::after {
		width: 20px;
		height: 3px;
	}
}

@media screen and (max-width: 767px) {
	.onayami {
		padding-block: 2.4vw 5.3333vw;
	}
	.onayami__inner {
		padding: 0 3.7333vw;
		max-width: 100%;
	}
	.onayami__title {
		font-size: 6.6667vw;
		letter-spacing: 0.08em;
		-webkit-margin-start: 0;
						margin-inline-start: 0;
		margin-bottom: 5.3333vw;
	}
	.onayami__title-green {
		font-size: 6.6667vw;
		letter-spacing: 0.08em;
	}
	.onayami__title-green::after {
		bottom: -0.5333333333vw;
		width: 21.3333vw;
		height: 0.5333333333vw;
		background-size: 1.3333vw 0.5333333333vw;
	}
	.onayami__decoration1 {
		display: block;
		position: absolute;
		top: 7%;
		right: -1%;
		width: 8.8vw;
		height: 8.8vw;
		z-index: 1;
	}
	.onayami__decoration2 {
		display: block;
		position: absolute;
		top: 11.5%;
		right: 9%;
		width: 22.6667vw;
		height: 16.8vw;
		z-index: 1;
	}
	.onayami__contents {
		display: grid;
		grid-template-columns: 1fr;
		position: relative;
	}
	.onayami__contents-item:nth-child(1) {
		width: 54.1333vw;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.onayami__contents-item:nth-child(2) {
		width: 52.2667vw;
		-webkit-transform: translate(40.2667vw, -36.2667vw);
		transform: translate(40.2667vw, -36.2667vw);
	}
	.onayami__contents-item:nth-child(3) {
		width: 49.8667vw;
		-webkit-transform: translate(0, -46.6667vw);
		transform: translate(0, -46.6667vw);
	}
	.onayami__contents-item:nth-child(4) {
		width: 42.4vw;
		-webkit-transform: translate(50.4vw,-97.6vw);
		transform: translate(50.4vw,-97.6vw);
	}
	.onayami__contents-item:nth-child(5) {
		width: 84.2667vw;
		-webkit-transform: translate(4vw, -105.6vw);
		transform: translate(4vw, -105.6vw);
	}
	.onayami__under-items {
		-webkit-margin-before: -102.9333vw;
		margin-block-start: -102.9333vw;
	}
	.onayami__under-items::after {
		width: 53.3333vw;
		height: 22.6667vw;
		top: 4vw;
	}
	.onayami__under-text {
		font-size: 4.2667vw;
		letter-spacing: 0.07em;
		padding-inline: 4.2667vw;
	}
	.onayami__under-text::before {
		width: 3.2vw;
		height: 0.5333vw;
	}
	.onayami__under-text::after {
		width: 3.2vw;
		height: 0.5333vw;
	}
}


/* Foundation */
.kaiketu {
	position: relative;
	padding-block: 7.2916vw 0;
	background-color: #ffffff;
}
.kaiketu__contents-bg {
	background: url(../img/Slice1.svg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.kaiketu__decoration-l {
	width: 21.7361vw;
	height: auto;
	position: absolute;
	top: 0.5556vw;
	left: 0;
	z-index: 10;
}
.kaiketu__decoration-l img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}
.kaiketu__decoration-r {
	width: 21.7361111111vw;
	height: auto;
	position: absolute;
	top: 0.5555555556vw;
	right: 0;
	z-index: 10;
}
.kaiketu__decoration-r img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}
.kaiketu__contents {
	position: relative;
	z-index: 20;
}
.kaiketu__contents--1 {
	-webkit-margin-after: -0.3472222222vw;
					margin-block-end: -0.3472222222vw;
}
.kaiketu__contents--2 {
	-webkit-margin-after: 0;
					margin-block-end: 0;
}
.kaiketu__contents--3 {
	-webkit-margin-after: 0.4861111111vw;
					margin-block-end: 0.4861111111vw;
}
.kaiketu__contents--4 {
	-webkit-margin-after: -0.3472222222vw;
					margin-block-end: -0.3472222222vw;
}
.kaiketu__content-wrapper {
	position: relative;
	height: auto;
	aspect-ratio: 1200/430;
}
.kaiketu__content-wrapper--odd {
	-webkit-margin-end: auto;
					margin-inline-end: auto;
	width: 84.7222222222vw;
}
.kaiketu__content-wrapper--even {
	-webkit-margin-start: auto;
					margin-inline-start: auto;
	width: 88.8888vw;
}
.kaiketu__content-wrapper--05 {
	-webkit-margin-end: auto;
					margin-inline-end: auto;
	width: 84.7222222222vw;
}
.kaiketu__item-bg-odd {
	position: absolute;
	top: 0;
	left: -1.3889vw;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.kaiketu__item-bg-odd img {
	width: 100%;
	height: 100%;
	-o-object-fit: fill;
		 object-fit: fill;
}
.kaiketu__item-bg-even {
	position: absolute;
	top: 0;
	left: 2.7777777778vw;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.kaiketu__item-bg-even img {
	width: 100%;
	height: 100%;
	-o-object-fit: fill;
		 object-fit: fill;
}
.kaiketu__item-content {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	height: 100%;
}
.kaiketu__item-content--odd {
	-webkit-padding-before: 1.9444vw;
					padding-block-start: 1.9444vw;
	-webkit-padding-start: 11.4583333333vw;
					padding-inline-start: 11.4583333333vw;
}
.kaiketu__item-content--even {
	-webkit-padding-before: 2.0833vw;
					padding-block-start: 2.0833vw;
	-webkit-padding-start: 23.9583vw;
					padding-inline-start: 23.9583vw;
}
.kaiketu__item-number {
	position: relative;
	margin-right: 4.1666vw;
}

.kaiketu__item-number--odd {
	margin-right: 0;
	margin-left: 0.625vw;
	-webkit-margin-before: 1.3888vw;
					margin-block-start: 1.3888vw;
}
.kaiketu__item-number--even {
	-webkit-margin-before: 1.5277777778vw;
					margin-block-start: 1.5277777778vw;
	margin-right: 0.6944vw;
	margin-left: 0;
}
.kaiketu__item-point {
	position: absolute;
	top: -3.75vw;
	left: 0.9722vw;
	font-family: "Impact", sans-serif;
	font-size: 5.2083vw;
	font-weight: 400;
	line-height: 1.22;
	letter-spacing: 0.07em;
}
.kaiketu__item-point--odd {
	color: #186c21;
}
.kaiketu__item-point--even {
	color: #c2dcc5;
}
.kaiketu__item-num {
	font-family: "Impact", sans-serif;
	font-size: 14.4444444444vw;
	font-weight: 400;
	line-height: 1.22;
}
.kaiketu__item-num--odd {
	-webkit-margin-after: 30px;
					margin-block-end: 30px;
	color: #186c21;
}
.kaiketu__item-num--even {
	color: #c2dcc5;
}
.kaiketu__item-text {
	width: 35.7638888889vw;
	-webkit-box-flex: 1;
			-ms-flex: 1;
					flex: 1;
}
.kaiketu__item-text--odd {
	-webkit-margin-start: 4.1666vw;
					margin-inline-start: 4.1666vw;
	-webkit-margin-before: -4.5138vw;
					margin-block-start: -4.5138vw;
}
.kaiketu__item-text--03and05 {
	-webkit-margin-start: 2.0833vw;
					margin-inline-start: 2.0833vw;
	-webkit-margin-before: -3.4722vw;
					margin-block-start: -3.4722vw;
}
.kaiketu__item-text--even {
	-webkit-margin-start: 1.8056vw;
					margin-inline-start: 1.8056vw;
	-webkit-margin-before: -4.1666vw;
					margin-block-start: -4.1666vw;
}
.kaiketu__item-text--06 {
	-webkit-margin-start: 1.1806vw;
					margin-inline-start: 1.1806vw;
	-webkit-margin-before: -4.2361vw;
					margin-block-start: -4.2361vw;
}
.kaiketu__item-title {
	font-size: 4.8611111111vw;
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: 0.03em;
	margin-bottom: 1.7361vw;
}
.kaiketu__item-title--odd {
	color: #ffffff;
}
.kaiketu__item-title--even {
	color: #1ea02d;
}
.kaiketu__item-description {
	font-family: "Inter", sans-serif;
	font-size: 1.25vw;
	font-weight: 400;
	line-height: 1.89;
	line-height: 2.3611111111vw;
	letter-spacing: 0.09em;
}
.kaiketu__item-description--odd {
	color: #ffffff;
}
.kaiketu__item-description--even {
	color: #373737;
	-webkit-margin-start: 0.4861111111vw;
					margin-inline-start: 0.4861111111vw;
}
.kaiketu__item-balloon {
	position: absolute;
	z-index: 10;
}
.kaiketu__item-balloon--odd {
	width: 21.9097vw;
	top: -2.8472vw;
	left: 64.7222vw;
}

.kaiketu__item-balloon--even {
	width: 21.1805vw;
	top: 0;
	right: 66.3194vw;
}

.kaiketu__item-balloon--03 {
	width: 21.5277777778vw;
	top: -9%;
	left: 64.5833333333vw;
}
.kaiketu__item-balloon--05 {
	width: 21.5277777778vw;
	top: -9%;
	left: 65.625vw;
}
.kaiketu__item-balloon img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}

@media screen and (min-width: 1441px) {
	.kaiketu {
		padding-block: 115px 0;
	}
	.kaiketu__decoration-l {
		width: 313px;
		top: 8px;
	}
	.kaiketu__decoration-r {
		width: 313px;
		top: 8px;
	}
	.kaiketu__contents--1 {
		-webkit-margin-after: -5px;
						margin-block-end: -5px;
	}
	.kaiketu__contents--2 {
		-webkit-margin-after: 0;
						margin-block-end: 0;
	}
	.kaiketu__contents--3 {
		-webkit-margin-after: 7px;
						margin-block-end: 7px;
	}
	.kaiketu__contents--4 {
		-webkit-margin-after: -5px;
						margin-block-end: -5px;
	}
	.kaiketu__content-wrapper--odd {
		width: 1220px;
	}
	.kaiketu__content-wrapper--even {
		width: 1270px;
	}
	.kaiketu__content-wrapper--05 {
		width: 1220px;
	}
	.kaiketu__item-bg-odd {
		top: 0;
		left: -20px;
	}
	.kaiketu__item-bg-even {
		top: 0;
		left: 40px;
	}
	.kaiketu__item-content--odd {
		-webkit-padding-before: 28px;
						padding-block-start: 28px;
		-webkit-padding-start: 165px;
						padding-inline-start: 165px;
	}
	.kaiketu__item-content--even {
		-webkit-padding-before: 30px;
						padding-block-start: 30px;
		-webkit-padding-start: 345px;
						padding-inline-start: 345px;
	}
	.kaiketu__item-number {
		margin-right: 0;
	}
	.kaiketu__item-number--odd {
		margin-left: 9px;
		-webkit-margin-before: 13px;
						margin-block-start: 13px;
	}
	.kaiketu__item-number--even {
		-webkit-margin-before: 22px;
						margin-block-start: 22px;
		margin-right: 10px;
	}
	.kaiketu__item-point {
	top: -54px;
	left: 14px;
		font-size: 75px;
	}
	.kaiketu__item-num {
		font-size: 208px;
	}
	.kaiketu__item-text {
		width: 515px;
	}
	.kaiketu__item-text--odd {
		-webkit-margin-start: 60px;
						margin-inline-start: 60px;
		-webkit-margin-before: -65px;
						margin-block-start: -65px;
	}
	.kaiketu__item-text--03and05 {
		-webkit-margin-start: 30px;
						margin-inline-start: 30px;
		-webkit-margin-before: -50px;
						margin-block-start: -50px;
	}
	.kaiketu__item-text--even {
		-webkit-margin-start: 26px;
						margin-inline-start: 26px;
		-webkit-margin-before: -60px;
						margin-block-start: -60px;
	}
	.kaiketu__item-title {
		font-size: 70px;
		margin-bottom: 25px;
		line-height: 99px;
	}
	.kaiketu__item-description {
		font-size: 18px;
		line-height: 34px;
	}
	.kaiketu__item-description--even {
		-webkit-margin-start: 7px;
						margin-inline-start: 7px;
	}
	.kaiketu__item-balloon--odd {
		width: 318px;
		top: -41px;
		left: 932px;
	}
	.kaiketu__item-balloon--even {
		width: 305px;
		right: 955px;
	}
	.kaiketu__item-balloon--03 {
		width: 310px;
		top: -9%;
		left: 930px;
	}
	.kaiketu__item-balloon--05 {
		width: 310px;
		top: -9%;
		left: 945px;
	}
}

@media screen and (max-width: 767px) {
	.kaiketu {
		padding-block: 13.0667vw 0;
	}
	.kaiketu__contents-bg {
		background: url(../img/Slice1-sp.svg);
	}
	.kaiketu__decoration-l {
		width: 42.1333vw;
		left: -11.2vw;
		top: 0;
		z-index: 0;
	}
	.kaiketu__decoration-r {
		width: 40.8vw;
		right: -9.3333vw;
		z-index: 0;
	}
	.kaiketu__contents--1 {
		-webkit-margin-after: -15.2vw;
		margin-block-end: -15.2vw;
	}
	.kaiketu__contents--2 {
		-webkit-margin-after: -12.8vw;
		margin-block-end: -12.8vw;
	}
	.kaiketu__contents--3 {
		-webkit-margin-after: -14.4vw;
		margin-block-end: -14.4vw;
	}
	.kaiketu__contents--4 {
		-webkit-margin-after: -12.5333vw;
		margin-block-end: -12.5333vw;
	}
	.kaiketu__contents--5 {
		-webkit-margin-after: -13.8667vw;
		margin-block-end: -13.8667vw;
	}

	.kaiketu__content-wrapper {
		aspect-ratio: 346/342;
	}
	.kaiketu__content-wrapper--odd {
		width: 108vw;
	}
	.kaiketu__content-wrapper--even {
		width: 106.6667vw;
	}
	.kaiketu__item-bg-odd {
		top: -2.6667vw;
		left: -3.7333vw;
	}
	.kaiketu__item-bg-odd--05 {
		top: 0;
	}
	.kaiketu__item-bg-even {
		top: -2.4vw;
		left: 0;
	}
	.kaiketu__item-content {
		flex-direction: column;
		justify-content: center;
		text-align: left;
		-webkit-padding-before: 12vw;
						padding-block-start: 12vw;
	}
	.kaiketu__item-content--odd {
		-webkit-box-align: start;
				-ms-flex-align: start;
						align-items: flex-start;
		-webkit-padding-start: 8vw;
						padding-inline-start: 8vw;
	}
	.kaiketu__item-content--even {
		-webkit-box-align: end;
				-ms-flex-align: end;
						align-items: flex-end;
		-webkit-padding-end: 4.4vw;
						padding-inline-end: 4.4vw;
	}
	.kaiketu__item-number {
		margin-bottom: 2px;
	}
	.kaiketu__item-number--odd {
		margin-left: 11.2vw;
		-webkit-margin-before: 1.0667vw;
		margin-block-start: -1.0667vw;
	}

	.kaiketu__item-number--even {
		-webkit-margin-before: -1.6vw;
		margin-block-start: -1.6vw;
		margin-right: 10.4vw;
	}
	.kaiketu__item-point {
		top: 10.1333vw;
		left: -16vw;
		font-size: 8vw;
		letter-spacing: 0.07em;
		-webkit-transform: rotate(-90deg);
						transform: rotate(-90deg);
	}
	.kaiketu__item-num {
		font-size: 23.4666666667vw;
		line-height: normal;
	}
	.kaiketu__item-text {
		-webkit-margin-before: 0;
						margin-block-start: 0;
		width: 84vw;
	}
	.kaiketu__item-text--odd {
		-webkit-margin-start: 0;
						margin-inline-start: 0;
		-webkit-margin-before: 2.1333vw;
						margin-block-start: 2.1333vw;
	}
	.kaiketu__item-text--03and05 {
		-webkit-margin-start: 0;
						margin-inline-start: 0;
		-webkit-margin-before: 0;
						margin-block-start: 0;
	}
	.kaiketu__item-text--even {
		-webkit-margin-start: 0;
						margin-inline-start: 0;
		-webkit-margin-before: 2.9333vw;
						margin-block-start: 2.9333vw;
	}
	.kaiketu__item-text--06 {
		-webkit-margin-before: 2.6667vw;
						margin-block-start: 2.6667vw;
		-webkit-margin-start: 0;
						margin-inline-start: 0;
		-webkit-margin-end: -1.6vw;
						margin-inline-end: -1.6vw;
	}
	.kaiketu__item-title {
		font-size: 9.3333vw;
		margin-bottom: 4.2667vw;
		line-height: 1.18;
	}
	.kaiketu__item-description {
		font-size: 4vw;
		line-height: 1.7333;
		letter-spacing: 0;
	}
	.kaiketu__item-description--even {
		-webkit-margin-start: 0;
						margin-inline-start: 0;
	}
	.kaiketu__item-balloon--odd {
		width: 44.5333vw;
		top: -3.2vw;
		left: 52.5333vw;
	}
	.kaiketu__item-balloon--even {
		width: 51.7333vw;
		top: -6.4vw;
		right: 47.4667vw;
	}
}



/* Foundation */
.five-step {
	margin-top: -23.2638vw;
	padding-block: 20.1388vw 16.875vw;
	background-image: url(../img/5step-bg-mini-pc.png);
	background-size: auto;
	background-position: center top;
	background-repeat: repeat;
}
.five-step__inner {
	width: 67.0833vw;
	margin: 0 auto;
}
.five-step__title {
	text-align: center;
	-webkit-margin-after: 3.4722vw;
					margin-block-end: 3.4722vw;
}
.five-step__title-img {
	width: 56.3194vw;
	margin: 0 auto;
	display: block;
}
.five-step__title-img img {
	width: 100%;
	height: auto;
}
.five-step__contents {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: flex-end;
	row-gap: 4.1666vw;
}
.five-step__content-wrapper {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 62.8472vw;
	min-height: 12.7083vw;
	padding: 0 0 0 7.0833vw;
	grid-template-columns: 10.4167vw 1fr;
	column-gap: 2.0833vw;
	background: #ffffff;
	border-radius: 30px;
	-webkit-box-shadow: 0.3472vw 0.4861vw 0 0 rgba(60, 170, 35, 0.3);
					box-shadow: 0.3472vw 0.4861vw 0 0 rgba(60, 170, 35, 0.3);
	border: 3px solid;
}
.five-step__content-wrapper--step01 {
	border-color: #48c020;
	-webkit-box-shadow: 0.3472vw 0.4861vw 0 0 rgb(72, 192, 32);
					box-shadow: 0.3472vw 0.4861vw 0 0 rgb(72, 192, 32);
}
.five-step__content-wrapper--step02 {
	border-color: #3caa23;
	-webkit-box-shadow: 0.3472vw 0.4861vw 0 0 rgb(60, 170, 35);
					box-shadow: 0.3472vw 0.4861vw 0 0 rgb(60, 170, 35);
}
.five-step__content-wrapper--step03 {
	border-color: #339a25;
	-webkit-box-shadow: 0.3472vw 0.4861vw 0 0 rgb(51, 154, 37);
					box-shadow: 0.3472vw 0.4861vw 0 0 rgb(51, 154, 37);
}
.five-step__content-wrapper--step04 {
	border-color: #2a8927;
	-webkit-box-shadow: 0.3472vw 0.4861vw 0 0 rgb(42, 137, 39);
					box-shadow: 0.3472vw 0.4861vw 0 0 rgb(42, 137, 39);
}
.five-step__content-wrapper--step05 {
	border-color: #207729;
	-webkit-box-shadow: 0.3472vw 0.4861vw 0 0 rgb(32, 119, 41);
					box-shadow: 0.3472vw 0.4861vw 0 0 rgb(32, 119, 41);
}
.five-step__content-wrapper::after {
	content: "";
	position: absolute;
	left: 44.3%;
	bottom: -3.1944vw;
	width: 0;
	height: 0;
}
.five-step__content-wrapper--step01::after {
	border-left: 1.6666vw solid transparent;
	border-right: 1.6666vw solid transparent;
	border-top: 1.6666vw solid #48c020;
}
.five-step__content-wrapper--step02::after {
	border-left: 1.6666vw solid transparent;
	border-right: 1.6666vw solid transparent;
	border-top: 1.6666vw solid #3caa23;
}
.five-step__content-wrapper--step03::after {
	border-left: 1.6666vw solid transparent;
	border-right: 1.6666vw solid transparent;
	border-top: 1.6666vw solid #339a25;
}
.five-step__content-wrapper--step04::after {
	border-left: 1.6666vw solid transparent;
	border-right: 1.6666vw solid transparent;
	border-top: 1.6666vw solid #2a8927;
}
.five-step__content-wrapper--step05::after {
	content: none;
}
.five-step__content-wrapper .five-step__content-title--en {
	font-size: 1.1111vw;
	letter-spacing: 0.05em;
}
.five-step__content-icon {
	position: absolute;
	left: -4.4444vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	width: 8.6805vw;
	height: 8.6805vw;
	-ms-flex-negative: 0;
			flex-shrink: 0;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
}
.five-step__content-icon img {
	width: 100%;
	height: 100%;
}
.five-step__content-icon--step01 {
	background: #48c020;
}
.five-step__content-icon--step02 {
	background: #3caa23;
}
.five-step__content-icon--step03 {
	background: #339a25;
}
.five-step__content-icon--step04 {
	background: #2a8927;
}
.five-step__content-icon--step05 {
	background: #207729;
}
.five-step__content-head {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 10.4167vw;
	row-gap: 0.4167vw;
	letter-spacing: 0.05em;
}
.five-step__content-title--en {
	font-size: 1.1111vw;
	font-weight: 700;
	line-height: 1;
	color: #b3b3b3;
}
.five-step__content-title--ja {
	font-size: 1.9444vw;
	font-weight: 900;
	line-height: 1.2142;
	color: #1ea02d;
}
.five-step__content-text p {
	font-size: 1.25vw;
	font-weight: 500;
	line-height: 1.55;
	letter-spacing: .05em;
	color: #000000;
}
.five-step__content-btn {
	display: inline-block;
	font-size: 1.25vw;
	font-weight: 500;
	line-height: 1.3333;
	color: #f3841c;
	text-decoration-line: underline;
	text-decoration-color: #f3841c;
	text-underline-offset: 0.2083vw;
	-webkit-margin-before: 0.4167vw;
	margin-block-start: 0.4167vw;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.five-step__content-btn:hover {
	opacity: 0.7;
}


@media screen and (min-width: 1441px) {
	.five-step {
		padding-block: 290px 243px;
		margin-top: -335px;
	}
	.five-step__inner {
		width: 966px;
	}
	.five-step__title {
		-webkit-margin-after: 50px;
						margin-block-end: 50px;
	}
	.five-step__title-img {
		width: 811px;
	}
	.five-step__contents {
		row-gap: 60px;
	}
	.five-step__content-wrapper {
		width: 905px;
		min-height: 183px;
		padding: 0 0 0 102px;
		column-gap: 30px;
		-webkit-box-shadow: 5px 7px 0px 0px rgba(60, 170, 35, 0.3);
						box-shadow: 5px 7px 0px 0px rgba(60, 170, 35, 0.3);
		border: 3px solid;
	}
	.five-step__content-wrapper--step01 {
		border-color: #48c020;
		-webkit-box-shadow: 5px 7px 0px 0px rgb(72, 192, 32);
						box-shadow: 5px 7px 0px 0px rgb(72, 192, 32);
	}
	.five-step__content-wrapper--step02 {
		border-color: #3caa23;
		-webkit-box-shadow: 5px 7px 0px 0px rgb(60, 170, 35);
						box-shadow: 5px 7px 0px 0px rgb(60, 170, 35);
	}
	.five-step__content-wrapper--step03 {
		border-color: #339a25;
		-webkit-box-shadow: 5px 7px 0px 0px rgb(51, 154, 37);
						box-shadow: 5px 7px 0px 0px rgb(51, 154, 37);
	}
	.five-step__content-wrapper--step04 {
		border-color: #2a8927;
		-webkit-box-shadow: 5px 7px 0px 0px rgb(42, 137, 39);
						box-shadow: 5px 7px 0px 0px rgb(42, 137, 39);
	}
	.five-step__content-wrapper--step05 {
		border-color: #207729;
		-webkit-box-shadow: 5px 7px 0px 0px rgb(32, 119, 41);
						box-shadow: 5px 7px 0px 0px rgb(32, 119, 41);
	}
	.five-step__content-wrapper::after {
		bottom: -46px;
	}
	.five-step__content-wrapper--step01::after {
		border-left: 24px solid transparent;
		border-right: 24px solid transparent;
		border-top: 24px solid #48c020;
	}
	.five-step__content-wrapper--step02::after {
		border-left: 24px solid transparent;
		border-right: 24px solid transparent;
		border-top: 24px solid #3caa23;
	}
	.five-step__content-wrapper--step03::after {
		border-left: 24px solid transparent;
		border-right: 24px solid transparent;
		border-top: 24px solid #339a25;
	}
	.five-step__content-wrapper--step04::after {
		border-left: 24px solid transparent;
		border-right: 24px solid transparent;
		border-top: 24px solid #2a8927;
	}
	.five-step__content-wrapper--step01 .five-step__content-title--en {
		font-size: 16px;
	}
	.five-step__content-icon {
		left: -64px;
		width: 125px;
		height: 125px;
	}
	.five-step__content-head {
		width: 150px;
		row-gap: 6px;
	}
	.five-step__content-title--en {
		font-size: 16px;
	}
	.five-step__content-title--ja {
		font-size: 28px;
	}
	.five-step__content-text p {
		font-size: 18px;
	}
	.five-step__content-btn {
		font-size: 18px;
		text-underline-offset: 3px;
		-webkit-margin-before: 6px;
						margin-block-start: 6px;
	}
	.five-step__content-text--step01 {
		line-height: 28px;
		font-size: 18px;
	}
	.five-step__content-text p {
		font-size: 18px;
	}
	.five-step__content-btn {
		line-height: 24px;
		font-size: 18px;
	}
}


@media screen and (max-width: 767px) {
	.five-step {
		padding-block: 15.4667vw 21.3333vw;
		margin-top: -18.6667vw;
		background-image: url(../img/5step-bg-mini-sp.png);
	}
	.five-step__inner {
		width: 93.3333vw;
	}
	.five-step__title {
		-webkit-margin-after: 5.3333vw;
						margin-block-end: 5.3333vw;
	}
	.five-step__title-img {
		max-width: 100%;
		width: 94.6667vw;
	}
	.five-step__contents {
		row-gap: 9.8667vw;
	}
	.five-step__content-wrapper {
		flex-flow: column;
		width: 84vw;
		padding: 5.0667vw 3.2vw 4.5333vw 12.5333vw;
		-webkit-box-shadow: 0.8vw 1.0667vw 0 0 rgba(60, 170, 35, 0.3);
						box-shadow: 0.8vw 1.0667vw 0 0 rgba(60, 170, 35, 0.3);
		border: 0.8vw solid #48c020;
		border-radius: 8vw;
		align-items: flex-start;
		column-gap: 0;
		row-gap: 2.6667vw;
		-webkit-margin-start: 8.2667vw;
						margin-inline-start: 8.2667vw;
	}
	.five-step__content-wrapper--step01 {
		border-color: #48c020;
		-webkit-box-shadow: 0.8vw 1.0667vw 0 0 rgb(72, 192, 32);
						box-shadow: 0.8vw 1.0667vw 0 0 rgb(72, 192, 32);
	}
	.five-step__content-wrapper--step02 {
		border-color: #3caa23;
		-webkit-box-shadow: 0.8vw 1.0667vw 0 0 rgb(60, 170, 35);
						box-shadow: 0.8vw 1.0667vw 0 0 rgb(60, 170, 35);
	}
	.five-step__content-wrapper--step03 {
		border-color: #339a25;
		-webkit-box-shadow: 0.8vw 1.0667vw 0 0 rgb(51, 154, 37);
						box-shadow: 0.8vw 1.0667vw 0 0 rgb(51, 154, 37);
	}
	.five-step__content-wrapper--step04 {
		border-color: #2a8927;
		-webkit-box-shadow: 0.8vw 1.0667vw 0 0 rgb(42, 137, 39);
						box-shadow: 0.8vw 1.0667vw 0 0 rgb(42, 137, 39);
	}
	.five-step__content-wrapper--step05 {
		border-color: #207729;
		-webkit-box-shadow: 0.8vw 1.0667vw 0 0 rgb(32, 119, 41);
						box-shadow: 0.8vw 1.0667vw 0 0 rgb(32, 119, 41);
	}
	.five-step__content-wrapper::after {
		left: 43%;
		bottom: -8.5333vw;
	}
	.five-step__content-wrapper--step01::after {
		border-left: 4.2667vw solid transparent;
		border-right: 4.2667vw solid transparent;
		border-top: 4.2667vw solid #48c020;
	}
	.five-step__content-wrapper--step02::after {
		border-left: 4.2667vw solid transparent;
		border-right: 4.2667vw solid transparent;
		border-top: 4.2667vw solid #3caa23;
	}
	.five-step__content-wrapper--step03::after {
		border-left: 4.2667vw solid transparent;
		border-right: 4.2667vw solid transparent;
		border-top: 4.2667vw solid #339a25;
	}
	.five-step__content-wrapper--step04::after {
		border-left: 4.2667vw solid transparent;
		border-right: 4.2667vw solid transparent;
		border-top: 4.2667vw solid #2a8927;
	}
	.five-step__content-wrapper .five-step__content-title--en {
		font-size: 3.7333vw;
		letter-spacing: 0.05em;
	}
	.five-step__content-icon {
		left: -10.6667vw;
		width: 18.6667vw;
		height: 18.6667vw;
	}
	.five-step__content-head {
		width: 100%;
		row-gap: 1.3333vw;
	}
	.five-step__content-title--en {
		line-height: 1.14;
	}
	.five-step__content-title--ja {
		font-size: 5.3333vw;
		letter-spacing: 0.05em;
	}
	.five-step__content-text--step01,
	.five-step__content-text p {
		-webkit-margin-before: -1.3333vw;
						margin-block-start: -1.3333vw;
		font-size: 3.7333vw;
		line-height: 1.64;
		letter-spacing: 0;
	}
	.five-step__content-btn {
		-webkit-margin-before: 0;
						margin-block-start: 0;
		font-size: 4vw;
	}

}


/* Foundation */
.customer-voice {
	background-image: url(../img/customer-voice__bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 3.8888vw;
	margin-top: -9.0277vw;
}
.customer-voice__inner {
	max-width: 83.3333vw;
	margin: 0 auto;
	padding-bottom: 6.9444vw;
}
.customer-voice__title {
	width: 26.3194vw;
	margin: 0 auto;
	transform: translate(-4px, 0);
}
.customer-voice__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	row-gap: 3.3333vw;
	margin-top: 1.8518vw;
}
.customer-voice__content-wrapper {
	max-width: 76.3889vw;
	-webkit-margin-start: 2.0833vw;
					margin-inline-start: 2.0833vw;
}
.customer-voice__content-wrapper:nth-of-type(even) {
	-webkit-margin-start: 4.8611111111vw;
					margin-inline-start: 4.8611111111vw;
}
.customer-voice__content-wrapper:nth-of-type(even) .customer-voice__item-content::after {
	left: auto;
	right: -2.5694444444vw;
	background-image: url(../img/customer-voice-fukidasi-reverse.webp);
}

.customer-voice__content-wrapper:nth-of-type(even) .customer-voice__item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
			-ms-flex-direction: row-reverse;
					flex-direction: row-reverse;
	-webkit-margin-start: -2.7777777778vw;
					margin-inline-start: -2.7777777778vw;
}
.customer-voice__content-wrapper:nth-of-type(even) .customer-voice__item-avatar {
	-webkit-margin-before: 0.4861111111vw;
					margin-block-start: 0.4861111111vw;
	-webkit-margin-start: -3.4722vw;
					margin-inline-start: -3.4722vw;
}
.customer-voice__content-wrapper:nth-of-type(3) {
	-webkit-margin-start: 2.0833vw;
					margin-inline-start: 2.0833vw;
	-webkit-margin-before: -0.4861111111vw;
					margin-block-start: -0.4861111111vw;
}
.customer-voice__content-wrapper:nth-of-type(3) .customer-voice__item-header {
	padding-inline: 2.5vw;
}
.customer-voice__content-wrapper:nth-of-type(3) .customer-voice__item-body {
	padding: 1.3888888889vw 0.2083333333vw 1.1805555556vw 2.7777777778vw;
}
.customer-voice__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: start;
			-ms-flex-pack: start;
					justify-content: flex-start;
}
.customer-voice__item-avatar {
	width: 23.2638888889vw;
	height: auto;
	-ms-flex-negative: 0;
			flex-shrink: 0;
	aspect-ratio: 1/1;
}
.customer-voice__item-avatar img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}
.customer-voice__item-content {
	width: 52.4305555556vw;
	border: 2px solid #1ea02d;
	background: #ffffff;
	border-radius: 20px;
	-webkit-box-shadow: 4px 4px 0px 0px rgb(30, 160, 45);
					box-shadow: 4px 4px 0px 0px rgb(30, 160, 45);
	position: relative;
	-webkit-margin-start: -3.4722vw;
					margin-inline-start: -3.4722vw;
	-webkit-margin-before: -0.8333333333vw;
					margin-block-start: -0.8333333333vw;
}
.customer-voice__item-content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 18px;
	background: #ffffff;
	z-index: -1;
}
.customer-voice__item-content::after {
	content: "";
	position: absolute;
	width: 3.1944444444vw;
	height: 2.0833vw;
	top: 78%;
	left: -2.5694444444vw;
	background-image: url(../img/customer-voice-fukidasi.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}
.customer-voice__item-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: start;
			-ms-flex-pack: start;
					justify-content: flex-start;
	width: auto;
	height: 5.1388888889vw;
	-ms-flex-negative: 0;
			flex-shrink: 0;
	padding-inline: 3.125vw;
	background: #1ea02d;
	border-radius: 18px 18px 0 0;
}
.customer-voice__item-title {
	color: #ffffff;
	font-size: 1.9444vw;
	font-weight: 900;
	line-height: 2.0833vw;
	letter-spacing: 0.1361111111vw;
}
.customer-voice__item-body {
	padding: 1.3888vw 1.875vw 1.3889vw 3.4722vw;
	background: #ffffff;
	border-radius: 0 0 18px 18px;
}
@media screen and (min-width: 1441px) {
	.customer-voice__item-body {
		padding: 20px 27px 20px 50px;
	}
}
.customer-voice__item-text {
	font-size: 1.25vw;
	font-weight: 500;
	line-height: 2.1527777778vw;
	letter-spacing: 0.05vw;
	color: #373737;
}
.customer-voice__item-footer {
	-webkit-margin-before: 0.3472222222vw;
					margin-block-start: 0.3472222222vw;
	padding: 0 0 0 0.1388888889vw;
	background: #ffffff;
	color: #1ea02d;
	font-size: 1.0416666667vw;
	font-weight: 500;
	line-height: 2.0833vw;
	letter-spacing: 0.0520833333vw;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
}

@media screen and (min-width: 1441px) {
	.customer-voice {
		padding-top: 56px;
		margin-top: -130px;
	}
	.customer-voice__inner {
		max-width: 1200px;
		padding-bottom: 100px;
	}
	.customer-voice__title {
		width: 379px;
		margin: 0 auto;
		transform: translate(-4px, 0);
	}
	.customer-voice__contents {
		row-gap: 48px;
		margin-top: 25px;
	}
	.customer-voice__content-wrapper {
		max-width: 1100px;
		-webkit-margin-start: 30px;
						margin-inline-start: 30px;
	}
	.customer-voice__content-wrapper:nth-of-type(even) {
		-webkit-margin-start: 70px;
						margin-inline-start: 70px;
	}
	.customer-voice__content-wrapper:nth-of-type(even) .customer-voice__item-content::after {
		left: auto;
		right: -37px;
	}
	.customer-voice__content-wrapper:nth-of-type(even) .customer-voice__item {
		-webkit-margin-start: -40px;
						margin-inline-start: -40px;
	}
	.customer-voice__content-wrapper:nth-of-type(even) .customer-voice__item-avatar {
		-webkit-margin-before: 7px;
						margin-block-start: 7px;
		-webkit-margin-start: -50px;
						margin-inline-start: -50px;
	}
	.customer-voice__content-wrapper:nth-of-type(3) {
		-webkit-margin-start: 30px;
						margin-inline-start: 30px;
		-webkit-margin-before: -7px;
						margin-block-start: -7px;
	}
	.customer-voice__content-wrapper:nth-of-type(3) .customer-voice__item-header {
		padding-inline: 36px;
	}
	.customer-voice__content-wrapper:nth-of-type(3) .customer-voice__item-body {
		padding: 20px 3px 17px 40px;
	}
	.customer-voice__item-avatar {
		width: 335px;
	}
	.customer-voice__item-content {
		width: 755px;
		-webkit-margin-start: -50px;
						margin-inline-start: -50px;
		-webkit-margin-before: -12px;
						margin-block-start: -12px;
	}
	.customer-voice__item-content::after {
		width: 46px;
		height: 30px;
		top: 78%;
		left: -37px;
	}
	.customer-voice__item-header {
		height: 74px;
		-ms-flex-negative: 0;
				flex-shrink: 0;
		padding-inline: 45px;
	}
	.customer-voice__item-title {
		font-size: 28px;
		line-height: 30px;
		letter-spacing: 1.96px;
	}
	.customer-voice__item-text {
		font-size: 18px;
		line-height: 31px;
		letter-spacing: 0.72px;
	}
	.customer-voice__item-footer {
		-webkit-margin-before: 5px;
						margin-block-start: 5px;
		padding: 0 0 0 2px;
		font-size: 15px;
		line-height: 30px;
		letter-spacing: 0.75px;
	}
}

@media screen and (max-width: 767px) {
	.customer-voice {
		background-image: url(../img/customer-voice__bg-sp.jpg);
		background-size: cover;
		padding-top: 4vw;
		margin-top: -9.3333vw;
	}
	.customer-voice__inner {
		max-width: 100vw;
		padding-inline: 4.2667vw;
		padding-bottom: 12vw;
	}
	.customer-voice__title {
		width: 63.4667vw;
		margin: 0 auto;
		transform: translate(-1.0667vw, 0);
	}
	.customer-voice__contents {
		row-gap: 15.4667vw;
		margin-top: 8vw;
	}
	.customer-voice__content-wrapper {
		max-width: 100%;
		margin-inline: 0;
	}
	.customer-voice__content-wrapper:nth-of-type(even) {
		-webkit-margin-start: 0;
		margin-inline-start: 0;
	}
	.customer-voice__content-wrapper:nth-of-type(3) {
		-webkit-margin-start: 0;
		margin-inline-start: 0;
		-webkit-margin-before: 0.5333vw;
		margin-block-start: 0.5333vw;
	}
	.customer-voice__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.customer-voice__item-avatar {
		width: 74.6667vw;
		height: auto;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		aspect-ratio: 1/1;
	}
	.customer-voice__item-content {
		width: 99%;
		-webkit-margin-start: 0;
		margin-inline-start: 0;
		margin-inline: auto;
		-webkit-margin-before: -14.6667vw;
		margin-block-start: -14.6667vw;
		border: 0.5333vw solid #1ea02d;
		border-radius: 5.3333vw;
		-webkit-box-shadow: 1.0667vw 1.0667vw 0 0 rgb(30, 160, 45);
		box-shadow: 1.0667vw 1.0667vw 0 0 rgb(30, 160, 45);
	}
	.customer-voice__item-content::after {
		width: 9.8667vw;
		height: 12.5333vw;
		top: -10.6667vw;
		left: 30.6667vw;
		background-image: url(../img/customer-voice-fukidasi-sp.webp);
	}
	.customer-voice__item-header {
		height: 17.3333vw;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		padding-inline: 2.4vw 0;
		border-radius: 4.8vw 4.8vw 0 0;
	}
	.customer-voice__item-title {
		font-size: 5.8667vw;
		line-height: 8vw;
		letter-spacing: 0.4107vw;
	}
	.customer-voice__item-body {
		padding: 4vw 4.8vw 0;
	}
	.customer-voice__item-text {
		font-size: 4vw;
		line-height: 7.4667vw;
		letter-spacing: 0.16vw;
	}
	.customer-voice__item-footer {
		-webkit-margin-before: 2.6667vw;
		margin-block-start: 2.6667vw;
		padding: 0 0 2.6667vw;
		font-size: 3.7333vw;
		line-height: 8vw;
		letter-spacing: 0.1867vw;
	}
	.customer-voice__content-wrapper:nth-of-type(even) .customer-voice__item-content {
		-webkit-margin-before: -14.6667vw;
		margin-block-start: -14.6667vw;
	}
	.customer-voice__content-wrapper:nth-of-type(even) .customer-voice__item-content::after {
		width: 9.8667vw;
		height: 12.5333vw;
		top: -10.6667vw;
		left: 29.3333vw;
		background-image: url(../img/customer-voice-fukidasi-sp.webp);
	}
	.customer-voice__content-wrapper:nth-of-type(even) .customer-voice__item-header {
		height: 25.3333vw;
		padding-inline: 0 1.6vw;
		text-align: center;
	}
	.customer-voice__content-wrapper:nth-of-type(even) .customer-voice__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-margin-start: 0;
		margin-inline-start: 0;
	}
	.customer-voice__content-wrapper:nth-of-type(even) .customer-voice__item-avatar {
		-webkit-margin-before: -6.9333vw;
		margin-block-start: -6.9333vw;
		-webkit-margin-start: 0;
		margin-inline-start: 0;
	}
	.customer-voice__content-wrapper:nth-of-type(3) .customer-voice__item-content {
		-webkit-margin-before: -14vw;
		margin-block-start: -14vw;
	}
	.customer-voice__content-wrapper:nth-of-type(3) .customer-voice__item-header {
		height: 25.3333vw;
		padding-inline: 0 1.6vw;
		text-align: center;
	}
	.customer-voice__content-wrapper:nth-of-type(3) .customer-voice__item-avatar {
		-webkit-margin-before: -7.2vw;
		margin-block-start: -7.2vw;
		-webkit-margin-start: 0;
		margin-inline-start: 0;
	}
	.customer-voice__content-wrapper:nth-of-type(3) .customer-voice__item-body {
		padding: 4vw 1.6vw 0 5.3333vw;
	}

}


/* Foundation */
.faq {
	background-image: url(../img/faq-bg-pc.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-block: 21.5277vw 20.8333vw;
	margin-top: -22.9166vw;
}
.faq__inner {
	width: 72.5694vw;
	margin: 0 auto;
}
.faq__title {
	text-align: center;
}
.faq__contents {
	max-width: 72.5694vw;
	width: 100%;
	-webkit-margin-start: 10px;
					margin-inline-start: 10px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-column-gap: 3.125vw;
		 -moz-column-gap: 3.125vw;
					column-gap: 3.125vw;
	row-gap: 2.0833vw;
}
.faq__content-item {
		background: #ffffff;
		border-radius: 1.7361vw;
		-webkit-box-shadow: 4px 4px 0px 0px rgb(30, 160, 45);
						box-shadow: 4px 4px 0px 0px rgb(30, 160, 45);
		overflow: hidden;
	}
.faq__item-header {
	height: 5.5556vw;
	background: #1ea02d;
	padding-inline: 1.6666vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
}
.faq__item-icon {
	width: 2.7778vw;
	height: 2.7778vw;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.faq__item-icon--q {
	background: #ffffff;
}
.faq__item-icon--a {
	background: #1ea02d;
}
.faq__item-letter {
	font-weight: 700;
	font-size: 1.3889vw;
	line-height: 1.448;
	letter-spacing: 0.05em;
	text-align: center;
}
.faq__item-icon--q .faq__item-letter {
	color: #1ea02d;
}
.faq__item-icon--a .faq__item-letter {
	color: #ffffff;
}
.faq__item-question {
	font-weight: 700;
	font-size: 1.25vw;
	line-height: 1.611;
	letter-spacing: 0.05em;
	color: #ffffff;
	margin: 0;
	padding-top: 0.4861vw;
}
.faq__item-body {
	padding: 0.8333vw 1.6666vw 1.3889vw;
	display: flex;
	align-items: flex-start;
	gap: 1.0416vw;
	min-height: 8.3333vw;
	border-radius: 0 0 1.7361vw 1.7361vw;
	border: 2px solid #1ea02d;
	background: #ffffff;
}
.faq__item-answer {
	font-weight: 400;
	font-size: 1.1111111111vw;
	line-height: 1.813;
	letter-spacing: 0.08em;
	color: #373737;
	margin: 0;
	padding-top: 0.2778vw;
}


@media screen and (min-width: 1441px) {
	.faq {
		padding-block: 310px 300px;
		margin-top: -330px;
	}
	.faq__inner {
		width: 1045px;
		margin: 0 auto;
	}
	.faq__contents {
		max-width: 1045px;
		-webkit-column-gap: 45px;
			 -moz-column-gap: 45px;
						column-gap: 45px;
		row-gap: 30px;
	}
	.faq__content-item {
		border-radius: 25px;
		-webkit-box-shadow: 4px 4px 0px 0px rgb(30, 160, 45);
						box-shadow: 4px 4px 0px 0px rgb(30, 160, 45);
	}
	.faq__item-header {
		height: 80px;
		padding-inline: 24px;
		gap: 15px;
	}
	.faq__item-icon {
		width: 40px;
		height: 40px;
	}
	.faq__item-letter {
		font-size: 20px;
		line-height: 1.448;
		letter-spacing: 0.05em;
	}
	.faq__item-question {
		font-size: 18px;
		line-height: 1.611;
		letter-spacing: 0.05em;
	}
	.faq__item-body {
		min-height: 120px;
		padding: 12px 24px 20px;
		gap: 15px;
		border-radius: 0 0 24px 24px;
	}
	.faq__item-answer {
		font-size: 16px;
		line-height: 1.813;
		letter-spacing: 0.08em;
	}
}

@media screen and (max-width: 767px) {
	.faq {
		margin-top: -24vw;
		padding-block: 20.8vw 48vw;
		background-image: url(../img/faq-bg-sp.svg);
	}
	.faq__inner {
		width: 100%;
		padding-inline: 0;
	}
	.faq__contents {
		max-width: 100%;
		width: 92vw;
		margin-inline: auto;
		grid-template-columns: 1fr;
		-webkit-column-gap: 0;
			 -moz-column-gap: 0;
					column-gap: 0;
		row-gap: 6.6667vw;
	}
	.faq__content-item {
		border-radius: 25px;
		-webkit-box-shadow: 1.0667vw 1.0667vw 0 0 rgb(30, 160, 45);
						box-shadow: 1.0667vw 1.0667vw 0 0 rgb(30, 160, 45);
	}
	.faq__item-header {
		height: 16vw;
		padding-inline: 5.8667vw;
	}
	.faq__item-icon {
		width: 9.0667vw;
		height: 9.0667vw;
	}
	.faq__item-icon--q {
		margin-top: 0.8vw;
	}
	.faq__item-letter {
		font-size: 4.5333vw;
		line-height: 1;
		transform: translateY(-0.5333vw);
	}
	.faq__item-question {
		font-size: 4.2667vw;
		letter-spacing: .05em;
		line-height: 1.5;
	}
	.faq__item-body {
		padding: 2.4vw 8vw 4vw 5.0667vw;
		border-radius: 0 0 25px 25px;
		border: 2px solid #1ea02d;
		gap: 4.5333vw;
	}
	.faq__item-answer {
		font-size: 3.7333vw;
		line-height: 1.78;
		letter-spacing: .03em;
		padding-top: 1.8667vw;
	}
}


/* Foundation */
/* shop-info */
.shop-info {
	-webkit-margin-start: -0.9722vw;
					margin-inline-start: -0.9722vw;
	-webkit-margin-before: -5.6944vw;
					margin-block-start: -5.6944vw;
	padding-block: 1.1111vw 8.6806vw;
	position: relative;
	z-index: 10;
}
.shop-info__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1ea02d;
	-webkit-clip-path: polygon(0% 5.6%, 100% 0%, 100% 94%, 0.08% 100%);
					clip-path: polygon(0% 5.6%, 100% 0%, 100% 94%, 0.08% 100%);
	z-index: -1;
}
.shop-info__img {
	position: absolute;
	top: -7.8472vw;
	right: 0;
	width: 41.6667vw;
	height: auto;
	aspect-ratio: 592/580;
	z-index: 1;
}
.shop-info__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}
.shop-info__decoration {
	position: absolute;
	top: 24.3056vw;
	right: 0;
	width: 12.8472vw;
	height: auto;
	aspect-ratio: 185/182;
	z-index: 2;
}
.shop-info__decoration img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}
.shop-info__inner {
	max-width: 75.3472vw;
	margin: 0 auto;
	padding-inline: 16px;
	position: relative;
}
.shop-info__title {
	-webkit-margin-start: -0.9028vw;
					margin-inline-start: -0.9028vw;
	-webkit-margin-after: 4.1667vw;
					margin-block-end: 4.1667vw;
	text-align: left;
	width: 21.9444vw;
	height: auto;
}
.shop-info__title img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
		 object-fit: contain;
}
.shop-info__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	row-gap: 1.3889vw;
	-webkit-margin-after: 2.5vw;
					margin-block-end: 2.5vw;
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: flex-start;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
}
.shop-info__contents > *:last-child {
	margin-top: 1.6667vw;
}
.shop-info__content-wrapper {
	display: grid;
	grid-template-columns: 7.6389vw 1fr;
	-webkit-column-gap: 2.0833vw;
		 -moz-column-gap: 2.0833vw;
					column-gap: 2.0833vw;
}
.shop-info__item-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	width: 6.9444vw;
	height: 2.7778vw;
	border-radius: 22px;
	border: 2px solid #1ea02d;
	background: #ffffff;
	color: #1ea02d;
	font-size: 1.1111vw;
	font-style: normal;
	font-weight: 700;
	line-height: 2.0139vw;
	letter-spacing: 0.05em;
	text-align: center;
}
.shop-info__item-content {
	color: #ffffff;
	font-size: 1.5278vw;
	font-weight: 700;
	line-height: 2.7778vw;
	letter-spacing: 0.05em;
}
.shop-info__map-wrapper {
	grid-column: 1/-1;
	width: 58.6806vw;
	height: 31.25vw;
	-ms-flex-negative: 0;
			flex-shrink: 0;
	overflow: hidden;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
					box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.shop-info__map-wrapper iframe {
	width: 100%;
	height: 100%;
	border: none;
}
.shop-info__button-wrapper {
	grid-column: 1/-1;
	align-self: flex-start;
}

@media screen and (min-width: 1441px) {
	.shop-info {
		-webkit-margin-start: -14px;
						margin-inline-start: -14px;
		-webkit-margin-before: -82px;
						margin-block-start: -82px;
		padding-block: 16px 125px;
	}
	.shop-info__img {
		top: -113px;
		width: 600px;
		aspect-ratio: 592/580;
	}
	.shop-info__decoration {
		top: 350px;
		width: 185px;
		aspect-ratio: 185/182;
	}
	.shop-info__inner {
		max-width: 1085px;
		padding-inline: 16px;
	}
	.shop-info__title {
		-webkit-margin-start: -13px;
						margin-inline-start: -13px;
		-webkit-margin-after: 60px;
						margin-block-end: 60px;
		width: 316px;
	}
	.shop-info__contents {
		-webkit-margin-after: 36px;
						margin-block-end: 36px;
		row-gap: 20px;
	}
	.shop-info__content-wrapper {
		grid-template-columns: 110px 1fr;
		-webkit-column-gap: 30px;
			 -moz-column-gap: 30px;
						column-gap: 30px;
	}
	.shop-info__item-title {
		width: 110px;
		height: 40px;
		border-radius: 22px;
		font-size: 16px;
		line-height: 29px;
		letter-spacing: 0.05em;
	}
	.shop-info__item-content {
		font-size: 22px;
		line-height: 40px;
		letter-spacing: 0.05em;
	}
	.shop-info__map-wrapper {
		width: 845px;
		height: 450px;
	}
}

@media screen and (max-width: 767px) {
	.shop-info {
		-webkit-margin-before: -8.8vw;
						margin-block-start: -8.8vw;
		-webkit-margin-start: 0;
						margin-inline-start: 0;
		padding-block: 0 14.1333vw;
	}
	.shop-info__bg {
		-webkit-clip-path: polygon(0% 3.6%, 100% 0%, 100% 100%, 0 100%);
						clip-path: polygon(0% 3.6%, 100% 0%, 100% 97%, 0 100%);
	}
	.shop-info__img {
		top: -25.8667vw;
		width: 44.2667vw;
		aspect-ratio: 166/162;
	}
	.shop-info__decoration {
		top: 9.0667vw;
	}
	.shop-info__inner {
		max-width: 100%;
		padding-inline: 4vw;
	}
	.shop-info__title {
		-webkit-margin-start: -1.6vw;
						margin-inline-start: -1.6vw;
		-webkit-margin-before: 1.3333vw;
						margin-block-start: 1.3333vw;
		-webkit-margin-after: 9.6vw;
						margin-block-end: 9.6vw;
		width: 43.0667vw;
	}
	.shop-info__contents {
		-webkit-margin-after: 0;
						margin-block-end: 0;
		row-gap: 3.2vw;
	}
	.shop-info__contents > *:last-child {
		margin-top: 0;
		-webkit-margin-after: 3.2vw;
						margin-block-end: 3.2vw;
	}
	.shop-info__content-wrapper {
		grid-template-columns: 21.8667vw 1fr;
		-webkit-column-gap: 2.4vw;
			 -moz-column-gap: 2.4vw;
						column-gap: 2.4vw;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}
	.shop-info__item-title {
		width: 21.8667vw;
		height: 8.2667vw;
		border-radius: 4.5333vw;
		border: none;
		font-size: 3.4667vw;
		line-height: 1;
	}
	.shop-info__item-content {
		font-size: 4vw;
		line-height: 1.53;
		letter-spacing: .03em;
	}
	.shop-info__button-wrapper {
		-ms-flex-item-align: center;
				align-self: center;
	}
	.shop-info__map-wrapper {
		width: 100%;
		height: 50.6667vw;
	}
}


/* Foundation */
.contact {
	position: relative;
	background-image: url(../img/contact-bg-pc.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-block: 11.1111vw 5.7639vw;
	-webkit-margin-before: -5.5556vw;
	margin-block-start: -5.5556vw;
}
.contact__inner {
	max-width: 72.2222vw;
	margin: 0 auto;
}
.contact__form-wrapper {
	position: relative;
	background: #ffffff;
	border-radius: 3.4722vw;
	-webkit-box-shadow: 0px 0px 1.6667vw rgba(184, 127, 38, 0.53);
	box-shadow: 0px 0px 1.6667vw rgba(184, 127, 38, 0.53);
	padding-block: 5.9028vw 4.8611vw;
}
.contact__title-wrap {
	text-align: center;
	margin-bottom: 3.4722vw;
}
.contact__subtitle {
	display: inline-block;
	position: relative;
	padding: 1.1111vw 4.1667vw;
	margin-bottom: 0.4861vw;
	font-weight: 900;
	font-size: 1.5278vw;
	line-height: normal;
	letter-spacing: 0.05em;
	color: #ffffff;
	text-align: center;
	background: #f3841c;
	border-radius: 3.4722vw;
}
.contact__subtitle::after {
	position: absolute;
	content: "";
	bottom: -0.9028vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 0.9028vw solid transparent;
	border-right: 0.9028vw solid transparent;
	border-top: 0.9028vw solid #f3841c;
}
.contact__form {
	position: relative;
	width: 43.0556vw;
	margin: 0 auto;
}
.contact__form form {
	display: grid;
	gap: 1.7361vw;
}
.contact__form-item {
	display: grid;
	grid-template-columns: 13.1944vw 1fr;
	column-gap: 1.3889vw;
}
.contact__label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.0417vw;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 1.25vw;
	line-height: normal;
	letter-spacing: 0.05em;
	color: #373737;
}
.contact__label--textarea {
	padding-top: 0.6944vw;
	align-items: flex-start;
}
.req,
.opt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.8472vw;
	height: 1.6667vw;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 0.8333vw;
	line-height: 1;
	letter-spacing: 0.05em;
	border-radius: 0.9vw;
	background: #9a9a9a;
	color: #ffffff;
}
.req {
	background: #f3841c;
}
.opt {
	background: #9a9a9a;
}
.contact__input-wrap {
	display: flex;
	gap: 0.6944vw;
	width: 100%;
}
.wpcf7-form-control-wrap {
	width: 100%;
}
.contact__input-wrap--name {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 0.6944vw;
}
.contact__input {
	width: 100%;
	background: #eaeaea;
	border: none;
	border-radius: 5px;
	padding: 0.9028vw 1.3889vw;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 1.1111vw;
	line-height: normal;
	color: #373737;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contact__input--textarea {
	padding: 0.2778vw 1.3889vw;
	resize: vertical;
	min-height: 10.4167vw;
}
.contact__input::-webkit-input-placeholder,
.contact__input::-moz-placeholder,
.contact__input:-ms-input-placeholder,
.contact__input::-ms-input-placeholder,
.contact__input::placeholder {
	color: #999999;
}
.contact__input:focus {
	outline: 2px solid #f3841c;
	background: #ffffff;
}
.contact__privacy {
	margin-top: 1.0417vw;
}
.contact__privacy-content {
	width: 100%;
	height: 6.9444vw;
	padding: 0.4861vw 1.3889vw;
	background: #ffffff;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
	overflow-y: auto;
}
.contact__privacy-text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 0.8333vw;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #373737;
}
.contact__privacy-text h3 {
	font-weight: 700;
}
.contact__privacy-text p {
	padding-left: 1.0417vw;
}
.contact__privacy-text p:not(:last-child) {
	margin-bottom: 1.0417vw;
}
.contact__privacy-check {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.6944vw;
	margin-top: 0.6944vw;
}
.contact__privacy-check label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5556vw;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 0.9722vw;
	line-height: normal;
	letter-spacing: 0.05em;
	color: #373737;
	cursor: pointer;
}
input[type="checkbox"] {
	width: 14px;
	height: 14px;
	border: 1px solid #373737;
	border-radius: 3.5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	position: relative;
}
input[type="checkbox"]:checked {
	background: #f3841c;
	border-color: #f3841c;
}
input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	top: 0;
	left: 3px;
	width: 4px;
	height: 8px;
	border: 2px solid #ffffff;
	border-top: none;
	border-left: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contact__submit {
	text-align: center;
	margin-top: 2.0833vw;
}
.contact__btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5556vw;
	width: 31.25vw;
	height: 6.25vw;
	margin: 0 auto;
	aspect-ratio: 450/90;
	border: none;
	border-radius: 3.6vw;
	text-decoration: none;
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 1.3889vw;
	line-height: normal;
	-webkit-box-shadow: 0.2778vw 0.3472vw 0px 0px rgba(163, 163, 163, 0.4);
	box-shadow: 0.2778vw 0.3472vw 0px 0px rgba(163, 163, 163, 0.4);
	-webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
	transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
	overflow: hidden;
	cursor: pointer;
	z-index: 2;
}
.contact__btn:hover {
	opacity: 0.8;
}
.submit__btn {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(240, 153, 22)), color-stop(79%, rgb(240, 22, 22)));
	background: linear-gradient(180deg, rgb(240, 153, 22) 0%, rgb(240, 22, 22) 79%);
}
.confirm__btn__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*
input[type="submit"].submit__btn {
	width: 20.8333vw;
}
*/
.back__btn {
	width: 20.8333vw;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, rgb(31, 117, 41)), color-stop(91%, rgb(67, 170, 79)));
	background: linear-gradient(0deg, rgb(31, 117, 41) 15%, rgb(67, 170, 79) 91%);
}
.contact__submit-arrow {
	position: absolute;
	right: 2.7778vw;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.3472vw;
	height: 0.7639vw;
	z-index: 2;
}
.contact__submit-arrow i {
	font-size: 0.8333vw;
	color: #ffffff;
}

@media screen and (min-width: 1441px) {
	.contact {
		padding-block: 160px 83px;
		-webkit-margin-before: -80px;
		margin-block-start: -80px;
	}
	.contact__form-wrapper {
		border-radius: 50px;
		-webkit-box-shadow: 0px 0px 24px rgba(184, 127, 38, 0.53);
						box-shadow: 0px 0px 24px rgba(184, 127, 38, 0.53);
		padding-block: 85px 70px;
	}
	.contact__title-wrap {
		margin-bottom: 50px;
	}
	.contact__subtitle {
		padding: 16px 60px;
		margin-bottom: 7px;
		font-size: 22px;
		border-radius: 50px;
	}
	.contact__subtitle::after {
		bottom: -13px;
		border-left: 13px solid transparent;
		border-right: 13px solid transparent;
		border-top: 13px solid #f3841c;
	}
	.contact__form {
		width: 620px;
	}
	.contact__form form {
		gap: 25px;
	}
	.contact__form-item {
		grid-template-columns: 190px 1fr;
		column-gap: 20px;
	}
	.contact__label {
		gap: 15px;
		font-size: 18px;
	}
	.contact__label--textarea {
		padding-top: 10px;
	}
	.req,
	.opt {
		width: 41px;
		height: 24px;
		font-size: 12px;
		border-radius: 12px;
	}
	.contact__input-wrap {
		gap: 10px;
	}
	.contact__input-wrap--name {
		column-gap: 10px;
	}
	.contact__input {
		border-radius: 5px;
		padding: 13px 20px;
		font-size: 16px;
	}
	.contact__input--textarea {
		padding: 4px 20px;
		min-height: 150px;
	}
	.contact__input:focus {
		outline: 2px solid #f3841c;
	}
	.contact__privacy {
		margin-top: 15px;
	}
	.contact__privacy-content {
		height: 100px;
		padding: 7px 20px;
		border-radius: 3px;
	}
	.contact__privacy-text {
		font-size: 12px;
	}
	.contact__privacy-text p {
		padding-left: 15px;
	}
	.contact__privacy-text p:not(:last-child){
		margin-bottom: 15px;
	}
	.contact__privacy-check {
		gap: 10px;
		margin-top: 10px;
	}
	.contact__privacy-check label {
		gap: 8px;
		font-size: 14px;
	}
	input[type="checkbox"] {
		width: 14px;
		height: 14px;
		border: 1px solid #373737;
		border-radius: 3px;
	}
	input[type="checkbox"]:checked::after {
		left: 3px;
		width: 4px;
		height: 8px;
		border: 2px solid #ffffff;
		border-top: none;
		border-left: none;
	}
	.contact__submit {
		margin-top: 30px;
	}
	.contact__btn {
		gap: 8px;
		width: 450px;
		height: 90px;
		border-radius: 51px;
		font-size: 20px;
		-webkit-box-shadow: 4px 5px 0px 0px rgba(163, 163, 163, 0.4);
						box-shadow: 4px 5px 0px 0px rgba(163, 163, 163, 0.4);
	}
/*
	input[type="submit"].submit__btn {
		width: 300px;
	}
*/
	.back__btn {
		width: 300px;
	}
	.contact__submit-arrow {
		right: 40px;
		width: 5px;
		height: 11px;
	}
	.contact__submit-arrow i {
		font-size: 12px;
	}
}


@media screen and (max-width: 767px) {
	.contact {
		-webkit-margin-before: -9.0667vw;
		margin-block-start: -9.0667vw;
		padding-block: 22.6667vw 8vw;
		background-image: url(../img/contact-bg-sp.svg);
	}
	.contact__inner {
		max-width: 100%;
		padding-inline: 4.2667vw;
	}
	.contact__form-wrapper {
		padding-block: 9.6vw 8vw;
		border-radius: 5.3333vw;
	}
	.contact__title-wrap {
		margin-bottom: 4.8vw;
	}
	.contact__subtitle {
		padding: 2.6667vw 2.6667vw 2.6667vw 4vw;
		font-size: 3.7333vw;
		-webkit-margin-after: 0.8vw;
		margin-block-end: 0.8vw;
	}
	.contact__subtitle::after {
		bottom: -1.6vw;
		border-left: 1.6vw solid transparent;
		border-right: 1.6vw solid transparent;
		border-top: 1.6vw solid #f3841c;
	}
	.contact__form {
		width: 93%;
	}
	.contact__form form {
		gap: 1.3333vw;
	}
	.contact__form-item {
		grid-template-columns: 1fr;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
		row-gap: 1.8667vw;
		-webkit-margin-after: 2.6667vw;
		margin-block-end: 2.6667vw;
	}
	.contact__label {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		font-size: 4.2667vw;
		gap: 1.3333vw;
	}
	.contact__label--textarea {
		-webkit-margin-before: 0;
		margin-block-start: 0;
	}
	.req,
	.opt {
		width: 10.9333vw;
		height: 6.4vw;
		font-size: 3.2vw;
		border-radius: 3.2vw;
	}
	.contact__input-wrap {
		gap: 2.1333vw;
	}
	.contact__input {
		padding: 2.1333vw 3.2vw;
		font-size: 3.7333vw;
		height: 10.6667vw;
		border-radius: 1.3333vw;
	}
	.contact__input--textarea {
		padding: 3.2vw 4vw;
		font-size: 3.7333vw;
		min-height: 45.3333vw;
	}
	.contact__privacy {
		width: 84.5333vw;
		margin-top: 2.6667vw;
		box-sizing: border-box;
	}
	.contact__privacy-content {
		box-sizing: border-box;
		height: 29.3333vw;
		padding: 1.6vw 2.6667vw;
		background: #ffffff;
	}
	.contact__privacy-text {
		box-sizing: border-box;
		font-size: 3.2vw;
	}
	.contact__privacy-text p {
		padding-left: 1.3333vw;
		word-break: break-all;
	}
	.contact__privacy-check label {
		gap: 2.1333vw;
		font-size: 3.7333vw;
	}
	input[type="checkbox"] {
		width: 3.7333vw;
		height: 3.7333vw;
		border: 1px solid #373737;
		border-radius: 0.9333vw;
	}
	input[type="checkbox"]:checked::after {
		left: 0.8vw;
		width: 1.0667vw;
		height: 2.1333vw;
		border: 0.5333vw solid #ffffff;
		border-top: none;
		border-left: none;
	}
	.contact__submit {
		margin-top: 6.6667vw;
	}
	.contact__btn {
		gap: 2.1333vw;
		width: 84.5333vw;
		height: 17.0667vw;
		margin: 0 auto;
		aspect-ratio: 317/64;
		border-radius: 8.5333vw;
		font-size: 4vw;
		-webkit-box-shadow: 1.0667vw 1.3333vw 0px 0px rgba(163, 163, 163, 0.4);
		box-shadow: 1.0667vw 1.3333vw 0px 0px rgba(163, 163, 163, 0.4);
	}
	.confirm__btn__wrap {
		flex-flow: column;
		gap: 2.6667vw;
	}
/*
	input[type="submit"].submit__btn {
		width: 84.5333vw;
	}
*/
	.back__btn {
		width: 84.5333vw;
	}
	.contact__submit-arrow {
		right: 8vw;
		width: 1.3333vw;
		height: 2.9333vw;
	}
	.contact__submit-arrow i {
		font-size: 3.2vw;
	}

}


/* Foundation */
.footer {
	background-color: #ffffff;
}
.footer__inner {
	max-width: 1440px;
	margin-inline: auto;
}
.footer__copyright {
	color: #1ea02d;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px;
	letter-spacing: 0.6px;
	padding-block: 23px;
	padding-inline: 13px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.footer__copyright {
		padding-block: 3.7333vw 3.2vw;
		font-size: 2.6667vw;
		letter-spacing: 0.2667vw;
	}
}

/* Foundation */
.ryoukin {
	-webkit-margin-before: -0.8333vw;
					margin-block-start: -0.8333vw;
	position: relative;
	padding-block: 13.5416vw 22.9166vw;
	overflow: hidden;
}
@media screen and (min-width: 1441px) {
	.ryoukin {
		-webkit-margin-before: -12px;
						margin-block-start: -12px;
		padding-block: 195px 330px;
	}
}
@media screen and (max-width: 767px) {
	.ryoukin {
		-webkit-margin-before: 0;
						margin-block-start: 0;
		-webkit-margin-after: 32vw;
						margin-block-end: 32vw;
		padding: 22vw 0 21.3333vw;
	}
}
@media screen and (max-width: 599px) {
	.ryoukin {
		padding-block: 20.8vw 21.3333vw;
	}
}
.ryoukin__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.ryoukin__bg-top {
	width: 100%;
	height: 100%;
}
.ryoukin__bg-top img {
	width: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}
.ryoukin__bg-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.ryoukin__bg-bottom img {
	width: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}
.ryoukin__inner {
	position: relative;
	max-width: 100vw;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 2;
}
@media screen and (min-width: 1441px) {
	.ryoukin__inner {
		max-width: 1440px;
		padding-inline: 0;
	}
}
@media screen and (max-width: 767px) {
	.ryoukin__inner {
		padding-inline: 2.9333vw;
		padding-block: 0 5.3333vw;
	}
}
.ryoukin__deco {
	position: absolute;
	z-index: 3;
}
.ryoukin__deco--left {
	width: 45.4166666667vw;
	height: auto;
	top: -12.8%;
	left: 7.4305555556vw;
	z-index: 10;
	aspect-ratio: 654/166;
}
@media screen and (min-width: 1441px) {
	.ryoukin__deco--left {
		width: 654px;
		height: auto;
		top: -12.8%;
		left: 107px;
	}
}
@media screen and (max-width: 767px) {
	.ryoukin__deco--left {
		width: 80vw;
		height: auto;
		top: -12%;
		left: -6px;
	}
}
.ryoukin__deco--left img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
		 object-fit: cover;
}
.ryoukin__deco--right {
	width: 20.0694444444vw;
	height: auto;
	top: 86%;
	right: 7.9861vw;
	aspect-ratio: 289/92;
}
@media screen and (min-width: 1441px) {
	.ryoukin__deco--right {
		width: 289px;
		height: auto;
		top: 86%;
		right: 115px;
	}
}
@media screen and (max-width: 767px) {
	.ryoukin__deco--right {
		display: none;
	}
}
.ryoukin__deco--right img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
		 object-fit: cover;
}
.ryoukin__content {
	position: relative;
	z-index: 4;
	max-width: 76.3889vw;
	margin: 0 auto;
}
@media screen and (min-width: 1441px) {
	.ryoukin__content {
		max-width: 1100px;
	}
}
@media screen and (max-width: 767px) {
	.ryoukin__content {
		max-width: 98%;
	}
}
@media screen and (max-width: 599px) {
	.ryoukin__content {
		max-width: 100%;
	}
}
.ryoukin__title {
	color: #1ea02d;
	font-family: "Inter", sans-serif;
	font-size: 2.1527777778vw;
	font-weight: 700;
	line-height: 1.21;
	letter-spacing: 0.05em;
	text-align: center;
	-webkit-margin-after: 1.5972vw;
					margin-block-end: 1.5972vw;
	position: relative;
	z-index: 5;
}
@media screen and (min-width: 1441px) {
	.ryoukin__title {
		font-size: 31px;
		-webkit-margin-after: 23px;
						margin-block-end: 23px;
	}
}
@media screen and (max-width: 767px) {
	.ryoukin__title {
		font-size: 6.4vw;
		-webkit-margin-after: 3.7333vw;
						margin-block-end: 3.7333vw;
	}
}
.ryoukin__table-container {
	position: relative;
	z-index: 5;
	margin-bottom: 1.3889vw;
}
@media screen and (min-width: 1441px) {
	.ryoukin__table-container {
		margin-bottom: 20px;
	}
}
.ryoukin__table-wrapper {
	padding-inline: 3.4722vw;
	padding-block: 4.4444vw 1.8055vw;
	background: #f2fbf3;
	border: 3px solid #1ea02d;
	border-radius: 0.6944vw;
	-webkit-box-shadow: 6px 6px 0px 0px rgb(30, 160, 45);
					box-shadow: 6px 6px 0px 0px rgb(30, 160, 45);
	overflow: hidden;
}
@media screen and (min-width: 1441px) {
	.ryoukin__table-wrapper {
		padding-inline: 50px;
		padding-block: 64px 26px;
		border-radius: 10px;
	}
}
@media screen and (max-width: 767px) {
	.ryoukin__table-wrapper {
		padding-inline: 6.1333vw;
		padding-block: 8vw 6.9333vw;
		overflow-x: auto;
		border: 0.8vw solid #1ea02d;
		-webkit-box-shadow: 1.6vw 1.6vw 0 0 rgb(30, 160, 45);
		box-shadow: 1.6vw 1.6vw 0 0 rgb(30, 160, 45);
		border-radius: 2.6667vw;
	}
}
@media screen and (max-width: 599px) {
	.ryoukin__table-wrapper {
		padding-inline: 3.2vw;
		padding-block: 8vw 6.9333vw;
		overflow-x: auto;
		-webkit-box-shadow: 3px 3px 0px 0px rgb(30, 160, 45);
						box-shadow: 3px 3px 0px 0px rgb(30, 160, 45);
		border-radius: 2.6666vw;
	}
}
.ryoukin__table {
	width: 100%;
	border-collapse: collapse;
	min-width: 48.6111111111vw;
}
@media screen and (min-width: 1441px) {
	.ryoukin__table {
		min-width: 700px;
	}
}
.ryoukin__header {
	background: #1ea02d;
	border: 1px solid #c0e9c5;
	padding: 0.9722vw 0.9722vw 0.8333vw 0.8333vw;
	text-align: center;
}
@media screen and (min-width: 1441px) {
	.ryoukin__header {
		padding: 13px 13px 12px 12px;
	}
}
@media screen and (max-width: 767px) {
	.ryoukin__header {
		width: 33.8667vw;
		padding: 2.6666666667vw 2.4vw;
	}
}
.ryoukin__header:nth-of-type(1) {
	width: 12.0833vw;
}
@media screen and (min-width: 1441px) {
	.ryoukin__header:nth-of-type(1) {
		width: 174px;
	}
}
@media screen and (max-width: 767px) {
	.ryoukin__header:nth-of-type(1) {
		min-width: 33.0666666667vw;
	}
}
.ryoukin__header:nth-child(2) {
	padding-left: 0.6944vw;
}
@media screen and (min-width: 1441px) {
	.ryoukin__header:nth-child(2) {
		padding-left: 10px;
	}
}
.ryoukin__header--empty {
	background: #f2fbf3;
	border: 1px solid #ffffff;
}
.ryoukin__header--car-type {
	width: 11.6666vw;
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.35vw;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 1441px) {
	.ryoukin__header--car-type {
		width: 168px;
		font-size: 19px;
	}
}
@media screen and (max-width: 767px) {
	.ryoukin__header--car-type {
		min-width: 35.7333vw;
		font-size: 3.968vw;
		letter-spacing: 0.05em;
	}
}
.ryoukin__header--car-type-small {
	color: #ffffff;
	font-size: 1.2vw;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 1441px) {
	.ryoukin__header--car-type-small {
		font-size: 17px;
	}
}
@media screen and (max-width: 767px) {
	.ryoukin__header--car-type-small {
		font-size: 2.1333vw;
		letter-spacing: 0.081em;
	}
}
.ryoukin__category {
	display: table-cell;
	width: 13.1944vw;
	background: #d6ead8;
	border: 1px solid #ffffff;
	padding: 0.9027vw 0 0.9027vw 1.3888vw;
	color: #373737;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.275vw;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.05em;
	text-align: left;
}
@media screen and (min-width: 1441px) {
	.ryoukin__category {
		width: 190px;
		font-size: 18px;
		padding: 13px 0 13px 20px;
	}
}
@media screen and (max-width: 767px) {
	.ryoukin__category {
		width: 34.6667vw;
		font-size: 3.4666666667vw;
		letter-spacing: 0.05em;
		padding: 2.9333333333vw 0 2.6666666667vw 2.1333vw;
	}
}
.ryoukin__category--total {
	background: #d6ead8;
}
.ryoukin__price {
	width: 6.3194vw;
	background: #ffffff;
	border: 1px solid #c0e9c5;
	padding: 0.5972vw 3.3333vw 0.7638888889vw 0.2777777778vw;
	color: #373737;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.275vw;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.05em;
	text-align: right;
}
@media screen and (min-width: 1441px) {
	.ryoukin__price {
		width: 91px;
		font-size: 18px;
		padding: 8.6px 48px 11px 4px;
	}
}
@media screen and (max-width: 767px) {
	.ryoukin__price {
		padding: 1.6vw 10.4vw 2.1333vw 1.0666vw;
		font-size: 3.7474vw;
		letter-spacing: 0.05em;
	}
}
.ryoukin__price--total {
	color: #f3841c;
	padding: 0.5972vw 2.6388vw 0.7638vw 0.2778vw;
	font-size: 1.8vw;
	font-style: normal;
	font-weight: 900;
	line-height: 2.4vw;
	letter-spacing: 0.04em;
}
@media screen and (min-width: 1441px) {
	.ryoukin__price--total {
		font-size: 26px;
		line-height: 35px;
		letter-spacing: 0.04em;
		padding: 8px 38px 11px 4px;
	}
}
@media screen and (max-width: 767px) {
	.ryoukin__price--total {
		text-align: center;
		padding: 6px 6px 8px;
		font-size: 5.2906vw;
		font-style: normal;
		font-weight: 900;
		line-height: 7.0541vw;
		letter-spacing: 0.04em;
	}
}
.ryoukin__total-row {
	position: relative;
}
.ryoukin__total-row .ryoukin__price {
	position: relative;
	z-index: 2;
}
.ryoukin__total-row .ryoukin__price--total {
	border-top: 3px solid #f3841c;
	border-bottom: 3px solid #f3841c;
}
.ryoukin__total-row .ryoukin__price--total:nth-of-type(2) {
	border-left: 3px solid #f3841c;
}
.ryoukin__total-row .ryoukin__price--total:last-of-type {
	border-right: 3px solid #f3841c;
}
.ryoukin__note {
	color: #828282;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8333vw;
	font-weight: 400;
	line-height: 2.5;
	text-align: left;
	margin: 2.0833vw auto 0;
	max-width: 50.6944vw;
	position: relative;
	z-index: 5;
}
@media screen and (min-width: 1441px) {
	.ryoukin__note {
		font-size: 12px;
		margin: 30px auto 0;
		max-width: 730px;
	}
}
@media screen and (max-width: 767px) {
	.ryoukin__note {
		font-size: 2.6666vw;
		margin: 4vw 5.3333vw 0;
		line-height: 2;
		text-align: center;
	}
}

/* Foundation */
.thanks {
	position: relative;
	background-image: url(../img/contact-bg-pc.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-block: 19.0278vw 5.7639vw;
	-webkit-margin-before: -5.5556vw;
	margin-block-start: -5.5556vw;
	min-height: 100vh;
}
.thanks__inner {
	max-width: 72.2222vw;
	margin-inline: auto;
	padding-inline: 1.3889vw;
}
.thanks__form-wrapper {
	position: relative;
	background: #ffffff;
	border-radius: 3.4722vw;
	-webkit-box-shadow: 0px 0px 24px rgba(184, 127, 38, 0.53);
	box-shadow: 0px 0px 24px rgba(184, 127, 38, 0.53);
	padding-block: 5.7639vw 5.5556vw;
	text-align: center;
}
.thanks__title-wrap {
	text-align: center;
}
.thanks__subtitle {
	background: #f3841c;
	border-radius: 3.4722vw;
	padding: 1.1111vw 4.1667vw;
	display: inline-block;
	position: relative;
	font-weight: 900;
	font-size: 1.5278vw;
	line-height: normal;
	letter-spacing: 0.05em;
	color: #ffffff;
	text-align: center;
	-webkit-margin-after: 1.3889vw;
	margin-block-end: 1.3889vw;
}
.thanks__subtitle::after {
	content: "";
	position: absolute;
	bottom: -0.8333vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 0.7639vw solid transparent;
	border-right: 0.7639vw solid transparent;
	border-top: 0.9028vw solid #f3841c;
}
.thanks__message {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 1.25vw;
	line-height: 1.8889;
	letter-spacing: 0.05em;
	color: #373737;
	text-align: center;
	-webkit-margin-after: 2.2222vw;
	margin-block-end: 2.2222vw;
}
.thanks__contact-info {
	background: #ffe3ca;
	border-radius: 0.3472vw;
	padding: 1.7361vw 0 1.3889vw;
	margin-block: 0 7.9861vw;
	margin-inline: auto;
	max-width: 25.6944vw;
}
.thanks__contact-label {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 1.25vw;
	line-height: normal;
	letter-spacing: 0.05em;
	color: #764d2a;
	text-align: center;
}
.thanks__contact-phone {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 2.2917vw;
	line-height: normal;
	letter-spacing: 0.05em;
	color: #764d2a;
	text-align: center;
}
.thanks__button-wrap {
	text-align: center;
}
.thanks__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0.5556vw;
	width: 31.25vw;
	height: auto;
	aspect-ratio: 450/90;
	border: none;
	border-radius: 3.5417vw;
	text-decoration: none;
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 1.3889vw;
	line-height: normal;
	-webkit-box-shadow: 4px 5px 0px 0px rgba(163, 163, 163, 0.4);
	box-shadow: 4px 5px 0px 0px rgba(163, 163, 163, 0.4);
	-webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
	transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin: 0 auto;
}
.thanks__button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(240, 153, 22)), color-stop(79%, rgb(240, 22, 22)));
	background: linear-gradient(180deg, rgb(240, 153, 22) 0%, rgb(240, 22, 22) 79%);
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: 1;
}
.thanks__button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: -webkit-gradient(linear, left bottom, left top, from(rgb(240, 153, 22)), color-stop(79%, rgb(240, 22, 22)));
	background: linear-gradient(0deg, rgb(240, 153, 22) 0%, rgb(240, 22, 22) 79%);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: 1;
}
.thanks__button:hover::before {
	opacity: 0;
}
.thanks__button:hover::after {
	opacity: 1;
}
.thanks__button-text {
	white-space: nowrap;
	position: relative;
	z-index: 2;
}
.thanks__button-arrow {
	position: absolute;
	right: 2.7778vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 0.3472vw;
	height: 0.7639vw;
	z-index: 2;
}
.thanks__button-arrow i {
	font-size: 0.8333vw;
	color: #ffffff;
}

@media screen and (min-width: 1441px) {
	.thanks {
		padding-block: 274px 83px;
		-webkit-margin-before: -80px;
		margin-block-start: -80px;
	}
	.thanks__inner {
		max-width: 1040px;
		padding-inline: 20px;
	}
	.thanks__form-wrapper {
		border-radius: 50px;
		padding-block: 83px 80px;
	}
	.thanks__subtitle {
		border-radius: 50px;
		padding: 16px 60px;
		font-size: 22px;
		-webkit-margin-after: 20px;
		margin-block-end: 20px;
	}
	.thanks__subtitle::after {
		bottom: -13px;
		border-left: 11px solid transparent;
		border-right: 11px solid transparent;
		border-top: 13px solid #f3841c;
	}
	.thanks__message {
		font-size: 18px;
		-webkit-margin-after: 32px;
		margin-block-end: 32px;
	}
	.thanks__contact-info {
		border-radius: 5px;
		padding: 25px 0 20px;
		margin-block: 0 115px;
		margin-inline: auto;
		max-width: 370px;
	}
	.thanks__contact-label {
		font-size: 18px;
	}
	.thanks__contact-phone {
		font-size: 33px;
	}
	.thanks__button {
		width: 450px;
		gap: 8px;
		font-size: 20px;
		border-radius: 51px;
	}
	.thanks__button-arrow {
		right: 40px;
		width: 5px;
		height: 11px;
	}
	.thanks__button-arrow i {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.thanks {
		-webkit-margin-before: -9.0667vw;
		margin-block-start: -9.0667vw;
		padding-block: 33.6vw 16vw;
		background-image: url(../img/contact-bg-sp.svg);
	}
	.thanks__inner {
		max-width: 100%;
		padding-inline: 6.4vw;
	}
	.thanks__form-wrapper {
		padding-block: 10.1333vw 8vw;
		border-radius: 5.3333vw;
	}
	.thanks__subtitle {
		padding: 2.6667vw 3.2vw 2.6667vw 4vw;
		font-size: 3.7333vw;
		-webkit-margin-start: 0.5333vw;
		margin-inline-start: 0.5333vw;
		-webkit-margin-after: 8px;
		margin-block-end: 8px;
		border-radius: 8.5333vw;
	}
	.thanks__subtitle::after {
		bottom: -2.1333vw;
		border-left: 2.1333vw solid transparent;
		border-right: 2.1333vw solid transparent;
		border-top: 2.1333vw solid #f3841c;
	}
	.thanks__title {
		-webkit-margin-after: 17.3333vw;
		margin-block-end: 17.3333vw;
	}
	.thanks__message {
		text-align: left;
		padding-inline: 4.2667vw;
		font-size: 4.2667vw;
		line-height: 1.8125;
		-webkit-margin-after: 4.8vw;
		margin-block-end: 4.8vw;
	}
	.thanks__contact-info {
		max-width: 66.6667vw;
		padding: 4.5333vw 0 4vw;
		margin: 0 13.8667vw 16.8vw auto;
	}
	.thanks__contact-label {
		font-size: 3.7333vw;
	}
	.thanks__contact-phone {
		font-size: 6.6667vw;
	}
	.thanks__button {
		width: 100%;
		max-width: 84.5333vw;
		height: 16.8vw;
		font-size: 4vw;
		line-height: normal;
		border-radius: 9.6vw;
		-webkit-box-shadow: 0.7467vw 0.9333vw 0px 0px rgba(163, 163, 163, 0.4);
		box-shadow: 0.7467vw 0.9333vw 0px 0px rgba(163, 163, 163, 0.4);
	}
	.thanks__button-arrow {
		right: 8vw;
	}
	.thanks__button-arrow i {
		font-size: 2.1333vw;
	}
}

/* Foundation */
.u-pc-none {
	display: none;
}
@media screen and (max-width: 767px) {
	.u-pc-none {
		display: block;
	}
}

.u-sp-none {
	display: block;
}
@media screen and (max-width: 767px) {
	.u-sp-none {
		display: none;
	}
}

.u-text-small {
	font-size: 12.8px;
}

.u-text-red {
	color: #f01616;
}

.u-text-green {
	color: #1ea02d;
}

.u-text-orange {
	color: #f3841c;
	font-size: 4.3055555556vw;
	font-weight: 900;
	line-height: normal;
	letter-spacing: 0.2138888889vw;
}
@media screen and (max-width: 767px) {
	.u-text-orange {
		font-size: 9.4528vw;
		letter-spacing: 0.48vw;
	}
}
.u-text-orange--voice {
	color: #f3841c;
	background-image: linear-gradient(-1deg, transparent 55%, rgba(255, 190, 140, 0.35) 55%, rgba(255, 190, 140, 0.35) 75%, transparent 75%);
	-webkit-box-decoration-break: clone;
					box-decoration-break: clone;
	padding-bottom: 1.6666vw;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.u-text-orange--voice {
		background-image: linear-gradient(-0.8deg, transparent 50%, rgba(255, 190, 140, 0.35) 50%, rgba(255, 190, 140, 0.35) 70%, transparent 70%);
		padding-bottom: 5.3333vw;
		line-height: 1.3;
	}
}

.u-kaiketu-text-large {
	font-size: 5.9027777778vw;
	font-weight: 900;
	line-height: 1.038;
	letter-spacing: .03em;
	display: inline-block;
	text-align: center;
	vertical-align: text-bottom;
	transform: translateY(-0.7638vw);
}

@media screen and (min-width: 1441px) {
	.u-kaiketu-text-large {
		font-size: 85px;
		transform: translateY(-11px);
	}
}
@media screen and (max-width: 767px) {
	.u-kaiketu-text-large {
		font-size: 12vw;
		transform: translate(-2px);
		padding-left: 2.6666vw;
	}
}

.u-mbs-10--sp {
	-webkit-margin-before: 0;
					margin-block-start: 0;
}
@media screen and (max-width: 767px) {
	.u-mbs-10--sp {
		-webkit-margin-before: 2.6667vw;
						margin-block-start: 2.6667vw;
	}
}

@media (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
.submit__btn:disabled {
	cursor: not-allowed;
	color: #B6B6B6;
	background: #FFFFFF;
	border: 2px solid #E4E4E4;
}
.wpcf7-list-item {
	display: block;
	margin: 0;
}