/*下層リクルートページ*/
#recruit {
	/*padding-bottom: 81px;*/
	padding-top: 236px;
	overflow: hidden;
}
#recruit .cntBox {
	width: 1030px;
	max-width: 100%;
	margin: 39px auto 0;
	padding-left: 25px;
	padding-right: 25px;
}
#recruit .cntText {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.02em;
	color: #013281;
	text-align: center;
	padding-left: 5%;
}
#recruit .recruitBox {
	width: 978px;
	max-width: 100%;
	margin: 50px auto 0;
	background-color: #F4F4F4;
	padding-top: 54px;
	padding-bottom: 59px;
	position: relative;
}
#recruit .recruitBox__dl {
	margin-top: 23px;
	padding: 0 90px;
}
#recruit .recruitBox__row {
	display: flex;
	align-items: center;
	position: relative;
}
#recruit .recruitBox__row::before {
	content: "";
	position: absolute;
	background-image: linear-gradient(to right, #222, #222 1px, transparent 1px, transparent 6px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#recruit .recruitBox__row:last-child:after {
	content: "";
	position: absolute;
	background-image: linear-gradient(to right, #222, #222 1px, transparent 1px, transparent 6px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
	top: 99%;
	bottom: 0;
	left: 0;
	right: 0;
}
#recruit .recruitBox__heading {
	font-size: 30px;
	letter-spacing: 0.02em;
	color: #222222;
	text-align: center;
}
#recruit .recruitBox__dt {
	width: 235px;
	font-size: 16px;
	letter-spacing: 0.02em;
}
#recruit .recruitBox .recruitBox__dd {
	width: calc(100% - 235px);
	padding-top: 30px;
	padding-bottom: 29px;
	line-height: 1.5625;
	font-size: 16px;
	letter-spacing: 0.02em;
}
#recruit .cntBtn {
	margin-top: 50px;
	text-align: center;
}
#recruit .cntBtn .btn {
	font-size: 16px;
	margin-right: 0;
	padding: 22px 78px;
}
.recruitBnrWrapper {
	margin-top: 86px !important;
}
#recruit .recruitCnt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 50px;
}
#recruit .recruitImg{
	height: 260px;
	width: 100%;
	margin: 50px auto;
	max-width: 260px;
	border-radius: 50%;
	position: absolute;
	z-index: 100;
	right: -70px;
	top: -100px;
	background: url(../img/recruit/recruitImg.jpg) no-repeat center 28% / cover;
	border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
	#recruit {
		padding-top: 156px;
	}
	#recruit .cntBox {
		padding-left: 15px;
		padding-right: 15px;
	}
	#recruit .recruitBox__row {
		display: block;
		padding: 15px 3px;
	}
	#recruit .recruitBox__dl {
		padding: 0 20px;
	}
	#recruit .recruitBox__dt {
		width: 100%;
	}
	#recruit .recruitBox .recruitBox__dd {
		width: 100%;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 10px;
	}
	#recruit .recruitBox__row:last-child:after {
		top: 255px;
	}
	#recruit .cntText{
		text-align: left;
	}
	#recruit .recruitImg{
		height: 160px;
		max-width: 160px;
		top: -90px;
		right: -15%;
	}
	#recruit .recruitBox__heading{
		font-size: 25px;
	}
}