@charset "utf-8";

/* recruit.css */

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

/* .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;
} */


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

section.area_01 {
	width: 100%;
	margin: 0;
	padding: 80px 0 0 0;
	position: relative;
}

section.area_01>div.recruit_ttl {
	background-color: #fff;
	width: 90%;
	/* position: absolute;
	top: 80px;
	left: 0;
	right: 0; */
	margin: auto;
	padding: 50px 0;
}


section.area_01 > div.recruit_ttl > h2{
	text-align: center;
	font-weight: 700;
	color: #8dc031;
	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;
		padding: 70px 0 0 0;
	}

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

	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;
	}

}

section.area_01 > div.company_messe{
	width: 100%;
	padding: 0 0 70px;
	position: relative;
	overflow: hidden;
	/* margin-bottom: 50px; */
}

section.area_01 > div.company_messe > div{
	max-width: 960px;
	width: 90%;
	margin: auto;
}

section.area_01 > div.company_messe > div img{
	float: right;
	width: 50%;
	margin-bottom: 15px;
	vertical-align: top;
}

section.area_01 > div.company_messe > div h2{
	margin-bottom: 30px;
	float: left;
	display: block;
	width: 50%;
}

section.area_01 > div.company_messe > div h2 span:nth-of-type(1){
	display: block;
	text-align: left;
	font-size: 2.6rem;
	background-color: #689d38;
	color: #fff;
	text-indent: 2.5em;
	width: 90%;
	font-weight: 700;
}

section.area_01 > div.company_messe > div h2 span:nth-of-type(2){
	display: block;
	text-align: left;
	font-size: 2rem;
	background-color: rgba(106, 158, 57, 0.4);
	color: #000;
	text-indent: 2.5em;
	width: 90%;
	margin-left: 10%;
}

section.area_01>div.company_messe>div .c-left {
	width: 100%;
	margin-right: 4%;
}

section.area_01>div.company_messe>div .c-left p:nth-of-type(1) {
	width: 100%;
	font-size: 2rem;
	color: #5a5a5a;
	margin-bottom: 30px;
	line-height: 1.5;
	font-weight: 700;
}

section.area_01>div.company_messe>div .c-left p:nth-of-type(2) {
	margin-bottom: 20px;
}

/* 
section.area_01>div.company_messe>div p:nth-of-type(1) {
	width: 48%;
	float: left;
	text-align: left;
	font-size: 2rem;
	color: #5a5a5a;
	margin-bottom: 30px;
	line-height: 1.5;
	font-weight: 700;
}

section.area_01>div.company_messe>div p:nth-of-type(2) {
	width: 46%;
	float: left;
	font-size: 1.6rem;
}

section.area_01>div.company_messe>div p:nth-of-type(3) {
	width: 50%;
	float: right;
	font-size: 1.6rem;
	display: block;
}

section.area_01>div.company_messe>div p:nth-of-type(3) span {
	font-weight: bold;
}

 */

section.area_01 > div.company_messe > div h3{
	float: right;
	text-align: right;
	font-size: 2.5rem;
	margin: 0 0 20px;
}

