#page_title{
	background:#ff9100 url('../images/recruit/pagetitle.webp') no-repeat top center;
}
main section ul{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}
main section ul li{
	border:2px solid #fd4e01;
	width:calc((100% - 60px) / 4);
	text-align:center;
	border-radius:5px;
	box-sizing:border-box;
}