#top-main {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
}

#top-main h1 {
	padding: 110px 0px 45px 0px;
}

ul#menu {
	text-align: center;
	background-color: #036eb6;
	padding: 14px;
}

ul#menu li {
	border-left: 1px solid #9dbada;
	display: inline-block;
}

ul#menu li:last-child {
	border-right: 1px solid #9dbada;
}

ul#menu li a {
	color: white;
	font-weight: bold;
	padding: 0px 40px;
	text-decoration: none;
}

div.reason {
	background: url(images/top_reason_bg.jpg) no-repeat center top;
	padding: 50px 0px;
	background-size: cover;
}

div.reason h2 {
	padding-bottom: 40px;
	color: white;
}

div.reason ul {
	display: table;
	margin: 0px auto;
	width: 1000px;
}

div.reason ul li {
	background-color: rgba(255,255,255,0.9);
	background-position: center top 20px;
	background-repeat: no-repeat;
	border: 3px solid #1274b8;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #036eb6;
	display: table-cell;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 20px;
	padding: 120px 10px 30px 10px;
	text-align: center;
	width: 220px;
}

div.reason ul li:nth-child(1) {
	background-image: url(images/top_reason_icon1.png);
}

div.reason ul li:nth-child(3) {
	background-image: url(images/top_reason_icon2.png);
}

div.reason ul li:nth-child(5) {
	background-image: url(images/top_reason_icon3.png);
}

div.reason ul li:nth-child(7) {
	background-image: url(images/top_reason_icon4.png);
}

div.reason ul li.space {
	background-color: transparent;
	border: none;
	padding: 0px;
	width: 20px;
}

div.business ul {
	display: table;
	margin: 0px auto;
	width: 1000px;
}

div.business ul.ot {
	margin-bottom: 20px;
}

div.business ul.ff {
	width: 700px;
	margin-bottom: 70px;
}

div.business ul li {
	background-color: rgba(255,255,255,0.9);
	background-position: center top 70px;
	background-repeat: no-repeat;
	border: 6px solid #1274b8;
	border-radius: 20px;
	display: table-cell;
	margin: 0px 20px;
	-moz-border-radius: 20px;
	padding: 20px 10px 10px 10px;
	position: relative;
	text-align: center;
	-webkit-border-radius: 20px;
	width: 300px;
}

div.business ul.ot li:nth-child(1) {
	background-image: url(images/top_business01illust.png);
	border-color: #14a83b;
}

div.business ul.ot li:nth-child(1) div.num {
	background-color: #14a83b;
}

div.business ul.ot li:nth-child(1) h3 {
	border-bottom: 3px solid #14a83b;
}

div.business ul.ot li:nth-child(3) {
	background-image: url(images/top_business02illust.png);
	border-color: #367dde;
}

div.business ul.ot li:nth-child(3) div.num {
	background-color: #367dde;
}

div.business ul.ot li:nth-child(3) h3 {
	border-bottom: 3px solid #367dde;
}

div.business ul.ot li:nth-child(5) {
	background-image: url(images/top_business03illust.png);
	border-color: #f09603;
}

div.business ul.ot li:nth-child(5) div.num {
	background-color: #f09603;
}

div.business ul.ot li:nth-child(5) h3 {
	border-bottom: 3px solid #f09603;
}

div.business ul.ff li:nth-child(1) {
	background-image: url(images/top_business04illust.png);
	border-color: #f2c800;
}

div.business ul.ff li:nth-child(1) div.num {
	background-color: #f2c800;
}

div.business ul.ff li:nth-child(1) h3 {
	border-bottom: 3px solid #f2c800;
}

div.business ul.ff li:nth-child(3) {
	background-image: url(images/top_business05illust.png);
	border-color: #1cafce;
}

div.business ul.ff li:nth-child(3) div.num {
	background-color: #1cafce;
}

div.business ul.ff li:nth-child(3) h3 {
	border-bottom: 3px solid #1cafce;
}

div.business ul li.space {
	background-color: transparent;
	border: none;
	padding: 0px;
	width: 20px;
}

div.business ul li div.num {
	border-radius: 0px 0px 20px 0px;
	display: block;
	left: 0px;
	-moz-border-radius: 0px 0px 20px 0px;
	padding: 10px 10px 20px 5px;
	position: absolute;
	top: 0px;
	-webkit-border-radius: 0px 0px 20px 0px;
}

div.business ul li h3 {
	font-size: 20px;
	padding: 0px 20px 5px 35px;
}

div.business ul li p {
	font-size: 90%;
	line-height: 1.5em;
	padding-top: 115px;
	text-align: center;
}

div.csr-company {
	background: url(images/top_csrcompany_bg.jpg) no-repeat center top;
	padding: 80px 0px;
	background-size: cover;
}

div.csr-company div.container {
	background-color: rgba(255,255,255,0.9);
	border: 3px solid #036eb6;
	border-radius: 24px;
	-moz-border-radius: 24px;
	padding: 20px 50px 40px 50px;
	-webkit-border-radius: 24px;
}

div.csr-company div.container div.img {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 500px;
}

div.csr-company div.container div.text {
	display: table-cell;
	vertical-align: top;
	width: 500px;
}

div.csr-company div.container div.text h3 {
	font-size: 140%;
}

div.csr-company div.container div.text p {
	font-size: 90%;
	text-align: center;
	padding-bottom: 10px;
}

div.csr-company div.container div.text a.link-btn {
	width: 300px;
	padding: 12px 0px;
	margin: auto;
	display: block;
}

div.recruit {
	display: table-cell;
	width: 650px;
}

div.recruit div.contents {
	background: url(images/top_recruit_bg.png) no-repeat right 40px bottom;
	border: 3px solid #14a83b;
	border-radius: 24px;
	-moz-border-radius: 24px;
	padding: 40px 30px 50px 30px;
	-webkit-border-radius: 24px;
	margin-bottom: 30px;
}

div.recruit div.contents h3 {
	border-bottom: 5px solid #b8e9c3;
	font-size: 30px;
	line-height: 1.3em;
	margin: 0px auto;
	padding-bottom: 15px;
	width: 400px;
}

div.recruit div.contents div.text {
	padding-top: 20px;
}

div.recruit div.contents div.text p {
	text-align: center;
}

div.recruit a.link-btn {
	display: block;
	width: 400px;
	padding: 12px 0px;
	margin: auto;
}

div.facebook {
	display: table-cell;
	padding-left: 50px;
	width: 400px;
}

div.ig {
	background-color: #d9f0fe;
	width: 1100px;
	margin: auto;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	margin-top: 60px;
	padding: 40px 0px; 
}

div.ig h2 {
	padding: 0px;	
}

div.ig div.text,
div.ig div.img {
	display: table-cell;
	vertical-align: middle;
}

div.ig div.text {
	width: 400px;
	text-align: center;
	padding: 0px 20px 0px 40px;
}

div.ig div.text a.link-btn {
	display: block;
	width: 300px;
	padding: 10px 0px;
	font-size: 14px;
	background:url(images/link_btn_g.png)no-repeat right 20px center white;
	color: black;	
}

div.ig div.img {
	width: 580px;
	padding-right: 60px;
}


