@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* MV */
/* ----------------------------------- */
#underMv {
	background: url(../../img/service/service_head.jpg) right 0 no-repeat;
	background-size: cover;
}

#slideArea {
	position: relative;
}

#bgSlider {
	width: 100%;
	height: 100vh;
	position: sticky;
	top: 0;
	left: 0;
	z-index: -1;
}

.swiper-slide {
	height: 100vh!important;
}

#bgSlider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.serviceContent {
	width: 500px;
	padding: 50px 0;
	margin-bottom: 40px;
	background: #FFF;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.serviceList {
	padding: 0 40px;
	font-size: 1.8rem;
}

.serviceList li {
	margin-bottom: 30px;
}

.serviceDetail {
	padding: 20px;
	margin-top: 15px;
	border: 1px solid #0f74c9;
}

.serviceDetail dt {
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	border-left: 5px solid #0f74c9;
	line-height: 1;
}

.serviceDetail dd {
	font-size: 1.5rem;
}



/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.serviceContent {
		width: 100%;
		padding: 30px 0;
	}

	.swiper-slide {
		height: auto !important;
	}

	#bgSlider {
		width: 100%;
		height: auto;
		padding-bottom: 20px;
		position: static;
	}

	.serviceList {
		padding: 0 4%;
		font-size: 1.6rem;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {

}