@charset "UTF-8";

/* upper */
.second-bg::after {
	background-image: url(../../../recruit/img/sp_recruit_main.jpg);
}

/* requirements */
.requirements {
	padding-bottom: 70px;
}
.requirements-list {
	margin-top: 10px;
	width: 100%;
}
.requirements table th {
	width: 90px;
}
.requirements table td {
	word-break: break-all;
	width: calc(100% - 90px);
}

/* entry flow */
.entry-flow::before {
	right: 14%;
}
.flow {
	font-size: 1.6rem;
	width: 100%;
}
.flow::before {
	left: -101%;
}
.flow li {
	min-width: auto;
}
.flow li::before {
	width: 54px;
	height: 50px;
	margin-right: 18px;
}
.flow li:nth-of-type(1)::before {
	width: 53px;
  height: 50px;
}
.flow li:nth-of-type(2),
.flow li:nth-of-type(3),
.flow li:nth-of-type(4) {
	margin-left: 0;
}
.flow .txt-small {
	padding-left: 72px;
}