#page_title {
	height: 702px;
	position: relative;
	background: url('../images/recruit/pagetitle_recruit.webp') no-repeat top center;
}

#page_title_catch {
	font-size: 60px;
	color: #fff;
	left: 10%;
	top: 10%;
	position: absolute;
	z-index: 3;
	font-weight: bold;
	line-height: 1.3em;
}

#page_title h2 {
	justify-content: flex-start;
	color: #fff;
}

#page_title h2 .jp {
	width: 20%;
}

#contents1 {
	text-align: center;
	font-size: 24px;
	color: #ff0000;
	line-height: 1.8em;
}

#contents2,
#contents3,
#contents4,
#contents5 {
	border-top: 10px solid #ff0000;
	margin: 0 auto;
}

#contents5 {
	margin: 0 auto 100px;
	border-bottom: 10px solid #ff0000;
}

#contents2 article,
#contents3 article,
#contents4 article,
#contents5 article {
	display: flex;
	justify-content: center;
	gap: 20px;
	position: relative;
}

.comment {
	width: 420px;
	flex: none;
	padding: 25px 0 0;
}

.comment h4 {
	font-size: 36px;
	color: #ff0000;
	line-height: 1.2em;
}

main article figure img {
	display: block;
}

#contents2 article .syousai,
#contents3 article .syousai,
#contents4 article .syousai,
#contents5 article .syousai {
	display: block;
	border: 1px solid #000;
	width: 290px;
	box-sizing: border-box;
	line-height: 28px;
	text-decoration: none;
	text-align: center;
	background: url('../images/common/arrow5.png') no-repeat right 10px center;
	margin: 30px 0 0 130px;
}

#contents2 article:hover .syousai,
#contents3 article:hover .syousai,
#contents4 article:hover .syousai,
#contents5 article:hover .syousai {
	background: #f3e5e7 url('../images/common/arrow5.png') no-repeat right 10px center;
}

#contents2 article a,
#contents3 article a,
#contents4 article a,
#contents5 article a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}