#main {
	padding: 40px 0 0 0;
}

#main section {
	margin: 0 0 80px 0;
}
#section1 a{
	display:block;
	max-width:960px;
	height:240px;
	margin:0 auto 40px;
	color:#333333;
	text-decoration:none;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	background:url('../images/recruit/sankaku.svg') no-repeat top left;
}
#section1 a:hover{
	opacity:0.8;
}
.recruit_banner{
	padding:75px 0 0 70px;
	box-sizing:border-box;
	width:100%;
	height:100%;
}
.recruit_banner h4{
	font-size:24px;
	margin-bottom:35px;
	color:#005982;
}
#recruit1{
	background:url('../images/recruit/recruit_img1.webp') no-repeat top right;
}
#recruit2{
	background:url('../images/recruit/recruit_img2.webp') no-repeat top right;
}
#recruit3{
	background:url('../images/recruit/recruit_img3.webp') no-repeat top right;
}
#recruit4{
	background:url('../images/recruit/recruit_img4.webp') no-repeat top right;
}