@charset "UTF-8";
@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 300;
  src: local("HiraginoSans-W3"), local("Hiragino Sans");
}
@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 400;
  src: local("HiraginoSans-W3"), local("Hiragino Sans");
}
@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 500;
  src: local("HiraginoSans-W5"), local("Hiragino Sans");
}
@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 600;
  src: local("HiraginoSans-W6"), local("Hiragino Sans");
}
@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 700;
  src: local("HiraginoSans-W6"), local("Hiragino Sans");
}
* {
  color: #000;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  margin: 0px;
  padding: 0px;
  line-height: 1.0em;
  font-size: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow: auto;
}

body {
  text-align: center;
  margin: 0px auto;
  background: #fff;
  overflow: hidden;
  min-width: 1080px;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

p {
  font-feature-settings: 'pwid';
}

img {
  height: auto;
}

a img {
  border: 0px;
}

a:hover {
  color: #37aa35;
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}

li {
  list-style-type: none;
}

.wrapper {
  min-height: calc(100vh - 240px);
}

.inner {
  position: relative;
  text-align: center;
  margin: 0px auto;
  width: 1080px;
}

/* ============================================================================== */
/* header */
/* ============================================================================== */
.home header {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.home header video {
  position: absolute;
  z-index: 1;
  width: auto;
  height: auto;
  min-width: 100vw;
  min-height: 100vh;
  top: 0;
  left: 50%;
  margin-left: -50%;
  right: 0;
}
.home header .inner {
  z-index: 100;
  top: 50%;
  text-align: left;
}
.home header p.description {
  color: #fff;
  font-size: 36px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 24px;
}
.home header p.comm {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
.home h1 {
  font-size: 30px;
  font-family: "Hiragino Mincho Pro", "游明朝", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 72px 0px 36px 0px;
}

.scroll {
  position: absolute;
  bottom: 48px;
  left: 50%;
}
.scroll p {
  color: #fff;
  animation: scrolly 3s ease infinite;
  margin-left: -1.0em;
}
.scroll p::before {
  content: '';
  width: 24px;
  height: 24px;
  border: 0px;
  border-top: solid 1px rgba(255, 255, 255, 0.7);
  border-right: solid 1px rgba(255, 255, 255, 0.7);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  left: 0px;
  margin-left: 0.25em;
}
.scroll.hide {
  display: none;
}

@keyframes scrolly {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-15px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.movie_bg {
  background: url(images/movie_bg.png) rgba(1, 60, 87, 0.2);
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 15;
}

.common header {
  background: #37aa35;
  height: 270px;
  margin-bottom: 36px;
  position: relative;
}
.common h1 {
  font-size: 21px;
  font-family: "Hiragino Mincho Pro", "游明朝", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  z-index: 100;
  color: #fff;
  top: 24px;
  left: 0px;
}
.common h2 {
  color: #fff;
  font-size: 27px;
  letter-spacing: 0.1em;
  position: absolute;
  top: 120px;
  left: calc(50% + 270px);
}
.common h3 {
  color: #37aa35;
  font-size: 21px;
  margin: 36px auto 24px auto;
}

.head_img {
  position: absolute;
  top: 0px;
  right: 50%;
  margin-right: -220px;
  min-width: 880px;
  width: calc(100vw/2 + 270px);
  height: 270px;
  background: url(images/works_img.jpg) center center/cover no-repeat;
}

nav {
  margin-bottom: 60px;
}
nav li {
  display: inline-block;
}
nav li a {
  text-decoration: none;
  display: block;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
nav li a span {
  display: none;
}
nav li a.acvtive {
  color: #ccc;
}
nav li.active a {
  color: #37aa35;
  border-bottom: 3px solid #37aa35;
}

/* ============================================================================== */
/* home */
/* ============================================================================== */
.work_list {
  background: #37aa35;
  min-height: 450px;
}
.work_list p {
  font-size: 24px;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  line-height: 72px;
  letter-spacing: 0.05em;
}

#home_works_img {
  width: calc(50vw + 200px);
  position: relative;
  height: 380px;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
#home_works_img img {
  width: 100%;
  min-width: 800px;
  min-height: 380px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.works_list {
  position: absolute;
  z-index: 10;
  width: 560px;
  bottom: 72px;
  right: 0px;
}
.works_list h2 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 16px;
  margin-left: 72px;
  letter-spacing: 0.1em;
}
.works_list div {
  background: #fff;
  width: 100%;
  padding: 27px 0px 18px 0px;
}
.works_list div ul {
  width: 100%;
  font-size: 0px;
  letter-spacing: -0.4em;
  word-spacing: -0.4em;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.works_list div li {
  width: 33%;
  display: inline-block;
  font-size: 9pt;
  letter-spacing: normal;
  word-spacing: normal;
  padding: 18px 12px;
  font-weight: bold;
  font-size: 16px;
  font-size: 16px;
}
.works_list div .more {
  background: #287b26;
  color: #fff;
  position: relative;
  vertical-align: middle;
  line-height: 52px;
  width: 280px !important;
  height: 52px !important;
  text-decoration: none;
  display: block;
  margin: 10px auto;
  padding-left: 1em;
}
.works_list div .more:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto auto auto -3em;
  content: "";
  vertical-align: middle;
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.works_list div .more:hover {
  background: #37aa35;
}

.bx-wrapper {
  width: 100vw !important;
  max-width: 100vw !important;
}

.carousel {
  font-size: 0px;
  letter-spacing: -0.4em;
  word-spacing: -0.4em;
  display: flex;
  flex-wrap: wrap;
}
.carousel li {
  width: 270px;
  height: 180px;
  display: inline-block;
  font-size: 9pt;
  letter-spacing: normal;
  word-spacing: normal;
  background: #ff0;
}
.carousel li img {
  width: 270px;
  height: 180px;
}

.update {
  float: left;
  width: 680px;
  text-align: left;
  padding: 60px 0px 120px 0px;
}
.update h2 {
  font-size: 15px;
  letter-spacing: 0.1em;
}
.update h2 span {
  display: inline-block;
  margin-left: 12px;
  color: #37aa35;
  letter-spacing: 0.1em;
}
.update dl {
  padding: 24px 0px;
}
.update dt {
  color: #7c7c7c;
  float: left;
  width: 90px;
  font-size: 12px;
  padding: 18px 0px;
}
.update dd {
  padding: 18px 0px 18px 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.update dd a {
  text-decoration: none;
}

.sns {
  margin-top: 54px;
  width: 324px;
  height: 480px;
  float: right;
  border: none;
  overflow: hidden;
}
.sns iframe {
  border: none;
  width: 324px;
  height: 480px;
}

/* ============================================================================== */
/* contents */
/* ============================================================================== */
.common dl {
  border-top: 1px solid rgba(77, 148, 75, 0.3);
  margin-bottom: 56px;
}
.common dt {
  text-align: left;
  line-height: 1.5em;
  width: 100px;
  float: left;
  padding: 16px 10px;
}
.common dd {
  text-align: left;
  line-height: 1.5em;
  padding: 16px 10px 16px 100px;
  border-bottom: 1px solid rgba(77, 148, 75, 0.3);
}

/* profile ====================================================================== */
.profile_thema {
  position: relative;
  width: 1080px;
  height: 640px;
  margin-bottom: 120px;
}
.profile_thema img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.profile_thema h4 {
  position: absolute;
  z-index: 10;
  top: 360px;
  left: 50%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  padding: 24px 1em;
  margin-left: -9.5em;
  font-size: 42px;
  font-weight: normal;
  color: #fff;
  font-family: "Hiragino Mincho Pro", "游明朝", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#profile .head_img {
  background: url(images/profile_img.jpg) center center/cover no-repeat;
}
#profile h3 {
  padding-right: 420px;
}
#profile dl {
  width: 660px;
  margin-bottom: 56px;
}
#profile dt {
  text-align: left;
  line-height: 1.5em;
  width: 100px;
  float: left;
  padding: 16px 10px;
}
#profile dd {
  text-align: left;
  line-height: 1.5em;
  padding: 16px 10px 16px 100px;
  border-bottom: 1px solid rgba(77, 148, 75, 0.3);
}

.pro_data {
  width: 360px;
  float: right;
  margin-left: 60px;
  margin-bottom: 60px;
}
.pro_data iframe {
  width: 540px;
  height: 720px;
  border: none;
  margin-left: -180px;
}
.pro_data img {
  width: 360px;
}

.pro_map {
  width: 360px;
  height: 460px;
  overflow: hidden;
}

.open_map {
  display: block;
  width: 180px;
  text-decoration: none;
  margin: 16px auto;
  background: #37aa35;
  color: #fff;
  font-size: 15px;
  padding: 10px 18px;
}

/* works ======================================================================== */
.works_txt h4 {
  font-size: 24px;
  padding: 36px 0px 48px 0px;
  color: #436943;
}
.works_txt ul {
  margin-bottom: 24px;
}
.works_txt li {
  line-height: 1.5em;
  margin-bottom: 10px;
  font-size: 18px;
}
.works_txt p {
  font-size: 15px;
  line-height: 1.9em;
  margin-bottom: 120px;
}

.works_chart {
  background: url(images/works_chart_img.jpg) center center/cover no-repeat;
  padding-top: 30px;
  margin: 60px auto;
  width: 100%;
  height: 360px;
}
.works_chart h3 {
  color: #fff;
  padding: 48px 0px 0px 0px;
}

.kanagata_list {
  font-size: 0px;
  letter-spacing: -0.4em;
  word-spacing: -0.4em;
  display: flex;
  flex-wrap: wrap;
  margin: -240px auto 90px auto;
  background: #37aa35;
  counter-reset: number;
}
.kanagata_list li {
  font-size: 9pt;
  letter-spacing: normal;
  word-spacing: normal;
  display: inline-block;
  width: 360px;
  position: relative;
}
.kanagata_list li h4 {
  padding: 36px 0px 18px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  position: relative;
}
.kanagata_list li h4:after {
  content: "";
  display: block;
  width: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 18px;
  margin-left: 120px;
}
.kanagata_list li p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
  padding: 8px 24px 24px 56px;
}
.kanagata_list li:before {
  counter-increment: number;
  content: counter(number);
  padding-right: 5px;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 27px;
  line-height: 52px;
  padding: 0px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  display: inline-block;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 26px;
}
.kanagata_list li:after {
  position: absolute;
  content: "";
  display: block;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 32px solid #2d8b2b;
  top: 50%;
  margin-top: -32px;
  left: 0px;
}
.kanagata_list li:nth-of-type(odd) {
  background: #2d8b2b;
}
.kanagata_list li:nth-of-type(odd):after {
  border-left: 32px solid #37aa35;
}
.kanagata_list li:nth-of-type(3n + 1):after {
  content: none;
}

.video {
  font-size: 0px;
  letter-spacing: -0.4em;
  word-spacing: -0.4em;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 150px;
}
.video li {
  width: 510px;
  font-size: 9pt;
  letter-spacing: normal;
  word-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
.video li video {
  width: 510px;
  height: 360px;
}
.video li:first-of-type {
  margin-right: 60px;
}

.machine_list {
  font-size: 0px;
  letter-spacing: -0.4em;
  word-spacing: -0.4em;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.machine_list li {
  font-size: 9pt;
  letter-spacing: normal;
  word-spacing: normal;
  width: 247.5px;
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}
.machine_list li img {
  width: 100%;
}
.machine_list li li {
  display: block;
  margin-right: 0px !important;
  text-align: left;
  padding-bottom: 12px;
  line-height: 1.35em;
}
.machine_list li:last-of-type {
  margin-right: 0px;
}
.machine_list li h4 {
  font-size: 16px;
  margin: 18px auto;
}

/* recruit ====================================================================== */
#recruit .head_img {
  background: url(images/recruit_img.jpg) center center/cover no-repeat;
}
#recruit dl {
  margin: 24px 60px 60px 60px;
}

.rec_tel {
  font-size: 21px;
  font-weight: bold;
  display: inline-block;
  padding: 12px 16px 0px 0px;
}

/* ============================================================================== */
/* footer */
/* ============================================================================== */
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100000;
  background: #2a8329;
  text-align: center;
  cursor: pointer;
}
#pagetop:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -3px;
}

