html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
li {
	list-style: none;
}
body {
    line-height:1;
	font-family: "游ゴシック,ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}
#page {
	width: 100%;
	height: 100%;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

#head {
position: relative;

	width: 90%;
	float: right;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.12);

}
.clear_fix {
	clear: both;
}
#section_wrap {
	width: 90%;
	float: right;
}

#side_menu {
	width: 100%;
	position: fixed;	
	height: 80px;
	top:0px;
	left:0px;
	z-index: 9999;
	background: rgba(216,216,216,0.9);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}

#side_menu ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;

}

#side_menu li {
	display: table-cell;
		

}
#side_menu li a {
	display: block;
	height: 90px;
	line-height: 80px;	
	color: #006f96;
	text-decoration: none;
	font-size:90%;	
}
#side_menu li a:hover {
	background: #006f96;
	color: #fff;
		box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.12);
	
}

#left_menu {
	top: 0px;
	left: 0px;
	position: fixed;
	width: 10%;
		min-width: 95px;
	height: 100%;
	background: #006f96;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.12);
	z-index: 9999;
}
#left_menu li {
height: 100px;
box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
#left_menu li:first-child{
	background: #006f96;
}
#left_menu li {
	background: #e1e1e1;	
}
#left_menu li a {
	text-align: center;
	line-height: 100px;
	padding:0px 5px;
	display: block;
	color: #006f96;
	text-decoration: none;
	font-weight: bold;
	-moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.12);
-webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.12);
-ms-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.12);
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.12);
}
#left_menu li a:hover {
	background: #006f96;
	transition: 0.5s;
	color: #fff;
}

.title,.title_bottom {
	width: 200px;
	margin:  0 auto 15px;
	text-align: center;
	
}
.title {
	font-size: 25px;
	padding: 150px 15px 0px 15px;
	
}
.grade_line {
	width: 250px;
	margin: 0  auto 30px;
	height: 8px;
	background-image: linear-gradient(-90deg, #89C296, #6A89F6);
}
h4,h5 {
	text-align: center;
	line-height: 30px;
	margin:  0 auto 15px;
	font-weight: bold;
}
h4{	padding: 80px 15px 0px 15px;
	font-size: 22px;}
h5{
	font-size: 15px;
	
}
h4 span{
	color: #006f96;
}

footer {
	width: 90%;
	height: 100%;
	margin: 50px auto 0px ;
	float: right;
}
.foot_fix {
background:#e1e1e1;

}
.foot_txt_wrap{

display:table;
table-layout: fixed;
width:100%;
height: 20px;
background: #006f96;
}
.foot_txt_wrap li a {
text-decoration: none;
color: #fff;
display: block;
margin: 10px 0px;
}
.foot_nav01,.foot_nav02,.foot_nav03,.foot_nav04 {
display:table-cell;
vertical-align:middle;
text-align:center;
}
.foot_ad {
	text-align: center;
}
.fix_head {
float: right;
display:table;
table-layout: fixed;
width:100%;
z-index: 5;
position: fixed;
top:0px;
box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);


}
.fix_head li {
	height: 80px;
	padding: 0;
	margin: 0;
	display:table-cell;
vertical-align:middle;
text-align:center;
	background: #e1e1e1;
	border-right: solid 1px rgba(0, 0, 0, 0.12);
	
}
.fix_head li a {
	display: block;
	height: 100%;
	text-align: center;
	line-height: 80px;
	text-decoration: none;
	color: #006f96;
	font-weight: bold;
	transition: 0.5s;
	
		-moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.12);
-webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.12);
-ms-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.12);
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.12);
}
.fix_head li a:hover {
	background: #006f96;
	color: #fff;
}
.fix_head li:first-child,.fix_head li:last-child {
	background: #fff;
}
.about_wrap,.greet_wrap,.greet_h_wrap,.works_wrap,.RECRUIT_wrap {
	width: 800px;
	margin:  0 auto;
}
.about_wrap table,.works_wrap table{
	margin: 0 auto;
	width: 70%;
}
.recruit_wrap table{
	margin: 0 auto;
	width: 60%;
}
.about_wrap tr,.recruit_wrap tr{
	margin: 10px 0px;
}
.works_wrap td,.recruit_wrap td {
	margin: 20px auto;
		width: 50%;
	padding:20px 0px 20px 5px;
	height: 120px;
	line-height: 25px;
	vertical-align: middle;
}
.about_wrap td,.recruit_wrap td {
	margin: 10px 30px;
	width: 50%;
	padding-left: 5px;
	height: 80px;
	vertical-align: middle;
  
}
.recruit_wrap_info {
	margin: 20px auto;
	width: 70%;
	text-align: left;
	line-height: 30px;
}
.recruit_wrap .td001 a {
	color: #006f96;
	font-weight: bold;

}
.td001{

box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.12);

	}
