@charset "utf-8";

/*---------------------------------
	service
---------------------------------*/

/* parts
-------------------------------- */
.service-heading {
	margin: 0 0 50px;
	text-align: center;
	font-size: 2.05em;
	font-weight: bold;
}

.service-heading .sub {
	display: block;
	font-size: 0.611em;
	font-weight: normal;
}

/* mv
-------------------------------- */
.service-mv-wrapper {
	display: flex;
	width: 100%;
	margin: 0 0 40px;
}

.service-mv-wrapper .image {
	position: relative;
	width: 50%;
}

.service-mv-wrapper .image:not(:first-child)::before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #fff;
	content: "";
}

.service-mv-wrapper .image img {
	width: 100%;
	height: 340px;
	object-fit: cover;
}

.service-mv-wrapper .image:first-child img {
	border-radius: 5px 0 0 5px;
}

.service-mv-wrapper .image:last-child img {
	border-radius: 0 5px 5px 0;
}

.service-two-column-text {
	display: flex;
	justify-content: space-between;
	margin: 0 0 70px;
}

.service-two-column-text .text-wrapper {
	width: 65%;
	line-height: 1.75;
}

.service-two-column-text .supplement-column {
	width: 30.4%;
}

.service-supplement-wrapper .service-supplement-text {
	position: relative;
	padding: 25px 10px;
	border: 1px solid #000;
	text-align: center;
}

.service-supplement-wrapper .service-supplement-text:first-child {
	border-bottom: none;*/
	border-radius: 5px 5px 0 0;*/
	border-radius: 5px;
}

.service-supplement-wrapper .service-supplement-text:last-child {
	border-radius: 0 0 5px 5px;*/
	border-radius: 5px;
}

.service-supplement-wrapper .service-supplement-text-plant {
	position: relative;
	padding: 25px 10px;
	border: 1px solid #000;
	text-align: center;
	border-radius: 5px;
}

.service-supplement-wrapper .service-supplement-text .heading {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	padding: 0 14px;
	background: #fff;
	font-size: 0.95em;
	font-weight: bold;
	transform: translate(-50%, -50%);
}


.service-supplement-wrapper .service-supplement-text-plant .heading {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	padding: 0 14px;
	background: #fff;
	font-size: 0.95em;
	font-weight: bold;
	transform: translate(-50%, -50%);
}





.service-supplement-tag > li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 0 15px;
	padding: 10px;
	min-height: 75px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 1.025em;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 5px;
}

.service-supplement-tag > li:last-child {
	margin: 0;
}

.service-equipment-wrapper {
	position: relative;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 40px 40px 30px;
}

.service-equipment-wrapper .heading {
	position: absolute;
	left: 50%;
	top: 0;
	padding: 0 30px;
	background: #fff;
	font-size: 1.625em;
	font-weight: bold;
	transform: translate(-50%, -50%);
}

.service-equipment-wrapper .service-equipment-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 0 0 -45px;
}

.service-equipment-wrapper .service-equipment-list > li {
	margin: 0 0 10px 45px;
}


.service-detail-wrapper {
	position: relative;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 40px 40px 30px;
	margin: 0 0 80px 0;
}

.service-detail-wrapper .heading {
	position: absolute;
	left: 50%;
	top: 0;
	padding: 0 30px;
	background: #fff;
	font-size: 1.625em;
	font-weight: bold;
	transform: translate(-50%, -50%);
}

.service-detail-wrapper .service-detail-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 0 0 -45px;
}

.service-detail-wrapper .service-detail-list > li {
	margin: 0 0 10px 45px;
}



/* example
-------------------------------- */
.service-example-slide {
	width: 800px;/*<------------20200331*/
	margin: 0 auto;/*<------------20200331*/
	padding: 0 35px;
}
.service-example-slide .slick-track {
	display: flex;
	align-items: stretch;
}

.service-example-slide li.slick-slide {
	display: flex;
	float: none;
	height: auto;
}

.service-example-slide li.slick-slide .slide-inner {
	display: flex;
	width: 100%;
}

