@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.inner {
  zoom: 1;
}
.inner:after {
  display: block;
  content: "";
  clear: both;
}

/*–––––––––––––––––––––*
*		共通
*––––––––––––––––––––––*/
body {
  color: #333;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

/*–––––––––––––––––––––*
*		header
*––––––––––––––––––––––*/
#header {
  border-top: solid 5px #397024;
}
#header .inner {
  padding: 25px 0;
  position: relative;
}
#header #tel {
  position: absolute;
  top: 0;
  right: 0;
}

#w_main_image {
  position: relative;
}

#main_image {
  width: 100%;
  height: auto;
}

#g_nav {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(57, 112, 36, 0.9);
  width: 100%;
}
#g_nav ul {
  font-size: 0;
}
#g_nav li {
  display: inline-block;
  width: 25%;
}
#g_nav li img {
  width: 100%;
  height: auto;
}
#g_nav a {
  display: block;
  padding: 15px 0;
  position: relative;
}
#g_nav a:after {
  content: '';
  background: rgba(38, 72, 21, 0.6);
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
#g_nav a:hover:after {
  display: block;
}

/*–––––––––––––––––––––*
*		footer
*––––––––––––––––––––––*/
#footer {
  background: #397024;
  padding: 8px 0;
}
#footer small {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

/*–––––––––––––––––––––*
*	コンテンツ
*––––––––––––––––––––––*/
.section {
  padding: 80px 0;
  line-height: 1.8;
}
.section h2 {
  margin-bottom: 40px;
}
.section.green {
  background: #397024;
  color: #fff;
}

#business {
  background: url(../img/bg_business.jpg) center/cover no-repeat;
}
#business .text {
  padding-left: 20px;
  width: 50%;
}
#business h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.works_detail {
  margin-bottom: 80px;
  padding-left: 430px;
}
.works_detail h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.works_detail .table {
  margin-bottom: 30px;
}
.works_detail .table dl {
  display: table;
}
.works_detail .table dt, .works_detail .table dd {
  display: table-cell;
  padding: 3px 30px;
}
.works_detail .table dt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
  width: 100px;
  border-right: solid 1px #fff;
  font-weight: bold;
}
.works_detail .button {
  text-align: center;
  margin-top: 30px;
}
.works_detail .button a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #113c00;
  width: 300px;
  padding: 8px;
  font-weight: bold;
}
.works_detail .button a:hover {
  background: #fff;
  color: #397024;
}

.wd1 {
  background: url(../img/wd1.jpg) no-repeat left top;
}

.wd2 {
  background: url(../img/wd2.jpg) no-repeat left top;
}

#company table {
  width: 100%;
}
#company tr {
  border-bottom: solid 1px #fff;
}
#company th, #company td {
  padding: 8px;
  border-right: solid 1px #fff;
}
#company th {
  background: #397024;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 20%;
}
#company td {
  background: #dbdbdb;
  padding-left: 60px;
}

/*–––––––––––––––––––––*
*		mobile
*––––––––––––––––––––––*/
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }

  .inner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5%;
  }

  #header {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
  }
  #header .inner {
    padding: 0 5%;
  }
  #header h1 {
    width: 100px;
    padding-top: 14px;
  }
  #header #tel {
    width: 100px;
  }

  .section {
    padding: 40px 0;
  }
  .section h2 {
    margin-bottom: 20px;
  }
  .section h2 img {
    width: auto;
  }

  #business {
    background: none;
  }
  #business .text {
    width: 100%;
    padding-left: 0;
  }

  #company table {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  #company th, #company td {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 8px 15px;
  }

  .works_detail {
    padding-left: 0;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding-top: 76%;
  }
  .works_detail .button a {
    width: 100%;
  }

  .mb0 {
    margin-bottom: 0;
  }
}
