@charset "UTF-8";
/*
Theme Name: sanatechseed
Author: Warp Japan
Author URI: http://warpjapan.com/
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
/* line 5, ../../../../../../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, ../../../../../../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, scss/partials/common/_global.scss */
html {
  font-size: 62.5%;
  margin: 0 !important;
}

/* line 6, scss/partials/common/_global.scss */
body {
  line-height: 1.6;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP',"游ゴシック体", "Yu Gothic", YuGothic, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  background: #FFFDF8;
  color: #002E05;
}

/* line 13, scss/partials/common/_global.scss */
* {
  box-sizing: border-box;
  outline: none;
}

/* line 18, scss/partials/common/_global.scss */
h1 {
  line-height: 1.4;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 500;
}

/* line 23, scss/partials/common/_global.scss */
h2 {
  line-height: 1.4;
  font-size: 40px;
  font-size: 4rem;
}

/* line 28, scss/partials/common/_global.scss */
h3 {
  font-size: 30px;
  font-size: 3rem;
}

/* line 32, scss/partials/common/_global.scss */
p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

/* line 37, scss/partials/common/_global.scss */
a {
  text-decoration: none;
  color: #002E05;
}

/* line 41, scss/partials/common/_global.scss */
.btn {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 43, scss/partials/common/_global.scss */
.btn:hover {
  background: #002E05;
  color: #fff;
}
/* line 48, scss/partials/common/_global.scss */
.btn-bg-brown:hover {
  background: #fff;
  color: #584B24;
}

/* line 54, scss/partials/common/_global.scss */
a.action.order {
  display: none;
}

/* line 58, scss/partials/common/_global.scss */
b {
  font-weight: bold;
}

/* line 61, scss/partials/common/_global.scss */
a,
input,
textarea,
button {
  outline: none;
}

/* line 67, scss/partials/common/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 71, scss/partials/common/_global.scss */
.main {
  position: relative;
  /*padding-top: 254px;*/
  padding-top: 400px;
}
/* line 74, scss/partials/common/_global.scss */
.main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  bottom: 0;
  display: block;
  width: 1px;
  background: #BFDB27;
}

/* line 86, scss/partials/common/_global.scss */
.pc {
  display: block;
}

/* line 89, scss/partials/common/_global.scss */
.sp {
  display: none !important;
}

/* line 93, scss/partials/common/_global.scss */
.left {
  float: left;
}

/* line 97, scss/partials/common/_global.scss */
.right {
  float: right;
}

/* line 101, scss/partials/common/_global.scss */
.txtcenter {
  text-align: center;
}

/* line 105, scss/partials/common/_global.scss */
.table {
  display: table;
  height: 100%;
}
/* line 108, scss/partials/common/_global.scss */
.table .cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 114, scss/partials/common/_global.scss */
.wrap {
  padding: 0 80px;
  margin: 0 auto;
}

/* line 119, scss/partials/common/_global.scss */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

/* line 128, scss/partials/common/_global.scss */
.clearfix:after,
.container:after,
.container-fluid:after {
  clear: both;
}

/* line 134, scss/partials/common/_global.scss */
button,
.button,
.buttonstyle,
input[type="button"] {
  height: 37px;
  line-height: 37px;
  padding: 0 10px;
  border: none;
  font-size: 15px;
  border-radius: 0;
  color: #fff;
}
/* line 145, scss/partials/common/_global.scss */
button:hover,
.button:hover,
.buttonstyle:hover,
input[type="button"]:hover {
  color: #fff;
}

/* line 150, scss/partials/common/_global.scss */
input[type="button"] {
  background-color: #fff;
  color: #6A696C;
  border: solid 1px #6A696C;
  font-size: 14px;
  padding-top: 1px;
}

/* line 158, scss/partials/common/_global.scss */
button,
input {
  /*appearance: none;
  -webkit-appearance: none;*/
}

/* line 164, scss/partials/common/_global.scss */
.cols {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}

/* line 178, scss/partials/common/_global.scss */
.col-5 {
  width: 50%;
}

/* line 184, scss/partials/common/_global.scss */
.btn_wrap a {
  display: inline-block;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: bold;
  background-position: 0% center;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 191, scss/partials/common/_global.scss */
.btn_wrap a:hover {
  background-position: right center;
}

/* line 198, scss/partials/common/_global.scss */
#green-line {
  width: 100%;
  height: 100%;
  padding: 0 50px;
  position: fixed;
  pointer-events: none;
  top: 0;
}
/* line 205, scss/partials/common/_global.scss */
#green-line .line {
  width: calc(34% + 0.5px);
  height: 100%;
  border-right: 1px #BFDB27 solid;
}

/* line 214, scss/partials/common/_global.scss */
.wpcf7-form .form__wrap {
  margin-bottom: 35px;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
/* line 218, scss/partials/common/_global.scss */
.wpcf7-form .form__left {
  width: 50%;
  padding-right: 10px;
}
/* line 222, scss/partials/common/_global.scss */
.wpcf7-form .form__right {
  width: 50%;
  padding-left: 10px;
}
/* line 226, scss/partials/common/_global.scss */
.wpcf7-form .input_row {
  margin-bottom: 20px;
}
/* line 228, scss/partials/common/_global.scss */
.wpcf7-form .input_row:last-of-type {
  margin-bottom: 0;
}
/* line 231, scss/partials/common/_global.scss */
.wpcf7-form .input_row.full {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  margin: 0;
}
/* line 236, scss/partials/common/_global.scss */
.wpcf7-form .input_row.full .input_wrap {
  height: 100%;
}
/* line 238, scss/partials/common/_global.scss */
.wpcf7-form .input_row.full .input_wrap .wpcf7-form-control-wrap,
.wpcf7-form .input_row.full .input_wrap .wpcf-3-form-control-wrap {
  display: block;
  height: 80%;
}
/* line 242, scss/partials/common/_global.scss */
.wpcf7-form .input_row.full .input_wrap .wpcf7-form-control-wrap textarea,
.wpcf7-form .input_row.full .input_wrap .wpcf-3-form-control-wrap textarea {
  height: 80%;
}
/* line 249, scss/partials/common/_global.scss */
.wpcf7-form p {
  margin-bottom: 10px;
  font-size: 14px;
}
/* line 253, scss/partials/common/_global.scss */
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="text"] {
  width: 100%;
  padding: 10px 0;
  line-height: 1.4;
  background: none;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #002E05;
}
/* line 263, scss/partials/common/_global.scss */
.wpcf7-form input[type="tel"].wpcf7-not-valid,
.wpcf7-form input[type="email"].wpcf7-not-valid,
.wpcf7-form input[type="text"].wpcf7-not-valid {
  border-bottom: 1px solid #FF0000;
  color: #ff0000;
  background: url(images/top/error_icon.svg) no-repeat 98% center;
  background-size: 20px;
}
/* line 268, scss/partials/common/_global.scss */
.wpcf7-form input[type="tel"].wpcf7-not-valid::-webkit-input-placeholder,
.wpcf7-form input[type="email"].wpcf7-not-valid::-webkit-input-placeholder,
.wpcf7-form input[type="text"].wpcf7-not-valid::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ff0000;
}
/* line 271, scss/partials/common/_global.scss */
.wpcf7-form input[type="tel"].wpcf7-not-valid:-ms-input-placeholder,
.wpcf7-form input[type="email"].wpcf7-not-valid:-ms-input-placeholder,
.wpcf7-form input[type="text"].wpcf7-not-valid:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ff0000;
}
/* line 274, scss/partials/common/_global.scss */
.wpcf7-form input[type="tel"].wpcf7-not-valid::placeholder,
.wpcf7-form input[type="email"].wpcf7-not-valid::placeholder,
.wpcf7-form input[type="text"].wpcf7-not-valid::placeholder {
  /* Others */
  color: #ff0000;
}
/* line 279, scss/partials/common/_global.scss */
.wpcf7-form textarea {
  width: 100%;
  padding: 15px;
  line-height: 1.4;
  background: #F4F2ED;
  font-size: 14px;
  border: none;
}
/* line 287, scss/partials/common/_global.scss */
.wpcf7-form .wpcf7-submit {
  display: block;
  margin: 0;
  max-width: 100%;
  width: 145px;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #002E05;
  background: #FFFDF8;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 298, scss/partials/common/_global.scss */
.wpcf7-form .wpcf7-submit:hover {
  background: #002E05;
  color: #fff;
}
/* line 304, scss/partials/common/_global.scss */
.wpcf7-form .submit.half {
  width: 50%;
}
/* line 306, scss/partials/common/_global.scss */
.wpcf7-form .submit.half-right {
  text-align: left;
  margin-left: 50%;
  padding-left: 10px;
}

/* line 316, scss/partials/common/_global.scss */
.scrollAnimate {
  -moz-transform: translateY(10%);
  -o-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}
/* line 320, scss/partials/common/_global.scss */
.scrollAnimate.on {
  opacity: 1;
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* line 326, scss/partials/common/_global.scss */
.scrollAnimate__parent [class*=scrollAnimate__delay--] {
  -moz-transform: translateY(10%);
  -o-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}
/* line 332, scss/partials/common/_global.scss */
.scrollAnimate__parent .scrollAnimate__delay--1 {
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
/* line 333, scss/partials/common/_global.scss */
.scrollAnimate__parent .scrollAnimate__delay--2 {
  -moz-transition: all 1s 0.6s ease;
  -o-transition: all 1s 0.6s ease;
  -webkit-transition: all 1s 0.6s ease;
  transition: all 1s 0.6s ease;
}
/* line 334, scss/partials/common/_global.scss */
.scrollAnimate__parent .scrollAnimate__delay--3 {
  -moz-transition: all 1s 1.2s ease;
  -o-transition: all 1s 1.2s ease;
  -webkit-transition: all 1s 1.2s ease;
  transition: all 1s 1.2s ease;
}
/* line 335, scss/partials/common/_global.scss */
.scrollAnimate__parent .scrollAnimate__delay--4 {
  -moz-transition: all 1s 1.8s ease;
  -o-transition: all 1s 1.8s ease;
  -webkit-transition: all 1s 1.8s ease;
  transition: all 1s 1.8s ease;
}
/* line 336, scss/partials/common/_global.scss */
.scrollAnimate__parent .scrollAnimate__delay--5 {
  -moz-transition: all 1s 2.4s ease;
  -o-transition: all 1s 2.4s ease;
  -webkit-transition: all 1s 2.4s ease;
  transition: all 1s 2.4s ease;
}
/* line 337, scss/partials/common/_global.scss */
.scrollAnimate__parent .scrollAnimate__delay--6 {
  -moz-transition: all 1s 3s ease;
  -o-transition: all 1s 3s ease;
  -webkit-transition: all 1s 3s ease;
  transition: all 1s 3s ease;
}
/* line 340, scss/partials/common/_global.scss */
.scrollAnimate__parent.on [class*=scrollAnimate__delay--] {
  opacity: 1;
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* line 347, scss/partials/common/_global.scss */
#page_loader {
  -moz-transition: all 1s 1s ease;
  -o-transition: all 1s 1s ease;
  -webkit-transition: all 1s 1s ease;
  transition: all 1s 1s ease;
}
/* line 349, scss/partials/common/_global.scss */
#page_loader img {
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
/* line 352, scss/partials/common/_global.scss */
#page_loader.on {
  opacity: 0;
  visibility: hidden;
}
/* line 355, scss/partials/common/_global.scss */
#page_loader.on img {
  opacity: 1 !important;
}

@keyframes ciclefadeout {
  0% {
    width: 200vw;
    height: 200vw;
    border-radius: 200vw;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  100% {
    width: 200vw;
    height: 200vw;
    border-radius: 200vw;
    -moz-transform: translate(-50%, -50%) scale(0.001);
    -o-transform: translate(-50%, -50%) scale(0.001);
    -ms-transform: translate(-50%, -50%) scale(0.001);
    -webkit-transform: translate(-50%, -50%) scale(0.001);
    transform: translate(-50%, -50%) scale(0.001);
  }
}
@media only screen and (max-width: 768px) {
  /* line 377, scss/partials/common/_global.scss */
  #green-line {
    display: none;
  }

  /* line 380, scss/partials/common/_global.scss */
  h1 {
    font-size: 30px;
    font-size: 3rem;
  }

  /* line 383, scss/partials/common/_global.scss */
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  /* line 390, scss/partials/common/_global.scss */
  p {
    font-size: 12px;
    font-size: 1.2rem;
  }

  /* line 393, scss/partials/common/_global.scss */
  img {
    max-width: 100%;
    height: auto;
  }

  /* line 397, scss/partials/common/_global.scss */
  .pc {
    display: none !important;
  }

  /* line 400, scss/partials/common/_global.scss */
  .sp {
    display: block !important;
  }

  /* line 403, scss/partials/common/_global.scss */
  body,
  html {
    overflow: visible;
    -webkit-overflow-scrolling: touch;
  }

  /* line 409, scss/partials/common/_global.scss */
  .wrap {
    padding: 0 30px;
  }

  /* line 413, scss/partials/common/_global.scss */
  .btn_wrap a {
    font-size: 16px;
    padding: 10px 20px;
  }

  /* line 418, scss/partials/common/_global.scss */
  .main {
    padding-top: 90px;
  }
}
/* line 1, scss/partials/layouts/_header.scss */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 0 50px 0 50px;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #FFFDF8;
  /*
  &.nav_open.fixed {
    background: $yellow-bg;
    #menu_btn.search {
      display: block !important;
      position: absolute;
      z-index: 2;
      left: 56vw;
      transform: translate(0%, 0%);
    }
    .header__wrap {
      height: 434px;
      background: $yellow-bg;
      &:after {
        pointer-events: fill;
        opacity: .8;
        width: 100vw;
      }
      &:before {
        width: 100%;
        height: 434px;
        pointer-events: fill;
      }
      p.header__logo {
        padding-top: 68px;
      }
      .header__inner {
        height: 434px;
      }

    }
    .header__menu .menu-item {
      a {
        font-size: 36px;
        font-weight: 400;
      }
    }
    #menu_btn {
      position: absolute;
      z-index: 20;
      left: 56vw;
    }
  }
  */
}
/* line 10, scss/partials/layouts/_header.scss */
.header__wrap {
  padding: 0;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  border-left: 1px solid #BFDB27;
}
/* line 14, scss/partials/layouts/_header.scss */
.header__wrap:before {
  content: '';
  z-index: -1;
  background: #FFFDF8;
  position: absolute;
  left: 0;
  top: 0;
  height: 0px;
  width: 0%;
  pointer-events: none;
}
/* line 25, scss/partials/layouts/_header.scss */
.header__wrap:after {
  content: '';
  position: absolute;
  z-index: -2;
  background: #002E05;
  opacity: 0;
  width: 0vw;
  height: 100vh;
  pointer-events: none;
  top: 0;
  left: 0;
  transition: opacity .25s ease-out;
}
/* line 39, scss/partials/layouts/_header.scss */
.header__logo {
  padding-top: 70px;
  padding-left: 20px;
  width: 34%;
}
/* line 43, scss/partials/layouts/_header.scss */
.header__logo__link {
  display: block;
  width: 300px;
  height: 35px;
}
/* line 47, scss/partials/layouts/_header.scss */
.header__logo__link:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/logo.png) no-repeat center;
}
/* line 55, scss/partials/layouts/_header.scss */
.header__logo__text {
  display: none;
}
/* line 59, scss/partials/layouts/_header.scss */
.header__btns {
  display: none;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
/* line 63, scss/partials/layouts/_header.scss */
.header__menu {
  padding-top: 10px;
  padding-left: 20px;
  margin-right: 20px;
}
/* line 67, scss/partials/layouts/_header.scss */
.header__menu a {
  display: inline-block;
  padding: 5px 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  -moz-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
/* line 75, scss/partials/layouts/_header.scss */
.header__menu a:hover {
  border-bottom: 1px solid #BFDB27;
}
/* line 79, scss/partials/layouts/_header.scss */
.header__menu .menu-item {
  margin-bottom: 5px;
}
/* line 81, scss/partials/layouts/_header.scss */
.header__menu .menu-item a {
  font-size: 16px;
}
/* line 85, scss/partials/layouts/_header.scss */
.header__menu .menu_btn {
  display: none;
}
/* line 89, scss/partials/layouts/_header.scss */
.header__inner {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  width: 66%;
  margin-left: -1px;
  padding-top: 50px;
  border-left: 1px solid #BFDB27;
}
/* line 96, scss/partials/layouts/_header.scss */
.header__btns {
  display: none;
  width: 68%;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
/* line 101, scss/partials/layouts/_header.scss */
.header.fixed {
  position: fixed;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-animation: headerFix 0.6s ease both;
  -moz-animation: headerFix 0.6s ease both;
  -ms-animation: headerFix 0.6s ease both;
  -o-animation: headerFix 0.6s ease both;
  animation: headerFix 0.6s ease both;
}
/* line 107, scss/partials/layouts/_header.scss */
.header.fixed .header__logo {
  padding-top: 32px;
  padding-bottom: 0;
  transition: .3s ease-out;
}
/* line 112, scss/partials/layouts/_header.scss */
.header.fixed .header__inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 116, scss/partials/layouts/_header.scss */
.header.fixed .header__menu {
  position: relative;
  padding: 0;
}
/* line 119, scss/partials/layouts/_header.scss */
.header.fixed .header__menu .menu_btn {
  display: block;
}
/* line 122, scss/partials/layouts/_header.scss */
.header.fixed .header__menu .main-navigation {
  position: absolute;
  padding: 40px 22px 0;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: -1;
  overflow: hidden;
  height: 0;
  opacity: 0;
  background: #FFFDF8;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
/* line 134, scss/partials/layouts/_header.scss */
.header.fixed .header__menu .main-navigation:before {
  content: '';
  position: absolute;
  right: 89%;
  bottom: 0;
  height: 80%;
  z-index: -1;
  width: 100vw;
  opacity: 0;
  background: #FFFDF8;
}
/* line 145, scss/partials/layouts/_header.scss */
.header.fixed .header__menu .main-navigation.on {
  opacity: 1;
  height: 414px;
  z-index: 1;
}

/* line 199, scss/partials/layouts/_header.scss */
.menu {
  opacity: 0;
}
/* line 201, scss/partials/layouts/_header.scss */
.menu:before {
  content: "";
  background: #002E05;
  opacity: .5;
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  z-index: 99;
  transform: translateX(100%);
}

/* line 214, scss/partials/layouts/_header.scss */
#menu_btn {
  position: relative;
  width: 55px;
  height: 40px;
  padding: 10px;
  margin: 10px;
  cursor: pointer;
}
/* line 221, scss/partials/layouts/_header.scss */
#menu_btn span {
  position: absolute;
  left: 10px;
  display: block;
  width: 35px;
  height: 1px;
  background: #002E05;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 229, scss/partials/layouts/_header.scss */
#menu_btn span:nth-of-type(1) {
  top: 10px;
}
/* line 232, scss/partials/layouts/_header.scss */
#menu_btn span:nth-of-type(2) {
  top: 20px;
}
/* line 235, scss/partials/layouts/_header.scss */
#menu_btn span:nth-of-type(3) {
  top: 30px;
}
/* line 244, scss/partials/layouts/_header.scss */
#menu_btn:hover span:nth-of-type(2) {
  width: 50%;
}
/* line 247, scss/partials/layouts/_header.scss */
#menu_btn:hover span:nth-of-type(3) {
  width: 25%;
}
/* line 253, scss/partials/layouts/_header.scss */
#menu_btn.on:before {
  opacity: 1;
}
/* line 257, scss/partials/layouts/_header.scss */
#menu_btn.on span:nth-of-type(1) {
  -moz-transform: translateY(10px) rotate(-45deg);
  -o-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
/* line 260, scss/partials/layouts/_header.scss */
#menu_btn.on span:nth-of-type(2) {
  opacity: 0;
}
/* line 263, scss/partials/layouts/_header.scss */
#menu_btn.on span:nth-of-type(3) {
  -moz-transform: translateY(-10px) rotate(45deg);
  -o-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/* line 269, scss/partials/layouts/_header.scss */
#menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 46, 5, 0.7);
  z-index: 1000;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 280, scss/partials/layouts/_header.scss */
#menu:before {
  display: none;
}
/* line 284, scss/partials/layouts/_header.scss */
#menu .menu__wrap {
  padding: 0 50px;
  background: #FFFDF8;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 289, scss/partials/layouts/_header.scss */
#menu .menu__wrap:before {
  content: '';
  z-index: -1;
  background: #FFFDF8;
  position: absolute;
  left: 0;
  top: 0;
  height: 0px;
  width: 0%;
  pointer-events: none;
}
/* line 300, scss/partials/layouts/_header.scss */
#menu .menu__wrap:after {
  content: '';
  position: absolute;
  z-index: -2;
  background: #002E05;
  opacity: 0;
  width: 0vw;
  height: 100vh;
  pointer-events: none;
  top: 0;
  left: 0;
  transition: opacity .25s ease-out;
}
/* line 314, scss/partials/layouts/_header.scss */
#menu .menu__inner {
  border-left: 1px solid #BFDB27;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
