#page_title {
	height: 240px;
	position: relative;
	background: #ff0000 url('../images/recruit3/pagetitle.webp') no-repeat top center;
}

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

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

#contents1 .dateInfo{
	margin: 100px 20px 0;
	text-align: right;
	color: #333;
	font-size: 77%;
}

main section h3 {
	display: block;
	text-align: center;
}

main section h3 strong {
	font-size: 140%;
}

#contents2 article {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

#contents2 article dl {
	width: calc((100% - 60px) / 3);
	border: 2px solid #ff0000;
	box-sizing: border-box;
	border-radius: 15px;
	overflow: hidden;
}

#contents2 dt {
	color: #fff;
	background: linear-gradient(135deg, rgba(255, 0, 0, 1) 0%, rgba(207, 4, 4, 1) 100%);
	padding: 10px;
	text-align: center;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
}

#contents2 dd {
	padding: 10px;
	display: flex;
	gap: 10px;
	align-items: center;
}

#contents2 dd figure {
	width: 40%;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

#contents2 dd figure img {
	display: block;
}

#contents2 dd .comment {
	text-align: center;
	width: calc(60% - 10px);
	flex: none;
	font-size: 20px;
}

#contents2 dd .comment strong {
	font-size: 60px;
	font-weight: bold;
	color: #ff0000;
	line-height: 1.2em;
}