/*---------------
mv
---------------*/
#service-mv{
	position: relative;
	height: 560px;
	overflow: visible;
}
#service-mv .sv-mv-bg{
	position: absolute;
	top: 184px;
	width: 50%;
	z-index: 5;
	opacity: 0;
	will-change: transform;
  	transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
#service-mv .sv-mv-bg-a{
	left: 0;
	transform: translateX(-10%);
}
#service-mv .sv-mv-bg-b{
	right: 0;
	transform: translateX(10%);
}
#service-mv .sv-mv-bg img{
	width: 100%;
	object-fit: contain;
}
#service-mv .sv-symbol{
	position: absolute;
	top: 184px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 280px;
	z-index: 10;
	opacity: 0;
}
#service-detail{
	height: 1850px;
	width: calc(100% - 80px);
	max-width: 1440px;
	padding: 65px 0 90px 80px;
	margin: 0 auto 80px;
	background: #fff;
}
#service-detail .sv-menu .head-wrap{
	margin-bottom: 72px;
}
#service-detail .sv-menu .head-wrap h2{
	margin-bottom: 8px;
}
#service-detail .sv-menu .head-wrap h3{
	margin-bottom: 16px;
}
#service-detail .sv-menu .sv-overview{
	position: relative;
	margin: 0 auto;
	width: 1000px;
}
.sv-menu .sv-overview .sv-ov00{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 820px;
	margin: 0 auto;
}
.sv-menu .sv-overview img{
	width: 820px;
}
.sv-menu .sv-overview .sv-ov01{
	position: absolute;
	top: 67px;
	left: 0;
	width: 1000px;
}
.sv-menu .sv-overview .sv-ov01 img{
	width: 1000px;
}
.sv-menu .sv-overview .sv-ov02{
	position: absolute;
	top: 401px;
	left: 0;
	width: 1000px;
}
.sv-menu .sv-overview .sv-ov02 img{
	width: 1000px;
}
.sv-menu .sv-overview .sv-ov03{
	position: absolute;
	top: 1070px;
	left: 0;
	width: 1000px;
}
.sv-menu .sv-overview .sv-ov03 img{
	width: 1000px;
}


@media all and (max-width: 786px){
	#service-mv{
		position: relative;
		height: 302px;
		overflow-x: hidden;
	}
	#service-mv .mv-bg{
		position: absolute;
		top: 148px;
		width: 100%;
		z-index: 5;
	}
	#service-mv .mv-bg img{
	}
	#service-mv .sv-symbol{
		position: absolute;
		top: 97px;
		width: 143px;
	}
	#service-detail{
		height: 1820px;
		width: 100%;
		max-width: initial;
		padding: 40px 0 40px 24px;
		margin: 0;
	}
	#service-detail .sv-menu .head-wrap{
		margin-bottom: 40px;
	}
	#service-detail .sv-menu .head-wrap h2{
		margin-bottom: 8px;
	}
	#service-detail .sv-menu .head-wrap h3{
		margin-bottom: 16px;
	}
	#service-detail .sv-menu .head-wrap p{
		width: calc(100% - 24px);
	}
	#service-detail .sv-menu .sv-overview{
		margin: 0;
		height: 1474px;
		width: 100%;
		overflow-x: scroll;
	}
	#service-detail .sv-menu .sv-overview img{
		max-width: initial;
	}
}

/*---------------
fyi
---------------*/
#service-fyi{
	width: calc(100% - 80px);
	max-width: 1440px;
	margin: 0 auto -240px;
}
#service-fyi .sv-menu .head-wrap{
	margin: 0 0 80px 40px;
}
#service-fyi .sv-menu .head-wrap h3{
	margin-bottom: 12px;
}
#service-fyi .sv-menu .head-wrap p{
	margin-bottom: 0;
}
.case-wrap{
	width: calc(100% - 80px);
	margin: 0 80px 80px 0;
}
.case{
	display: flex;
	width: 100%;
}
.case-no{
	width: 457px;
	margin-right: 40px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	letter-spacing: -0.01em;
}
.case-overview{
	width: calc(100% - 457px - 40px);
}
.tx-block{
	margin-bottom: 12px;
}
.tx-block h4{
	font-weight: bold;
	margin-bottom: 12px;
}
.img-block{
	margin: 11px 0 8px;
}
.img-block h4{
	font-weight: bold;
	margin-bottom: 8px;
}
.img-block img{
	height: 280px;
	width: 100%;
	margin-bottom: 8px;
	object-fit: contain;
}


@media all and (max-width: 786px){
	#service-fyi{
		width: 100%;
		max-width: 100%;
		margin: 80px auto 28px;
	}
	#service-fyi .sv-menu .head-wrap{
		margin: 0 0 40px 24px;
	}
	#service-fyi .sv-menu .head-wrap h3{
		margin-bottom: 14px;
	}
	#service-fyi .sv-menu .head-wrap p{
		width: calc(100% - 25px);
	}
	.case-wrap{
		width: 100%;
		margin: 0 0 80px 0;
	}
	.case{
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.case-no{
		height: 120px;
		width: 100%;
		margin-right: 0;
	}
	.case-overview{
		width: calc(100% - 48px);
		margin: 24px auto 0;
	}
	.tx-block{
	}
	.tx-block h4{
	}
	.img-block{
		margin: 24px 0;
	}
	.img-block h4{
	}
	.img-block img{
		height: 112px;
		width: 100%;
		margin-bottom: 8px;
	}
}



