#page_title {
	line-height: 310px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: #073b75 url('../images/recruit/recruit_header.png') no-repeat top center;
}

#main {
	padding: 40px 0 0 0;
}

#main section {
	margin: 0 0 80px 0;
}

#main h3 {
	font-size: 32px;
	color: #073b75;
	max-width: 940px;
	margin: 0 auto 10px;
}

#main h3 img {
	vertical-align: middle;
}

.voice_wrap {
	background: url('../images/recruit/bg_voice2.svg') no-repeat top 150px center;
	margin: 0 auto 120px;
}

.voice {
	background: url('../images/recruit/bg_voice1.png') no-repeat top center;
	background-size: 100% 456px;
}

.voice1 {
	max-width: 1170px;
	margin: 0 auto 95px;
	display: flex;
	gap: 70px;
}

.voice1 figure {
	width: 780px;
	flex: none;
}

.voice1 figure {
	width: 780px;
	flex: none;
}

.voice1 .comment {
	width: calc(100% - 850px);
	flex: none;
	position: relative;
}

.name {
	padding: 220px 0 0 0;
	color: #fff;
	text-align: right;
}

.name strong {
	font-size: 30px;
	line-height: 2em;
}

.voice1 .catch {
	position: absolute;
	right: -100px;
	font-size: 24px;
	top: 150px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.voice1 .catch span {
	margin-bottom: 5px;
	display: inline-block;
	background: #fff;
}

.voice2 {
	max-width: 1260px;
	margin: 0 auto 95px;
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}

.voice2 figure {
	width: 480px;
}

.voice2 figure img {
	max-width: 100%;
	height: auto;
}

.voice2_comment {
	width: 460px;
}

.voice3 {
	max-width: 1260px;
	margin: 0 auto 95px;
	display: flex;
	justify-content: flex-start;
	gap: 20px;
}

.voice3 figure {
	width: 480px;
	order: 1;
}

.voice3 figure img {
	max-width: 100%;
	height: auto;
}

.voice3_comment {
	width: 460px;
	order: 2;
}

.voice3 h5 {
	font-size: 20px;
	margin-bottom: 10px;
}

.flow {
	max-width: 960px;
	margin: 0 auto;
	background: #afdafd;
	display: flex;
	position: relative;
}

.flow h4 {
	position: absolute;
	font-size: 30px;
	color: #073b75;
	right: 10px;
	top: -10px;
}

.flow figure {
	width: 390px;
	flex: none;
}

.flow figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left top;
	-webkit-mask-image: linear-gradient(to left, transparent 0px, black 60px);
	mask-image: linear-gradient(to left, transparent 0px, black 60px);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.flow_comment {
	padding: 50px 0 20px 0px;
}

.flow_comment dl {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.8;
	gap: 5px 15px;
}

.flow_comment dt {
	width: 70px;
	border-radius: 15px;
	text-align: center;
	background: #fff;
	flex: none;
}

.flow_comment dd {
	width: calc(100% - 85px);
	flex: none;
}

#main > div:nth-child(3) > section > article.flow > div > dl > dd:nth-child(6) > img{
	vertical-align: middle;
	margin: 0 0 0 40px;
}