@charset "UTF-8";

body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 140%;
	font-size: 26px;
	color: #000;
}

h1 {
	font-size: 32px;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 20px;
}
h2 {
	font-size: 32px;
	text-align: center;
}
h3 {
	font-size: 32px;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	color: #00984d;
	border: 2px solid #00984d;
	text-align: center;
	padding: 8px;
	margin-bottom: 30px;
}
h4 {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 60px;
}

/* ========== font ========== */

strong { font-weight: 800;}

a { text-decoration: none;}
a:hover {
	text-decoration: underline;
}


/* ========== page top ========== */
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 80px;
	display: none;
}
.pagetop a {
    display: block;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.pagetop a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.pagetop img{
	width: 200%;
}


/* ========== contents ========== */

header{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
header img{
	display: block;
	width: 100%;
}

nav{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
nav li{
	text-align: center;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00984d;
	width: 100%;
	line-height: 1.2em;
	font-size: 32px;
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
nav li:first-child{
}
nav li a{
	color: #00984d;
	display: block;
	font-weight: 600;
}

main {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#main-top{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	height: 1300px;
	background-color: #fff;
}

#main-top-01 {
	position:absolute;
	left:0px;
	top:0px;
	width: 100%;
	z-index: 11;
}
#main-top-01 img{
	width: 100%;
}

#main-top-02 {
	position:absolute;
	left:8%;
	top:80px;
	width: 84%;
	height:438px;
	z-index: 12;
	color: #FFF;
	font-size: 24px;
	line-height: 2.2em;
}

#main-top-03 {
	position:absolute;
	left:50%;
	top:400px;
	width: 45%;
	z-index: 13;
}
#main-top-03 th{
	font-size: 32px;
	padding: 4px;
	vertical-align: top;
	font-weight: 400;
}
#main-top-03 td{
	font-size: 22px;
	padding: 4px;
	line-height: 1.3em;
	vertical-align: middle;
	height: 2em;
}
#main-top-03 hr{
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

#main-top-04 {
	position:absolute;
	left:0%;
	top:1080px;
	width: 100%;
	z-index: 10;
	overflow: hidden;
}
#main-top-04 img{
	width: 100%;
}



.company{
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 100px;
}
.company td{
	background-color: #eeeeee;
	padding: 20px;
	border: 5px solid #FFF;
	vertical-align: middle;
}
.company td:first-child{
	text-align: center;
}
.company div{
	font-size: 26px;
}

#recruit{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #eeeeee;
	padding: 5%;
}
#recruit table{
	width: 100%;
}
#recruit td{
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	padding-top: 16px;
	padding-right: 8px;
	padding-bottom: 16px;
	padding-left: 8px;
}

#recruit td:nth-child(1),
#recruit td:nth-child(4){
	font-weight: 600;
}
#recruit td:nth-child(3){
	border-top-style: none;
	border-bottom-style: none;
}
#recruit p{
	width: 90%;
	color: #FFF;
	background-color: #000;
	text-align: center;
	margin-top: 60px;
	padding: 5%;
	font-size: 26px;
}


footer {
	background-color: #00984d;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFFFFF;
	line-height: 1em;
}
footer img {
	float: left;
	margin-right: 40px;
	width: 20%;
}
footer p {
	padding-top: 5px;
}