/* line 318, scss/partials/layouts/_header.scss */
#menu .menu__logo {
  padding-top: 50px;
  padding-left: 20px;
  padding-bottom: 25px;
  width: 34%;
  border-right: 1px solid #BFDB27;
}
/* line 324, scss/partials/layouts/_header.scss */
#menu .menu__logo__link {
  display: block;
  width: 240px;
  height: 30px;
}
#menu .menu__logo__link img{
width:100%;
}
/* line 328, scss/partials/layouts/_header.scss */
#menu .menu__logo__link:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/logo.png) no-repeat center;
  background-size: contain;
}
/* line 337, scss/partials/layouts/_header.scss */
#menu .menu__logo__text {
  display: none;
}
/* line 342, scss/partials/layouts/_header.scss */
#menu .menu__search {
  display: none;
  padding: 30px 70px 20px 20px;
  width: 620px;
  max-width: 100%;
}
/* line 347, scss/partials/layouts/_header.scss */
#menu .menu__search .search-form {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #BFDB27;
}
/* line 351, scss/partials/layouts/_header.scss */
#menu .menu__search .search-form .search-field {
  width: calc(100% - 68px);
  font-size: 24px;
  border: none;
  box-shadow: none;
}
/* line 357, scss/partials/layouts/_header.scss */
#menu .menu__search .search-form .search-submit {
  display: inline-block;
  vertical-align: bottom;
  width: 58px;
  height: 58px;
  background: url(images/icon_search.svg) no-repeat center;
  background-size: 28px;
  border-radius: 100%;
  border: 1px solid transparent;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 367, scss/partials/layouts/_header.scss */
#menu .menu__search .search-form .search-submit:hover {
  background-color: #BFDB27;
  color: #fff;
}
/* line 374, scss/partials/layouts/_header.scss */
#menu .menu__btns {
  display: none;
}
/* line 378, scss/partials/layouts/_header.scss */
#menu .main-navigation {
  padding: 20px;
}
/* line 381, scss/partials/layouts/_header.scss */
#menu .main-navigation li {
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
}
/* line 385, scss/partials/layouts/_header.scss */
#menu .main-navigation a {
  font-size: 16px;
}
/* line 390, scss/partials/layouts/_header.scss */
#menu.on {
  opacity: 1;
  visibility: visible;
}
/* line 394, scss/partials/layouts/_header.scss */
#menu.on .menu__wrap {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 399, scss/partials/layouts/_header.scss */
#menu.on.search-on .main-navigation {
  display: none;
}
/* line 403, scss/partials/layouts/_header.scss */
#menu.on.search-on .menu__search {
  display: block;
}

/* line 410, scss/partials/layouts/_header.scss */
#close_btn {
  position: absolute;
  top: 29px;
  right: 50px;
  width: 55px;
  height: 40px;
  padding: 10px;
  margin: 10px;
  cursor: pointer;
}
/* line 419, scss/partials/layouts/_header.scss */
#close_btn span {
  position: absolute;
  left: 10px;
  display: block;
  width: 35px;
  height: 1px;
  background: #002E05;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 427, scss/partials/layouts/_header.scss */
#close_btn span:nth-of-type(1) {
  top: 10px;
  -moz-transform: translateY(10px) rotate(-45deg);
  -o-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
/* line 431, scss/partials/layouts/_header.scss */
#close_btn span:nth-of-type(2) {
  top: 20px;
  opacity: 0;
}
/* line 435, scss/partials/layouts/_header.scss */
#close_btn span:nth-of-type(3) {
  top: 30px;
  -moz-transform: translateY(-10px) rotate(45deg);
  -o-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/* line 442, scss/partials/layouts/_header.scss */
