.greeting_block {
	position: relative;
	padding-bottom: 400px;
	background: url(../img/recruit/intro_bg.jpg) center center no-repeat;
	background-size: cover;
}

.greeting_block:after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .6;
	background: #000;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, .9) 44%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(90deg, rgba(0, 0, 0, .9) 44%, rgba(0, 0, 0, 0) 100%);
}

.greeting_block .section {
	position: relative;
	z-index: 2;
}

.greeting_block ._text {
	font-size: 1.7rem;
	line-height: 2;
	width: calc((580 / 1500) * 100vw);
	color: #fff;
}

.recruit-portrait {
	position: relative;
	z-index: 3;
	margin-top: -75px;
	padding-top: 280px;
	padding-bottom: 200px;
	color: #fff;
}

.recruit-portrait:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../img/recruit/portrait_bg.png) center center no-repeat;
	background-size: cover;
	-webkit-mask: url(../img/recruit/portrait_mask.png) center top no-repeat;
	mask: url(../img/recruit/portrait_mask.png) center top no-repeat;
	-webkit-mask-size: 100% auto;
	mask-size: 100% auto;
}

.recruit-portrait ._icon_img {
	text-align: center;
}

.recruit-portrait ._icon_img img {
	height: 142px;
}

.recruit-portrait_list > div {
	font-size: 1.7rem;
	padding-right: 10px;
	padding-left: 10px;
}

.recruit-portrait_img {
	position: absolute;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.recruit-portrait_img._img1 {
	z-index: 5;
	top: 0;
	left: 80px;
	width: 376px;
	-webkit-transform: translate(0, -70%);
	-ms-transform: translate(0, -70%);
	transform: translate(0, -70%);
}

.recruit-portrait_img._img2 {
	z-index: 5;
	top: 0;
	left: 530px;
	width: 222px;
	-webkit-transform: translate(0, -70%);
	-ms-transform: translate(0, -70%);
	transform: translate(0, -70%);
}

.recruit-portrait_img._img3 {
	z-index: 5;
	top: 0;
	right: 80px;
	width: 274px;
	-webkit-transform: translate(0, -30%);
	-ms-transform: translate(0, -30%);
	transform: translate(0, -30%);
}

.recruit-bg_img {
	position: relative;
	z-index: 3;
	height: 460px;
	margin-top: -75px;
	background: url(../img/recruit/bg1.jpg) center center no-repeat;
	background-size: cover;
	-webkit-mask: url(../img/recruit/portrait_mask.png) center top no-repeat;
	mask: url(../img/recruit/portrait_mask.png) center top no-repeat;
	-webkit-mask-size: 100% auto;
	mask-size: 100% auto;
}

.recruit-table {
	font-size: 1.7rem;
}

.flow_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flow_list li {
	font-size: 1.7rem;
	position: relative;
	width: 23.7%;
	padding: 40px 25px;
}

.flow_list li:after {
	font-family: 'Questrial', sans-serif;
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1;
	position: absolute;
	top: -20px;
	left: 50%;
	content: '1';
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #0080cb;
}

.flow_list li:before {
	position: absolute;
	top: 50%;
	left: -24px;
	display: block;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	content: '';
	background: url(../img/business/icon_flow.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

.flow_list li:first-child:before {
	content: none;
}

.flow_list li:nth-child(2):after {
	content: '2';
}

.flow_list li:nth-child(3):after {
	content: '3';
}

.flow_list li:nth-child(4):after {
	content: '4';
}

.flow_list li:nth-child(5):after {
	content: '5';
}

.flow_list li ._ttl {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex .btn:first-child {
	margin-right: 40px;
}

.flex .btn a {
	font-size: 1.8rem;
	width: 350px;
	padding: 25px 20px;
	text-align: center;
}

.flex .btn._line a {
	color: #fff;
	border: none;
	background: #06c755;
}

.flex .btn._line a:after {
	content: none;
}

.flex .btn._line a:hover {
	background: #00a443;
}

.flex .btn._line a span {
	position: relative;
	padding-left: 64px;
}

.flex .btn._line a span:before {
	content: none;
}

.flex .btn._line a span:after {
	position: absolute;
	left: 0;
	display: block;
	width: 58px;
	height: 58px;
	margin-top: 0;
	content: '';
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 1;
	background: url(../img/recruit/icon_line.png) center center no-repeat;
	background-size: contain;
}

.recruit-portrait_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 65px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 767px) {

.greeting_block {
	background-image: url(../img/recruit/intro_bg_sp.jpg);
	background-position: right top;
}

.greeting_block:after {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .9) 44%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, .9) 44%, rgba(0, 0, 0, 0) 100%);
}

.greeting_block ._text {
	width: 100%;
}

.recruit-portrait:after {
	background-image: url(../img/recruit/portrait_bg_sp.png);
	-webkit-mask-size: cover;
	mask-size: cover;
}

.recruit-portrait ._icon_img img {
	height: 100px;
}

.recruit-portrait_list > div {
	padding-right: 10%;
	padding-left: 10%;
}

.recruit-portrait_img._img1 {
	top: -140px;
	left: 0;
	width: 188px;
}

.recruit-portrait_img._img2 {
	right: 0;
	left: auto;
	width: 133.2px;
}

.recruit-portrait_img._img3 {
	top: 60px;
	right: auto;
	left: 0;
	width: 137px;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.recruit-bg_img {
	height: 150px;
}

.flow_list li {
	width: 100%;
	margin-bottom: 16px;
	padding-left: 90px;
}

.flow_list li:after {
	top: 50%;
	left: 10%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.flow_list li:before {
	top: -22px;
	left: 50%;
	margin-top: 0;
	margin-left: -15px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.flow_list li ._ttl {
	text-align: left;
}

.flex {
	display: block;
}

.flex .btn:first-child {
	margin-right: 0;
	margin-bottom: 20px;
}

.flex .btn a {
	width: 100%;
}

.recruit-portrait_ttl {
	display: block;
	height: auto;
}

}

