#page_title{
	background:#ff9100 url('../images/recruit/pagetitle.webp') no-repeat top center;
}
#section1 article{
	display:flex;
	flex-wrap:wrap;
	gap:50px;
}
#section1 article dl{
	border:3px solid #fd4e01;
	padding:20px;
	border-radius:10px;
	width:calc((100% - 50px) / 2);
	box-sizing:border-box;
}
#section1 article dl dt{
	background:#fd4e01;
	color:#fff;
	text-align:center;
	border-radius:10px;
	font-size:24px;
	margin-bottom:20px;
}
#section1 article dl dd{
	display:flex;
	gap:20px;
	align-items:center;
}
#section1 article dl dd{
	
}
#section1 article dl dd img{
	display:block;
	width:218px;
	max-height:210px;
	object-fit:contain;
}
#section1 article dl dd .comment{
	width:calc(100% - 238px);
	text-align:center;
	font-size:24px;
	flex:none;
}
#section1 article dl dd strong{
	font-size:70px;
	color:#fd4e01;
}