.faq_btn {
  margin-right: 10px;
}
/* line 444, scss/partials/layouts/_header.scss */
.faq_btn a {
  display: inline-block;
  padding: 20px 35px;
  border-radius: 35px;
  background: #BFDB27;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 453, scss/partials/layouts/_header.scss */
.faq_btn a:hover {
  background: #002E05;
  color: #fff;
}

/* line 459, scss/partials/layouts/_header.scss */
.language_btn {
  list-style: none;
}
/* line 461, scss/partials/layouts/_header.scss */
.language_btn li {
  display: inline-block;
}
/* line 464, scss/partials/layouts/_header.scss */
.language_btn li.current-lang a {
  border-bottom: 1px solid #BFDB27;
}
/* line 469, scss/partials/layouts/_header.scss */
.language_btn a {
  display: inline-block;
  margin: 0 5px;
  padding: 3px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 478, scss/partials/layouts/_header.scss */
.language_btn a:hover {
  border-bottom: 1px solid #BFDB27;
}

/* line 483, scss/partials/layouts/_header.scss */
.search_btn {
  cursor: pointer;
}
/* line 485, scss/partials/layouts/_header.scss */
.search_btn a {
  display: block;
  width: 58px;
  height: 58px;
  background: url(images/icon_search.svg) no-repeat center;
  background-size: 28px;
  border-radius: 100%;
  border: 1px solid transparent;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 494, scss/partials/layouts/_header.scss */
.search_btn a:hover {
  background-color: #BFDB27;
  color: #fff;
}
/* line 499, scss/partials/layouts/_header.scss */
.search_btn form {
  position: absolute;
  opacity: 0;
  display: none;
  top: 0;
  height: 234px;
  left: calc(33% + 50px);
  width: calc(67% - 50px);
  background: #FFFDF8;
  padding: 40px 0;
  transition: .3s ease-out;
}

/* line 512, scss/partials/layouts/_header.scss */
.contact_btn {
  margin-left: 2vw;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
/* line 515, scss/partials/layouts/_header.scss */
.contact_btn span {
  margin-right: 10px;
  font-size: 14px;
}
/* line 519, scss/partials/layouts/_header.scss */
.contact_btn a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #BFDB27;
  border-radius: 100%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 528, scss/partials/layouts/_header.scss */
.contact_btn a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 535, scss/partials/layouts/_header.scss */
.contact_btn a svg path {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 539, scss/partials/layouts/_header.scss */
.contact_btn a:hover {
  background-color: #002E05;
  color: #fff;
}
/* line 543, scss/partials/layouts/_header.scss */
.contact_btn a:hover svg path {
  fill: #fff;
}

/* line 551, scss/partials/layouts/_header.scss */
#wpadminbar {
  display: none;
}

@keyframes headerFix {
  0% {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes headerFix {
  0% {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes headerFix {
  0% {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes headerFix {
  0% {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes headerFix {
  0% {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 768px) {
  /* line 566, scss/partials/layouts/_header.scss */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
  }
  /* line 572, scss/partials/layouts/_header.scss */
  .header__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100vw;
    padding: 0px 15px;
    background: #FFFDF8;
    justify-content: space-between;
    border: none;
  }
  /* line 582, scss/partials/layouts/_header.scss */
  .header__logo {
    width: auto;
    text-align: center;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  /* line 588, scss/partials/layouts/_header.scss */
  .header__logo__link {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    width: 40vw;
  }
  /* line 591, scss/partials/layouts/_header.scss */
  .header__logo__link:after {
    background-size: contain;
  }
  /* line 595, scss/partials/layouts/_header.scss */
  .header__logo__sanatechseed {
    order: 0;
    display: block;
    margin-left: 0;
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    letter-spacing: .1em;
  }
  /* line 604, scss/partials/layouts/_header.scss */
  .header__logo__text {
    order: 1;
    width: 180px;
    height: 22px;
    margin: 10px auto;
  }
  /* line 611, scss/partials/layouts/_header.scss */
  .header__text {
    display: none;
  }
  /* line 614, scss/partials/layouts/_header.scss */
  .header__inner {
    width: calc(100% - 40vw );
    padding: 0 0 0 5px;
    border: none;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
  }
  /* line 620, scss/partials/layouts/_header.scss */
  .header__menu {
    padding: 0;
    margin: 0;
    width: 33.3333%;
  }
  /* line 624, scss/partials/layouts/_header.scss */
  .header__menu .menu_btn {
    display: block;
    margin: 0;
  }
  /* line 628, scss/partials/layouts/_header.scss */
  .header__menu .main-navigation {
    display: none;
  }
  /* line 632, scss/partials/layouts/_header.scss */
  .header__btns {
    width: 66%;
    padding: 0;
    margin-top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  /* line 640, scss/partials/layouts/_header.scss */
  .header__btns .search_btn {
    margin: 0;
  }
  /* line 643, scss/partials/layouts/_header.scss */
  .header__btns .contact_btn {
    margin: 0;
  }
  /* line 645, scss/partials/layouts/_header.scss */
  .header__btns .contact_btn span {
    display: none;
  }
  /* line 648, scss/partials/layouts/_header.scss */
  .header__btns .contact_btn a {
    background-size: 19px;
    width: 44px;
    height: 44px;
  }
  /* line 658, scss/partials/layouts/_header.scss */
  .header.fixed .header__inner {
    padding: 0 0 0 20px;
  }

  /* line 665, scss/partials/layouts/_header.scss */
  #menu_btn {
    width: 55px;
    height: 40px;
    margin: 0;
    -moz-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    -webkit-transition: transform 1s ease;
    transition: transform 1s ease;
  }
  /* line 670, scss/partials/layouts/_header.scss */
  #menu_btn span {
    width: 35px;
    background: black;
  }
  /* line 673, scss/partials/layouts/_header.scss */
  #menu_btn span:nth-of-type(1) {
    top: 10px;
  }
  /* line 676, scss/partials/layouts/_header.scss */
  #menu_btn span:nth-of-type(2) {
    top: 20px;
  }
  /* line 679, scss/partials/layouts/_header.scss */
  #menu_btn span:nth-of-type(3) {
    top: 30px;
  }

  /* line 684, scss/partials/layouts/_header.scss */
  #close_btn {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 55px;
    height: 40px;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
  }
  /* line 693, scss/partials/layouts/_header.scss */
  #close_btn span {
    position: absolute;
    left: 10px;
    display: block;
    width: 35px;
    height: 1px;
    background: #002E05;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  /* line 701, scss/partials/layouts/_header.scss */
  #close_btn span:nth-of-type(1) {
    top: 10px;
    -moz-transform: translateY(10px) rotate(-45deg);
    -o-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  /* line 705, scss/partials/layouts/_header.scss */
  #close_btn span:nth-of-type(2) {
    top: 20px;
    opacity: 0;
  }
  /* line 709, scss/partials/layouts/_header.scss */
  #close_btn span:nth-of-type(3) {
    top: 30px;
    -moz-transform: translateY(-10px) rotate(45deg);
    -o-transform: translateY(-10px) rotate(45deg);
    -ms-transform: translateY(-10px) rotate(45deg);
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }

  /* line 716, scss/partials/layouts/_header.scss */
  #menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-right: 50px;
    background: rgba(0, 46, 5, 0.7);
    visibility: hidden;
    z-index: 999;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  /* line 728, scss/partials/layouts/_header.scss */
  #menu .menu__wrap {
    padding: 0;
    height: 100%;
    background: #FFFDF8;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  /* line 734, scss/partials/layouts/_header.scss */
  #menu .menu__inner {
    padding: 25px 15px;
    /*height: 100%;*/
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  /* line 743, scss/partials/layouts/_header.scss */
  #menu .menu__logo {
    padding: 0;
    border: none;
  }
  /* line 746, scss/partials/layouts/_header.scss */
  #menu .menu__logo a {
    width: 40vw;
    height: 30px;
    font-size: 0;
  }
  /* line 756, scss/partials/layouts/_header.scss */
  #menu .menu .global_nav {
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }
  /* line 762, scss/partials/layouts/_header.scss */
  #menu .menu .global_nav li {
    font-size: 36px;
  }
  /* line 766, scss/partials/layouts/_header.scss */
  #menu .menu__search {
    padding: 20px 0;
  }
  /* line 769, scss/partials/layouts/_header.scss */
  #menu .menu__btns {
    width: 100%;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
  }
  /* line 772, scss/partials/layouts/_header.scss */
  #menu .menu__btns .language_btn {
    width: 40%;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
  }
  /* line 778, scss/partials/layouts/_header.scss */
  #menu .menu #menu-menu li {
    padding: 10px 0;
  }
  /* line 780, scss/partials/layouts/_header.scss */
  #menu .menu #menu-menu li a {
    font-size: 20px;
    font-size: 2rem;
  }
  /* line 782, scss/partials/layouts/_header.scss */
  #menu .menu #menu-menu li a .en {
    margin-right: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
  /* line 786, scss/partials/layouts/_header.scss */
  #menu .menu #menu-menu li a .ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 793, scss/partials/layouts/_header.scss */
  #menu.on {
    opacity: 1;
    visibility: visible;
  }
  /* line 797, scss/partials/layouts/_header.scss */
  #menu.on .menu__wrap {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 801, scss/partials/layouts/_header.scss */
  #menu.on.search-on {
    padding: 0;
  }
  /* line 803, scss/partials/layouts/_header.scss */
  #menu.on.search-on .main-navigation {
    display: none;
  }
  /* line 807, scss/partials/layouts/_header.scss */
  #menu.on.search-on .menu__wrap {
    height: auto;
  }
  /* line 810, scss/partials/layouts/_header.scss */
  #menu.on.search-on .menu__search {
    display: block;
  }
  /* line 813, scss/partials/layouts/_header.scss */
  #menu.on.search-on .menu__btns {
    display: none;
  }
}
/* line 1, scss/partials/layouts/_footer.scss */
.footer {
  position: relative;
  margin-left: 50px;
  padding: 80px 20px 200px;
  background: #002E05;
}
/* line 6, scss/partials/layouts/_footer.scss */
.footer__wrap {
  color: #fff;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
/* line 10, scss/partials/layouts/_footer.scss */
.footer__logo {
  width: 240px;
  height: 30px;
  background: url(images/logo_wh.svg) no-repeat center;
  background-size: contain;
  font-size: 0;
  color: transparent;
}
/* line 18, scss/partials/layouts/_footer.scss */
.footer__inner {
  width: 66%;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
/* line 21, scss/partials/layouts/_footer.scss */
.footer__inner a {
  color: #fff;
}
/* line 23, scss/partials/layouts/_footer.scss */
.footer__inner a span {
  display: block;
}
/* line 26, scss/partials/layouts/_footer.scss */
.footer__inner a .en {
  font-size: 21px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
}
/* line 31, scss/partials/layouts/_footer.scss */
.footer__inner a .ja {
  font-size: 14px;
  font-weight: bolder;
}
/* line 37, scss/partials/layouts/_footer.scss */
.footer__menu {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
/* line 39, scss/partials/layouts/_footer.scss */
.footer__menu:first-of-type {
  margin: 0 42% 0 0;
}
/* line 42, scss/partials/layouts/_footer.scss */
.footer__menu__wrap {
  margin-bottom: 40px;
}
/* line 44, scss/partials/layouts/_footer.scss */
.footer__menu__wrap .menu-item {
  margin-bottom: 20px;
  line-height: 1.6;
}
/* line 51, scss/partials/layouts/_footer.scss */
.footer__privacy a {
  font-size: 12px;
}
/* line 56, scss/partials/layouts/_footer.scss */
.footer__copy p {
  font-size: 12px;
}

/* line 62, scss/partials/layouts/_footer.scss */
.backtotop {
  position: absolute;
  top: 0;
  right: 50px;
  text-align: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: #BFDB27;
  cursor: pointer;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 72, scss/partials/layouts/_footer.scss */
.backtotop p {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  margin-bottom: 5px;
}
/* line 79, scss/partials/layouts/_footer.scss */
.backtotop__btn {
  display: block;
  width: 60px;
  height: 60px;
  background: #BFDB27;
  border-radius: 100%;
}
/* line 85, scss/partials/layouts/_footer.scss */
.backtotop__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-left: 2px solid #002E05;
  border-top: 2px solid #002E05;
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media only screen and (max-width: 768px) {
  /* line 102, scss/partials/layouts/_footer.scss */
  .footer {
    margin-left: 0;
    width: 100%;
  }
  /* line 105, scss/partials/layouts/_footer.scss */
  .footer__logo {
    width: 215px;
  }
  /* line 108, scss/partials/layouts/_footer.scss */
  .footer__wrap {
    flex-direction: column;
  }
  /* line 111, scss/partials/layouts/_footer.scss */
  .footer__inner {
    width: 100%;
    margin: 10px 0 0;
  }
  /* line 114, scss/partials/layouts/_footer.scss */
  .footer__inner li {
    margin: 20px 0;
  }
  /* line 118, scss/partials/layouts/_footer.scss */
  .footer__menu {
    width: 45%;
  }
  /* line 120, scss/partials/layouts/_footer.scss */
  .footer__menu:first-of-type {
    margin: 0 8% 0 2%;
  }
}
/* line 2, scss/partials/pages/_top.scss */
.top #green-line {
  z-index: 2;
}
/* line 5, scss/partials/pages/_top.scss */
.top__mv {
  margin-left: 50px;
  background: #002E05;
}
/* line 8, scss/partials/pages/_top.scss */
.top__mv .swiper-slide {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
/* line 11, scss/partials/pages/_top.scss */
.top__mv .swiper-button-prev {
  top: auto;
  left: auto;
  right: 130px;
  bottom: 45px;
  width: 60px;
  height: 60px;
  background: none;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: background .3s ease-out;
  will-change: background;
}
/* line 23, scss/partials/pages/_top.scss */
.top__mv .swiper-button-prev:hover {
  background: #fff;
}
/* line 25, scss/partials/pages/_top.scss */
.top__mv .swiper-button-prev:hover:after {
  border-bottom: 2px solid #002E05;
  border-left: 2px solid #002E05;
}
/* line 30, scss/partials/pages/_top.scss */
.top__mv .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: .3s ease-out;
}
/* line 44, scss/partials/pages/_top.scss */
.top__mv .swiper-button-next {
  top: auto;
  right: 45px;
  bottom: 45px;
  width: 60px;
  height: 60px;
  background: none;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: background .3s ease-out;
  will-change: background;
}
/* line 55, scss/partials/pages/_top.scss */
.top__mv .swiper-button-next:hover {
  background: #fff;
}
/* line 57, scss/partials/pages/_top.scss */
.top__mv .swiper-button-next:hover:after {
  border-right: 2px solid #002E05;
  border-bottom: 2px solid #002E05;
}
/* line 62, scss/partials/pages/_top.scss */
.top__mv .swiper-button-next:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: .3s ease-out;
}
/* line 78, scss/partials/pages/_top.scss */
.top__mv .swiper-container.static .swiper-button-next,
.top__mv .swiper-container.static .swiper-button-prev {
  display: none;
}
/* line 85, scss/partials/pages/_top.scss */
.top__mv .slide_text {
  width: calc( ( 100vw - 100px ) * .34 );
  padding: 140px 50px;
}
/* line 88, scss/partials/pages/_top.scss */
.top__mv .slide_text h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  overflow: hidden;
}
/* line 93, scss/partials/pages/_top.scss */
.top__mv .slide_text h2 span {
  display: inline-block;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 100, scss/partials/pages/_top.scss */
.top__mv .slide_img {
  position: relative;
  width: 0;
  height: calc( ((100vw - 50px) - (( 100vw - 100px ) * .34)) * .67 );
  overflow: hidden;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
/* line 106, scss/partials/pages/_top.scss */
.top__mv .slide_img__wrap {
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  width: calc( 100% - (( 100vw - 100px ) * .34) );
  height: calc( ((100vw - 50px) - (( 100vw - 100px ) * .34)) * .67 );
}
/* line 111, scss/partials/pages/_top.scss */
.top__mv .slide_img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 127, scss/partials/pages/_top.scss */
.top__mv.on .slide_text h2 span {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 132, scss/partials/pages/_top.scss */
.top__mv.on .slide_img {
  width: calc( 100% - (( 100vw - 100px ) * .34) );
}
/* line 134, scss/partials/pages/_top.scss */
.top__mv.on .slide_img__wrap {
  width: calc( 100% - (( 100vw - 100px ) * .34) );
}
/* line 137, scss/partials/pages/_top.scss */
.top__mv.on .slide_img img {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 143, scss/partials/pages/_top.scss */
.top__news {
  position: relative;
  padding: 0 50px;
  margin-bottom: 270px;
}
/* line 147, scss/partials/pages/_top.scss */
.top__news:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  right: 0;
  display: block;
  height: 420px;
  background: #002E05;
}
/* line 157, scss/partials/pages/_top.scss */
.top__news .swiper-container {
  display: none;
}
/* line 160, scss/partials/pages/_top.scss */
.top__news__title {
  position: relative;
  margin-left: 34%;
  padding-top: 50px;
  padding-left: 20px;
  padding-bottom: 40px;
  color: #fff;
}
/* line 167, scss/partials/pages/_top.scss */
.top__news__title span {
  display: block;
  overflow: hidden;
}
/* line 171, scss/partials/pages/_top.scss */
.top__news__title__en {
  font-size: 60px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}
/* line 175, scss/partials/pages/_top.scss */
.top__news__title__en__inner {
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 180, scss/partials/pages/_top.scss */
.top__news__title__ja {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .2em;
}
/* line 184, scss/partials/pages/_top.scss */
.top__news__title__ja__inner {
  -moz-transition: all 1.2s 0.6s ease;
  -o-transition: all 1.2s 0.6s ease;
  -webkit-transition: all 1.2s 0.6s ease;
  transition: all 1.2s 0.6s ease;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 190, scss/partials/pages/_top.scss */
.top__news__link {
  position: absolute;
  top: 265px;
  right: 50px;
}
/* line 194, scss/partials/pages/_top.scss */
.top__news__link.fix {
  top: 248px;
}
/* line 197, scss/partials/pages/_top.scss */
.top__news__link a {
  position: relative;
  display: block;
  width: 88px;
  font-size: 14px;
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 1px solid #BFDB27;
}
/* line 205, scss/partials/pages/_top.scss */
.top__news__link a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  bottom: 0;
  right: 0;
  width: 4px;
  height: 4px;
  border-right: 1px solid #BFDB27;
  border-bottom: 1px solid #BFDB27;
  -moz-transform: translateY(58%) rotate(-45deg);
  -o-transform: translateY(58%) rotate(-45deg);
  -ms-transform: translateY(58%) rotate(-45deg);
  -webkit-transform: translateY(58%) rotate(-45deg);
  transform: translateY(58%) rotate(-45deg);
}
/* line 221, scss/partials/pages/_top.scss */
.top__news__list {
  position: relative;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
/* line 225, scss/partials/pages/_top.scss */
.top__news__item {
  width: 32%;
}
/* line 227, scss/partials/pages/_top.scss */
.top__news__item__link {
  display: block;
}
/* line 230, scss/partials/pages/_top.scss */
.top__news__item__img {
  position: relative;
  width: 0%;
  height: 0;
  margin-right: 0;
  margin-left: auto;
  padding-bottom: 67%;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  overflow: hidden;
}
/* line 239, scss/partials/pages/_top.scss */
.top__news__item__img__wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: calc( ( ( 100vw - 100px ) * .32 ) );
  height: calc( ( ( ( 100vw - 100px ) * .32 ) * .67 ) );
  overflow: hidden;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
/* line 248, scss/partials/pages/_top.scss */
.top__news__item__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 262, scss/partials/pages/_top.scss */
.top__news__item__text {
  padding: 45px 20px;
}
/* line 265, scss/partials/pages/_top.scss */
.top__news__item__date {
  margin-bottom: 15px;
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
}
/* line 271, scss/partials/pages/_top.scss */
.top__news__item__title {
  margin-bottom: 35px;
  line-height: 1.6;
  font-size: 17px;
  font-weight: 500;
}
/* line 277, scss/partials/pages/_top.scss */
.top__news__item__btn {
  width: 145px;
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0;
  border: 1px solid #002E05;
}
/* line 291, scss/partials/pages/_top.scss */
.top__news.on .top__news__title__en__inner {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 296, scss/partials/pages/_top.scss */
.top__news.on .top__news__title__ja__inner {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 305, scss/partials/pages/_top.scss */
.top__news.on .top__news__item:nth-of-type(2) .top__news__item__img {
  -moz-transition: all 1.2s 0.6s ease;
  -o-transition: all 1.2s 0.6s ease;
  -webkit-transition: all 1.2s 0.6s ease;
  transition: all 1.2s 0.6s ease;
}
/* line 307, scss/partials/pages/_top.scss */
.top__news.on .top__news__item:nth-of-type(2) .top__news__item__img img {
  -moz-transition: all 1.2s 0.6s ease;
  -o-transition: all 1.2s 0.6s ease;
  -webkit-transition: all 1.2s 0.6s ease;
  transition: all 1.2s 0.6s ease;
}
/* line 311, scss/partials/pages/_top.scss */
.top__news.on .top__news__item:nth-of-type(2) .top__news__item__img:hover img {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
/* line 323, scss/partials/pages/_top.scss */
.top__news.on .top__news__item:nth-of-type(3) .top__news__item__img {
  -moz-transition: all 1.2s 1.2s ease;
  -o-transition: all 1.2s 1.2s ease;
  -webkit-transition: all 1.2s 1.2s ease;
  transition: all 1.2s 1.2s ease;
}
/* line 325, scss/partials/pages/_top.scss */
.top__news.on .top__news__item:nth-of-type(3) .top__news__item__img img {
  -moz-transition: all 1.2s 1.2s ease;
  -o-transition: all 1.2s 1.2s ease;
  -webkit-transition: all 1.2s 1.2s ease;
  transition: all 1.2s 1.2s ease;
}
/* line 332, scss/partials/pages/_top.scss */
.top__news.on .top__news__item__img {
  width: 100%;
}
/* line 334, scss/partials/pages/_top.scss */
.top__news.on .top__news__item__img__wrap {
  width: 100%;
}
/* line 337, scss/partials/pages/_top.scss */
.top__news.on .top__news__item__img img {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 341, scss/partials/pages/_top.scss */
.top__news.on .top__news__item__img:hover .top__news__item__img__wrap {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 350, scss/partials/pages/_top.scss */
.top__about {
  position: relative;
  padding: 0 50px;
  margin-bottom: 170px;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
/* line 355, scss/partials/pages/_top.scss */
.top__about__title {
  width: 32%;
  padding: 30px;
}
/* line 358, scss/partials/pages/_top.scss */
.top__about__title span {
  display: block;
  overflow: hidden;
}
/* line 362, scss/partials/pages/_top.scss */
.top__about__title__en {
  font-size: 60px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}
/* line 366, scss/partials/pages/_top.scss */
.top__about__title__en__inner {
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 371, scss/partials/pages/_top.scss */
.top__about__title__ja {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .2em;
}
/* line 375, scss/partials/pages/_top.scss */
.top__about__title__ja__inner {
  -moz-transition: all 1.2s 0.6s ease;
  -o-transition: all 1.2s 0.6s ease;
  -webkit-transition: all 1.2s 0.6s ease;
  transition: all 1.2s 0.6s ease;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 381, scss/partials/pages/_top.scss */
.top__about__link {
  position: relative;
  display: block;
  padding: 20px;
  background: #584B24;
  color: #fff;
}
/* line 388, scss/partials/pages/_top.scss */
.top__about__image {
  display: block;
  max-width: 80%;
  max-height: 10vw;
  margin: 20px auto;
}
/* line 394, scss/partials/pages/_top.scss */
.top__about__btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 10px;
  padding: 5px 15px;
  border: 1px solid #fff;
}
/* line 402, scss/partials/pages/_top.scss */
.top__about__company {
  width: 32%;
}
/* line 404, scss/partials/pages/_top.scss */
.top__about__company__title {
  font-size: 15px;
}
/* line 407, scss/partials/pages/_top.scss */
.top__about__company__wrap {
  width: 0;
  overflow: hidden;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
/* line 412, scss/partials/pages/_top.scss */
.top__about__company__inner {
  width: calc( (100vw - 100px) * .32);
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 418, scss/partials/pages/_top.scss */
.top__about__establishment {
  width: 32%;
}
/* line 420, scss/partials/pages/_top.scss */
.top__about__establishment__title {
  font-size: 15px;
}
/* line 423, scss/partials/pages/_top.scss */
.top__about__establishment__wrap {
  width: 0;
  overflow: hidden;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
/* line 428, scss/partials/pages/_top.scss */
.top__about__establishment__inner {
  width: calc( (100vw - 100px) * .32);
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 438, scss/partials/pages/_top.scss */
.top__about.on .top__about__title__en__inner {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 443, scss/partials/pages/_top.scss */
.top__about.on .top__about__title__ja__inner {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 449, scss/partials/pages/_top.scss */
.top__about.on .top__about__company__wrap {
  width: 100%;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
/* line 453, scss/partials/pages/_top.scss */
.top__about.on .top__about__company__inner {
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 459, scss/partials/pages/_top.scss */
.top__about.on .top__about__establishment__wrap {
  width: 100%;
  -moz-transition: all 1.2s 0.6s ease;
  -o-transition: all 1.2s 0.6s ease;
  -webkit-transition: all 1.2s 0.6s ease;
  transition: all 1.2s 0.6s ease;
}
/* line 463, scss/partials/pages/_top.scss */
.top__about.on .top__about__establishment__inner {
  -moz-transition: all 1.2s 0.6s ease;
  -o-transition: all 1.2s 0.6s ease;
  -webkit-transition: all 1.2s 0.6s ease;
  transition: all 1.2s 0.6s ease;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 471, scss/partials/pages/_top.scss */
.top__history {
  position: relative;
  padding: 0 0 0 50px;
  margin-bottom: 170px;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
/* line 476, scss/partials/pages/_top.scss */
.top__history__text {
  width: calc(34% - .34 * 50px);
  padding: 50px 30px;
}
/* line 480, scss/partials/pages/_top.scss */
.top__history__title {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 500;
}
/* line 485, scss/partials/pages/_top.scss */
.top__history__description {
  line-height: 2;
  font-size: 14px;
}
/* line 489, scss/partials/pages/_top.scss */
.top__history__btn {
  display: block;
  width: 145px;
  max-width: 100%;
  padding: 10px 15px;
  margin-top: 50px;
  text-align: center;
  border: 1px solid #002E05;
}
/* line 498, scss/partials/pages/_top.scss */
.top__history__image {
  width: calc(66% - .66 * 50px + .34 * 50px + .66 * 50px);
  max-height: 675px;
  overflow: hidden;
  position: relative;
  padding: 50px 0px;
}
/* line 504, scss/partials/pages/_top.scss */
.top__history__image video {
  height: 100%;
  width: 100%;
}
/* line 510, scss/partials/pages/_top.scss */
.top__future {
  position: relative;
  padding: 0 0 0 50px;
  margin-bottom: 170px;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
/* line 515, scss/partials/pages/_top.scss */
.top__future__text {
  width: calc(( 100vw - 100px ) * .44);
  -moz-transform: translateX(-25px);
  -o-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px);
}
/* line 519, scss/partials/pages/_top.scss */
.top__future__title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 500;
}
/* line 524, scss/partials/pages/_top.scss */
.top__future__description {
  line-height: 2;
  font-size: 14px;
}
/* line 528, scss/partials/pages/_top.scss */
.top__future__btn {
  display: block;
  width: 145px;
  max-width: 100%;
  padding: 10px 15px;
  margin-top: 25px;
  text-align: center;
  border: 1px solid #002E05;
}
/* line 537, scss/partials/pages/_top.scss */
.top__future__image {
  width: calc( 100% - (( 100vw - 100px ) * .44) );
}
/* line 541, scss/partials/pages/_top.scss */
.top__work {
  position: relative;
  padding: 240px 0;
  margin-left: 50px;
  margin-bottom: 170px;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  background: #584B24;
  color: #fff;
}
/* line 549, scss/partials/pages/_top.scss */
.top__work__text {
  width: calc(( 100vw - 100px ) * .34);
  padding: 50px 40px;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
/* line 553, scss/partials/pages/_top.scss */
.top__work__text__inner {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
/* line 559, scss/partials/pages/_top.scss */
.top__work__title {
  margin-bottom: 40px;
}
/* line 561, scss/partials/pages/_top.scss */
.top__work__title span {
  display: block;
  overflow: hidden;
}
/* line 565, scss/partials/pages/_top.scss */
.top__work__title__en {
  font-size: 60px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}
/* line 569, scss/partials/pages/_top.scss */
.top__work__title__en__inner {
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 574, scss/partials/pages/_top.scss */
.top__work__title__ja {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .2em;
}
/* line 578, scss/partials/pages/_top.scss */
.top__work__title__ja__inner {
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 584, scss/partials/pages/_top.scss */
.top__work__description {
  line-height: 2;
  font-size: 24px;
}
/* line 588, scss/partials/pages/_top.scss */
.top__work__btn {
  display: block;
  width: 145px;
  max-width: 100%;
  padding: 10px 15px;
  margin-top: 50px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
}
/* line 599, scss/partials/pages/_top.scss */
.top__work__image {
  position: relative;
  width: calc( 100% - (( 100vw - 100px ) * .34) );
}
/* line 602, scss/partials/pages/_top.scss */
.top__work__image__wrap {
  position: relative;
  width: 0;
  height: calc( (( 100vw - 100px ) * .66) * .67 );
  margin-left: auto;
  margin-right: 0;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  overflow: hidden;
}
/* line 611, scss/partials/pages/_top.scss */
.top__work__image__inner {
  position: absolute;
  top: 0;
  right: 0;
  width: calc( ( 100vw - 50px ) - (( 100vw - 100px ) * .34) );
  height: calc( (( 100vw - 100px ) * .66) * .67 );
}
/* line 618, scss/partials/pages/_top.scss */
.top__work__image img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 635, scss/partials/pages/_top.scss */
.top__work.on .top__work__title__en__inner {
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 641, scss/partials/pages/_top.scss */
.top__work.on .top__work__title__ja__inner {
  -moz-transition: all 1.2s 0.6s ease;
  -o-transition: all 1.2s 0.6s ease;
  -webkit-transition: all 1.2s 0.6s ease;
  transition: all 1.2s 0.6s ease;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 648, scss/partials/pages/_top.scss */
.top__work.on .top__work__text__inner {
  -moz-transition: all 1.2s 1.2s ease;
  -o-transition: all 1.2s 1.2s ease;
  -webkit-transition: all 1.2s 1.2s ease;
  transition: all 1.2s 1.2s ease;
  opacity: 1;
  visibility: visible;
}
/* line 655, scss/partials/pages/_top.scss */
.top__work.on .top__work__image__wrap {
  width: 100%;
  -moz-transition: all 1.2s 0.6s ease;
  -o-transition: all 1.2s 0.6s ease;
  -webkit-transition: all 1.2s 0.6s ease;
  transition: all 1.2s 0.6s ease;
}
/* line 659, scss/partials/pages/_top.scss */
.top__work.on .top__work__image img {
  -moz-transition: all 1.2s 0.6s ease;
  -o-transition: all 1.2s 0.6s ease;
  -webkit-transition: all 1.2s 0.6s ease;
  transition: all 1.2s 0.6s ease;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 667, scss/partials/pages/_top.scss */
.top__product {
  position: relative;
  z-index: 2;
}
/* line 670, scss/partials/pages/_top.scss */
.top__product__title {
  position: relative;
  margin-left: calc( 50px + ((100vw - 100px) * .34) );
  padding-top: 180px;
  padding-left: 14.5px;
  padding-bottom: 40px;
}
/* line 676, scss/partials/pages/_top.scss */
.top__product__title span {
  display: block;
  overflow: hidden;
}
/* line 680, scss/partials/pages/_top.scss */
.top__product__title__en {
  font-size: 60px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}
/* line 684, scss/partials/pages/_top.scss */
.top__product__title__en__inner {
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 689, scss/partials/pages/_top.scss */
.top__product__title__ja {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .2em;
}
/* line 693, scss/partials/pages/_top.scss */
.top__product__title__ja__inner {
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 699, scss/partials/pages/_top.scss */
.top__product__sliderwrap {
  margin-left: 100px;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
/* line 703, scss/partials/pages/_top.scss */
.top__product__imgslider {
  width: 60%;
}
/* line 705, scss/partials/pages/_top.scss */
.top__product__imgslider img {
  width: 100%;
}
/* line 709, scss/partials/pages/_top.scss */
.top__product__txtslider {
  width: 40%;
}
/* line 711, scss/partials/pages/_top.scss */
.top__product__txtslider__btn {
  border: 1px solid #fff;
  padding: 10px 35px;
  color: #fff;
  transition: .3s ease-out;
}
/* line 716, scss/partials/pages/_top.scss */
.top__product__txtslider__btn:hover {
  background: #fff;
  color: #002E05;
}
/* line 721, scss/partials/pages/_top.scss */
.top__product__txtslider__text {
  padding: 0 40px;
}
/* line 724, scss/partials/pages/_top.scss */
.top__product__txtslider__title {
  margin-bottom: 30px;
  font-size: 30px;
}
/* line 728, scss/partials/pages/_top.scss */
.top__product__txtslider__description {
  line-height: 2;
  font-size: 14px;
  margin: 0 0 50px 0;
}
/* line 733, scss/partials/pages/_top.scss */
.top__product__txtslider .swiper-container {
  padding: 100px 0 200px;
  background: #002E05;
  color: #fff;
}
/* line 738, scss/partials/pages/_top.scss */
.top__product__txtslider .swiper-button-prev {
  top: auto;
  left: 40px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  background: none;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: background .3s ease-out;
  will-change: background;
}
/* line 749, scss/partials/pages/_top.scss */
.top__product__txtslider .swiper-button-prev:hover {
  background: #fff;
}
/* line 751, scss/partials/pages/_top.scss */
.top__product__txtslider .swiper-button-prev:hover:after {
  border-bottom: 2px solid #002E05;
  border-left: 2px solid #002E05;
}
/* line 756, scss/partials/pages/_top.scss */
.top__product__txtslider .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: .3s ease-out;
}
/* line 770, scss/partials/pages/_top.scss */
.top__product__txtslider .swiper-button-next {
  top: auto;
  left: 130px;
  right: auto;
  bottom: 40px;
  width: 60px;
  height: 60px;
  background: none;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: background .3s ease-out;
  will-change: background;
}
/* line 782, scss/partials/pages/_top.scss */
.top__product__txtslider .swiper-button-next:hover {
  background: #fff;
}
/* line 784, scss/partials/pages/_top.scss */
.top__product__txtslider .swiper-button-next:hover:after {
  border-right: 2px solid #002E05;
  border-bottom: 2px solid #002E05;
}
/* line 789, scss/partials/pages/_top.scss */
.top__product__txtslider .swiper-button-next:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: .3s ease-out;
}
/* line 808, scss/partials/pages/_top.scss */
.top__product.on .top__product__title__en__inner {
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 814, scss/partials/pages/_top.scss */
.top__product.on .top__product__title__ja__inner {
  -moz-transition: all 1.2s 0.6s ease;
  -o-transition: all 1.2s 0.6s ease;
  -webkit-transition: all 1.2s 0.6s ease;
  transition: all 1.2s 0.6s ease;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 823, scss/partials/pages/_top.scss */
.top__contact {
  position: relative;
  padding: 280px 50px 20px;
  margin-bottom: 170px;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
/* line 828, scss/partials/pages/_top.scss */
.top__contact__title {
  width: calc(( 100vw - 100px ) * .34);
  padding: 30px;
}
/* line 831, scss/partials/pages/_top.scss */
.top__contact__title span {
  display: block;
  overflow: hidden;
}
/* line 835, scss/partials/pages/_top.scss */
.top__contact__title__en {
  font-size: 60px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}
/* line 839, scss/partials/pages/_top.scss */
.top__contact__title__en__inner {
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 844, scss/partials/pages/_top.scss */
.top__contact__title__ja {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .2em;
}
/* line 848, scss/partials/pages/_top.scss */
.top__contact__title__ja__inner {
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 854, scss/partials/pages/_top.scss */
.top__contact__form {
  width: calc( (100% - ( 100vw - 100px ) * .34));
  padding: 0 0 0 15px;
}
/* line 862, scss/partials/pages/_top.scss */
.top__contact.on .top__contact__title__en__inner {
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 868, scss/partials/pages/_top.scss */
.top__contact.on .top__contact__title__ja__inner {
  -moz-transition: all 1.2s 0.6s ease;
  -o-transition: all 1.2s 0.6s ease;
  -webkit-transition: all 1.2s 0.6s ease;
  transition: all 1.2s 0.6s ease;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 877, scss/partials/pages/_top.scss */
.top__link {
  position: relative;
  padding-bottom: 200px;
}
/* line 880, scss/partials/pages/_top.scss */
.top__link__title {
  position: relative;
  margin-left: calc( 50px + ((100vw - 100px) * .34) );
  padding-top: 180px;
  padding-left: 14.5px;
  padding-bottom: 40px;
}
/* line 886, scss/partials/pages/_top.scss */
.top__link__title span {
  display: block;
  overflow: hidden;
}
/* line 890, scss/partials/pages/_top.scss */
.top__link__title__en {
  font-size: 60px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}
/* line 894, scss/partials/pages/_top.scss */
.top__link__title__en__inner {
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 899, scss/partials/pages/_top.scss */
.top__link__title__ja {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .2em;
}
/* line 903, scss/partials/pages/_top.scss */
.top__link__title__ja__inner {
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 909, scss/partials/pages/_top.scss */
.top__link__slider {
  position: relative;
  padding: 0 50px;
}
/* line 912, scss/partials/pages/_top.scss */
.top__link__slider .swiper-slide {
  width: 33.333%;
  padding: 0 10px;
}
/* line 916, scss/partials/pages/_top.scss */
.top__link__slider .swiper-button-prev {
  top: auto;
  left: auto;
  right: 130px;
  bottom: 100%;
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
  background: none;
  border: 1px solid #002E05;
  border-radius: 100%;
  transition: background .3s ease-out;
  will-change: background;
}
/* line 929, scss/partials/pages/_top.scss */
.top__link__slider .swiper-button-prev:hover {
  background: #002E05;
}
/* line 931, scss/partials/pages/_top.scss */
.top__link__slider .swiper-button-prev:hover:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/* line 936, scss/partials/pages/_top.scss */
.top__link__slider .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-left: 2px solid #002E05;
  border-bottom: 2px solid #002E05;
  border-left: 2px solid #002E05;
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: .3s ease-out;
}
/* line 951, scss/partials/pages/_top.scss */
.top__link__slider .swiper-button-next {
  top: auto;
  right: 50px;
  bottom: 100%;
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
  background: none;
  border: 1px solid #002E05;
  border-radius: 100%;
  transition: background .3s ease-out;
  will-change: background;
}
/* line 963, scss/partials/pages/_top.scss */
.top__link__slider .swiper-button-next:hover {
  background: #002E05;
}
/* line 965, scss/partials/pages/_top.scss */
.top__link__slider .swiper-button-next:hover:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/* line 970, scss/partials/pages/_top.scss */
.top__link__slider .swiper-button-next:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #002E05;
  border-bottom: 2px solid #002E05;
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: .3s ease-out;
}
/* line 984, scss/partials/pages/_top.scss */
.top__link__slider .link_text {
  min-height: 56px;
  margin: 40px 20px;
  font-size: 18px;
  font-family: 'DM Sans', 'Noto Sans JP',"游ゴシック体", "Yu Gothic", YuGothic, Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}
/* line 990, scss/partials/pages/_top.scss */
.top__link__slider .link_btn {
  text-align: center;
  display: block;
  width: 145px;
  margin: 40px 20px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #002E05;
}
/* line 1004, scss/partials/pages/_top.scss */
.top__link.on .top__link__title__en__inner {
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 1010, scss/partials/pages/_top.scss */
.top__link.on .top__link__title__ja__inner {
  -moz-transition: all 1.2s 0.6s ease;
  -o-transition: all 1.2s 0.6s ease;
  -webkit-transition: all 1.2s 0.6s ease;
  transition: all 1.2s 0.6s ease;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (max-width: 768px) {
  /* line 1025, scss/partials/pages/_top.scss */
  main#content.main:before {
    display: none;
  }
  /* line 1029, scss/partials/pages/_top.scss */
  main#content.main .top__mv, main#content.main .top__news, main#content.main .top__about, main#content.main .top__history, main#content.main .top__future, main#content.main .top__work, main#content.main .top__product, main#content.main .top__contact, main#content.main .top__link {
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  /* line 1043, scss/partials/pages/_top.scss */
  main#content.main .top__mv .swiper-button-prev,
  main#content.main .top__mv .swiper-button-next {
    display: none;
  }
  /* line 1047, scss/partials/pages/_top.scss */
  main#content.main .top__mv .slide_text {
    padding: 0;
    position: absolute;
    top: 100px;
    left: 5%;
  }
  /* line 1052, scss/partials/pages/_top.scss */
  main#content.main .top__mv .slide_text h2 {
    width: 75vw;
	font-size:22px;
  }
  /* line 1056, scss/partials/pages/_top.scss */
  main#content.main .top__mv .slide_img {
    width: 100%;
    height: 67vw;
  }
  /* line 1060, scss/partials/pages/_top.scss */
  main#content.main .top__mv .swiper-slide {
    padding: 180px 0 40px;
  }
  /* line 1064, scss/partials/pages/_top.scss */
  main#content.main .top__mv.on .slide_img {
    height: 67vw;
  }
  /* line 1066, scss/partials/pages/_top.scss */
  main#content.main .top__mv.on .slide_img__wrap {
    width: 100%;
    height: 67vw;
  }
  /* line 1073, scss/partials/pages/_top.scss */
  main#content.main .top__news {
    margin-bottom: 100px;
  }
  /* line 1075, scss/partials/pages/_top.scss */
  main#content.main .top__news::before {
    left: 0;
  }
  /* line 1078, scss/partials/pages/_top.scss */
  main#content.main .top__news__title {
    border: none;
    margin-left: 0;
    padding-top: 10px;
  }
  /* line 1082, scss/partials/pages/_top.scss */
  main#content.main .top__news__title:before {
    display: none;
  }
  /* line 1087, scss/partials/pages/_top.scss */
  main#content.main .top__news__link {
    top: 20%;
    right: 10%;
  }
  /* line 1091, scss/partials/pages/_top.scss */
  main#content.main .top__news__list {
    display: none;
  }
  /* line 1095, scss/partials/pages/_top.scss */
  main#content.main .top__news__item__date {
    margin-bottom: 20px;
  }
  /* line 1098, scss/partials/pages/_top.scss */
  main#content.main .top__news__item__title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  /* line 1103, scss/partials/pages/_top.scss */
  main#content.main .top__news .swiper-container {
    display: block;
    width: 90%;
    padding-bottom: 120px;
  }
  /* line 1107, scss/partials/pages/_top.scss */
  main#content.main .top__news .swiper-container .swiper-slide {
    padding: 0 11px;
  }
  /* line 1109, scss/partials/pages/_top.scss */
  main#content.main .top__news .swiper-container .swiper-slide .slide_img {
    margin-bottom: 30px;
    max-height: 200px;
    overflow: hidden;
  }
  /* line 1115, scss/partials/pages/_top.scss */
  main#content.main .top__news .swiper-container .slide_text h3 {
	font-size: 2rem;
	margin-top: 20px;
  }
  /* line 1118, scss/partials/pages/_top.scss */
  main#content.main .top__news .swiper-container .swiper-button-prev {
    top: auto;
    bottom: 20px;
    left: auto;
    right: 55%;
    bottom: 45px;
    width: 60px;
    height: 60px;
    background: none;
    border: 1px solid #002E05;
    border-radius: 100%;
  }
  /* line 1129, scss/partials/pages/_top.scss */
  main#content.main .top__news .swiper-container .swiper-button-prev:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 6px;
    height: 6px;
    border-left: 2px solid #002E05;
    border-bottom: 2px solid #002E05;
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  /* line 1142, scss/partials/pages/_top.scss */
  main#content.main .top__news .swiper-container .swiper-button-next {
    top: auto;
    bottom: 20px;
    right: 25%;
    bottom: 45px;
    width: 60px;
    height: 60px;
    background: none;
    border: 1px solid #002E05;
    border-radius: 100%;
  }
  /* line 1152, scss/partials/pages/_top.scss */
  main#content.main .top__news .swiper-container .swiper-button-next:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #002E05;
    border-bottom: 2px solid #002E05;
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  /* line 1167, scss/partials/pages/_top.scss */
  main#content.main .top__about {
    flex-direction: column;
    padding: 20px;
  }
  /* line 1170, scss/partials/pages/_top.scss */
  main#content.main .top__about__title {
    padding: 0;
    width: auto;
  }
  /* line 1174, scss/partials/pages/_top.scss */
  main#content.main .top__about__company, main#content.main .top__about__establishment {
    width: 100%;
    margin: 20px 0 10px;
  }
  /* line 1178, scss/partials/pages/_top.scss */
  main#content.main .top__about__company__inner, main#content.main .top__about__establishment__inner {
    width: 100%;
  }
  /* line 1182, scss/partials/pages/_top.scss */
  main#content.main .top__about__image {
    max-height: 20vw;
    max-width: 100%;
  }
  /* line 1187, scss/partials/pages/_top.scss */
  main#content.main .top__history {
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }
  /* line 1190, scss/partials/pages/_top.scss */
  main#content.main .top__history__image {
    width: 100%;
    padding: 0;
  }
  /* line 1194, scss/partials/pages/_top.scss */
  main#content.main .top__history__text {
    width: 100%;
  }
  /* line 1198, scss/partials/pages/_top.scss */
  main#content.main .top__future {
    height: 450px;
  }
  /* line 1200, scss/partials/pages/_top.scss */
  main#content.main .top__future__image {
    width: 70%;
    overflow: hidden;
  }
  /* line 1203, scss/partials/pages/_top.scss */
  main#content.main .top__future__image img {
    height: 100%;
    max-width: none;
    width: auto;
    transform: translateX(-39%) scale(0.61);
  }
  /* line 1210, scss/partials/pages/_top.scss */
  main#content.main .top__future__text {
    width: 40%;
    position: absolute;
    left: 75%;
    transform: translateX(-50%);
  }
  /* line 1217, scss/partials/pages/_top.scss */
  main#content.main .top__work {
    flex-direction: column-reverse;
  }
  /* line 1219, scss/partials/pages/_top.scss */
  main#content.main .top__work__text {
    width: 100%;
  }
  /* line 1221, scss/partials/pages/_top.scss */
  main#content.main .top__work__text__inner {
    margin: 120px 0 0;
  }
  /* line 1225, scss/partials/pages/_top.scss */
  main#content.main .top__work__title {
    margin-bottom: 40px;
    position: absolute;
    top: 0;
  }
  /* line 1230, scss/partials/pages/_top.scss */
  main#content.main .top__work__image {
    width: 80%;
    position: relative;
    left: 20%;
    right: auto;
    top: 130px;
  }
  /* line 1236, scss/partials/pages/_top.scss */
  main#content.main .top__work__image__wrap {
    height: 54vw;
  }
  /* line 1239, scss/partials/pages/_top.scss */
  main#content.main .top__work__image__inner {
    width: 100%;
    height: 54vw;
  }
  /* line 1245, scss/partials/pages/_top.scss */
  main#content.main .top__product {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
  }
  /* line 1249, scss/partials/pages/_top.scss */
  main#content.main .top__product__title {
    margin-left: 0%;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding: 20px;
  }
  /* line 1256, scss/partials/pages/_top.scss */
  main#content.main .top__product__sliderwrap {
    flex-direction: column;
    margin-left: 0;
  }
  /* line 1260, scss/partials/pages/_top.scss */
  main#content.main .top__product__imgslider {
    width: 100%;
  }
  /* line 1263, scss/partials/pages/_top.scss */
  main#content.main .top__product__txtslider {
    width: 100%;
  }
  /* line 1265, scss/partials/pages/_top.scss */
  main#content.main .top__product__txtslider .swiper-container {
    padding: 20px 0 95px;
  }
  /* line 1270, scss/partials/pages/_top.scss */
  main#content.main .top__contact {
    flex-direction: column;
    margin-bottom: 50px;
  }
  /* line 1273, scss/partials/pages/_top.scss */
  main#content.main .top__contact__title {
    width: auto;
  }
  /* line 1276, scss/partials/pages/_top.scss */
  main#content.main .top__contact__form {
    width: 100%;
    padding: 0;
  }
  /* line 1281, scss/partials/pages/_top.scss */
  main#content.main .top__link {
    margin-bottom: 180px;
  }
  /* line 1283, scss/partials/pages/_top.scss */
  main#content.main .top__link__title {
    margin-left: 20px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
  }
  /* line 1289, scss/partials/pages/_top.scss */
  main#content.main .top__link__slider {
    padding: 0 20px;
  }
  /* line 1291, scss/partials/pages/_top.scss */
  main#content.main .top__link__slider .link_text {
    margin: 20px 10px;
  }
  /* line 1294, scss/partials/pages/_top.scss */
  main#content.main .top__link__slider .link_btn {
    margin: 20px 10px;
  }
  /* line 1297, scss/partials/pages/_top.scss */
  main#content.main .top__link__slider .swiper-slide {
    width: 100%;
  }
  /* line 1300, scss/partials/pages/_top.scss */
  main#content.main .top__link__slider .swiper-button-next,
  main#content.main .top__link__slider .swiper-button-prev {
    top: 110%;
  }
  /* line 1304, scss/partials/pages/_top.scss */
  main#content.main .top__link__slider .swiper-button-next {
    right: 27%;
  }
  /* line 1307, scss/partials/pages/_top.scss */
  main#content.main .top__link__slider .swiper-button-prev {
    right: 55%;
  }

  /* line 1314, scss/partials/pages/_top.scss */
  .wpcf7-form {
    width: calc(100% - 17px);
    margin: 0 auto;
  }
  /* line 1317, scss/partials/pages/_top.scss */
  .wpcf7-form .form__wrap {
    flex-direction: column;
  }
  /* line 1320, scss/partials/pages/_top.scss */
  .wpcf7-form .form__left,
  .wpcf7-form .form__right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding: 10px 20px;
  }
  /* line 1327, scss/partials/pages/_top.scss */
  .wpcf7-form .submit.half-right {
    margin-left: 0;
    padding-left: 20px;
  }
}
/* line 2, scss/partials/pages/_about.scss */
.about #green-line {
  z-index: -1;
}
/* line 5, scss/partials/pages/_about.scss */
.about p {
  color: #002E05;
  line-height: 28px;
}
/* line 9, scss/partials/pages/_about.scss */
.about__title {
  width: auto;
  padding: 0 0 0 30px;
}
/* line 12, scss/partials/pages/_about.scss */
.about__title h1 {
  font-family: 'DM Sans', sans-serif;
}
/* line 15, scss/partials/pages/_about.scss */
.about__title span {
  font-size: 14px;
}
/* line 19, scss/partials/pages/_about.scss */
.about__top {
  width: 100%;
  z-index: 1;
  padding: 20px 0 100px 50px;
  margin: 20px 0 180px 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
/* line 27, scss/partials/pages/_about.scss */
.about__top__right {
  width: calc(66% - .66 * 50px + .34 * 50px + .66 * 50px);
}
/* line 29, scss/partials/pages/_about.scss */
.about__top__right__img {
  width: 100%;
  max-height: 625px;
  overflow: hidden;
}
/* line 33, scss/partials/pages/_about.scss */
.about__top__right__img img {
  height: auto;
  width: 100%;
}
/* line 38, scss/partials/pages/_about.scss */
.about__top__right__text {
  padding: 22px;
  max-width: 750px;
}
/* line 41, scss/partials/pages/_about.scss */
.about__top__right__text h2 {
  font-size: 24px;
  margin: 55px 0;
}
/* line 45, scss/partials/pages/_about.scss */
.about__top__right__text p {
  font-size: 14px;
  line-height: 28px;
}
/* line 51, scss/partials/pages/_about.scss */
.about__top__left {
  width: calc(34% - .34 * 50px);
}
/* line 55, scss/partials/pages/_about.scss */
.about__where {
  padding: 50px 0 0 80px;
}
/* line 57, scss/partials/pages/_about.scss */
.about__where span {
  padding: 0 0 0 10px;
}
/* line 59, scss/partials/pages/_about.scss */
.about__where span:nth-child(1) {
  padding: 0 10px 0 0;
}
/* line 62, scss/partials/pages/_about.scss */
.about__where span:nth-child(2) {
  padding: 5px;
  position: relative;
}
/* line 65, scss/partials/pages/_about.scss */
.about__where span:nth-child(2):before, .about__where span:nth-child(2):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 30%;
  width: 2px;
  border-radius: 10px;
  background: black;
}
/* line 76, scss/partials/pages/_about.scss */
.about__where span:nth-child(2):before {
  transform: rotate(45deg) translate(13px, 8px);
}
/* line 79, scss/partials/pages/_about.scss */
.about__where span:nth-child(2):after {
  transform: rotate(-45deg) translate(-4px, 9px);
}
/* line 85, scss/partials/pages/_about.scss */
.about__map {
  width: 100%;
  padding: 20px 0 190px 50px;
  margin-top: 20px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
}
/* line 93, scss/partials/pages/_about.scss */
.about__map__right {
  width: calc(60% - 50px);
  margin: 0 20px 0 0;
}
/* line 96, scss/partials/pages/_about.scss */
.about__map__right__img {
  width: 100%;
  max-height: 625px;
  overflow: hidden;
}
/* line 100, scss/partials/pages/_about.scss */
.about__map__right__img img {
  height: auto;
  width: 100%;
}
/* line 105, scss/partials/pages/_about.scss */
.about__map__right__table {
  margin: 0px 15px;
}
/* line 108, scss/partials/pages/_about.scss */
.about__map__right__table tbody tr {
  margin: 10px;
  border-bottom: 1px solid #002E05;
}
/* line 111, scss/partials/pages/_about.scss */
.about__map__right__table tbody tr:last-of-type {
  border-bottom: none;
}
/* line 114, scss/partials/pages/_about.scss */
.about__map__right__table tbody tr td {
  font-size: 17px;
  padding: 20px 10px 20px 45px;
}
/* line 117, scss/partials/pages/_about.scss */
.about__map__right__table tbody tr td.no-padding {
  padding: 20px 10px 20px 0;
  vertical-align: top;
  white-space: nowrap;
  font-weight: bolder;
}
/* line 128, scss/partials/pages/_about.scss */
.about__map__left {
  width: calc(40%);
}
/* line 132, scss/partials/pages/_about.scss */
.about__bigImage {
  position: relative;
  width: 100%;
  padding: 0 0 250px 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
/* line 140, scss/partials/pages/_about.scss */
.about__bigImage__left, .about__bigImage__right {
  overflow: hidden;
}
/* line 144, scss/partials/pages/_about.scss */
.about__bigImage__left {
  width: calc(60% - 50px);
  margin: 0 50px 0 0;
  max-height: 550px;
}
/* line 149, scss/partials/pages/_about.scss */
.about__bigImage__right {
  margin: 0 0 0 50px;
  width: calc(40% - 50px);
  max-height: 385px;
  transform: translateY(30%);
}
/* line 155, scss/partials/pages/_about.scss */
.about__bigImage img {
  height: auto;
  width: 100%;
  max-width: 100%;
}
/* line 161, scss/partials/pages/_about.scss */
.about__infos {
  width: 100%;
  position: relative;
  margin: 0 0 220px 0;
  padding: 0 0 0 50px;
  display: flex;
  flex-direction: row;
}
/* line 168, scss/partials/pages/_about.scss */
.about__infos__left {
  width: calc(34% - .34 * 50px);
}
/* line 171, scss/partials/pages/_about.scss */
.about__infos__right {
  width: calc(66% - .66 * 50px + .34 * 50px + .66 * 50px);
}
/* line 174, scss/partials/pages/_about.scss */
.about__infos__image {
  position: absolute;
  transform: translateY(-120%);
  right: 0;
}
/* line 179, scss/partials/pages/_about.scss */
.about__infos__text {
  max-width: 730px;
  padding: 22px;
}
/* line 182, scss/partials/pages/_about.scss */
.about__infos__text h2 {
  margin: 0 0 40px 0;
  font-size: 24px;
  font-weight: 500;
}
/* line 187, scss/partials/pages/_about.scss */
.about__infos__text p {
  font-size: 14px;
}
/* line 192, scss/partials/pages/_about.scss */
.about__person {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 0 0 50px;
  margin: 0 0 250px 0;
}
/* line 198, scss/partials/pages/_about.scss */
.about__person__left {
  width: calc(34% - .34 * 50px);
  overflow: hidden;
  max-height: 680px;
}
/* line 202, scss/partials/pages/_about.scss */
.about__person__left img {
  width: 100%;
  height: auto;
}
/* line 207, scss/partials/pages/_about.scss */
.about__person__right {
  width: calc(66% - .66 * 50px + .34 * 50px + .66 * 50px);
  padding: 0 22px;
}
/* line 210, scss/partials/pages/_about.scss */
.about__person__right h3 {
  font-size: 24px;
  margin: 0 0 50px 0;
  font-weight: 500;
}
/* line 215, scss/partials/pages/_about.scss */
.about__person__right h5 {
  font-size: 17px;
  margin: 0 0 5px 0;
  font-weight: 500;
}
/* line 220, scss/partials/pages/_about.scss */
.about__person__right span {
  color: #BFDB27;
  font-weight: 500;
}
/* line 224, scss/partials/pages/_about.scss */
.about__person__right p {
  max-width: 730px;
  font-size: 14px;
  line-height: 28px;
  margin: 50px 0 0 0;
}
/* line 232, scss/partials/pages/_about.scss */
.about__origin {
  width: 100%;
  z-index: 2;
  padding: 20px 0 200px 50px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
/* line 240, scss/partials/pages/_about.scss */
.about__origin__left {
  width: calc(34% - .34 * 50px);
  padding: 0 0 0 30px;
}
/* line 243, scss/partials/pages/_about.scss */
.about__origin__left h3 {
  max-width: 450px;
  margin: 0 80px 40px 0;
  font-weight: 500;
  font-size: 24px;
}
/* line 249, scss/partials/pages/_about.scss */
.about__origin__left p {
  font-size: 14px;
  margin: 0 30px 60px 0;
}
/* line 253, scss/partials/pages/_about.scss */
.about__origin__left a {
  background: none;
  color: #002E05;
  border: 1px solid #002E05;
  padding: 15px;
}
/* line 260, scss/partials/pages/_about.scss */
.about__origin__right {
  width: calc(66% - .66 * 50px + .34 * 50px + .66 * 50px);
}
/* line 262, scss/partials/pages/_about.scss */
.about__origin__right__img {
  width: 100%;
  max-height: 575px;
  overflow: hidden;
}
/* line 266, scss/partials/pages/_about.scss */
.about__origin__right__img video {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  /* line 277, scss/partials/pages/_about.scss */
  .about__top {
    flex-direction: column;
    margin: 0 0 100px 0;
    padding: 0;
  }
  /* line 281, scss/partials/pages/_about.scss */
  .about__top__right, .about__top__left {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 286, scss/partials/pages/_about.scss */
  .about__top__right__img, .about__top__left__img {
    margin: 75px 0 0 0;
    max-height: 350px;
  }
  /* line 290, scss/partials/pages/_about.scss */
  .about__top__right__text, .about__top__left__text {
    padding: 15px;
  }
  /* line 292, scss/partials/pages/_about.scss */
  .about__top__right__text h2, .about__top__left__text h2 {
    margin: 54px 0 30px;
  }
  /* line 297, scss/partials/pages/_about.scss */
  .about__top__left {
    margin: 25px 0 0 0;
  }
  /* line 301, scss/partials/pages/_about.scss */
  .about__where {
    padding: 0 0 0 15px;
  }
  /* line 304, scss/partials/pages/_about.scss */
  .about__title {
    padding: 0 0 0 15px;
  }
  /* line 307, scss/partials/pages/_about.scss */
  .about__map {
    width: 100%;
    padding: 20px 0px 170px;
    margin-top: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  /* line 313, scss/partials/pages/_about.scss */
  .about__map__right, .about__map__left {
    width: 100%;
    border: none;
    margin: 0 0 30px 0;
  }
  /* line 318, scss/partials/pages/_about.scss */
  .about__map__right__table, .about__map__left__table {
    margin: 10px;
    width: calc(100% - 10px * 2);
  }
  /* line 322, scss/partials/pages/_about.scss */
  .about__map__right__table tbody tr, .about__map__left__table tbody tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  /* line 327, scss/partials/pages/_about.scss */
  .about__map__right__table tbody tr td,
  .about__map__right__table tbody tr td.no-padding, .about__map__left__table tbody tr td,
  .about__map__left__table tbody tr td.no-padding {
    padding: 15px;
  }
  /* line 335, scss/partials/pages/_about.scss */
  .about__map iframe {
    height: 350px;
  }
  /* line 339, scss/partials/pages/_about.scss */
  .about__bigImage {
    padding: 0 0 250px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 343, scss/partials/pages/_about.scss */
  .about__bigImage__left {
    margin: 0;
    width: 60%;
    height: 800px;
  }
  /* line 347, scss/partials/pages/_about.scss */
  .about__bigImage__left img {
    height: 100%;
    width: auto;
    max-width: inherit;
    transform: translateX(-30%);
  }
  /* line 354, scss/partials/pages/_about.scss */
  .about__bigImage__right {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    transform: translateY(30%);
  }
  /* line 361, scss/partials/pages/_about.scss */
  .about__bigImage__right img {
    width: 80%;
  }
  /* line 366, scss/partials/pages/_about.scss */
  .about__infos {
    width: 100%;
    left: 0;
    padding: 15px;
    margin: 0 0 60px 0;
    flex-direction: column;
  }
  /* line 372, scss/partials/pages/_about.scss */
  .about__infos__left {
    display: none;
  }
  /* line 375, scss/partials/pages/_about.scss */
  .about__infos__right {
    width: 100%;
  }
  /* line 378, scss/partials/pages/_about.scss */
  .about__infos__text {
    padding: 0;
  }
  /* line 382, scss/partials/pages/_about.scss */
  .about__person {
    margin: 60px 0 140px;
    padding: 0;
    flex-direction: column;
  }
  /* line 386, scss/partials/pages/_about.scss */
  .about__person__left, .about__person__right {
    width: 100%;
    padding: 15px;
  }
  /* line 390, scss/partials/pages/_about.scss */
  .about__person__left img, .about__person__right img {
    transform: translateY(-20%);
  }
  /* line 394, scss/partials/pages/_about.scss */
  .about__person__right {
    margin: 40px 0 0;
  }
  /* line 398, scss/partials/pages/_about.scss */
  .about__origin {
    flex-direction: column-reverse;
    margin-bottom: 140px;
    width: 100%;
    padding: 0;
  }
  /* line 403, scss/partials/pages/_about.scss */
  .about__origin__right, .about__origin__left {
    width: 100%;
  }
  /* line 406, scss/partials/pages/_about.scss */
  .about__origin__right__img, .about__origin__left__img {
    width: 100%;
  }
  /* line 410, scss/partials/pages/_about.scss */
  .about__origin__left {
    padding: 15px 15px 15px 50px;
  }
  /* line 412, scss/partials/pages/_about.scss */
  .about__origin__left h3 {
    margin: 40px 0;
  }
  /* line 415, scss/partials/pages/_about.scss */
  .about__origin__left p {
    margin: 0 0 60px 0;
  }
}
/* line 1, scss/partials/pages/_history.scss */
.history {
  margin: 0 0 0 50px;
}
/* line 3, scss/partials/pages/_history.scss */
.history #green-line {
  z-index: -1;
}
/* line 6, scss/partials/pages/_history.scss */
.history__tests {
  margin: 10px 0 0 0;
  transform: translateY(20%);
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
/* line 13, scss/partials/pages/_history.scss */
.history__tests___left {
  width: 75%;
}
/* line 16, scss/partials/pages/_history.scss */
.history__tests__right {
  max-width: 390px;
  margin: 0 0 0 40px;
}
/* line 19, scss/partials/pages/_history.scss */
.history__tests__right h1 {
  font-size: 24px;
}
/* line 24, scss/partials/pages/_history.scss */
.history__green {
  background: #002E05;
  width: 100%;
  padding: 250px 0 50px 0;
}
/* line 28, scss/partials/pages/_history.scss */
.history__green__center {
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-height: 680px;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
/* line 38, scss/partials/pages/_history.scss */
.history__green__center video {
  width: 100%;
  height: auto;
}
/* line 43, scss/partials/pages/_history.scss */
.history__green__right {
  color: white;
  margin: 100px auto 100px calc(33% + 22px);
  width: 52%;
}
/* line 48, scss/partials/pages/_history.scss */
.history__green__bottom {
  position: relative;
  left: 0;
  transform: translateY(32%);
}
/* line 54, scss/partials/pages/_history.scss */
.history__bottom {
  width: 100%;
  padding: 0 0 150px 0;
}
/* line 57, scss/partials/pages/_history.scss */
.history__bottom__img {
  transform: translateY(-24%);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
/* line 63, scss/partials/pages/_history.scss */
.history__bottom__text {
  width: calc(64% - 22px);
  margin: 0 0 0 calc(33% + 22px);
}

@media only screen and (max-width: 768px) {
  /* line 71, scss/partials/pages/_history.scss */
  .history {
    margin: 0;
  }
  /* line 73, scss/partials/pages/_history.scss */
  .history__tests {
    flex-direction: column-reverse;
    transform: translateY(20%);
  }
  /* line 76, scss/partials/pages/_history.scss */
  .history__tests___left {
    width: 100%;
  }
  /* line 79, scss/partials/pages/_history.scss */
  .history__tests__right {
    width: calc(100% - 15px * 2);
    margin: 15px;
  }
  /* line 84, scss/partials/pages/_history.scss */
  .history__green {
    padding: 180px 0;
  }
  /* line 86, scss/partials/pages/_history.scss */
  .history__green__center {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
  /* line 90, scss/partials/pages/_history.scss */
  .history__green__center img {
    width: 100vw;
  }
  /* line 94, scss/partials/pages/_history.scss */
  .history__green__right {
    margin: 100px auto;
    width: 100%;
    padding: 15px;
  }
  /* line 99, scss/partials/pages/_history.scss */
  .history__green__bottom {
    width: 65%;
    height: 270px;
    transform: translateY(10%);
    overflow: hidden;
  }
  /* line 104, scss/partials/pages/_history.scss */
  .history__green__bottom img {
    transform: translateX(-20%) scale(3);
  }
  /* line 109, scss/partials/pages/_history.scss */
  .history__bottom {
    width: 100%;
    padding: 0 0 150px 0;
  }
  /* line 112, scss/partials/pages/_history.scss */
  .history__bottom__img {
    transform: translateY(-24%);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  /* line 118, scss/partials/pages/_history.scss */
  .history__bottom__text {
    width: 100%;
    justify-content: center;
    padding: 15px;
    margin: 0;
  }
  /* line 123, scss/partials/pages/_history.scss */
  .history__bottom__text p {
    width: 100%;
  }
}
/* line 2, scss/partials/pages/_work.scss */
.work-list {
  margin: 0 0 0 50px;
}
/* line 4, scss/partials/pages/_work.scss */
.work-list__title,
.work-list .about__where {
  padding: 20px 0 0 30px;
}
/* line 8, scss/partials/pages/_work.scss */
.work-list__title {
  margin: 40px 0;
}
/* line 10, scss/partials/pages/_work.scss */
.work-list__title h1 {
  font-family: 'DM Sans', sans-serif;
}
/* line 14, scss/partials/pages/_work.scss */
.work-list__container {
  display: flex;
  flex-direction: column;
  /*transform: translateY(-7%);*/
}
/* line 18, scss/partials/pages/_work.scss */
.work-list__container ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
/* line 22, scss/partials/pages/_work.scss */
.work-list__container ul li.work-list__bigItem {
  width: calc(66% + 17px);
}
/* line 24, scss/partials/pages/_work.scss */
.work-list__container ul li.work-list__bigItem .work-list__bigItem__img {
  max-height: 650px;
  width: 100%;
  overflow: hidden;
}
/* line 28, scss/partials/pages/_work.scss */
.work-list__container ul li.work-list__bigItem .work-list__bigItem__img img {
  height: auto;
  width: 100%;
}
/* line 33, scss/partials/pages/_work.scss */
.work-list__container ul li.work-list__bigItem .work-list__bigItem__title {
  padding: 22px;
  font-size: 24px;
  max-width: 640px;
}
/* line 38, scss/partials/pages/_work.scss */
.work-list__container ul li.work-list__bigItem .work-list__bigItem__description {
  padding: 22px;
  max-width: 750px;
}
/* line 41, scss/partials/pages/_work.scss */
.work-list__container ul li.work-list__bigItem .work-list__bigItem__description p {
  font-size: 14px;
  margin: 0 0 5px 0;
}
/* line 49, scss/partials/pages/_work.scss */
.work-list__items {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 10;
}
/* line 55, scss/partials/pages/_work.scss */
.work-list__items-right, .work-list__items-left {
  padding: 100px 0 200px;
  flex-direction: column !important;
}
/* line 59, scss/partials/pages/_work.scss */
.work-list__items-right li, .work-list__items-left li {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 50px 0;
}
/* line 64, scss/partials/pages/_work.scss */
.work-list__items-right li div, .work-list__items-left li div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
/* line 68, scss/partials/pages/_work.scss */
.work-list__items-right li div img, .work-list__items-left li div img {
  width: 100%;
  max-width: 100%;
}
/* line 75, scss/partials/pages/_work.scss */
.work-list__items-left {
  width: calc(60% - 50px);
  margin: 0 50px 0 0;
}
/* line 79, scss/partials/pages/_work.scss */
.work-list__items-right {
  margin: 0 0 0 50px;
  width: calc(40% - 50px);
}
/* line 82, scss/partials/pages/_work.scss */
.work-list__items-right li {
  padding: 400px 0 0 0;
}

/* line 89, scss/partials/pages/_work.scss */
.work-list__item__title {
  padding: 5px 0 0 0;
  font-size: 12px;
  display:none;
}

@media only screen and (max-width: 768px) {
  /* line 95, scss/partials/pages/_work.scss */
  .work-list {
    margin: 0;
  }
  /* line 99, scss/partials/pages/_work.scss */
  .work-list__container ul li.work-list__bigItem {
    width: 100%;
  }
  /* line 104, scss/partials/pages/_work.scss */
  .work-list__items {
    flex-direction: column-reverse;
    margin: 0 0 100px 0;
  }
  /* line 107, scss/partials/pages/_work.scss */
  .work-list__items-right, .work-list__items-left {
    margin: 0;
    padding: 100px 0 0;
    width: 100%;
  }
  /* line 112, scss/partials/pages/_work.scss */
  .work-list__items-right li, .work-list__items-left li {
    padding: 0;
    margin: 0;
  }
}
/* line 1, scss/partials/pages/_news.scss */
.news-list {
  position: relative;
  padding: 0 50px 200px;
}
/* line 4, scss/partials/pages/_news.scss */
.news-list #green-line {
  z-index: -1;
  left: 0;
}
/* line 8, scss/partials/pages/_news.scss */
.news-list__where {
  padding: 0 0 0 35px;
}
/* line 10, scss/partials/pages/_news.scss */
.news-list__where span {
  padding: 0 0 0 10px;
}
/* line 12, scss/partials/pages/_news.scss */
.news-list__where span:nth-child(1) {
  padding: 0 10px 0 0;
}
/* line 15, scss/partials/pages/_news.scss */
.news-list__where span:nth-child(2) {
  padding: 5px;
  position: relative;
}
/* line 18, scss/partials/pages/_news.scss */
.news-list__where span:nth-child(2):before, .news-list__where span:nth-child(2):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 30%;
  width: 2px;
  border-radius: 10px;
  background: black;
}
/* line 29, scss/partials/pages/_news.scss */
.news-list__where span:nth-child(2):before {
  transform: rotate(45deg) translate(13px, 8px);
}
/* line 32, scss/partials/pages/_news.scss */
.news-list__where span:nth-child(2):after {
  transform: rotate(-45deg) translate(-4px, 9px);
}
/* line 38, scss/partials/pages/_news.scss */
.news-list__header {
  position: relative;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  margin-right: -50px;
}
/* line 42, scss/partials/pages/_news.scss */
.news-list__header__text {
  width: calc( ( 100vw - 100px ) * .34 );
  padding: 0 0 0 35px;
}
/* line 46, scss/partials/pages/_news.scss */
.news-list__header__slider {
  width: calc( 100% - (( 100vw - 100px ) * .34) );
  padding-bottom: 60px;
}
/* line 50, scss/partials/pages/_news.scss */
.news-list__header__slider .swiper-container.swiper-container-initialized.swiper-container-horizontal::before {
  content: "";
  width: 15%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #FFFDF8;
  z-index: 2;
  opacity: 0.4;
  pointer-events: none;
}
/* line 63, scss/partials/pages/_news.scss */
.news-list__header__slider .swiper-slide {
  width: 80%;
}
/* line 66, scss/partials/pages/_news.scss */
.news-list__header__slider .swiper-button-prev {
  top: 15vw;
  left: auto;
  right: 130px;
  width: 60px;
  height: 60px;
  background: none;
  border: 1px solid #002E05;
  border-radius: 100%;
  transition: background .3s ease-out ,border .3s ease-out;
  will-change: background;
}
/* line 77, scss/partials/pages/_news.scss */
.news-list__header__slider .swiper-button-prev:hover {
  background: #BFDB27;
  border-color: #BFDB27;
}
/* line 80, scss/partials/pages/_news.scss */
.news-list__header__slider .swiper-button-prev:hover:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/* line 85, scss/partials/pages/_news.scss */
.news-list__header__slider .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-left: 2px solid #002E05;
  border-bottom: 2px solid #002E05;
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: .3s ease-out;
}
/* line 99, scss/partials/pages/_news.scss */
.news-list__header__slider .swiper-button-next {
  top: 15vw;
  right: 45px;
  width: 60px;
  height: 60px;
  background: none;
  border: 1px solid #002E05;
  border-radius: 100%;
  transition: background .3s ease-out ,border .3s ease-out;
  will-change: background;
}
/* line 109, scss/partials/pages/_news.scss */
.news-list__header__slider .swiper-button-next:hover {
  background: #BFDB27;
  border-color: #BFDB27;
}
/* line 112, scss/partials/pages/_news.scss */
.news-list__header__slider .swiper-button-next:hover:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/* line 117, scss/partials/pages/_news.scss */
.news-list__header__slider .swiper-button-next:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #002E05;
  border-bottom: 2px solid #002E05;
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: .3s ease-out;
}
/* line 132, scss/partials/pages/_news.scss */
.news-list__header__title {
  font-size: 60px;
  font-family: 'DM Sans', sans-serif;
}
/* line 135, scss/partials/pages/_news.scss */
.news-list__header__title--sub {
  font-size: 14px;
}
/* line 141, scss/partials/pages/_news.scss */
.news-list__slider .swiper-button-prev {
  top: auto;
  left: auto;
  right: 130px;
  bottom: 45px;
  width: 60px;
  height: 60px;
  background: none;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: background .3s ease-out;
  will-change: background;
}
/* line 153, scss/partials/pages/_news.scss */
.news-list__slider .swiper-button-prev:hover {
  background: #fff;
}
/* line 155, scss/partials/pages/_news.scss */
.news-list__slider .swiper-button-prev:hover:after {
  border-left: 2px solid #002E05;
  border-bottom: 2px solid #002E05;
}
/* line 160, scss/partials/pages/_news.scss */
.news-list__slider .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: .3s ease-out;
}
/* line 174, scss/partials/pages/_news.scss */
.news-list__slider .swiper-button-next {
  top: auto;
  right: 45px;
  bottom: 45px;
  width: 60px;
  height: 60px;
  background: none;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: background .3s ease-out;
  will-change: background;
}
/* line 185, scss/partials/pages/_news.scss */
.news-list__slider .swiper-button-next:hover {
  background: #fff;
}
/* line 187, scss/partials/pages/_news.scss */
.news-list__slider .swiper-button-next:hover:after {
  border-right: 2px solid #002E05;
  border-bottom: 2px solid #002E05;
}
/* line 192, scss/partials/pages/_news.scss */
.news-list__slider .swiper-button-next:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: .3s ease-out;
}
/* line 207, scss/partials/pages/_news.scss */
.news-list__slider__item__link {
  display: block;
}
/* line 210, scss/partials/pages/_news.scss */
.news-list__slider__item__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 67%;
}
/* line 215, scss/partials/pages/_news.scss */
.news-list__slider__item__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
/* line 226, scss/partials/pages/_news.scss */
.news-list__slider__item__text {
  padding: 10px 20px;
}
.news-list__slider__item__cate{
    background-color: #008e0f;
    display: block;
    padding: 1px 10px;
    color: #ffffff;
    border-radius: 3px;
    font-size: 13px;
    float: right;
}
/* line 229, scss/partials/pages/_news.scss */
.news-list__slider__item__date {
  margin-bottom: 15px;
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  margin-top: 30px;
}
/* line 235, scss/partials/pages/_news.scss */
.news-list__slider__item__title {
  margin-bottom: 35px;
  line-height: 1.6;
  font-size: 17px;
  font-weight: 500;
}
/* line 241, scss/partials/pages/_news.scss */
.news-list__slider__item__btn {
  width: 145px;
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #002E05;
}
/* line 251, scss/partials/pages/_news.scss */
.news-list__link {
  position: absolute;
  top: 265px;
  right: 50px;
}
/* line 255, scss/partials/pages/_news.scss */
.news-list__link a {
  position: relative;
  display: block;
  width: 88px;
  font-size: 14px;
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 1px solid #BFDB27;
}
/* line 263, scss/partials/pages/_news.scss */
.news-list__link a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  bottom: 0;
  right: 0;
  width: 4px;
  height: 4px;
  border-right: 1px solid #BFDB27;
  border-bottom: 1px solid #BFDB27;
  -moz-transform: translateY(58%) rotate(-45deg);
  -o-transform: translateY(58%) rotate(-45deg);
  -ms-transform: translateY(58%) rotate(-45deg);
  -webkit-transform: translateY(58%) rotate(-45deg);
  transform: translateY(58%) rotate(-45deg);
}
/* line 279, scss/partials/pages/_news.scss */
.news-list__list {
  position: relative;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
/* line 283, scss/partials/pages/_news.scss */
.news-list__item {
  width: 32%;
  margin-right: 2%;
}
/* line 286, scss/partials/pages/_news.scss */
.news-list__item:nth-of-type(1), .news-list__item:nth-of-type(2), .news-list__item:nth-of-type(3) {
  display: none;
}
/* line 291, scss/partials/pages/_news.scss */
.news-list__item:nth-of-type(3n) {
  margin-right: 0;
}
/* line 294, scss/partials/pages/_news.scss */
.news-list__item__link {
  display: block;
}
/* line 297, scss/partials/pages/_news.scss */
.news-list__item__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 67%;
}
/* line 302, scss/partials/pages/_news.scss */
.news-list__item__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
/* line 313, scss/partials/pages/_news.scss */
.news-list__item__text {
  padding: 45px 20px;
}
/* line 316, scss/partials/pages/_news.scss */
.news-list__item__date {
  margin-bottom: 15px;
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
}
/* line 322, scss/partials/pages/_news.scss */
.news-list__item__title {
  margin-bottom: 35px;
  line-height: 1.6;
  font-size: 17px;
  font-weight: 500;
}
/* line 328, scss/partials/pages/_news.scss */
.news-list__item__btn {
  width: 145px;
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #002E05;
}

/* line 338, scss/partials/pages/_news.scss */
.news-detail {
  position: relative;
  padding: 0 50px 200px;
}
/* line 341, scss/partials/pages/_news.scss */
.news-detail__where {
  padding: 0 0 0 35px;
  margin-bottom: 40px;
}
/* line 344, scss/partials/pages/_news.scss */
.news-detail__where span {
  padding: 0 0 0 10px;
}
/* line 346, scss/partials/pages/_news.scss */
.news-detail__where span:nth-child(1) {
  padding: 0;
}
/* line 351, scss/partials/pages/_news.scss */
.news-detail__wrap {
  position: relative;
  margin-bottom: 100px;
}
/* line 355, scss/partials/pages/_news.scss */
.news-detail__wrap .entry-header {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
/* line 358, scss/partials/pages/_news.scss */
.news-detail__wrap .entry-date {
  width: 34%;
  padding: 10px 35px;
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}
/* line 365, scss/partials/pages/_news.scss */
.news-detail__wrap .entry-title {
  width: 66%;
  font-size: 30px;
  font-weight: 500;
  padding: 0 35px 30px;
}
/* line 371, scss/partials/pages/_news.scss */
.news-detail__wrap .entry-wrap {
  position: relative;
  padding-left: 34%;
}
/* line 375, scss/partials/pages/_news.scss */
.news-detail__wrap .entry-image {
  margin-bottom: 30px;
}
/* line 377, scss/partials/pages/_news.scss */
.news-detail__wrap .entry-image img {
  max-width: 100%;
}
/* line 381, scss/partials/pages/_news.scss */
.news-detail__wrap .entry-content {
  padding: 30px;
}
/* line 383, scss/partials/pages/_news.scss */
.news-detail__wrap .entry-content p {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 14px;
}
/* line 389, scss/partials/pages/_news.scss */
.news-detail__wrap .entry-author {
  padding: 0 35px;
  color: #BFDB27;
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  display:none;
}
/* line 397, scss/partials/pages/_news.scss */
.news-detail__wrap .sns-icons {
  position: absolute;
  top: 0;
  left: 35px;
  text-align: center;
}
/* line 402, scss/partials/pages/_news.scss */
.news-detail__wrap .sns-icons .share-text {
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}
/* line 408, scss/partials/pages/_news.scss */
.news-detail__wrap .sns-icons .icons-wrap a {
  display: block;
  margin: 10px auto;
}
/* line 415, scss/partials/pages/_news.scss */
.news-detail__other {
  position: relative;
}
/* line 417, scss/partials/pages/_news.scss */
.news-detail__other__title {
  padding: 30px;
  font-size: 24px;
}
/* line 421, scss/partials/pages/_news.scss */
.news-detail__other__link {
  position: absolute;
  top: 30px;
  right: 50px;
}
/* line 425, scss/partials/pages/_news.scss */
.news-detail__other__link a {
  position: relative;
  display: block;
  width: 88px;
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #BFDB27;
}
/* line 432, scss/partials/pages/_news.scss */
.news-detail__other__link a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  bottom: 0;
  right: 0;
  width: 4px;
  height: 4px;
  border-right: 1px solid #BFDB27;
  border-bottom: 1px solid #BFDB27;
  -moz-transform: translateY(58%) rotate(-45deg);
  -o-transform: translateY(58%) rotate(-45deg);
  -ms-transform: translateY(58%) rotate(-45deg);
  -webkit-transform: translateY(58%) rotate(-45deg);
  transform: translateY(58%) rotate(-45deg);
}
/* line 448, scss/partials/pages/_news.scss */
.news-detail__other__list {
  position: relative;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
/* line 452, scss/partials/pages/_news.scss */
.news-detail__other__item {
  width: 32%;
}
/* line 454, scss/partials/pages/_news.scss */
.news-detail__other__item__link {
  display: block;
}
/* line 458, scss/partials/pages/_news.scss */
.news-detail__other__item__img img {
  display: block;
  width: 100%;
}
/* line 463, scss/partials/pages/_news.scss */
.news-detail__other__item__text {
  padding: 45px 20px;
}
/* line 466, scss/partials/pages/_news.scss */
.news-detail__other__item__date {
  margin-bottom: 15px;
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
}
/* line 472, scss/partials/pages/_news.scss */
.news-detail__other__item__title {
  margin-bottom: 35px;
  line-height: 1.6;
  font-size: 17px;
  font-weight: 500;
}
/* line 478, scss/partials/pages/_news.scss */
.news-detail__other__item__btn {
  width: 145px;
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #002E05;
}

@media only screen and (max-width: 768px) {
  /* line 491, scss/partials/pages/_news.scss */
  .news-list {
    padding: 0 15px;
  }
  /* line 493, scss/partials/pages/_news.scss */
  .news-list:before {
    display: none;
  }
  /* line 496, scss/partials/pages/_news.scss */
  .news-list__where {
    padding-left: 0;
  }
  /* line 499, scss/partials/pages/_news.scss */
  .news-list__header {
    margin: 0 auto 40px;
  }
  /* line 501, scss/partials/pages/_news.scss */
  .news-list__header__text {
    width: 100%;
    padding-left: 0;
  }
  /* line 505, scss/partials/pages/_news.scss */
  .news-list__header__slider {
    /*display: none;*/
  }
  /* line 508, scss/partials/pages/_news.scss */
  .news-list__header__title {
    font-size: 3rem;
  }
  /* line 510, scss/partials/pages/_news.scss */
  .news-list__header__title--sub {
    font-size: 14px;
  }
  /* line 515, scss/partials/pages/_news.scss */
  .news-list__item {
    width: 100%;
    margin: 0 auto 20px;
  }
  /* line 518, scss/partials/pages/_news.scss */
  .news-list__item:nth-of-type(1), .news-list__item:nth-of-type(2), .news-list__item:nth-of-type(3) {
    display: block;
  }
  /* line 523, scss/partials/pages/_news.scss */
  .news-list__item__text {
    padding: 20px 0;
  }

  /* line 528, scss/partials/pages/_news.scss */
  .news-detail {
    padding: 0 15px;
  }
  /* line 530, scss/partials/pages/_news.scss */
  .news-detail:before {
    display: none;
  }
  /* line 533, scss/partials/pages/_news.scss */
  .news-detail__where {
    padding-left: 0;
  }
  /* line 538, scss/partials/pages/_news.scss */
  .news-detail__wrap .entry-header {
    margin-bottom: 20px;
    display: block;
  }
  /* line 542, scss/partials/pages/_news.scss */
  .news-detail__wrap .entry-date {
    width: auto;
    padding: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }
  /* line 548, scss/partials/pages/_news.scss */
  .news-detail__wrap .entry-title {
    width: auto;
    padding: 0;
    font-size: 24px;
  }
  /* line 553, scss/partials/pages/_news.scss */
  .news-detail__wrap .entry-wrap {
    padding: 0;
  }
  /* line 556, scss/partials/pages/_news.scss */
  .news-detail__wrap .entry-content {
    padding: 20px 0;
  }
  /* line 559, scss/partials/pages/_news.scss */
  .news-detail__wrap .entry-author {
    padding: 20px 0;
  }
  /* line 563, scss/partials/pages/_news.scss */
  .news-detail__wrap .sns-icons {
    position: static;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
  }
  /* line 566, scss/partials/pages/_news.scss */
  .news-detail__wrap .sns-icons .icons-wrap {
    width: 80%;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
  }
  /* line 573, scss/partials/pages/_news.scss */
  .news-detail__other__title {
    padding: 30px 0;
    font-size: 21px;
  }
  /* line 577, scss/partials/pages/_news.scss */
  .news-detail__other__link {
    top: 35px;
    right: 0;
  }
  /* line 580, scss/partials/pages/_news.scss */
  .news-detail__other__link a {
    width: 68px;
  }
  /* line 584, scss/partials/pages/_news.scss */
  .news-detail__other__item {
    margin-bottom: 40px;
    width: 100%;
  }
  /* line 587, scss/partials/pages/_news.scss */
  .news-detail__other__item__text {
    padding: 20px 0;
  }
}
/* line 1, scss/partials/pages/_search.scss */
.search-list {
  position: relative;
  padding: 0 50px 200px;
}
/* line 4, scss/partials/pages/_search.scss */
.search-list:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  width: 1px;
  margin-left: calc( ( 100vw - 100px ) * .34 );
  background: #BFDB27;
}
/* line 14, scss/partials/pages/_search.scss */
.search-list__where {
  padding: 0 0 0 35px;
}
/* line 16, scss/partials/pages/_search.scss */
.search-list__where span {
  padding: 0 0 0 10px;
}
/* line 18, scss/partials/pages/_search.scss */
.search-list__where span:nth-child(1) {
  padding: 0 10px 0 0;
}
/* line 21, scss/partials/pages/_search.scss */
.search-list__where span:nth-child(2) {
  padding: 5px;
  position: relative;
}
/* line 24, scss/partials/pages/_search.scss */
.search-list__where span:nth-child(2):before, .search-list__where span:nth-child(2):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 30%;
  width: 2px;
  border-radius: 10px;
  background: black;
}
/* line 35, scss/partials/pages/_search.scss */
.search-list__where span:nth-child(2):before {
  transform: rotate(45deg) translate(13px, 8px);
}
/* line 38, scss/partials/pages/_search.scss */
.search-list__where span:nth-child(2):after {
  transform: rotate(-45deg) translate(-4px, 9px);
}
/* line 44, scss/partials/pages/_search.scss */
.search-list__header {
  margin-bottom: 40px;
}
/* line 46, scss/partials/pages/_search.scss */
.search-list__header__text {
  padding: 0 0 0 35px;
}
/* line 49, scss/partials/pages/_search.scss */
.search-list__header__title {
  font-size: 60px;
}
/* line 51, scss/partials/pages/_search.scss */
.search-list__header__title--sub {
  font-size: 14px;
}
/* line 56, scss/partials/pages/_search.scss */
.search-list__link {
  position: absolute;
  top: 265px;
  right: 50px;
}
/* line 60, scss/partials/pages/_search.scss */
.search-list__link a {
  position: relative;
  display: block;
  width: 88px;
  font-size: 14px;
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 1px solid #BFDB27;
}
/* line 68, scss/partials/pages/_search.scss */
.search-list__link a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  bottom: 0;
  right: 0;
  width: 4px;
  height: 4px;
  border-right: 1px solid #BFDB27;
  border-bottom: 1px solid #BFDB27;
  -moz-transform: translateY(58%) rotate(-45deg);
  -o-transform: translateY(58%) rotate(-45deg);
  -ms-transform: translateY(58%) rotate(-45deg);
  -webkit-transform: translateY(58%) rotate(-45deg);
  transform: translateY(58%) rotate(-45deg);
}
/* line 84, scss/partials/pages/_search.scss */
.search-list__list {
  position: relative;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
/* line 88, scss/partials/pages/_search.scss */
.search-list__item {
  width: 32%;
  margin-right: 2%;
}
/* line 91, scss/partials/pages/_search.scss */
.search-list__item:nth-of-type(3n) {
  margin-right: 0;
}
/* line 94, scss/partials/pages/_search.scss */
.search-list__item__link {
  display: block;
}
/* line 97, scss/partials/pages/_search.scss */
.search-list__item__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 67%;
}
/* line 102, scss/partials/pages/_search.scss */
.search-list__item__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* line 113, scss/partials/pages/_search.scss */
.search-list__item__text {
  padding: 45px 20px;
}
/* line 116, scss/partials/pages/_search.scss */
.search-list__item__date {
  margin-bottom: 15px;
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
}
/* line 122, scss/partials/pages/_search.scss */
.search-list__item__title {
  margin-bottom: 35px;
  line-height: 1.6;
  font-size: 17px;
  font-weight: 500;
}
/* line 128, scss/partials/pages/_search.scss */
.search-list__item__btn {
  width: 145px;
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #002E05;
}

