#page_title {
	background: url('../images/recruit2/pagetitle.webp') no-repeat bottom center;
}
main section h3{
	text-align:center;
}
main section{
	margin:0 auto 70px;
}
main section article{
}
#section1 ul{
	padding:0;
	list-style:none;
	display:flex;
	justify-content:space-between;
}
#section1 ul li{
	width:540px;
}
.voice{
	background:#fff;
	padding:40px;
	border-radius:20px;
	display:flex;
	gap:60px;
}
.voice h4{
	font-size:24px;
	line-height:1.5em;
}
.voice h4 strong{
	font-size:30px;
}
.voice dl{
	margin-bottom:50px;
}
.voice dl dt{
	font-size:21px;
	color:#2b840f;
	margin-bottom:10px;
}
.voice figure{
	width:400px;
	flex:none;
}
.voice figure img{
	display:block;
	margin-bottom:40px;
}