
header {
	border-width: 12px;
	box-shadow: 0 0 8px -2px #7c7c7c;
	padding: 30px 0 25px 0;
	position: relative;
	z-index: 100;
}

h1#header-logo img {
	height: auto;
	width: 320px;
}

div.mainimg {
	background-color: #fdfff2;
	background-position: center center;
	background-size: cover;
	height: 600px;
}

div.mainimg div.maincopy {
	margin: 0 auto;
	width: 1200px;
}

div.mainimg div.maincopy div.text {
	padding: 180px 600px 0 0;
	position: absolute;
}

div.mainimg div.maincopy div.text h2 {
	text-align: left;
}

div.mainimg div.mainimg-sp {
	background-image: none;
}

div.company {
	background: #fcfff3 url(images/top_companybg.gif) repeat-x center bottom;
	padding: 75px 0 150px 0;
}

ul.business-list {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 1050px;
}

ul.business-list li a {
	border-radius: 10px;
	box-shadow: 0 0 8px #d6d6d6;
	color: white;
	display: block;
	padding-top: 300px;
	text-align: center;
	text-decoration: none;
	width: 330px;
}

ul.business-list li:nth-child(1) a {
	background: url(images/top_business_list_ecotech@2x.jpg) no-repeat center top;
	background-size: 330px;
}

ul.business-list li:nth-child(2) a {
	background: url(images/top_business_list_ecoscan@2x.jpg) no-repeat center top;
	background-size: 330px;
}

ul.business-list li:nth-child(3) a {
	background: url(images/top_business_list_health@2x.jpg) no-repeat center top;
	background-size: 330px;
}

ul.business-list li a div.text {
	background: url(images/link_btn.svg) no-repeat right 30px center;
	background-color: #24ac74;
	background-size: 18px;
	padding: 15px 15px 20px 15px;
	transition: all .3s;
}

ul.business-list li a:hover div.text {
	background-position: right 25px center;
	transition: all .2s;
}

ul.business-list li a div.text h3 {
	font-size: 26px;
}

ul.business-list li a div.text em {
	border: solid 1px white;
	border-radius: 12px;
	font-size: 12px;
	margin: 0 2px;
	padding: 2px 10px;
}

div.business-maskfit a {
	background: url(images/top_business_maskfit_nn.jpg) no-repeat center center;
	border-radius: 5px;
	box-shadow: 0 0 8px #d6d6d6;
	display: block;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 870px;
}

div.business-maskfit a p.catch {
	color: white;
	font-size: 13px;
	font-weight: 700;
	left: 25px;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

div.business-maskfit a p.catch strong {
	font-size: 18px;
}

div.business-maskfit a p.btn {
	background: url(images/link_btn_gray.svg) no-repeat right 10px center;
	background-size: 16px;
	font-size: 13px;
	margin: 5px auto;
	transition: all .3s;
	width: 290px;
}

div.business-maskfit a:hover p.btn {
	background-position: right 5px center;
	transition: all .2s;
}

div.business-maskfit a p.btn em {
	border: solid 1px #515151;
	border-radius: 10px;
	font-size: 12px;
	margin-right: 5px;
	padding: 2px 10px;
	vertical-align: middle;
}

ul.topmenu {
	display: flex;
	justify-content: center;
}

ul.topmenu li {
	text-align: center;
	width: 33.333%;
}

ul.topmenu li a {
	color: white;
	display: block;
	height: 170px;
	padding: 50px 0 100px 0;
	text-decoration: none;
	transition-duration: .5s;
}

ul.topmenu li:nth-child(1) a {
	background: url(images/topmenu_company@2x.jpg) center center;
	background-size: 100%;
}

ul.topmenu li:nth-child(2) a {
	background: url(images/topmenu_contact@2x.jpg) center center;
	background-size: 100%;
}

ul.topmenu li:nth-child(3) a {
	background: url(images/topmenu_recruit@2x.jpg) center center;
	background-size: 100%;
}

ul.topmenu li a:hover {
	background-size: 115%;
}

ul.topmenu li a h3 {
	font-size: 32px;
}

ul.topmenu li a p.btn {
	background: url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 16px;
	border: 1px solid white;
	border-radius: 5px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 75px 12px 70px;
	text-decoration: none;
	transition: all .3s;
}

ul.topmenu li a:hover p.btn {
	background: #24ac74 url(images/link_btn.svg) no-repeat right 15px center;
	background-size: 16px;
	transition: all .2s;
}