html {
	line-height: clamp(1.1, var(--_line-height-slope) * calc(var(--_harmonic-sequence-base) / (var(--_harmonic-sequence-base) - var(--_font-size-level))) + 1 + 2 * var(--_half-leading) + -1 * var(--_line-height-slope), 2 * var(--_half-leading) + 1);

	header {
		line-height: 1;
	}

	footer {
		line-height: 1;
	}
}

main.lp input[type="text"],
main.lp .smf-form input[type="text"].smf-text-control__control,
main.lp input[type="email"],
main.lp .smf-form input[type="email"].smf-text-control__control,
main.lp input[type="tel"],
main.lp .smf-form input[type="tel"].smf-text-control__control,
main.lp input[type="password"],
main.lp .smf-form input[type="password"].smf-text-control__control,
main.lp select,
main.lp .smf-form .smf-select-control__control,
main.lp textarea {
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Arial", "Meiryo", sans-serif;
	outline: none;
	appearance: none;
	width: 100%;
	min-height: 42px;
	border-radius: 3px;
	border: 1px solid #c6c6c6;
	padding: 0.5em 0.8em;
}
main.lp input[type="text"]::placeholder,
main.lp .smf-form input[type="text"].smf-text-control__control::placeholder,
main.lp input[type="email"]::placeholder,
main.lp .smf-form input[type="email"].smf-text-control__control::placeholder,
main.lp input[type="tel"]::placeholder,
main.lp .smf-form input[type="tel"].smf-text-control__control::placeholder,
main.lp input[type="password"]::placeholder,
main.lp .smf-form input[type="password"].smf-text-control__control::placeholder,
main.lp select::placeholder,
main.lp .smf-form .smf-select-control__control::placeholder,
main.lp textarea::placeholder {
	color: #c8c8c8;
}
main.lp input[type="text"].is-short,
main.lp .smf-form input[type="text"].smf-text-control__control.is-short,
main.lp input[type="email"].is-short,
main.lp .smf-form input[type="email"].smf-text-control__control.is-short,
main.lp input[type="tel"].is-short,
main.lp .smf-form input[type="tel"].smf-text-control__control.is-short,
main.lp input[type="password"].is-short,
main.lp .smf-form input[type="password"].smf-text-control__control.is-short,
main.lp select.is-short,
main.lp .smf-form .smf-select-control__control.is-short,
main.lp textarea.is-short {
	width: min(358px, 100%);
}
main.lp textarea {
	min-height: clamp(10rem, 3.538rem + 13.4615384615vw, 17rem);
}
main.lp textarea:hover,
main.lp textarea:focus-within {
	border: 1px solid #c6c6c6;
}
main.lp select {
	--_border-color: transparent;
	background: url('data:image/svg+xml;charset=utf8,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 8L0.669872 0.500001L9.33013 0.5L5 8Z" fill="black"/></svg>') no-repeat 98% center/10px;
}
main.lp .smf-select-control {
	width: 100%;
}
main.lp .smf-form .smf-select-control__toggle:before {
	border: none;
}
main.lp .c-block-frame {
	margin-top: clamp(3rem, 2.077rem + 1.9230769231vw, 4rem);
	padding: clamp(2rem, 2rem + 0vw, 2rem) clamp(2rem, -1.692rem + 7.6923076923vw, 6rem) clamp(3rem, 0.231rem + 5.7692307692vw, 6rem);
	border-width: clamp(2rem, 0.154rem + 3.8461538462vw, 4rem);
}
main.lp form[data-screen="confirm"] .smf-action {
	display: grid;
	gap: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
	margin-top: clamp(3rem, 2.077rem + 1.9230769231vw, 4rem);
}
@media screen and (min-width: 1001px) {
	main.lp form[data-screen="confirm"] .smf-action {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 1000px) {
	main.lp form[data-screen="confirm"] .smf-action .smf-button-control:nth-of-type(1) {
		grid-row: 2/3;
	}
}
@media screen and (max-width: 1000px) {
	main.lp form[data-screen="confirm"] .smf-action .smf-button-control:nth-of-type(2) {
		grid-row: 1/2;
	}
}
main.lp form[data-screen="confirm"] .smf-action .smf-button-control + .smf-button-control {
	margin: 0;
}
main.lp .smf-sending {
	left: 65%;
	right: auto;
}
main.lp .smf-sending:before {
	border-color: #fff;
	width: 15px;
	height: 15px;
	border-top-color: rgba(0, 0, 0, 0);
}
.contact-form {
	position: relative;
}
.contact-form__error-message {
	color: #e60012;
	margin-top: 0.1rem;
	font-size: 1.4rem;
	line-height: 1.2;
}
.contact-form__comment__error {
	font-size: 2rem;
	text-align: center;
	margin-block: 3.8rem;
	color: #e60012;
	display: none;
}
.contact-form.is-error .contact-form__comment__error {
	display: block;
}
.contact-form__complate {
	display: none;
	padding-block: clamp(9.4rem, 9.4rem + 0vw, 9.4rem) clamp(5rem, 0.385rem + 9.6153846154vw, 10rem);
}
@media screen and (max-width: 640px) {
	.contact-form__complate {
		padding-top: 120px;
	}
}
.contact-form__complate__text {
	line-height: 2;
}
@media screen and (min-width: 1001px) {
	.contact-form__complate__text {
		text-align: center;
	}
}
.contact-form__complate__text__error {
	color: #000;
	font-weight: 700;
	margin-bottom: clamp(2rem, 0.6730769231rem + 1.9230769231vw, 3rem);
	display: none;
	font-size: 1.8rem;
	line-height: 1.2;
}
.is-contact.is-error .contact-form__complate__text__error {
	display: block;
}
#contact.is-complate .contact-form__complate {
	display: block;
}
#contact.is-complate .contact-form__inner {
	display: none;
}
.contact-form .smf-form {
	display: grid;
}
@media screen and (min-width: 1001px) {
	.contact-form .smf-form {
		grid-template-columns: auto 1fr;
	}
}
.contact-form .smf-item__controls {
	display: grid;
	gap: 1.5rem;
}
form[data-screen="confirm"] .smf-item__controls:has([data-name*="-name"]) {
	grid-template-columns: auto 1fr;
}
form[data-screen="confirm"] .smf-item__controls:has([data-name*="-kana"]) {
	grid-template-columns: auto 1fr;
}
.contact-form__block {
	display: grid;
	column-gap: clamp(3rem, 2.077rem + 1.9230769231vw, 4rem);
	padding-block: 1.5em;
	border-top: 1px solid #c6c6c6;
}
@media screen and (min-width: 1001px) {
	.contact-form__block {
		grid-template-columns: subgrid;
		grid-column: span 2;
	}
}
@media screen and (max-width: 1000px) {
	.contact-form__block {
		row-gap: 0.1rem;
	}
}
.contact-form__block:nth-child(1) {
	border-top: none;
}
form:not([data-screen="confirm"]) .contact-form__block:has([data-name*="-name"]) .smf-item__col--label,
form:not([data-screen="confirm"]) .contact-form__block:has([data-name*="-kana"]) .smf-item__col--label {
	align-self: center;
}
.contact-form__block:has([data-name*="-name"]) .smf-item__col--label .smf-item__label__text,
.contact-form__block:has([data-name*="-kana"]) .smf-item__col--label .smf-item__label__text {
	font-size: 1.6rem;
}
.contact-form__block .smf-item__col--label {
	min-width: 190px;
}
.contact-form__block .smf-item__controls > p {
	font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
	line-height: 1.4;
}
form[data-screen="confirm"] .contact-form__block .smf-item__controls > p {
	display: none;
}
.contact-form__block .smf-item__label__text {
	display: flex;
	gap: 1.5rem;
	align-items: center;
}
@media screen and (max-width: 1000px) {
	form[data-screen="confirm"] .contact-form__block .smf-item__label__text {
		background-color: rgba(90, 170, 70, 0.2);
		padding: 0.2em 0.5em;
	}
}
.contact-form__block:has(.js-required) .smf-item__label__text::after {
	content: "必須";
	font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
	background-color: #5aaa46;
	padding: 0.3em 0.6em;
	color: #fff;
	font-weight: 400;
	line-height: 1;
}
@media screen and (min-width: 1001px) {
	.contact-form__block .smf-item__label__text {
		margin-bottom: 0.1rem;
	}
}
@media screen and (max-width: 640px) {
	.contact-form__block .smf-item__label__text {
		margin-bottom: 0.5rem;
	}
}
.contact-form__checkbox {
	grid-template-columns: 1fr;
	justify-items: center;
}
form[data-screen="confirm"] .contact-form__checkbox {
	display: none;
}
.contact-form__checkbox input {
	display: none !important;
}
.contact-form__checkbox__label__text {
	position: relative;
}
.contact-form__checkbox__label__text a {
	display: block;
	position: absolute;
	left: 2.5em;
	z-index: 1;
	text-decoration: none !important;
	border-bottom: 1px solid #000;
	line-height: 29px;
	width: 8.8em;
}
@media screen and (max-width: 640px) {
	.contact-form__checkbox__label__text a {
		width: 10em;
	}
}
.contact-form__checkbox__label__text a:hover {
	border: none;
}
.contact-form__checkbox__label__text label {
	position: relative;
	padding-left: calc(24px + 0.2em);
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
}
.contact-form__checkbox__label__text label::before,
.contact-form__checkbox__label__text label::after {
	content: "";
	display: block;
	position: absolute;
	border: 1px solid #c6c6c6;
	border-radius: 4px;
	width: 20px;
	aspect-ratio: 1/1;
	top: 50%;
	left: 0;
	translate: 0 -50%;
}
@media screen and (max-width: 640px) {
	.contact-form__checkbox__label__text label::before,
	.contact-form__checkbox__label__text label::after {
		top: 1em;
	}
}
.contact-form__checkbox__label__text label::before {
	background-color: #fff;
}
.contact-form__checkbox__label__text label::after {
	opacity: 0;
	width: 8px;
	height: 11px;
	transform: rotate(45deg);
	top: 50%;
	left: 6px;
	border: none;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	translate: 0 -50%;
}
[type="checkbox"]:checked + .contact-form__checkbox__label__text label::after {
	opacity: 1;
}
@media screen and (max-width: 640px) {
	[type="checkbox"]:checked + .contact-form__checkbox__label__text label::after {
		top: 1em;
	}
}
.contact-form .smf-item__description {
	font-size: clamp(1.8rem, 1.8rem + 0vw, 1.8rem);
	color: #000;
	margin-top: 0.7rem;
}
form:not([data-screen="input"]) .smf-item__description {
	display: none;
}
.contact-form__note {
	margin-top: clamp(3rem, 2.077rem + 1.9230769231vw, 4rem);
	font-size: clamp(1.8rem, 1.8rem + 0vw, 1.8rem);
	color: #5aaa46;
}
form:not([data-screen="input"]) .contact-form__note {
	display: none;
}
.contact-form .smf-complete-content {
	display: grid;
	gap: clamp(0.8rem, 0.154rem + 1.3461538462vw, 1.5rem);
	grid-column: 1/3;
	margin-top: clamp(3rem, 1.154rem + 3.8461538462vw, 5rem);
}
@media screen and (min-width: 641px) {
	.contact-form .smf-complete-content {
		text-align: center;
	}
}
.contact-form .smf-complete-content p {
	font-size: clamp(1.8rem, 1.708rem + 0.1923076923vw, 1.9rem);
	line-height: 1.8;
}
.contact-form .smf-complete-content a {
	color: #5aaa46;
	text-decoration: underline;
	margin-inline: auto;
	max-inline-size: max-content;
	display: block;
}
main.is-error form *:not(.smf-system-error-content-ready) {
	pointer-events: none;
	display: none;
}
main.is-error .smf-system-error-content-ready {
	display: block !important;
	margin-top: 5rem;
	font-size: 2rem;
	color: #e60012;
	line-height: 1.6;
}
.smf-system-error-content {
	color: #e60012;
	margin-top: 5rem;
	font-size: 2rem;
}
main.lp figure {
	display: grid;
	vertical-align: middle;
}
main.lp ~ footer {
	margin-top: 0;
}
main.lp .c-title-em {
	font-size: clamp(4rem, 2.154rem + 3.8461538462vw, 6rem);
}
.section-wrap--contact {
	position: relative;
	background-color: #fff;
	border-top: 4px solid #5aaa46;
	border-bottom: 4px solid #5aaa46;
	padding-block: clamp(3rem, 3rem + 0vw, 3rem);
	background: url("../images/lp/bg_texture.png") repeat left top/100px;
}
.section-wrap--contact::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 38px;
	aspect-ratio: 38/19;
	background-color: #5aaa46;
	clip-path: polygon(49% 100%, 0 0, 100% 0);
	translate: -50% -1px;
}
.section-wrap--lp {
	padding-block: clamp(6rem, 6rem + 0vw, 6rem);
	background: url(../images/lp/bg_texture.png) repeat left top/100px;
}
.section-wrap.is-green,
.is-green.section-wrap--lp {
	background: #f6fcf2;
}
.section-wrap.is-white,
.is-white.section-wrap--lp {
	background: #fff;
}
.section-wrap.is-bg-img,
.is-bg-img.section-wrap--lp {
	background: url("../images/lp/section_bg.jpg") no-repeat bottom left/cover;
}
.lp-section__list {
	margin-block: clamp(3.2rem, 1.538rem + 3.4615384615vw, 5rem);
	display: grid;
	gap: 1.8rem;
}
.lp-section__list__item {
	border: 4px solid #000;
	background-color: #fff;
	border-radius: 3rem;
	padding: 0.5em 0.8em;
	font-size: 1.8rem;
}
.lp-section__list__item span {
	color: #5aaa46;
	font-weight: 700;
}
.lp-section__title {
	font-size: clamp(2.4rem, 2.4rem + 0vw, 2.4rem);
	font-weight: 700;
	display: grid;
	justify-items: center;
}
.lp-section__title.is-center {
	text-align: center;
}
.lp-section__title span {
	font-size: clamp(1.6rem, 1.6rem + 0vw, 1.6rem);
}
.lp-section__title.is-arrow {
	position: relative;
}
.lp-section__title.is-arrow::after {
	content: "";
	margin-top: 3rem;
	width: 106px;
	aspect-ratio: 106/32;
	clip-path: polygon(49% 100%, 0 0, 100% 0);
	background-color: #f8c81f;
}
.lp-section a {
	text-decoration: underline;
}
@media (hover: hover) {
	.lp-section a:hover {
		text-decoration: none;
	}
}
.lp-section__img-wrap--col2 {
	display: grid;
	gap: clamp(3rem, 1.154rem + 3.8461538462vw, 5rem);
	margin-inline: auto;
	max-inline-size: max-content;
}
@media screen and (min-width: 641px) {
	.lp-section__img-wrap--col2 {
		grid-template-columns: repeat(2, auto);
	}
}
@media screen and (max-width: 640px) {
	.lp-section__img-wrap--col2 {
		gap: 4rem;
	}
}
.lp-section__img.is-center {
	display: grid;
	justify-content: center;
}
.lp-section__video {
	margin-top: clamp(3rem, 3rem + 0vw, 3rem);
	width: min(720px, 100%);
	aspect-ratio: 720/396;
	margin-inline: auto;
}
.lp-section__video iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lp-section__catchphrase,
.lp-section__catchphrase--l {
	position: relative;
	z-index: 0;
	font-size: clamp(2rem, 1.631rem + 0.7692307692vw, 2.4rem);
	font-weight: 700;
	text-shadow:
		1px 0 0 #fff,
		-1px 0 0 #fff,
		0 -1px 0 #fff,
		0 1px 0 #fff,
		1px 1px 0 #fff,
		-1px 1px 0 #fff,
		1px -1px 0 #fff,
		-1px -1px 0 #fff,
		0px 1px 0 #fff,
		-0px 1px 0 #fff,
		0px -1px 0 #fff,
		-0px -1px 0 #fff,
		1px 0px 0 #fff,
		-1px 0px 0 #fff,
		1px -0px 0 #fff,
		-1px -0px 0 #fff,
		0px 0px 0 #fff,
		-0px 0px 0 #fff,
		0px -0px 0 #fff,
		-0px -0px 0 #fff;
	max-inline-size: max-content;
	letter-spacing: 0.05em;
}
.lp-section__catchphrase--l {
	font-size: clamp(2.8rem, 2.431rem + 0.7692307692vw, 3.2rem);
	line-height: 1.3;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.lp-section__catchphrase--l {
		margin-top: 2rem;
	}
}
.lp-section__catchphrase--l .is-green {
	color: #00a33e;
}
.lp-section__catchphrase span,
.lp-section__catchphrase--l span {
	position: relative;
}
.lp-section__catchphrase span::after,
.lp-section__catchphrase--l span::after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 1.3rem;
	width: calc(100% + 10px);
	translate: -5px 0;
	background-color: #f8c81f;
	z-index: -1;
	left: 0;
}
.lp-section__catchphrase.is-center,
.is-center.lp-section__catchphrase--l {
	margin-inline: auto;
	max-inline-size: max-content;
}
.lp-section__grid {
	margin-top: clamp(3rem, 1.154rem + 3.8461538462vw, 5rem);
	display: grid;
	gap: clamp(3rem, 3rem + 0vw, 3rem) clamp(2rem, 0.154rem + 3.8461538462vw, 4rem);
}
@media screen and (min-width: 641px) {
	.lp-section__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
.lp-section__grid__cat {
	border-radius: 5rem;
	background-color: #f8c81f;
	font-weight: 700;
	width: 10rem;
	padding: 0.2em;
	font-size: clamp(1.4rem, 1.21538rem + 0.3846153846vw, 1.6rem);
	display: inline-block;
	display: grid;
	place-content: center;
	letter-spacing: 0.15em;
}
.lp-section__grid__cat ~ .lp-section__grid__cat {
	margin-top: clamp(2.5rem, 2.03846rem + 0.9615384615vw, 3rem);
}
.lp-section__grid__list {
	margin-top: clamp(2.2rem, 2.2rem + 0vw, 2.2rem);
	display: grid;
	gap: 2rem;
}
.lp-section__grid__list__item {
	position: relative;
	padding-left: calc(2.2rem + 0.5em);
	display: grid;
	gap: 0.2rem;
}
.lp-section__grid__list__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.2rem;
	background: url("../images/lp/check_icon.svg") no-repeat center/contain;
	width: 2.2rem;
	aspect-ratio: 1/1;
}
.lp-section__grid__list__item h4 {
	font-weight: 500;
}
.lp-section__grid__list__item > p {
	border-radius: 5rem;
	background-color: #e4f5d9;
	font-size: 1.4rem;
	color: #00590e;
	padding: 0.3em 1em;
	line-height: 1.3;
}
@media screen and (max-width: 1000px) {
	.lp-section__grid__list__item > p {
		max-inline-size: max-content;
	}
}
.lp-section__grid__list__item > p + p {
	margin-top: 0.3rem;
}
.lp-section__separate-block {
	margin-top: clamp(3.7rem, 3.7rem + 0vw, 3.7rem);
	display: grid;
	grid-template-columns: auto 1fr;
	border-radius: 5px;
	overflow: hidden;
	max-width: 32rem;
	margin-inline: auto;
}
.lp-section__separate-block__text:nth-child(1) {
	color: #fff;
	font-weight: 700;
	display: grid;
	place-content: center;
	background-color: #00a33e;
	padding-inline: 1em 1.5em;
	font-size: clamp(1.4rem, 1.21538rem + 0.3846153846vw, 1.6rem);
	border-right: 1px solid #f8c81f;
}
.lp-section__separate-block__text:nth-child(2) {
	font-size: clamp(1.4rem, 1.21538rem + 0.3846153846vw, 1.6rem);
	background-color: #fff;
	display: grid;
	padding: 0.3em 1em 0.3em 1.5em;
}
.lp-section__separate-block__text:nth-child(2) span {
	font-size: 1.2rem;
}
.lp-section__checklist-img {
	margin-top: clamp(2rem, 2rem + 0vw, 2rem);
	display: grid;
	justify-content: end;
}
@media screen and (max-width: 1000px) {
	.lp-section__checklist-img {
		max-width: clamp(18.75rem, 15.8653846154rem + 9.6153846154vw, 23rem);
		margin-inline: auto;
	}
}
.lp-section__catchphrase--l + .lp-section__text {
	margin-block: clamp(1.2rem, 1.2rem + 0vw, 1.2rem) clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
}
.lp-section__text.is-center {
	text-align: center;
}
.lp-mv {
	position: relative;
	z-index: 0;
	display: grid;
	gap: 1.5rem;
}
@media screen and (min-width: 641px) {
	.lp-mv {
		padding-top: clamp(4rem, 1.9230769231rem + 1.9230769231vw, 5rem);
	}
}
.lp-mv::before {
	z-index: -1;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/lp/mv_bg.jpg") no-repeat bottom center/cover;
}
.lp-mv__title {
	font-size: clamp(2.4rem, 1.6615384616rem + 1.5384615385vw, 3.2rem);
	text-shadow:
		2px 0 0 #fff,
		-2px 0 0 #fff,
		0 -2px 0 #fff,
		0 2px 0 #fff,
		2px 2px 0 #fff,
		-2px 2px 0 #fff,
		2px -2px 0 #fff,
		-2px -2px 0 #fff,
		1px 2px 0 #fff,
		-1px 2px 0 #fff,
		1px -2px 0 #fff,
		-1px -2px 0 #fff,
		2px 1px 0 #fff,
		-2px 1px 0 #fff,
		2px -1px 0 #fff,
		-2px -1px 0 #fff,
		1px 1px 0 #fff,
		-1px 1px 0 #fff,
		1px -1px 0 #fff,
		-1px -1px 0 #fff;
	font-weight: 700;
}
.lp-mv__title-wrap {
	display: grid;
	justify-content: center;
	text-align: center;
	gap: 0.1rem;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 640px) {
	.lp-mv__title-wrap {
		line-height: 1.4;
	}
}
.lp-mv__title strong {
	font-size: clamp(2.8rem, 1.5076923077rem + 2.6923076923vw, 4.2rem);
	color: #000;
}
.lp-mv__title strong.is-green {
	color: #5aaa46;
}
.lp-mv__title strong.is-yellow {
	color: #f8c81f;
}
.lp-mv__text {
	font-size: clamp(1.6rem, 0.8846153846rem + 0.3846153846vw, 1.8rem);
	text-shadow:
		1px 0 0 #fff,
		-1px 0 0 #fff,
		0 -1px 0 #fff,
		0 1px 0 #fff,
		1px 1px 0 #fff,
		-1px 1px 0 #fff,
		1px -1px 0 #fff,
		-1px -1px 0 #fff,
		0px 1px 0 #fff,
		-0px 1px 0 #fff,
		0px -1px 0 #fff,
		-0px -1px 0 #fff,
		1px 0px 0 #fff,
		-1px 0px 0 #fff,
		1px -0px 0 #fff,
		-1px -0px 0 #fff,
		0px 0px 0 #fff,
		-0px 0px 0 #fff,
		0px -0px 0 #fff,
		-0px -0px 0 #fff;
	position: relative;
	font-weight: 700;
	z-index: 0;
	margin-inline: auto;
	max-inline-size: max-content;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	.lp-mv__text {
		margin-top: 2rem;
	}
}
.lp-mv__text::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: calc(100% + 2rem);
	translate: -0.1rem;
	height: 0.9rem;
	background-color: #5aaa46;
	bottom: 0;
	left: 0;
}
.lp-mv__img {
	position: relative;
	z-index: 0;
	padding-bottom: 2rem;
}
.lp-mv__img img {
	width: min(1252px, 100%);
	margin-inline: auto;
}
.lp-mv__img::before {
	content: "";
	position: absolute;
	height: calc(100% - 6rem);
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #f6fcf2;
	z-index: -1;
	border-radius: 50% 50% 0 0;
}
.lp-btn {
	display: grid;
	gap: clamp(2rem, 2rem + 0vw, 2rem);
}
.lp-btn__item,
main.lp .smf-button-control {
	position: relative;
	z-index: 0;
	max-width: 800px;
	width: 100%;
	margin-inline: auto;
}
.lp-btn__item::after,
main.lp .smf-button-control::after {
	content: "";
	position: absolute;
	left: 0;
	z-index: -1;
	bottom: -5px;
	width: 100%;
	height: 10px;
	background-color: #f8c81f;
	border-radius: 0 0 5px 5px;
}
.lp-btn__item__link,
main.lp .smf-action .smf-button-control__control {
	display: grid;
	justify-content: center;
	text-align: center;
	width: 100%;
	background-color: #00590e;
	border-radius: 0.5rem;
	justify-items: center;
	position: relative;
	overflow: visible;
	z-index: 0;
	min-height: 8.6rem;
	padding-block: 0.5em;
	align-items: center;
	transition: translate 0.3s;
	opacity: 1 !important;
}
@media (hover: hover) {
	.lp-btn__item__link:hover,
	main.lp .smf-action .smf-button-control__control:hover {
		translate: 0 5px;
	}
}
main.lp .smf-action .smf-button-control__control {
	background: #00590e;
	font-size: clamp(2rem, 2rem + 0vw, 2rem);
	color: #fff;
	letter-spacing: 0.1em;
	appearance: none;
	position: relative;
	min-height: 6rem;
}
main.lp .smf-action .smf-button-control__control:disabled {
	cursor: default;
	background-color: #d9d9d9;
	border-color: #d9d9d9;
	pointer-events: none;
}
main.lp .smf-action .smf-button-control__control::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	rotate: 45deg;
	right: 1em;
	translate: 0 -50%;
}
main.lp .smf-action .smf-button-control__control[data-action="back"] {
	background-color: #d9d9d9;
	border-color: #d9d9d9;
}
@media (hover: hover) {
	main.lp .smf-action .smf-button-control__control[data-action="back"]:hover {
		color: #fff;
	}
}
main.lp .smf-action .smf-button-control__control[data-action="back"]::after {
	right: auto;
	left: 1em;
	transform: scale(-1, -1);
}
.lp-btn__item__phrase {
	color: #fff;
}
.lp-btn__item__phrase:nth-child(1) {
	font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
	position: relative;
	padding-inline: 1em;
	max-inline-size: max-content;
}
.lp-btn__item__phrase:nth-child(1)::before,
.lp-btn__item__phrase:nth-child(1)::after {
	content: "";
	position: absolute;
	height: 16px;
	width: 2px;
	background-color: #f8c81f;
	rotate: 45deg;
	top: 50%;
	translate: 0 -50%;
}
.lp-btn__item__phrase:nth-child(1)::before {
	left: 0;
	rotate: -45deg;
}
.lp-btn__item__phrase:nth-child(1)::after {
	right: 0;
}
.lp-btn__item__phrase:nth-child(2) {
	font-size: clamp(2rem, 1.631rem + 0.7692307692vw, 2.4rem);
}
@media screen and (min-width: 641px) {
	.footer-banner {
		position: sticky;
		bottom: 0;
		display: grid;
		justify-content: flex-end;
		overflow: visible;
		z-index: 1;
	}
}
@media (min-width: 1001px) {
	.footer-banner {
		height: 0;
	}
}
@media screen and (max-width: 640px) {
	.footer-banner {
		margin-top: clamp(3rem, 0.231rem + 5.7692307692vw, 6rem);
		margin-inline: auto;
		max-inline-size: max-content;
	}
}
@media screen and (min-width: 641px) {
	.footer-banner__link {
		overflow: visible;
		display: grid;
		opacity: 1 !important;
		transition: opacity 0.3s;
	}
}
@media (min-width: 1001px) {
	.footer-banner__link {
		translate: 0 -100%;
	}
}
@media (hover: hover) {
	.footer-banner__link:hover {
		opacity: 0.9 !important;
	}
}
