@charset "utf-8";

/* ---------------
    RESET
-------------------------------------------------------*/
@font-face {
  font-family: 'ipaexm';
  src: url('../ipaexm.ttf') format('truetype');
}

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; }
body { line-height: 1; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
ul, li { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted #000; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; margin: 0; padding: 0; }
input, select { vertical-align: middle; }
a img { border: none; }
img { vertical-align: top; margin: 0; padding: 0; }
img { max-width: 100%; height:auto;}
a { display: inline-block; }

body {
    text-align: center;
    font-family: "Noto Sans Japanese", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    position: relative;
    color: #555;
    overflow-x: hidden;
    background: #f9f9f9;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    line-height: 1.65;
    font-size: 75%;
}
html, body { height: 100% }
body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.firefox a:link,
.firefox a:visited,
.firefox a:active,
.firefox a:hover {
    overflow: hidden !important;
    outline: none !important;
}

.on a img,
.op,
.on a:hover img,
.op:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.on a:hover img,
.op:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60)";
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    text-decoration: none;
}
.cf:after { content: ""; display: block; clear: both; height:0; overflow: hidden; }
* html .cf { zoom: 1; }
*:first-child+html .cf { zoom: 1; }

/* ---------------
    tips
-------------------------------------------------------*/
.mt0 { margin-top: 0em !important; }
.mt1_0 { margin-top: 1em; }
.mt1_2 { margin-top: 1.2em; }
.mt1_4 { margin-top: 1.4em; }
.mt1_6 { margin-top: 1.6em; }
.mt1_8 { margin-top: 1.8em; }
.mt2_0 { margin-top: 2em; }
.mt4_0 { margin-top: 4em; }
.mt6_0 { margin-top: 6em; }


.mb0 { margin-bottom: 0em !important; }
.mb1_0 { margin-bottom: 1em; }
.mb1_2 { margin-bottom: 1.2em; }
.mb1_4 { margin-bottom: 1.4em; }
.mb1_6 { margin-bottom: 1.6em; }
.mb1_8 { margin-bottom: 1.8em; }
.mb2_0 { margin-bottom: 2em; }
.mb4_0 { margin-bottom: 4em; }
.mb6_0 { margin-bottom: 6em; }


.pt0 { padding-top: 0em !important; }
.p0 { padding: 0em !important; }

.fs0_5 { font-size: 0.5em; }
.fs1_0 { font-size: 1em; }
/* ---------------
    common
-------------------------------------------------------*/
/* ---------------
    Font
-------------------------------------------------------*/
/*游明朝*/
.yu-mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
.hide {
  display:none;
}
.body{
    background-color: #f9f8f7;
}
a:hover{
    opacity: .6;
}
a,p{
    text-decoration: none !important;
}
.clear{
    clear:both;
}
.clearfix{
  content: '';
  display: table;
  clear: both;
}

.sns_img img{
  width: 26px;
  margin: 0em 0.3em;
}

.hidden-m {
  display: none !important;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1000;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -35px;
  margin-left: -98px;
  text-align: center;
  color: #aed8c7;
  z-index: 1001;
}

/* ---------------
    header
-------------------------------------------------------*/
.top-header {
  position: fixed;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 94px;
  border-top: solid 3px #0a8b4a; 
  background: #ffffff;
}
.header_in {
  max-width: 1240px;  
  width: 100%;
  margin: 0 auto;
}
.logo_box {
  float: left;
}
.logo_box img{
  width: 160px;
}
.logo_txt {
  padding: .7em 0em;
  text-align: left;
  color: #61866d;
	width:700px;
	float:left;
}
.h-nav {
  font-size: 1.2em;
  float: right;
}
.h-nav ul {
  display: inline-block;left;
}
.h-nav li {
    float: left;
    padding: .7em 0em;
}
.h-nav_word_black li a{
    letter-spacing: 0.8;
    color:  #454545;
    margin: 0em 2em; 
    padding-bottom: .2em;
    font-weight: 600;
    border-bottom: solid 3px #fff;  
}
.h-nav_word_black li a:hover {
    opacity: 1;
    border-bottom: solid 3px #0a8b4a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.h-nav_word_white li a {
    letter-spacing: 0.8px;
    color:  #fff;   
}
.ht{width:100%}
.glt{
	width:400px; float:right;
}
.glt li{
	float:right;
	margin:0 2em;
	/*padding: .7em 0em;*/
}
.glt .tel{
	margin-right:0em;
	padding: .5em 0em;
	font-size: 1.2em;
}
.glt .enb a{ 
	background: #0a8b4a;
	color:#fff;
	padding:0.7em 2em;
}
#header h1 {
    font-size: 3em;
    font-weight: 100;
    letter-spacing: 0.1em;
}
#panel {display: none;}

