@charset "UTF-8";
/**
 * Template: snow-monkey
 * Theme Name: ソテラ外構
 */

.answer-icon{
	    margin-left: 5px !important;
}
/* フォント */
:root {
	--font-family: "Noto Sans JP", sans-serif;
}
@media not all and (min-width: 640px) {
	:root {
		--_global--font-size-px: 14px;
	}
}

.maru-gohic {
	font-family: heisei-maru-gothic-std, sans-serif;
}

.mincho {
	font-family: shippori-mincho, sans-serif;
}

/* ボタン */
.smb-btn {
	border-radius: 9999px;
}
@media (hover: hover) and (pointer: fine) {
	.smb-btn:active, .smb-btn:focus, .smb-btn:hover {
		-webkit-filter: brightness(110%);
		        filter: brightness(110%);
	}
}

/* 改行 */
@media not all and (min-width: 640px) {
	br.sp-hidden {
		display: none;
	}
}
@media (min-width: 640px) {
	br.sp {
		display: none;
	}
}
@media (min-width: 1024px) {
	br.tb {
		display: none;
	}
}
@media (max-width: 1024px) {
	br.pc {
		display: none;
	}
}
/* 非表示 */
@media not all and (min-width: 640px) {
	p.sp-hidden {
		display: none;
	}
}

/* セクション */
.smb-section {
	--smb-section--padding: 80px;
}
@media not all and (min-width: 1024px) {
	.smb-section {
		--smb-section--padding: 60px;
	}
}
@media not all and (min-width: 640px) {
	.smb-section {
		--smb-section--padding: 40px;
	}
}

