/*下層採用ページ*/

/*求める人材 personality*/
#personality {
	margin-top: 100px;
}
#personality .cntBox {
	width: 1240px;
	max-width: 100%;
	margin: 60px auto 0;
	padding-left: 25px;
	padding-right: 25px;
}
#personality .cntMeta {
	display: flex;
}
#personality .cntBody {
	width: 547px;
	max-width: 100%;
}


#personality .cntHeading {
	font-size: 37px;
	letter-spacing: 0.05em;
	line-height: 1.717;
	color: #222;
	position: relative;
	z-index: 1;
}
#personality .cntHeading span {
	position: relative;
	background: linear-gradient(transparent 60%, #E6E6E6 0%);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0% 100%;
}
#personality .cntHeading span.w-94 {
	background-size: 94%;
}
/* #personality .cntHeading::before {
	content: "";
	position: absolute;
	top: 42px;
	left: 0;
	background-color: #E6E6E6;
	width: 260px;
	height: 17px;
	z-index: -1;
}
#personality .cntHeading::after {
	content: "";
	position: absolute;
	top: 105px;
	left: 0;
	background-color: #E6E6E6;
	width: 472px;
	height: 17px;
	z-index: -1;
} */
/* #personality .cntHeading .cntBorder {
	content: "";
	position: absolute;
	top: 168px;
	left: 0;
	background-color: #E6E6E6;
	width: 563px;
	height: 17px;
	z-index: -1;
} */
#personality .cntText {
	color: #444;
	line-height: 2.125;
	margin-top: 11px;
}
#personality .cntImg {
	width: 595px;
	max-width: 100%;
	margin-left: 52px;
	position: relative;
}
#personality .cntImg::before {
	content: "";
	display: block;
	padding-top: 76.3025%;
}
#personality .cntImg img {
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-position: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
#personality .cntImgItems {
	display: flex;
	margin-top: 10px;
}
#personality .cntImgItem {
	width: 390px;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	height: 300px;
}
#personality .cntImgItem:not(:first-child) {
	margin-left: 10px;
}
#personality .cntImgItem::before {
	content: "";
	display: block;
	padding-top: 97.948%;
}
#personality .cntImgItem img {
	-o-object-position: center;
	height: auto;
	left: 50%;
	object-position: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
@media screen and (max-width: 1250px) {
	#personality .cntHeading {
		font-size: 29px;
	}
	#personality .cntHeading::before {
		top: 33px;
		width: 218px;
		height: 14px;
	}
	#personality .cntHeading::after {
		top: 80px;
		width: 370px;
		height: 14px;
	}
	#personality .cntHeading .cntBorder {
		top: 131px;
		width: 490px;
		height: 14px;
	}
}
@media screen and (max-width: 1000px) {
	#personality .cntHeading {
		font-size: 21px;
	}
	#personality .cntHeading::before {
		top: 22px;
		width: 150px;
		height: 12px;
	}
	#personality .cntHeading::after {
		top: 57px;
		width: 263px;
		height: 12px;
	}
	#personality .cntHeading .cntBorder {
		top: 93px;
		width: 325px;
		height: 12px;
	}
}
@media screen and (max-width: 767px) {
	#personality {
		margin-top: 50px;
	}
	#personality .cntBox {
		padding-left: 5%;
		padding-right: 5%;
		margin-top: 30px;
	}
	#personality .cntMeta {
		display: block;
	}
	#personality .cntHeading {
		font-size: 26px;
	}
	#personality .cntHeading::before {
		top: 23px;
	}
	#personality .cntHeading::after {
		top: 60px;
	}
	#personality .cntHeading .cntBorder {
		top: 99px;
	}
	#personality .cntText {
		line-height: 2;
		margin-bottom: 10px;
	}
	#personality .cntImg {
		margin-top: 20px;
		margin-left: 0;
		width: 100%;
	}
	#personality .cntImgItems{
		width: 110%;
		margin-left: -5%;
	}
	#personality .cntImgItem{
		width: 100%;
		height: 100px;
	}
	#personality .cntImgItem:not(:first-child){
		margin-left: 0;
	}
	#personality .cntImgItem::before{
		display: none;
	}
}

/*募集要項 job information*/
#information {
	margin-top: 78px;
	margin-bottom: 60px;
}
#information .cntBox {
	width: 1050px;
	max-width: 100%;
	margin: 60px auto 0;
	padding-left: 25px;
	padding-right: 25px;
}
#information .cntDlWrapper {
	padding: 60px 60px 23px 60px;
	background-color: #FDF8F0;
}
#information .cntDl {

}
#information .cntRow:first-child {
	border-top: 1px solid #3A7F40;
}
#information .cntRow {
	display: flex;
	align-items: baseline;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #3A7F40;
}
#information .cntDt {
	letter-spacing: 0.05em;
	color: #3A7F40;
	width: 196px;
}
#information .cntDd {
	line-height: 1.53;
	width: calc(100% - 196px);
	color: #222;
}
#information .cntBtn {
	margin-top: 60px;
	display: flex;
	justify-content: center;
}
#information .cntBtn a {
	background-color: #3A7F40;

}
#information .cntBtn a svg{
	fill:#fff;
	transition: all .3s ease 0s;
	vertical-align: -2px;
	margin-right: 5px;
}
#information .cntBtn a:hover svg{
	fill: #3A7F40;
 }
 
#information .cntBtn a:hover {
	background-color: #fff;
	color: #3A7F40;
}
#information .cntCopy {
	margin-top: 17px;
	text-align: center;
	font-size: 14px;
}
#information .caution{
	margin-bottom: -30px;
	font-size: 23px;
	color: #B82C69;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	#information {
		margin-top: 39px;
	}
	#information .cntBox {
		margin-top: 30px;
		padding-left: 5%;
		padding-right: 5%;
	}
	#information .cntDlWrapper {
		padding: 30px 30px 12px 30px;	
	}
	#information .cntRow {
		display: block;
	}
	#information .cntDd {
		width: 100%;
		margin-top: 10px;
	}
	#information .cntBtn {
		margin-top: 30px;
	}
	#information .cntCopy {
		font-size: 16px;
		margin-top: 14px;
	}
	#information .caution{
		margin-bottom: 0;
	}
	#information .cntDlWrapper{
		padding: 30px 5% 30px;
	}
	#information .cntDd{
		font-size: 1.5rem;
	}
	#information .cntCopy{
		font-size: 1.4rem;
	}
	#about::before{
		width: calc(100% - 1px);
		left: -1px;
	}
}