/* ---------------
  main
-------------------------------------------------------*/

/* ---------------
  box
-------------------------------------------------------*/
.mt_header_pc {
  padding-top: 94px;
}
.section_top_mainsub {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  padding-top: 6em;
}
.section_in {
  margin: 0 auto;
}
.top_main_sub_img {
  width: 52%;
  float: left;
}
.top_main_sub_txt {
  margin-top: 80px; 
  width: 47%;
  float: right;
  text-align: left;
}

.top_main_sub_txt .title{
  font-size: 2.2em;
}
.top_main_sub_txt .detail{
  margin-top: 2em;
  font-size: 1.3em;
}


.section_top_service {
  background: #20a160;
  display: block;
}
.section_top_service_in {
  max-width: 1024px;
  margin: 0 auto;
  padding: 5em 0em 6em 0em;
}
.section_top_service .title {
  color: #fff;
  font-size: 3.4em;
  font-weight: 100;
}
.service_list_box {
  margin-top: 2em;
  width: 100%;
}
.service_list{
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  max-width: 302px;
  margin: .8em .8em;
  width: 100%;
}
.service_list img {
  width: 302px;
}
.service_list .txt {
  padding: 1.2em;
  font-size: 1.1em;
  text-align: left;
}

/* ---------------
    product
-------------------------------------------------------*/
.bg_w {
  background: #fff;
}
.section_top_product {
    background: #f7f7f7;
    display: block;
}
.section_top_product .title {
  color: #111111;
  font-size: 3.4em;
  font-weight: 100;
}
.section_top_product_btn a{
  margin-top: 3em;
  cursor: pointer;
  padding: .6em 5.4em;
  font-size: 1.6em;
  background-color: #fff;
  border: 1px solid #0a8b4a;
  color: #0a8b4a;
}
.section_top_product_btn a:hover{
  opacity: 1;
  background-color: #0a8b4a;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-main_img {
    height: 255px;
    background: url(../img/product_main_img.png) no-repeat top center;
    background-size: cover;
}
.product-main_img .title {
  padding-top: 2.8em;
  color: #fff;
  font-size: 3em;
  font-weight: 100;
}
.product_name_list {
  padding: 3em;
  max-width: 1040px;
  margin: 0 auto;
}
.product_name_list li {
  font-weight: 600;
  font-size: 1.4em;
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  display: inline-block; 
  float: left;
  margin-bottom: 1.4em; 
}

.product_name_list li a {
  color: #ababab;
  border-bottom: 3px solid #fff;
  line-height: 20px;
}
.product_name_list li a {
  color: #ababab;
  border-bottom: 2px solid #fff;
  line-height: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
}
.product_name_list li a:hover {
  color: #0a8b4a;
  border-bottom: 2px solid #0a8b4a;
  opacity: 1;
}

