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

/**baseで書いてるもの**
h2{
	position:relative;
	width:100%;
	height:4rem;
	text-align:center;
	font-size:1.8rem;
	line-height:4rem;
	color:#ee7800;
}
h2 span{
	position:relative;
	padding:0 3rem;
	font-weight:500;
	background-color:#ffffff;	
}
h2::before{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	display:block;
	width:100%;
	height:2px;
	margin-top:-1px;
	background-color:#fdd082;	
}
**baseで書いてるもの**/

#container{
	line-height: 1.5;
	color: #333333;
}
/**********ボタン**********/
#container a:hover{
	opacity: 0.6;
}
.enBtn01 a,
.enBtn02 a{
	position: relative;
	display: block;
	padding-left: 9.4vw;
	background-color: #3b734f;
	border-radius: 6vw 0 6vw 0;
	line-height: 16vw;
	letter-spacing: 0.05em;
	font-size: 4.4vw;
	font-weight: 700;
	color: #ffffff;
}
.enBtn01 a::before, 
.enBtn02 a::before{
	content: '';
	position: absolute;
	top: 4vw;
	right: 6vw;
	display: block;
	width: 7.6vw;
	height: 7.6vw;
	background: url("../img/recruit/mark_en.svg") no-repeat 50% 50% / 100% auto;
}
.enBtn02 a::before{
	right: 10vw;
}
.abBtn01 a{
	position: relative;
	display: block;
	padding-left: 8.4vw;
	background-color: #ee7800;
	border-radius: 5vw 0 5vw 0;
	line-height: 8vw;
	letter-spacing: 0.05em;
	font-size: 2.2vw;
	font-weight: 700;
	color: #ffffff;
}
.abBtn01 a::before{
	content: '';
	position: absolute;
	top: 2vw;
	right: 8vw;
	display: block;
	width: 3.8vw;
	height: 3.8vw;
	background: url("../img/recruit/arrow03.svg") no-repeat 50% 50% / 100% auto;
}
@media print, screen and (min-width: 641px){
	.enBtn01 a{
		padding-left: 2.4vw;
		border-radius: 3.125vw 0 3.125vw 0;
		line-height: 4.16vw;
		font-size: 1.145vw;
	}
	.enBtn01 a::before{
		top: 1.041vw;
		right: 1.5625vw;
		width: 1.979vw;
		height: 1.979vw;
	}
	.enBtn02 a{
		padding-left: 3.5rem;
		border-radius: 3rem 0 3rem 0;
		line-height: 5rem;
		font-size: 1.4rem;
	}
	.enBtn02 a::before{
		top: 1.4rem;
		right: 3.4rem;
		width: 2.4rem;
		height: 2.4rem;
	}
	.abBtn01 a{
		padding-left: 3rem;
		border-radius: 1.75rem 0 1.75rem 0;
		line-height: 2.5rem;
		font-size: 0.7rem;
	}
	.abBtn01 a::before{
		top: 0.65rem;
		right: 2.6rem;
		width: 1.2rem;
		height: 1.2rem;
	}
}
/**********／ボタン**********/
/**********アニメーション**********/
.zoomIn{
	opacity: 0;
	animation-name:zoomInAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}
.zoomInTrigger {
  transform: scale(1);
  opacity: 0;
}
@keyframes zoomInAnime{
  from {
	opacity: 0;
	transform: scale(0.6);
  }

  to {
	opacity: 1;
      transform: scale(1);
  }
}
/**********／アニメーション**********/


