@charset "UTF-8";

.main {
}

.pagehd {
}

.pagehd_ttl {
}

.pagehd_ttl::before {
	background: url(../img/menu/sisyu/pagehd-icon@2x.png) center / 100% 100%;
}

.pagehd_catch {
	margin-bottom: 40px;
}

.interlocking {
}

.interlocking_hd {
}

.interlocking_wrap {
}

.interlocking_txt {
	margin-bottom: var(--mb);
}

.interlocking_formula {
	width: fit-content;
	margin-bottom: var(--mb);
	padding: 30px 50px;
	border-radius: 10px;
	background: #f1efeb;
}

.cleaning {
}

.cleaning_hd {
}

.cleaning_cnt {
}

.cleaning_cnt span {
	color: #d05d5d;
}

.treatment {
	padding-bottom: 0;
	border-bottom: none;
}

.treatment_hd {
}

.treatment_cnt {
	position: relative;
	margin-bottom: 28px;
	padding-right: 270px;
}

.treatment_item {
	position: absolute;
	right: -11px;
	bottom: 80%;
	z-index: 10;
	transform: translateY(50%);
}

.treatment_flow {
}

.treatment_flow_cnt {
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
	margin-bottom: 44px;
	padding: 33px 35px 32px 26px;
	border: #d9d2c3 1px solid;
	border-radius: 10px;
}

.treatment_flow_cnt:last-child {
	margin-bottom: 0;
}

.treatment_flow_cnt::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(100% + 22px);
	right: 50%;
	border-top: 14px solid #a57165;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
	transform: translate(50%, -50%);
}

.treatment_flow_cnt:last-child:after {
	display: none;
}

.treatment_flow_cnt span {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #a57165;
	color: #ffffff;
	font-size: 24px;
}

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

@media screen and (max-width:768px) {
	.main {
	}

	.pagehd {
	}

	.pagehd_ttl {
	}

	.pagehd_ttl::before {
	}

	.pagehd_catch {
		margin-bottom: 20px;
	}

	.interlocking {
	}

	.interlocking_hd {
	}

	.interlocking_wrap {
	}

	.interlocking_txt {
	}

	.interlocking_formula {
		padding: 20px;
	}

	.cleaning {
	}

	.cleaning_hd {
	}

	.cleaning_cnt {
	}

	.cleaning_cnt span {
	}

	.treatment {
	}

	.treatment_hd {
	}

	.treatment_cnt {
		padding: 0;
	}

	.treatment_item {
		position: unset;
		width: 200px;
		margin: 20px auto 0;
		transform: unset;
	}

	.treatment_flow {
	}

	.treatment_flow_cnt {
		flex-flow: column;
		gap: 10px;
		padding: 20px 25px 30px;
	}

	.treatment_flow_cnt:last-child {
	}

	.treatment_flow_cnt::after {
	}

	.treatment_flow_cnt:last-child:after {
	}

	.treatment_flow_cnt span {
	}
}