.service-example-slide li .image {
	/*width: 57%;*/
	/width: 100%;
}

.service-example-slide li .image img {
	width: 100%;
	height: 100%;
	min-height: 338px;
	object-fit: cover;
}

.service-example-slide li .text-wrapper {
	position: relative;
	width: 43%;
	padding: 150px 30px 30px 40px;
	box-sizing: border-box;
}

.service-example-slide li .text-wrapper::before {
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - 40px);
	height: calc(100% - 2px);
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	content: "";
}

.service-example-slide li .text-wrapper .heading {
	margin: 0 0 10px;
	font-size: 1.175em;
}

.service-example-slide li .text-wrapper .text {
	line-height: 1.1;
	margin: 0 0 0 -2px;
}

.service-example-slide .slick-arrow {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	width: 35px;
	height: 100%;
	background: #000;
	border: none;
	overflow: hidden;
	text-indent: 100%;
	z-index: 1;
	border-radius: 5px 0 0 5px;
}

.service-example-slide .slick-arrow.slick-next {
	left: auto;
	right: 0;
	border-radius: 0 5px 5px 0;
}

.service-example-slide .slick-arrow.slick-prev::before,
.service-example-slide .slick-arrow.slick-next::before {
	position: absolute;
	left: 9px;
	top: 50%;
	display: block;
	height: 43px;
	width: 16px;
	background: url(../images/common/ico_arrow_white_l.png) no-repeat 50% 50% / contain;
	transform: translateY(-50%);
	content: "";
}

.service-example-slide .slick-arrow.slick-next::before {
	left: auto;
	right: 9px;
	transform: translateY(-50%) rotate(180deg);
}

.service-example-list-wrapper {
	overflow: hidden;
}

.service-example-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: -50px 0 0 -50px;
}

.service-example-list > li {
	position: relative;
	margin: 50px 0 0 50px;
	width: calc((100% - 150px) / 3);
	border: 1px solid #000;
	border-top: none;
	box-sizing: border-box;
	border-radius: 5px;
}

.service-example-list > li .image {
	position: relative;
	height: 0;
	padding-bottom: 66.66%;
}

.service-example-list > li .image img {
	position: absolute;
	width: calc(100% + 2px);
	height: 100%;
	top: 0;
	left: -1px;
	border-radius: 5px 5px 0 0;
}

.service-example-list > li .text-wrapper {
	position: relative;
	padding: 18px 18px 20px;
}

.service-example-list > li .text-wrapper::before,
.service-example-list > li .text-wrapper::after {
	display: block;
	position: absolute;
	left: -1px;
	top: 0;
	width: 1px;
	height: 18px;
	background: #fff;
	content: "";
}

.service-example-list > li .text-wrapper::after {
	left: auto;
	right: -1px;
}

.service-example-list > li .text-wrapper .heading {
	margin: 0 0 12px;
	font-size: 1.15em;
}

.service-example-list > li .text-wrapper .text {
	font-size: 0.875em;
}

.service-contact-text {
	padding: 65px 0 30px;
	text-align: center;
	font-weight: 700;
	font-size: 1.425em;
}

/* original
-------------------------------- */
.service-original-section {
	padding: 45px 0 65px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.service-original-inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 40px;
}

.service-original-inner .image-wrapper {
	display: flex;
	width: 64%;
}

.service-original-inner .image-wrapper .image {
	position: relative;
	width: 50%;
}

.service-original-inner .image-wrapper .image:not(:first-child)::before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: #fff;
	content: "";
}

.service-original-inner .image-wrapper .image img {
	width: 100%;
	height: 100%;
	min-height: 273px;
	object-fit: cover;
}

.service-original-inner .image-wrapper .image:first-child img {
	border-radius: 5px 0 0 5px;
}

.service-original-inner .image-wrapper .image:last-child img {
	border-radius: 0 5px 5px 0;
}

.service-original-inner .text-wrapper {
	width: 32%;
}

.service-original-inner .text-wrapper .heading {
	margin: 0 0 10px;
	font-size: 1.213em;
	line-height: 170%;
}