.product_list {
  max-width: 1000px;
  margin: 1em auto;
  border: 1px solid #eee;
  background: #fff;
  padding: 3em;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.product_list_left {
  display: inline-block;
  width: 100%;
  max-width: 384px;
  border: 1px solid #eee;
  vertical-align: top;
}
.product_list_left img{
  max-width: 382px
}

.product_list_right {
  display: inline-block;
  width: 100%;
  max-width: 450px;
  text-align: left;
  vertical-align: top;
  margin-left: 2em; 
}
.product_list_right .logo {
  width: 250px;
  max-height: 100%;
  
}
.product_list_right h4 {
  margin-top: .6em;
  font-weight: 600;
  font-size: 1.6em;
}
.product_list_right p{
  margin-top: .8em;
  line-height: 24px;
  font-size: 1.2em;
}

.product__detail_btn {
  text-align: right;
}
.product__detail_btn a{
  margin-top: 1em;
  cursor: pointer;
  padding: .6em 4em;
  font-size: 1.4em;
  background-color: #fff;
  border: 1px solid #0a8b4a;
  color: #0a8b4a;
}
.product__detail_btn a:hover {
    opacity: 1;
    background-color: #0a8b4a;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.section_top_product_in {
  max-width: 1024px;
  margin: 0 auto;
  padding: 2em 0em 0em 0em;
}
.product_list_section {
  padding: 4em 0em 16em 0em ;
}
.product_url {
  color: #555555;
}
/* ---------------
    TOP_recruit
-------------------------------------------------------*/
.section_top_recruit {
    background: #fff;
    display: block;
}
.section_top_recruit a{
  color: #111111;
}
.recruit_list {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    border: 1px solid #eeeeee;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    max-width: 450px;
    margin: .8em 1em;
}
.recruit_list img{
  border-radius: 3px 3px 0px 0px;
}
.recruit_list .txt {
    padding: 1.2em;
    font-size: 1.1em;
    text-align: left;
}


/* ---------------
    TOP_news
-------------------------------------------------------*/
.top_news_list li a {
    /*display: block;*/
    color: #111;
    font-size: 1.2em;
    padding: 1.2em 1.6em;
    -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
    transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
    background: #fff;
    border: 1px solid #eee;
    text-align: left;
    max-width: 837px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: .6em;
}
.top_news_list li a .time {
    float: left;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 200px;
    text-align: center;
}
.news_list li a .news_title {
    margin: 0 0 0 200px;

}
.top_news_list .news_title{
	width:580px;
	float:right;
}


/* ---------------
    news
-------------------------------------------------------*/
.n-main_img {
    height: 255px;
    background: url(../img/news_main_img.png) no-repeat top center;
    background-size: cover;
}
.n-main_img .title {
  padding-top: 2.8em;
  color: #fff;
  font-size: 3em;
  font-weight: 100;
}

.news_list {
  margin-bottom: 6em;
}
.news_list li{
    display: block;
    color: #111;
    font-size: 1.2em;
    padding: 2.2em 1.6em;
    border-bottom: 1px solid #eee;
    text-align: left;
    max-width: 837px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: .6em;
}
.news_list li .time {
    float: left;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 200px;
    text-align: center;
}
.news_list li .news_title {
    margin: 0 0 0 200px;
}
/* ---------------
  CONTACT
-------------------------------------------------------*/
.contact-main_img {
    height: 255px;
    background: url(../img/contact_main_img.png) no-repeat top center;
    background-size: cover;
}
.contact-main_img .title {
  padding-top: 2.8em;
  color: #fff;
  font-size: 3em;
  font-weight: 100;
}
.main_sub_title .title{
  margin-top: 3em;
  display: inline-block;
  color: #111;
  font-size: 2.2em;
  font-weight: 600;
  border-bottom: 3px solid #0a8b4a;
}
.main_sub_txt {
  max-width: 800px;
  font-size: 1.2em;
  color: #555;
  margin: 2.8em auto 0em auto;
  line-height: 2em;
}
.section_top_contact_in {
    max-width: 800px;
    margin: 0 auto;
    padding: 9em 0em 6em 0em;
}
.contact-list_title {
  text-align: left;
  font-size: 1.4em;
  color: #111;
  padding: 1em 0em 1em .8em;
  font-weight: 600;
}
.post_list {
  margin-bottom: 6em;
	text-align: left;
}
.post_list li {
    border-bottom: 1px solid #e6e6e6;
    padding: 1.6em 1em;
    font-size: 1.1em;
}
.post_list li .post_title {
    color: #555;
    font-weight: 600;
    width: 140px;
    float: left;
    text-align: left;
}
.post_list li .post_txt {
    color: #555;
    margin: 0 0 0 200px;
    text-align: left;
}
.post_txt a{
  color: #555;
}

/* ---------------
  CONTACT
-------------------------------------------------------*/
.section_top_company_in {
    max-width: 800px;
    margin: 0 auto;
    padding: 1em 0em 1em 0em;
}
/* ---------------
  company
-------------------------------------------------------*/
.company-main_img {
    height: 255px;
    background: url(../img/company_main_img.png) no-repeat top center;
    background-size: cover;
}
.company-main_img .title {
  padding-top: 2.8em;
  color: #fff;
  font-size: 3em;
  font-weight: 100;
}
.main_sub_txt_company_top {
  max-width: 800px;
  margin: 2em auto 0em auto;
  color: #111;
  line-height: 40px;
  font-size: 1.2em;
  font-weight: 600;
}
.history_list {
  border-bottom: 1px solid #e6e6e6;
}
.history_list li {
    border-bottom: 0px;
    padding: 1.2em 1em;
    font-size: 1.1em;
}
.history_list li .post_title {
    color: #555;
    font-weight: 600;
    width: 140px;
    text-align: left;
}
.history_list li .post_txt {
    color: #555;
    margin-top: .6em;
    text-align: left;
}

.access_btn_box {
    margin: 1em 0em 2em 0em;
    text-align: left;
}
.access_btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    padding: .8em 5em;
    background-color: #0a8b4a;
    color: #fff !important;
}
/* ---------------
    access
-------------------------------------------------------*/
.access-main_img {
    height: 255px;
    background: url(../img/access_main_img.png) no-repeat top center;
    background-size: cover;
}
.access-main_img .title {
  padding-top: 2.8em;
  color: #fff;
  font-size: 3em;
  font-weight: 100;
}

