#pagetitle{
	height:calc(100dvh - 120px);
	max-height:967px;
	position:relative;
	background:url('../images/service/pagetitle.webp') no-repeat center center;
	background-size:auto 100%;
}
#pagetitle h2{
	bottom:0;
	left:calc((100% - 1100px) / 2);
	position:absolute;
	width:300px;
	line-height:347px;
	text-align:center;
	background:url('../images/common/bg_h2.svg') no-repeat center center;
}
#contents1{
	text-align:center;
}
#contents1 article{
	border-bottom:1px solid #ccc;
	padding:0 0 60px;
}
#contents2 .inner{
	padding:50px 0 0;
	display:flex;
	gap:38px;
}
#contents2 .inner dl{
	width:calc((100% - 76px) / 3);
	flex:none;
	display:flex;
	flex-direction:column;
}
#contents2 .inner dt{
	border:1px solid #ccc;
	padding:38px 16px 22px;
}
#contents2 .inner dt .makerlogo{
	height:80px;
	margin-bottom:45px;
	text-align:center;
}
#contents2 .inner dt .makerlogo img{
	display:block;
	margin:0 auto;
}
#contents2 .inner .makercomment{
	padding:20px 0;
}
#contents2 .inner .more{
	margin-top:auto;
}
#contents3 dl{
	padding:35px;
	border-radius:20px;
	background:#e5f6f6;
	display:flex;
	margin:0 auto 40px;
	gap:40px;
}
#contents3 dt{
	width:70px;
	flex:none;
	font-size:24px;
	text-align:center;
	color:#030a57;
}
#contents3 dt strong{
	display:block;
	line-height:1em;
	font-size:72px;
}
#contents3 .icon{
	width:150px;
	flex:none;
	display:flex;
	align-items:center;
	justify-content:center;
}
#contents3 .icon img{
	display:block;
}
#contents3 .more{
	padding:30px 0 0;
}
#contents3 .more a{
	max-width:340px;
}