/*
Theme Name: Original_style
Theme URI: http://unknown.jp/
Description: オリジナルリセット
Version: 100.0
Author: noname
Author URI: http://unknown.jp/
*/

/* html5 reset*/
html{overflow-y:scroll;}
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
main{display:block;}
h1, h2, h3, h4, h5, h6,address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
img{vertical-align:bottom; max-width:100%; height:auto;}

/* original reset */
li{
	list-style:none;
}
a {	text-decoration:none;}
a:link { }
a:visited { }
a:hover {	text-decoration:underline;	}
a:active { }

/* html5 reset +alpha */
html{
    font-size: 62.5%; /* (14px) */
	line-height:1.0;
	color:#333333;
}
#main {
	line-height:1.8;
}

/* common item */
.clrfx:after {content:".";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;font-size:0.1em;line-height:0;}
.clrfx {zoom:1;}
.clr {clear:both;}
.fltl {float:left;}
.fltr {float:right;}
.leftAdjust{text-align:left;}
.rightAdjust{text-align:right;}
.centerAdjust{text-align:center;}
.topAdjust{vertical-align:top;}
.middleAdjust{vertical-align:middle;}
.bottomAdjust{vertical-align:bottom;}
.rlt{position:relative;}
.abs{position:absolute;}
strong { font-weight:bold; }
em { font-style: italic; }
del { text-decoration:line-though; }

/* items */
a img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}
a:hover img.opa100 {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
}
.large-container {
	width:100%;
	min-width:1024px;
	margin:0 auto;
}
.container {
	width:1024px;
	margin:0 auto;
}
.for_sp {
	display:none;
}
/* body style */
body {
	font-size:1.4rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	background:#fff;
	-webkit-text-size-adjust: 100%;
	font-weight:500;
}
#wrapper {
}
/* common */
#header {
	padding:20px 0;
}
#header .logo {
	width:190px;
	float:left;
	padding-top: 20px;
}
#header .site-description {
	font-size:13px;
	position: absolute;
	top: -5px ;
	left: 0;
}
#gnavi {
	float: left;
	padding: 35px 20px 0;
}
#gnavi li {
	font-size:17px;
	display: inline-block;
	margin-left:20px;
	position: relative;
}
#gnavi li::before {
	content:"";
	width:1px;
	height:17px;
	background:#000000;
	position: absolute;
	left:-10px;
	top:0;
}
#gnavi li:nth-of-type(1)::before {
	content:none;
}
#gnavi li a {
	font-weight:bold;
	color:#000000;
}
#header .opt01{
	float:right;
	width:480px;
}
#header .opt01_1 {
	width:262px;
	float: left;
}
#header .opt01_2 {
	width:190px;
	float:right;
}
#footer {
	background:#85C630;
	padding:40px 0 0;
}

#fnavi{
	float:left;
}
#fnavi {
	float: left;
	padding: 35px 20px 0;
}
#fnavi li {
	font-size:16px;
	display: inline-block;
	margin-right:20px;
	position: relative;
}
#fnavi li::before {
	content:"";
	width:1px;
	height:16px;
	background:#fff;
	position: absolute;
	left:-10px;
	top:0;
}
#fnavi li:nth-of-type(1)::before {
	content:none;
}
#fnavi li a {
	font-weight:bold;
	color:#fff;
}

#footer .logo {
	float:left;
	width:170px;
	margin: 15px 0 0 40px;
}
#footer .opt01{
	float:right;
	width:480px;
}
#footer .opt01_1 {
	width:262px;
	float: left;
}
#footer .opt01_2 {
	width:190px;
	float:right;
}
#footer #copy {
	background:rgba(0,0,0,0.7);
	margin-top:40px;
	height: 50px
}
#footer #copy small {
	text-align:left;
	display:block;
	color:#fff;
	padding:30px 0 0;
	font-size:12px;
	
}
#totop{
	position:fixed;
	bottom:0;
	right:0;
	display: none
}
#totop a {
	width:50px;
	height:50px;
	display: block;
	background:#666666;
}
#totop a::after {
    content: "";
    width: 16px;
    height: 16px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    left: 16px;
    top: 23px;
    transform: rotate(45deg);
}



