#pagetitle{
	display:block;
	height:900px;
	position:relative;
	background:url('../images/recruit/pagetitle.webp') no-repeat top center;
	background-size:cover;
	position:relative;
	z-index:1;
}
#pagetitle h2{
	text-align:center;
	padding:200px 0 0;
}
#contents1{
	position:relative;
	z-index:2;
	margin:-500px 0 0 0;
	height:500px;
}
#contents1 h2{
	color:#fff;
	font-family: "hiragino-mincho-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:50px;
	text-align:center;
	line-height:1.3em;
	margin:0 auto 40px;
}
#contents1 p{
	text-align:center;
	color:#fff;
	font-size:24px;
}

#contents1 ul{
	padding:50px 0 0;
	list-style:none;
	display:flex;
	gap:40px;
	max-width:940px;
	margin:0 auto;
}
#contents1 ul li{
	width:calc((100% - 40px) / 2);
}
#contents1 ul li a{
	display:block;
	border:3px solid #00a3e8;
	line-height:56px;
	border-radius:31px;
	font-size:20px;
	color:#00a3e8;
	text-align:center;
	text-decoration:none;
	margin:0 auto;
	background:#fff url('../images/common/arrow1.svg') no-repeat center left 20px;
}
#contents1 ul li a:hover{
	color:#fff;
	background:#00a3e8;
}
#contents2{
	text-align:center;
}
#contents3 figure{
	width:480px;
}
#contents3 .comment{
	width:calc(100% - 520px);
}
#contents3 h4{
	font-size:30px;
}
#contents3 h5{
	color:#00a3e8;
	font-size:20px;
}
#contents4{
	background:#f3f3f3;
	padding:80px 0;
}
#contents4 .inner{
	display:flex;
	gap:40px;
	padding:60px 0 0;
}
#contents4 .inner dl{
	width:calc((100% - 80px) / 3);
	background:#fff;
	border-radius:20px;
	padding:20px 30px 50px 30px;
	box-sizing:border-box;
}
#contents4 dt{
	color:#00a3e8;
	font-size:27px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	height:80px;
	font-weight:bold;
	margin-bottom:20px;
}
#contents5{
	background:#fafafa;
	padding:80px 0;
}
#contents5 ul{
	padding:40px 0;
	list-style:none;
	display:flex;
	gap:40px;
}
#contents5 li{
	width:calc((100% - 120px) / 4);
	border:3px solid #00a3e8;
	border-radius:10px;
	color:#00a3e8;
	text-align:center;
	justify-content:center;
	align-items:center;
	padding:25px 0;
	box-sizing:border-box;
	font-weight:bold;
	font-size:24px;
}
#contents6 .inner{
	display:flex;
	gap:40px;
	padding:40px 0 0;
}
#contents6 .inner dl{
	background:#00a3e8;
	color:#fff;
	border-radius:20px;
	width:calc((100% - 40px) / 2);
	box-sizing:border-box;
	padding:20px;
	display:flex;
	flex-direction:column;
}
#contents6 .inner dt{
	font-size:24px;
	border-bottom:1px solid #fff;
	line-height:40px;
	margin-bottom:10px;
	text-align:center;
}
#contents6 .inner .more{
	margin-top:auto;
}