/**********KV**********/
.kv{
	position: relative;
}
h2{
	height:auto;
}
h2::before{
	content:none;
}
.kv .copy{
	position: absolute;
	top: 8.4vw;
	left: 8vw;
	animation-delay: 0.4s;
}
.kv .copy span{
	display: inline-block;
	margin-bottom: 2vw;
	padding: 0 2.4vw;
	background-color: #ffffff;
	font-weight: 700;
	font-size: 7.2vw;
	line-height: 11vw;
	letter-spacing: 0.05em;
}
.kv .copy span:nth-of-type(1){
	border-radius: 6vw 0 0 0;
}
.kv .copy span:nth-of-type(2){
	border-radius: 0 0 6vw 0;
}
.sub .kv .copy{
	top: 5vw;
	left: 5vw;
}
.sub .kv .copy span{
	padding: 0 2vw;
	font-size: 7vw;
}
.kv .kvMark{
	position: absolute;
	top: 100vw;
	left: 5vw;
	width: 32.4vw;
	animation-delay: 0.8s;
}
.kv .kvArrow{
	position: absolute;
	top: 123vw;
	left: 45vw;
	width: 10vw;
	animation-delay: 1.6s;
}
.enBtn01{
	position: absolute;
	bottom: 2.5vw;
	left: 8vw;
	width: 84vw;
	z-index: 100;
	background-color: #ffffff;
	border-radius: 6vw 0 6vw 0;
}
.kv .enBtn01{
	animation-delay: 1.2s;
}
.enBtn01.fixed{
	display: none;
	position: fixed;
	animation-delay: 0.2s;
}
@media print, screen and (min-width: 641px){
	.kv .copy{
		top: 2.6vw;
		left: 5.73vw;
	}
	.kv .copy span{
		margin-bottom: 1.04vw;
		padding: 0 1.04vw;
		font-size: 3.64vw;
		line-height: 5.73vw;
	}
	.kv .copy span:nth-of-type(1){
		border-radius: 3.125vw 0 0 0;
	}
	.kv .copy span:nth-of-type(2){
		border-radius: 0 0 3.125vw 0;
	}
	.sub .kv .copy{
		top: 5.73vw;
		left: 5.73vw;
	}
	.sub .kv .copy span{
		margin-bottom: 1.04vw;
		padding: 0 1.04vw;
		font-size: 3.64vw;
		line-height: 5.73vw;
	}
	.kv .kvMark{
		top: 22.9vw;
		left: 5.6vw;
		width: 15.625vw;
	}
	.kv .kvArrow{
		top: 39.0625vw;
		left: 48.7vw;
		width: 2.6vw;
	}
	.enBtn01{
		bottom: 3.125vw;
		left: auto;
		right: 4.16vw;
		width: 21.875vw;
		border-radius: 3.125vw 0 3.125vw 0;
	}
	.sub .kv .enBtn01{
		bottom: 1.5625vw;
	}
}
/**********／KV**********/


/**********リード**********/
.recLead{
	padding: 6vw 0 2vw;
	text-align: center;
	line-height: 7vw;
	letter-spacing: 0.1em;
	font-size: 4.4vw;
	font-weight: 700;
}
@media print, screen and (min-width: 641px){
	.recLead{
		padding: 34px 0 0;
		line-height: 1.66;
		letter-spacing: 0.04em;
		font-size: 1.8rem;
	}
}
/**********／リード**********/

