#contents1{
	max-width:1280px;
	margin:0 auto 160px;
	padding:0 0 0 190px;
	position:relative;
	box-sizing:border-box;
}
#contents1 article{
	padding:50px 590px 0 80px;
	height:300px;
	max-width:1090px;
	box-sizing:border-box;
	position:relative;
	top:80px;
	background:#d9ebf3 url('../images/recruit/recruit_img.png') no-repeat right center;
}
.recruit_catch{
	color:#fff;
	font-size:30px;
	writing-mode: vertical-rl;
	display:flex;
	align-items:center;
	position:absolute;
	background:#003889;
	width:240px;
	height:340px;
	padding:40px 0 0;
	box-sizing:border-box;
	top:-80px;
	left:-190px;
	line-height:1.5em;
}
#contents2 ul{
	padding:0;
	list-style:none;
	display:flex;
	gap:80px;
}
#contents2 ul li{
	width:calc((100% - 80px) / 2);
	flex:none;
	background:url('../images/common/bg_button.png') no-repeat right center;
}
#contents2 ul li a{
	display:flex;
	align-items:center;
	height:200px;
	font-size:24px;
	padding:0 40px;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	background:url('../images/common/arrow1.svg') no-repeat right 30px center;
	color:#1b1b1b;
	text-decoration:none;
}
#contents2 ul li a:hover{
	color:#fff;
	background:#003889 url('../images/common/arrow5.svg') no-repeat right 30px center;
}