@charset "utf-8";




@media screen and (min-width:768px){
/*pc・タブレットcss*/

#about{
	margin-bottom:5vw;
}
#about .txt-box{
	width:45%;
}
#about .images{
	width:50%;
}

#about .copy-main{
	margin-bottom:20px;
	color:#18943B;
	font-size:40px;
	line-height:1.4;
	font-weight:700;
	letter-spacing:0.01em;
	font-family: "Zen Old Mincho", serif;
}


#slider-img{
	margin-bottom:5vw;
}

#outline{
	margin-bottom:5vw;
}

#recruit-entry-btns{
	width:60%;
	margin: 0 auto;
	margin-bottom:5vw;
}
#recruit-entry-btns li{
	width:49%;
	margin-bottom:2%;
}
#recruit-entry-btns li:nth-child(3){
	width:100%;
}
#recruit-entry-btns a{
	position:relative;
	display:block;
	padding:60px 10px;
	text-align:center;
	text-decoration:none;
	background-color:#AAAAAA;
	color:#fff;
	-webkit-transition: all .4s;
	transition: all .4s;
}
#recruit-entry-btns a .icon{
	position:relative;
	display:inline-block;
}
#recruit-entry-btns a:before{
	content:"";
	position:absolute;
	top:50%;
	right:40px;
	width:5em;
	height:1em;
	margin-top:-0.5em;
	background:url(../img/common/big_btn_aro_w.svg) no-repeat right center / cover;
	-webkit-transition: all .4s;
	transition: all .4s;
}
#recruit-entry-btns a .big{
	display:block;
	margin-bottom:20px;
	font-size:28px;
	line-height:1;
	font-weight:700;
}
#recruit-entry-btns a .mini{
	display:block;
	font-size:16px;
	line-height:1;
	font-weight:700;
}

#recruit-entry-btns a:hover{
	opacity:1;
	background-color:#000;
}
#recruit-entry-btns a:hover:before{
	right:20px;
}


#outline .base-table{
	width:80%;
	margin: 0 auto;
}


}

@media screen and (min-width:768px) and ( max-width:1366px) {
	


}
@media (max-width: 768px) {

		
	
	#about{
		margin-bottom:15vw;
	}
	#about .txt-box{
		width:100%;
		margin-bottom:5vw;
	}
	#about .images{
		margin-bottom:5vw;
	}
	
	#about .copy-main{
		margin-bottom:2vw;
		color:#18943B;
		font-size:20px;
		line-height:1.4;
		font-weight:700;
		letter-spacing:0.01em;
		font-family: "Zen Old Mincho", serif;
	}

	#slider-img{
		margin-bottom:15vw;
	}
	
	#outline{
		margin-bottom:15vw;
	}
	
	
	#recruit-entry-btns{
		margin-bottom:15vw;
	}
	#recruit-entry-btns li{
		width:100%;
		margin-bottom:5%;
	}
	#recruit-entry-btns a{
		position:relative;
		display:block;
		padding:6vw 3vw;
		text-align:center;
		text-decoration:none;
		background-color:#000;
		color:#fff;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	#recruit-entry-btns a .icon{
		position:relative;
		display:inline-block;
		padding:0 4em;
	}
	#recruit-entry-btns a:before{
		content:"";
		position:absolute;
		top:50%;
		right:3vw;
		width:3em;
		height:2em;
		margin-top:-1em;
		background:url(../img/common/big_btn_aro_w.svg) no-repeat right center / 100% auto;
	}
	#recruit-entry-btns a .big{
		display:block;
		margin-bottom:2vw;
		font-size:16px;
		line-height:1;
		font-weight:700;
	}
	#recruit-entry-btns a .mini{
		display:block;
		font-size:12px;
		line-height:1;
		font-weight:700;
	}
	

	

}

