@charset "UTF-8";
/* CSS Document */

/*採用情報 下層ページ 共通*/
.p-mv {
	background: url(../../images/recruit/common/bg_recruit_mv_pc.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.l-localNav-ul li{
	float: none;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}
.l-localNav-ul li:first-of-type.current:before {
    content: none
}
.l-localNav-ul a{
	display: inline-block;
	position: relative;
	/*padding-left: 1em;*/
}
.l-localNav-ul a:before{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1em;
	height: 1.25em;
}



/*環境について*/
.p-about {
	margin: 60px 0 80px;
}
.p-about li {
	background: #f0f0f0;
	width: 480px;
	border-top: 4px solid #be3636;
	float: left;
	padding: 38px 15px 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.p-about li:nth-child(2n) {
	margin-left: 40px;
}
.p-about li:nth-of-type(-n+2) {
	margin-bottom: 40px;
}
.p-about-ttl p {
	font-family: "Noto Sans Japanese", serif;
	font-weight: 500;
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
}
.icon-about {
	margin: 23px 0 27px;
}
.icon-about p {
	text-align: center;
}
.icon-about img {
	height: 76px;
	width: auto;
}
.p-about li:nth-of-type(-n+2) .icon-about img {
	height: 64px;
	width: auto;
}
.p-about-txt p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}



/*採用担当者からのメッセージ*/
.message .p-h1 {
	margin-bottom: 60px;
}
.message .p-sectionTitle {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 30px;
}
.message .p-sectionTitle::before {
	content: '';
	display: inline-block;
	background: #be3636;
	width: 40px;
	height: 1px;
	position: relative;
	bottom: 7px;
	margin-right: 14px;
}
.p-message-img {
	float: right;
}
.p-message-img img {
	width: 316px;
	height: auto;
	margin-left: 20px;
}
.message section p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 1em;
	letter-spacing: 0.05em;
}
.message section p:last-child {
	margin-bottom: 60px;
}
.message section p span {
	color: #be3636;
	font-weight: bold;
}
/*.message */



/* ====▼ 769px以上 ▼==== */
@media screen and (min-width:769px) {
	.l-localNav-ul li+li{
		padding-left: 2em;
	}
}
/* ====▼ 768px以下 ▼==== */
@media screen and (max-width:768px) {
	/*採用情報 下層ページ 共通*/
	.p-mv {
		background: url(../../images/recruit/common/bg_recruit_mv_sp.jpg) no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center top;
	}
	
	
	
	/*環境について*/
	.p-about {
		padding: 0 4%;
		margin: 10% 0 20%;
	}
	.p-about li {
		width: 100%;
		margin-bottom: 10%;
		padding: 8% 6%;
		float: none;
	}
	.p-about li:last-child {
		margin-bottom: 0;
	}
	.p-about li:nth-of-type(-n+2) {
		margin: auto 0 10%;
	}
	.p-about li:nth-child(2n) {
		margin: auto 0 10%;
	}
	.p-about-ttl p {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.icon-about {
		margin: 1em;
	}
	.icon-about img {
		height: 56px;
		width: auto;
	}
	.p-about li:nth-of-type(-n+2) .icon-about img {
		height: 48px;
		width: auto;
	}
	.p-about-txt p {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.l-localNav-ul li{
		letter-spacing: 0;
	}
	/*.l-localNav-ul li:nth-of-type(odd) {
		padding: 2em .25em 0 4%;
	}
	.l-localNav-ul li:nth-of-type(even) {
		padding: 2em 4% 0 .5em;
	}*/
}




