@charset "UTF-8";
/* CSS Document */


.p-ancer__area{
	text-align: center;
}

.p-ancer__list li{
	display: inline-block;
	margin: 0px 0px 80px;;

}
.p-ancer__list li a{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 50px;
	color: #333;
	transition: 0.2s;
	background-image: url(../../img/common/ancer-btn.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	background-size: 50px auto;
	padding: 5px 70px 5px;
}
.p-ancer__list li a:hover{
	color:#EE1C23;
	opacity: 1;
	background-position: right 10px;
}
.p-sec{
	margin-top: -20px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.p-sec h3{
	text-align: left;
	position: relative;
	font-size: 32px;
	padding: 0px 0 40px;
	margin-bottom: 40px;
	font-weight: bold;
}
.p-sec h3:after{
	position: absolute;
	content: "";
	width: 60px;
	height: 1px;
	border-bottom: 2px solid #08A0E9;
	top:100%;
	left:0%;
	
}
.p-sec__bg {
	padding-top: 390px;
	position: relative;
}
.p-sec01__bg {
	position: absolute;
	background-image: url(../../img/joblist/img01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 85.416%;
	height: 630px;
	left:0;
	top:0;
	
}
.p-sec02__bg {
	position: absolute;
	background-image: url(../../img/joblist/img02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 85.416%;
	height: 630px;
	right:0;
	top:0;
	
}
.p-sec03__bg {
	position: absolute;
	background-image: url(../../img/joblist/img03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 85.416%;
	height: 630px;
	left:0;
	top:0;
	
}
.p-sec04__bg {
	position: absolute;
	background-image: url(../../img/joblist/img04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 85.416%;
	height: 630px;
	right:0;
	top:0;
	
}


.p-sec__txtarea {
	position: relative;
	background: #fff;
	max-width: 1485px;
	padding: 60px 145px;
	margin: 0 auto;
}
.p-sec__txtarea p{
	font-size:14px;
	line-height: 28px;
}

.sp-view {
	display: none;
}
