#page_title{
	background:url('../images/h2_recruit.webp') no-repeat top center;
}
main section{
	margin:0 auto 100px;
	display:flex;
}
main section > figure{
	width:300px;
	padding:20px 0 0;
	background:#ad1417;
	flex:none;
}
main section > figure img{
	display:block;
	width:100%;
	height:580px;
	object-fit:cover;
}
main section > article{
	width:calc(100% - 300px);
	padding:20px 0 0 0;
	position:relative;
}
main section > article .inner{
	padding:40px;
	height:100%;
	box-sizing:border-box;
	border-radius:0 20px 20px 0;
}
#section4 .inner{
	background:url('../images/recruit/bg1.webp') no-repeat center center;
	background-size:cover;
}
#section5 .inner{
	background:url('../images/recruit/bg2.webp') no-repeat center center;
	background-size:cover;
}
#section3 .inner{
	background:url('../images/recruit/bg3.webp') no-repeat center center;
	background-size:cover;
}
main section > article .inner dl{
	margin:0 0 50px;
}
main section > article .inner dt{
	font-weight:700;
	color:#ad1417;
	text-shadow: 
		#fff 2px 0px,  #fff -2px 0px,
		#fff 0px -2px, #fff 0px 2px,
		#fff 2px 2px , #fff -2px 2px,
		#fff 2px -2px, #fff -2px -2px,
		#fff 1px 2px,  #fff -1px 2px,
		#fff 1px -2px, #fff -1px -2px,
		#fff 2px 1px,  #fff -2px 1px,
		#fff 2px -1px, #fff -2px -1px;
	margin:0 0 15px;
	font-size:24px;
}
main section > article .inner dd{
	padding:0 0 0 80px;
}
main section > article .inner .more{
	width:345px;
	position:absolute;
	right:20px;
	bottom:-25px;
}
.more a{
	display:block;
	line-height:48px;
	color:#000;
	text-decoration:none;
	border:1px solid #ad1417;
	border-radius:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	width:100%;
	text-align:center;
	box-sizing:border-box;
	margin:0 auto;
	background:#fff;
}
.more a:hover{
	color:#fff;
	background:#ad1417;
}
#bosyu_list{
	gap:60px;
}
#bosyu_list h3{
	font-size:20px;
	margin:0 0 15px;
	color:#ad1417;
}
#bosyu_list table{
	width:100%;
	border:1px solid #ccc;
}
#bosyu_list th{
	background:#ad1417;
	color:#fff;
}
#bosyu_list th,
#bosyu_list td{
	padding:10px;
	border:1px solid #ccc;
}