.outline_adress td:last-child {
	line-height: 25px;
	padding: 15px 0px;
}

.td002 p {
	padding: 5px 10px;
	border-left: solid 5px #7db4e6;
}
.greet_wrap p,.RECRUIT_wrap p {
	line-height: 35px;
	text-align: center;
	padding: 30px 0;

}
.greet_h_wrap {
	padding: 20px;
}
.greet_h_wrap p {
		line-height: 35px;
	text-align: left;
	padding: 30px 0;
		padding-bottom: 60px;
}
.greet_h_wrap span {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.greet_wrap,.greet_h_wrap,.RECRUIT_wrap {
background: #e1e1e1;
	margin: 30px auto;
	position: relative;

}
.greet_wrap:before {
  content: "";
  position: absolute;
 top: 175px;
    left: 704px;
  	width: 0;
height: 0;
	z-index: 4;
border-style: solid;
border-width: 97px 97px 0 0;
border-color: #e3e3e3 transparent transparent transparent;
 -webkit-box-shadow: -4px -4px 2px 2px rgba(0,0,0,0.1);
-moz-box-shadow: -4px -4px 2px 2px rgba(0,0,0,0.1);
-ms-box-shadow: -4px -4px 2px 2px rgba(0,0,0,0.1);
box-shadow: -4px -4px 2px 2px rgba(0,0,0,0.1);
}
.greet_wrap:after {
  content: "";
  position: absolute;
  top: 175px;
  left: 704px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 97px 97px;
border-color: transparent transparent #fff transparent;

}
.greet_h_wrap:before,
.greet_h_wrap:after{
	content:"";
	display:block;
	width:100%;height:100%;
	border:1px solid #ddd;
	background:#fff;
	border-radius:2px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.1);
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}
.greet_h_wrap:before{
	-webkit-transform:rotate(-5deg);
	transform:rotate(-5deg);
}
.greet_h_wrap:after{
	-webkit-transform:rotate(5deg);
	transform:rotate(5deg);
}
.greet_h_wrap p img {
	position: absolute;
	bottom: 50px;
	right: 100px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
   background-image: linear-gradient(-90deg, #89C296, #6A89F6);
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
	font-weight: bold;
    border-radius: 5px;
}
#page-top a:hover {
	transition: 0.5s;
	position: relative;
	left: 0px;
	bottom:10px;
    text-decoration: none;
}
.torihiki {
	line-height: 25px;
	padding:10px 0px ;
	font-size: 13px;
}
@media screen and (max-width: 500px) {
	body {
		width: 100%;
	}
	.RECRUIT_wrap,.about_wrap,.works_wrap  {
		width: 100%;
	}
		#left_menu,.fix_head {
		display: none;
	}
	.about_wrap .td001,.about_wrap .td002,.works_wrap .td001,.works_wrap .td002,.recruit_wrap .td001,.recruit_wrap .td002{
		box-shadow: none;
		margin: 10px 0px 10px 0px ;
		line-height: 30px;
		padding: 0;
		width: 100%;
		display: block;
		float: none;
		height: 100%;
	}
	.greet_wrap {
		width: 100%;
		height: 100%;
		margin: 0;
	}
	#section_wrap {
		width: 100%;
		float: none;
	}
	#section_wrap p,#section_wrap td {
		font-size: 12px;
	}
	.greet_wrap:before,.greet_wrap:after,.greet_h_wrap:before,.greet_h_wrap:after {
		display: none;
	}
	.greet_h_wrap {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.greet_h_wrap p {
		text-align: left;
	}
	
	.greet_h_wrap p,.works_wrap p {
		padding: 10px;
		line-height: 30px;
	}
	.greet_h_wrap p br {
		display: none;
	}
	footer {
		width: 100%;
		margin: 20px 0 0 0 ;
		float: none;
		
	}
	.foot_txt_wrap {
		height: 20px;
	}

}
@media screen and (min-width: 501px) {	
	#side_menu {
		display: none;
	}
}