/* ---------------------------------------
  service
-----------------------------------------*/
/* page_ttl
--------------------------------*/
#page_ttl {
	background-image: url(../img/service/bg_page01.png);
}
#page_ttl .txt_wrap {
	width: 74rem;
}
@media screen and (max-width: 768px) {
	#page_ttl .txt_wrap {
		width: 100%;
	}
}

#page_service {
	padding: 12rem 0 11rem;
}
#page_service .txt {
	font-size: 1.8rem;
	line-height: 1.6;
	margin-top: 2.6rem;
}
@media screen and (max-width: 768px) {
	#page_service .txt {
		font-size: 2.7rem;
	}
}
#page_service .page_contents {
	position: relative;
}
#page_service .page_contents + .page_contents {
	margin-top: 11.1rem;
}
@media screen and (max-width: 768px) {
	#page_service .page_contents + .page_contents {
		margin-top: 8rem;
	}
}
#page_service .page_contents + .page_contents::before {
	content: "";
	position: absolute;
	left: 0;
	top: -11.1rem;
	display: block;
	width: 100vw;
	border-top: 1px solid #4C4C4C;
	margin: 0 calc(-50vw + 50%);
}
@media screen and (max-width: 768px) {
	#page_service .page_contents + .page_contents::before {
		top: -8rem;
	}
}
#page_service .page_contents .wrap {
	max-width: 108rem;
	padding: 0;
}
#page_service .contents_ttl {
	font-size: 4.2rem;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
#page_service .contents_ttl::before {
	content: "";
	display: inline-block;
	vertical-align: -0.1rem;
	width: 0.5rem;
	height: 3.6rem;
	background-color: #c13932;
	transform: skewX(-28deg);
	transform-origin: left bottom;
	margin-right: 2.5rem;
}
#page_service .features_box {
	margin-top: 8rem;
	padding-bottom: 12.7rem;
}
@media screen and (max-width: 768px) {
	#page_service .features_box {
		padding-bottom: 6rem;
		margin-top: 4rem;
	}
}
#page_service .features_box:not(:last-child) {
	border-bottom: 1px solid #4C4C4C;
	padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
	#page_service .features_box:not(:last-child) {
		padding-bottom: 4rem;
		margin-top: 8rem;
	}
}
#page_service .features_box .ttl {
	font-size: 3rem;
	line-height: 1.4;
}
#page_service .features_box .box {
	display: flex;
	gap: 3.9rem;
	margin-top: 3.9rem;
}
@media screen and (max-width: 768px) {
	#page_service .features_box .box {
		flex-direction: column-reverse;
	}
}
#page_service .features_box .box.reverse {
	flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
	#page_service .features_box .box.reverse {
		flex-direction: column-reverse;
	}
}
#page_service .features_box .txt {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 0;
}
@media screen and (max-width: 768px) {
	#page_service .features_box .txt {
		font-size: 2.5rem;
	}
}
#page_service .features_box .img {
	border-radius: 0.4rem;
	overflow: hidden;
	width: 72rem;
	flex-shrink: 0;
}
@media screen and (max-width: 768px) {
	#page_service .features_box .img {
		width: 100%;
	}
}
#page_service .maintenance_box {
	margin-top: 8rem;
	padding-bottom: 12.7rem;
}
@media screen and (max-width: 768px) {
	#page_service .maintenance_box {
		padding-bottom: 0;
		margin-top: 4rem;
	}
}
#page_service .maintenance_box:not(:last-child) {
	border-bottom: 1px solid #4C4C4C;
	padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
	#page_service .maintenance_box:not(:last-child) {
		padding-bottom: 4rem;
		margin-top: 8rem;
	}
}
#page_service .maintenance_box .ttl {
	font-size: 3rem;
	line-height: 1.4;
}
#page_service .maintenance_box .txt {
	font-size: 1.6rem;
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
	#page_service .maintenance_box .txt {
		font-size: 2.5rem;
	}
}
#page_service .maintenance_box .box_row {
	display: grid;
	grid-template-columns: 1fr max-content 1fr max-content 1fr;
	margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
	#page_service .maintenance_box .box_row {
		grid-template-columns: 1fr;
		gap: 3rem;
	}
}
#page_service .maintenance_box .img {
	border-radius: 4px;
	overflow: hidden;
}
#page_service .maintenance_box .txt {
	margin-top: 1.3rem;
}
#page_service .maintenance_box .arrow {
	width: 4.9rem;
	padding: 0 0.9rem;
	display: flex;
	align-items: flex-start;
	margin-top: 10rem;
}
@media screen and (max-width: 768px) {
	#page_service .maintenance_box .arrow {
		margin-top: 0;
		align-items: center;
		justify-content: center;
		justify-self: center;
		padding: 0;
		transform: rotate(90deg);
	}
}
#page_service .bg_features {
	position: absolute;
	top: 29rem;
	left: -14rem;
	width: 38.4rem;
	height: 31.7rem;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	#page_service .bg_features {
		top: 36rem;
		left: -10rem;
		width: 21rem;
		height: 16rem;
	}
}
#page_service .bg_maintenance {
	position: absolute;
	top: 154rem;
	right: -6rem;
	width: 25.1rem;
	height: 21.5rem;
}
@media screen and (max-width: 768px) {
	#page_service .bg_maintenance {
		top: 260rem;
		right: -3rem;
		width: 14rem;
		height: 12.7rem;
	}
}