@media only screen and (max-width: 768px) {
  /* line 141, scss/partials/pages/_search.scss */
  .search-list {
    padding: 0 15px;
  }
  /* line 143, scss/partials/pages/_search.scss */
  .search-list:before {
    display: none;
  }
  /* line 146, scss/partials/pages/_search.scss */
  .search-list__where {
    padding-left: 0;
  }
  /* line 149, scss/partials/pages/_search.scss */
  .search-list__header {
    margin: 0 auto 40px;
  }
  /* line 151, scss/partials/pages/_search.scss */
  .search-list__header__text {
    width: 100%;
    padding-left: 0;
  }
  /* line 155, scss/partials/pages/_search.scss */
  .search-list__header__slider {
    display: none;
  }
  /* line 158, scss/partials/pages/_search.scss */
  .search-list__header__title {
    font-size: 48px;
  }
  /* line 160, scss/partials/pages/_search.scss */
  .search-list__header__title--sub {
    font-size: 14px;
  }
  /* line 165, scss/partials/pages/_search.scss */
  .search-list__item {
    width: 100%;
    margin: 0 auto 20px;
  }
  /* line 168, scss/partials/pages/_search.scss */
  .search-list__item:nth-of-type(1), .search-list__item:nth-of-type(2), .search-list__item:nth-of-type(3) {
    display: block;
  }
  /* line 173, scss/partials/pages/_search.scss */
  .search-list__item__text {
    padding: 20px 0;
  }
}
/* line 1, scss/partials/pages/_text.scss */
.text-detail {
  position: relative;
  padding: 0 50px 200px;
}
/* line 4, scss/partials/pages/_text.scss */
.text-detail__where {
  padding: 0 0 0 35px;
}
/* line 6, scss/partials/pages/_text.scss */
.text-detail__where span {
  padding: 0 0 0 10px;
}
/* line 8, scss/partials/pages/_text.scss */
.text-detail__where span:nth-child(1) {
  padding: 0 10px 0 0;
}
/* line 11, scss/partials/pages/_text.scss */
.text-detail__where span:nth-child(2) {
  padding: 5px;
  position: relative;
}
/* line 14, scss/partials/pages/_text.scss */
.text-detail__where span:nth-child(2):before, .text-detail__where span:nth-child(2):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 30%;
  width: 2px;
  border-radius: 10px;
  background: black;
}
/* line 25, scss/partials/pages/_text.scss */
.text-detail__where span:nth-child(2):before {
  transform: rotate(45deg) translate(13px, 8px);
}
/* line 28, scss/partials/pages/_text.scss */
.text-detail__where span:nth-child(2):after {
  transform: rotate(-45deg) translate(-4px, 9px);
}
/* line 34, scss/partials/pages/_text.scss */
.text-detail__wrap {
  position: relative;
  margin-bottom: 100px;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
/* line 39, scss/partials/pages/_text.scss */
.text-detail__wrap .entry-header {
  padding-left: 35px;
  margin-bottom: 40px;
  width: 34%;
}
/* line 44, scss/partials/pages/_text.scss */
.text-detail__wrap .entry-title {
  font-size: 60px;
}
/* line 47, scss/partials/pages/_text.scss */
.text-detail__wrap .entry-text {
  font-size: 14px;
}
/* line 50, scss/partials/pages/_text.scss */
.text-detail__wrap .entry-wrap {
  position: relative;
  width: 66%;
}
/* line 54, scss/partials/pages/_text.scss */
.text-detail__wrap .entry-image {
  margin-bottom: 30px;
}
/* line 56, scss/partials/pages/_text.scss */
.text-detail__wrap .entry-image img {
  max-width: 100%;
}
/* line 60, scss/partials/pages/_text.scss */
.text-detail__wrap .entry-content {
  padding: 30px;
}
/* line 62, scss/partials/pages/_text.scss */
.text-detail__wrap .entry-content p {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 14px;
}
/* line 68, scss/partials/pages/_text.scss */
.text-detail__wrap .entry-author {
  padding: 0 35px;
  color: #BFDB27;
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}
/* line 76, scss/partials/pages/_text.scss */
.text-detail__wrap .sns-icons {
  position: absolute;
  top: 0;
  left: 35px;
  text-align: center;
}
/* line 81, scss/partials/pages/_text.scss */
.text-detail__wrap .sns-icons .share-text {
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}
/* line 87, scss/partials/pages/_text.scss */
.text-detail__wrap .sns-icons .icons-wrap a {
  display: block;
  margin: 10px auto;
}
/* line 94, scss/partials/pages/_text.scss */
.text-detail__other {
  position: relative;
}
/* line 96, scss/partials/pages/_text.scss */
.text-detail__other__title {
  padding: 30px;
  font-size: 24px;
}
/* line 100, scss/partials/pages/_text.scss */
.text-detail__other__link {
  position: absolute;
  top: 30px;
  right: 50px;
}
/* line 104, scss/partials/pages/_text.scss */
.text-detail__other__link a {
  position: relative;
  display: block;
  width: 88px;
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #BFDB27;
}
/* line 111, scss/partials/pages/_text.scss */
.text-detail__other__link a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  bottom: 0;
  right: 0;
  width: 4px;
  height: 4px;
  border-right: 1px solid #BFDB27;
  border-bottom: 1px solid #BFDB27;
  -moz-transform: translateY(58%) rotate(-45deg);
  -o-transform: translateY(58%) rotate(-45deg);
  -ms-transform: translateY(58%) rotate(-45deg);
  -webkit-transform: translateY(58%) rotate(-45deg);
  transform: translateY(58%) rotate(-45deg);
}
/* line 127, scss/partials/pages/_text.scss */
.text-detail__other__list {
  position: relative;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
/* line 131, scss/partials/pages/_text.scss */
.text-detail__other__item {
  width: 32%;
}
/* line 133, scss/partials/pages/_text.scss */
.text-detail__other__item__link {
  display: block;
}
/* line 137, scss/partials/pages/_text.scss */
.text-detail__other__item__img img {
  display: block;
  width: 100%;
}
/* line 142, scss/partials/pages/_text.scss */
.text-detail__other__item__text {
  padding: 45px 20px;
}
/* line 145, scss/partials/pages/_text.scss */
.text-detail__other__item__date {
  margin-bottom: 15px;
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
}
/* line 151, scss/partials/pages/_text.scss */
.text-detail__other__item__title {
  margin-bottom: 35px;
  line-height: 1.6;
  font-size: 17px;
  font-weight: 500;
}
/* line 157, scss/partials/pages/_text.scss */
.text-detail__other__item__btn {
  width: 145px;
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #002E05;
}

@media only screen and (max-width: 768px) {
  /* line 170, scss/partials/pages/_text.scss */
  .text-detail {
    padding: 0 15px;
  }
  /* line 172, scss/partials/pages/_text.scss */
  .text-detail:before {
    display: none;
  }
  /* line 175, scss/partials/pages/_text.scss */
  .text-detail__where {
    padding-left: 0;
  }
  /* line 180, scss/partials/pages/_text.scss */
  .text-detail__wrap .entry-header {
    margin-bottom: 40px;
  }
  /* line 183, scss/partials/pages/_text.scss */
  .text-detail__wrap .entry-title {
    font-size: 60px;
  }
  /* line 186, scss/partials/pages/_text.scss */
  .text-detail__wrap .entry-text {
    font-size: 14px;
  }
  /* line 189, scss/partials/pages/_text.scss */
  .text-detail__wrap .entry-wrap {
    padding: 0;
  }
  /* line 192, scss/partials/pages/_text.scss */
  .text-detail__wrap .entry-content {
    padding: 20px 0;
  }
  /* line 195, scss/partials/pages/_text.scss */
  .text-detail__wrap .entry-author {
    padding: 20px 0;
  }
  /* line 199, scss/partials/pages/_text.scss */
  .text-detail__wrap .sns-icons {
    position: static;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
  }
  /* line 202, scss/partials/pages/_text.scss */


  .text-detail__wrap .sns-icons .icons-wrap {
    width: 80%;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
  }
  /* line 209, scss/partials/pages/_text.scss */
  .text-detail__other__title {
    padding: 30px 0;
    font-size: 21px;
  }
  /* line 213, scss/partials/pages/_text.scss */
  .text-detail__other__link {
    top: 35px;
    right: 0;
  }
  /* line 216, scss/partials/pages/_text.scss */
  .text-detail__other__link a {
    width: 68px;
  }
  /* line 220, scss/partials/pages/_text.scss */
  .text-detail__other__item {
    margin-bottom: 40px;
    width: 100%;
  }
  /* line 223, scss/partials/pages/_text.scss */
  .text-detail__other__item__text {
    padding: 20px 0;
  }
}
/* line 2, scss/partials/pages/_faq.scss */
.faq__title {
  width: 34%;
}
/* line 4, scss/partials/pages/_faq.scss */
.faq__title h1,
.faq__title span {
  margin: 0 0 10px 35px;
}
/* line 8, scss/partials/pages/_faq.scss */
.faq__title h1 {
  font-family: 'DM Sans', sans-serif;
}
/* line 12, scss/partials/pages/_faq.scss */
.faq__table {
  width: calc(100vw - 17px);
  padding: 20px 50px 100px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
/* line 19, scss/partials/pages/_faq.scss */
.faq__table__inner {
  width: 66%;
  padding: 0 25px;
}
/* line 22, scss/partials/pages/_faq.scss */
.faq__table__inner table {
  width: 100%;
}
/* line 24, scss/partials/pages/_faq.scss */
.faq__table__inner table td {
  border-top: 1px solid #002E05;
  position: relative;
  padding: 27px 0;
}
/* line 28, scss/partials/pages/_faq.scss */
.faq__table__inner table td:nth-last-child(1) {
  border-bottom: 1px solid #002E05;
}
/* line 31, scss/partials/pages/_faq.scss */
.faq__table__inner table td button {
  width: 45px;
  height: 21px;
  position: absolute;
  padding: 10px;
  right: 10px;
  top: 35px;
  background: none;
  cursor: pointer;
  transform: rotate(0deg);
  transition: .2s ease-out;
}
/* line 42, scss/partials/pages/_faq.scss */
.faq__table__inner table td button.open {
  transform: rotate(180deg);
}
/* line 45, scss/partials/pages/_faq.scss */
.faq__table__inner table td button:before, .faq__table__inner table td button:after {
  content: '';
  background: #002E05;
  position: absolute;
  right: 23px;
  top: 50%;
  width: 24.5%;
  height: 2.5px;
  border-radius: 5px;
  transform: rotate(45deg) translateY(-50%);
}
/* line 57, scss/partials/pages/_faq.scss */
.faq__table__inner table td button:after {
  left: 19px;
  transform: rotate(-45deg) translateY(-50%);
}
/* line 62, scss/partials/pages/_faq.scss */
.faq__table__inner table td h3 {
  max-width: 660px;
  font-size: 17px;
  position: relative;
  line-height: 28px;
  padding: 0 30px 0 35px;
}
/* line 68, scss/partials/pages/_faq.scss */
.faq__table__inner table td h3:before {
  content: '';
  background: #BFDB27;
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
/* line 79, scss/partials/pages/_faq.scss */
.faq__table__inner table td .hidden {
  max-width: calc(660px + 35px * 2);
  line-height: 28px;
  font-size: 14px;
  padding: 35px;
  display: none;
  opacity: 0;
  transform: translateY(-20%);
  transition: .2s ease-out;
}
/* line 88, scss/partials/pages/_faq.scss */
.faq__table__inner table td .hidden video {
  width: 100%;
  margin: 60px 0 0;
}
/* line 92, scss/partials/pages/_faq.scss */
.faq__table__inner table td .hidden a {
  color: #BFDB27;
  text-decoration: underline;
  font-weight: bold;
}
/* line 97, scss/partials/pages/_faq.scss */
.faq__table__inner table td .hidden img {
  margin: 60px 0 0;
  width: 30%;
}
@media only screen and (max-width: 768px) {
.faq__table__inner table td .hidden img {
  margin: 60px 0 0;
  width: 100%;
}
}
/* line 101, scss/partials/pages/_faq.scss */
.faq__table__inner table td .hidden.visible {
  height: 100%;
  transform: translateY(0%);
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  /* line 115, scss/partials/pages/_faq.scss */
  .faq__title {
    width: 100%;
  }
  /* line 117, scss/partials/pages/_faq.scss */
  .faq__title h1,
  .faq__title span {
    margin: 10px;
  }
  /* line 122, scss/partials/pages/_faq.scss */
  .faq__table {
    width: 100%;
    padding: 10px;
    margin: 50px 0;
    flex-direction: column;
  }
  /* line 127, scss/partials/pages/_faq.scss */
  .faq__table__inner {
    margin: 10px 0;
    width: 100%;
    padding: 10px;
    border-left: none;
  }
}
/* line 2, scss/partials/pages/_products.scss */
.products #green-line {
  z-index: -1;
}
/* line 5, scss/partials/pages/_products.scss */
.products__title {
  padding: 50px 0 0 30px;
  width: calc(34% - .34 * 50px);
}
/* line 8, scss/partials/pages/_products.scss */
.products__title h1 {
  font-family: 'DM Sans', sans-serif;
}
/* line 12, scss/partials/pages/_products.scss */
.products__top {
  width: 100%;
  padding: 0 0 0 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 0 190px 0;
}
/* line 19, scss/partials/pages/_products.scss */
.products__top__latest {
  width: calc(66% - .66 * 50px + .34 * 50px + .66 * 50px);
}
/* line 21, scss/partials/pages/_products.scss */
.products__top__latest__img {
  /*max-height: 650px;*/
  max-height: 800px;
  overflow: hidden;
}
/* line 24, scss/partials/pages/_products.scss */
.products__top__latest__img img {
  width: 100%;
}
/* line 28, scss/partials/pages/_products.scss */
.products__top__latest__text {
  padding: 50px 22px;
  max-width: 850px;
}
/* line 31, scss/partials/pages/_products.scss */
.products__top__latest__text__header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 50px 0;
}
/* line 37, scss/partials/pages/_products.scss */
.products__top__latest__text__header h2 {
  font-size: 24px;
}
/* line 41, scss/partials/pages/_products.scss */
.products__top__latest__text__content {
  position: relative;
}
/* line 43, scss/partials/pages/_products.scss */
.products__top__latest__text__content section {
  margin: 40px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}
/* line 49, scss/partials/pages/_products.scss */
.products__top__latest__text__content section h4 {
  font-size: 17px;
}
/* line 52, scss/partials/pages/_products.scss */
.products__top__latest__text__content section span {
  color: #fff;
  background: #002E05;
  font-size: 17px;
  border-radius: 25px;
  padding: 5px 20px;
  margin: 0 0 0 30px;
  transform: translateY(-17%);
}
/* line 62, scss/partials/pages/_products.scss */
.products__top__latest__text__content p {
  font-size: 14px;
  margin: 40px 0;
}
/* line 65, scss/partials/pages/_products.scss */
.products__top__latest__text__content p:last-of-type {
  margin: 0 0 60px 0;
}
/* line 69, scss/partials/pages/_products.scss */
.products__top__latest__text__content a.btn {
  padding: 10px 30px;
  border: 1px solid #002E05;
  color: #002E05;
  transition: .3s ease-out;
}
/* line 74, scss/partials/pages/_products.scss */
.products__top__latest__text__content a.btn:hover {
  background: #002E05;
  color: #fff;
}
/* line 84, scss/partials/pages/_products.scss */
.products__alone section {
  display: none;
}
/* line 87, scss/partials/pages/_products.scss */
.products__alone__left, .products__alone__right {
  margin: 0 0 0 50px;
  padding: 0 0 220px 0;
  z-index: 1;
  display: flex;
  width: calc(100% - 50px);
}
/* line 94, scss/partials/pages/_products.scss */
.products__alone__left__img, .products__alone__right__img {
  width: 61%;
  overflow: hidden;
}
/* line 97, scss/partials/pages/_products.scss */
.products__alone__left__img img, .products__alone__right__img img {
  width: 100%;
  height: auto;
  min-width: 100%;
}
/* line 103, scss/partials/pages/_products.scss */
.products__alone__left__text, .products__alone__right__text {
  background: #002E05;
  width: 39%;
  padding: 55px 65px;
  height: 90%;
}
/* line 108, scss/partials/pages/_products.scss */
.products__alone__left__text__header, .products__alone__right__text__header {
  margin: 0 0 50px 0;
}
/* line 110, scss/partials/pages/_products.scss */
.products__alone__left__text__header h3, .products__alone__right__text__header h3 {
  color: #fff;
  font-size: 30px;
}
/* line 116, scss/partials/pages/_products.scss */
.products__alone__left__text__content p, .products__alone__right__text__content p {
  color: #fff;
  font-size: 14px;
  margin: 40px 0;
}
/* line 120, scss/partials/pages/_products.scss */
.products__alone__left__text__content p:last-of-type, .products__alone__right__text__content p:last-of-type {
  margin: 0 0 60px 0;
}
/* line 124, scss/partials/pages/_products.scss */
.products__alone__left__text__content a.btn, .products__alone__right__text__content a.btn {
  border: 1px solid #fff;
  padding: 10px 30px;
  color: #fff;
  transition: .3s ease-out;
}
/* line 129, scss/partials/pages/_products.scss */
.products__alone__left__text__content a.btn:hover, .products__alone__right__text__content a.btn:hover {
  background: #fff;
  color: #002E05;
}
/* line 137, scss/partials/pages/_products.scss */
.products__alone__left {
  flex-direction: row;
}
/* line 140, scss/partials/pages/_products.scss */
.products__alone__right {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
  /* line 148, scss/partials/pages/_products.scss */
  .products__title {
    padding: 50px 0 30px 30px;
    width: 100%;
  }
  /* line 152, scss/partials/pages/_products.scss */
  .products__top {
    padding: 0;
    flex-direction: column;
    margin: 0 0 120px 0;
  }
  /* line 156, scss/partials/pages/_products.scss */
  .products__top__latest {
    width: 100%;
  }
  /* line 158, scss/partials/pages/_products.scss */
  .products__top__latest__text {
    padding: 30px 22px;
  }
  /* line 161, scss/partials/pages/_products.scss */
  .products__top__latest__text__content section {
    flex-direction: column;
  }
  /* line 163, scss/partials/pages/_products.scss */
  .products__top__latest__text__content section h4 {
    margin: 0 0 30px 0;
  }
  /* line 166, scss/partials/pages/_products.scss */
  .products__top__latest__text__content section span {
    margin: 0;
    transform: translateY(0);
  }
  /* line 176, scss/partials/pages/_products.scss */
  .products__alone__left, .products__alone__right {
    flex-direction: column;
    margin: 0;
    width: 100%;
    padding: 0 0 150px 0;
  }
  /* line 182, scss/partials/pages/_products.scss */
  .products__alone__left__img, .products__alone__right__img {
    width: 100%;
  }
  /* line 185, scss/partials/pages/_products.scss */
  .products__alone__left__text, .products__alone__right__text {
    width: 100%;
    padding: 35px 15px 65px;
  }
}


/* line 2, scss/partials/pages/_careers.scss */
.careers-list {
  margin: 0 0 0 50px;
}
/* line 4, scss/partials/pages/_careers.scss */
.careers-list__title,
.careers-list .about__where {
  padding: 20px 0 0 30px;
}
/* line 8, scss/partials/pages/_careers.scss */
.careers-list__title {
  margin: 40px 0;
}
/* line 10, scss/partials/pages/_careers.scss */
.careers-list__title h1 {
  font-family: 'DM Sans', sans-serif;
}
/* line 14, scss/partials/pages/_careers.scss */
.careers-list__container {
  display: flex;
  flex-direction: column;
  /*transform: translateY(-7%);*/
}
/* line 18, scss/partials/pages/_careers.scss */
.careers-list__container ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
/* line 22, scss/partials/pages/_careers.scss */
.careers-list__container ul li.careers-list__bigItem {
  width: calc(66% + 17px);
}
/* line 24, scss/partials/pages/_careers.scss */
.careers-list__container ul li.careers-list__bigItem .careers-list__bigItem__img {
  max-height: 650px;
  width: 100%;
  overflow: hidden;
}
/* line 28, scss/partials/pages/_careers.scss */
.careers-list__container ul li.careers-list__bigItem .careers-list__bigItem__img img {
  height: auto;
  width: 100%;
}
/* line 33, scss/partials/pages/_careers.scss */
.careers-list__container ul li.careers-list__bigItem .careers-list__bigItem__title {
  padding: 22px;
  font-size: 24px;
  max-width: 640px;
}
/* line 38, scss/partials/pages/_careers.scss */
.careers-list__container ul li.careers-list__bigItem .careers-list__bigItem__description {
  padding: 22px;
  max-width: 750px;
}
/* line 41, scss/partials/pages/_careers.scss */
.careers-list__container ul li.careers-list__bigItem .careers-list__bigItem__description p {
  font-size: 14px;
  margin: 0 0 5px 0;
}
/* line 49, scss/partials/pages/_careers.scss */
.careers-list__items {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 10;
}
/* line 55, scss/partials/pages/_careers.scss */
.careers-list__items-right, .careers-list__items-left {
  padding: 100px 0 200px;
  flex-direction: column !important;
}
/* line 59, scss/partials/pages/_careers.scss */
.careers-list__items-right li, .careers-list__items-left li {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 50px 0;
}
/* line 64, scss/partials/pages/_careers.scss */
.careers-list__items-right li div, .careers-list__items-left li div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
/* line 68, scss/partials/pages/_careers.scss */
.careers-list__items-right li div img, .careers-list__items-left li div img {
  width: 100%;
  max-width: 100%;
}
/* line 75, scss/partials/pages/_careers.scss */
.careers-list__items-left {
  width: calc(60% - 50px);
  margin: 0 50px 0 0;
}
/* line 79, scss/partials/pages/_careers.scss */
.careers-list__items-right {
  margin: 0 0 0 50px;
  width: calc(40% - 50px);
}
/* line 82, scss/partials/pages/_careers.scss */
.careers-list__items-right li {
  padding: 400px 0 0 0;
}

/* line 89, scss/partials/pages/_careers.scss */
.careers-list__item__title {
  padding: 5px 0 0 0;
  font-size: 12px;
  display: none;
}

@media only screen and (max-width: 768px) {
  /* line 95, scss/partials/pages/_careers.scss */
  .careers-list {
    margin: 0;
  }
  /* line 99, scss/partials/pages/_careers.scss */
  .careers-list__container ul li.careers-list__bigItem {
    width: 100%;
  }
  /* line 104, scss/partials/pages/_careers.scss */
  .careers-list__items {
    flex-direction: column-reverse;
    margin: 0 0 100px 0;
  }
  /* line 107, scss/partials/pages/_careers.scss */
  .careers-list__items-right, .careers-list__items-left {
    margin: 0;
    padding: 100px 0 0;
    width: 100%;
  }
  /* line 112, scss/partials/pages/_careers.scss */
  .careers-list__items-right li, .careers-list__items-left li {
    padding: 0;
    margin: 0;
  }
}

.careers_info_box{
margin-left: 35%;
}
.careers_info_boxchild{
margin-bottom:30px;
}
.careers_info_tit{
font-size: 1.7em;
    font-weight: bold;
}
.careers_info_stc{
font-size:1.2em;
}
@media only screen and (max-width: 768px) {
.careers_info_box{
    margin-left: inherit;
    width: 90%;
    margin: 0 auto;
}
.careers_info_tit {
    font-size: 1.3em;
    font-weight: bold;
}
}

/*--プロダクツページ（GABA）--*/
.products0__top__latest__text {
    padding: 50px 22px;
}
.products0__top__latest__text__content a.btn {
    padding: 10px 30px;
    border: 1px solid #002E05;
    color: #002E05;
    transition: .3s ease-out;
}
.products0__top__latest__text__content a.btn:hover {
    background: #002E05;
    color: #fff;
}
.gaba-tit{
    margin: 20px;
    font-size: 3.0em;
    font-family: 'DM Sans', sans-serif;
    font-weight: bold;
    margin-top:50px;
}
.gaba-img{
margin:20px 0;
}
.gaba-img img{
width:100%;
}
.gaba-stc{
font-size:1.2em;
display:block;
margin-bottom:30px;
}
@media only screen and (max-width: 768px) {
.gaba-tit{
    margin: 20px;
    font-size: 2.0em;
    font-family: 'DM Sans', sans-serif;
    font-weight: bold;
}
.gaba-stc{
font-size:1.0em;
display:block;
margin-bottom:30px;
}
}

/*--フッターGABA追従バナー--*/
.footer_gaba{
background-color:#375531;
padding:0 8%;
overflow: hidden;
box-sizing: border-box;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}
.footer_gaba img{
width:100%;
}
.footer_gaba_l{
float:left;
width:40%;
}
.footer_gaba_r{
float: left;
    width: 60%;
    padding-left: 50px;
display:table;
padding-top: 3.5%;
font-size: 2.0em;
    text-align: center;
}
.footer_gaba_e{
width:500px;
margin:0 auto;
}
.footer_gaba_r_en {
    float: left;
    width: 60%;
    padding-left: 50px;
    display: table;
    padding-top: 3.5%;
    font-size: 1.5em;
    text-align: center;
}
.footer_pc{
	display:block;
	max-width: 1152px;
	margin: 0 auto;
}
.footer_sp{
	display:none;
}
@media only screen and (max-width: 1000px) {
.footer_gaba{
background-color:#375531;
padding:0 40px;
overflow: hidden;
box-sizing: border-box;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}
.footer_gaba_l{
float: inherit;
    width: 100%;
}
.footer_gaba_r{
float: inherit;
    width: 100%;
    padding-left: 0px;
font-size:1.2em;
text-align:center;
padding-top: inherit;
}
.footer_gaba_r_en{
float: inherit;
    width: 100%;
    padding-left: 0px;
font-size:1.0em;
text-align:center;
padding-top: inherit;
}
.footer_gaba_e{
width:90%;
margin:0 auto;
}
.footer_pc{
	display:none;
}
.footer_sp{
	display:block;
}
}

/*--トップGABA申込リンク--*/
.gaba_linkbtn a{
    display: block;
    background-color: #bfdb25;
    border-radius: 50px;
    padding: 10px;
    text-align: center;
    font-size: 20px !important;
    width: 80%;
}
.gaba-link{
display:block;
margin-bottom: 20px;
}
@media only screen and (max-width: 1000px) {
.gaba_linkbtn a{
    display: block;
    background-color: #bfdb25;
    border-radius: 50px;
    padding: 10px;
    text-align: center;
    font-size: 14px !important;
    width: 95%;
}
.gaba_linkbtn{
display:block;
}
.gaba-link{
display:block;
margin-bottom: 20px;
}
.top__news:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50px;
    right: 0;
    display: block;
    height: 350px;
    background: #002E05;
}
.top__news.on .top__news__title__en__inner {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 0.5em;
}
}
/*--FAQ--*/
.faq_red{
color:#ff0a0a;
margin-bottom: 40px;
}

