body{
	background:url('../images/recruit/bg_header.jpg') no-repeat top center;
}
#gnav{
	position:relative;
	z-index:2;
}
#page_title_recruit{
	width:850px;
	position:absolute;
	font-size:36px;
	color:#552f0a;
	z-index:1;
	text-align:right;
	top:220px;
	left:50%;
	transform:translateX(-50%);
}
#page_title_recruit h2{
	font-weight:normal;
}
main{
	padding:20px 0 0;
}
#contents{
	width:940px !important;
	margin:0 auto 40px;
	float:none !important;
}
#contents article{
	font-size:18px;
	line-height:2em;
}
#contents article h3{
	font-size:36px;
	margin-bottom:40px;
	text-align:center;
}
#contents article h4{
	font-size:30px;
	margin-bottom:20px;
	color:#4f8300;
}
#contents article a{
	width:510px;
	box-sizing:border-box;
	display:block;
	line-height:46px;
	border:1px solid #000;
	background:#fff;
	font-size:20px;
	color:#4f8300;
	text-align:center;
	text-decoration:none;
	position:absolute;
	bottom:35px;
	border-radius:24px;
	right:50px;
}
#contents article a:hover{
	background:#4f8300;
	color:#fff;
	transition:0.5s;
}
.comment_photo{
	display:flex;
	gap:80px;
}
.comment_photo figure{
	width:380px;
	flex:none;
}
.comment_photo .comment{
	width:calc(100% - 460px);
}
#section1{
	text-align:center;
}