#page_title{
	background:#ff9100 url('../images/recruit/pagetitle.webp') no-repeat top center;
}
main section article{
	display:flex;
	gap:50px;
}
main section article .recruit_l{
	width:250px;
	order:2;
}
main section article .recruit_r{
	width:calc(100% - 300px);
	order:1;
}