@charset "utf-8";


.service_item {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1920px;
    margin: 60px auto 0;
}
#imported {
	margin-top: 0;
}
.service_item.reverse {
	flex-direction: row-reverse;
}
.service_item .overview,
.service_item .service_img {
	width: 50%;
	position: relative;
}
.service_item .service_img {
	right: -40px;
}
.service_item.reverse .service_img {
	right: unset;
	left: -40px;
}
.service_item .service_img img {
	width: 100%;
}
.service_item .overview_inner {
	padding: 60px 10%;
	color: #fff;
	-webkit-box-shadow: 15px 15px 30px 0 rgba(30,34,26,.35);
	box-shadow: 15px 15px 30px 0 rgba(30,34,26,.35);
	background-color: #454d3c;
	position: relative;
	left: -40px;
	z-index: 1;
}
.service_item.reverse .overview_inner {
	left: unset;
	right: -40px;
}
.service_hd {
	margin-bottom: 20px;
}
.service_hd_en {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-family: span, serif;
	font-weight: 400;
	font-size: 65%;
	letter-spacing: 0.32em;
	position: relative;
}
.service_hd_ja {
	font-size: 165%;
	line-height: 1.4;
	letter-spacing: 0.26em;
}
.service_hd_en:before {
	content: "";
	display: block;
	width: 200px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.service_hd_en:after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background-color: #e7bca3;
	position: absolute;
	left: 0;
	bottom: 0;
}
.overview_txt {
	font-size: 93%;
	text-align: justify;
}
.mulch_btn {
	margin: 60px auto 80px;
    justify-content: space-between;
}
.mulch_btn .base_btn {
	width: 48%;
}
.mulch_btn .base_btn a {
	display: block;
	width: 100%;
	min-width: unset;
    padding: 16px 20px;
    font-family: ten-mincho-text, serif;
    font-weight: 400;
    font-size: 93%;
    letter-spacing: .12em;
}

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

.service_item,
.service_item.reverse {
	flex-direction: column-reverse;
}
.service_item .overview {
	width: 93.75%;
	margin: 0 auto;
}
.service_item .overview_inner {
	left: unset;
	-webkit-box-shadow: 0 15px 30px 0 rgba(30,34,26,.35);
	box-shadow: 0 15px 30px 0 rgba(30,34,26,.35);
}
.service_item.reverse .overview_inner {
	right: unset;
}
.service_item .service_img {
	width: 100%;
	right: unset;
	margin-top: -60px;
}
.service_item.reverse .service_img {
	left: unset;
}
.service_item .service_img img {
	height: 400px;
}

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

.service_item .overview_inner {
	padding: 40px 8%;
}
.service_item .service_img img {
    height: 260px;
}
.service_hd_ja {
	font-size: 125%;
}
.mulch_btn .base_btn {
    width: 100%;
	margin-top: 20px;
}
.mulch_btn .base_btn:first-child {
	margin-top: 0;
}

}