#pagetitle{
	display:flex;
	align-items:center;
	justify-content:center;
	height:600px;
	background:url('../images/recruit2-3/bg_pagetitle.webp') no-repeat;
}
#pagetitle h2{
	padding:0;
}
#section0{
	max-width:1100px;
	margin:0 auto 130px;
	font-size:48px;
	line-height:1.8em;
	font-weight:200;
}
#section0 h3{
	color:#92bde4;
	font-size:70px;
	font-weight:200;
	margin:0 0 40px;
}
.works{
	max-width:1100px;
	margin:0 auto 160px;
	display:flex;
	flex-wrap:wrap;
	gap:100px;
}
.works dl{
	width:calc((100% - 100px) / 2);
}
.works dd{
	font-size:20px;
	padding:10px 0 0;
}
.works dd .sekou p{
	display:inline-block;
	background:#9ab6dd;
	color:#fff;
	padding:0 10px;
}
.works_comment{
	display:flex;
	justify-content:space-between;
	padding:10px 0 0;
}
.syurui{
	padding:0 10px;
	border:1px solid #ccc;
}