#page_title{
	height:240px;
	position:relative;
	background:#ff0000 url('../images/recruit1/pagetitle.webp') no-repeat top center;
}
#page_title_catch{
	font-size:60px;
	color:#fff;
	left:10%;
	top:10%;
	position:absolute;
	z-index:3;
	font-weight:bold;
	line-height:1.3em;
}
#page_title h2{
	justify-content:flex-start;
	align-items:center;
	color:#fff;
}

#contents1{
	text-align:center;
	font-size:24px;
	color:#ff0000;
	line-height:1.8em;
}
main section article:after{
	content:"";
	clear:both;
	display:block;
}
main section h3{
	display:block;
	text-align:center;
}
main section h3 strong{
	font-size:140%;
}
.voice1{
	display:flex;
	flex-wrap:wrap;
	gap:40px;
	margin:0 auto 60px;
}
.voice1 figure{
	width:calc((100% - 40px) / 2);
	flex:none;
}
.voice1 dl{
	width:calc((100% - 40px) / 2);
	flex:none;
}
.voice1 dt{
	color:#ff0000;
	font-size:28px;
	line-height:1.3em;
	margin-bottom:20px;
}
.voice2 h4{
	background:#626162;
	font-size:24px;
	padding:10px 20px 0;
	color:#fff;
	height:60px;
	box-sizing:border-box;
	position:relative;
}
.voice2 h4:after{
	content:"";
	height:1px;
	background:#fff;
	display:block;
	width:100%;
	position:absolute;
	bottom:10px;
	left:0;
}
.voice2 dt{
	font-size:24px;
	font-weight:bold;
	position:relative;
}
.voice2 dt:after{
	content:"";
	height:1px;
	background:#ff0000;
	display:block;
	width:160px;
	position:absolute;
	bottom:-5px;
	left:0;
}
.voice2 dd{
	margin-bottom:40px;
	padding:10px 0 0 140px;
}