.access_top_m {
  margin-top: 4em;
}
.access_bottom_m {
  margin-bottom: 20em;
}
.access-list_title {
    text-align: left;
    font-size: 1.4em;
    color: #111;
    padding: 1em 0em 1em 0em;
    font-weight: 600;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 2em;
}
.access_title {
    color: #555;
    font-weight: 600;
    width: 40px;
    float: left;
    text-align: left;
}
.access_txt {
  text-align: left;
}
.section_top_access_in {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 7em;
}
/* ---------------
    sctl
-------------------------------------------------------*/
.sctl_cntact_title {
  display: inline-block;
  width: 60px;
}

/* ---------------
    privacy
-------------------------------------------------------*/
.privacy_subtext {
  text-align: left;
  font-size: 1.1em;
  padding: 0em 0em 2em .8em;
}

.mail a {
    color: #555;
}
/* ---------------
    footer
-------------------------------------------------------*/
#footer {
  background: #4a7961;
  position: relative;
}
.footer_nav {
  float: left;
}
.footer_content {
  padding: 2em 0em 1em 0em;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #9cc1ae;
}
.footer_g_navi {
  font-size: 1.2em;
}
.footer_g_navi li {
  display: inline-block;
  margin: 0em 2.3em;
}
.footer_g_navi li a {
  float: right;
  color: #fff;
  font-weight: 600;
  border-bottom: 3px solid #4a7961;
}
.footer_g_navi li a:hover {
  opacity: 1;
  border-bottom: 3px solid #fff;
}
.sp-move-page-top {
  display: none;
}
.page-top_box {
  width: 100%;
  position: absolute;
  z-index: 3;
  bottom: 167px;
  right: 0;
}
.anchor_box {
  max-width: 1240px;
  margin: 0 auto;
}
.anchor_box_in {
  float: right;
  margin-right: 0.7em;
  padding: 1em;
  background-color: #4a7961;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.anchor_box_in:hover {
  opacity: 1;
  background-color: #3c6b53;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.anchor_box img {
  width: 20px;
}

.copyright{
    line-height: 40px;
    background: #4a7961;
    clear: both;
    padding-bottom: 2em;
}
.copyright_in{
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
}

.link_txt {
  font-weight: 600;
  width: 48%;
  text-align: left;
  display: inline-block;
  font-size: 1.1em;
}
.copyright_txt {
  width: 50%;
  line-height: 12px;
  display: inline-block;
  text-align: right;
}
.link_txt a {
  color: #fff;
  margin-left: 1.5em;
}

