#page_title{
	margin:0 auto;
	background:#fffef1 url('../images/recruit/pagetitle.webp') no-repeat top center;
}
#section1{
	text-align:center;
}
#section1 ul{
	list-style:none;
	padding:40px 0 0;
	display:flex;
	gap:40px;
	justify-content:center;
}
#section1 ul li{
	width:460px;
}
#section1 ul li a{
	display:block;
	line-height:58px;
	border:2px solid #088943;
	border-radius:30px;
	text-align:center;
	box-shadow:0 4px 0 #cccccc;
	text-decoration:none;
	font-weight:700;
	color:#222;
	background:#fff url('../images/common/arrow_green.svg') no-repeat right 10px center;
}
#section1 ul li a:hover{
	background:#088943;
	color:#fff;
}
#section2 .inner{
	display:flex;
	gap:40px;
}
#section2 .inner dl{
	width:calc((100% - 80px) / 3);
	border:5px solid #000;
	border-radius:20px;
	padding:20px;
	text-align:center;
}
#section2 .inner dl dt{
	font-size:24px;
	font-weight:700;
	margin-bottom:20px;
}
#section2 .inner dl dt img{
	display:block;
	margin:0 auto 10px;
}
#section3{
	background:url('../images/recruit/recruit_img5.webp') no-repeat top 94px center;
}
#section3 .photo_comment{
	display:flex;
	gap:40px;
}
#section3 .photo_comment figure{
	width:530px;
	flex:none;
}
#section3 .photo_comment figure img{
	display:block;
}
#section3 .photo_comment .comment{
	width:calc(100% - 570px);
	padding:0 70px 0 0;
	box-sizing:border-box;
	flex:none;
}
#section4{
	text-align:center;
}