/* ヘッダー */
.l-header {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
/* @media (min-width: 1024px) {
	.l-header .c-row__col--auto {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
} */
.l-header .c-row__col--fit:has(.p-global-nav) {
	-webkit-box-flex: 1;
	    -ms-flex: auto;
	        flex: auto;
}
.l-header .l-1row-header__branding,
.l-header .l-1row-header__content {
	padding-top: 14px;
	padding-bottom: 14px;
}
/* .l-header .l-1row-header__branding {
	display: none;
} */
.l-header .header-cta-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* Gナビ */
.p-global-nav .c-navbar__item > a {
	font-weight: 500;
}

/* ドロワーナビ */
.c-drawer {
	background-color: var(--sub-accent-color);
}
.c-drawer .menu-item {
	font-size: 16px;
	font-weight: 500;
}

/* FV */
section.fv {
	--smb-section--padding: 5px 0 35px;
}
section.fv .smb-section-with-bgimage__bgimage::before {
	content: "";
	background-image: url(/wp-content/uploads/fv-img.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 519/405;
	width: 38vw;
	max-width: 750px;
	-webkit-filter: drop-shadow(8px -8px 3px rgba(0, 0, 0, 0.15));
	        filter: drop-shadow(8px -8px 3px rgba(0, 0, 0, 0.15));
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
@media not all and (min-width: 1024px) {
	section.fv .smb-section-with-bgimage__bgimage::before {
		width: 50vw;
	}
}
@media not all and (min-width: 640px) {
	section.fv .smb-section-with-bgimage__bgimage::before {
		width: 60vw;
	}
}
section.fv .smb-section__inner {
	z-index: 1;
}
section.fv .smb-section__inner > .c-container {
	max-width: 1400px;
}
section.fv .fv-area-group {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
	margin-left: 0 !important;
}
@media not all and (min-width: 640px) {
	section.fv .fv-area-group {
		gap: 10px;
	}
}
section.fv .fv-area-group > :not(:first-child) {
	margin-top: 0;
}
@media not all and (min-width: 640px) {
	section.fv .fv-area-image {
		width: 60px;
	}
}
section.fv .fv-area-text {
	font-size: 22px;
	letter-spacing: -0.005em;
}
@media not all and (min-width: 640px) {
	section.fv .fv-area-text {
		font-size: 14px;
	}
}
section.fv .fv-area {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -0.005em;
	line-height: 1;
	border: 1px solid #333;
	padding: 8px 15px;
}
@media not all and (min-width: 640px) {
	section.fv .fv-area {
		font-size: 16px;
	}
}
section.fv .fv-catch-black {
	font-size: 54px;
	font-weight: 400;
	letter-spacing: 0.035em;
	line-height: 1;
	margin-top: 0.5em;
}
@media not all and (min-width: 1024px) {
	section.fv .fv-catch-black {
		font-size: 48px;
	}
}
@media not all and (min-width: 640px) {
	section.fv .fv-catch-black {
		font-size: 28px;
	}
}
section.fv .fv-catch-main {
	margin-top: 0.5em;
}
section.fv .fv-catch-main > :not(:first-child) {
	margin-top: 1em;
}
section.fv .fv-catch-color {
	background-color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	-webkit-box-shadow: -6px 5px 24px 2px rgba(178, 155, 132, 0.35);
	        box-shadow: -6px 5px 24px 2px rgba(178, 155, 132, 0.35);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 16px 8px 16px 84px;
	margin-left: -84px !important;
}
@media not all and (min-width: 1024px) {
	section.fv .fv-catch-color {
		font-size: 14px;
	}
}
@media not all and (min-width: 640px) {
	section.fv .fv-catch-color {
		font-size: 8px;
		padding: 16px 8px 16px 20px;
		margin-left: -1.5rem !important;
	}
}
section.fv .fv-catch-color .has-sm-m-font-size {
	color: var(--sub-accent-color);
	font-size: 3.5em !important;
	line-height: 1;
}
section.fv .fv-catch-color .has-sm-l-font-size {
	color: var(--accent-color);
	font-size: 4em !important;
	line-height: 1;
}
section.fv .fv-catch-color .has-sm-xl-font-size {
	color: var(--accent-color);
	font-size: 4.875em !important;
	line-height: 1;
}
section.fv .fv-catch-sub {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
	margin-top: 2em;
	margin-left: 0 !important;
}
@media not all and (min-width: 640px) {
	section.fv .fv-catch-sub {
		gap: 5px;
	}
}
section.fv .fv-catch-sub > :not(:first-child) {
	margin-top: 0;
}
section.fv .fv-catch-border {
	color: #4b4644;
	background-color: #fff;
	border: 2px solid var(--accent-color);
	border-radius: 9999px;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -0.005em;
	line-height: 1;
	padding: 15px 30px;
}
@media not all and (min-width: 640px) {
	section.fv .fv-catch-border {
		font-size: 16px;
		padding: 10px 20px;
	}
}
section.fv .fv-catch-x {
	font-size: 50px;
	line-height: 1;
}
@media not all and (min-width: 640px) {
	section.fv .fv-catch-x {
		font-size: 30px;
	}
}
section.fv .fv-name {
	color: #4b4644;
	font-size: 30px;
	letter-spacing: -0.005em;
	text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 12px #fff, 0 0 16px #fff, 0 0 22px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 54px #fff, 0 0 72px #fff, 0 0 96px #fff, 0 0 128px #fff;
	margin-top: 0.25em;
}
@media not all and (min-width: 640px) {
	section.fv .fv-name {
		font-size: 20px;
	}
}
section.fv .fv-name .has-sm-l-font-size {
	font-size: 1.2em !important;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
section.fv .fv-badge {
	margin-top: -75px;
	margin-left: 400px !important;
}
@media not all and (min-width: 1024px) {
	section.fv .fv-badge {
		margin-top: 20px;
		margin-left: 0 !important;
	}
}
@media not all and (min-width: 640px) {
	section.fv .fv-badge {
		width: 220px;
	}
}

/* お悩み */
section.worry {
	--smb-section--padding: 75px 0 115px;
}
@media not all and (min-width: 640px) {
	section.worry {
		--smb-section--padding: 50px 0 130px;
	}
}
section.worry::before {
	content: "";
	background-color: #fff7e3;
	clip-path: polygon(0 100%, 0 0, 100% 100%);
	aspect-ratio: 6/1;
	width: 50%;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 2;
}
@media not all and (min-width: 640px) {
	section.worry::before {
		aspect-ratio: 5/1;
	}
}
section.worry::after {
	content: "";
	background-color: #fff7e3;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	aspect-ratio: 6/1;
	width: 50%;
	position: absolute;
	right: 0;
	bottom: -1px;
	z-index: 2;
}
@media not all and (min-width: 640px) {
	section.worry::after {
		aspect-ratio: 5/1;
	}
}
section.worry .smb-section-with-bgimage__bgimage::before {
	content: "";
	background-image: url(/wp-content/uploads/worry-bg-img-01.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 389/581;
	width: 29vw;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
@media not all and (min-width: 640px) {
	section.worry .smb-section-with-bgimage__bgimage::before {
		width: 40vw;
	}
}
section.worry .smb-section-with-bgimage__bgimage::after {
	content: "";
	background-image: url(/wp-content/uploads/worry-bg-img-02.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 484/474;
	width: 35vw;
	position: absolute;
	top: 45%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 1;
}
@media not all and (min-width: 640px) {
	section.worry .smb-section-with-bgimage__bgimage::after {
		width: 35vw;
		top: 10%;
		-webkit-transform: unset;
		        transform: unset;
	}
}
section.worry .smb-section__inner {
	z-index: 1;
}
section.worry .worry-title-sub {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
@media not all and (min-width: 640px) {
	section.worry .worry-title-sub {
		font-size: 20px;
	}
}
section.worry .worry-title-sub .has-sm-l-font-size {
	font-size: 1em !important;
	line-height: 1 !important;
	background-image: radial-gradient(circle, #8d7400 0.12em, rgba(0, 0, 0, 0) 0.12em);
	background-position: left top;
	background-size: 1.075em 0.5em;
	background-repeat: repeat-x;
	padding-top: 0.4em;
}
section.worry .worry-title-sub::before {
	content: "";
	background-image: url(/wp-content/uploads/dashed-line-deco-l.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 27/38;
	width: 27px;
	position: absolute;
	top: 50%;
	left: -49px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media not all and (min-width: 640px) {
	section.worry .worry-title-sub::before {
		width: 19px;
		left: -30px;
	}
}
section.worry .worry-title-sub::after {
	content: "";
	background-image: url(/wp-content/uploads/dashed-line-deco-r.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 27/38;
	width: 27px;
	position: absolute;
	top: 50%;
	right: -45px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media not all and (min-width: 640px) {
	section.worry .worry-title-sub::after {
		width: 19px;
		right: -30px;
	}
}
section.worry .worry-title-main {
	font-size: 50px;
	letter-spacing: -0.005em;
	margin-top: 1rem;
}
@media not all and (min-width: 1024px) {
	section.worry .worry-title-main {
		font-size: 40px;
	}
}
@media not all and (min-width: 640px) {
	section.worry .worry-title-main {
		font-size: 24px;
	}
}
section.worry .worry-title-main .sme-text-color {
	font-size: 1.28em;
	line-height: 1;
	position: relative;
}
section.worry .worry-title-main .sme-text-color::after {
	content: "";
	background-image: url(/wp-content/uploads/worry-title-line.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 230/26;
	width: 230px;
	position: absolute;
	left: 50%;
	bottom: -25%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media not all and (min-width: 1024px) {
	section.worry .worry-title-main .sme-text-color::after {
		width: 184px;
	}
}
@media not all and (min-width: 640px) {
	section.worry .worry-title-main .sme-text-color::after {
		width: 110px;
	}
}
section.worry .worry-title-main .has-sm-l-font-size {
	font-size: 1.28em !important;
	line-height: 1 !important;
}
section.worry .worry-items {
	max-width: 960px;
	margin-top: 90px;
}
@media not all and (min-width: 1024px) {
	section.worry .worry-items {
		padding-left: 70px;
	}
}
@media not all and (min-width: 640px) {
	section.worry .worry-items {
		margin-top: 60px;
	}
}
@media not all and (min-width: 1024px) {
	section.worry .worry-items .c-row--margin {
		--_gap: 40px;
	}
}
@media (min-width: 1024px) {
	section.worry .worry-item._01 .smb-items__item__body {
		padding-left: 80px;
		margin-right: -15px;
	}
	section.worry .worry-item._02 .smb-items__item__body {
		padding-top: 15px;
		padding-left: 75px;
		padding-right: 30px;
	}
	section.worry .worry-item._03 .smb-items__item__body {
		padding-top: 40px;
		padding-left: 100px;
		margin-right: -45px;
	}
	section.worry .worry-item._04 .smb-items__item__body {
		padding-top: 40px;
		padding-left: 90px;
		margin-right: -30px;
	}
}
section.worry .worry-item-body {
	border-radius: 10px;
	-webkit-filter: drop-shadow(17px 17px 13px rgba(189, 187, 187, 0.38));
	        filter: drop-shadow(17px 17px 13px rgba(189, 187, 187, 0.38));
	padding: 30px;
}
@media not all and (min-width: 1024px) {
	section.worry .worry-item-body {
		padding: 25px 15px 25px;
	}
}
section.worry .worry-item-body._01::before {
	content: "";
	background-image: url(/wp-content/uploads/worry-deco-01.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 155/63;
	width: 155px;
	position: absolute;
	top: -27%;
	left: -14%;
}
@media not all and (min-width: 1024px) {
	section.worry .worry-item-body._01::before {
		width: 124px;
	}
}
section.worry .worry-item-body._02 {
	padding-bottom: 45px;
}
@media not all and (min-width: 1024px) {
	section.worry .worry-item-body._02 {
		padding-bottom: 25px;
	}
}
section.worry .worry-item-body._02::before {
	content: "";
	background-image: url(/wp-content/uploads/worry-deco-02.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 203/65;
	width: 203px;
	position: absolute;
	top: -35%;
	left: -19%;
}
@media not all and (min-width: 1024px) {
	section.worry .worry-item-body._02::before {
		width: 162px;
	}
}
section.worry .worry-item-body._03 {
	padding-bottom: 50px;
}
@media not all and (min-width: 1024px) {
	section.worry .worry-item-body._03 {
		padding-bottom: 25px;
	}
}
section.worry .worry-item-body._03::before {
	content: "";
	background-image: url(/wp-content/uploads/worry-deco-03.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 187/63;
	width: 187px;
	position: absolute;
	top: -24%;
	left: -18%;
}
@media not all and (min-width: 1024px) {
	section.worry .worry-item-body._03::before {
		width: 150px;
	}
}
section.worry .worry-item-body._04 {
	padding-top: 40px;
	padding-bottom: 50px;
}
@media not all and (min-width: 1024px) {
	section.worry .worry-item-body._04 {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
section.worry .worry-item-body._04::before {
	content: "";
	background-image: url(/wp-content/uploads/worry-deco-04.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 264/63;
	width: 264px;
	position: absolute;
	top: -28%;
	left: -13%;
}
@media not all and (min-width: 1024px) {
	section.worry .worry-item-body._04::before {
		width: 211px;
	}
}
section.worry .worry-item-body::after {
	content: "";
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	bottom: -29px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
section.worry .worry-item-text {
	font-size: 25px;
	font-weight: 500;
	letter-spacing: -0.005em;
	line-height: 1.3;
}
@media not all and (min-width: 1024px) {
	section.worry .worry-item-text {
		font-size: 18px;
	}
}
@media not all and (min-width: 640px) {
	section.worry .worry-item-text {
		font-size: 16px;
	}
}

/* 全て解決 */
section.solution {
	--smb-section--padding: 60px 0 120px;
}
@media not all and (min-width: 640px) {
	section.solution {
		--smb-section--padding: 40px;
	}
}
@media not all and (min-width: 640px) {
	section.solution .c-container {
		max-width: 400px;
	}
}
@media not all and (min-width: 1024px) {
	section.solution .solution-title-items {
		max-width: 600px;
	}
}
section.solution .solution-title-items .c-row--margin {
	--_gap: 0;
}
@media (min-width: 1024px) {
	section.solution .solution-title-item._left .smb-items__item {
		margin-left: -15px;
		margin-right: -20px;
	}
}
section.solution .solution-title {
	-webkit-transform: translateY(-7%);
	        transform: translateY(-7%);
}
@media not all and (min-width: 1024px) {
	section.solution .solution-title {
		width: 450px;
		margin-left: 0 !important;
		-webkit-transform: unset;
		        transform: unset;
	}
}
@media not all and (min-width: 640px) {
	section.solution .solution-title {
		width: 250px;
	}
}
section.solution .solution-title-image-group > :not(:first-child) {
	margin-top: 0;
}
section.solution .solution-title-image {
	position: absolute;
}
@media not all and (min-width: 640px) {
	section.solution .solution-title-image {
		width: 300px;
	}
}
section.solution .solution-title-comment {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: -0.005em;
	line-height: 1.4;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	text-orientation: mixed;
	background-color: #fff;
	border-radius: 100%;
	-webkit-box-shadow: 6px 6px 13px rgba(208, 203, 179, 0.38);
	        box-shadow: 6px 6px 13px rgba(208, 203, 179, 0.38);
	padding: 45px 50px 35px;
	margin-right: 0 !important;
	-webkit-transform: translate(13%, -28%);
	        transform: translate(13%, -28%);
	z-index: 2;
}
@media not all and (min-width: 1024px) {
	section.solution .solution-title-comment {
		font-size: 24px;
	}
}
@media not all and (min-width: 640px) {
	section.solution .solution-title-comment {
		font-size: 16px;
		padding: 24px;
	}
}
section.solution .solution-title-comment .row-02 {
	padding-top: 0.35em;
}
section.solution .solution-title-comment .row-03 {
	padding-top: 0.7em;
}
section.solution .solution-items {
	max-width: 1100px;
}
@media (min-width: 1024px) {
	section.solution .solution-items {
		margin-top: -85px;
	}
}
@media not all and (min-width: 1024px) {
	section.solution .solution-items {
		margin-top: -40px;
	}
}
section.solution .solution-items .c-row--margin {
	--_gap: 16px;
}
section.solution .solution-item .smb-items__item {
	border: 3px solid #e2d8c8;
	border-radius: 40px;
	height: 100%;
}
@media not all and (min-width: 1024px) {
	section.solution .solution-item .smb-items__item {
		border-radius: 20px;
	}
}
section.solution .solution-item .smb-items__item__body {
	padding: 40px;
}
@media not all and (min-width: 1024px) {
	section.solution .solution-item .smb-items__item__body {
		padding: 25px;
	}
}
@media not all and (min-width: 640px) {
	section.solution .solution-item .smb-items__item__body {
		padding: 20px 15px;
	}
}
section.solution .solution-heading {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: -0.005em;
	line-height: 1.4;
	margin-top: 20px;
}
@media not all and (min-width: 1024px) {
	section.solution .solution-heading {
		font-size: 24px;
		margin-top: 15px;
	}
}
section.solution .solution-heading._04 {
	max-width: 410px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 0 20px;
}
section.solution .solution-heading._04 .row-02 {
	margin-left: auto;
}
section.solution .solution-heading .has-sm-l-font-size {
	font-size: 1.4em !important;
	line-height: 1 !important;
}
section.solution .solution-text {
	font-size: 20px;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	letter-spacing: 0.04em;
	margin-top: 20px;
}
@media not all and (min-width: 1024px) {
	section.solution .solution-text {
		font-size: 16px;
		margin-top: 15px;
	}
}
section.solution .solution-text .sme-highlighter {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f9f40a)) !important;
	background-image: linear-gradient(transparent 60%, #f9f40a 60%) !important;
}
section.solution .solution-03-heading-group {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 20px;
}
@media not all and (min-width: 1024px) {
	section.solution .solution-03-heading-group {
		padding-left: 40px;
	}
}
@media not all and (min-width: 640px) {
	section.solution .solution-03-heading-group {
		padding-left: unset;
		margin-top: 15px;
	}
}
section.solution .solution-03-deco {
	position: absolute;
	top: 15%;
	left: -130px;
	margin-top: 0;
}
@media not all and (min-width: 1024px) {
	section.solution .solution-03-deco {
		width: 60px;
		left: -30px;
	}
}
@media not all and (min-width: 640px) {
	section.solution .solution-03-deco {
		left: -80px;
	}
}

/* CTA */
section.cta {
	--smb-section--padding: 70px;
}
@media not all and (min-width: 640px) {
	section.cta {
		--smb-section--padding: 40px;
	}
}
section.cta .cta-title-sub {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}
@media not all and (min-width: 640px) {
	section.cta .cta-title-sub {
		font-size: 20px;
	}
}
section.cta .cta-title-sub::before {
	content: "";
	background-image: url(/wp-content/uploads/dashed-line-deco-l.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 27/38;
	width: 27px;
	position: absolute;
	top: 50%;
	left: -49px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media not all and (min-width: 640px) {
	section.cta .cta-title-sub::before {
		width: 19px;
		left: -30px;
	}
}
section.cta .cta-title-sub::after {
	content: "";
	background-image: url(/wp-content/uploads/dashed-line-deco-r.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 27/38;
	width: 27px;
	position: absolute;
	top: 50%;
	right: -45px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media not all and (min-width: 640px) {
	section.cta .cta-title-sub::after {
		width: 19px;
		right: -30px;
	}
}
@media (min-width: 1024px) {
	section.cta .cta-title-group._width-fit {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
}
section.cta .cta-title-group:has(._fz-60) {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 0.5rem;
}
section.cta .cta-title-group > :not(:first-child) {
	margin-top: 0;
}
section.cta .cta-title-main {
	font-size: 50px;
	letter-spacing: -0.005em;
	margin-top: 1rem;
	z-index: 1;
}
@media not all and (min-width: 1024px) {
	section.cta .cta-title-main {
		font-size: 32px;
	}
}
@media not all and (min-width: 640px) {
	section.cta .cta-title-main {
		font-size: 20px;
	}
}
section.cta .cta-title-main .sme-bg-color {
	color: #fff;
	font-size: 0.7em;
	font-weight: 500 !important;
	line-height: 1;
	aspect-ratio: 1/1;
	border-radius: 9999px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 5px;
	margin: 0 14px 0 8px;
	vertical-align: 6px;
}
@media not all and (min-width: 640px) {
	section.cta .cta-title-main .sme-bg-color {
		margin: 0 4px 0 4px;
	}
}
section.cta .cta-title-main .has-sm-l-font-size {
	font-size: 1.4em !important;
	line-height: 1 !important;
}
section.cta .cta-title-main._fz-60 {
	font-size: 60px;
	padding-left: 3em;
	margin-top: 0;
}
@media not all and (min-width: 1024px) {
	section.cta .cta-title-main._fz-60 {
		font-size: 40px;
		text-align: left !important;
		line-height: 1.3;
		padding-left: 4em;
		margin-top: 50px;
	}
}
@media not all and (min-width: 640px) {
	section.cta .cta-title-main._fz-60 {
		font-size: 24px;
	}
}
section.cta .cta-title-deco {
	color: #fff;
	font-size: 130px;
	font-weight: 800;
	line-height: 1;
	position: absolute;
	right: -12%;
	bottom: -15%;
	opacity: 0.5;
	z-index: 0;
}
@media not all and (min-width: 1024px) {
	section.cta .cta-title-deco {
		font-size: 75px;
		right: 0;
	}
}
@media not all and (min-width: 640px) {
	section.cta .cta-title-deco {
		font-size: 50px;
	}
}
section.cta .cta-title-deco .has-sm-l-font-size {
	font-size: 1.85em !important;
	line-height: 1 !important;
	vertical-align: -0.05em;
}
section.cta .cta-title-balloon {
	-webkit-filter: drop-shadow(2px -1px 20px rgba(232, 202, 92, 0.45));
	        filter: drop-shadow(2px -1px 20px rgba(232, 202, 92, 0.45));
	position: absolute;
	left: 0;
	bottom: 0;
}
@media not all and (min-width: 1024px) {
	section.cta .cta-title-balloon {
		width: 100px;
		top: -40px;
		left: 2.5em;
		bottom: unset;
	}
}
@media not all and (min-width: 640px) {
	section.cta .cta-title-balloon {
		width: 70px;
		left: 1.5em;
	}
}
section.cta .cta-box {
	background-position: right;
	padding: 35px 90px 35px 280px;
	margin-top: 0.5rem;
	position: relative;
}
@media not all and (min-width: 1024px) {
	section.cta .cta-box {
		padding: 35px 50px;
	}
}
@media not all and (min-width: 640px) {
	section.cta .cta-box {
		padding: 20px;
	}
}
section.cta .cta-box._mt-30 {
	margin-top: 30px;
}
section.cta .cta-heading {
	font-size: 35px;
	font-weight: 700;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
@media not all and (min-width: 1024px) {
	section.cta .cta-heading {
		font-size: 28px;
	}
}
@media not all and (min-width: 640px) {
	section.cta .cta-heading {
		font-size: 20px;
	}
}
section.cta .cta-heading .sme-text-color {
	font-size: 1.285em;
}
section.cta .cta-heading::after {
	content: "";
	background-color: #333;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
section.cta .cta-box-img {
	width: 35vw;
	position: absolute;
	left: -7%;
	bottom: 0;
}
@media not all and (min-width: 1024px) {
	section.cta .cta-box-img {
		width: 25vw;
	}
}
section.cta .cta-list {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	list-style: none;
	padding-left: 0;
	margin-top: 25px;
}
@media not all and (min-width: 640px) {
	section.cta .cta-list {
		margin-top: 20px;
	}
}
section.cta .cta-list li {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.7;
	text-indent: -1.6em;
	padding-left: 1.6em;
}
@media not all and (min-width: 640px) {
	section.cta .cta-list li {
		font-size: 15px;
	}
}
section.cta .cta-list li::before {
	content: "";
	background-image: url(/wp-content/uploads/cta-check-icon.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 27/34;
	width: 27px;
	display: inline-block;
	vertical-align: -0.2em;
	margin-right: 0.5em;
}
@media not all and (min-width: 640px) {
	section.cta .cta-list li::before {
		width: 16px;
	}
}
section.cta .cta-list li + li {
	margin-top: 0;
}
section.cta .cta-contact-btn {
	margin-top: 35px;
}
@media not all and (min-width: 1024px) {
	section.cta .cta-contact-btn {
		margin-left: 15vw !important;
	}
}
@media not all and (min-width: 640px) {
	section.cta .cta-contact-btn {
		margin-top: 20px;
		margin-left: 10vw !important;
	}
}
section.cta .cta-tel-group {
	margin-top: 25px;
}
@media not all and (min-width: 1024px) {
	section.cta .cta-tel-group {
		margin-left: 15vw !important;
	}
}
section.cta .cta-tel-heading {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
@media not all and (min-width: 1024px) {
	section.cta .cta-tel-heading {
		font-size: 24px;
	}
}
@media not all and (min-width: 640px) {
	section.cta .cta-tel-heading {
		font-size: 15px;
	}
}
section.cta .cta-tel-heading::before {
	content: "";
	background-image: url(/wp-content/uploads/line-deco-l.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 1/2;
	width: 15px;
	position: absolute;
	top: 50%;
	left: -27px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media not all and (min-width: 640px) {
	section.cta .cta-tel-heading::before {
		width: 10px;
		left: -20px;
	}
}
section.cta .cta-tel-heading::after {
	content: "";
	background-image: url(/wp-content/uploads/line-deco-r.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 1/2;
	width: 15px;
	position: absolute;
	top: 50%;
	right: -27px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media not all and (min-width: 640px) {
	section.cta .cta-tel-heading::after {
		width: 10px;
		right: -20px;
	}
}
section.cta .cta-tel-btn {
	margin-top: 1rem;
}
section.cta .cta-tel-text {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1;
	margin-top: 0.5rem;
}
@media not all and (min-width: 640px) {
	section.cta .cta-tel-text {
		font-size: 14px;
	}
}
section.cta .guarantee-box {
	outline: 1.5px solid #f7db75;
	outline-offset: -15px;
	padding: 100px 80px;
	margin-top: 70px;
}
@media not all and (min-width: 1024px) {
	section.cta .guarantee-box {
		padding: 40px 80px 80px 40px;
	}
}
@media not all and (min-width: 640px) {
	section.cta .guarantee-box {
		outline-offset: -10px;
		padding: 40px 20px 60px;
		margin-top: 40px;
	}
}
section.cta .guarantee-box-img {
	margin-top: 0;
	z-index: 1;
}
@media (min-width: 1024px) {
	section.cta .guarantee-box-img {
		position: absolute;
		top: 1rem;
		left: 1rem;
	}
}
@media not all and (min-width: 1024px) {
	section.cta .guarantee-box-img {
		width: 100px;
		float: left;
		top: 0;
		left: 0;
		margin-right: 1rem !important;
		margin-bottom: 1rem !important;
	}
}
@media not all and (min-width: 640px) {
	section.cta .guarantee-box-img {
		width: 70px;
		top: 15px;
	}
}
section.cta .guarantee-img {
	position: absolute;
	top: -3rem;
	right: -3rem;
	margin-top: 0;
	z-index: 1;
}
@media not all and (min-width: 1024px) {
	section.cta .guarantee-img {
		width: 130px;
		top: unset;
		right: -1rem;
		bottom: -1rem;
	}
}
@media not all and (min-width: 640px) {
	section.cta .guarantee-img {
		width: 90px;
	}
}
section.cta .guarantee-title-group {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 0;
}
section.cta .guarantee-title-group::before {
	content: "";
	background-image: url(/wp-content/uploads/leaf-deco-l.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 73/137;
	width: 73px;
	position: absolute;
	top: 50%;
	left: -103px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media not all and (min-width: 1024px) {
	section.cta .guarantee-title-group::before {
		width: 44px;
		left: -50px;
	}
}
@media not all and (min-width: 640px) {
	section.cta .guarantee-title-group::before {
		width: 38px;
		left: -40px;
	}
}
section.cta .guarantee-title-group::after {
	content: "";
	background-image: url(/wp-content/uploads/leaf-deco-r.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 76/136;
	width: 76px;
	position: absolute;
	top: 50%;
	right: -106px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media not all and (min-width: 1024px) {
	section.cta .guarantee-title-group::after {
		width: 45px;
		right: -50px;
	}
}
@media not all and (min-width: 640px) {
	section.cta .guarantee-title-group::after {
		width: 38px;
		right: -40px;
	}
}
section.cta .guarantee-title-group > :not(:first-child) {
	margin-top: 0;
}
section.cta .guarantee-title-sub {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1;
}
@media not all and (min-width: 1024px) {
	section.cta .guarantee-title-sub {
		font-size: 20px;
	}
}
@media not all and (min-width: 640px) {
	section.cta .guarantee-title-sub {
		font-size: 14px;
	}
}
section.cta .guarantee-title-main {
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 0.075em;
}
@media not all and (min-width: 1024px) {
	section.cta .guarantee-title-main {
		font-size: 36px;
	}
}
@media not all and (min-width: 640px) {
	section.cta .guarantee-title-main {
		font-size: 24px;
	}
}
section.cta .guarantee-text {
	font-size: 35px;
	font-weight: 500;
	line-height: 1.3715;
	margin-top: 25px;
}
@media not all and (min-width: 1024px) {
	section.cta .guarantee-text {
		font-size: 23px;
		text-align: left !important;
	}
}
@media not all and (min-width: 640px) {
	section.cta .guarantee-text {
		font-size: 16px;
	}
}

/* 工事保証制度 */
section.guarantee {
	--smb-section--padding: 80px 0 200px;
}
@media not all and (min-width: 640px) {
	section.guarantee {
		--smb-section--padding: 40px 0 80px;
	}
}
@media not all and (min-width: 1024px) {
	section.guarantee .c-container {
		max-width: 800px;
	}
}
section.guarantee .smb-section__divider--bottom svg {
	max-height: 120px;
}
@media not all and (min-width: 640px) {
	section.guarantee .smb-section__divider--bottom svg {
		max-height: 40px;
	}
}
section.guarantee .guarantee-box {
	padding: 70px 70px 60px;
}
@media not all and (min-width: 1100px) {
	section.guarantee .guarantee-box {
		padding: 60px;
	}
}
@media not all and (min-width: 1024px) {
	section.guarantee .guarantee-box {
		padding: 40px;
	}
}
@media not all and (min-width: 640px) {
	section.guarantee .guarantee-box {
		padding: 40px 20px 30px;
	}
}
section.guarantee .guarantee-box-img {
	margin-top: 0;
	z-index: 1;
}
@media (min-width: 1024px) {
	section.guarantee .guarantee-box-img {
		position: absolute;
		top: 1rem;
		left: 1rem;
	}
}
@media not all and (min-width: 1024px) {
	section.guarantee .guarantee-box-img {
		width: 100px;
		float: left;
		top: 0;
		left: 0;
		margin-right: 1rem !important;
		margin-bottom: 1rem !important;
	}
}
@media not all and (min-width: 640px) {
	section.guarantee .guarantee-box-img {
		width: 70px;
		top: 15px;
	}
}
section.guarantee .guarantee-title-group {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 0;
}
section.guarantee .guarantee-title-group::before {
	content: "";
	background-image: url(/wp-content/uploads/leaf-deco-l.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 73/137;
	width: 73px;
	position: absolute;
	top: 50%;
	left: -103px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media not all and (min-width: 1024px) {
	section.guarantee .guarantee-title-group::before {
		width: 44px;
		left: -50px;
	}
}
@media not all and (min-width: 640px) {
	section.guarantee .guarantee-title-group::before {
		width: 38px;
		left: -40px;
	}
}
section.guarantee .guarantee-title-group::after {
	content: "";
	background-image: url(/wp-content/uploads/leaf-deco-r.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 76/136;
	width: 76px;
	position: absolute;
	top: 50%;
	right: -106px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media not all and (min-width: 1024px) {
	section.guarantee .guarantee-title-group::after {
		width: 45px;
		right: -50px;
	}
}
@media not all and (min-width: 640px) {
	section.guarantee .guarantee-title-group::after {
		width: 38px;
		right: -40px;
	}
}
section.guarantee .guarantee-title-group > :not(:first-child) {
	margin-top: 0;
}
section.guarantee .guarantee-title-sub {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1;
}
@media not all and (min-width: 1024px) {
	section.guarantee .guarantee-title-sub {
		font-size: 20px;
	}
}
@media not all and (min-width: 640px) {
	section.guarantee .guarantee-title-sub {
		font-size: 14px;
	}
}
section.guarantee .guarantee-title-main {
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 0.075em;
}
@media not all and (min-width: 1024px) {
	section.guarantee .guarantee-title-main {
		font-size: 36px;
	}
}
@media not all and (min-width: 640px) {
	section.guarantee .guarantee-title-main {
		font-size: 24px;
	}
}
section.guarantee .guarantee-text {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 20px;
}
@media not all and (min-width: 1024px) {
	section.guarantee .guarantee-text {
		font-size: 20px;
		text-align: left !important;
	}
}
@media not all and (min-width: 640px) {
	section.guarantee .guarantee-text {
		font-size: 16px;
	}
}
section.guarantee .guarantee-items {
	clear: both;
	max-width: 886px;
	margin-top: 35px;
}
@media not all and (min-width: 1024px) {
	section.guarantee .guarantee-items {
		max-width: 500px;
	}
}
@media not all and (min-width: 640px) {
	section.guarantee .guarantee-items {
		max-width: 300px;
		margin-top: 20px;
	}
}
@media (min-width: 1024px) {
	section.guarantee .guarantee-items .c-row {
		--_item-width: 23%;
	}
}
section.guarantee .guarantee-items .c-row--margin {
	--_gap: 30px;
}
@media not all and (min-width: 1024px) {
	section.guarantee .guarantee-items .c-row--margin {
		--_gap: 20px;
	}
}
section.guarantee .guarantee-item:not(._plus) .smb-items__item__body {
	background-color: #fff;
	border: 2px solid #333;
	height: 100%;
	padding: 20px 10px;
}
@media (min-width: 1024px) {
	section.guarantee .guarantee-item:not(._04) .smb-items__item {
		padding: 15px 0 20px;
	}
}
section.guarantee .guarantee-item:not(._04) .guarantee-period {
	margin-top: 10px;
}
@media (min-width: 1024px) {
	section.guarantee .guarantee-item._plus {
		--_item-width: 4%;
	}
}
section.guarantee .guarantee-item._plus .smb-items__item__body {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media not all and (min-width: 1024px) {
	section.guarantee .guarantee-item._03, section.guarantee .guarantee-item._plus {
		margin-bottom: 0;
	}
}
@media (min-width: 1024px) {
	section.guarantee .guarantee-item._04 {
		--_item-width: 27%;
	}
}
section.guarantee .guarantee-item._04 .smb-items__item__body {
	padding: 40px 10px;
}
section.guarantee .guarantee-item .smb-items__item {
	height: 100%;
}
section.guarantee .guarantee-item .smb-items__item__body {
	height: 100%;
	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;
}
section.guarantee .guarantee-item .smb-items__item__body > :not(:first-child) {
	margin-top: 20px;
}
@media not all and (min-width: 640px) {
	section.guarantee .guarantee-icon._01 {
		width: 56px;
	}
	section.guarantee .guarantee-icon._02 {
		width: 60px;
	}
	section.guarantee .guarantee-icon._03 {
		width: 60px;
	}
	section.guarantee .guarantee-icon._04 {
		width: 84px;
	}
}
section.guarantee .guarantee-heading {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1.3;
}
@media not all and (min-width: 640px) {
	section.guarantee .guarantee-heading {
		font-size: 20px;
	}
}
section.guarantee .guarantee-heading .sme-letter-spacing {
	letter-spacing: -0.065em !important;
}
section.guarantee .guarantee-period {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1;
}
@media not all and (min-width: 640px) {
	section.guarantee .guarantee-period {
		font-size: 24px;
	}
}
section.guarantee .guarantee-period .has-sm-l-font-size {
	font-size: 1.3125em !important;
	line-height: 1 !important;
}
section.guarantee .guarantee-plus {
	font-size: 70px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
section.guarantee .guarantee-content {
	font-size: 18px;
	letter-spacing: 0.095em;
	line-height: 1.5;
	padding-top: 10px;
	margin-top: auto !important;
}
@media not all and (min-width: 640px) {
	section.guarantee .guarantee-content {
		font-size: 14px;
	}
}

/* 施工事例 */
section.works {
	--smb-section--padding: 15px 0 0;
}
section.works .works-title {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 0.075em;
}
@media not all and (min-width: 1024px) {
	section.works .works-title {
		font-size: 35px;
	}
}
@media not all and (min-width: 640px) {
	section.works .works-title {
		font-size: 24px;
	}
}
section.works .works-title-deco {
	position: absolute;
	top: -100%;
	left: 0;
	margin-top: 0;
}
@media not all and (min-width: 1024px) {
	section.works .works-title-deco {
		width: 180px;
		top: -200%;
	}
}
@media not all and (min-width: 640px) {
	section.works .works-title-deco {
		width: 130px;
		top: -220%;
	}
}
section.works .works-items .c-row {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
section.works .works-items .c-row--margin {
	--_gap: 50px;
}
@media not all and (min-width: 1024px) {
	section.works .works-items .c-row--margin {
		--_gap: 30px;
	}
}
@media (min-width: 1024px) {
	section.works .works-items .text-col .smb-items__item__body {
		padding: 30px;
	}
}
@media not all and (min-width: 1024px) {
	section.works .works-items.-right-image .c-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
@media not all and (min-width: 1024px) {
	section.works .works-items.-left-image .c-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
section.works .works-items + .works-items {
	margin-top: 2rem;
}
section.works .works-num {
	color: #fff;
	background-color: #74b260;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
	border-radius: 9999px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 10px 20px;
	margin-left: 0 !important;
}
@media not all and (min-width: 1024px) {
	section.works .works-num {
		font-size: 21px;
	}
}
@media not all and (min-width: 640px) {
	section.works .works-num {
		font-size: 16px;
	}
}
section.works .works-heading {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1.3334;
	margin-top: 24px;
}
@media not all and (min-width: 1024px) {
	section.works .works-heading {
		font-size: 21px;
	}
}
@media not all and (min-width: 640px) {
	section.works .works-heading {
		font-size: 18px;
	}
}
section.works .works-info > :not(:first-child) {
	margin-top: 0.75em;
}
section.works .works-row {
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.3334;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	gap: 1rem 1.5rem;
}
@media not all and (min-width: 1024px) {
	section.works .works-row {
		font-size: 20px;
	}
}
@media not all and (min-width: 640px) {
	section.works .works-row {
		font-size: 16px;
	}
}
section.works .works-row .sme-bg-color {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	color: #fff;
	background-color: #5f8f6a;
	line-height: 1;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	padding: 10px 15px;
	margin-top: -0.2em;
}
@media not all and (min-width: 640px) {
	section.works .works-row .sme-bg-color {
		padding: 5px 10px;
	}
}
section.works .works-row.-row-03 .sme-bg-color {
	margin-right: 1.2em;
}
@media (min-width: 1024px) {
	section.works .works-gallery {
		max-width: 1300px;
		margin-top: 75px;
		margin-left: -50px !important;
		margin-right: -50px !important;
	}
}
section.works .works-gallery .c-row {
	--_item-width: 25%;
}
@media not all and (min-width: 640px) {
	section.works .works-gallery .c-row {
		--_item-width: 50%;
	}
}
@media not all and (min-width: 1024px) {
	section.works .works-gallery .c-row--margin {
		--_gap: 15px;
	}
}

/* お客様の声 */
section.voice {
	--smb-section--padding: 85px 0 50px;
}
@media not all and (min-width: 1024px) {
	section.voice {
		--smb-section--padding: 50px;
	}
}
@media not all and (min-width: 640px) {
	section.voice {
		--smb-section--padding: 40px;
	}
}
@media not all and (min-width: 1024px) {
	section.voice .c-container {
		max-width: 800px;
	}
}
@media not all and (min-width: 640px) {
	section.voice .c-container {
		max-width: 430px;
	}
}
@media (min-width: 1024px) {
	section.voice .voice-items .text-col {
		--_item-width: 60%;
	}
}
@media (min-width: 1024px) {
	section.voice .voice-items .image-col {
		--_item-width: 40%;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-items .image-col {
		width: 200px;
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media not all and (min-width: 400px) {
	section.voice .voice-items .image-col {
		width: 180px;
	}
}
section.voice .voice-title-en {
	color: #f0d77d;
	font-size: 90px;
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1;
	opacity: 0.7;
	-webkit-transform: translateY(25%);
	        transform: translateY(25%);
}
@media (min-width: 1024px) {
	section.voice .voice-title-en {
		margin-left: -0.25em !important;
	}
}
@media not all and (min-width: 1024px) {
	section.voice .voice-title-en {
		font-size: 63px;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-title-en {
		font-size: 45px;
	}
}
section.voice .voice-title-group {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 5.5em;
	margin-left: 0 !important;
}
@media not all and (min-width: 640px) {
	section.voice .voice-title-group {
		margin-top: 4em;
	}
}
section.voice .voice-title-main {
	color: #f08a24;
	font-size: 52px;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1;
}
@media not all and (min-width: 1024px) {
	section.voice .voice-title-main {
		font-size: 36px;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-title-main {
		font-size: 26px;
	}
}
section.voice .voice-title-deco {
	position: absolute;
	top: -90%;
	right: -18%;
	margin-top: 0;
}
@media not all and (min-width: 1024px) {
	section.voice .voice-title-deco {
		width: 63px;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-title-deco {
		width: 45px;
	}
}
section.voice .voice-title-sub {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.075em;
	margin-top: 0.75em;
}
@media not all and (min-width: 1024px) {
	section.voice .voice-title-sub {
		font-size: 20px;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-title-sub {
		font-size: 18px;
	}
}
@media (min-width: 1420px) {
	section.voice .voice-slider .spider__canvas {
		margin-right: -100px;
	}
}
section.voice .voice-slider .smb-spider-contents-slider__item {
	max-width: 800px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	gap: 54px;
}
@media not all and (min-width: 640px) {
	section.voice .voice-slider .smb-spider-contents-slider__item {
		max-width: 430px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 20px;
	}
}
section.voice .voice-slider .smb-spider-contents-slider__item > :not(:first-child) {
	margin-top: 0;
}
section.voice .voice-slider .spider__arrows {
	--spider--arrow-size: 12px;
	--spider--arrow-color: #333;
	position: relative;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	gap: 15px 30px;
	margin-top: 50px;
}
@media not all and (min-width: 640px) {
	section.voice .voice-slider .spider__arrows {
		gap: 15px 20px;
		margin-top: 30px;
	}
}
section.voice .voice-slider .spider__arrow {
	border: 1px solid #333;
	border-radius: 9999px;
}
section.voice .voice-slider .spider__arrow[data-direction=prev]::before {
	border-bottom: 2px solid var(--spider--arrow-color);
	border-left: 2px solid var(--spider--arrow-color);
	-webkit-transform: rotate(45deg) translate(-2px, 2px);
	        transform: rotate(45deg) translate(-2px, 2px);
}
section.voice .voice-slider .spider__arrow[data-direction=next]::before {
	border-right: 2px solid var(--spider--arrow-color);
	border-top: 2px solid var(--spider--arrow-color);
	-webkit-transform: rotate(45deg) translate(2px, -2px);
	        transform: rotate(45deg) translate(2px, -2px);
}
section.voice .voice-slider .spider__arrow::after {
	content: "";
	background-color: var(--spider--arrow-color);
	width: 20px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
@media not all and (min-width: 640px) {
	section.voice .voice-image-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 15px;
		margin-left: 0.5rem !important;
	}
}
section.voice .voice-image-group > :not(:first-child) {
	margin-top: 0;
}
section.voice .voice-image {
	min-width: 126px;
	margin-bottom: 15px;
}
@media not all and (min-width: 640px) {
	section.voice .voice-image {
		width: 80px;
		min-width: unset;
		margin-bottom: 0;
	}
}
section.voice .voice-name-group {
	line-height: 1.5;
}
section.voice .voice-name-group > :not(:first-child) {
	margin-top: 0;
}
section.voice .voice-comment-inner {
	position: relative;
	background-color: #fff;
	border: 3px solid #f08301;
	border-radius: 12px;
	display: grid;
	grid-template-columns: -webkit-max-content 1fr;
	grid-template-columns: max-content 1fr;
	grid-template-rows: -webkit-min-content 1fr;
	grid-template-rows: min-content 1fr;
	gap: 15px 30px;
	padding: 35px 30px;
	z-index: 1;
}
@media not all and (min-width: 1200px) {
	section.voice .voice-comment-inner {
		gap: 15px;
		padding: 25px;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-comment-inner {
		gap: 15px 20px;
		padding: 20px;
	}
}
section.voice .voice-comment-inner::before {
	content: "";
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	background-color: #f08301;
	aspect-ratio: 3/2;
	width: 40px;
	position: absolute;
	top: 40%;
	left: -40px;
	-webkit-mask: conic-gradient(from 90deg at 100% 0, #000 0 90deg, rgba(0, 0, 0, 0) 0), radial-gradient(circle at 0 0, rgba(0, 0, 0, 0) 4px, #000 4px);
	z-index: 0;
}
@media not all and (min-width: 640px) {
	section.voice .voice-comment-inner::before {
		clip-path: polygon(0 100%, 50% 0, 100% 100%);
		aspect-ratio: 3/4;
		width: 15px;
		top: -20px;
		left: 9%;
		-webkit-mask: conic-gradient(from 180deg at 50% 100%, #000 0 180deg, rgba(0, 0, 0, 0) 0), radial-gradient(circle at 50% 0, rgba(0, 0, 0, 0) 3px, #000 3px);
	}
}
section.voice .voice-comment-inner::after {
	content: "";
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	background-color: #fff;
	aspect-ratio: 3/2;
	width: 37px;
	position: absolute;
	top: calc(40% + 3px);
	left: -30px;
	z-index: 2;
}
@media not all and (min-width: 640px) {
	section.voice .voice-comment-inner::after {
		clip-path: polygon(0 100%, 50% 0, 100% 100%);
		aspect-ratio: 3/4;
		width: 15px;
		top: -13px;
		left: 9%;
	}
}
section.voice .voice-comment-inner > :not(:first-child) {
	margin-top: 0;
}
section.voice .voice-num {
	grid-column: 1/2;
	grid-row: 1/2;
	align-self: center;
	color: #ef7827;
	font-size: 30px;
	letter-spacing: 0.015em;
	line-height: 1;
}
@media not all and (min-width: 1200px) {
	section.voice .voice-num {
		font-size: 24px;
	}
}
section.voice .voice-star {
	grid-column: 2/3;
	grid-row: 1/2;
	align-self: center;
	margin-left: 0 !important;
}
@media not all and (min-width: 1200px) {
	section.voice .voice-star {
		width: 100px;
	}
}
section.voice .voice-comment {
	grid-column: 1/3;
	grid-row: 2/3;
	font-size: 20px;
	letter-spacing: 0.075em;
}
@media not all and (min-width: 1024px) {
	section.voice .voice-comment {
		font-size: 18px;
	}
}
@media not all and (min-width: 640px) {
	section.voice .voice-comment {
		font-size: 14px;
	}
}

/* 選ばれる理由 */
section.reason-title {
	--smb-section--padding: 35px;
}
@media not all and (min-width: 640px) {
	section.reason-title {
		--smb-section--padding: 30px;
	}
}
section.reason-title .reason-title {
	color: #fff;
	font-size: 52px;
	letter-spacing: 0.075em;
	line-height: 1.5;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
@media not all and (min-width: 1024px) {
	section.reason-title .reason-title {
		font-size: 36px;
	}
}
@media not all and (min-width: 640px) {
	section.reason-title .reason-title {
		font-size: 20px;
	}
}
section.reason-title .reason-title .sme-text-color {
	font-size: 1.15em;
}
section.reason-title .reason-title .sme-text-color .sme-letter-spacing {
	letter-spacing: 0.075em !important;
	background-image: radial-gradient(circle, #f9f40a 0.1em, rgba(0, 0, 0, 0) 0.1em);
	background-position: left top;
	background-size: 1.075em 0.5em;
	background-repeat: repeat-x;
	padding-top: 0.3em;
}
section.reason-title .reason-title::before {
	content: "";
	background-image: url(/wp-content/uploads/reason-title-deco-l.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 55/60;
	width: 55px;
	position: absolute;
	top: 50%;
	left: -95px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media not all and (min-width: 1024px) {
	section.reason-title .reason-title::before {
		width: 35px;
		left: -60px;
	}
}
@media not all and (min-width: 640px) {
	section.reason-title .reason-title::before {
		width: 21px;
		left: -30px;
	}
}
section.reason-title .reason-title::after {
	content: "";
	background-image: url(/wp-content/uploads/reason-title-deco-r.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 56/61;
	width: 56px;
	position: absolute;
	top: 50%;
	right: -90px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media not all and (min-width: 1024px) {
	section.reason-title .reason-title::after {
		width: 35px;
		right: -60px;
	}
}
@media not all and (min-width: 640px) {
	section.reason-title .reason-title::after {
		width: 21px;
		right: -30px;
	}
}

section.reason {
	--smb-section--padding: 25px 0 80px;
}
@media not all and (min-width: 640px) {
	section.reason {
		--smb-section--padding: 30px 0 40px;
	}
}
section.reason .reason-title {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.075em;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-title {
		font-size: 24px;
	}
}
@media not all and (min-width: 640px) {
	section.reason .reason-title {
		font-size: 16px;
	}
}
section.reason .reason-panels {
	max-width: 1080px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(26, 1fr);
	gap: 30px;
	margin-top: 2.5em;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-panels {
		max-width: 710px;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(14, 1fr);
	}
}
@media not all and (min-width: 640px) {
	section.reason .reason-panels {
		max-width: 341px;
		grid-template-columns: auto;
		grid-template-rows: auto;
		gap: 20px;
	}
}
section.reason .reason-panel {
	background-color: #fff;
	-webkit-box-shadow: 1px 2px 21px 2px rgba(197, 192, 167, 0.45);
	        box-shadow: 1px 2px 21px 2px rgba(197, 192, 167, 0.45);
	margin-top: 0;
}
section.reason .reason-panel.-reason-01 {
	grid-column: 1/2;
	grid-row: 1/16;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-panel.-reason-01 {
		grid-column: 1/2;
		grid-row: 1/6;
	}
}
@media not all and (min-width: 640px) {
	section.reason .reason-panel.-reason-01 {
		grid-column: 1/2;
		grid-row: 1/2;
	}
}
section.reason .reason-panel.-reason-02 {
	grid-column: 2/3;
	grid-row: 1/12;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-panel.-reason-02 {
		grid-column: 2/3;
		grid-row: 1/5;
	}
}
@media not all and (min-width: 640px) {
	section.reason .reason-panel.-reason-02 {
		grid-column: 1/2;
		grid-row: 2/3;
	}
}
section.reason .reason-panel.-reason-03 {
	grid-column: 3/4;
	grid-row: 1/16;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-panel.-reason-03 {
		grid-column: 2/3;
		grid-row: 5/11;
	}
	section.reason .reason-panel.-reason-03 .reason-image img {
		aspect-ratio: 3/2;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}
@media not all and (min-width: 640px) {
	section.reason .reason-panel.-reason-03 {
		grid-column: 1/2;
		grid-row: 3/4;
	}
	section.reason .reason-panel.-reason-03 .reason-image img {
		aspect-ratio: 341/163;
	}
}
section.reason .reason-panel.-reason-04 {
	grid-column: 1/2;
	grid-row: 16/27;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-panel.-reason-04 {
		grid-column: 1/2;
		grid-row: 6/10;
	}
}
@media not all and (min-width: 640px) {
	section.reason .reason-panel.-reason-04 {
		grid-column: 1/2;
		grid-row: 4/5;
	}
}
section.reason .reason-panel.-reason-05 {
	grid-column: 2/3;
	grid-row: 12/27;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-panel.-reason-05 {
		grid-column: 1/2;
		grid-row: 10/15;
	}
}
@media not all and (min-width: 640px) {
	section.reason .reason-panel.-reason-05 {
		grid-column: 1/2;
		grid-row: 5/6;
	}
}
section.reason .reason-panel.-reason-06 {
	grid-column: 3/4;
	grid-row: 16/27;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-panel.-reason-06 {
		grid-column: 2/3;
		grid-row: 11/15;
	}
}
@media not all and (min-width: 640px) {
	section.reason .reason-panel.-reason-06 {
		grid-column: 1/2;
		grid-row: 6/7;
	}
}
section.reason .reason-figure > :not(:first-child) {
	margin-top: 0;
}
section.reason .reason-category {
	color: #fff;
	background-color: #e07a1a;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 9px 11px;
}
section.reason .reason-body {
	padding: 30px;
	margin-top: 0;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-body {
		padding: 20px;
	}
}
section.reason .reason-body > :not(:first-child) {
	margin-top: 0;
}
section.reason .reason-deco {
	margin-bottom: 20px;
}
@media not all and (min-width: 640px) {
	section.reason .reason-deco._02 {
		width: 30px;
		margin-left: 0 !important;
		margin-bottom: 10px;
	}
}
section.reason .reason-deco-float {
	float: right;
	top: 0;
	right: 0;
}
@media not all and (min-width: 640px) {
	section.reason .reason-deco-float._01 {
		width: 50px;
		top: -8px;
	}
}
@media not all and (min-width: 1024px) {
	section.reason .reason-deco-float._02 {
		width: 60px;
	}
}
@media not all and (min-width: 640px) {
	section.reason .reason-deco-float._02 {
		width: 50px;
		top: -24px;
	}
}
section.reason .reason-deco-float._03 {
	right: 30px;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-deco-float._03 {
		width: 60px;
		right: 10px;
	}
}
@media not all and (min-width: 640px) {
	section.reason .reason-deco-float._03 {
		width: 50px;
		top: -12px;
	}
}
section.reason .reason-deco-float._04 {
	top: 10px;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-deco-float._04 {
		width: 80px;
	}
}
@media not all and (min-width: 640px) {
	section.reason .reason-deco-float._04 {
		width: 70px;
	}
}
section.reason .reason-deco-float._06 {
	top: -5px;
	right: 20px;
}
@media not all and (min-width: 640px) {
	section.reason .reason-deco-float._06 {
		width: 50px;
		top: 0;
	}
}
section.reason .reason-heading {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1.3334;
}
@media not all and (min-width: 1024px) {
	section.reason .reason-heading {
		font-size: 24px;
	}
}
@media not all and (min-width: 640px) {
	section.reason .reason-heading {
		font-size: 20px;
	}
}
section.reason .reason-heading .has-sm-l-font-size {
	font-size: 1.2em !important;
	line-height: 1 !important;
}
section.reason .reason-heading._mt-30 {
	margin-top: 30px;
}
@media not all and (min-width: 640px) {
	section.reason .reason-heading._mt-30 {
		margin-top: 0;
	}
}
section.reason .reason-text {
	line-height: 1.4;
	clear: both;
	margin-top: 24px !important;
}
@media not all and (min-width: 640px) {
	section.reason .reason-text {
		margin-top: 12px !important;
	}
}

/* サービスの流れ */
section.flow {
	--smb-section--padding: 100px 0 0;
}
@media not all and (min-width: 640px) {
	section.flow {
		--smb-section--padding: 50px 0 0;
	}
}
@media not all and (min-width: 1024px) {
	section.flow .c-container {
		max-width: 700px;
	}
}
@media not all and (min-width: 640px) {
	section.flow .c-container {
		max-width: 430px;
	}
}
section.flow .smb-section__fixed-background {
	background-image: linear-gradient(#eee 1px, transparent 1px), linear-gradient(90deg, #eee 1px, transparent 1px);
	background-size: 35px 35px;
	background-position: center;
}
section.flow .flow-title {
	color: #e28329;
	font-size: 52px;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1;
	z-index: 1;
}
@media not all and (min-width: 1024px) {
	section.flow .flow-title {
		font-size: 40px;
	}
}
@media not all and (min-width: 640px) {
	section.flow .flow-title {
		font-size: 26px;
	}
}
section.flow .flow-title-en {
	color: #fbc229;
	font-size: 110px;
	font-weight: 900;
	letter-spacing: 0.015em;
	line-height: 1;
	position: absolute;
	left: 50%;
	bottom: -5px;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	margin-top: 0;
	opacity: 0.3;
	z-index: 0;
}
@media not all and (min-width: 1024px) {
	section.flow .flow-title-en {
		font-size: 88px;
	}
}
@media not all and (min-width: 640px) {
	section.flow .flow-title-en {
		font-size: 60px;
	}
}
section.flow .flow-lead {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.075em;
	margin-top: 0;
}
@media not all and (min-width: 1024px) {
	section.flow .flow-lead {
		font-size: 20px;
	}
}
@media not all and (min-width: 640px) {
	section.flow .flow-lead {
		font-size: 16px;
		margin-top: 10px;
	}
}
section.flow .flow-lead .has-sm-l-font-size {
	font-size: 1.3334em !important;
}
section.flow .flow-lead + .flow-items {
	margin-top: 75px;
}
@media not all and (min-width: 1024px) {
	section.flow .flow-lead + .flow-items {
		margin-top: 40px;
	}
}
@media not all and (min-width: 640px) {
	section.flow .flow-lead + .flow-items {
		margin-top: 20px;
	}
}
section.flow .flow-row {
	padding-bottom: 60px;
}
@media (min-width: 1024px) {
	section.flow .flow-row {
		display: grid;
		grid-template-columns: 1fr -webkit-max-content 1fr;
		grid-template-columns: 1fr max-content 1fr;
		gap: 10px;
	}
	section.flow .flow-row._left-image .flow-image {
		grid-column: 1/2;
		grid-row: 1/2;
		max-width: calc(100% + 80px);
		margin-left: -80px !important;
	}
	section.flow .flow-row._left-image .flow-num {
		grid-column: 2/3;
		grid-row: 1/2;
	}
	section.flow .flow-row._left-image .flow-body {
		grid-column: 3/4;
		grid-row: 1/2;
		padding-top: 1.5rem;
	}
	section.flow .flow-row._left-image .flow-heading {
		padding-left: 3rem;
	}
	section.flow .flow-row._left-image .flow-text {
		padding-left: 3rem;
	}
	section.flow .flow-row._right-image .flow-image {
		grid-column: 3/4;
		grid-row: 1/2;
		max-width: calc(100% + 80px);
		margin-right: -80px !important;
	}
	section.flow .flow-row._right-image .flow-num {
		grid-column: 2/3;
		grid-row: 1/2;
	}
	section.flow .flow-row._right-image .flow-body {
		grid-column: 1/2;
		grid-row: 1/2;
		padding-top: 1.5rem;
	}
	section.flow .flow-row._right-image .flow-heading {
		padding-right: 3rem;
	}
	section.flow .flow-row._right-image .flow-text {
		padding-right: 3rem;
	}
}
@media not all and (min-width: 1024px) {
	section.flow .flow-row {
		display: grid;
		grid-template-columns: -webkit-max-content 1fr;
		grid-template-columns: max-content 1fr;
		grid-template-rows: -webkit-min-content 1fr;
		grid-template-rows: min-content 1fr;
		gap: 20px;
		padding-bottom: 40px;
	}
	section.flow .flow-row .flow-num {
		grid-column: 1/2;
		grid-row: 1/3;
	}
	section.flow .flow-row .flow-body {
		grid-column: 2/3;
		grid-row: 1/2;
	}
	section.flow .flow-row .flow-image {
		grid-column: 2/3;
		grid-row: 2/3;
	}
}
@media not all and (min-width: 640px) {
	section.flow .flow-row {
		padding-bottom: 20px;
	}
}
section.flow .flow-row > :not(:first-child) {
	margin-top: 0;
}
section.flow .flow-row + .flow-row {
	margin-top: 20px;
}
@media (min-width: 1024px) {
	section.flow .flow-image._01 img, section.flow .flow-image._03 img {
		border-radius: 0 9999px 9999px 0;
	}
	section.flow .flow-image._02 img, section.flow .flow-image._04 img {
		border-radius: 9999px 0 0 9999px;
	}
}
@media not all and (min-width: 1024px) {
	section.flow .flow-image {
		max-width: calc(100% + var(--_container-margin-right));
		margin-right: calc(var(--_container-margin-right) * -1) !important;
	}
	section.flow .flow-image img {
		border-radius: 9999px 0 0 9999px;
	}
}
section.flow .flow-num {
	height: calc(100% + 60px);
}
@media not all and (min-width: 1024px) {
	section.flow .flow-num {
		width: 70px;
		height: calc(100% + 40px);
	}
}
@media not all and (min-width: 640px) {
	section.flow .flow-num {
		width: 40px;
		height: calc(100% + 20px);
	}
}
section.flow .flow-num::before {
	content: "";
	background: repeating-linear-gradient(180deg, #f08301 0 16px, transparent 16px 24px);
	width: 4px;
	height: calc(100% - 120px);
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media not all and (min-width: 1024px) {
	section.flow .flow-num::before {
		height: calc(100% - 90px);
	}
}
@media not all and (min-width: 640px) {
	section.flow .flow-num::before {
		background: repeating-linear-gradient(180deg, #f08301 0 12px, transparent 12px 18px);
		width: 3px;
		height: calc(100% - 60px);
	}
}
section.flow .flow-heading {
	color: #f08a24;
	font-size: 40px;
	font-weight: 900;
	letter-spacing: 0.075em;
	border-bottom: 1px solid currentColor;
	padding-bottom: 10px;
}
@media not all and (min-width: 1024px) {
	section.flow .flow-heading {
		font-size: 32px;
	}
}
@media not all and (min-width: 640px) {
	section.flow .flow-heading {
		font-size: 20px;
	}
}
section.flow .flow-text {
	font-size: 20px;
	letter-spacing: 0.075em;
	line-height: 1.75;
	margin-top: 1.5rem;
}
@media not all and (min-width: 1024px) {
	section.flow .flow-text {
		font-size: 18px;
	}
}
@media not all and (min-width: 640px) {
	section.flow .flow-text {
		font-size: 14px;
	}
}

/* 対応エリア */
section.area {
	--smb-section--padding: 80px;
}
@media not all and (min-width: 640px) {
	section.area {
		--smb-section--padding: 50px 0 30px;
	}
}
@media not all and (min-width: 1024px) {
	section.area .c-container {
		max-width: 700px;
	}
}
@media not all and (min-width: 640px) {
	section.area .c-container {
		max-width: 430px;
	}
}
section.area .area-title {
	font-size: 52px;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1;
	border-bottom: 2px solid currentColor;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0 30px 13px;
	z-index: 1;
}
@media not all and (min-width: 1024px) {
	section.area .area-title {
		font-size: 40px;
	}
}
@media not all and (min-width: 640px) {
	section.area .area-title {
		font-size: 26px;
	}
}
section.area .area-title-en {
	color: #fbc229;
	font-size: 110px;
	font-weight: 900;
	letter-spacing: 0.015em;
	line-height: 1;
	position: absolute;
	left: 50%;
	bottom: 8px;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	margin-top: 0;
	opacity: 0.3;
	z-index: 0;
}
@media not all and (min-width: 1024px) {
	section.area .area-title-en {
		font-size: 88px;
	}
}
@media not all and (min-width: 640px) {
	section.area .area-title-en {
		font-size: 60px;
	}
}
section.area .area-lead {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.075em;
	margin-top: 15px;
}
@media not all and (min-width: 1024px) {
	section.area .area-lead {
		font-size: 20px;
	}
}
@media not all and (min-width: 640px) {
	section.area .area-lead {
		font-size: 16px;
	}
}
section.area .area-items {
	max-width: 1050px;
}
section.area .area-items .c-row--margin {
	--_gap: 80px;
}
@media not all and (min-width: 1024px) {
	section.area .area-items .c-row--margin {
		--_gap: 20px;
	}
}
@media (min-width: 1024px) {
	section.area .area-items .text-col {
		--_item-width: 47%;
	}
}
@media (min-width: 1024px) {
	section.area .area-items .image-col {
		--_item-width: 53%;
	}
}
section.area .area-row + .area-row {
	margin-top: 50px;
}
@media not all and (min-width: 1024px) {
	section.area .area-row + .area-row {
		margin-top: 30px;
	}
}
section.area .area-heading {
	color: #4e8e5a;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1;
}
@media not all and (min-width: 1024px) {
	section.area .area-heading {
		font-size: 32px;
	}
}
@media not all and (min-width: 640px) {
	section.area .area-heading {
		font-size: 24px;
	}
}
section.area .area-text {
	font-size: 20px;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	letter-spacing: 0.075em;
	line-height: 1.5;
	margin-top: 28px;
}
@media not all and (min-width: 1024px) {
	section.area .area-text {
		font-size: 18px;
	}
}
@media not all and (min-width: 640px) {
	section.area .area-text {
		font-size: 16px;
		margin-top: 10px;
	}
}
section.area .area-notes {
	font-size: 20px;
	letter-spacing: 0.075em;
	line-height: 1.5;
	margin-top: 15px;
}
@media not all and (min-width: 1024px) {
	section.area .area-notes {
		font-size: 18px;
	}
}
@media not all and (min-width: 640px) {
	section.area .area-notes {
		font-size: 14px;
	}
}

/* よくある質問 */
section.faq {
	--smb-section--padding: 100px;
}
@media not all and (min-width: 640px) {
	section.faq {
		--smb-section--padding: 50px;
	}
}
section.faq .faq-title-group + .faq-box {
	margin-top: 80px;
}
@media not all and (min-width: 1024px) {
	section.faq .faq-title-group + .faq-box {
		margin-top: 40px;
	}
}
@media not all and (min-width: 640px) {
	section.faq .faq-title-group + .faq-box {
		margin-top: 30px;
	}
}
section.faq .faq-title {
	color: #4e8e5a;
	font-size: 52px;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1;
	z-index: 1;
}
@media not all and (min-width: 1024px) {
	section.faq .faq-title {
		font-size: 40px;
	}
}
@media not all and (min-width: 640px) {
	section.faq .faq-title {
		font-size: 26px;
	}
}
section.faq .faq-title-en {
	color: #63ae42;
	font-size: 110px;
	font-weight: 900;
	letter-spacing: 0.015em;
	line-height: 1;
	position: absolute;
	left: 50%;
	bottom: -5px;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	margin-top: 0;
	opacity: 0.2;
	z-index: 0;
}
@media not all and (min-width: 1024px) {
	section.faq .faq-title-en {
		font-size: 88px;
	}
}
@media not all and (min-width: 640px) {
	section.faq .faq-title-en {
		font-size: 60px;
	}
}
section.faq .faq-box {
	background-color: #fff;
	border: 3px solid #63ae42;
	border-radius: 10px;
	max-width: 1080px;
	padding: 12px 24px;
}
@media not all and (min-width: 640px) {
	section.faq .faq-box {
		padding: 15px;
	}
}
section.faq .faq-box + .faq-box {
	margin-top: 14px;
}
section.faq .faq-question {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	gap: 24px;
}
@media not all and (min-width: 640px) {
	section.faq .faq-question {
		gap: 12px;
	}
}
section.faq .faq-question > :not(:first-child) {
	margin-top: 0;
}
section.faq .question-icon {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 40px;
	        flex: 0 0 40px;
	color: #63ae42;
	font-size: 35px;
	font-weight: 500;
	line-height: 1;
}
@media not all and (min-width: 640px) {
	section.faq .question-icon {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 30px;
		        flex: 0 0 30px;
		font-size: 28px;
	}
}
section.faq .question-text {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.075em;
	padding-top: 0.375rem;
}
@media not all and (min-width: 640px) {
	section.faq .question-text {
		font-size: 16px;
	}
}
section.faq .faq-answer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	gap: 24px;
	margin-top: 6px;
}
@media not all and (min-width: 640px) {
	section.faq .faq-answer {
		gap: 12px;
	}
}
section.faq .faq-answer > :not(:first-child) {
	margin-top: 0;
}
section.faq .answer-icon {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 40px;
	        flex: 0 0 40px;
	color: #f88539;
	font-size: 35px;
	font-weight: 500;
	line-height: 1;
}
@media not all and (min-width: 640px) {
	section.faq .answer-icon {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 30px;
		        flex: 0 0 30px;
		font-size: 28px;
	}
}
section.faq .answer-text {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	letter-spacing: 0.015em;
	padding-top: 0.375rem;
}

/* お見積りフォーム */
section.contact {
	--smb-section--padding: 100px;
}
@media not all and (min-width: 1024px) {
	section.contact {
		--smb-section--padding: 60px;
	}
}
@media not all and (min-width: 640px) {
	section.contact {
		--smb-section--padding: 40px;
	}
}
section.contact .contact-title {
	font-size: 52px;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1;
}
@media not all and (min-width: 1024px) {
	section.contact .contact-title {
		font-size: 40px;
	}
}
@media not all and (min-width: 640px) {
	section.contact .contact-title {
		font-size: 24px;
	}
}
section.contact .wp-block-contact-form-7-contact-form-selector {
	margin-top: 50px;
}
@media not all and (min-width: 640px) {
	section.contact .wp-block-contact-form-7-contact-form-selector {
		margin-top: 30px;
	}
}
section.contact .c-form {
	max-width: 760px;
	margin: 0 auto;
}
section.contact .c-form .form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
@media not all and (min-width: 640px) {
	section.contact .c-form .form-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
section.contact .c-form .form-row:not(:first-child) {
	margin-top: 10px;
}
@media not all and (min-width: 640px) {
	section.contact .c-form .form-row:not(:first-child) {
		margin-top: 0.5rem;
	}
}
section.contact .c-form .form-label {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	min-width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
@media not all and (min-width: 640px) {
	section.contact .c-form .form-label {
		min-width: unset;
	}
}
section.contact .c-form .form-label .label-title {
	cursor: pointer;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.5em;
	padding: 11px 0;
}
@media not all and (min-width: 640px) {
	section.contact .c-form .form-label .label-title {
		font-size: 16px;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		gap: 10px;
		padding: 0;
	}
}
section.contact .c-form .form-label .label-type {
	font-size: 18px;
	font-weight: 500;
	padding: 3px 6px;
}
@media not all and (min-width: 640px) {
	section.contact .c-form .form-label .label-type {
		font-size: 14px;
	}
}
section.contact .c-form .form-label .label-type.required {
	color: #fff;
	background-color: #f99520;
}
section.contact .c-form .form-label .label-type.optional {
	background-color: #fff;
}
section.contact .c-form .form-body {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0px;
	        flex: 1 1 0;
	-ms-flex-item-align: center;
	    align-self: center;
}
@media (min-width: 640px) {
	section.contact .c-form .form-body {
		margin-left: 24px;
	}
}
@media not all and (min-width: 640px) {
	section.contact .c-form .form-body {
		-ms-flex-item-align: auto;
		    align-self: auto;
		padding: 5px 0 10px !important;
	}
}
section.contact .c-form .wpcf7-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 0 2em;
	padding: 11px 0;
}
section.contact .c-form .wpcf7-list-item {
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
}
@media (min-width: 1024px) {
	section.contact .c-form .wpcf7-list-item {
		font-size: 20px;
	}
}
section.contact .c-form .your-budget .wpcf7-radio {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
@media not all and (min-width: 640px) {
	section.contact .c-form .form-agree {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		gap: 10px;
	}
}
section.contact .c-form .form-agree .form-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 10px 50px;
}
@media not all and (min-width: 640px) {
	section.contact .c-form .form-agree .form-body {
		padding: 0 !important;
	}
}
section.contact .c-form .form-agree .wpcf7-list-item {
	margin: 0;
}
section.contact .c-form .form-agree .agree-link {
	font-weight: 500;
}
@media (min-width: 1024px) {
	section.contact .c-form .form-agree .agree-link {
		font-size: 20px;
	}
}
@media not all and (min-width: 640px) {
	section.contact .c-form .form-agree .agree-link {
		font-size: 16px;
	}
}
section.contact .c-form .form-agree .agree-text {
	font-weight: 500;
}
@media (min-width: 1024px) {
	section.contact .c-form .form-agree .agree-text {
		font-size: 20px;
	}
}
@media not all and (min-width: 640px) {
	section.contact .c-form .form-agree .agree-text {
		font-size: 16px;
	}
}
section.contact .c-form input[type=text],
section.contact .c-form input[type=tel],
section.contact .c-form input[type=email],
section.contact .c-form input[type=url],
section.contact .c-form input[type=date],
section.contact .c-form input[type=number],
section.contact .c-form textarea {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: 16px;
	color: inherit;
	background-color: #fff;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 3px 6px;
	margin: 0;
}
@media (min-width: 1024px) {
	section.contact .c-form input[type=text],
	section.contact .c-form input[type=tel],
	section.contact .c-form input[type=email],
	section.contact .c-form input[type=url],
	section.contact .c-form input[type=date],
	section.contact .c-form input[type=number],
	section.contact .c-form textarea {
		font-size: 20px;
	}
}
section.contact .c-form input[type=text]::-webkit-input-placeholder, section.contact .c-form input[type=tel]::-webkit-input-placeholder, section.contact .c-form input[type=email]::-webkit-input-placeholder, section.contact .c-form input[type=url]::-webkit-input-placeholder, section.contact .c-form input[type=date]::-webkit-input-placeholder, section.contact .c-form input[type=number]::-webkit-input-placeholder, section.contact .c-form textarea::-webkit-input-placeholder {
	color: #ccc;
}
section.contact .c-form input[type=text]::-moz-placeholder, section.contact .c-form input[type=tel]::-moz-placeholder, section.contact .c-form input[type=email]::-moz-placeholder, section.contact .c-form input[type=url]::-moz-placeholder, section.contact .c-form input[type=date]::-moz-placeholder, section.contact .c-form input[type=number]::-moz-placeholder, section.contact .c-form textarea::-moz-placeholder {
	color: #ccc;
}
section.contact .c-form input[type=text]:-ms-input-placeholder, section.contact .c-form input[type=tel]:-ms-input-placeholder, section.contact .c-form input[type=email]:-ms-input-placeholder, section.contact .c-form input[type=url]:-ms-input-placeholder, section.contact .c-form input[type=date]:-ms-input-placeholder, section.contact .c-form input[type=number]:-ms-input-placeholder, section.contact .c-form textarea:-ms-input-placeholder {
	color: #ccc;
}
section.contact .c-form input[type=text]::-ms-input-placeholder, section.contact .c-form input[type=tel]::-ms-input-placeholder, section.contact .c-form input[type=email]::-ms-input-placeholder, section.contact .c-form input[type=url]::-ms-input-placeholder, section.contact .c-form input[type=date]::-ms-input-placeholder, section.contact .c-form input[type=number]::-ms-input-placeholder, section.contact .c-form textarea::-ms-input-placeholder {
	color: #ccc;
}
section.contact .c-form input[type=text]::placeholder,
section.contact .c-form input[type=tel]::placeholder,
section.contact .c-form input[type=email]::placeholder,
section.contact .c-form input[type=url]::placeholder,
section.contact .c-form input[type=date]::placeholder,
section.contact .c-form input[type=number]::placeholder,
section.contact .c-form textarea::placeholder {
	color: #ccc;
}
section.contact .c-form input[type=text],
section.contact .c-form input[type=tel],
section.contact .c-form input[type=email],
section.contact .c-form input[type=url],
section.contact .c-form input[type=date],
section.contact .c-form input[type=number] {
	max-width: 255px;
}
section.contact .c-form textarea {
	max-width: 390px;
	height: 11em;
}
section.contact .c-form .wpcf7-not-valid-tip {
	font-size: smaller;
	font-weight: 500;
	color: #eb4b36;
}
section.contact .c-form .submit-btn {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
@media not all and (min-width: 640px) {
	section.contact .c-form .submit-btn {
		margin-top: 20px;
	}
}
section.contact .c-form .submit-btn input[type=submit] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
	color: #fff;
	background: #ec4e33;
	border-radius: 9999px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	padding: 10px 70px;
	-webkit-transition: -webkit-filter 0.2s ease-out;
	transition: -webkit-filter 0.2s ease-out;
	transition: filter 0.2s ease-out;
	transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
}
@media not all and (min-width: 640px) {
	section.contact .c-form .submit-btn input[type=submit] {
		font-size: 18px;
	}
}
@media (hover: hover) and (pointer: fine) {
	section.contact .c-form .submit-btn input[type=submit]:active, section.contact .c-form .submit-btn input[type=submit]:focus, section.contact .c-form .submit-btn input[type=submit]:hover {
		-webkit-filter: brightness(110%);
		        filter: brightness(110%);
	}
}
section.contact .c-form .wpcf7-spinner {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

/* フッター */
section.footer {
	--smb-section--padding: 35px;
}
@media not all and (min-width: 640px) {
	section.footer {
		--smb-section--padding: 20px;
	}
}
section.footer .footer-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
}
@media not all and (min-width: 640px) {
	section.footer .footer-items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
section.footer .footer-items > :not(:first-child) {
	margin-top: 0;
}
section.footer .footer-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 88px;
}
@media not all and (min-width: 640px) {
	section.footer .footer-links {
		gap: 40px;
	}
}
section.footer .footer-links > :not(:first-child) {
	margin-top: 0;
}
section.footer .footer-link {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 1;
}
@media not all and (min-width: 1024px) {
	section.footer .footer-link {
		font-size: 18px;
	}
}
@media not all and (min-width: 640px) {
	section.footer .footer-link {
		font-size: 14px;
	}
}
section.footer .footer-link a {
	color: #4b4644;
	text-decoration: none;
}