/*--NextPhase--*/
.history__green__right h2{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
}
.history__bottom__text h2{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top:80px;
}
.history__bottom__text a{
	font-weight:bold;
}
@media only screen and (max-width: 768px) {
.history__green__right h2{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
}
.history__bottom__text h2{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top:40px;
}
}

/*--ヘッダ申込終了バナー--*/
.head_att_pc{
	display:block;
	max-width: 1400px;
	margin: 0 auto;
}
.head_att_sp{
	display:none;
}
.head_att_pc img{
	width:100%;
}
.head_att_sp img{
	width:100%;
}
.head_att{
	color: #ff0000;
	font-weight: bold;
	font-size: 0.7em;
	text-align: center;
}
.head_att a{
	color: #a81c1c;
	text-decoration: underline;
}
@media only screen and (max-width: 768px) {
.head_att_pc{
	display:none;
	max-width:100%;
}
.head_att_sp{
	display:block;
	max-width:95%;
	margin:0 auto;
	margin-top: 5px;
}
}

/*タブ切り替え全体のスタイル*/
.tabs {
    padding-bottom: 40px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    width: 65.95%;
    margin-left: auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #efefef;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #005735;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
}

.tab_item:nth-of-type(2){
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #efefef;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #05ac32;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
}
.tab_item:nth-of-type(3){
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #efefef;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #92C53C;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
.tab_item {
  width: calc(100%/3);
  height: 40px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #efefef;
  line-height: 40px;
  font-size: 10px;
  text-align: center;
  color: #005735;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
}

.tab_item:nth-of-type(2){
  width: calc(100%/3);
  height: 40px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #efefef;
  line-height: 40px;
  font-size: 10px;
  text-align: center;
  color: #05ac32;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
}
.tab_item:nth-of-type(3){
  width: calc(100%/3);
  height: 40px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #efefef;
  line-height: 40px;
  font-size: 10px;
  text-align: center;
  color: #c1dc2d;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
}
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
.tabs {
    padding-bottom: 40px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    width: 100%;
    margin-left: auto;
}
.tab_content {
    display: none;
    padding: 30px 15px 0;
    clear: both;
    overflow: hidden;
}
.news_list{
    padding-bottom: 40px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    width: 100%;
    margin-left: auto;
}
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #005735;
  color: #fff;
}
.tabs input:checked + .tab_item:nth-of-type(2) {
  background-color: #05ac32;
  color: #fff;
}
.tabs input:checked + .tab_item:nth-of-type(3) {
  background-color: #92C53C;
  color: #fff;
}
/*--ニュースリスト--*/
.info_area{
	margin:20px 0 50px 0;
}
.info_tit{
font-size: 1.0em;
    border-top: 2px solid #900;
    border-bottom: 1px solid #900;
    padding: 5px 10px;
    margin-bottom: 5px;
    background-color: #f7f4f4;
    font-weight: 500;
}
.info dl {
padding: 10px 0;
border-bottom: 1px solid #ccc;
font-size:0.8em;
}
.info dt {
padding-bottom: 5px;
}
.info dd { 
margin-left: 80px;
    font-size: 1.0em;
    padding-bottom: 8px;
    font-weight: bold;
}
.info dd a:hover{
	text-decoration: underline;
}
.news-list-cate {
    background-color: #008e0f;
    display: inline-block;
    padding: 1px 10px;
    color: #ffffff;
    border-radius: 3px;
    font-size: 13px;
width: 80px;
    text-align: center;
}
.news-list-cate01{
    background-color: #005735;
    display: inline-block;
    padding: 1px 10px;
    color: #ffffff;
    border-radius: 3px;
    font-size: 13px;
width: 80px;
    text-align: center;
}
.news-list-cate02 {
    background-color: #05ac32;
    display: inline-block;
    padding: 1px 10px;
    color: #ffffff;
    border-radius: 3px;
    font-size: 13px;
width: 80px;
    text-align: center;
}
.news-list-cate03 {
    background-color: #92C53C;
    display: inline-block;
    padding: 1px 10px;
    color: #ffffff;
    border-radius: 3px;
    font-size: 13px;
width: 80px;
    text-align: center;
}
.news-list10{
background-color: #005735;
    display: inline-block;
    padding: 3px 2px;
    color: #ffffff;
    border-radius: 3px;
    font-size: 11px;
    width: 80px;
    text-align: center;
}
.news-list64{
    background-color: #005735;
    display: inline-block;
    padding: 1px 10px;
    color: #ffffff;
    border-radius: 3px;
    font-size: 13px;
width: 80px;
    text-align: center;
}
.news-list66{
    background-color: #005735;
    display: inline-block;
    padding: 1px 10px;
    color: #ffffff;
    border-radius: 3px;
    font-size: 13px;
width: 80px;
    text-align: center;
}
.news-list46{
    background-color: #005735;
    display: inline-block;
    padding: 1px 10px;
    color: #ffffff;
    border-radius: 3px;
    font-size: 13px;
width: 80px;
    text-align: center;
}
.news-list54{
    background-color: #002e05;
    display: inline-block;
    padding: 1px 10px;
    color: #ffffff;
    border-radius: 3px;
    font-size: 13px;
width: 80px;
    text-align: center;
}
.news-list58{
    background-color: #002e05;
    display: inline-block;
    padding: 1px 10px;
    color: #ffffff;
    border-radius: 3px;
    font-size: 13px;
width: 80px;
    text-align: center;
}
.news-list72 {
    background-color: #92C53C;
    display: inline-block;
    padding: 1px 10px;
    color: #ffffff;
    border-radius: 3px;
    font-size: 13px;
width: 80px;
    text-align: center;
}
.news-list50 {
    background-color: #05ac32;
    display: inline-block;
    padding: 1px 10px;
    color: #ffffff;
    border-radius: 3px;
    font-size: 13px;
width: 80px;
    text-align: center;
}
.news-list42, .news-list52, .news-list1, .news-list56{
    background-color: #002e05;
    display: inline-block;
    padding: 1px 10px;
    color: #ffffff;
    border-radius: 3px;
    font-size: 13px;
width: 80px;
    text-align: center;
}
.newslist_bnr {
    margin: 0 auto;
    margin-top: 30px;
    width: 200px;
    text-align: center;
    background-color: #000000;
    padding: 10px;
    border-radius: 30px;
}
.newslist_bnr a{
	color:#ffffff;
	display: block;
}
.newslist_bnr_r {
    margin-top: -50px;
    margin-bottom: 30px;
    margin-left: auto;
    width: 150px;
    text-align: center;
    background-color: #000000;
    padding: 10px;
    border-radius: 30px;
}
.newslist_bnr_r a{
	color:#ffffff;
	display: block;
}
@media screen and (max-width: 768px) {
.info dt {
clear: left;
float: left;
font-weight: normal;
padding-left: 10px;
font-size:0.7em;
margin-right: 10px;
}
.info dd { 
margin-left: 140px;
font-size:0.8em;
    padding-bottom: 8px;
}
.news-list-cate01 {
	font-size:0.8em;
	width:60px;
}
.news-list-cate02 {
	font-size:0.8em;
	width:60px;
}
.news-list-cate03 {
	font-size:0.8em;
	width:60px;
}
.newslist_bnr {
    margin: 0 auto;
    margin-top: 30px;
    width: 50%;
    text-align: center;
    background-color: #000000;
    padding: 10px;
    border-radius: 30px;
}
.newslist_bnr a{
	color:#ffffff;
	display: block;
	font-size:0.8em;
}
}
.newslist_area {
    padding-bottom: 40px;
    padding-left: 10px;
    margin-bottom: 30px;
    width: 65.95%;
    margin-left: auto;
}
.newslist_tit{
font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.news-list__header__slider li{
	display:block;
	margin-bottom: 10px;
}
.news-list__header__slider li a:hover{
	text-decoration: underline;
}
.news_date{
    margin-left: 5px;
    font-weight: bold;
    width: 85px;
    display: inline-block;
}
.news_tit{
    font-size:1.0em;
}
@media screen and (max-width: 768px) {
.newslist_area {
    padding-bottom: 40px;
    padding-left: 10px;
    margin-bottom: 30px;
    width: 100%;
    margin-left: auto;
}
.news_date{
    margin-left: 10px;
    font-weight: bold;
    width: 85px;
    display: inline-block;
}
.news_tit {
    font-size: 1.0em;
    display: block;
}
}

/*--ニュースリストページャー--*/
.pnavi{
	margin-top:20px;
}
.pagination{
   margin:40px 0 0;
}
.nav-links{
   display:flex;
}
.pagination .page-numbers{
display: inline-block;
    margin-right: 10px;
    padding: 14px 20px;
    color: #005735;
    border-radius: 3px;
}
.pagination .current{
padding: 13px 20px;
    background: #bfdb27;
    color: #005735;
    border-radius: 30px;
}
.pagination .prev,
.pagination .next{
   background:transparent;
   box-shadow:none;
   color:#69a4db;
}
.pagination .dots{
   background:transparent;
   box-shadow:none;
}
.list-box li{
margin-bottom:15px;
}
.blog_access{
    font-size: 0.8em;
    left: 0;
    background-color: #375531;
    display: inline-block;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

/*--ニューススライダー--*/
@media screen and (max-width: 768px) {
/* line 66, scss/partials/pages/_news.scss */
.news-list__header__slider .swiper-button-prev {
  top: 15vw;
  left: auto;
  right: 50px;
  width: 30px;
  height: 30px;
  background: none;
  border: 1px solid #002E05;
  border-radius: 100%;
  transition: background .3s ease-out ,border .3s ease-out;
  will-change: background;
}
.news-list__header__slider .swiper-button-next {
    top: 15vw;
    right: 5px;
    width: 30px;
    height: 30px;
    background: none;
    border: 1px solid #002E05;
    border-radius: 100%;
    transition: background .3s ease-out ,border .3s ease-out;
    will-change: background;
}
}
.insta_tit{
    font-size: 15px;
    background-color: #1c7125;
    color: #ffffff;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 20px;
    margin-left: 5px;
    margin-bottom: 15px;
}
.insta{
margin-left: 20px;
    background-image: url(https://sanatech-seed.com/images/insta_icon.png);
    background-repeat: no-repeat;
    background-size: 40px;
    padding-left: 50px;
    padding-top: 7px;
    height: 50px;
}
@media screen and (max-width: 768px) {
.insta_tit{
    font-size: 12px;
    background-color: #1c7125;
    color: #ffffff;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 20px;
    margin-left: 5px;
    margin-bottom: 15px;
}
.insta {
    margin-left: 20px;
    background-image: url(https://sanatech-seed.com/images/insta_icon.png);
    background-repeat: no-repeat;
    background-size: 40px;
    padding-left: 50px;
    padding-top: 7px;
    height: 50px;
    margin-bottom: 30px;
}
}

/*--CSR&SDGsページ--*/
.csr_tit{
	color:#08630b;
}
.csr_stc_f01{
	font-size:16px;
	font-weight:bold;
	color:#08630B;
}
.csr_stc_b{
	font-weight:bold;
}
.csr_link a{
    color: #1BAA3A;
    margin: 0 5px;
}
/* line 2, scss/partials/pages/_csr.scss */
.csr#green-line {
  z-index: -1;
}
/* line 5, scss/partials/pages/_csr.scss */
.csr p {
  color: #002E05;
  line-height: 28px;
}
/* line 9, scss/partials/pages/_csr.scss */
.csr__title {
  width: auto;
  padding: 0 0 0 30px;
}
/* line 12, scss/partials/pages/_csr.scss */
.csr__title h1 {
  font-family: 'DM Sans', sans-serif;
}
/* line 15, scss/partials/pages/_csr.scss */
.csr__title span {
  font-size: 14px;
}
/* line 19, scss/partials/pages/_csr.scss */
.csr__top {
  width: 100%;
  z-index: 1;
  padding: 20px 0 100px 50px;
  margin: 20px 0 50px 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
/* line 27, scss/partials/pages/_csr.scss */
.csr__top__right {
  width: calc(66% - .66 * 50px + .34 * 50px + .66 * 50px);
}
/* line 29, scss/partials/pages/_csr.scss */
.csr__top__right__img {
  width: 100%;
  max-height: 625px;
  overflow: hidden;
}
/* line 33, scss/partials/pages/_csr.scss */
.csr__top__right__img img {
  height: auto;
  width: 100%;
}
/* line 38, scss/partials/pages/_csr.scss */
.csr__top__right__text {
  padding: 22px;
  /*max-width: 750px;*/
}
/* line 41, scss/partials/pages/_csr.scss */
.csr__top__right__text h2 {
  font-size: 24px;
  margin: 55px 0;
}
/* line 45, scss/partials/pages/_csr.scss */
.csr__top__right__text p {
  font-size: 14px;
  line-height: 28px;
}
/* line 51, scss/partials/pages/_csr.scss */
.csr__top__left {
  width: calc(34% - .34 * 50px);
}
/* line 55, scss/partials/pages/_csr.scss */
.csr__where {
  padding: 20px 0 0 80px;
}
/* line 57, scss/partials/pages/_csr.scss */
.csr__where span {
  padding: 0 0 0 10px;
}
/* line 59, scss/partials/pages/_csr.scss */
.csr__where span:nth-child(1) {
  padding: 0 10px 0 0;
}
/* line 62, scss/partials/pages/_csr.scss */
.csr__where span:nth-child(2) {
  padding: 5px;
  position: relative;
}
/* line 65, scss/partials/pages/_csr.scss */
.csr__where span:nth-child(2):before, .csr__where span:nth-child(2):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 30%;
  width: 2px;
  border-radius: 10px;
  background: black;
}
/* line 76, scss/partials/pages/_csr.scss */
.csr__where span:nth-child(2):before {
  transform: rotate(45deg) translate(13px, 8px);
}
/* line 79, scss/partials/pages/_csr.scss */
.csr__where span:nth-child(2):after {
  transform: rotate(-45deg) translate(-4px, 9px);
}
/* line 85, scss/partials/pages/_csr.scss */
.csr__map {
  width: 100%;
  padding: 20px 0 190px 50px;
  margin-top: 20px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
}
/* line 93, scss/partials/pages/_csr.scss */
.csr__map__right {
  width: calc(60% - 50px);
  margin: 0 20px 0 0;
}
/* line 96, scss/partials/pages/_csr.scss */
.csr__map__right__img {
  width: 100%;
  max-height: 625px;
  overflow: hidden;
}
/* line 100, scss/partials/pages/_csr.scss */
.csr__map__right__img img {
  height: auto;
  width: 100%;
}
/* line 105, scss/partials/pages/_csr.scss */
.csr__map__right__table {
  margin: 0px 15px;
}
/* line 108, scss/partials/pages/_csr.scss */
.csr__map__right__table tbody tr {
  margin: 10px;
  border-bottom: 1px solid #002E05;
}
/* line 111, scss/partials/pages/_csr.scss */
.csr__map__right__table tbody tr:last-of-type {
  border-bottom: none;
}
/* line 114, scss/partials/pages/_csr.scss */
.csr__map__right__table tbody tr td {
  font-size: 17px;
  padding: 20px 10px 20px 45px;
}
/* line 117, scss/partials/pages/_csr.scss */
.csr__map__right__table tbody tr td.no-padding {
  padding: 20px 10px 20px 0;
  vertical-align: top;
  white-space: nowrap;
  font-weight: bolder;
}
/* line 128, scss/partials/pages/_csr.scss */
.csr__map__left {
  width: calc(40%);
}
/* line 132, scss/partials/pages/_csr.scss */
.csr__bigImage {
  position: relative;
  width: 100%;
  padding: 0 0 250px 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
/* line 140, scss/partials/pages/_csr.scss */
.csr__bigImage__left, .csr__bigImage__right {
  overflow: hidden;
}
/* line 144, scss/partials/pages/_csr.scss */
.csr__bigImage__left {
  width: calc(60% - 50px);
  margin: 0 50px 0 0;
  max-height: 550px;
}
/* line 149, scss/partials/pages/_csr.scss */
.csr__bigImage__right {
  margin: 0 0 0 50px;
  width: calc(40% - 50px);
  max-height: 385px;
  transform: translateY(30%);
}
/* line 155, scss/partials/pages/_csr.scss */
.csr__bigImage img {
  height: auto;
  width: 100%;
  max-width: 100%;
}
/* line 161, scss/partials/pages/_csr.scss */
.csr__infos {
  width: 100%;
  position: relative;
  margin: 0 0 220px 0;
  padding: 0 0 0 50px;
  display: flex;
  flex-direction: row;
}
/* line 168, scss/partials/pages/_csr.scss */
.csr__infos__left {
  width: calc(34% - .34 * 50px);
}
/* line 171, scss/partials/pages/_csr.scss */
.csr__infos__right {
  width: calc(66% - .66 * 50px + .34 * 50px + .66 * 50px);
}
/* line 174, scss/partials/pages/_csr.scss */
.csr__infos__image {
  position: absolute;
  transform: translateY(-120%);
  right: 0;
}
/* line 179, scss/partials/pages/_csr.scss */
.csr__infos__text {
  max-width: 730px;
  padding: 22px;
}
/* line 182, scss/partials/pages/_csr.scss */
.csr__infos__text h2 {
  margin: 0 0 40px 0;
  font-size: 24px;
  font-weight: 500;
}
/* line 187, scss/partials/pages/_csr.scss */
.csr__infos__text p {
  font-size: 14px;
}
/* line 192, scss/partials/pages/_csr.scss */
.csr__person {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 0 0 50px;
  margin: 0 0 100px 0;
}
/* line 198, scss/partials/pages/_csr.scss */
.csr__person__left {
  width: calc(34% - .34 * 50px);
  overflow: hidden;
  max-height: 680px;
}
/* line 202, scss/partials/pages/_csr.scss */
.csr__person__left img {
  width: 100%;
  height: auto;
  display:block;
}
/* line 207, scss/partials/pages/_csr.scss */
.csr__person__right {
  width: calc(66% - .66 * 50px + .34 * 50px + .66 * 50px);
  padding: 0 22px;
}
.csr__person__right_01{
   display:none;
}
/* line 210, scss/partials/pages/_csr.scss */
.csr__person__right h3 {
    font-size: 26px;
    color: #08630b;
    margin: 0 0 20px 0;
    font-weight: bold;
    letter-spacing: 1px;
}
/* line 215, scss/partials/pages/_csr.scss */
.csr__person__right h5 {
  font-size: 17px;
  margin: 0 0 5px 0;
  font-weight: 500;
}
/* line 220, scss/partials/pages/_csr.scss */
.csr__person__right span {
    color: #002E05;
    font-weight: bold;
}
/* line 224, scss/partials/pages/_csr.scss */
.csr__person__right p {
  /*max-width: 730px;*/
  font-size: 14px;
  line-height: 28px;
  margin: 10px 0 0 0;
}
/* line 232, scss/partials/pages/_csr.scss */
.csr__origin {
  width: 100%;
  z-index: 2;
  padding: 20px 0 200px 50px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
/* line 240, scss/partials/pages/_csr.scss */
.csr__origin__left {
  width: calc(34% - .34 * 50px);
  padding: 0 0 0 30px;
}
/* line 243, scss/partials/pages/_csr.scss */
.csr__origin__left h3 {
  max-width: 450px;
  margin: 0 80px 40px 0;
  font-weight: 500;
  font-size: 24px;
}
/* line 249, scss/partials/pages/_csr.scss */
.csr__origin__left p {
  font-size: 14px;
  margin: 0 30px 60px 0;
}
/* line 253, scss/partials/pages/_csr.scss */
.csr__origin__left a {
  background: none;
  color: #002E05;
  border: 1px solid #002E05;
  padding: 15px;
}
/* line 260, scss/partials/pages/_csr.scss */
.csr__origin__right {
  width: calc(66% - .66 * 50px + .34 * 50px + .66 * 50px);
}
/* line 262, scss/partials/pages/_csr.scss */
.csr__origin__right__img {
  width: 100%;
  max-height: 575px;
  overflow: hidden;
}
/* line 266, scss/partials/pages/_csr.scss */
.csr__origin__right__img video {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  /* line 277, scss/partials/pages/_csr.scss */
  .csr__top {
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  /* line 281, scss/partials/pages/_csr.scss */
  .csr__top__right, .csr__top__left {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 286, scss/partials/pages/_csr.scss */
  .csr__top__right__img, .csr__top__left__img {
    margin: 10px 0 0 0;
    max-height: 350px;
  }
  /* line 290, scss/partials/pages/_csr.scss */
  .csr__top__right__text, .csr__top__left__text {
    padding: 15px;
  }
  /* line 292, scss/partials/pages/_csr.scss */
  .csr__top__right__text h2, .csr__top__left__text h2 {
    margin: 54px 0 30px;
  }
  /* line 297, scss/partials/pages/_csr.scss */
  .csr__top__left {
    margin: 25px 0 0 0;
  }
  /* line 301, scss/partials/pages/_csr.scss */
  .csr__where {
    padding: 0 0 0 15px;
  }
  /* line 304, scss/partials/pages/_csr.scss */
  .csr__title {
    padding: 0 0 0 15px;
  }
  /* line 307, scss/partials/pages/_csr.scss */
  .csr__map {
    width: 100%;
    padding: 20px 0px 170px;
    margin-top: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  /* line 313, scss/partials/pages/_csr.scss */
  .csr__map__right, .csr__map__left {
    width: 100%;
    border: none;
    margin: 0 0 30px 0;
  }
  /* line 318, scss/partials/pages/_csr.scss */
  .csr__map__right__table, .csr__map__left__table {
    margin: 10px;
    width: calc(100% - 10px * 2);
  }
  /* line 322, scss/partials/pages/_csr.scss */
  .csr__map__right__table tbody tr, .csr__map__left__table tbody tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  /* line 327, scss/partials/pages/_csr.scss */
  .csr__map__right__table tbody tr td,
  .csr__map__right__table tbody tr td.no-padding, .csr__map__left__table tbody tr td,
  .csr__map__left__table tbody tr td.no-padding {
    padding: 15px;
  }
  /* line 335, scss/partials/pages/_csr.scss */
  .csr__map iframe {
    height: 350px;
  }
  /* line 339, scss/partials/pages/_csr.scss */
  .csr__bigImage {
    padding: 0 0 250px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 343, scss/partials/pages/_csr.scss */
  .csr__bigImage__left {
    margin: 0;
    width: 60%;
    height: 800px;
  }
  /* line 347, scss/partials/pages/_csr.scss */
  .csr__bigImage__left img {
    height: 100%;
    width: auto;
    max-width: inherit;
    transform: translateX(-30%);
  }
  /* line 354, scss/partials/pages/_csr.scss */
  .csr__bigImage__right {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    transform: translateY(30%);
  }
  /* line 361, scss/partials/pages/_csr.scss */
  .csr__bigImage__right img {
    width: 80%;
  }
  /* line 366, scss/partials/pages/_csr.scss */
  .csr__infos {
    width: 100%;
    left: 0;
    padding: 15px;
    margin: 0 0 60px 0;
    flex-direction: column;
  }
  /* line 372, scss/partials/pages/_csr.scss */
  .csr__infos__left {
    display: none;
  }
  /* line 375, scss/partials/pages/_csr.scss */
  .csr__infos__right {
    width: 100%;
  }
  /* line 378, scss/partials/pages/_csr.scss */
  .csr__infos__text {
    padding: 0;
  }
  /* line 382, scss/partials/pages/_csr.scss */
  .csr__person {
    margin: 0;
    padding: 0;
    flex-direction: column;
  }
  /* line 386, scss/partials/pages/_csr.scss */
  .csr__person__left, .csr__person__right {
    width: 100%;
    padding: 15px;
  }
.csr__person__left img{
   display:none;
}
  /* line 390, scss/partials/pages/_csr.scss */
  .csr__person__left img, .csr__person__right img {
    transform: translateY(-20%);
  }
.csr__person__right_01{
   display:block;
   overflow: hidden;
}
  .csr__person__left img, .csr__person__right_01 img {
    transform: translateY(0);
  }
  /* line 394, scss/partials/pages/_csr.scss */
  .csr__person__right {
    margin: 0;
  }
  /* line 398, scss/partials/pages/_csr.scss */
  .csr__origin {
    flex-direction: column-reverse;
    margin-bottom: 140px;
    width: 100%;
    padding: 0;
  }
  /* line 403, scss/partials/pages/_csr.scss */
  .csr__origin__right, .csr__origin__left {
    width: 100%;
  }
  /* line 406, scss/partials/pages/_csr.scss */
  .csr__origin__right__img, .csr__origin__left__img {
    width: 100%;
  }
  /* line 410, scss/partials/pages/_csr.scss */
  .csr__origin__left {
    padding: 15px 15px 15px 50px;
  }
  /* line 412, scss/partials/pages/_csr.scss */
  .csr__origin__left h3 {
    margin: 40px 0;
  }
  /* line 415, scss/partials/pages/_csr.scss */
  .csr__origin__left p {
    margin: 0 0 60px 0;
  }
/* line 210, scss/partials/pages/_csr.scss */
.csr__person__right h3 {
    font-size: 20px;
    color: #08630b;
    margin: 0 0 20px 0;
    font-weight: bold;
    letter-spacing: 1px;
}
}