body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

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

* {
	min-height: 0vw;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

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

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

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

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.2s ease-in;
}

a:hover {
	opacity: 0.7;
}

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

body.is-scroll {
	overflow: hidden;
}

.wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1;
}

.inner-w {
	margin: 0 auto;
	max-width: 82.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.lp-section-head__en {
	color: rgba(255, 255, 255, 0.4);
	font-family: "Josefin Sans", sans-serif;
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}

.lp-section-head__ja {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: -1.25rem;
	text-align: center;
	text-align: center;
}

.lp-section-head__text {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 1.875rem;
	text-align: center;
}

.lp-section-head__en--green {
	color: rgba(7, 60, 4, 0.4);
}

.lp-section-head__ja--green {
	color: #073c04;
}

.lp-section-head__text--green {
	color: #073c04;
}

.low-heading__en {
	color: rgba(225, 135, 0, 0.5);
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
}

.low-heading__ja {
	color: #073c04;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	padding-bottom: 0.9375rem;
	position: relative;
	text-align: center;
}

.low-heading__ja::after {
	background-color: rgba(225, 135, 0, 0.5);
	border-radius: 0.625rem;
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 6.25rem;
}

.low-heading__text {
	color: #073c04;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 1.875rem;
	text-align: center;
}

.treat-bottom-green,
.treat-bottom-beige {
	position: relative;
}

.treat-bottom-green::before {
	aspect-ratio: 1440/57.34;
	background: url(../images/top/treat-s-green.webp) no-repeat center center/cover;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}

.treat-bottom-beige::before {
	aspect-ratio: 1440/56;
	background: url(../images/top/treat-s.webp) no-repeat center center/cover;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}

.treat-top-beige {
	position: relative;
}

.treat-top-beige::before {
	aspect-ratio: 1440/56;
	background: url(../images/top/treat-s.webp) no-repeat center center/cover;
	content: "";
	left: 0;
	position: absolute;
	top: -2.8125rem;
	width: 100%;
}

.treat-top-green {
	position: relative;
}

.treat-top-green::before {
	aspect-ratio: 1440/57.34;
	background: url(../images/top/treat-s-green.webp) no-repeat center center/cover;
	content: "";
	left: 0;
	position: absolute;
	top: -3.5625rem;
	width: 100%;
}

.consulting-page {
	background-color: #ffffed;
}

.consulting-merit {
	padding: 3.75rem 0 7.3125rem;
}

.consulting-merit__list {
	grid-gap: 2.125rem 1.125rem;
	display: grid;
	gap: 2.125rem 1.125rem;
	grid-template-columns: repeat(2, 1fr);
	margin: 4.4375rem auto 0;
	max-width: 59.625rem;
	padding: 0 1.25rem;
}

.consulting-merit__item {
	background: #ffffff;
	border: 0.125rem solid #a0dc66;
	border-radius: 1.25rem;
	padding: 2.5rem 1.5rem 1.875rem;
}

.consulting-merit__label {
	background: #fca503;
	border-radius: 62.4375rem;
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.2;
	margin: -3.8125rem auto 0;
	padding: 0.625rem 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.consulting-merit__main {
	border-bottom: 0.1875rem solid #fca503;
	display: flex;
	margin-top: 1rem;
	padding-bottom: 1.125rem;
}

.consulting-merit__description {
	background: #ffffff;
	border: 0.125rem solid #a1a1a1;
	border-radius: 0.625rem;
	color: #073c04;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4;
	min-height: 8.125rem;
	padding: 0.9375rem 0.8125rem;
	position: relative;
	width: 15rem;
}

.consulting-merit__description::before {
	border: 0.375rem solid transparent;
	border-left: 0.625rem solid #a1a1a1;
	content: "";
	position: absolute;
	right: -1.125rem;
	top: 50%;
	transform: translateY(-50%);
}

.consulting-merit__description::after {
	border: 0.4375rem solid transparent;
	border-left: 0.75rem solid #fff;
	content: "";
	position: absolute;
	right: -1rem;
	top: 50%;
	transform: translateY(-50%);
}

.consulting-merit__image {
	border-radius: 62.4375rem;
	margin-left: auto;
	overflow: hidden;
	width: 7.5rem;
}

.consulting-merit__image img {
	-o-object-fit: cover;
	aspect-ratio: 120/120;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.consulting-merit__points {
	background: #eef7d5;
	margin: 1.4375rem auto 0;
	max-width: 22.75rem;
	padding: 1.25rem 0.625rem 0.625rem 4rem;
	position: relative;
}

.consulting-merit__points::before {
	background: url(../images/consulting/megaphone.webp) no-repeat center center/cover;
	content: "";
	height: 4.4375rem;
	left: 0;
	position: absolute;
	top: -1.125rem;
	width: 4rem;
}

.consulting-merit__point {
	color: #073c04;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	position: relative;
}

.consulting-merit__point::before {
	color: #073c04;
	content: "・";
	font-size: 0.875rem;
	font-weight: 400;
	left: -0.875rem;
	line-height: 1.6;
	position: absolute;
	top: 0;
}

.consulting-flow {
	background: #eef7d5;
	padding: 3.75rem 0 8.125rem;
}

.consulting-flow__list {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin: 3.125rem auto 0;
	max-width: 58.125rem;
}

.consulting-flow__item {
	display: flex;
}

.consulting-flow__step-wrap {
	-webkit-mask-image: url(../images/consulting/polygon.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	-webkit-mask-size: 100% 100%;
	mask-image: url(../images/consulting/polygon.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	padding: 2.5rem 0 3.125rem;
	text-align: center;
	width: 13.125rem;
}

.consulting-flow__item--step1 .consulting-flow__step-wrap {
	background: #fff184;
}

.consulting-flow__item--step2 .consulting-flow__step-wrap {
	background: #ffeb47;
}

.consulting-flow__item--step3 .consulting-flow__step-wrap {
	background: #ffbe6a;
}

.consulting-flow__item--step4 .consulting-flow__step-wrap {
	background: #fca503;
}

.consulting-flow__item--step5 .consulting-flow__step-wrap {
	background: #ff9000;
}

.consulting-flow__step-text {
	color: #ffffff;
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-shadow: 0 0.25rem 0.625rem rgba(7, 60, 4, 0.2);
}

.consulting-flow__step-number {
	color: #ffffff;
	font-family: "Josefin Sans", sans-serif;
	font-size: 3.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	text-shadow: 0 0.25rem 0.625rem rgba(7, 60, 4, 0.2);
}

.consulting-flow__content {
	margin-left: 2.875rem;
	width: calc(100% - 16rem);
}

.consulting-flow__title {
	color: #073c04;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.consulting-flow__description {
	color: #073c04;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 2rem;
}

.consulting-flow__notes {
	background: #ffffff;
	border-radius: 1.25rem;
	margin: 3.75rem auto 0;
	padding: 1.875rem;
	width: 44.8125rem;
}

.consulting-case {
	padding: 1.875rem 0 7.3125rem;
}

.consulting-case__list {
	grid-gap: 3rem 1.25rem;
	display: grid;
	gap: 3rem 1.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4.125rem;
}

.consulting-case__item-wrap {
	position: relative;
}

.consulting-case__item-wrap::before {
	background: url(../images/consulting/tag.svg) no-repeat center center/cover;
	content: "";
	height: 3.375rem;
	left: 1.25rem;
	position: absolute;
	top: -1rem;
	width: 8.8125rem;
	z-index: 0;
}

.consulting-case__item {
	background: #ffffff;
	border: 0.125rem solid #a0dc66;
	border-radius: 1.25rem;
	height: 100%;
	min-height: 20.875rem;
	overflow: hidden;
}

.consulting-case__wrap {
	padding: 3.75rem 1.875rem 1.875rem;
	position: relative;
	z-index: 2;
}

.consulting-case__label {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: -4.1875rem;
	text-align: center;
	width: 6.875rem;
}

.consulting-case__title {
	color: #a0dc66;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 1.875rem;
}

.consulting-case__points {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 1.25rem;
}

.consulting-case__point {
	color: #073c04;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
	padding-left: 1rem;
	position: relative;
}

.consulting-case__point::before {
	color: #073c04;
	content: "・";
	font-size: 1rem;
	font-weight: 500;
	left: 0;
	letter-spacing: 0.03em;
	line-height: 1.6;
	position: absolute;
	top: 0;
}

.consulting-case__image {
	position: absolute;
	z-index: -1;
}

.consulting-case__image img {
	display: block;
	width: 100%;
}

.consulting-case__image--new {
	bottom: -3.375rem;
	right: -1.25rem;
	width: 15.625rem;
}

.consulting-case__image--renewal {
	bottom: -10.875rem;
	right: -9.375rem;
	width: clamp(23.75rem, -8.75rem + 43.33vw, 27rem);
}

.consulting-case__image--operation {
	bottom: -13.5625rem;
	right: -4.5625rem;
	width: clamp(23.75rem, 3.75rem + 26.67vw, 25.75rem);
}

.consulting-case__image--other {
	bottom: -10rem;
	right: -1.375rem;
	width: clamp(15rem, -12.5rem + 36.67vw, 17.75rem);
}

.footer--top {
	background-color: #486131;
	padding: 0rem;
}

.footer__top-inner {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 90rem;
	padding: 2.0625rem 7.5rem 0 7.5rem;
	width: 100%;
}

.footer__top-content {
	margin-top: 3.125rem;
}

.footer__top-logo {
	color: #a0dc66;
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.875rem;
	font-weight: 700;
}

.footer__top-links {
	margin-top: 2.5rem;
}

.footer__top-link-item + .footer__top-link-item {
	margin-top: 1rem;
}

.footer__top-link-item a {
	align-items: center;
	display: flex;
}

.footer__top-link-icon {
	display: inline-flex;
	height: 2rem;
	width: 2rem;
}

.footer__top-link-text {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	margin-left: 0.75rem;
}

.footer__top-visual {
	height: 17.5625rem;
	width: 19.9375rem;
}

.footer__top-copy {
	border-top: 0.0625rem solid #ffffff;
	padding: 1.25rem 0;
}

.footer__top-copy p {
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: 400;
	text-align: center;
}

.layout-header {
	background-color: transparent;
	height: 5rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: background-color 0.3s ease;
	z-index: 900;
}

.layout-header.is-passed-mv {
	background-color: #ffffed;
	box-shadow: 0 0.625rem 0.625rem rgba(0, 0, 0, 0.1);
}

.layout-header.is-open {
	background-color: #ffffed;
}

.lower-header {
	background-color: #ffffed;
}

.header__top-inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 83.75rem;
	padding: 0 1.25rem;
	width: 100%;
}

.header__top-logo a {
	color: #a0dc66;
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
}

.header__top-nav {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__top-link {
	color: #073c04;
	display: flex;
	flex-direction: column;
	font-size: 0.875rem;
	font-weight: 500;
	height: inherit;
	justify-content: center;
	letter-spacing: 0.04em;
}

.header__top-button {
	background-color: #1f9319;
	border-radius: 56.25rem;
	color: #ffffff;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-left: 3.125rem;
	padding: 1.25rem 0;
	text-align: center;
	transition: background-color 0.3s ease;
	width: 8.625rem;
}

.header__top-button:hover {
	background-color: #1c6219;
	opacity: 1;
}

.header__hamburger {
	background-color: #1f9319;
	border: none;
	border-radius: 62.4375rem;
	display: none;
	height: 3.25rem;
	padding: 0.875rem 0.8125rem;
	width: 3.25rem;
	z-index: 910;
}

.header__hamburger-line {
	background-color: #ffffff;
	border-radius: 1.25rem;
	height: 0.125rem;
	transition: transform 0.3s ease, opacity 0.3s ease;
	width: 100%;
}

.header__hamburger.is-open .header__hamburger-line:nth-child(1) {
	transform: translateY(0.625rem) rotate(45deg);
}

.header__hamburger.is-open .header__hamburger-line:nth-child(2) {
	opacity: 0;
}

.header__hamburger.is-open .header__hamburger-line:nth-child(3) {
	transform: translateY(-0.75rem) rotate(-45deg);
}

.header__drawer {
	-webkit-backdrop-filter: blur(0.375rem);
	backdrop-filter: blur(0.375rem);
	background-color: rgba(255, 255, 237, 0.98);
	display: none;
	left: 0;
	min-height: calc(100vh - 4rem);
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 4rem;
	transform: translateY(-0.75rem);
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	z-index: 905;
}

.header__drawer.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.header__drawer-nav {
	display: flex;
	flex-direction: column;
	padding: 2.25rem 1.5rem 2.5rem;
}

.header__drawer-link {
	color: #073c04;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.5;
	padding: 1rem 0;
}

.header__drawer-link--button {
	background-color: #1f9319;
	border-bottom: 0;
	border-radius: 56.25rem;
	color: #ffffff;
	margin-top: 1.25rem;
	padding: 1rem 1.25rem;
	text-align: center;
}

.not-found-page {
	background-color: #ffffed;
}

.not-found-cta {
	padding: 0 0 5rem;
}

.not-found-cta__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.not-found-cta__button {
	align-items: center;
	border-radius: 62.4375rem;
	display: inline-flex;
	justify-content: center;
	line-height: 1.4;
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.not-found-cta__button + .not-found-cta__button {
	margin-left: 1.5rem;
}

.not-found-cta__button--primary {
	background-color: #fca503;
	box-shadow: 0 0.375rem 0 #9f6700;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 1.25rem 2.5rem;
}

.not-found-cta__button--primary:hover {
	box-shadow: 0 0 0 #9f6700;
	opacity: 1;
	transform: translateY(0.1875rem);
}

.service-page {
	background-color: #ffffed;
}

.service-hero {
	background: linear-gradient(135deg, rgba(255, 221, 0, 0.3) 0%, rgba(180, 229, 132, 0.9) 100%);
	height: 23.75rem;
	margin-top: 5rem;
	overflow: hidden;
	padding: 5rem 0 4.375rem;
	position: relative;
}

.service-hero::before {
	background: url(../images/common/lower-mv.webp) no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: 23.75rem;
	opacity: 0.7;
	position: absolute;
	right: -1.875rem;
	width: 41.5625rem;
}

.service-hero__inner {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.service-hero__content {
	width: 100%;
}

.service-hero__title {
	color: #022e33;
	font-size: 2.625rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.service-hero__lead {
	color: #073c04;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: 3.125rem;
}

.service-hero__text {
	color: #073c04;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	padding: 3.75rem 0;
	text-align: center;
}

.service-offer {
	padding: 3.75rem 0 8.125rem;
}

.service-plan {
	padding: 2.5rem 0 6.875rem;
}

.service-process {
	background: #eef7d5;
	padding: 3.75rem 0 6.25rem;
}

.service-value {
	background: #eef7d5;
	padding: 3.75rem 0 7.5rem;
}

.service-relief {
	padding: 3.75rem 0 6.875rem;
}

.service-offer__list {
	grid-gap: 1.1875rem;
	display: grid;
	gap: 1.1875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.125rem;
}

.service-offer__item {
	background: linear-gradient(225deg, #678a45 0%, #a2d275 100%);
	border-radius: 1.25rem;
	padding: 1.25rem 0.3125rem 1.625rem;
	position: relative;
}

.service-offer__item::before {
	background: url(../images/service/pc-bottom.webp) no-repeat center center/cover;
	bottom: -2rem;
	content: "";
	height: 2rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 12.875rem;
}

.service-offer__item-wrap {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.25rem;
}

.service-offer__title {
	background: #ffffff;
	color: #073c04;
	font-size: clamp(1.25rem, -1.75rem + 4vw, 1.5rem);
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.service-offer__description {
	color: #073c04;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1.5rem;
	padding-bottom: 1.25rem;
}

.service-offer__recommend-wrap {
	background: #eef7d5;
	margin-top: auto;
	padding: 0.625rem;
}

.service-offer__recommend {
	color: #525252;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	padding-left: 1.5rem;
	position: relative;
}

.service-offer__recommend::before {
	background: url(../images/service/cursor.webp) no-repeat center center/cover;
	content: "";
	height: 1.4275rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.849375rem;
}

.service-offer__points {
	margin-top: 0.3125rem;
}

.service-offer__point {
	color: #073c04;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	padding-left: 0.875rem;
	position: relative;
}

.service-offer__point::before {
	content: "・";
	font-size: 0.875rem;
	left: 0;
	position: absolute;
	top: 0;
}

.service-value__list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin: 3.125rem auto 0;
	max-width: 82.25rem;
	padding: 0 1.25rem;
	width: 100%;
}

.service-value__item {
	align-items: center;
	background: #ffffff;
	border: 0.125rem solid #a0dc66;
	border-radius: 1.25rem;
	display: flex;
	gap: 1.875rem;
	padding: 1.6875rem 1.875rem;
}

.service-value__item img {
	flex-shrink: 0;
	width: 6.25rem;
}

.service-value__title {
	color: #073c04;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
}

.service-value__description {
	color: #073c04;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1.5rem;
}

.service-plan__list {
	display: flex;
	gap: 2.3125rem;
	margin-top: 5.5rem;
}

.service-plan__item {
	flex: 1;
	position: relative;
}

.service-plan__item-body {
	background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(155.109deg, rgb(255, 221, 0) 0%, rgb(180, 229, 132) 100%) border-box;
	border: 0.3125rem solid transparent;
	border-radius: 1.25rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 2.25rem 1.25rem 1.875rem;
	position: relative;
	z-index: 1;
}

.service-plan__item-bg {
	background: linear-gradient(135deg, rgba(255, 221, 0, 0.3) 0%, rgba(180, 229, 132, 0.9) 100%);
	border-radius: 1.25rem 1.25rem 0 0;
	height: 3.625rem;
	left: 0;
	position: absolute;
	top: -2.375rem;
	width: 7.8125rem;
	z-index: 0;
}

.service-process__list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	min-height: 39.1875rem;
	position: relative;
}

.service-process__item {
	align-items: center;
	display: flex;
	justify-content: center;
	max-width: 16.25rem;
	position: absolute;
	width: 100%;
}

.service-process__abs-pos--01 {
	left: 4.625rem;
	top: 7.125rem;
	z-index: 1;
}

.service-process__abs-pos--02 {
	left: 18.3125rem;
	top: 20.5rem;
	z-index: 2;
}

.service-process__abs-pos--03 {
	left: 31.875rem;
	top: 7.75rem;
	z-index: 1;
}

.service-process__abs-pos--04 {
	left: 45.4375rem;
	top: 21.4375rem;
	z-index: 2;
}

.service-process__abs-pos--05 {
	left: 59.0625rem;
	top: 7.1875rem;
	z-index: 1;
}

.service-process__item::before {
	border-radius: 3.75rem;
	content: "";
	height: 18.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 18.125rem;
	z-index: 0;
}

.service-process__item--phase1::before {
	background-color: #fff184;
}

.service-process__item--phase2::before {
	background-color: #ffeb47;
}

.service-process__item--phase3::before {
	background-color: #ffbe6a;
}

.service-process__item--phase4::before {
	background-color: #fca503;
}

.service-process__item--phase5::before {
	background-color: #ff9000;
}

.service-process__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: -1.5rem;
	max-width: 15rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.service-process__phase {
	background: #ffffff;
	border-radius: 62.4375rem;
	color: #073c04;
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	padding: 0.625rem 1.25rem 0.5rem;
	text-align: center;
}

.service-process__title {
	color: #073c04;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 1.5625rem;
	text-align: center;
}

.service-process__description {
	color: #073c04;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 1.25rem;
	text-align: center;
}

.service-process__notes {
	background: #ffffff;
	border-radius: 1.25rem;
	margin: 1.875rem auto 0;
	max-width: 46.5rem;
	padding: 2.375rem 1.875rem;
	width: 100%;
}

.service-process__note {
	color: #000000;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.2;
	padding-left: 2.875rem;
	position: relative;
}

.service-process__note + .service-process__note {
	margin-top: 1.875rem;
}

.service-process__note::before {
	background: url(../images/common/checkmark.svg) no-repeat center center/contain;
	content: "";
	height: 2.25rem;
	left: 0;
	position: absolute;
	top: -0.3125rem;
	width: 2.25rem;
}

.service-relief__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3.125rem;
}

.service-relief__item {
	background: #ffffff;
	border: 0.125rem solid #a0dc66;
	border-radius: 1.25rem;
	padding: 2rem 1.875rem;
	width: calc((100% - 1.25rem) / 2);
}

.service-relief__item + .service-relief__item {
	margin-left: 1.25rem;
}

.service-relief__item:nth-child(2n+1) {
	margin-left: 0;
}

.service-relief__item:nth-child(n+3) {
	margin-top: 1.25rem;
}

.service-relief__label {
	background: linear-gradient(190deg, #678a45 0%, #a2d275 100%);
	border-radius: 62.4375rem;
	color: #ffffff;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	padding: 1.125rem 1.75rem;
}

.service-relief__label-em {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
}

.service-relief__body {
	display: flex;
	margin: 1.5rem 0 1.25rem;
}

.service-relief__image {
	max-width: 9.0625rem;
	width: 100%;
}

.service-relief__image img {
	-o-object-fit: cover;
	aspect-ratio: 145/145;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.service-relief__description {
	color: #073c04;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
	margin-left: 2.25rem;
	width: calc(100% - 9.0625rem);
}

.service-relief__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3125rem;
	margin-top: 0.6875rem;
}

.service-relief__tag {
	background: #ffffff;
	border: 0.0625rem solid #d4d4d4;
	border-radius: 62.4375rem;
	color: #073c04;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
	padding: 0.625rem 1.25rem;
}

.product-lp {
	background-color: #ffffed;
}

.lp-hero {
	background-color: #ffffed;
	min-height: 47.875rem;
	overflow: hidden;
	position: relative;
}

.lp-hero__inner {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	left: 50%;
	position: absolute;
	top: 10.5625rem;
	transform: translateX(-50%);
	z-index: 1;
}

.lp-hero__lead {
	color: #073c04;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 2rem;
}

.lp-hero__title {
	background-color: #ffffff;
	border-radius: 0.375rem;
	box-shadow: 0 0.25rem 0.75rem rgba(7, 60, 4, 0.2);
	color: #073c04;
	font-weight: 700;
	line-height: 1.1;
	padding: 1.125rem 0.625rem;
}

.lp-hero__title-main {
	color: #073c04;
	font-size: 3.375rem;
	font-weight: 700;
}

.lp-hero__cta {
	margin-top: 3.0625rem;
}

.lp-hero__caption {
	color: #073c04;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
}

.lp-hero__button {
	background-color: #fca503;
	border-radius: 62.4375rem;
	box-shadow: 0 0.375rem 0 #9f6700;
	color: #ffffff;
	display: flex;
	font-size: 1.625rem;
	font-weight: 500;
	justify-content: center;
	padding: 1.6875rem 0;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	width: 100%;
	width: 18rem;
}

.lp-hero__button:hover {
	box-shadow: 0 0 0 #9f6700;
	opacity: 1;
	transform: translateY(0.1875rem);
}

.lp-worry {
	margin-top: 6.25rem;
	overflow-x: clip;
	position: relative;
}

.lp-worry::before {
	aspect-ratio: 1602/1059;
	background: url(../images/top/bg-worry.webp) no-repeat center center/cover;
	content: "";
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100.125rem;
	z-index: 0;
}

.lp-worry__inner {
	padding-top: 2.5rem;
	position: relative;
}

.lp-worry__list {
	grid-gap: 1.25rem 1.875rem;
	display: grid;
	gap: 1.25rem 1.875rem;
	grid-template-columns: repeat(2, 1fr);
	margin: 3.125rem auto 0;
	max-width: 58.125rem;
}

.lp-worry__item {
	background-color: #ffffff;
	border-radius: 1.25rem;
	padding: 1.375rem;
}

.lp-worry__item img {
	margin: 0 auto;
	max-width: 11.25rem;
}

.lp-worry__item p {
	align-items: center;
	color: #073c04;
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	font-weight: 400;
	height: 25%;
	justify-content: center;
	line-height: 1.6;
	text-align: center;
}

.lp-worry__message {
	margin: -1rem auto 0;
	max-width: 48.4375rem;
	position: relative;
	width: 100%;
}

.lp-reason {
	padding: 2.5rem 0 3.75rem;
}

.lp-reason__list {
	grid-gap: 3.75rem;
	display: grid;
	gap: 3.75rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.125rem;
}

.lp-reason__item {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.lp-reason__item-icon {
	align-items: center;
	display: flex;
	height: 9.375rem;
	justify-content: center;
	width: 9.375rem;
}

.lp-reason__item-body {
	margin-top: 2.5rem;
	width: 100%;
}

.lp-reason__item-title {
	color: #073c04;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

.lp-reason__item-text {
	color: #073c04;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 1.5rem;
}

.lp-one-team {
	background: linear-gradient(28deg, rgba(255, 221, 0, 0.3) 17.8%, rgba(180, 229, 132, 0.9) 82.1%);
	overflow: hidden;
	padding: 10rem 0 12.1875rem;
	position: relative;
}

.lp-one-team::before {
	aspect-ratio: 1440/182;
	background: url(../images/top/treat-l.webp) no-repeat center center/cover;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.lp-one-team__inner {
	position: relative;
}

.lp-one-team__wrap {
	margin: 3.125rem auto 0;
	max-width: 46.5rem;
	position: relative;
	z-index: 0;
}

.lp-one-team__member {
	align-items: center;
	display: flex;
	position: relative;
	width: 100%;
}

.lp-one-team__member:nth-child(1) {
	padding: 3.125rem 1.25rem 0;
	z-index: 3;
}

.lp-one-team__member:nth-child(2) {
	padding: 6rem 1.25rem 0;
	z-index: 2;
}

.lp-one-team__member:nth-child(3) {
	padding: 7.5rem 1.25rem 1.9375rem;
	z-index: 1;
}

.lp-one-team__member-wrap {
	align-items: center;
	display: flex;
	margin: 0 auto;
	max-width: 30.125rem;
}

.lp-one-team__member--production {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.lp-one-team__member-wrap::before {
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 46.5rem;
	z-index: -1;
}

.lp-one-team__member--lead::before {
	background: url(../images/top/bg-green.svg) no-repeat center center/cover;
	height: 15.625rem;
}

.lp-one-team__member--direction::before {
	background: url(../images/top/bg-light-green.svg) no-repeat center center/cover;
	height: 18.875rem;
}

.lp-one-team__member--production::before {
	background: url(../images/top/bg-yellow.svg) no-repeat center center/cover;
	height: 26.1875rem;
}

.lp-one-team__person-image {
	border-radius: 50%;
	flex-shrink: 0;
	height: 7.5rem;
	position: relative;
	width: 7.5rem;
}

.lp-one-team__person-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lp-one-team__person-body {
	margin-left: 0.9375rem;
	position: relative;
}

.lp-one-team__role {
	color: #073c04;
	font-size: 1.125rem;
	font-weight: 400;
}

.lp-one-team__name {
	color: #073c04;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	margin-top: 0.9375rem;
}

.lp-one-team__production-role {
	color: #073c04;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
}

.lp-one-team__production-list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(4, 1fr);
}

.lp-one-team__production-item {
	background: #ffffff;
	border-radius: 50%;
	height: 7.5rem;
	overflow: hidden;
	width: 7.5rem;
}

.lp-one-team__production-item img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lp-one-team__production-name {
	color: #073c04;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}

.lp-one-team__figure {
	position: absolute;
	z-index: 0;
}

.lp-one-team__figure--left {
	left: 3.8125rem;
	top: 8.6875rem;
	transform: rotate(0.64deg);
	width: 10.5rem;
}

.lp-one-team__figure--right {
	bottom: -12rem;
	right: -6.25rem;
	width: 29.0625rem;
}

.lp-one-team__figure img {
	display: block;
	width: 100%;
}

.lp-support {
	background-color: #ffffed;
	overflow-x: clip;
	padding: 2.5rem 0 10rem;
}

.lp-support__inner {
	margin: 0 auto;
	max-width: 82.625rem;
	padding: 0 1.25rem;
	width: 100%;
}

.lp-support__cards {
	display: flex;
	flex-direction: column;
	margin-top: 4.375rem;
}

.lp-support__card {
	max-width: 35.4375rem;
	max-width: 42rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.lp-support__card--tea {
	padding: 15rem 0 2.75rem;
}

.lp-support__card-inner {
	margin: 0 auto;
	max-width: 34.8125rem;
	width: 100%;
}

.lp-support__card::before {
	content: "";
	position: absolute;
	z-index: -1;
}

.lp-support__card--tea::before {
	background: url(../images/top/bg-support01.webp) no-repeat center center/cover;
	height: 35.793125rem;
	left: 0;
	top: 8.75rem;
	width: 42.02375rem;
}

.lp-support__card--mamekko {
	margin-left: auto;
	margin-top: -13.75rem;
	padding: 14.875rem 3.4375rem 0;
}

.lp-support__card--mamekko::before {
	background: url(../images/top/bg-support02.webp) no-repeat center center/cover;
	height: 31.126875rem;
	right: 0;
	top: 9.25rem;
	width: 42.01rem;
}

.lp-support__card-image {
	background-color: #e7e7e7;
	border-radius: 50%;
	height: 15.0625rem;
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 15.0625rem;
}

.lp-support__card-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lp-support__card-profile {
	margin-top: 1.5rem;
}

.lp-support__card-title {
	color: #073c04;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.lp-support__card-role {
	color: #073c04;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.625rem;
	text-align: center;
}

.lp-support__card-text-wrap {
	margin-top: 1.5rem;
}

.lp-support__card-text {
	color: #073c04;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
}

.lp-support__card-text--strength {
	margin-top: 0.625rem;
}

.lp-support__card-achievement {
	color: #525252;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1.25rem;
}

.lp-support__strength-wrap {
	margin-top: 6.875rem;
	padding: 1.25rem 2.625rem;
	position: relative;
}

.lp-support__strength-wrap::before {
	background: url(../images/top/bg-support03.webp) no-repeat center center/cover;
	content: "";
	height: 100%;
	height: 31.125rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	width: 80.125rem;
	z-index: 0;
}

.lp-support__strength-head {
	margin-top: 2.5rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.lp-support__strengths {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin-top: 3.125rem;
	position: relative;
	z-index: 1;
}

.lp-support__strength-item {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 1.25rem;
	padding: 1.25rem;
}

.lp-support__strength-item-title {
	border-bottom: 0.0625rem solid #525252;
	color: #073c04;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 0 0 0.625rem;
	text-align: center;
}

.lp-support__strength-item-text {
	color: #073c04;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1rem;
}

.lp-compare {
	background-color: #eef7d5;
	padding: 10rem 0 6.875rem;
	position: relative;
}

.lp-compare::before {
	aspect-ratio: 1440/182;
	background: url(../images/top/treat-l.webp) no-repeat center center/cover;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.lp-compare__columns {
	display: flex;
	gap: 2rem;
	margin-top: 3.125rem;
	z-index: 1;
}

.lp-compare__column {
	background-color: #ffffff;
	border-radius: 1.25rem;
	position: relative;
	width: 100%;
}

.lp-compare__column--compass {
	border: none;
}

.lp-compare__column--compass::before {
	-webkit-mask: linear-gradient(#fff 0, #fff 0) content-box, linear-gradient(#fff 0, #fff 0);
	-webkit-mask: linear-gradient(#fff 0, #fff 0) content-box, linear-gradient(#fff 0, #fff 0);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	background: linear-gradient(110deg, #ffdd00 0%, #b4e584 100%);
	border-radius: inherit;
	bottom: 0;
	content: "";
	left: 0;
	mask: linear-gradient(#fff 0, #fff 0) content-box, linear-gradient(#fff 0, #fff 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	padding: 0.625rem;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.lp-compare__column-title {
	align-items: center;
	border-radius: 1.25rem 1.25rem 0 0;
	color: #ffffff;
	display: flex;
	font-size: 1.875rem;
	font-weight: 500;
	height: 5.75rem;
	justify-content: center;
	line-height: 1.6;
	padding: 1.375rem 0.625rem;
	text-align: center;
}

.lp-compare__column--normal .lp-compare__column-title {
	background-color: #838382;
	font-size: 1.25rem;
}

.lp-compare__column--compass .lp-compare__column-title {
	background: linear-gradient(172deg, #ffdd00 0%, #b4e584 100%);
	font-weight: 700;
}

.lp-compare__badge {
	left: -1rem;
	position: absolute;
	top: -1.625rem;
	width: 7.6875rem;
}

.lp-compare__badge img {
	display: block;
	width: 100%;
}

.lp-compare__steps {
	list-style: none;
	padding: 2.5rem 0;
}

.lp-compare__column--compass .lp-compare__steps {
	margin: 0 auto;
	max-width: 25.5rem;
	padding: 1.25rem 0;
}

.lp-compare__step {
	color: #333333;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.6;
	padding: 0.75rem 0.75rem 0.75rem 0.75rem;
	text-align: center;
}

.lp-compare__column--normal .lp-compare__step {
	background-color: #e5e5e5;
	font-size: 1.125rem;
	font-weight: 500;
	margin: 0 auto;
	max-width: 21.375rem;
	padding: 0.625rem;
	width: 100%;
}

.lp-compare__column--normal .lp-compare__steps {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	width: 100%;
}

.lp-compare__column--compass .lp-compare__step {
	border-bottom: 0.0625rem solid #87b560;
	color: #87b560;
	line-height: 1;
	padding: 1.25rem 0.75rem;
}

.lp-compare__column--compass .lp-compare__step:last-child {
	border-bottom: 0;
}

.lp-compare__notes {
	padding: 0 2.875rem 4rem;
}

.lp-compare__note {
	color: #333333;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
	padding-left: 2.875rem;
	position: relative;
}

.lp-compare__notes--normal .lp-compare__note {
	font-size: 1rem;
	font-weight: 400;
	padding-left: 0.875rem;
}

.lp-compare__notes--compass .lp-compare__note:not(:first-child) {
	margin-top: 1.25rem;
}

.lp-compare__notes--normal .lp-compare__note::before {
	color: #000;
	content: "・";
	font-size: 1rem;
	font-weight: 400;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0.1875rem;
}

.lp-compare__notes--compass .lp-compare__note::before {
	background: url(../images/common/checkmark.svg) no-repeat center center/contain;
	content: "";
	height: 2.25rem;
	left: 0;
	position: absolute;
	top: -0.125rem;
	width: 2.25rem;
}

.lp-benefit {
	background-color: #ffffed;
	padding: 2.8125rem 0 3.75rem;
}

.lp-benefit__list {
	grid-gap: 1.125rem;
	display: grid;
	gap: 1.125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.75rem;
}

.lp-benefit__item {
	background: #fff;
	border-radius: 1.25rem;
	box-shadow: inset 0 0 0 0.375rem #ffdd00;
	min-height: 20.6875rem;
	overflow: hidden;
	padding: 2.625rem 1.875rem 2.625rem 10.125rem;
	position: relative;
}

.lp-benefit__item::before {
	background: url(../images/top/treat-benefit02.svg) no-repeat center center/cover;
	content: "";
	height: 15.375rem;
	left: 7.5625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875rem;
	z-index: 1;
}

.lp-benefit__item-title {
	color: #073c04;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.5;
}

.lp-benefit__item-text {
	color: #073c04;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 1.75rem;
}

.lp-benefit__item-label {
	align-items: center;
	background: linear-gradient(180deg, #ffdd00 0%, #b4e584 100%);
	color: #ffffff;
	display: flex;
	font-size: 2.8125rem;
	font-weight: 700;
	height: 100%;
	left: 0;
	letter-spacing: 0.8em;
	line-height: 1;
	padding-right: 0.75rem;
	padding-top: 2.5rem;
	position: absolute;
	top: 0;
	width: 7.875rem;
	writing-mode: vertical-rl;
}

.lp-benefit__item-label::before,
.lp-benefit__item-label::after {
	background: #ffffed;
	border: 0.375rem solid #ffdd00;
	border-radius: 50%;
	content: "";
	height: 4.875rem;
	position: absolute;
	right: -2.5rem;
	width: 4.875rem;
}

.lp-benefit__item-label::before {
	top: -2.5rem;
}

.lp-benefit__item-label::after {
	bottom: -2.5rem;
}

.lp-benefit__notes {
	background-color: #eef7d5;
	border-radius: 1.25rem;
	list-style: none;
	margin: 2.5rem auto 0;
	max-width: 46.5rem;
	padding: 1.875rem 0.625rem;
	width: 100%;
}

.lp-benefit__notes-inner {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
}

.lp-benefit__note {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
	padding-left: 2.875rem;
	position: relative;
}

.lp-benefit__note::before {
	background: url(../images/common/checkmark.svg) no-repeat center center/contain;
	content: "";
	height: 2.25rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 2.25rem;
}

.lp-qa {
	background-color: #eef7d5;
	padding: 14rem 0 5.625rem;
	position: relative;
}

.lp-qa::before {
	aspect-ratio: 1440/182;
	background: url(../images/top/treat-l.webp) no-repeat center center/cover;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.lp-qa__list {
	margin: 3.75rem auto 0;
	max-width: 58.125rem;
}

.lp-qa__item {
	background: #ffffff;
	border-radius: 0.625rem;
	overflow: hidden;
}

.lp-qa__item + .lp-qa__item {
	margin-top: 1rem;
}

.lp-qa__question {
	align-items: center;
	background-color: #87b560;
	cursor: pointer;
	display: flex;
	padding: 1rem 1.5rem;
}

.lp-qa__question-text {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	width: calc(100% - 4.5rem);
}

.lp-qa__toggle {
	flex-shrink: 0;
	height: 1rem;
	margin-left: 0.75rem;
	position: relative;
	width: 1rem;
}

.lp-qa__toggle::before,
.lp-qa__toggle::after {
	background-color: #ffffff;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.lp-qa__toggle::before {
	height: 0.125rem;
	width: 100%;
}

.lp-qa__toggle::after {
	height: 100%;
	transition: opacity 0.3s ease;
	width: 0.125rem;
}

.lp-qa__question.is-open .lp-qa__toggle::after {
	opacity: 0;
}

.lp-qa__answer {
	align-items: center;
	background-color: #ffffff;
	display: flex;
	padding: 1rem 1.5rem;
}

.lp-qa__answer-text {
	color: #333333;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.8;
	width: calc(100% - 4.5rem);
}

.lp-qa__icon {
	align-items: center;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	height: 2.25rem;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-right: 1.5rem;
	width: 2.25rem;
}

.lp-qa__icon--q {
	background: #ffffff;
	color: #87b560;
}

.lp-qa__icon--a {
	background: #87b560;
	color: #ffffff;
}

.lp-contact {
	padding: 5.625rem 0rem 3.75rem;
}

.lp-contact.treat-top-beige {
	background-color: #ffffed;
}

.lp-contact.treat-top-green {
	background-color: #eef7d5;
}

.lp-contact__form {
	margin: 3.75rem auto 0;
	max-width: 58.125rem;
	width: 100%;
}

.lp-contact__field + .lp-contact__field {
	margin-top: 2rem;
}

.lp-contact__label {
	align-items: center;
	color: #073c04;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
}

.lp-contact__required {
	background-color: #678a45;
	color: #ffffff;
	display: inline-flex;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-left: 0.625rem;
	padding: 0.375rem 0.75rem;
	text-align: center;
}

.lp-contact__input,
.lp-contact__textarea {
	background-color: #ffffff;
	border: 0.0625rem solid #dddddd;
	color: #333333;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 0.5rem;
	padding: 0.4375rem 0.75rem;
	width: 100%;
}

.lp-contact__textarea {
	max-height: 15rem;
	resize: vertical;
}

.lp-contact__policy {
	background-color: #fafafa;
	border: 0.0625rem solid #cccccc;
	margin-top: 2rem;
	padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}

.lp-contact__policy-title {
	color: #073c04;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
}

.lp-contact__policy-text {
	color: #073c04;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 1.25rem;
}

.lp-contact__submit {
	background-color: #fca503;
	border: 0;
	border-radius: 2.25rem;
	box-shadow: 0 0.375rem 0 #9f6700;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	padding: 1rem 4rem;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.lp-contact__submit:hover {
	box-shadow: 0 0 0 #9f6700;
	opacity: 1;
	transform: translateY(0.375rem);
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

@media (max-width: 1350px) {

.service-process__item::before {
	height: 16.25rem;
	width: 16.25rem;
}

.service-process__title {
	margin-top: 0.9375rem;
}

.service-process__description {
	font-size: 0.875rem;
	margin-top: 1.25rem;
}

.service-process__abs-pos--01 {
	left: 9.375rem;
	top: 7.8125rem;
}

.service-process__abs-pos--02 {
	left: 19.75rem;
	top: 20.1875rem;
}

.service-process__abs-pos--03 {
	left: 29.9375rem;
}

.service-process__abs-pos--04 {
	left: 40rem;
	top: 20.9375rem;
}

.service-process__abs-pos--05 {
	left: 49.875rem;
	top: 7.5625rem;
}

}

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

@media (max-width: 768px) {

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

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.inner {
	max-width: 37.5rem;
}

.inner-w {
	max-width: 37.5rem;
	padding: 0 0.625rem;
}

.lp-section-head__en {
	font-size: 2.5rem;
}

.lp-section-head__ja {
	font-size: 1.125rem;
	margin-top: -0.625rem;
}

.lp-section-head__text {
	font-size: 0.875rem;
	line-height: 1.6;
	text-align: left;
}

.low-heading__ja {
	font-size: 1.625rem;
}

.low-heading__text {
	line-height: 1.6;
}

.treat-top-beige::before {
	top: -0.625rem;
}

.treat-top-green::before {
	top: -0.625rem;
}

.consulting-merit__inner {
	margin: 0 auto;
	max-width: 37.5rem;
	padding: 0 0.625rem;
	width: 100%;
}

.consulting-merit {
	padding: 3rem 0 5.625rem;
}

.consulting-merit__list {
	flex-direction: column;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 3.125rem;
}

.consulting-merit__item {
	padding: 1.75rem 1rem 1.25rem;
	width: 100%;
}

.consulting-merit__item + .consulting-merit__item {
	margin-left: 0;
	margin-top: 1rem;
}

.consulting-merit__item:nth-child(n+3) {
	margin-top: 1rem;
}

.consulting-merit__label {
	font-size: 1rem;
	margin: -3rem auto 0;
}

.consulting-merit__main {
	gap: 0.625rem;
	justify-content: center;
	margin-top: 1rem;
	padding-bottom: 1rem;
}

.consulting-merit__description {
	max-width: 17rem;
	min-height: auto;
	padding: 0.625rem;
	width: 100%;
}

.consulting-merit__image {
	height: 5rem;
	margin-left: 0;
	width: 5rem;
}

.consulting-merit__points {
	margin-top: 0.875rem;
}

.consulting-flow {
	padding: 3rem 0 4rem;
}

.consulting-flow__list {
	gap: 3.125rem;
	margin-top: 2rem;
	width: 100%;
}

.consulting-flow__item {
	flex-direction: column;
}

.consulting-flow__step-wrap {
	margin: 0 auto;
	padding: 1.5rem 1.25rem 1.875rem;
	width: 9.375rem;
}

.consulting-flow__step-text {
	font-size: 1rem;
}

.consulting-flow__step-number {
	font-size: 2.5rem;
}

.consulting-flow__content {
	margin-left: 0;
	margin-top: 1rem;
	padding-top: 0;
	width: 100%;
}

.consulting-flow__title {
	font-size: 1.25rem;
	text-align: center;
}

.consulting-flow__description {
	font-size: 1rem;
	margin-top: 1rem;
}

.consulting-flow__notes {
	margin-top: 2rem;
	padding: 1.25rem;
	width: 100%;
}

.consulting-case {
	padding: 3rem 0 5.625rem;
}

.consulting-case__list {
	flex-direction: column;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 2rem;
}

.consulting-case__item {
	width: 100%;
}

.consulting-case__item + .consulting-case__item {
	margin-left: 0;
	margin-top: 1rem;
}

.consulting-case__item:nth-child(n+3) {
	margin-top: 1rem;
}

.consulting-case__wrap {
	padding: 3.125rem 1.25rem 1.25rem;
}

.consulting-case__label {
	font-size: 1rem;
	left: 0.75rem;
	margin-top: -3.75rem;
	padding: 0.5rem 1.25rem;
	width: 7.875rem;
}

.consulting-case__title {
	font-size: 1.25rem;
	margin-top: 1.25rem;
	width: 100%;
}

.consulting-case__points {
	width: 100%;
}

.consulting-case__point {
	font-size: 0.875rem;
}

.consulting-case__point::before {
	font-size: 0.875rem;
}

.consulting-case__image {
	width: 11.25rem;
}

.consulting-case__image--new {
	bottom: -6.25rem;
	right: -3rem;
}

.consulting-case__image--renewal {
	bottom: -9.0625rem;
	right: -1.4375rem;
	width: 12.5rem;
}

.consulting-case__image--operation {
	bottom: -10.875rem;
	right: -1.4375rem;
	width: 12.5rem;
}

.consulting-case__image--other {
	width: 11.25rem;
}

.consulting-hero {
	padding: 3rem 0;
}

.consulting-hero__inner {
	align-items: flex-start;
	flex-direction: column;
}

.consulting-hero__content {
	width: 100%;
}

.consulting-hero__title {
	font-size: 1.875rem;
}

.consulting-hero__lead {
	font-size: 1.25rem;
	margin-top: 1.5rem;
}

.consulting-hero__image {
	margin-left: 0;
	margin-top: 1.5rem;
	width: 100%;
}

.consulting-intro {
	padding: 3rem 0;
}

.consulting-intro__text {
	font-size: 0.9375rem;
	line-height: 1.8;
}

.consulting-flow__note {
	font-size: 0.875rem;
	line-height: 1.5;
	padding-left: 2.5rem;
}

.consulting-flow__note::before {
	height: 1.75rem;
	width: 1.75rem;
}

.footer__top-inner {
	display: block;
	padding: 1.5rem 1.25rem 1.5rem 1.25rem;
}

.footer__top-visual {
	margin-left: auto;
	margin-top: 1.25rem;
}

.header__top-inner {
	padding: 0.875rem;
}

.header__top-logo a {
	font-size: 1.5rem;
}

.header__top-link {
	display: none;
}

.header__top-button {
	display: none;
}

.header__hamburger {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.header__drawer {
	display: block;
}

.not-found-cta {
	padding-bottom: 3.125rem;
}

.not-found-cta__actions {
	flex-direction: column;
}

.not-found-cta__button + .not-found-cta__button {
	margin-left: 0;
	margin-top: 1rem;
}

.not-found-cta__button--primary {
	font-size: 1rem;
	max-width: 18rem;
	padding: 1rem 2rem;
	width: 100%;
}

.service-hero {
	height: 17.5rem;
	padding: 0;
}

.service-hero::before {
	height: 11.875rem;
	right: -3.125rem;
	width: 20.75rem;
}

.service-hero__inner {
	top: 30%;
}

.service-hero__title {
	font-size: 1.5rem;
}

.service-hero__lead {
	font-size: 1.125rem;
}

.service-hero__text {
	font-size: 1.125rem;
	line-height: 1.6;
	padding: 1.875rem 0;
}

.service-offer__list {
	gap: 3.75rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.875rem;
}

.service-offer__item-wrap {
	padding: 0.9375rem;
}

.service-offer__description {
	margin-top: 1rem;
	padding-bottom: 1rem;
}

.service-value__inner {
	margin: 0 auto;
	max-width: 37.5rem;
	padding: 0 0.625rem;
}

.service-value__list {
	grid-template-columns: repeat(1, 1fr);
	padding: 0;
}

.service-value__item {
	flex-direction: column;
	gap: 1.25rem;
	padding: 1.25rem;
}

.service-value__title {
	font-size: 1.25rem;
	text-align: center;
}

.service-value__description {
	margin-top: 1rem;
}

.service-plan__list {
	flex-direction: column;
	gap: 3.75rem;
	margin-top: 3.75rem;
}

.service-plan__item-body {
	border: 0.1875rem solid transparent;
	padding: 1.25rem;
}

.service-process__list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	min-height: auto;
}

.service-process__item {
	border-radius: 1.25rem;
	margin: 0 auto;
	max-width: 28.75rem;
	padding: 1.25rem;
	position: static;
}

.service-process__abs-pos--01 {
	background-color: #fff184;
}

.service-process__abs-pos--02 {
	background-color: #ffe23d;
}

.service-process__abs-pos--03 {
	background-color: #ffd1a3;
}

.service-process__abs-pos--04 {
	background-color: #ff9f4a;
}

.service-process__abs-pos--05 {
	background-color: #ff7a2e;
}

.service-process__item::before {
	display: none;
}

.service-process__body {
	margin-top: 0;
	max-width: 100%;
}

.service-process__notes {
	padding: 1.25rem 1rem;
}

.service-process__note {
	font-size: 1rem;
	padding-left: 1.875rem;
}

.service-process__note + .service-process__note {
	margin-top: 0.625rem;
}

.service-process__note::before {
	height: 1.5rem;
	top: 0;
	width: 1.5rem;
}

.service-relief__list {
	flex-direction: column;
	gap: 1.25rem;
}

.service-relief__item {
	padding: 1.25rem;
	width: 100%;
}

.service-relief__item + .service-relief__item {
	margin-left: 0;
}

.service-relief__label {
	display: block;
	font-size: 1rem;
	margin: 0 auto;
	padding: 0.625rem 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.service-relief__label-em {
	font-size: 1.25rem;
}

.service-relief__body {
	flex-direction: column;
}

.service-relief__image {
	margin: 0 auto;
	max-width: 40%;
}

.service-relief__description {
	margin-left: 0;
	margin-top: 1.25rem;
	width: 100%;
}

.lp-hero__image {
	max-width: 24.0625rem;
}

.lp-hero__inner {
	top: 6.875rem;
}

.lp-hero__lead {
	font-size: 1.125rem;
	margin-top: 1.5rem;
}

.lp-hero__title {
	padding: 0.625rem 0.375rem;
}

.lp-hero__title-main {
	font-size: 1.875rem;
}

.lp-hero__cta {
	margin-top: 2.25rem;
}

.lp-hero__caption {
	font-size: 0.875rem;
	letter-spacing: 0;
}

.lp-hero__button {
	font-size: 0.875rem;
	line-height: 2;
	padding: 0.625rem 0;
	width: 13.125rem;
}

.lp-worry {
	margin-top: -3.125rem;
}

.lp-worry::before {
	height: 100%;
	width: 100%;
}

.lp-worry__inner {
	margin: 0 auto;
	max-width: 37.5rem;
	padding: 2.5rem 0.625rem 0;
}

.lp-worry__list {
	grid-template-columns: minmax(0, 1fr);
}

.lp-worry__item {
	padding: 1.25rem;
}

.lp-worry__item p {
	height: auto;
}

.lp-reason__list {
	gap: 2.5rem;
	grid-template-columns: 1fr;
}

.lp-reason__item-icon {
	height: 6.25rem;
	width: 6.25rem;
}

.lp-reason__item-body {
	margin-top: 1.25rem;
}

.lp-reason__item-title {
	font-size: 1.25rem;
}

.lp-one-team {
	padding: 6.875rem 0 3.75rem;
}

.lp-one-team__wrap {
	margin-top: 6.25rem;
	width: 100%;
}

.lp-one-team__member {
	padding: 1.5rem 1rem;
}

.lp-one-team__member:nth-child(1) {
	padding: 1.875rem 0.625rem 0;
}

.lp-one-team__member:nth-child(2) {
	padding: 6rem 0.625rem 0;
}

.lp-one-team__member:nth-child(3) {
	padding: 3.75rem 0.625rem 1.9375rem;
}

.lp-one-team__member-wrap {
	flex-direction: column;
}

.lp-one-team__member--production {
	gap: 0.625rem;
	padding: 1.5rem 1rem 2.25rem;
}

.lp-one-team__member-wrap::before {
	width: 100%;
}

.lp-one-team__member--production::before {
	height: 22.5rem;
}

.lp-one-team__person-image {
	height: 6.25rem;
	width: 6.25rem;
}

.lp-one-team__person-body {
	margin-left: 0;
	margin-top: 0.625rem;
}

.lp-one-team__role {
	font-size: 0.875rem;
}

.lp-one-team__name {
	font-size: 1.25rem;
	margin-top: 0.3125rem;
}

.lp-one-team__production-role {
	font-size: 1rem;
}

.lp-one-team__production-list {
	gap: 0.625rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 0.875rem;
}

.lp-one-team__production-item {
	height: 4.5rem;
	width: 4.5rem;
}

.lp-one-team__production-name {
	font-size: 1.25rem;
	margin-top: 0;
}

.lp-one-team__figure--left {
	left: 0.5rem;
	top: 13.125rem;
	width: 5rem;
}

.lp-one-team__figure--right {
	bottom: -3.75rem;
	right: 0;
	width: 10.625rem;
}

.lp-support {
	padding: 3rem 0 4rem;
}

.lp-support__inner {
	max-width: 37.5rem;
	padding: 0 0.625rem;
}

.lp-support__cards {
	flex-direction: column;
	margin-top: 3.75rem;
}

.lp-support__card {
	background: linear-gradient(135deg, #fd0 0%, #b4e584 100%);
	border-radius: 1.25rem;
	max-width: 100%;
	padding: 8.625rem 1.25rem 2rem;
}

.lp-support__card::before {
	top: 6.125rem;
}

.lp-support__card--tea::before {
	display: none;
}

.lp-support__card--mamekko {
	margin-left: 0;
	margin-top: 3rem;
}

.lp-support__card--mamekko::before {
	display: none;
}

.lp-support__card-image {
	height: 10rem;
	top: -2.5rem;
	width: 10rem;
}

.lp-support__card-profile {
	margin-top: 0;
}

.lp-support__card-title {
	font-size: 1.25rem;
}

.lp-support__card-text {
	line-height: 1.7;
}

.lp-support__strength-wrap {
	background: linear-gradient(135deg, #fd0 0%, #b4e584 100%);
	border-radius: 1.25rem;
	margin-top: 3.25rem;
	padding: 2.375rem 1rem 1.875rem;
}

.lp-support__strength-wrap::before {
	display: none;
}

.lp-support__strength-head {
	margin-top: 0;
}

.lp-support__strengths {
	gap: 1rem;
	grid-template-columns: minmax(0, 1fr);
	margin-top: 1.625rem;
}

.lp-support__strength-item-title {
	font-size: 1.125rem;
}

.lp-compare {
	padding: 6.875rem 0 3.75rem;
}

.lp-compare__columns {
	flex-direction: column-reverse;
	gap: 1rem;
	margin-top: 2rem;
}

.lp-compare__column {
	min-height: auto;
}

.lp-compare__column--compass::before {
	padding: 0.1875rem;
}

.lp-compare__column-title {
	font-size: 1.375rem;
	height: 3.75rem;
	padding: 1.25rem 0.625rem;
}

.lp-compare__badge {
	left: -0.375rem;
	top: -0.625rem;
	width: 4.5rem;
}

.lp-compare__steps {
	padding: 1.5rem 1.25rem 0.875rem;
}

.lp-compare__column--compass .lp-compare__steps {
	max-width: 19.6875rem;
}

.lp-compare__step {
	font-size: 1.375rem;
}

.lp-compare__column--normal .lp-compare__step {
	font-size: 1rem;
}

.lp-compare__column--compass .lp-compare__step {
	font-size: 1.375rem;
	padding: 0.875rem 0.625rem;
}

.lp-compare__notes {
	padding: 0 1.25rem 1.875rem;
}

.lp-compare__note {
	font-size: 0.875rem;
	line-height: 1.5;
	margin-left: 0;
	padding-left: 1.875rem;
}

.lp-compare__notes--normal .lp-compare__note {
	font-size: 0.875rem;
}

.lp-compare__notes--compass .lp-compare__note:not(:first-child) {
	margin-top: 0.625rem;
}

.lp-compare__notes--normal .lp-compare__note::before {
	font-size: 0.875rem;
}

.lp-compare__notes--compass .lp-compare__note::before {
	height: 1.5rem;
	top: 0;
	width: 1.5rem;
}

.lp-benefit {
	padding: 3rem 0;
}

.lp-benefit__list {
	gap: 1rem;
	grid-template-columns: minmax(0, 1fr);
	margin-top: 2rem;
}

.lp-benefit__item {
	box-shadow: inset 0 0 0 0.1875rem #ffdd00;
	min-height: auto;
	padding: 1.5rem 1rem 1.25rem 5.625rem;
}

.lp-benefit__item::before {
	display: none;
}

.lp-benefit__item-title {
	font-size: 1.25rem;
}

.lp-benefit__item-text {
	font-size: 1rem;
	line-height: 1.7;
	margin-top: 0.625rem;
}

.lp-benefit__item-label {
	font-size: 1.5rem;
	padding-right: 0;
	padding-top: 3.125rem;
	width: 4.375rem;
}

.lp-benefit__item-label::before,
.lp-benefit__item-label::after {
	border: 0.1875rem solid #ffdd00;
	height: 3.75rem;
	right: -1.875rem;
	width: 3.75rem;
}

.lp-benefit__item-label::before {
	top: -1.875rem;
}

.lp-benefit__item-label::after {
	bottom: -1.875rem;
}

.lp-benefit__notes {
	margin-top: 1.5rem;
	padding: 1.25rem 1rem;
	width: 100%;
}

.lp-benefit__notes-inner {
	gap: 0.625rem;
}

.lp-benefit__note {
	font-size: 1rem;
	padding-left: 1.875rem;
}

.lp-benefit__note::before {
	height: 1.5rem;
	top: 0.125rem;
	width: 1.5rem;
}

.lp-qa {
	padding: 6.875rem 0 4rem;
}

.lp-qa__list {
	margin-top: 2rem;
}

.lp-qa__question {
	padding: 0.75rem 0.875rem;
}

.lp-qa__question-text {
	font-size: 0.875rem;
	line-height: 1.5;
	width: calc(100% - 2.875rem);
}

.lp-qa__toggle {
	margin-left: 0.5rem;
}

.lp-qa__answer {
	padding: 0.75rem 0.875rem;
}

.lp-qa__answer-text {
	line-height: 1.6;
	width: calc(100% - 2.875rem);
}

.lp-qa__icon {
	font-size: 0.75rem;
	height: 1.75rem;
	margin-right: 0.625rem;
	width: 1.75rem;
}

.lp-contact__field + .lp-contact__field {
	margin-top: 1.25rem;
}

.lp-contact__label {
	font-size: 1rem;
}

.inner {
	padding-left: 10px;
	padding-right: 10px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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