section.area_01 > div.company_messe > div h3 span{
	font-size: 1.8rem;
}

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

	section.area_01 > div.company_messe{
		background-color: rgba(141, 191, 49, 0.8);
		padding: 40px 0;
	}

	section.area_01 > div.company_messe > div{
		width: 100%;
		margin: auto;
	}

	section.area_01 > div.company_messe > div img{
		float: none;
		margin: 0 auto 20px;
		width: 90%;
	}

	section.area_01 > div.company_messe > div h2{
		text-align: center;
		font-size: 2rem;
		margin: 0 auto 20px;
		float: none;
		width: 90%;
		background-image: url('../img/company/company_bg.png');
		background-position: center top;
		background-size: cover;
		background-repeat: no-repeat;
		padding-bottom: 25px;
	}

	section.area_01 > div.company_messe > div h2{
		margin-bottom: 30px;
		float: none;
		display: block;
		width: 100%;
	}

	section.area_01 > div.company_messe > div h2 span:nth-of-type(1){
		display: block;
		text-align: center;
		font-size: 2rem;
		background: none;
		color: #fff;
		text-indent: 0;
		width: 100%;
		font-weight: 700;
	}

	section.area_01 > div.company_messe > div h2 span:nth-of-type(2),
	section.area_01 > div.company_messe > div h2 span:nth-of-type(3){
		display: block;
		text-align: center;
		font-size: 1.6rem;
		background: none;
		color: #fff;
		text-indent: 0;
		width: 100%;
		margin-left: 0;
	}

	section.area_01 > div.company_messe > div p:nth-of-type(2),
	section.area_01 > div.company_messe > div p:nth-of-type(3){
		width: 90%;
		margin: 0 auto 20px;
		float: none;
		color: #fff;
		font-size: 1.4rem;
	}

	section.area_01 > div.company_messe > div p:nth-of-type(1){
		text-align: center;
		font-size: 1.7rem;
		margin: 0 auto 20px;
		width: 90%;
		color: #fff;
		float: none;
	}
	section.area_01>div.company_messe>div .c-left {
		width: 100%;
		float: left;
		margin-right: 0%;
	}
	section.area_01>div.company_messe>div .c-left p:nth-of-type(1) {
		text-align: center;
		font-size: 1.7rem;
		margin: 0 auto 20px;
		width: 90%;
		color: #fff;
		float: none;
	}
	section.area_01>div.company_messe>div p.c-txt {
		width: 90%;
		margin: 0 auto 20px;
		float: none;
		color: #fff;
		font-size: 1.4rem;
		text-align: left;
	}

	section.area_01 > div.company_messe > div h3{
		text-align: center;
		font-size: 1.8rem;
		margin-bottom: 20px;
		float: none;
		color: #fff;
	}

	section.area_01 > div.company_messe > div h3 span{
		font-size: 1.6rem;
		display: block;
	}
}

section.area_01 >div.point{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	max-width: 960px;
	width: 90%;
	margin: 0 auto 80px;
}

section.area_01 >div.point figure{
	width: 100%;
	margin-bottom: 60px;
	padding: 35px 25px 25px;
	box-sizing: border-box;
	border: 3px solid #8dc031;
	position: relative;
}

section.area_01 >div.point figure img{
	width: 100%;
	margin-bottom: 0;
}

section.area_01 >div.point figure h3{
	color: #8dc031;
	display: inline-block;
	width: 6em;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	background-color: #fff;
	position: absolute;
	top: -5%;
	right: 0;
	left: 0;
	margin: auto;
}

