@charset "utf-8";

/* recruit.css */

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

section.area_slider{
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 0;
}

section.area_slider img{
	width: 100%;
	height: 60vh;
	object-fit: contain;
}

@media all and (-ms-high-contrast:none) {
	section.area_slider img{
		width: 100%;
		height: 60vh;
		object-fit: none;
	}
}

@media all and (max-width: 1024px) {
	section.area_slider img{
		width: 100vw;
		height: 60vh;
		object-fit: cover;
		object-position: 100% 100%;
	}
}
*/
.area_slider .pc ul li{
	background-attachment: fixed;
	background-image: url(../img/recruit/recruit_img.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  height: 100vh;
}
.area_slider .sp ul li{
	background-attachment: fixed;
	background-image: url(../img/recruit/recruit_img_sp.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  height: 80vh;
}
.nf-loading-spinner{
	display: none;
}

/* recruit area_01 intervew
--------------------------------------- */

section.area_01{
	width: 100%;
	margin: 0 0 0;
	padding: 130px 0 0 0;
}

section.area_01 > div.recruit_ttl{
	background-color: #fff;
	width: 90%;
	margin: 0 auto 100px;
}

section.area_01 > div.recruit_ttl > h2{
	text-align: center;
	font-weight: 700;
	color: #af1e18;
	font-size: 3rem;
	line-height: 1;
}

section.area_01 > div.recruit_ttl > h2 > span{
	display: block;
	color: #000;
	font-weight: normal;
	font-size: 2rem;
	margin-top: 10px;
	line-height: 1.5;
}

@media all and (max-width: 768px) {

	section.area_01{
		margin: 0 0 0 0;
		padding: 120px 0 0 0;
	}

	section.area_01 > div.recruit_ttl{
		width: 100%;
		background-color: #fff;
		margin-bottom: 70px;
	}

	section.area_01 > div.recruit_ttl > h2{
		text-align: center;
		font-size: 2.6rem;
	}

	section.area_01 > div.recruit_ttl > h2 > span{
		font-size: 1.6rem;
	}

}

@media only screen and (max-width: 800px){
	.nf-field-container .nf-field-label label {
		font-size: 1.6rem;
		text-align: left;
	}
	.list-checkbox-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label {
		font-size: 1.5rem;
	}
}

section.area_02_d > div{
	max-width: 890px;
	width: 90%;
	margin: auto;
}

.nf-form-fields-required{
	margin-bottom: 20px;
	display: none;
}

.listradio-wrap .nf-field-element label.nf-checked-label:before {
	border-radius: 50%;
	content: "";
	height: 10px;
	width: 10px;
	position: absolute;
	left: -26px;
	bottom: 3px!important;
	z-index: 2;
	top: .25em;
}