/* ---------------
  @media
-------------------------------------------------------*/
@media (min-width: 1300px) {
  

}
@media (min-width: 992px) and (max-width: 1199px) {


 
}
@media (min-width: 768px) and (max-width: 991px) {



}
@media only screen and (max-width: 767px) {
	.glt{display:none;}
  .mt_header_pc {
    padding-top: 0px;
  }
  .hidden-x {
    display: none;
  }
  .hidden-m {
    display: block !important;
  }
  .top-header {
  	position: relative;
  	background-size: cover;
    height: 47px;
    border-top: 0px; 
  }
  .logo_box img {
    margin: 15px 0px 0px 10px; 
    width: 100px;
  }

  .top_main_sub_img {
    width: 80%;
    margin: 0 auto;
    margin-top: 2em; 
    float: none;
  }
  .top_main_sub_txt {
    width: 90%;
    margin: 4em auto 0em auto;
    float: none;
  }
  .top_main_sub_txt .title {
    font-size: 1.8em;
  }
  .top_main_sub_txt .detail {
    margin-top: 1em;
    font-size: 1.1em;
  }

  .section_top_service .title,
  .section_top_product .title {
    padding-top: 1em; 
    font-size: 2.4em;
  }

  .section_top_product_btn {
  margin: 2em 0em;
  }
  .section_top_product_btn a {
      margin-top: 3em;
      padding: .6em 5.4em;
      font-size: 1.3em;
      width: 90%;
      margin: 0 auto;
  }
  .section_top_service_in {
    padding: 0em 0em 2em 0em;
  }
  .n-main_img,
  .contact-main_img,
  .company-main_img,
  .access-main_img,
  .product-main_img {
    height: 110px;
  }
  .n-main_img .title,
  .contact-main_img .title,
  .company-main_img .title,
  .access-main_img .title, 
  .product-main_img .title {
    padding-top: 1.6em;
    font-size: 2em;
  }
  .top_news_list li a .time {
    float: none;
    font-weight: 600;
    margin-bottom: .3em;
    display: block;
    text-align: left;
  }
  .news_list li .time {
    float: none;
    font-weight: 600;
    margin-bottom: .3em;
    display: block;
    text-align: left;
  }
  .news_list li .news_title {
    margin: 0px;
}

  .main_sub_title .title {
      margin-top: 2em;
      font-size: 1.6em;
      font-weight: 600;
  }
  .main_sub_txt {
    width: 90%;
    margin: 0 auto;
    font-size: 1.1em;
    margin-top: 2em;
  }
  .section_top_contact_in {
      padding: 2em 0em 3em 0em;
  }
  .post_list li .post_title {
      float: none;
  }
  .post_list li .post_txt {
      margin: 10px 0 0 0;
  }
  .main_sub_txt_company_top {
    max-width: 90%;
    margin: 2em auto 0em auto;
    line-height: 30px;
    font-size: 1em;
    font-weight: 600;
  }
  .section_top_company_in {
    padding: 0em; 
  }

/* ---------------
      SP_service
-------------------------------------------------------*/

  .service_list_box {
    padding-bottom: 2em;
  }
  .service_list {
    border-radius: 2px;
    margin: .3em .3em;
    width: 43%;
  }
  .service_list img {
    border-radius: 2px 2px 0px 0px;
  }
  .service_list .txt {
    padding: .6em;
    font-size: 1em;
  }

/* ---------------
      SP_recruit
-------------------------------------------------------*/
  .recruit_box a{
    margin-top: 2em; 
  }
/* ---------------
      SP_NEWS
-------------------------------------------------------*/
.news_list {
  margin-bottom: 2em;
}


/* ---------------
      SP_contact
-------------------------------------------------------*/
.contact_mian_sub_txt {
  margin-bottom: 3em;
}

  /* ---------------
      SP_access
}
-------------------------------------------------------*/
  .access_btn_box {
    margin: 1em auto 2em auto;
  }
  .access_btn {
    width: 100%;
  }
  .access-list_title {
    padding: 1em 0em 1em 1em;
  }
  .map_img {
    width: 90%;
    margin: 0 auto;
  }
  .section_top_access_in {
    padding: 2em 0em 1em 0em;
  }
  .access_top_m {
    margin-top: 0em;
  }
  .access_bottom_m {
    margin-bottom: 5em;
  }
  .adress_box {
    padding-top: 1em;
    max-width: 90%;
    margin: 0 auto;
  }
   /* ---------------
      SP_product
-------------------------------------------------------*/
  .main_sub_txt br{
    display: none;
  }
  .section_top_product {
    background: #ffffff;
  }
  .product_list {
    margin: 0em;
    padding: 2em 1.2em;
  }
  .product_list_left{
    max-width: 100%;
    border: 1px solid #eee;
    border-bottom: 2px solid #eee;
  }
  .product_list_left img{
    max-width: 100%;
  }
  .product_name_list {
    padding: 2em;
  }
  .product_name_list li {
    max-width: 100%;
    float: none; 
    margin: 0em;
    border-bottom: 1px dotted #eee;
  }
  .product_name_list li a{
    color: #0a8b4a;
   padding: 1.2em 0em;
   border-bottom: 0px;
  }
  .product_name_list li a:hover {
    border-bottom: 0px;
  }

  .product_list_right {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    text-align: left;
    vertical-align: top;
    margin: 2em 0em 0em 0em;
  }
  .product_list_right h4 {
    margin-top: .6em;
    font-size: 1.4em;
  }
  .product_list_right p {
    font-size: 1.1em;
  }
  .product__detail_btn {
    text-align: center;
  }
  .product__detail_btn a{
    width: 100%;
  }
  .product_list_section {
    padding: 0em 0em 6em 0em;
  }
/* ---------------
      SP_footer
-------------------------------------------------------*/
  .footer_g_navi li a {
    border-bottom: 0px;
  }
  .footer_g_navi li a:hover {
    border-bottom: 0px;
  }
  .footer_g_navi li {
    padding: 0em;
    margin: 0px;
    border-left: 0px; 
    width: 100%;
    border-bottom: 1px solid #e6e0db;
  }
  .footer_g_navi li:first-child {
   border-top: 1px solid #e6e0db;
  }
  .footer_nav {
    float: none;
  }
  .footer_g_navi li a{
    float: none;
    display:block;
    padding: 1em 0em;
    width: 100%;
  }
  .footer_content {
    padding: 0em;
    width: 100%;
  }
  .copyright {
    padding-bottom: 0em;
  }
  .link_txt {
    padding: 2em 0em;
    width: 96%;
    text-align: center;
    margin: 0 auto;
    font-size: 1em;
  }
  .link_txt a {
    margin: 0em .8em;
  }
  .copyright_txt {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-weight: .6em;
    color: #2A523D;
  }

}