.service-original-inner .text-wrapper .text {
	margin: 0 0 50px;
	font-size: 0.875em;
}

.service-original-inner .text-wrapper .service-btn {
	position: relative;
	display: block;
	text-align: center;
	padding: 18px 10px;
	font-size: 1.088em;
	font-weight: bold;
}

.service-original-inner .text-wrapper .service-btn::before,
.service-original-inner .text-wrapper .service-btn::after{
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #000;
	border-bottom: 0;
	width: calc(100% - 2px);
	height: 14px;
	border-radius: 5px 5px 0 0;
	content: "";
}

.service-original-inner .text-wrapper .service-btn::after{
	top: auto;
	bottom: 0;
	transform: rotate(180deg);
}

.service-original-inner .text-wrapper .service-btn .pdf {
	position: relative;
	display: inline-block;
	padding: 0 0 0 38px;
}

.service-original-inner .text-wrapper .service-btn .pdf::before {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 28px;
	height: 30px;
	transform: translateY(-50%);
	background: url("../images/common/ico_pdf.png") no-repeat 50% 50% / contain;
	content: "";
}

/* pagination
-------------------------------- */
.service-pagination {
	display: flex;
	justify-content: space-between;
	width: 63%;
	margin: 0 auto;
}

.service-pagination > li {
	display: flex;
	width: 46%;
}

.service-pagination > li > a {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 88px;
	padding: 10px 3px;
}

.service-pagination > li > a::before,
.service-pagination > li > a::after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 2px);
	height: 23px;
	border: 1px solid #000;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	content: "";
}

.service-pagination > li > a::after {
	top: auto;
	bottom: 0;
	transform: rotate(180deg);
}

.service-pagination > li > a .inner {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align:center;
	font-size: 1.113em;
	font-weight: bold;
}

.service-pagination > li > a .inner::before{
	position: absolute;
	left: -5px;
	top: 50%;
	width: 15px;
	height: 15px;
	border-left: 3px solid #D90024;
	border-bottom: 3px solid #D90024;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.service-pagination > li:last-child > a .inner::before {
	left: auto;
	right: -5px;
	transform: translateY(-50%) rotate(225deg);
}