.recCont01{
	position: relative;
	padding: 9.4vw 0 10vw;
	overflow: hidden;
}
.recStaffWrap{
	background-color: #f5f5f5;
	border-radius: 6vw 6vw 0 0;
}
.recCont01::before{
	content: '';
	position: absolute;
	top: 3.6vw;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 103%;
	height: 10vw;
	background: no-repeat 0 0 / 100% auto;
	opacity: 0.5;
}
.recTypeWrap::before{
	background-image: url("../img/recruit/rectype.svg");
}
.recStaffWrap::before{
	background-image: url("../img/recruit/recstaff.svg");
}
.recCont01 .w1040{
	position: relative;
	width:90vw;
	z-index: 1;
}
.recCont01 h3{
	text-align: center;
	font-size: 4.8vw;
	font-weight: 700;
}
.recTypeWrap h3{
	color: #3b734f;	
}
.recStaffWrap h3{
	color: #ee7800;	
}
.recCont01 .recType, 
.recCont01 .recStaff{
	padding: 8vw 0 10vw;
}
.recCont01 h4{
	position: relative;
	padding: 0 0 2.2vw 0.8vw; 
	letter-spacing: 0.02em;
	font-size: 4.4vw;
}
.recTypeWrap h4{
	color: #3b734f;	
}
.recStaffWrap h4{
	color: #ee7800;	
}
.recCont01 h4::before, 
.recCont01 h4::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 1vw;
	border-radius: 0.5vw;
}
.recTypeWrap h4::before{
	width: 100%;
	background-color: #d7dea5;
}
.recStaffWrap h4::before{
	width: 100%;
	background-color: #ecdcae;
}
.recTypeWrap h4::after{
	width: 30%;
	background-color: #3b734f;
}
.recStaffWrap h4::after{
	width: 30%;
	background-color: #ee7800;
}
.recCont01 .recType .recType01{
	padding: 5vw 1vw 0;
}
.recCont01 h5{
	margin-bottom: 2vw;
	padding: 0 0 0.2vw 1vw;
	border-bottom: solid 1px #3b734f;
	font-size: 3.4vw;
	color: #3b734f;	
}
.recCont01 li{
	position: relative;
	padding: 0 0 1vw 1em;
}
.recCont01 li::before{
	content: '・';
	position: absolute;
	top: 0;
	left: 0.1em;
}
.recBtn01{
	width: 39vw;
	margin: 6vw auto 0;
}
.recBtn01 a{
	position: relative;
	display: block;
	padding-left: 7vw;
	background-color: #d7dea5;
	border-radius: 4.5vw;
	line-height: 9vw;
	font-size: 3.4vw;
	font-weight: 700;
	color: #3b734f;	
}
.recBtn01 a::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 9vw;
	height: 9vw;
	background: url("../img/recruit/arrow02.svg") no-repeat 50% 50% / 100% auto;
}
.recStaff p{
	padding-top: 3.6vw;
	line-height: 2.1;
	letter-spacing: -0.01em;
	color: #5c5c5c;
}
@media print, screen and (min-width: 641px){
	.recCont01{
		padding: 8.8vw 0 8rem;
	}
	.recCont01::before{
		top: 1.5rem;
		opacity: 0.4;
	}
	.recCont01 .w1040{
		width: auto;
		max-width: 1080px;
		padding: 0 1rem;
	}
	.recCont01 h3{
		font-size: 1.7rem;
	}
	.recTypeList{
		display: flex;
		margin: 0 -1rem;
		padding: 3.65rem 0 0;
	}
	.recCont01 .recType{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 50%;
		padding: 0 1rem;
	}
	.recCont01 .recStaff{
		padding: 3.7rem 0 0.8vw;
	}
	.recCont01 h4{
		padding: 0 0 0.6rem 0.4rem; 
		font-size: 1.2rem;
	}
	.recCont01 h4::before, 
	.recCont01 h4::after{
		height: 0.3rem;
		border-radius: 0.15rem;
	}
	.recCont01 .recType .recType01{
		padding: 1.1rem 0 0;
	}
	.recCont01 .recType .recType01:first-of-type{
		flex-grow: 1;
	}
	.recCont01 h5{
		margin-bottom: 0.3rem;
		padding: 0 0 0.25rem 0.5rem;
		border-bottom: solid 2px #3b734f;
		font-size: 0.8rem;
	}
	.recCont01 li{
		padding: 0 0 0.6rem 1.1rem;
		font-size: 0.8rem;
	}
	.recCont01 li::before{
		left: 0.4em;
	}
	.recCont01 p{
		padding-left: 0.5rem;
		font-size: 0.8rem;
	}
	.recBtn01{
		width: 6.5rem;
		margin: 2rem 0.5rem 0 auto;
	}
	.recBtn01 a{
		padding-left: 1rem;
		border-radius: 0.75rem;
		line-height: 1.5rem;
		font-size: 0.7rem;
	}
	.recBtn01 a::before{
		width: 1.5rem;
		height: 1.5rem;
	}
	.recStaff p{
		padding-top: 1rem;
		line-height: 1.875;
		letter-spacing: 0;
		font-size: 0.8rem;
	}
}