@media only screen and (max-width: 767px) {
}
/* ---------------
  @media END
-------------------------------------------------------*/
  
	/* ------------------------------
	   SP_btn
	------------------------------ */
.sp-page-top {
  margin: 0 ;
  padding: 0 ;
}
 
.sp-page-top p
{
  margin: 0 ;
  padding: 0 ;
  position: fixed ;
  z-index: 900;
  right: 16px ;
  bottom: 16px ;
}
.sp-move-page-top {
  display: block ;
  background: #4a7961;
  border: solid 1px #fff;
  width: 40px ;
  height: 40px ;
  color: #fff ;
  line-height: 36px ;
  text-decoration: none ;
  text-align: center ;
  -webkit-transition:all 0.3s ;
  -moz-transition:all 0.3s ;
  transition:all 0.3s ;
}
.sp-move-page-top img {
  width: 16px;
  vertical-align: middle;
 }
#panel {
  padding-top: 30px;
  border-bottom: 1px solid #eeeeee;
  display: none;
	position: absolute;
	z-index: 10;
	background: #ffffff;
	width: 100%;
	top: 0;
	position: fixed;
}

	#panel-btn{
		z-index: 20;
	  display: inline-block;
	  position: fixed;
	  width: 48px;
	  height: 48px;
	  right: 0;
		margin-top:5px;
	}
	#panel-btn-icon{
	  display: block;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 20px;
	  height: 2px;
	  margin: -1px 0 0 -7px;
	  background: #111;
	  transition: .2s;
	}
	#panel-btn-icon:before, #panel-btn-icon:after{
	  display: block;
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0;
	  width: 20px;
	  height: 2px;
	  background: #111;
	  transition: .3s;
	}
	#panel-btn-icon:before{
	  margin-top: -7px;
	}
	#panel-btn-icon:after{
	  margin-top: 5px;
	}
	#panel-btn .close{
	  background: transparent;
	}
	#panel-btn .close:before, #panel-btn .close:after{
	  margin-top: 0;
	}
	#panel-btn .close:before{
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	#panel-btn .close:after{
	  transform: rotate(-135deg);
	  -webkit-transform: rotate(-135deg);
	}
	.sp-mav_main_name {
    color: #555;
		margin-top: 0.2em;
		font-size: 1.8em;
		font-weight: 700;
	}
	.sp-mav_main_jobname {
		color: #bfbfbf;
		line-height: 1.2em;
	}
	.sp-mav_main_btn {
		margin-top: 2em;
	}
	.sp-mav_main_btn ul {
		width: 100%;
	}
	.sp-mav_main_btn a{
    text-align: left;
		color: #0a8b4a;
		font-weight: bold;
		font-size: 1.3em;
		width: 100%;
		display: inline-block;
		padding: 1em 0em 1em 1.2em;
		margin: 0em;
		border-top: 1px solid #eeeeee; 
		float: left;
	}
}