.title_type01 {
	padding:30px 0;
 	background:#85C630;
 	text-align: center;
 	line-height:1.4;
 	margin-bottom:60px;
}
.title_type01 span{
	font-size:43px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
 	font-weight: bold;
 	color: #fff;
 	display: inline-block;
 	position:relative;
}
.title_type01 span::after{
	content:"";
	position:absolute;
	left:0;
	bottom:5px;
	width:100%;
	background:#fff;
	height:2px;
}
.title_type01 small{
	font-size:20px;
 	font-weight: bold;
 	color: #fff;
 	display: block;
}
.title_type01.pat02 {
 	background:transparent;
 	margin-bottom:0;
}
.title_type01.pat02 span{
 	color: #000000;
}
.title_type01.pat02 span::after{
	background:#85C630;
}
.title_type01.pat02 small{
 	color: #000000;
}



.title_type02{
	font-size:36px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
 	font-weight: bold;
}
.title_type03 {
	font-size:22px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
 	font-weight: bold;
 	padding-bottom:5px;
 	color:#3BB201;
    border-bottom:1px solid #3BB201;
    margin-bottom:15px;
}


.list_type01 {
}
.list_type01 th{
	width:190px;
	border:1px solid #666;
	border-bottom:1px solid #fff;
	background:#666666;
	vertical-align:middle;
	text-align:left;
	padding:10px 20px;
	font-weight:bold;
	color:#fff;
}
.list_type01 tbody tr:nth-last-of-type(1) th{
	border-bottom:1px solid #666;
}
.list_type01 td{
	width:834px;
	border:1px solid #666666;
	padding:10px 20px;
	background:#fff;

}





.for_sp { display: none; }
#mission {
	padding:80px 0;
}
#mission .lefter {
	float:left;
	width:470px;
	font-size:17px;
}
#mission .lefter h2 {
	font-size:40px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom:20px;
}
#mission .lefter h2 small {
	font-size:22px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    display: block;
    color:#3BB201;
    border-bottom:1px solid #3BB201;
    margin-bottom:30px;
}
#mission .righter {
	float:right;
	width:520px;
}

#service .normer {
	padding:0px 0 60px;
	position:relative;
}
#service .normer img {
	width:300px;
	position: absolute;
	margin-top:-50px;
	z-index: 100;
}

#service .normbox {
	background:#E7E6DB;
	position:relative;
	margin-left:40px;
	padding: 30px 30px 30px 300px;
}
#service .normer h3 {
	margin-left: 340px;
}

#service .normer .appeal {
	font-size:20px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight:bold;
    display: block;
    margin-bottom:10px;
}
#service .normer p {
	font-size:15px;
}



#service .elser {
	padding:0px 0 60px;
	position:relative;
}
#service .elser p {
	font-size:17px;
}



.inq_record {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	background:#FFF4DC;
	font-size:24px;
	font-weight:bold;
	padding:30px 0;
}
.inq_record p{
	width:750px;
}

.inq_record .photo{
	width:230px;
	position:absolute;
	bottom:-30px;
	right:50px;
}

#about {
	background:#E7E6DB;
}
#about article {
	margin-bottom:50px;
}


#access {
	padding:0 0 70px;
}
#access p{
	text-align:center;
	margin-bottom:10px;
	font-size:18px;
}
#access p span{
	font-weight:bold;
	margin-right:15px;
}
#access iframe{
	width:850px;
	height:500px;
	margin:auto;
	display:block;
	
		}
#ninsyou {
	padding:0 0 70px;
}
#recruit {
	background:#E7E6DB;
}
#recruit article {

	margin-bottom:50px;
}
#recruit .txt01 {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:32px;
	font-weight:bold;
	text-align:center;
	
}
#recruit .txt02 {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	color:#3BB201;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:40px;
}
#recruit .recbtm {
	background:rgba(133,198,48,0.25);
	padding:50px 0 40px;
	margin-bottom:0;
}

#recruit .recbtm .lefter{
	width:620px;
	float:left;
}
#recruit .recbtm .righter{
	width:375px;
	float:right;
}
#recruit .recbtm .lefter p {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:24px;
	font-weight:bold;
}
#recruit .recbtm .lefter .btns {
    margin-bottom:10px;
}
#recruit .recbtm .righter img{
	background:#fff;
	padding:8px;
	display:block;
	margin-top:30px;
}




