@charset "utf-8";
/*******************************************
	recruit
*******************************************/
#recruit .title02{
	background:#6db616;
}
#recruit .boxes01{
	margin:0 auto 80px;
}
#recruit .boxes01 h2{
	color:#6db616;
}
#recruit .boxes01#box04{
	margin:0 auto 100px;
}
@media screen and (max-width: 768px) {
	#recruit .boxes01{
		margin:0 auto 12%;
	}
	#recruit .boxes01 h2{
		color:#6db616;
	}
	#recruit .boxes01#box04{
		margin:0 auto 25%;
	}
}
/*------------------------------------------
	box01
------------------------------------------*/
#box01{
	margin:0 auto 80px;
}
#box01.intro dl {
	margin: 0 0 50px;
}
#box01 li {
	line-height: 0;
	font-size: 0;
	opacity: 1;
	transition: opacity 0.4s ease;
}
#box01 li.hover.ov {
	opacity: 0.5;
}
#box01 .flex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#box01 .box01__wrapper01 {
	margin: 0 0 50px;
}
#box01 .box01__wrapper01 li {
	margin: 0 0 30px;
}
#box01 .box01__wrapper01 li:last-child {
	margin: 0;
}
#box01 .box01__wrapper01 p.tit {
	font-size: 1.8rem;
	margin: 0 0 35px;
	font-weight: bold;
}
#box01 .box01__wrapper01 p.txt01 {
	font-size: 1.8rem;
}
#box01 .box01__wrapper01 dl {
	margin: 0;
}
#box01 .box01__wrapper01 dt {
	font-size: 1.8rem;
	margin: 0;
	line-height: 2;
	font-weight: normal;
}
#box01 .box01__wrapper01 dd a {
	text-decoration: underline;
	text-underline-offset: 5px;
}
#box01 .box01__wrapper01 dd a.hover.ov {
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	#box01{
		margin:0 auto 10%;
	}
	#box01.intro dl {
		margin: 0 0 10%;
	}
	#box01 .flex {
		padding: 0 3.125%;
		display: block;
	}
	#box01 li {
		margin: 0 0 3%;
	}
	#box01 li:last-child {
		margin: 0;
	}
	#box01 .box01__wrapper01 {
		padding: 0 3.125%;
		margin: 0 0 5%;
	}
	#box01 .box01__wrapper01 li {
		margin: 0 0 7%;
	}
	#box01 .box01__wrapper01 p.tit {
		font-size: 1.7rem;
		margin: 0 0 6%;
	}
	#box01 .box01__wrapper01 p.txt01 {
		font-size: 1.7rem;
	}
	#box01 .box01__wrapper01 dl {
		margin: 0;
	}
	#box01 .box01__wrapper01 dt {
		font-size: 1.7rem;
	}
}
