@charset "utf-8";
/* CSS Document */
#top .mv{
	position: relative;
}
#top .mv img{
	width: 100%;
}
#top .mv h2,
#top .mv h2 span{
	font-weight: bold;
	text-shadow:2px 1px 2px rgba(0,0,0,0.71);
}
#top .mv h2{
	position: absolute;
	top: 55%;
	left: 50px;
	color: #fff;
	font-size: 45px;
	font-size: 4.5rem;
}
#top .mv h2 span{
	display: block;
	font-size: 20px;
	font-size: 2.0rem;
}
#top .manu_area{
	background: linear-gradient(90deg,#5bb43c 50%,#cfdb48 50%);
	display: flex;
}
#top .manu_area .company_area,
#top .manu_area .business_area{
	width: 50%;
	padding: 60px;
	text-align: center;
}
#top .manu_area h3{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 30px;
}
#top .manu_area h3 span{
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}
#top .manu_area p{
	margin-bottom: 30px;
}
#top .manu_area .more_btn{
	display: inline-block;
	width: 280px;
	height: 45px;
	border-radius: 100px;
	background-color: #8f8f8f;
	position: relative;
	margin-bottom: 30px;
}
#top .manu_area .more_btn a{
	position: absolute;
	top: -10px;
	left:0;
	color: #fff;
	background-color: #222;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	width: 280px;
	height: 45px;
	line-height: 45px;
	border-radius: 100px;
	position: relative;
}
#top .manu_area .more_btn a:hover{
	opacity: 1.0;
}
#top .manu_area figure img {
	width: 460px; /*画像の幅*/
	height: 280px; /*画像の高さ*/
	transition-duration: 0.5s; /*変化の時間*/
}
#top .manu_area .company_area:hover img.company,
#top .manu_area .business_area:hover img.business{
	transform: scale(1.1,1.1); /*画像の拡大*/
}