/* ---------------
    contact form
---------------*/
.contact-form_box {
  padding-top: 2em;
  width: 70%;
  max-width: 837px;
  margin: 0 auto;
}
.contact-form {
  border-top: 1px solid #e5e5e5;
}
.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(39, 39, 39, 0.08);
    border-radius: .1rem;
}

button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}


/* ---------------
    slider
---------------*/

ul.slider{padding-top:100px;}
.top-header {z-index: 100;}
.section_top_mainsub{
    padding-top:0;
}
.slider {
    margin: 0 0 50px;
}
.slider img {
    width: 100%;
    height: auto;
}
.single-item {
    max-width: 600px;
    margin: 0 auto 50px;
}
.slick-prev::before, .slick-next::before {
    font-size: 24px;
}
.lazy-item .slick-next,
.thumb-item-nav .slick-next,
.multiple-item .slick-next,
.center-item .slick-next {
    right: 5%;
    z-index: 99;
    background: #333333;
    width: 50px;
    height: 50px;
    border-radius: 40px;
}
.lazy-item .slick-next,
.thumb-item-nav .slick-next,
.multiple-item .slick-next,
.center-item .slick-next:hover {
    background: #999;

}
.lazy-item .slick-prev,
.thumb-item-nav .slick-prev,
.multiple-item .slick-prev,
.center-item .slick-prev {
    left: 5%;
    z-index: 99;
    background: #333333;
    width: 50px;
    height: 50px;
    border-radius: 40px;
}
.lazy-item .slick-prev,
.thumb-item-nav .slick-prev,
.multiple-item .slick-prev,
.center-item .slick-prev:hover {
    background: #999;
}
.single-item .slick-prev::before,
.single-item .slick-next::before {
    color: #666;
}
.slick-dots {
    bottom:-25px;
}
.multiple-item li {
    margin: 0 5px;
}
.thumb-item {
    max-width: 700px;
    margin: 0 auto 5px;
    padding: 0 5px;
}
.thumb-item-nav {
    max-width: 700px;
    margin: 0 auto;
}
.thumb-item-nav li{
    margin: 5px;
}
.lazy-item {
    width: 400px;
    margin: 0 auto 50px;
}
.lazy-item li {
    margin: 0 5px;
}
@media only screen and (max-width: 767px) {
    ul.slider{padding-top:0px;}
    .lazy-item .slick-next,
    .thumb-item-nav .slick-next,
    .multiple-item .slick-next,
    .center-item .slick-next {
        display:none !important;
    }
    .lazy-item .slick-prev,
    .thumb-item-nav .slick-prev,
    .multiple-item .slick-prev,
    .center-item .slick-prev {
        display:none !important;
    }
    .slick-dots {
    bottom: -25px !important;
  }
}
