@charset "utf-8";
/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
.comBgBox {
	padding-bottom: 17.4rem;
}
.comPageTitle .jp::before {
	background-color: #FFFA84
}
.comPosText {
	top: 4.7rem;
	left: -12.3rem;
}
@media all and (max-width: 896px) {
	.comBgBox {
		padding-bottom: 7rem;
	}
	.comPosText {
		right: auto;
		left: -2rem;
		white-space: nowrap;
	}
}
/* topBox */
#main .topBox {
	padding: 22.4rem 0 13.2rem;
	position: relative;
}
#main .topBox .comPosText {
	top: 11.1rem;
	left: calc(50% - 61rem);
}
#main .topBox .textBox {
	margin-left: auto;
	width: 57.5rem;
	font-size: 2.4rem;
	line-height: 2.083;
	letter-spacing: 0.06em;
	font-weight: 700;
}
#main .topBox .textBox p {
	margin-bottom: 5rem;
}
#main .topBox .textBox p:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	#main .topBox {
		padding: 8rem 0;
	}
	#main .topBox .comPosText {
		top: 2rem;
		left: 0;
		white-space: nowrap;
		right: auto;
	}
	#main .topBox .textBox {
		width: auto;
		font-size: 2rem;
		line-height: 1.8;
		text-align: justify;
	}
	#main .topBox .textBox p {
		margin-bottom: 2rem;
	}
}
/* whyBox */
#main .whyBox {
	margin-bottom: 13.7rem;
	position: relative;
}
#main .whyBox .headLine01 {
	margin-bottom: 6.6rem;
}
#main .whyBox .whyList li {
	display: flex;
	justify-content: space-between;
	border-radius: 2.9rem;
	background: #fff;
	border: 0.5rem solid #000;
	z-index: 1;
	position: relative;
}
#main .whyBox .whyList li + li {
	margin-top: 6.2rem;
}
#main .whyBox .whyList li:nth-child(2n - 1) {
	flex-direction: row-reverse;
}
#main .whyBox .photoBox {
	width: 35.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ccc;
	border-radius: 0 2.3rem 2.3rem 0;
}
#main .whyBox .whyList li:nth-child(2n) .photoBox {
	border-radius: 2.3rem 0 0 2.3rem;
}
#main .whyBox .photoBox img {
	width: 26.5rem;
}
#main .whyBox .textBox {
	margin: 0 10rem 7.8rem 5.6rem;
	flex: 1;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.222;
	letter-spacing: 0.03em;
	font-feature-settings: "palt";
}
#main .whyBox .textBox small {
	font-size: 1.3rem;
}
#main .whyBox .textBox .num {
	margin: -2.5rem 0 4.2rem 0;
	height: 5.9rem;
}
#main .whyBox .textBox .num img {
	width: auto;
	height: 100%;
}
#main .whyBox .heading {
	margin-bottom: 4rem;
	font-size: 3.6rem;
	line-height: 1.583;
	letter-spacing: 0.12em;
}
@media all and (max-width: 896px) {
	#main .whyBox {
		margin-bottom: 7rem;
	}
	#main .whyBox .whyList li {
		display: block;
		overflow: hidden;
	}
	#main .whyBox .whyList li + li {
		margin-top: 4rem;
	}
	#main .whyBox .photoBox {
		width: 100%;
		height: 57vw;
		border-radius: 0 !important;
	}
	#main .whyBox .photoBox img {
		width: auto;
		height: 100%;
		object-fit: cover;
		object-position: center bottom;
	}
	#main .whyBox .textBox {
		margin: 0 2rem 2rem;
		font-size: 1.6rem;
		line-height: 1.9;
		text-align: justify;
	}
	#main .whyBox .textBox .num {
		margin: -2rem 0 1rem 0;
		height: 4rem;
	}
	#main .whyBox .heading {
		margin-bottom: 1rem;
		font-size: 2.6rem;
		line-height: 1.4;
	}
}
/* requirement*/
#main .requirement {
	position: relative;
}
#main .requirement .headLine01 {
	margin-bottom: 2.5rem;
}
/* entry */
#main .entry {
	margin: 14.2rem 0 0;
	padding: 8.5rem 5.5rem 6.7rem;
	background: #FEFBA2;
	border-radius: 3rem;
	border: 0.5rem solid #000;
}
#main .entry .heading {
	margin-bottom: 5.4rem;
	font-size: 2rem;
	letter-spacing: 0.1em;
	text-align: center;
}
#main .entry .heading .en {
	margin: 0 auto 0.9rem;
	display: block;
	width: 19.5rem;
}
#main .entry .infoBox {
	align-items: center;
}
#main .entry .tel a {
	padding-left: 6rem;
	font-weight: 700;
	font-size: 5rem;
	letter-spacing: 0.04em;
	line-height: 1;
	background: url(../img/common/tel_icon03.png) no-repeat left top 0.9rem / 4.1rem;
}
#main .entry .tel small {
	margin: 0.7rem 0;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
}
@media all and (max-width: 896px) {
	#main .entry {
		margin-top: 7rem;
		padding: 3rem 1.5rem;
		border-radius: 2rem;
		border-width: 0.4rem;
	}
	#main .entry .heading {
		margin-bottom: 3.4rem;
		font-size: 1.8rem;
	}
	#main .entry .heading .en {
		width: 13.5rem;
	}
	#main .entry .infoBox {
		display: block;
	}
	#main .entry .tel  {
		margin-bottom: 2.6rem;
	}
	#main .entry .tel a {
		margin: 0 auto;
		padding-left: 4rem;
		width: fit-content;
		font-size: 3rem;
		background-size: 3rem;
	}
	#main .entry .tel small {
		font-size: 1.2rem;
	}
}