@charset "UTF-8";

/*-------------------------------

　TOPページ用 style

-------------------------------*/

/*---------- fv ----------*/

.fv {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	padding-top: 56%;
	position: relative;
}

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

#recruit .banner {
	display: block;
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#recruit .banner:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}