/*---------------------------------
	Tablet / SP
---------------------------------*/
@media only screen and (max-width: 767px) {
	
	/* parts
	-------------------------------- */
	.service-heading {
		margin: 0 0 25px;
		font-size: 1.857em;
	}
	
	.service-heading .sub {
		font-size: 0.667em;
	}
	
	/* mv
	-------------------------------- */
	.service-mv-wrapper {
		display: block;
		margin: 0 0 20px;
	}

	.service-mv-wrapper .image {
		width: 100%;
	}

	.service-mv-wrapper .image:not(:first-child)::before {
		width: 100%;
		height: 1px;
	}

	.service-mv-wrapper .image img {
		width: 100%;
		height: 210px;
	}

	.service-mv-wrapper .image:first-child img {
		border-radius: 5px 5px 0 0;
	}

	.service-mv-wrapper .image:last-child img {
		border-radius: 0 0 5px 5px;
	}

	.service-two-column-text {
		display: block;
		margin: 0 0 35px;
	}

	.service-two-column-text .text-wrapper {
		width: auto;
		margin: 0 0 30px;
	}

	.service-two-column-text .supplement-column {
		width: auto;
	}

	.service-supplement-wrapper .service-supplement-text {
		padding: 15px 10px;
	}

	.service-supplement-wrapper .service-supplement-text .heading {
		padding: 0 10px;
		font-size: 1.143em;
	}

	.service-supplement-tag {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin: -12px 0 0;
	}

	.service-supplement-tag > li {
		width: calc((100% - 25px) / 2);
		margin: 12px 0 0;
		padding: 5px;
		min-height: 37px;
		font-size: 1em;
	}

	.service-supplement-tag > li:last-child {
		margin: 12px 0 0;
	}

	.service-equipment-wrapper {
		padding: 20px 20px 10px;
	}

	.service-equipment-wrapper .heading {
		padding: 0 10px;
		font-size: 1.143em;
	}

	.service-equipment-wrapper .service-equipment-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0;
	}

	.service-equipment-wrapper .service-equipment-list > li {
		margin: 0 0 10px;
		width: 48%;
	}
	
	/* example
	-------------------------------- */
	.service-example-slide {
		padding: 0 17px;
		width: 100%
	}

	.service-example-slide li.slick-slide .slide-inner {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.service-example-slide li .image {
		width: 100%;
	}

	.service-example-slide li .image img {
		min-height: 155px;
	}

	.service-example-slide li .text-wrapper {
		position: relative;
		width: 100%;
		padding: 25px 15px 15px;
	}

	.service-example-slide li .text-wrapper::before {
		top: auto;
		bottom: 0;
		width: 100%;
		height: calc(100% - 25px);
		border-top: none;
		content: "";
	}

	.service-example-slide li .text-wrapper .heading {
		margin: 0 0 10px;
		font-size: 1.286em;
	}

	.service-example-slide .slick-arrow {
		width: 17px;
	}

	.service-example-slide .slick-arrow.slick-prev::before,
	.service-example-slide .slick-arrow.slick-next::before {
		left: 4px;
		height: 21px;
		width: 8px;
	}

	.service-example-slide .slick-arrow.slick-next::before {
		left: auto;
		right: 4px;
	}

	.service-example-list {
		margin: -20px 0 0 -20px;
	}

	.service-example-list > li {
		position: relative;
		margin: 20px 0 0 20px;
		width: calc((100% - 40px) / 2);
	}

	.service-example-list > li .text-wrapper {
		padding: 14px 12px 10px;
	}
	
	.service-example-list > li .text-wrapper::before,
	.service-example-list > li .text-wrapper::after {
		height: 14px;
	}

	.service-example-list > li .text-wrapper .heading {
		margin: 0 0 6px;
		font-size: 1.143em;
	}

	.service-example-list > li .text-wrapper .text {
		font-size: 0.857em;
	}

	.service-contact-text {
		padding: 30px 0 15px;
		text-align: center;
		font-weight: bold;
		font-size: 1.286em;
	}

	/* original
	-------------------------------- */
	.service-original-section {
		padding: 15px 0 24px;
	}

	.service-original-inner {
		display: block;
		width: auto;
		padding: 0 35px;
	}

	.service-original-inner .image-wrapper {
		display: flex;
		width: 100%;
		margin: 0 0 15px;
	}

	.service-original-inner .image-wrapper .image img {
		min-height: 107px;
	}

	.service-original-inner .text-wrapper {
		width: auto;
	}

	.service-original-inner .text-wrapper .heading {
		font-size: 1.286em;
	}

	.service-original-inner .text-wrapper .text {
		margin: 0 0 20px;
		font-size: 0.857em;
	}

	.service-original-inner .text-wrapper .service-btn {
		display: table;
		margin: 0 auto;
		padding: 10px;
		min-width: 62%;
		font-size: 1.143em;
	}

	.service-original-inner .text-wrapper .service-btn::before,
	.service-original-inner .text-wrapper .service-btn::after{
		height: 7px;
	}

	.service-original-inner .text-wrapper .service-btn .pdf {
		padding: 0 0 0 22px;
	}

	.service-original-inner .text-wrapper .service-btn .pdf::before {
		width: 16px;
		height: 17px;
	}

	/* pagination
	-------------------------------- */
	.service-pagination {
		width: 98%;
	}

	.service-pagination > li {
		display: flex;
		width: 46%;
	}

	.service-pagination > li > a {
		min-height: 50px;
	}

	.service-pagination > li > a::before,
	.service-pagination > li > a::after {
		height: 12px;
	}

	.service-pagination > li > a .inner {
		font-size: 1em;
	}

	.service-pagination > li > a .inner::before{
		left: -10px;
		width: 12px;
		height: 12px;
	}

	.service-pagination > li:last-child > a .inner::before {
		left: auto;
		right: -10px;
	}

}