section.area_01 >div.point figure h3::after{
	content: '';
	display: block;
	width: 30%;
	height: 1px;
	border-top: 1px solid #666;
	margin: auto;
}
section.area_01 >div.point figure .recruit_set {
  width: 100%;
  margin: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.area_01 >div.point figure .recruit_set li{
	width: 48.5%;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
section.area_01>div.point figure .recruit_set li.w100 {
	width: 100%;
}
@media all and (max-width: 768px) {
section.area_01 >div.point figure .recruit_set li{
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
section.area_01 >div.point figure img{
	width: 100%;
	margin-bottom: 15px;
}
}


section.area_01 >div.point figure h4{
	text-align: left;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 10px;
}

section.area_01 >div.point figure p{
	font-size: 1.3rem;
	text-align: left;
}

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

	section.area_01 >div.point{
		margin: 0 auto 40px;
	}

	section.area_01 >div.point figure{
		width: 100%;
		margin-right: 0;
		padding: 25px 15px 15px;
	}

	section.area_01 >div.point figure h3{
		color: #8dc031;
		display: inline-block;
		width: 6em;
		font-size: 2.2rem;
		top: -5%;
	}

	section.area_01 >div.point figure h3::after{
		content: '';
		display: block;
		width: 30%;
		height: 1px;
		border-top: 1px solid #666;
		margin: auto;
	}

	section.area_01 >div.point figure h4{
		text-align: left;
		font-size: 1.8rem;
		font-weight: 700;
		margin-bottom: 10px;
	}

	section.area_01 >div.point figure p{
		font-size: 1.3rem;
		text-align: left;
	}
}

/* tab */

.tab{
	max-width: 960px;
	width: 100%;
	margin: 0 auto 10px;
}

.tabs{
	width: 99.9%;
	margin: 30px auto 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.tabs li{
	background-color: rgba(255,255,255,0.4);
	flex-basis: 32%;
	padding: 15px 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1.95%;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.tabs li:nth-of-type(3n){
	margin-right: 0;
}

.tabs li a{
	width:100%;
	text-align: center;
	border-right: 1px solid rgba(0175,30,24,0.8);
	border-left: 1px solid rgba(0175,30,24,0.8);
	position: relative;
}

.tabs li a::before{
	content: '';
	width: 100%;
	height: 1px;
	border-top: 1px solid rgba(0175,30,24,0.8);
	position: absolute;
	top: -10px;
	left: 0;
}

.tabs li a::after{
	content: '';
	width: 100%;
	height: 1px;
	border-top: 1px solid rgba(0175,30,24,0.8);
	position: absolute;
	bottom: -10px;
	left: 0;
}

.tabs li.active{
	background-color: #fff;
}

.tabs li:hover{
	background-color: #fff;
}


/* area_guide
---------------------------------- */
.area_guide{
	width: 100%;
	margin: 0;
	padding: 50px 0;
	background-color: rgba(106, 158, 57, 0.8);
}
div.ta_out{
	max-width: 960px;
	width: 90%;
	margin: 0 auto 80px;
	background-color: #fff;
	padding: 60px 30px 30px;
	box-sizing: border-box;
}

div.ta_out > h2{
	font-size: 2.6rem;
	color: #8dc031;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 50px;
}

.area_guide > h2{
	font-size: 2.6rem;
	color: #fff;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 50px;
}

.area_guide > h2 span{
	font-size: 2rem;
	display: block;
	font-weight: normal;
	color: #fff;
}

div.ta_out > table.l_ta{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #000;
	box-sizing: border-box;
	margin-bottom: 30px;
}

div.ta_out > table tr{
	width: auto;
	border-bottom: 1px solid #000;
}

div.ta_out > table th,
div.ta_out > table td{
	padding: 20px 0;
}
div.ta_out > table th{
	width: 110px;
	font-size: 1.4rem;
}

@media all and (max-width: 768px) {
	div.ta_out{
		width: 100%;
		margin: 0 auto 50px;
		padding: 30px 0 0;
		box-sizing: border-box;
		box-shadow: none;
	}

	div.ta_out > table.l_ta{
		width: 90%;
		margin: 0 auto 30px;
	}

	div.ta_out > h2{
		font-size: 2rem;
		margin-bottom: 20px;
	}

	div.ta_out > h2 span{
		font-size: 1.4rem;
	}

	div.ta_out > table th{
		width: 110px;
		font-size: 1.4rem;
	}
	div.ta_out > table td{
		font-size: 1.4rem;
	}

}

/* area_02
----------------------------- */

section.area_02{
	width: 100%;
	background-color: #ededed;
	padding-bottom: 0;
	padding-top: 1px;
}

section.area_02 .banner{
	width: 100%;
	padding: 20px 0;
	background-color: #fff;
	border-top: 1px solid #8D262C;
	border-bottom: 1px solid #8D262C;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.area_02 .banner li{
	margin-right: 20px;
}

section.area_02 .banner li:last-child{
	margin-right: 0;
}

section.area_02 > div h2{
	width: 90%;
	font-size: 3rem;
	font-weight: 700;
	color: #8dc031;
	margin: 80px auto;
	text-align: center;
}

section.area_02 > div h2 span{
	display: block;
	font-size: 2rem;
	font-weight: 700;
	color: #000;
}

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

	section.area_02>div h2{
		font-size: 2rem;
		margin: 40px auto;
	}

	section.area_02>div h2 span{
		font-size: 1.3rem;
	}

}

@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 > div{
	max-width: 750px;
	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;
}
