.secMainVisual.recruit {
	background: url(/assets/images/recruit/main_requirements.jpg) no-repeat;
	background-size: cover;
}
.recFlow__box {
	position: relative;
	font-size: 0;
	padding: 32px 30px;
	letter-spacing: normal;
}
@media screen and (max-width: 480px) {
	.recFlow__box {
		padding: 20px;
	}
}
.recFlow__box:after {
	content: '';
	background: url(/assets/images/recruit/arrow_bottm.png) no-repeat;
	background-size: cover;
	display: block;
	width: 30px;
	height: 32px;
	position: absolute;
	bottom: -52px;
	left: 0;
	right: 0;
	margin:auto;
}
.recFlow__box:last-child:after {
	background: none;
}
.recFlow__box .step {
	position: relative;
	vertical-align: middle;
	display: inline-block;
	width: 80px;
  font-family: 'roboto';
	font-size: 49px;
	line-height: .7em;
	text-align: center;
	padding-top: 30px;
}
.recFlow__box .step:before {
	position: absolute;
	content: 'STEP';
	font-size: 14px;
	top: -6px;
	right: 0;
	left: 0;
	margin: auto;
}
.recFlow__box .ttl {
	vertical-align: middle;
	display: inline-block;
	width: 340px;
	font-size: 24px;
	padding-left: 30px;
	line-height: 1.2em;
}
.recFlow__box .cts {
	vertical-align: middle;
	display: inline-block;
	width: calc(100% - 420px);
	font-size: 14px;
}
@media screen and (max-width: 860px) {
	.recFlow__box {
	}
	.recFlow__box:after {
		content: '';
		background: url(/assets/images/recruit/arrow_bottm.png) no-repeat;
		background-size: cover;
		display: block;
		width: 30px;
		height: 32px;
		position: absolute;
		bottom: -52px;
		left: 0;
		right: 0;
		margin:auto;
	}
	.recFlow__box:last-child:after {
		background: none;
	}
	.recFlow__box .step {
		width: 60px;
		font-size: 40px;
		padding-top: 15px;
	}
	.recFlow__box .step:before {	
		font-size: 12px;
		top: -14px;
	}
	.recFlow__box .ttl {
		width: calc(100% - 60px);
		font-size: 24px;
		padding-left: 30px;
	}
	.recFlow__box .cts {
		margin-top: 20px;
		width: calc(100%);
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	.recFlow__box {
	}
	.recFlow__box:after {
		content: '';
		background: url(/assets/images/recruit/arrow_bottm.png) no-repeat;
		background-size: cover;
		display: block;
		width: 20px;
		height: 21px;
		position: absolute;
		bottom: -37px;
		left: 0;
		right: 0;
		margin:auto;
	}
	.recFlow__box:last-child:after {
		background: none;
	}
	.recFlow__box .step {
		font-size: 30px;
		line-height: .7em;
		padding-top: 15px;
		width: 30px;
	}
	.recFlow__box .step:before {
		position: absolute;
		content: 'STEP';
		font-size: 11px;
		top: -6px;
		right: 0;
		left: 0;
		margin: auto;
	}
	.recFlow__box .ttl {
		vertical-align: middle;
		display: inline-block;
		width: calc(100% - 30px);
		font-size: 16px;
		padding-left: 20px;
	}
	.recFlow__box .cts {
		margin-top: 20px;
		font-size: 14px;
	}
}