.wanted {
  background: url(images/recruit_bg.jpg) no-repeat right center #34444E;
  width: 100%;
  height: 160px;
  position: relative;
}
.wanted h5 {
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  display: inline-block;
  line-height: 160px;
  vertical-align: middle;
  margin-right: 24px;
  letter-spacing: 0.1em;
}
.wanted p {
  display: inline-block;
  color: #fff;
  line-height: 160px;
  vertical-align: middle;
  letter-spacing: 0.05em;
}
.wanted .inner {
  text-align: left;
}
.wanted a {
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -26px;
  height: 52px;
  width: 324px;
  line-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  vertical-align: middle;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.wanted a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  content: "";
  vertical-align: middle;
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px rgba(255, 255, 255, 0.6);
  border-right: solid 1px rgba(255, 255, 255, 0.6);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer ul {
  width: 1080px;
  text-align: center;
  margin: 0px auto;
  font-size: 0px;
  letter-spacing: -0.4em;
  word-spacing: -0.4em;
  display: flex;
  flex-wrap: wrap;
}
footer li {
  font-size: 9pt;
  letter-spacing: normal;
  word-spacing: normal;
  display: inline-block;
}
footer li:first-of-type {
  padding: 24px 0px 12px 0px;
  width: 756px;
}
footer li:first-of-type p {
  text-align: left;
  line-height: 1.75em;
  font-size: 12px;
}
footer li:first-of-type p a {
  font-size: 12px;
}
footer li:last-of-type {
  background: #37aa35;
  width: 324px;
}
footer li:last-of-type p {
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.8);
}
footer li:last-of-type p.tel {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-top: -15px;
}

/* ============================================================================== */
/* 個別設定 */
/* ============================================================================== */
.alignleft {
  float: left;
}

.alignright {
  float: right;
  margin-left: 30px;
}

.aligncenter {
  text-align: center;
  margin: 0px auto;
}

.f_center {
  text-align: center;
  margin: 0px auto;
}

.t_left {
  text-align: left !important;
}

.t_right {
  text-align: right !important;
}

.t_center {
  text-align: center;
  margin: 0px auto;
}

.d_none {
  display: none;
}

.clear {
  clear: both !important;
}

.red {
  color: #c92402;
}

.block {
  display: block;
}

.kome {
  text-indent: -1.2em;
  margin-left: 1.2em;
}
