@charset "UTF-8";

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


h1 {
	font-size: 32px;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 18px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	color: #00984d;
	border: 2px solid #00984d;
	text-align: center;
	padding: 8px;
	margin-bottom: 30px;
	margin-top: 90px;
}
h4 {
	font-size: 32px;
	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: 20px;
	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;
}


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

header{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
header img{
	display: block;
}

nav{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	height: 36px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00984d;
	border-bottom-color: #00984d;
}
nav li{
	text-align: center;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00984d;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
}
nav li:first-child{
	line-height: 20px;
	margin-left: 125px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00984d;
}
nav li a{
	color: #00984d;
	display: block;
	font-weight: 600;
}

main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#main-top{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	height: 550px;
}

#main-top-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:550px;
	height:550px;
	z-index: 11;
}

#main-top-02 {
	position:absolute;
	left:97px;
	top:59px;
	width:453px;
	height:438px;
	z-index: 12;
	color: #FFF;
	font-size: 11px;
	line-height: 24px;
}

#main-top-03 {
	position:absolute;
	left:560px;
	top:26px;
	width:440px;
	height:355px;
	z-index: 13;
}
#main-top-03 th{
	font-size: 28px;
	padding: 4px;
	vertical-align: middle;
	font-weight: 400;
}
#main-top-03 td{
	font-size: 12px;
	padding: 4px;
	line-height: 16px;
	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:0px;
	top:350px;
	width:1000px;
	height:142px;
	z-index: 10;
}


.company{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.company td{
	background-color: #eeeeee;
	padding: 20px;
	border: 5px solid #FFF;
	vertical-align: middle;
}
.company td:first-child{
	text-align: center;
}
.company div{
	float: left;
	margin-right: 30px;
}

#recruit{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #eeeeee;
	padding: 100px;
}
#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: 760px;
	color: #FFF;
	background-color: #000;
	text-align: center;
	margin-top: 60px;
	padding: 20px;
	font-size: 15px;
}


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


/* ========== nav固定 ========== */
.fixed {
	position: fixed;
	top: 0;
  left:50%;
  margin-left:-500px;
  margin-bottom:40px;
	z-index: 100;
}
.fixed2 {
	margin-top:70px;
}