/**********エントリー**********/
.recCont02{
	padding: 22vw 3vw;
	background: url("../img/recruit/kvbg01.png") no-repeat 50% 0 / 192vw auto;
}
.recCont02 .recEntry{
	padding: 12vw 0;
	background-color: #ffffff;
	border-radius: 30vw 0 30vw 0;
}
.recCont02 .recEntry h3{
	margin-bottom: 6vw;
	text-align: center;
	font-size: 4.4vw;
	font-weight: 700;
}
.enBtn02{
	width: 84vw;
	margin: 0 auto;
}
.abBtn01{
	width: 42vw;
	margin: 4vw auto 0;
}
@media print, screen and (min-width: 641px){
	.recCont02{
		padding: 9.8rem 1rem;
		background-size: 1920px auto;
	}
	.recCont02 .recEntry{
		width: 47rem;
		margin: 0 auto;
		padding: 3.8rem 0;
		border-radius: 11rem 0 11rem 0;
	}
	.recCont02 .recEntry h3{
		margin-bottom: 2rem;
		font-size: 1.4rem;
	}
	.enBtn02{
		width: 27rem;
	}
	.abBtn01{
		width: 13.5rem;
		margin: 1.5rem auto 0;
	}
}
@media print, screen and (min-width: 1921px){
	.recCont02{
		padding: 10vw 1rem;
		background-size: 100% auto;
	}
	.recCont02 .recEntry{
	}
}
/**********／エントリー**********/


/**********求人内容**********/
.sub01Cont01{
	width: 94vw;
	margin: 4.4vw auto 9vw;
	padding: 5vw 1.6vw;
	border: solid 0.4vw #3b734f;
	border-radius: 6vw;
}
.sub01Cont01 article{
	margin-bottom: 5vw;
}
.sub01Cont01 h4{
	position: relative;
	margin-bottom: 2vw;
	padding: 0 0 2.2vw 0.8vw; 
	letter-spacing: 0.02em;
	font-size: 4.4vw;
	font-weight: 700;
	color: #3b734f;	
}
.sub01Cont01 h4::before, 
.sub01Cont01 h4::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 1vw;
	border-radius: 0.5vw;
}
.sub01Cont01 h4::before{
	width: 100%;
	background-color: #d7dea5;
}
.sub01Cont01 h4::after{
	width: 30%;
	background-color: #3b734f;
}
.sub01Cont01 li{
	position: relative;
	padding: 1vw 0 1vw 1em;
}
.sub01Cont01 li::before{
	content: '・';
	position: absolute;
	top: 1vw;
	left: 0.1em;
}
.sub01Cont01 p{
	padding: 0 1vw;
	line-height: 1.8;
}
@media print, screen and (min-width: 641px){
	.sub01Cont01{
		max-width: 1200px;
		margin: 5rem auto 10.5rem;
		padding: 2.5rem 3.9rem;
		border: solid 2px #3b734f;
		border-radius: 2.5rem;
	}
	.sub01Cont01 article{
		margin-bottom: 2.5rem;
	}
	.sub01Cont01 h4{
		margin-bottom: 0.6rem;
		padding: 0 0 0.6rem 0.4rem; 
		font-size: 1.2rem;
	}
	.sub01Cont01 h4::before, 
	.sub01Cont01 h4::after{
		height: 0.3rem;
		border-radius: 0.15rem;
	}
	.sub01Cont01 li{
		padding: 0 0 0.6rem 1.1rem;
		font-size: 0.8rem;
	}
	.sub01Cont01 li::before{
		left: 0.4em;
	}
	.sub01Cont01 p{
		padding-left: 0.5rem;
		font-size: 0.8rem;
	}
	.sub01Cont01 li::before{
		top: 0;
	}
}





/**********／求人内容**********/
