@charset "utf-8";

/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/

.recruitPage {
	min-height: 350px;
	background: url(../img/recruit/page_title_bg.webp) no-repeat center center;
	background-size: cover;
}

.recruit {
	margin-top: -5px;
}

.recruit .headLine01 {
	margin-bottom: 27px;
}

.recruit p {
	margin-bottom: 30px;
	line-height: 2;
}

.recruit .inner .photoBox {
	float: right;
	width: 384px;
	margin: -21px 0 0 -30px;
}

.recruit .inner .photoBox img {
	width: 100%;
}

.recruit .inner .textBox {
	float: left;
	width: 350px;
	position: relative;
}

.recruit .borderBox {
	padding: 30px 0 17px;
	text-align: center;
	border: 1px solid #EBEBEB;
}

.recruit .borderBox .textP {
	margin-bottom: -8px;
	color: #141414;
	font-size: 16px;
	letter-spacing: 1.5px;
}

.recruit .borderBox .textP span {
	display: inline-block;
	position: relative;
}

.recruit .borderBox .textP span:before {
	width: 14px;
	height: 19px;
	background: url(../img/recruit/line01.webp) no-repeat;
	background-size: 14px auto;
	position: absolute;
	left: -22px;
	top: 5px;

	content: "";
}

.recruit .borderBox .textP span:after {
	width: 14px;
	height: 19px;
	background: url(../img/recruit/line02.webp) no-repeat;
	background-size: 14px auto;
	position: absolute;
	right: -22px;
	top: 5px;

	content: "";
}

.recruit .borderBox .tel {
	margin: 0;
	font-size: 21px;
	font-weight: bold;
}

.recruit .borderBox .tel a {
	color: #F57173;
}

.recruit .borderBox .tel span {
	font-size: 37px;
}




@media all and (min-width: 0) and (max-width: 767px) {
	.recruitPage {
		min-height: 160px;
		background: url(../img/recruit/sp_page_title_bg.webp) no-repeat center center;
		background-size: cover;
	}

	.recruit {
		margin-top: 0;
	}

	.recruit .headLine01 {
		margin-bottom: 16px;
	}

	.recruit p {
		margin-bottom: 22px;
		line-height: 1.8;
	}

	.recruit .inner {
		margin: 0 2px 0 0;
	}

	.recruit .inner .photoBox {
		margin: 20px 0 0;
		width: 60%;
	}

	.recruit .inner .textBox {
		padding-right: 61%;
		width: auto;
		float: none;
	}

	.recruit .borderBox {
		padding: 28px 0 24px;
	}

	.recruit .borderBox .textP {
		margin-bottom: 11px;
		font-size: 14px;
		letter-spacing: 1px;
	}

	.recruit .borderBox .textP span:before {
		width: 14px;
		height: 19px;
		background: url(../img/recruit/sp_line01.webp) no-repeat;
		background-size: 14px auto;
		position: absolute;
		left: -26px;
		top: 1px;

		content: "";
	}

	.recruit .borderBox .textP span:after {
		width: 14px;
		height: 19px;
		background: url(../img/recruit/sp_line02.webp) no-repeat;
		background-size: 14px auto;
		position: absolute;
		right: -26px;
		top: 1px;

		content: "";
	}

	.recruit .borderBox .tel {
		margin: 0 auto;
		padding: 5px 0 3px;
		width: 224px;
		color: #fff;
		font-size: 11px;
		letter-spacing: 1px;
		background: #FD7275 url(../img/common/icon04.webp) no-repeat 94.5% 15px;
		background-size: 6px auto;
	}

	.recruit .borderBox .tel a {
		color: #fff;
		text-decoration: none;
	}

	.recruit .borderBox .tel span {
		color: #fff;
		font-size: 17px;
	}
}




