#page_title{
	height:730px;
	margin:0 auto 160px;
	background:url('../images/service1/pagetitle.webp') no-repeat top center;
}
main section{
	margin:0 auto 160px;
}
#section1{
	text-align:center;
}
#section2,
#section3,
#section4{
	padding:0 4dvw;
	display:flex;
	align-items:center;
	gap:6dvw;
}
#section2 h3,
#section3 h3,
#section4 h3{
	width:47.7%;
	height:41.1458dvw;
	flex:none;
	color:#fff;
	padding:50px 50px 0 0;
	box-sizing:border-box;
	line-height:2em;
	text-align:right;
	border-radius:20px;
	margin:0 !important;
}
#section2 h3{
	background:url('../images/service1/service1_img1.webp') no-repeat;
	background-size:cover;
}
#section3 h3{
	background:url('../images/service1/service1_img2.webp') no-repeat;
	background-size:cover;
}
#section4 h3{
	background:url('../images/service1/service1_img3.webp') no-repeat;
	background-size:cover;
}
#section2 article,
#section3 article,
#section4 article{
	width:calc(52.3% - 6dvw);
	max-width:700px;
	padding:0px 0 0;
	box-sizing:border-box;
	flex:none;
}
#section2 article h4,
#section3 article h4,
#section4 article h4{
	font-size:36px;
	margin-bottom:60px;
}
#section3 dl{
	background:#f5f5f5;
	border-radius:10px;
	padding:40px;
	margin-bottom:40px;
}
#section3 dl dt{
	font-size:21px;
	margin-bottom:20px;
}