#pagetitle{
	background:url('../images/recruit/pagetitle.webp') no-repeat center center;
}
#contents1{
	text-align:center;
}
#contents2{
}
#contents2 figure{
	width:530px;
}
#contents2 .comment{
	width:calc(100% - 570px);
}
#contents3 figure{
	width:530px;
	order:1;
}
#contents3 .comment{
	width:calc(100% - 570px);
	order:2;
}
#contents3 ul{
	color:#0f87cc;
}
#contents4 article{
	padding:40px;
	background:#e5f6f6;
	border-radius:20px;
	box-sizing:border-box;
}
#contents4 ul{
	list-style:none;
	padding:0;
	display:flex;
	gap:40px;
}
#contents4 ul li{
	width:calc((100% - 40px) / 2);
}
#contents4 ul li a{
	display:block;
	border:2px solid #0f87cc;
	line-height:56px;
	border-radius:10px;
	font-size:20px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	margin:0 auto;
	background:#0f87cc url('../images/common/arrow2.svg') no-repeat center right 10px;
}
#contents4 ul li a:hover{
	color:#0f87cc;
	background:#fff url('../images/common/arrow1.svg') no-repeat center right 10px;
}