body {
	font-family: noto-sans-cjk-jp, sans-serif;
	letter-spacing: 0.07em;
}

.p-sterilize {
	padding-bottom: 3.125rem;
	padding-top: 5.3125rem;
	position: relative;
}

.p-sterilize__block + .p-sterilize__block {
	margin-top: 5.25rem;
}

.p-sterilize__text {
	margin-top: 1.125rem;
}

.p-sterilize__slider {
	margin-inline: auto;
	margin-top: 1.875rem;
	max-width: 18.75rem;
}

.p-sterilize__card {
	margin: 0 0.5rem;
	width: 18.75rem;
}

.p-sterilize__bottom {
	margin-top: 7rem;
}

@media screen and (min-width: 768px) {

.p-sterilize {
	padding-bottom: 9.375rem;
	padding-top: 11rem;
}

.p-sterilize::before {
	background: url(../images/common/bg_leaf_01.webp) center right/contain no-repeat;
	content: "";
	height: 43.125rem;
	margin-right: calc(50% - 50vw);
	position: absolute;
	right: 0;
	top: -12.5rem;
	width: 35rem;
}

.p-sterilize::after {
	background: url(../images/common/bg_leaf_02.webp) center left/contain no-repeat;
	content: "";
	height: 43.125rem;
	left: 0;
	margin-left: calc(50% - 50vw);
	position: absolute;
	top: 32.875rem;
	width: 35rem;
}

.p-sterilize__inner {
	max-width: calc(81.25rem + 25px + 25px);
}

.p-sterilize__inner::before {
	background: url(../images/common/bg_leaf_03.webp) center right/contain no-repeat;
	content: "";
	height: 38.8125rem;
	margin-right: calc(50% - 50vw);
	position: absolute;
	right: 0;
	top: 97.625rem;
	width: 30.25rem;
}

.p-sterilize__block + .p-sterilize__block {
	margin-top: 13.375rem;
}

.p-sterilize__text {
	margin-inline: auto;
	margin-top: 2rem;
	max-width: 38.125rem;
}

.p-sterilize__slider {
	display: grid;
	gap: 2.6875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.375rem;
	max-width: 100%;
}

.p-sterilize__slider.--2 {
	gap: prem(30);
}

.p-sterilize__card {
	margin: 0;
	width: 100%;
}

.p-sterilize__bottom {
	margin-top: 13.75rem;
}

}


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