@charset "UTF-8";

/* ----- 下層デザイン ----- */
a[id*="service"]+section:after{
	content: "";
	display: block;
	width: 75%;
	height: 100%;
	background: var(--i_sub2_color);
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: 0;
}
#service_02+section:after,
#service_04+section:after,
#service_06+section:after,
#service_08+section:after,
#service_10+section:after{
	left: auto;
	right: 0;
}

.contents_btn01 a {
    white-space: nowrap;
    width: 220px !important;
    padding: 0;
}