@charset "UTF-8";
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td, figure {
  margin: 0;
  padding: 0; }

img {
  border: 0;
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ul {
  list-style: none; }

caption, th {
  text-align: left; }

@font-face {
  font-family: 'CormorantGaramond';
  src: url("../fonts/CormorantGaramond-Regular.ttf") format("truetype");
  font-display: swap; }
/* html
------------------------------------------------- */
html {
  overflow-y: scroll;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 150px; }

@media (max-width: 640px) {
  html {
    scroll-padding-top: 60px; } }
/* body
------------------------------------------------- */
body {
  width: 100%;
  height: 100%;
  color: #222;
  font-size: 16px;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  line-height: 1.6;
  _display: inline;
  _zoom: 1; }
  body .pc {
    display: block; }
  body .sp {
    display: none; }

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  body {
    min-width: 1024px; } }
@media (max-width: 640px) {
  body {
    min-width: 320px;
    max-width: 640px;
    font-size: 14px; }
    body img {
      width: 100%;
      height: auto; }
    body .pc {
      display: none; }
    body .sp {
      display: block; } }
.wrap {
  overflow: hidden; }

/* wrapper
------------------------------------------------- */
.wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative; }

/* header
------------------------------------------------- */
.header {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 9999; }
  .header__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    max-width: 1760px;
    margin: 0 auto;
    padding: 20px 30px;
    position: relative;
    transition: all 0.5s ease 0s; }
    .header__inner h1 {
      background: url("../img/common/logo_w.png") no-repeat center center/cover;
      width: 186px;
      height: 51px;
      text-indent: -9999px; }
      .header__inner h1 a {
        display: block; }
    .header__inner--nav {
      width: calc(100% - 196px); }
      .header__inner--nav nav > ul.nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center; }
        .header__inner--nav nav > ul.nav > li {
          margin: 0 25px; }
          .header__inner--nav nav > ul.nav > li:first-child {
            margin: 0 25px 0 0; }
          .header__inner--nav nav > ul.nav > li:nth-child(-n+5) a {
            display: block;
            padding: 15px 0;
            color: #fff;
            line-height: 1.4;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            .header__inner--nav nav > ul.nav > li:nth-child(-n+5) a:hover {
              color: #13874a;
              text-decoration: none;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
          .header__inner--nav nav > ul.nav > li:nth-child(6) .lang {
            display: flex;
            flex-wrap: wrap; }
            .header__inner--nav nav > ul.nav > li:nth-child(6) .lang li {
              line-height: 1.0; }
              .header__inner--nav nav > ul.nav > li:nth-child(6) .lang li a {
                color: #fff;
                -webkit-transition: 0.3s ease-in-out;
                -moz-transition: 0.3s ease-in-out;
                -o-transition: 0.3s ease-in-out;
                transition: 0.3s ease-in-out; }
                .header__inner--nav nav > ul.nav > li:nth-child(6) .lang li a:hover {
                  color: #13874a;
                  text-decoration: none;
                  -moz-transition: .5s;
                  -webkit-transition: .5s;
                  -o-transition: .5s;
                  -ms-transition: .5s;
                  transition: .5s; }
              .header__inner--nav nav > ul.nav > li:nth-child(6) .lang li:first-child {
                border-right: 1px solid #fff;
                margin-right: 12px;
                padding-right: 12px;
                position: relative;
                padding-left: 22px; }
                .header__inner--nav nav > ul.nav > li:nth-child(6) .lang li:first-child:before {
                  content: "";
                  position: absolute;
                  top: 55%;
                  left: 0;
                  background: url("../img/common/icon_lang_w.png") no-repeat center center/cover;
                  width: 18px;
                  height: 18px;
                  transform: translateY(-50%); }
              .header__inner--nav nav > ul.nav > li:nth-child(6) .lang li.act a {
                pointer-events: none;
                border-bottom: 2px solid #fff;
                padding-bottom: 3px; }
          .header__inner--nav nav > ul.nav > li:last-child {
            width: 200px;
            margin: 0 0 0 25px; }
            .header__inner--nav nav > ul.nav > li:last-child a {
              display: block;
              border-radius: 20px;
              border: 1px solid #fff;
              background: none;
              padding: 20px 0;
              text-align: center;
              color: #fff;
              -webkit-transition: 0.3s ease-in-out;
              -moz-transition: 0.3s ease-in-out;
              -o-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out; }
              .header__inner--nav nav > ul.nav > li:last-child a span {
                position: relative;
                display: inline-block;
                background: #fff;
                width: 12px;
                height: 2px;
                margin: 5px 0 5px 15px; }
                .header__inner--nav nav > ul.nav > li:last-child a span:before {
                  content: "";
                  position: absolute;
                  top: calc(50% - 1px);
                  right: 0;
                  width: 10px;
                  height: 2px;
                  border-radius: 9999px;
                  background: #fff;
                  transform-origin: calc(100% - 1px) 50%;
                  transform: rotate(45deg); }
                .header__inner--nav nav > ul.nav > li:last-child a span:after {
                  content: "";
                  position: absolute;
                  top: calc(50% - 1px);
                  right: 0;
                  width: 10px;
                  height: 2px;
                  border-radius: 9999px;
                  background: #fff;
                  transform-origin: calc(100% - 1px) 50%;
                  transform: rotate(-45deg); }
              .header__inner--nav nav > ul.nav > li:last-child a:hover {
                background: rgba(255, 255, 255, 0.2);
                text-decoration: none;
                -moz-transition: .5s;
                -webkit-transition: .5s;
                -o-transition: .5s;
                -ms-transition: .5s;
                transition: .5s; }
  .header.change .header__inner {
    background: rgba(255, 255, 255, 0.8);
    filter: drop-shadow(4px 4px 10px rgba(19, 135, 74, 0.15)); }
    .header.change .header__inner h1 {
      background: url("../img/common/logo.png") no-repeat center center/cover;
      width: 185px;
      height: 51px;
      text-indent: -9999px; }
    .header.change .header__inner .header__inner--nav nav > ul.nav > li:nth-child(-n+5) a {
      color: #222; }
      .header.change .header__inner .header__inner--nav nav > ul.nav > li:nth-child(-n+5) a:hover {
        color: #13874a; }
    .header.change .header__inner .header__inner--nav nav > ul.nav > li:nth-child(6) .lang li a {
      color: #222; }
      .header.change .header__inner .header__inner--nav nav > ul.nav > li:nth-child(6) .lang li a:hover {
        color: #13874a; }
    .header.change .header__inner .header__inner--nav nav > ul.nav > li:nth-child(6) .lang li:first-child {
      border-right: 1px solid #222; }
      .header.change .header__inner .header__inner--nav nav > ul.nav > li:nth-child(6) .lang li:first-child:before {
        background: url("../img/common/icon_lang.png") no-repeat center center/cover; }
    .header.change .header__inner .header__inner--nav nav > ul.nav > li:nth-child(6) .lang li.act a {
      border-bottom: 2px solid #222; }
    .header.change .header__inner .header__inner--nav nav > ul.nav > li:last-child a {
      background: #a0c238;
      color: #222; }
      .header.change .header__inner .header__inner--nav nav > ul.nav > li:last-child a span {
        background: #000; }
        .header.change .header__inner .header__inner--nav nav > ul.nav > li:last-child a span:before {
          background: #000; }
        .header.change .header__inner .header__inner--nav nav > ul.nav > li:last-child a span:after {
          background: #000; }
      .header.change .header__inner .header__inner--nav nav > ul.nav > li:last-child a:hover {
        background: #bdde56; }

@media (min-width: 901px) and (max-width: 1310px) {
  .header__inner h1 {
    width: 166px;
    height: 46px; }
  .header__inner--nav {
    width: calc(100% - 176px); }
    .header__inner--nav nav > ul.nav > li {
      margin: 0 10px; }
      .header__inner--nav nav > ul.nav > li:first-child {
        margin: 0 10px 0 0; }
      .header__inner--nav nav > ul.nav > li:nth-child(-n+5) a {
        padding: 15px 0;
        font-size: 13px; }
      .header__inner--nav nav > ul.nav > li:nth-child(6) .lang li a {
        font-size: 13px; }
      .header__inner--nav nav > ul.nav > li:nth-child(6) .lang li:first-child {
        margin-right: 10px;
        padding-right: 10px;
        padding-left: 18px; }
        .header__inner--nav nav > ul.nav > li:nth-child(6) .lang li:first-child:before {
          top: 55%;
          width: 15px;
          height: 15px; }
      .header__inner--nav nav > ul.nav > li:last-child {
        width: 140px;
        margin: 0 0 0 10px; }
        .header__inner--nav nav > ul.nav > li:last-child a {
          font-size: 13px; }
  .header.change .header__inner h1 {
    width: 166px;
    height: 46px; }
  .header.change .header__inner .header__inner--nav {
    width: calc(100% - 176px); } }
@media (max-width: 900px) {
  .header {
    top: 0; }
    .header__inner {
      border-radius: 0;
      background: #fff;
      width: 100%;
      padding: 0; }
      .header__inner h1 {
        background: url("../img/common/logo.png") no-repeat center center/cover;
        width: 120px;
        height: 33px;
        margin-left: 3%; }
        .header__inner h1 img {
          vertical-align: middle; }
      .header__inner--spmenu {
        width: 15%;
        z-index: 9998; }
        .header__inner--spmenu #panel-btn #panel-btn-icon {
          display: block;
          background: url("../img/common/btn_menu_sp.png") no-repeat center center;
          background-size: cover;
          width: 100%;
          height: 100%;
          padding: 33.7% 0;
          position: relative;
          text-indent: -9999px;
          transition: 0.3s; }
          .header__inner--spmenu #panel-btn #panel-btn-icon.close {
            background: url("../img/common/btn_menu_close_sp.png") no-repeat center center;
            background-size: cover;
            transition: 0.3s; }
    .header .menu-box {
      display: block;
      position: fixed;
      background: #a0c238;
      width: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      z-index: 9997;
      overflow-y: scroll; }
      .header .menu-box:after {
        content: ""; }
      .header .menu-box .menu-box-inner {
        overflow: scroll;
        width: 80%;
        padding: 17% 10% 5%; }
        .header .menu-box .menu-box-inner ul.menu-box-nav {
          margin-bottom: 10%; }
          .header .menu-box .menu-box-inner ul.menu-box-nav > li > a {
            display: block;
            padding: 5% 0;
            text-align: center;
            color: #fff !important;
            font-size: 18px;
            line-height: 1.3;
            position: relative; }
            .header .menu-box .menu-box-inner ul.menu-box-nav > li > a:hover {
              text-decoration: none; }
          .header .menu-box .menu-box-inner ul.menu-box-nav > li:last-child {
            width: 90%;
            margin: 5% auto 0; }
            .header .menu-box .menu-box-inner ul.menu-box-nav > li:last-child a {
              display: block;
              border-radius: 3px;
              background: #fff;
              padding: 8% 0;
              text-align: center;
              color: #222 !important; }
              .header .menu-box .menu-box-inner ul.menu-box-nav > li:last-child a span {
                position: relative;
                display: inline-block;
                background: #222;
                width: 12px;
                height: 2px;
                margin: 5px 0 5px 20px; }
                .header .menu-box .menu-box-inner ul.menu-box-nav > li:last-child a span:before {
                  content: "";
                  position: absolute;
                  top: calc(50% - 1px);
                  right: 0;
                  width: 10px;
                  height: 2px;
                  border-radius: 9999px;
                  background: #222;
                  transform-origin: calc(100% - 1px) 50%;
                  transform: rotate(45deg); }
                .header .menu-box .menu-box-inner ul.menu-box-nav > li:last-child a span:after {
                  content: "";
                  position: absolute;
                  top: calc(50% - 1px);
                  right: 0;
                  width: 10px;
                  height: 2px;
                  border-radius: 9999px;
                  background: #222;
                  transform-origin: calc(100% - 1px) 50%;
                  transform: rotate(-45deg); }
              .header .menu-box .menu-box-inner ul.menu-box-nav > li:last-child a:hover {
                text-decoration: none; }
        .header .menu-box .menu-box-inner ul.menu-box-lang {
          display: flex;
          flex-wrap: wrap;
          justify-content: center; }
          .header .menu-box .menu-box-inner ul.menu-box-lang li {
            line-height: 1.0; }
            .header .menu-box .menu-box-inner ul.menu-box-lang li a:hover {
              text-decoration: none; }
            .header .menu-box .menu-box-inner ul.menu-box-lang li:first-child {
              border-right: 1px solid #222;
              margin-right: 15px;
              padding-right: 15px;
              position: relative;
              padding-left: 22px; }
              .header .menu-box .menu-box-inner ul.menu-box-lang li:first-child:before {
                content: "";
                position: absolute;
                top: 55%;
                left: 0;
                background: url("../img/common/icon_lang.png") no-repeat center center/cover;
                width: 15px;
                height: 15px;
                transform: translateY(-50%); }
            .header .menu-box .menu-box-inner ul.menu-box-lang li.act a {
              pointer-events: none;
              border-bottom: 1.5px solid #222;
              padding-bottom: 3px; }
    .header.change .header__inner {
      background: #fff;
      filter: none; }
      .header.change .header__inner h1 {
        background: url("../img/common/logo.png") no-repeat center center/cover;
        width: 120px;
        height: 33px;
        margin-left: 3%; }
        .header.change .header__inner h1 img {
          vertical-align: middle; } }
/* article
------------------------------------------------- */
.mv {
  max-width: 1920px;
  margin: 0 auto; }
  .mv__inner {
    position: relative; }
    .mv__inner .bxslider img {
      width: 100%;
      height: auto; }
    .mv__inner .bx-wrapper .bx-pager {
      left: 50%;
      bottom: 35px;
      max-width: 1160px;
      margin: 0 auto;
      text-align: left;
      transform: translateX(-50%); }
    .mv__inner .bx-wrapper .bx-pager.bx-default-pager a {
      background: #fff;
      width: 12px;
      height: 12px;
      margin: 0 10px; }
    .mv__inner .bx-wrapper .bx-pager.bx-default-pager a:hover, .mv__inner .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #a0c238; }
    .mv__inner--box {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 100;
      max-width: 1160px;
      width: 100%;
      margin: 0 auto;
      transform: translateX(-50%); }
      .mv__inner--box .en {
        margin-bottom: 5px;
        color: #fff;
        font-size: min(2.5vw, 48px);
        font-family: 'CormorantGaramond';
        letter-spacing: 0.1em;
        text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.4);
        opacity: 0;
        -webkit-animation: example 1s ease 1s 1 forwards;
        animation: example 1s ease 1s 1 forwards; }
      .mv__inner--box .catch {
        margin-bottom: 10px;
        color: #fff;
        font-size: min(4.5vw, 88px);
        line-height: 1.4;
        letter-spacing: 0.1em;
        text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.4);
        opacity: 0;
        -webkit-animation: example 2s ease 2s 1 forwards;
        animation: example 2s ease 2s 1 forwards; }
      .mv__inner--box .txt {
        color: #fff;
        font-size: min(1.2vw, 20px);
        letter-spacing: 0.1em;
        line-height: 1.8;
        text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.4);
        opacity: 0;
        -webkit-animation: example 2s ease 3s 1 forwards;
        animation: example 2s ease 3s 1 forwards; }

@media (max-width: 640px) {
  .mv {
    width: 100%;
    margin: 15.2% auto 0; }
    .mv__inner .bx-wrapper .bx-pager {
      bottom: 15px;
      text-align: center; }
    .mv__inner .bx-wrapper .bx-pager.bx-default-pager a {
      width: 10px;
      height: 10px;
      margin: 0 8px; }
    .mv__inner--box {
      top: auto;
      bottom: 15%;
      width: 90%;
      margin: 0 auto; }
      .mv__inner--box .en {
        margin-bottom: 1%;
        font-size: 18px; }
      .mv__inner--box .catch {
        margin-bottom: 3%;
        font-size: 28px;
        line-height: 1.4; }
      .mv__inner--box .txt {
        font-size: 14px; } }
@-webkit-keyframes example {
  100% {
    opacity: 1; } }
@keyframes example {
  100% {
    opacity: 1; } }
.mvlow {
  background: url("../img/common/bg_mv_low.png") no-repeat center top;
  max-width: 1920px;
  min-height: 688px;
  margin: 0 auto;
  position: relative; }
  .mvlow__inner {
    max-width: 1160px;
    margin: 0 auto; }
    .mvlow__inner--box {
      padding: 320px 0 0; }
      .mvlow__inner--box .h2_en {
        margin-bottom: 20px;
        color: #a0c238;
        font-size: 32px;
        font-family: 'CormorantGaramond';
        letter-spacing: 0.1em; }
      .mvlow__inner--box h2 {
        font-size: 48px;
        line-height: 1.0;
        letter-spacing: 0.1em; }

@media (max-width: 640px) {
  .mvlow {
    background: url("../img/common/bg_mv_low.png") no-repeat 40% top/150% auto;
    min-height: 0;
    margin: 10% auto 0; }
    .mvlow__inner {
      max-width: 90%; }
      .mvlow__inner--box {
        padding: 20% 0; }
        .mvlow__inner--box .h2_en {
          margin-bottom: 2%;
          font-size: 18px; }
        .mvlow__inner--box h2 {
          font-size: 24px; } }
.bread {
  max-width: 1160px;
  margin: 0 auto;
  padding: 20px 20px 70px; }
  .bread__inner ul {
    display: flex;
    flex-wrap: wrap; }
    .bread__inner ul li {
      font-size: 14px;
      letter-spacing: 0.1em; }
      .bread__inner ul li a {
        font-size: 14px;
        text-decoration: none; }
        .bread__inner ul li a:hover {
          text-decoration: underline; }
      .bread__inner ul li a::after {
        display: inline-block;
        content: '｜';
        margin: 0 15px; }

@media (max-width: 640px) {
  .bread {
    max-width: 90%;
    padding: 4% 0 8%; }
    .bread__inner ul li {
      font-size: 12px; }
      .bread__inner ul li a {
        font-size: 12px; }
      .bread__inner ul li a::after {
        margin: 0 10px; } }
.btn_more a {
  display: block;
  border-radius: 15px;
  background: #222;
  padding: 20px 0;
  text-align: center;
  color: #fff !important;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .btn_more a span {
    position: relative;
    display: inline-block;
    background: #fff;
    width: 12px;
    height: 2px;
    margin: 5px 0 5px 20px; }
    .btn_more a span:before {
      content: "";
      position: absolute;
      top: calc(50% - 1px);
      right: 0;
      background: #fff;
      width: 10px;
      height: 2px;
      transform-origin: calc(100% - 1px) 50%;
      transform: rotate(45deg); }
    .btn_more a span:after {
      content: "";
      position: absolute;
      top: calc(50% - 1px);
      right: 0;
      background: #fff;
      width: 10px;
      height: 2px;
      transform-origin: calc(100% - 1px) 50%;
      transform: rotate(-45deg); }
  .btn_more a:hover {
    background: #444;
    text-decoration: none;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s; }

@media (max-width: 640px) {
  .btn_more a {
    padding: 6% 0; }
    .btn_more a span {
      position: relative;
      display: inline-block;
      background: #fff;
      width: 12px;
      height: 2px;
      margin: 5px 0 5px 20px; }
      .btn_more a span:before {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        right: 0;
        background: #fff;
        width: 10px;
        height: 2px;
        transform-origin: calc(100% - 1px) 50%;
        transform: rotate(45deg); }
      .btn_more a span:after {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        right: 0;
        background: #fff;
        width: 10px;
        height: 2px;
        transform-origin: calc(100% - 1px) 50%;
        transform: rotate(-45deg); }
    .btn_more a:hover {
      background: #222; } }
.cta {
  background: #13874a;
  max-width: 1920px;
  margin: 0 auto;
  padding: 150px 0; }
  .cta__inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px; }
    .cta__inner ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .cta__inner ul li:first-child {
        width: calc(100% - 430px); }
        .cta__inner ul li:first-child h2 {
          color: #fff;
          font-size: 80px;
          font-weight: normal;
          font-family: 'CormorantGaramond';
          letter-spacing: 0.05em;
          line-height: 1.2; }
        .cta__inner ul li:first-child .txt {
          color: #fff; }
      .cta__inner ul li:last-child {
        width: 360px; }
        .cta__inner ul li:last-child .btn_contact a {
          display: block;
          border-radius: 10px;
          background: #a0c238;
          padding: 30px 0;
          text-align: center;
          font-size: 18px;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          .cta__inner ul li:last-child .btn_contact a span {
            position: relative;
            display: inline-block;
            background: #222;
            width: 12px;
            height: 2px;
            margin: 5px 0 5px 20px; }
            .cta__inner ul li:last-child .btn_contact a span:before {
              content: "";
              position: absolute;
              top: calc(50% - 1px);
              right: 0;
              background: #222;
              width: 10px;
              height: 2px;
              transform-origin: calc(100% - 1px) 50%;
              transform: rotate(45deg); }
            .cta__inner ul li:last-child .btn_contact a span:after {
              content: "";
              position: absolute;
              top: calc(50% - 1px);
              right: 0;
              background: #222;
              width: 10px;
              height: 2px;
              transform-origin: calc(100% - 1px) 50%;
              transform: rotate(-45deg); }
          .cta__inner ul li:last-child .btn_contact a:hover {
            background: #bdde56;
            text-decoration: none;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; }

@media (max-width: 640px) {
  .cta {
    padding: 10% 0 12%; }
    .cta__inner {
      max-width: 90%;
      padding: 0; }
      .cta__inner ul li:first-child {
        width: 100%;
        margin-bottom: 6%; }
        .cta__inner ul li:first-child h2 {
          text-align: center;
          font-size: 30px; }
        .cta__inner ul li:first-child .txt {
          text-align: center; }
      .cta__inner ul li:last-child {
        width: 100%; }
        .cta__inner ul li:last-child .btn_contact {
          width: 70%;
          margin: 0 auto; }
          .cta__inner ul li:last-child .btn_contact a {
            padding: 6% 0; }
            .cta__inner ul li:last-child .btn_contact a:hover {
              background: #a0c238; } }
* html #pageTop {
  position: absolute; }

.pageTop {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 2%;
  bottom: 2%;
  z-index: 900; }

@media (max-width: 640px) {
  * html #pageTopSp {
    position: absolute; }

  .pageTop {
    position: fixed;
    width: 10%;
    height: auto;
    right: 3%;
    bottom: 2%;
    z-index: 9997; } }
/* footer
------------------------------------------------- */
.footer {
  background: #f2f7f4;
  max-width: 1920px;
  margin: 0 auto;
  padding: 150px 0; }
  .footer__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    .footer__inner--profile {
      width: 350px; }
      .footer__inner--profile h1 {
        width: 186px;
        margin-bottom: 20px; }
        .footer__inner--profile h1 img {
          width: 100%;
          height: auto; }
      .footer__inner--profile .name {
        margin-bottom: 10px;
        font-weight: bold;
        letter-spacing: 0.1em; }
      .footer__inner--profile .address {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 0.1em; }
    .footer__inner--nav {
      width: calc(100% - 360px);
      padding-top: 10px; }
      .footer__inner--nav .fnav {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-bottom: 50px; }
        .footer__inner--nav .fnav li {
          margin-left: 25px; }
          .footer__inner--nav .fnav li a {
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            .footer__inner--nav .fnav li a:hover {
              color: #999;
              text-decoration: none;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
      .footer__inner--nav .lang {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-bottom: 30px; }
        .footer__inner--nav .lang li {
          line-height: 1.0; }
          .footer__inner--nav .lang li a {
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            .footer__inner--nav .lang li a:hover {
              color: #999;
              text-decoration: none;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
          .footer__inner--nav .lang li:first-child {
            border-right: 1px solid #222;
            margin-right: 12px;
            padding-right: 12px;
            padding-left: 22px;
            position: relative; }
            .footer__inner--nav .lang li:first-child:before {
              content: "";
              position: absolute;
              top: 55%;
              left: 0;
              background: url("../img/common/icon_lang.png") no-repeat center center/cover;
              width: 18px;
              height: 18px;
              transform: translateY(-50%); }
          .footer__inner--nav .lang li.act a {
            pointer-events: none;
            border-bottom: 2px solid #222;
            padding-bottom: 3px; }
      .footer__inner--nav .copy {
        text-align: right;
        font-size: 12px;
        letter-spacing: 0.1em; }

@media (max-width: 640px) {
  .footer {
    padding: 10% 0 12%; }
    .footer__inner {
      max-width: 90%;
      padding: 0; }
      .footer__inner--profile {
        width: 100%;
        margin-bottom: 6%; }
        .footer__inner--profile h1 {
          width: 186px;
          margin: 0 auto 4%; }
        .footer__inner--profile .name {
          margin-bottom: 2%;
          text-align: center;
          letter-spacing: 0.05em; }
        .footer__inner--profile .address {
          text-align: center;
          font-size: 14px;
          line-height: 1.8;
          letter-spacing: 0.05em; }
      .footer__inner--nav {
        width: 100%;
        padding-top: 0; }
        .footer__inner--nav .fnav {
          justify-content: space-between;
          margin-bottom: 10%; }
          .footer__inner--nav .fnav li {
            width: 48%;
            margin-left: 0; }
            .footer__inner--nav .fnav li a {
              display: block;
              border-bottom: 1px dotted #999;
              padding: 5% 0 2%;
              text-align: center; }
              .footer__inner--nav .fnav li a:hover {
                color: #222; }
        .footer__inner--nav .lang {
          justify-content: center;
          margin-bottom: 10%; }
          .footer__inner--nav .lang li a:hover {
            color: #222; }
          .footer__inner--nav .lang li:first-child {
            margin-right: 12px;
            padding-right: 12px;
            padding-left: 20px; }
            .footer__inner--nav .lang li:first-child:before {
              top: 55%;
              width: 15px;
              height: 15px; }
          .footer__inner--nav .lang li.act a {
            border-bottom: 1.5px solid #222; }
        .footer__inner--nav .copy {
          text-align: center; } }
/* link
------------------------------------------------- */
a:link,
a:visited {
  color: #000;
  text-decoration: none; }

a:hover,
a:active {
  color: #000;
  text-decoration: underline; }

/* alpha
------------------------------------------------- */
a.alpha img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a.alpha:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s; }

/* *******************************************
     トップ
******************************************* */
#top .sec00 {
  max-width: 1920px;
  margin: 0 auto;
  padding: 200px 0 120px;
  position: relative; }
  #top .sec00 .bg {
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/top/bg_sec00.png") no-repeat center center;
    width: 100%;
    height: 100%;
    z-index: -1; }
  #top .sec00__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto 70px;
    padding: 0 20px; }
    #top .sec00__inner--title {
      width: 360px; }
      #top .sec00__inner--title h2 {
        margin-bottom: 20px;
        font-size: 24px;
        font-family: 'CormorantGaramond';
        font-weight: normal;
        letter-spacing: 0.1em; }
      #top .sec00__inner--title h3 {
        font-size: 40px;
        font-weight: normal;
        line-height: 1.4; }
    #top .sec00__inner--cont {
      width: calc(100% - 380px); }
      #top .sec00__inner--cont p {
        margin-bottom: 20px;
        font-size: 20px; }
  #top .sec00__pht ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #top .sec00__pht ul li {
      width: 19.2%; }
      #top .sec00__pht ul li img {
        border-radius: 10px;
        width: 100%;
        height: auto;
        filter: drop-shadow(8px 4px 10px rgba(19, 135, 74, 0.15)); }

@media (max-width: 640px) {
  #top .sec00 {
    padding: 10% 0 20%; }
    #top .sec00 .bg {
      background: url("../img/top/bg_sec00.png") no-repeat center center/cover; }
    #top .sec00__inner {
      max-width: 90%;
      margin: 0 auto 3%;
      padding: 0; }
      #top .sec00__inner--title {
        width: 100%;
        margin-bottom: 5%; }
        #top .sec00__inner--title h2 {
          margin-bottom: 2%;
          font-size: 20px; }
        #top .sec00__inner--title h3 {
          font-size: 28px; }
      #top .sec00__inner--cont {
        width: 100%; }
        #top .sec00__inner--cont p {
          margin-bottom: 5%;
          font-size: 16px; }
    #top .sec00__pht ul {
      justify-content: center; }
      #top .sec00__pht ul li {
        width: 30%;
        padding: 0 1.5%; }
        #top .sec00__pht ul li:nth-child(-n+3) {
          margin-bottom: 3%; } }
#top .sec01 {
  max-width: 1920px;
  margin: 100px auto 200px; }
  #top .sec01__inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px; }
    #top .sec01__inner--title {
      width: 100%;
      position: relative; }
      #top .sec01__inner--title h2 {
        font-size: 80px;
        font-weight: normal;
        font-family: 'CormorantGaramond';
        letter-spacing: 0.05em;
        line-height: 1.4; }
      #top .sec01__inner--title .h2_jp {
        margin-bottom: 40px;
        letter-spacing: 0.1em; }
      #top .sec01__inner--title .btn {
        position: absolute;
        bottom: 0;
        right: 0;
        padding-right: 20px; }
        #top .sec01__inner--title .btn a {
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          #top .sec01__inner--title .btn a span {
            position: absolute;
            top: 45%;
            right: 0;
            background: #222;
            width: 12px;
            height: 2px; }
            #top .sec01__inner--title .btn a span:before {
              content: "";
              position: absolute;
              top: calc(50% - 1px);
              right: 0;
              background: #222;
              width: 10px;
              height: 2px;
              transform-origin: calc(100% - 1px) 50%;
              transform: rotate(45deg); }
            #top .sec01__inner--title .btn a span:after {
              content: "";
              position: absolute;
              top: calc(50% - 1px);
              right: 0;
              background: #222;
              width: 10px;
              height: 2px;
              transform-origin: calc(100% - 1px) 50%;
              transform: rotate(-45deg); }
          #top .sec01__inner--title .btn a:hover {
            color: #999;
            text-decoration: none;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; }
    #top .sec01__inner--cont {
      width: 100%; }
      #top .sec01__inner--cont a {
        display: block;
        position: relative;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        #top .sec01__inner--cont a:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          background: #a0c238;
          width: 0;
          height: 2px;
          transition: .5s all; }
        #top .sec01__inner--cont a:hover {
          text-decoration: none;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }
          #top .sec01__inner--cont a:hover:after {
            width: 100%; }
        #top .sec01__inner--cont a:first-child dl {
          border-top: 1px solid #ddd; }
        #top .sec01__inner--cont a dl {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          border-bottom: 1px solid #ddd;
          padding: 30px 10px; }
          #top .sec01__inner--cont a dl dt {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            width: 250px; }
            #top .sec01__inner--cont a dl dt .date {
              margin-right: 20px; }
            #top .sec01__inner--cont a dl dt .cate {
              border-radius: 10px;
              background: #f2f7f3;
              width: 120px;
              padding: 5px 0;
              text-align: center;
              color: #13874a;
              font-size: 14px; }
          #top .sec01__inner--cont a dl dd {
            width: calc(100% - 280px);
            padding-right: 20px; }

@media (max-width: 640px) {
  #top .sec01 {
    margin: 0 auto 20%; }
    #top .sec01__inner {
      max-width: 90%;
      padding: 0; }
      #top .sec01__inner--title {
        margin-bottom: 6%; }
        #top .sec01__inner--title h2 {
          text-align: center;
          font-size: 36px; }
        #top .sec01__inner--title .h2_jp {
          margin-bottom: 0;
          text-align: center; }
      #top .sec01__inner--cont {
        margin-bottom: 6%; }
        #top .sec01__inner--cont a:hover {
          background: #fff; }
        #top .sec01__inner--cont a dl {
          padding: 4% 2%; }
          #top .sec01__inner--cont a dl dt {
            width: 100%;
            margin-bottom: 3%; }
            #top .sec01__inner--cont a dl dt .date {
              margin-right: 20px; }
            #top .sec01__inner--cont a dl dt .cate {
              border-radius: 5px;
              width: 100px;
              padding: 1px 0;
              font-size: 12px; }
          #top .sec01__inner--cont a dl dd {
            width: 97%;
            padding-right: 3%; }
        #top .sec01__inner--cont a span {
          right: 10px; }
      #top .sec01__inner .btn_more {
        width: 50%;
        margin: 0 auto; } }
#top .sec02 {
  background: url("../img/top/bg_sec02.jpg") no-repeat center top;
  max-width: 1920px;
  margin: 0 auto;
  padding: 460px 0 220px; }
  #top .sec02__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #top .sec02__inner h2 {
      color: #fff;
      font-size: 80px;
      font-weight: normal;
      font-family: 'CormorantGaramond';
      letter-spacing: 0.05em;
      line-height: 1.4; }
    #top .sec02__inner .h2_jp {
      margin-bottom: 45px;
      color: #fff;
      letter-spacing: 0.1em; }
    #top .sec02__inner--box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      border-radius: 20px;
      background: #fff;
      filter: drop-shadow(8px 4px 10px rgba(19, 135, 74, 0.15));
      padding: 60px 100px; }
      #top .sec02__inner--box .title {
        width: calc(100% - 340px); }
        #top .sec02__inner--box .title .h3_en {
          margin-bottom: 10px;
          color: #a0c238;
          font-size: 24px;
          font-family: 'CormorantGaramond'; }
        #top .sec02__inner--box .title h3 {
          margin-bottom: 5px;
          font-size: 32px; }
      #top .sec02__inner--box .btn_more {
        width: 300px; }

@media (max-width: 640px) {
  #top .sec02 {
    background: url("../img/top/bg_sec02.jpg") no-repeat center top/150% auto;
    padding: 25% 0 20%; }
    #top .sec02__inner {
      max-width: 90%;
      padding: 0; }
      #top .sec02__inner h2 {
        font-size: 36px; }
      #top .sec02__inner .h2_jp {
        margin-bottom: 8%; }
      #top .sec02__inner--box {
        padding: 5% 10%; }
        #top .sec02__inner--box .title {
          width: 100%;
          margin-bottom: 5%; }
          #top .sec02__inner--box .title .h3_en {
            margin-bottom: 3%;
            font-size: 18px; }
          #top .sec02__inner--box .title h3 {
            margin-bottom: 2%;
            font-size: 20px;
            line-height: 1.4; }
        #top .sec02__inner--box .btn_more {
          width: 70%;
          margin: 0 auto; } }
#top .sec03 {
  background: url("../img/top/bg_sec03.png") no-repeat center top;
  max-width: 1920px;
  margin: 0 auto;
  padding: 100px 0 290px; }
  #top .sec03__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto; }
    #top .sec03__inner figure {
      width: 55.5%;
      position: relative; }
      #top .sec03__inner figure .main img {
        border-radius: 0 10px 10px 0;
        filter: drop-shadow(8px 4px 10px rgba(19, 135, 74, 0.15));
        width: 100%;
        height: auto; }
      #top .sec03__inner figure .sub {
        position: absolute;
        top: 85%;
        left: 45%;
        width: 30%; }
        #top .sec03__inner figure .sub img {
          border-radius: 10px;
          filter: drop-shadow(8px 4px 10px rgba(19, 135, 74, 0.15));
          width: 100%;
          height: auto; }
      #top .sec03__inner figure + div {
        width: 27%;
        margin-right: 10%; }
        #top .sec03__inner figure + div h2 {
          font-size: 80px;
          font-weight: normal;
          font-family: 'CormorantGaramond';
          letter-spacing: 0.05em;
          line-height: 1.4; }
        #top .sec03__inner figure + div .h2_jp {
          margin-bottom: 30px;
          letter-spacing: 0.1em; }
        #top .sec03__inner figure + div .txt {
          margin-bottom: 30px; }
        #top .sec03__inner figure + div .btn_more {
          max-width: 300px; }

@media (max-width: 640px) {
  #top .sec03 {
    background: url("../img/top/bg_sec03.png") no-repeat center top/150% auto;
    padding: 12% 0 20%; }
    #top .sec03__inner {
      max-width: 90%;
      padding: 0; }
      #top .sec03__inner figure {
        width: 100%;
        margin-bottom: 10%; }
        #top .sec03__inner figure .main img {
          border-radius: 10px; }
        #top .sec03__inner figure .sub {
          top: 85%;
          left: auto;
          right: -3%;
          width: 30%; }
          #top .sec03__inner figure .sub img {
            border-radius: 10px; }
        #top .sec03__inner figure + div {
          width: 100%;
          margin: 0; }
          #top .sec03__inner figure + div h2 {
            text-align: center;
            font-size: 36px; }
          #top .sec03__inner figure + div .h2_jp {
            margin-bottom: 6%;
            text-align: center; }
          #top .sec03__inner figure + div .txt {
            margin-bottom: 6%;
            text-align: center; }
          #top .sec03__inner figure + div .btn_more {
            width: 60%;
            margin: 0 auto; } }
#top .sec04 {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0 230px; }
  #top .sec04__inner {
    max-width: 1440px;
    margin: 0 auto; }
    #top .sec04__inner h2 {
      text-align: center;
      font-size: 80px;
      font-weight: normal;
      font-family: 'CormorantGaramond';
      letter-spacing: 0.05em;
      line-height: 1.4; }
    #top .sec04__inner .h2_jp {
      margin-bottom: 40px;
      text-align: center;
      letter-spacing: 0.1em; }
    #top .sec04__inner .txt {
      margin-bottom: 50px;
      text-align: center; }
    #top .sec04__inner ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 50px;
      filter: drop-shadow(8px 4px 10px rgba(19, 135, 74, 0.15)); }
      #top .sec04__inner ul li {
        width: 33.3%; }
        #top .sec04__inner ul li a figure {
          margin-bottom: 25px;
          overflow: hidden; }
          #top .sec04__inner ul li a figure img {
            width: 100%;
            height: auto;
            transition: transform .6s ease; }
          #top .sec04__inner ul li a figure + div {
            padding: 0 25px; }
            #top .sec04__inner ul li a figure + div .en {
              color: #a0c238;
              font-size: min(1.8vw, 24px); }
            #top .sec04__inner ul li a figure + div h3 {
              display: flex;
              align-items: center;
              font-size: min(1.8vw, 24px);
              font-weight: normal; }
              #top .sec04__inner ul li a figure + div h3 span {
                position: relative;
                display: inline-block;
                background: #222;
                width: 12px;
                height: 2px;
                margin: 5px 0 5px 15px; }
                #top .sec04__inner ul li a figure + div h3 span:before {
                  content: "";
                  position: absolute;
                  top: calc(50% - 1px);
                  right: 0;
                  background: #222;
                  width: 10px;
                  height: 2px;
                  transform-origin: calc(100% - 1px) 50%;
                  transform: rotate(45deg); }
                #top .sec04__inner ul li a figure + div h3 span:after {
                  content: "";
                  position: absolute;
                  top: calc(50% - 1px);
                  right: 0;
                  background: #222;
                  width: 10px;
                  height: 2px;
                  transform-origin: calc(100% - 1px) 50%;
                  transform: rotate(-45deg); }
        #top .sec04__inner ul li a:hover {
          text-decoration: none; }
          #top .sec04__inner ul li a:hover figure img {
            transform: scale(1.1); }
    #top .sec04__inner .btn_more {
      max-width: 340px;
      margin: 0 auto; }

@media (max-width: 640px) {
  #top .sec04 {
    padding: 0 0 20%; }
    #top .sec04__inner {
      max-width: 90%;
      padding: 0; }
      #top .sec04__inner h2 {
        font-size: 36px; }
      #top .sec04__inner .h2_jp {
        margin-bottom: 6%; }
      #top .sec04__inner .txt {
        margin-bottom: 6%; }
      #top .sec04__inner ul {
        margin-bottom: 3%; }
        #top .sec04__inner ul li {
          width: 100%;
          margin-bottom: 6%; }
          #top .sec04__inner ul li a figure {
            margin-bottom: 5%; }
            #top .sec04__inner ul li a figure + div {
              padding: 0 3%; }
              #top .sec04__inner ul li a figure + div .en {
                font-size: 16px; }
              #top .sec04__inner ul li a figure + div h3 {
                font-size: 16px; }
      #top .sec04__inner .btn_more {
        width: 75%; } }
#top .sec05 {
  background: url("../img/top/bg_sec05.png") no-repeat center top;
  max-width: 1920px;
  margin: 0 auto;
  padding: 100px 0 290px; }
  #top .sec05__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto; }
    #top .sec05__inner figure {
      order: 2;
      width: 55.5%;
      position: relative; }
      #top .sec05__inner figure .main img {
        border-radius: 10px 0 0 10px;
        filter: drop-shadow(8px 4px 10px rgba(19, 135, 74, 0.15));
        width: 100%;
        height: auto; }
      #top .sec05__inner figure .sub {
        position: absolute;
        top: 85%;
        left: -6%;
        width: 30%; }
        #top .sec05__inner figure .sub img {
          border-radius: 10px;
          filter: drop-shadow(8px 4px 10px rgba(19, 135, 74, 0.15));
          width: 100%;
          height: auto; }
      #top .sec05__inner figure + div {
        width: 27%;
        margin-left: 10%; }
        #top .sec05__inner figure + div h2 {
          font-size: 80px;
          font-weight: normal;
          font-family: 'CormorantGaramond';
          letter-spacing: 0.05em;
          line-height: 1.4; }
        #top .sec05__inner figure + div .h2_jp {
          margin-bottom: 30px;
          letter-spacing: 0.1em; }
        #top .sec05__inner figure + div .txt {
          margin-bottom: 30px; }
        #top .sec05__inner figure + div .btn_more {
          max-width: 300px; }

@media (max-width: 640px) {
  #top .sec05 {
    background: url("../img/top/bg_sec05.png") no-repeat center top/150% auto;
    padding: 12% 0 20%; }
    #top .sec05__inner {
      max-width: 90%;
      padding: 0; }
      #top .sec05__inner figure {
        order: 1;
        width: 100%;
        margin-bottom: 10%; }
        #top .sec05__inner figure .main img {
          border-radius: 10px; }
        #top .sec05__inner figure .sub {
          top: 85%;
          left: -3%;
          width: 30%; }
        #top .sec05__inner figure + div {
          order: 2;
          width: 100%;
          margin: 0; }
          #top .sec05__inner figure + div h2 {
            text-align: center;
            font-size: 36px; }
          #top .sec05__inner figure + div .h2_jp {
            margin-bottom: 6%;
            text-align: center; }
          #top .sec05__inner figure + div .txt {
            margin-bottom: 6%;
            text-align: center; }
          #top .sec05__inner figure + div .btn_more {
            width: 70%;
            margin: 0 auto; } }
/* *******************************************
     事業紹介
******************************************* */
#business .sec01 {
  background: url("../img/business/bg_sec01.png") repeat-x center top #f2f7f3;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 140px; }
  #business .sec01__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #business .sec01__inner--block01 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 140px; }
      #business .sec01__inner--block01 figure {
        order: 2;
        width: 56%; }
        #business .sec01__inner--block01 figure img {
          border-radius: 20px;
          width: 100%;
          height: auto;
          filter: drop-shadow(8px 4px 10px rgba(19, 135, 74, 0.15)); }
        #business .sec01__inner--block01 figure + div {
          order: 1;
          width: 38%; }
          #business .sec01__inner--block01 figure + div .h3_en {
            margin-bottom: 10px;
            color: #a0c238;
            font-size: 24px;
            font-family: 'CormorantGaramond';
            letter-spacing: 0.1em; }
          #business .sec01__inner--block01 figure + div h3 {
            margin-bottom: 20px;
            font-size: 32px; }
          #business .sec01__inner--block01 figure + div .txt {
            margin-bottom: 20px;
            line-height: 1.8; }
            #business .sec01__inner--block01 figure + div .txt.lst {
              margin-bottom: 35px; }
          #business .sec01__inner--block01 figure + div .btn_more {
            width: 300px; }
    #business .sec01__inner--block02 {
      margin-bottom: 130px; }
      #business .sec01__inner--block02 .h3_en {
        margin-bottom: 10px;
        text-align: center;
        color: #a0c238;
        font-size: 24px;
        font-family: 'CormorantGaramond';
        letter-spacing: 0.1em; }
      #business .sec01__inner--block02 h3 {
        margin-bottom: 40px;
        text-align: center;
        font-size: 32px; }
      #business .sec01__inner--block02 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #business .sec01__inner--block02 ul li {
          border-radius: 20px;
          background: #fff;
          width: 25%;
          padding: 50px 3% 60px;
          text-align: center;
          filter: drop-shadow(8px 4px 10px rgba(19, 135, 74, 0.15)); }
          #business .sec01__inner--block02 ul li .icon {
            margin-bottom: 20px; }
          #business .sec01__inner--block02 ul li h4 {
            margin-bottom: 15px;
            font-size: 24px;
            font-weight: normal; }
          #business .sec01__inner--block02 ul li .txt {
            line-height: 1.8; }
    #business .sec01__inner--block03 {
      max-width: 960px;
      margin: 0 auto; }
      #business .sec01__inner--block03 .title {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 50px; }
        #business .sec01__inner--block03 .title .ttl {
          width: 260px; }
          #business .sec01__inner--block03 .title .ttl .h3_en {
            margin-bottom: 10px;
            color: #a0c238;
            font-size: 24px;
            font-family: 'CormorantGaramond';
            letter-spacing: 0.1em; }
          #business .sec01__inner--block03 .title .ttl h3 {
            font-size: 32px; }
        #business .sec01__inner--block03 .title .text {
          width: calc(100% - 300px); }
          #business .sec01__inner--block03 .title .text p {
            margin-bottom: 20px;
            line-height: 1.8; }
            #business .sec01__inner--block03 .title .text p.lst {
              margin-bottom: 0; }
      #business .sec01__inner--block03 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #business .sec01__inner--block03 ul li {
          width: 42%;
          text-align: center; }
          #business .sec01__inner--block03 ul li:first-child {
            position: relative; }
            #business .sec01__inner--block03 ul li:first-child:after {
              content: "";
              position: absolute;
              top: 100px;
              right: -28%;
              background: url("../img/business/icon_aroow.png") no-repeat center center/cover;
              width: 72px;
              height: 112px; }
          #business .sec01__inner--block03 ul li .cap {
            margin-bottom: 15px; }
          #business .sec01__inner--block03 ul li figure img {
            width: 100%;
            height: auto; }
          #business .sec01__inner--block03 ul li .ha01 {
            margin: 25px 0 10px;
            font-size: 30px;
            font-weight: bold;
            letter-spacing: 0.1em; }
          #business .sec01__inner--block03 ul li .ha02 {
            margin: 10px 0 10px;
            color: #a0c238;
            font-size: 40px;
            font-weight: bold;
            letter-spacing: 0.1em; }

@media (max-width: 640px) {
  #business .sec01 {
    background: #f2f7f3;
    padding: 8% 0 12%; }
    #business .sec01__inner {
      max-width: 90%;
      padding: 0; }
      #business .sec01__inner--block01 {
        margin-bottom: 15%; }
        #business .sec01__inner--block01 figure {
          order: 2;
          width: 100%; }
          #business .sec01__inner--block01 figure img {
            border-radius: 10px; }
          #business .sec01__inner--block01 figure + div {
            order: 1;
            width: 100%;
            margin-bottom: 8%; }
            #business .sec01__inner--block01 figure + div .h3_en {
              margin-bottom: 1%;
              text-align: center;
              font-size: 16px; }
            #business .sec01__inner--block01 figure + div h3 {
              margin-bottom: 4%;
              text-align: center;
              font-size: 24px;
              line-height: 1.4; }
            #business .sec01__inner--block01 figure + div .txt {
              margin-bottom: 4%; }
              #business .sec01__inner--block01 figure + div .txt.lst {
                margin-bottom: 6%; }
            #business .sec01__inner--block01 figure + div .btn_more {
              width: 70%;
              margin: 0 auto; }
      #business .sec01__inner--block02 {
        margin-bottom: 15%; }
        #business .sec01__inner--block02 .h3_en {
          margin-bottom: 2%;
          font-size: 16px; }
        #business .sec01__inner--block02 h3 {
          margin-bottom: 6%;
          font-size: 24px; }
        #business .sec01__inner--block02 ul li {
          border-radius: 15px;
          width: 100%;
          margin-bottom: 5%;
          padding: 5% 3% 5%; }
          #business .sec01__inner--block02 ul li .icon {
            width: 15%;
            margin: 0 auto 2%; }
          #business .sec01__inner--block02 ul li h4 {
            margin-bottom: 2%;
            font-size: 16px; }
          #business .sec01__inner--block02 ul li .txt {
            line-height: 1.8; }
      #business .sec01__inner--block03 {
        max-width: 100%; }
        #business .sec01__inner--block03 .title {
          margin-bottom: 8%; }
          #business .sec01__inner--block03 .title .ttl {
            width: 100%;
            margin-bottom: 5%; }
            #business .sec01__inner--block03 .title .ttl .h3_en {
              margin-bottom: 1%;
              text-align: center;
              font-size: 16px; }
            #business .sec01__inner--block03 .title .ttl h3 {
              text-align: center;
              font-size: 24px; }
          #business .sec01__inner--block03 .title .text {
            width: 100%; }
            #business .sec01__inner--block03 .title .text p {
              margin-bottom: 3%; }
        #business .sec01__inner--block03 ul li {
          width: 42%; }
          #business .sec01__inner--block03 ul li:first-child:after {
            top: 50px;
            right: -28%;
            width: 30px;
            height: 47px; }
          #business .sec01__inner--block03 ul li .cap {
            margin-bottom: 2%; }
          #business .sec01__inner--block03 ul li figure img {
            width: 100%;
            height: auto; }
          #business .sec01__inner--block03 ul li .ha01 {
            margin: 20px 0 5px;
            font-size: 18px; }
          #business .sec01__inner--block03 ul li .ha02 {
            margin: 10px 0 5px;
            color: #a0c238;
            font-size: 24px; } }
#business .sec02 {
  max-width: 1920px;
  margin: 140px auto 120px; }
  #business .sec02__inner {
    max-width: 1440px;
    margin: 0 auto; }
    #business .sec02__inner .h3_en {
      margin-bottom: 10px;
      text-align: center;
      color: #a0c238;
      font-size: 24px;
      font-family: 'CormorantGaramond';
      letter-spacing: 0.1em; }
    #business .sec02__inner h3 {
      margin-bottom: 20px;
      text-align: center;
      font-size: 32px; }
    #business .sec02__inner .read {
      margin-bottom: 30px;
      text-align: center;
      line-height: 1.8; }
    #business .sec02__inner--map {
      position: relative; }
      #business .sec02__inner--map .ship {
        position: absolute;
        top: 52%;
        left: 50%;
        width: 41.6%;
        transform: translate(-50%, -50%);
        z-index: 2; }
        #business .sec02__inner--map .ship img {
          width: 100%;
          height: auto; }
      #business .sec02__inner--map .block01 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20%; }
        #business .sec02__inner--map .block01 figure {
          width: 50%; }
          #business .sec02__inner--map .block01 figure img {
            border-radius: 0 20px 20px 0;
            width: 100%;
            height: auto;
            filter: drop-shadow(8px 4px 10px rgba(19, 135, 74, 0.15));
            margin-bottom: 10px; }
          #business .sec02__inner--map .block01 figure + div {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            width: 35%;
            margin-right: 10%;
            position: relative; }
            #business .sec02__inner--map .block01 figure + div .box {
              position: absolute;
              top: 50%;
              left: 0;
              transform: translateY(-50%); }
              #business .sec02__inner--map .block01 figure + div .box .country {
                margin-bottom: 20px;
                padding-left: 50px;
                position: relative; }
                #business .sec02__inner--map .block01 figure + div .box .country:before {
                  content: "";
                  position: absolute;
                  top: -8px;
                  left: 0;
                  background: url("../img/business/icon_jp.png") no-repeat center center/cover;
                  width: 40px;
                  height: 40px; }
              #business .sec02__inner--map .block01 figure + div .box h4 {
                margin-bottom: 20px;
                font-size: 32px;
                font-weight: normal; }
      #business .sec02__inner--map .block02 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center; }
        #business .sec02__inner--map .block02 figure {
          order: 2;
          width: 50%; }
          #business .sec02__inner--map .block02 figure img {
            border-radius: 20px 0 0 20px;
            width: 100%;
            height: auto;
            filter: drop-shadow(8px 4px 10px rgba(19, 135, 74, 0.15)); }
          #business .sec02__inner--map .block02 figure + div {
            order: 1;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            width: 35%;
            margin-left: 10%;
            position: relative; }
            #business .sec02__inner--map .block02 figure + div .box {
              position: absolute;
              top: 50%;
              left: 0;
              transform: translateY(-50%); }
              #business .sec02__inner--map .block02 figure + div .box .country {
                margin-bottom: 20px;
                padding-left: 50px;
                position: relative; }
                #business .sec02__inner--map .block02 figure + div .box .country:before {
                  content: "";
                  position: absolute;
                  top: -8px;
                  left: 0;
                  background: url("../img/business/icon_ph.png") no-repeat center center/cover;
                  width: 40px;
                  height: 40px; }
              #business .sec02__inner--map .block02 figure + div .box h4 {
                margin-bottom: 20px;
                font-size: 32px;
                font-weight: normal; }

@media (max-width: 640px) {
  #business .sec02 {
    margin: 10% auto 12%; }
    #business .sec02__inner {
      max-width: 90%; }
      #business .sec02__inner .h3_en {
        margin-bottom: 1%;
        font-size: 16px; }
      #business .sec02__inner h3 {
        margin-bottom: 3%;
        font-size: 24px; }
      #business .sec02__inner .read {
        margin-bottom: 8%; }
      #business .sec02__inner--map .ship {
        position: relative;
        top: 0;
        left: 0;
        width: 80%;
        margin: -10% auto 0;
        transform: translate(0); }
      #business .sec02__inner--map .block01 {
        margin-bottom: 0; }
        #business .sec02__inner--map .block01 figure {
          width: 90%;
          margin: 0 auto 5%; }
          #business .sec02__inner--map .block01 figure img {
            border-radius: 10px; }
          #business .sec02__inner--map .block01 figure + div {
            width: 70%;
            margin: 0 0 0 30%; }
            #business .sec02__inner--map .block01 figure + div .box {
              top: 50%;
              left: 0;
              transform: translateY(-50%); }
              #business .sec02__inner--map .block01 figure + div .box .country {
                margin-bottom: 3%;
                padding-left: 40px; }
                #business .sec02__inner--map .block01 figure + div .box .country:before {
                  top: -4px;
                  width: 30px;
                  height: 30px; }
              #business .sec02__inner--map .block01 figure + div .box h4 {
                margin-bottom: 4%;
                font-size: 20px; }
      #business .sec02__inner--map .block02 {
        margin-top: -15%; }
        #business .sec02__inner--map .block02 figure {
          order: 2;
          width: 90%;
          margin: 0 auto; }
          #business .sec02__inner--map .block02 figure img {
            border-radius: 10px; }
          #business .sec02__inner--map .block02 figure + div {
            order: 1;
            width: 70%;
            margin: 0; }
            #business .sec02__inner--map .block02 figure + div .box {
              top: 50%;
              left: 0;
              transform: translateY(-50%); }
              #business .sec02__inner--map .block02 figure + div .box .country {
                margin-bottom: 3%;
                padding-left: 40px; }
                #business .sec02__inner--map .block02 figure + div .box .country:before {
                  top: -4px;
                  width: 30px;
                  height: 30px; }
              #business .sec02__inner--map .block02 figure + div .box h4 {
                margin-bottom: 4%;
                font-size: 20px; } }
#business .sec03 {
  max-width: 1920px;
  margin: 0 auto 120px; }
  #business .sec03__inner {
    max-width: 1160px;
    margin: 0 auto; }
    #business .sec03__inner--box {
      border-radius: 20px;
      background: #f2f7f3;
      padding: 70px 70px; }
      #business .sec03__inner--box h3 {
        margin-bottom: 20px;
        text-align: center;
        font-size: 32px; }
      #business .sec03__inner--box .read {
        margin-bottom: 40px;
        text-align: center; }
      #business .sec03__inner--box figure {
        max-width: 760px;
        width: 100%;
        margin: 0 auto; }
        #business .sec03__inner--box figure img {
          width: 100%;
          height: auto; }
    #business .sec03__inner ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 960px;
      margin: 70px auto 0; }
      #business .sec03__inner ul li {
        border-radius: 15px;
        background: #fff;
        filter: drop-shadow(8px 4px 10px rgba(19, 135, 74, 0.15));
        width: 42%;
        padding: 35px 0;
        text-align: center;
        position: relative; }
        #business .sec03__inner ul li:first-child::before {
          content: "";
          position: absolute;
          top: -115px;
          left: 50%;
          background: url("../img/business/icon_arrow_grn.png") no-repeat center center/cover;
          width: 18px;
          height: 91px;
          transform: translateX(-50%); }
        #business .sec03__inner ul li:last-child::before {
          content: "";
          position: absolute;
          top: -115px;
          left: 50%;
          background: url("../img/business/icon_arrow_blk.png") no-repeat center center/cover;
          width: 18px;
          height: 91px;
          transform: translateX(-50%); }
        #business .sec03__inner ul li .icon {
          margin-bottom: 10px; }
        #business .sec03__inner ul li h4 {
          font-size: 24px;
          font-weight: normal; }

@media (max-width: 640px) {
  #business .sec03 {
    margin: 0 auto 12%; }
    #business .sec03__inner {
      max-width: 90%; }
      #business .sec03__inner--box {
        border-radius: 10px;
        padding: 10% 5%; }
        #business .sec03__inner--box h3 {
          margin-bottom: 5%;
          font-size: 24px; }
        #business .sec03__inner--box .read {
          margin-bottom: 6%; }
        #business .sec03__inner--box figure {
          max-width: 100%; }
      #business .sec03__inner ul {
        max-width: 100%;
        margin: 50px auto 0; }
        #business .sec03__inner ul li {
          border-radius: 10px;
          width: 42%;
          padding: 5% 0; }
          #business .sec03__inner ul li:first-child::before {
            top: -75px;
            left: 38%;
            width: 10px;
            height: 51px;
            transform: translateX(0); }
          #business .sec03__inner ul li:last-child::before {
            top: -75px;
            left: 58%;
            width: 10px;
            height: 51px;
            transform: translateX(0); }
          #business .sec03__inner ul li .icon {
            width: 20%;
            margin: 0 auto 3%; }
          #business .sec03__inner ul li h4 {
            font-size: 14px; } }
#business .sec04 {
  background: #f2f7f3;
  max-width: 1920px;
  margin: 0 auto;
  padding: 150px 0 50px; }
  #business .sec04__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #business .sec04__inner .h3_en {
      margin-bottom: 10px;
      text-align: center;
      font-size: 24px;
      font-family: 'CormorantGaramond';
      letter-spacing: 0.1em; }
    #business .sec04__inner h3 {
      margin-bottom: 20px;
      text-align: center;
      font-size: 32px; }
    #business .sec04__inner .read {
      margin-bottom: 40px;
      text-align: center; }
    #business .sec04__inner .block {
      border-top: 1px solid #ddd;
      padding: 40px 0 70px; }
      #business .sec04__inner .block h4 {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 35px;
        font-weight: normal; }
        #business .sec04__inner .block h4 span {
          margin-left: 5px;
          font-size: 20px; }
      #business .sec04__inner .block ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #business .sec04__inner .block ul li {
          width: 23.5%;
          text-align: center; }
          #business .sec04__inner .block ul li figure {
            margin-bottom: 15px; }
            #business .sec04__inner .block ul li figure img {
              border-radius: 10px;
              width: 100%;
              height: auto; }
          #business .sec04__inner .block ul li h5 {
            font-size: 24px;
            font-weight: normal; }

@media (max-width: 640px) {
  #business .sec04 {
    padding: 10% 0 5%; }
    #business .sec04__inner {
      max-width: 90%;
      padding: 0; }
      #business .sec04__inner .h3_en {
        margin-bottom: 1%;
        font-size: 16px; }
      #business .sec04__inner h3 {
        margin-bottom: 4%;
        font-size: 24px; }
      #business .sec04__inner .read {
        margin-bottom: 6%; }
      #business .sec04__inner .block {
        padding: 6% 0 8%; }
        #business .sec04__inner .block h4 {
          margin-bottom: 5%; }
          #business .sec04__inner .block h4 img {
            width: 13%;
            height: auto; }
          #business .sec04__inner .block h4 span {
            font-size: 18px; }
        #business .sec04__inner .block ul li {
          width: 48%; }
          #business .sec04__inner .block ul li:nth-child(n+3) {
            margin-top: 6%; }
          #business .sec04__inner .block ul li figure {
            margin-bottom: 4%; }
          #business .sec04__inner .block ul li h5 {
            font-size: 20px; } }
#business .sec05 {
  max-width: 1920px;
  margin: 0 auto;
  padding: 140px 0 120px; }
  #business .sec05__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #business .sec05__inner .h3_en {
      margin-bottom: 10px;
      text-align: center;
      color: #a0c238;
      font-size: 24px;
      font-family: 'CormorantGaramond';
      letter-spacing: 0.1em; }
    #business .sec05__inner h3 {
      margin-bottom: 40px;
      text-align: center;
      font-size: 32px; }
      #business .sec05__inner h3 + figure {
        margin-bottom: 80px; }
        #business .sec05__inner h3 + figure img {
          border-radius: 15px;
          width: 100%;
          height: auto; }
        #business .sec05__inner h3 + figure + div {
          max-width: 960px;
          margin: 0 auto; }
          #business .sec05__inner h3 + figure + div .date {
            display: inline-block;
            background: #f2f7f3;
            margin-bottom: 15px;
            padding: 5px 15px;
            color: #13874a; }
          #business .sec05__inner h3 + figure + div h4 {
            margin-bottom: 20px;
            font-size: 24px;
            font-weight: normal; }
          #business .sec05__inner h3 + figure + div .block {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; }
            #business .sec05__inner h3 + figure + div .block figure {
              order: 2;
              width: 48%; }
              #business .sec05__inner h3 + figure + div .block figure .cap {
                margin-bottom: 5px;
                color: #13874a; }
              #business .sec05__inner h3 + figure + div .block figure img {
                border-radius: 10px;
                width: 100%;
                height: auto; }
              #business .sec05__inner h3 + figure + div .block figure + div {
                order: 1;
                width: 48%; }
                #business .sec05__inner h3 + figure + div .block figure + div dl dt {
                  margin-bottom: 5px;
                  color: #13874a; }
                #business .sec05__inner h3 + figure + div .block figure + div dl dd {
                  margin-bottom: 20px; }

@media (max-width: 640px) {
  #business .sec05 {
    padding: 12% 0; }
    #business .sec05__inner {
      max-width: 90%;
      padding: 0; }
      #business .sec05__inner .h3_en {
        margin-bottom: 1%;
        font-size: 16px; }
      #business .sec05__inner h3 {
        margin-bottom: 6%;
        font-size: 24px; }
        #business .sec05__inner h3 + figure {
          margin-bottom: 8%; }
          #business .sec05__inner h3 + figure img {
            border-radius: 10px; }
          #business .sec05__inner h3 + figure + div .date {
            margin-bottom: 3%;
            padding: 1% 3%; }
          #business .sec05__inner h3 + figure + div h4 {
            margin-bottom: 4%;
            font-size: 20px; }
          #business .sec05__inner h3 + figure + div .block {
            max-width: 100%; }
            #business .sec05__inner h3 + figure + div .block figure {
              order: 2;
              width: 100%; }
              #business .sec05__inner h3 + figure + div .block figure cap {
                margin-bottom: 0; }
              #business .sec05__inner h3 + figure + div .block figure + div {
                order: 1;
                width: 100%; }
                #business .sec05__inner h3 + figure + div .block figure + div dl dt {
                  margin-bottom: 0; }
                #business .sec05__inner h3 + figure + div .block figure + div dl dd {
                  margin-bottom: 5%; } }
/* *******************************************
     ジャトロファ種子の特徴
******************************************* */
#jatropha .sec01 {
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0 120px; }
  #jatropha .sec01__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #jatropha .sec01__inner figure {
      order: 2;
      width: 48%; }
      #jatropha .sec01__inner figure img {
        border-radius: 10px;
        width: 100%;
        height: auto; }
      #jatropha .sec01__inner figure + div {
        order: 1;
        width: 48%; }
        #jatropha .sec01__inner figure + div .h3_en {
          margin-bottom: 10px;
          color: #a0c238;
          font-size: 24px;
          font-family: 'CormorantGaramond';
          letter-spacing: 0.1em; }
        #jatropha .sec01__inner figure + div h3 {
          margin-bottom: 20px;
          font-size: 32px; }
        #jatropha .sec01__inner figure + div .txt {
          line-height: 1.8; }

@media (max-width: 640px) {
  #jatropha .sec01 {
    padding: 4% 0 12%; }
    #jatropha .sec01__inner {
      max-width: 90%;
      padding: 0; }
      #jatropha .sec01__inner figure {
        width: 100%; }
        #jatropha .sec01__inner figure + div {
          width: 100%;
          margin-bottom: 8%; }
          #jatropha .sec01__inner figure + div .h3_en {
            margin-bottom: 3%;
            font-size: 16px;
            letter-spacing: 0.1em; }
          #jatropha .sec01__inner figure + div h3 {
            margin-bottom: 3%;
            font-size: 24px; }
          #jatropha .sec01__inner figure + div .txt {
            line-height: 1.8; } }
#jatropha .sec02 {
  background: #f2f7f3;
  max-width: 1920px;
  margin: 0 auto;
  padding: 120px 0; }
  #jatropha .sec02__inner {
    max-width: 1160px;
    margin: 0 auto; }
    #jatropha .sec02__inner .h3_en {
      margin-bottom: 10px;
      text-align: center;
      color: #a0c238;
      font-size: 24px;
      font-family: 'CormorantGaramond';
      letter-spacing: 0.1em; }
    #jatropha .sec02__inner h3 {
      margin-bottom: 50px;
      text-align: center;
      font-size: 32px; }
    #jatropha .sec02__inner ul li {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      border-radius: 20px;
      background: #fff;
      filter: drop-shadow(8px 4px 10px rgba(19, 135, 74, 0.15));
      margin-bottom: 50px; }
      #jatropha .sec02__inner ul li figure {
        width: 50%; }
        #jatropha .sec02__inner ul li figure img {
          width: 100%;
          height: auto; }
        #jatropha .sec02__inner ul li figure + div {
          width: 40%;
          padding: 0 5%; }
          #jatropha .sec02__inner ul li figure + div .no {
            margin-bottom: 10px;
            color: #a0c238;
            font-size: 40px;
            font-family: 'CormorantGaramond';
            letter-spacing: 0.1em;
            line-height: 1.2; }
          #jatropha .sec02__inner ul li figure + div h4 {
            margin-bottom: 15px;
            font-size: 24px;
            font-weight: normal; }
      #jatropha .sec02__inner ul li:nth-child(odd) figure img {
        border-radius: 19px 0 0 19px; }
      #jatropha .sec02__inner ul li:nth-child(even) figure {
        order: 2; }
        #jatropha .sec02__inner ul li:nth-child(even) figure img {
          border-radius: 0 19px 19px 0; }
        #jatropha .sec02__inner ul li:nth-child(even) figure + div {
          order: 1; }

@media (max-width: 640px) {
  #jatropha .sec02 {
    padding: 10% 0 8%; }
    #jatropha .sec02__inner {
      max-width: 90%; }
      #jatropha .sec02__inner .h3_en {
        margin-bottom: 1%;
        font-size: 16px; }
      #jatropha .sec02__inner h3 {
        margin-bottom: 8%;
        font-size: 24px; }
      #jatropha .sec02__inner ul li {
        border-radius: 10px;
        margin-bottom: 8%; }
        #jatropha .sec02__inner ul li figure {
          width: 100%; }
          #jatropha .sec02__inner ul li figure + div {
            width: 90%;
            padding: 2% 5% 5%; }
            #jatropha .sec02__inner ul li figure + div .no {
              margin-bottom: 2%;
              font-size: 30px;
              line-height: 1.0; }
            #jatropha .sec02__inner ul li figure + div h4 {
              margin-bottom: 3%;
              font-size: 20px; }
        #jatropha .sec02__inner ul li:nth-child(odd) figure img {
          border-radius: 10px 10px 0 0; }
        #jatropha .sec02__inner ul li:nth-child(even) figure {
          order: 1; }
          #jatropha .sec02__inner ul li:nth-child(even) figure img {
            border-radius: 10px 10px 0 0; }
          #jatropha .sec02__inner ul li:nth-child(even) figure + div {
            order: 2; } }
/* *******************************************
     農園紹介
******************************************* */
#farm .sec01 {
  background: url("../img/farm/bg_sec01.png") repeat-x center top;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 140px; }
  #farm .sec01__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #farm .sec01__inner--block01 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 140px; }
      #farm .sec01__inner--block01 figure {
        order: 2;
        width: 56%; }
        #farm .sec01__inner--block01 figure img {
          border-radius: 20px;
          width: 100%;
          height: auto;
          filter: drop-shadow(8px 4px 10px rgba(19, 135, 74, 0.15)); }
        #farm .sec01__inner--block01 figure + div {
          order: 1;
          width: 38%; }
          #farm .sec01__inner--block01 figure + div .h3_en {
            margin-bottom: 10px;
            color: #a0c238;
            font-size: 24px;
            font-family: 'CormorantGaramond';
            letter-spacing: 0.1em; }
          #farm .sec01__inner--block01 figure + div h3 {
            margin-bottom: 20px;
            font-size: 32px; }
          #farm .sec01__inner--block01 figure + div .txt {
            margin-bottom: 20px;
            line-height: 1.8; }
            #farm .sec01__inner--block01 figure + div .txt.lst {
              margin-bottom: 0; }
    #farm .sec01__inner--block02 {
      margin-bottom: 80px; }
      #farm .sec01__inner--block02 .h3_en {
        margin-bottom: 10px;
        text-align: center;
        color: #a0c238;
        font-size: 24px;
        font-family: 'CormorantGaramond';
        letter-spacing: 0.1em; }
      #farm .sec01__inner--block02 h3 {
        margin-bottom: 40px;
        text-align: center;
        font-size: 32px; }
      #farm .sec01__inner--block02 figure {
        z-index: -1; }
        #farm .sec01__inner--block02 figure img {
          border-radius: 10px;
          width: 100%;
          height: auto; }
      #farm .sec01__inner--block02 .box {
        border-radius: 10px;
        background: #fff;
        filter: drop-shadow(8px 4px 10px rgba(19, 135, 74, 0.15));
        max-width: 760px;
        margin: -100px auto 0;
        padding: 40px 100px; }
        #farm .sec01__inner--block02 .box h4 {
          margin-bottom: 10px;
          font-size: 24px;
          font-weight: normal; }
        #farm .sec01__inner--block02 .box .txt {
          line-height: 1.8; }
    #farm .sec01__inner--block03 ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #farm .sec01__inner--block03 ul li {
        border-radius: 10px;
        border: 1px solid #13874a;
        background: #fff;
        width: 17%;
        padding: 40px 3% 30px; }
        #farm .sec01__inner--block03 ul li .icon {
          width: 60px;
          margin: 0 auto 10px; }
          #farm .sec01__inner--block03 ul li .icon img {
            width: 100%;
            height: auto; }
        #farm .sec01__inner--block03 ul li h4 {
          margin-bottom: 10px;
          text-align: center;
          font-size: 24px;
          font-weight: normal; }
        #farm .sec01__inner--block03 ul li .txt {
          line-height: 1.8; }

@media (max-width: 640px) {
  #farm .sec01 {
    background: #f2f7f3;
    padding: 8% 0 12%; }
    #farm .sec01__inner {
      max-width: 90%;
      padding: 0; }
      #farm .sec01__inner--block01 {
        margin-bottom: 15%; }
        #farm .sec01__inner--block01 figure {
          order: 2;
          width: 100%; }
          #farm .sec01__inner--block01 figure img {
            border-radius: 10px; }
          #farm .sec01__inner--block01 figure + div {
            order: 1;
            width: 100%;
            margin-bottom: 8%; }
            #farm .sec01__inner--block01 figure + div .h3_en {
              margin-bottom: 1%;
              text-align: center;
              font-size: 16px; }
            #farm .sec01__inner--block01 figure + div h3 {
              margin-bottom: 4%;
              text-align: center;
              font-size: 24px;
              line-height: 1.4; }
            #farm .sec01__inner--block01 figure + div .txt {
              margin-bottom: 4%; }
      #farm .sec01__inner--block02 {
        margin-bottom: 15%; }
        #farm .sec01__inner--block02 .h3_en {
          margin-bottom: 1%;
          font-size: 16px; }
        #farm .sec01__inner--block02 h3 {
          margin-bottom: 6%;
          font-size: 24px; }
        #farm .sec01__inner--block02 .box {
          max-width: 80%;
          margin: -20px auto 0;
          padding: 5% 5%; }
          #farm .sec01__inner--block02 .box h4 {
            margin-bottom: 2%;
            font-size: 18px; }
          #farm .sec01__inner--block02 .box .txt {
            line-height: 1.8; }
      #farm .sec01__inner--block03 ul li {
        width: 42%;
        padding: 6% 3% 5%; }
        #farm .sec01__inner--block03 ul li:nth-child(-n+2) {
          margin-bottom: 5%; }
        #farm .sec01__inner--block03 ul li .icon {
          width: 50px;
          margin: 0 auto 3%; }
        #farm .sec01__inner--block03 ul li h4 {
          margin-bottom: 10px;
          text-align: center;
          font-size: 18px;
          font-weight: normal; }
        #farm .sec01__inner--block03 ul li .txt {
          line-height: 1.8; } }
#farm .sec02 {
  background: #f2f2f2;
  max-width: 1920px;
  margin: 0 auto;
  padding: 140px 0 0; }
  #farm .sec02__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative; }
    #farm .sec02__inner .h3_en {
      margin-bottom: 10px;
      text-align: center;
      color: #a0c238;
      font-size: 24px;
      font-family: 'CormorantGaramond';
      letter-spacing: 0.1em; }
    #farm .sec02__inner h3 {
      margin-bottom: 20px;
      text-align: center;
      font-size: 32px; }
    #farm .sec02__inner .read {
      margin-bottom: 40px;
      text-align: center;
      line-height: 1.8; }
      #farm .sec02__inner .read + figure {
        max-width: 655px;
        margin: 0 auto;
        padding-bottom: 210px; }
        #farm .sec02__inner .read + figure img {
          width: 100%;
          height: auto; }
    #farm .sec02__inner--block {
      position: absolute;
      bottom: -130px;
      left: 50%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      border-radius: 10px;
      background: #fff;
      filter: drop-shadow(8px 4px 10px #f2f2f2);
      max-width: 960px;
      width: 100%;
      margin: 0 auto;
      transform: translateX(-50%); }
      #farm .sec02__inner--block figure {
        width: 50%; }
        #farm .sec02__inner--block figure img {
          border-radius: 10px 0 0 10px;
          width: 100%;
          height: auto; }
        #farm .sec02__inner--block figure + div {
          width: 40%;
          padding: 0 5%; }
          #farm .sec02__inner--block figure + div p {
            line-height: 2.0; }

@media (max-width: 640px) {
  #farm .sec02 {
    padding: 12% 0 10%; }
    #farm .sec02__inner {
      max-width: 90%;
      padding: 0; }
      #farm .sec02__inner .h3_en {
        margin-bottom: 1%;
        font-size: 16px; }
      #farm .sec02__inner h3 {
        margin-bottom: 4%;
        font-size: 24px; }
      #farm .sec02__inner .read {
        margin-bottom: 6%; }
        #farm .sec02__inner .read + figure {
          max-width: 100%;
          padding-bottom: 10%; }
      #farm .sec02__inner--block {
        position: relative;
        bottom: 0;
        left: 0;
        transform: translateX(0);
        width: 90%; }
        #farm .sec02__inner--block figure {
          width: 100%; }
          #farm .sec02__inner--block figure img {
            border-radius: 10px 10px 0 0; }
          #farm .sec02__inner--block figure + div {
            width: 90%;
            padding: 5% 5%; }
            #farm .sec02__inner--block figure + div p {
              line-height: 2.0; } }
#farm .sec03 {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0 150px; }
  #farm .sec03__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #farm .sec03__inner .h3_en {
      margin-bottom: 10px;
      text-align: center;
      color: #a0c238;
      font-size: 24px;
      font-family: 'CormorantGaramond';
      letter-spacing: 0.1em; }
    #farm .sec03__inner h3 {
      margin-bottom: 20px;
      text-align: center;
      font-size: 32px; }
    #farm .sec03__inner h4 {
      margin-bottom: 25px;
      font-size: 20px;
      font-weight: normal;
      position: relative; }
      #farm .sec03__inner h4::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 60px;
        background: #ccc;
        width: calc(100% - 60px);
        height: 1px; }
    #farm .sec03__inner .type01 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 50px; }
      #farm .sec03__inner .type01 li {
        width: 48.5%; }
        #farm .sec03__inner .type01 li img {
          border-radius: 10px;
          width: 100%;
          height: auto; }
    #farm .sec03__inner .type02 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #farm .sec03__inner .type02 li {
        width: 31.5%; }
        #farm .sec03__inner .type02 li img {
          border-radius: 10px;
          width: 100%;
          height: auto; }
    #farm .sec03__inner .map {
      max-width: 960px;
      margin: 150px auto 0; }
      #farm .sec03__inner .map img {
        width: 100%;
        height: auto; }

@media (max-width: 640px) {
  #farm .sec03 {
    padding: 12% 0; }
    #farm .sec03__inner {
      max-width: 90%;
      padding: 0; }
      #farm .sec03__inner .h3_en {
        margin-bottom: 1%;
        font-size: 16px; }
      #farm .sec03__inner h3 {
        margin-bottom: 4%;
        font-size: 24px; }
      #farm .sec03__inner h4 {
        margin-bottom: 4%;
        font-size: 16px; }
      #farm .sec03__inner .type01 {
        margin-bottom: 8%; }
        #farm .sec03__inner .type01 li {
          width: 49%; }
      #farm .sec03__inner .type02 li {
        width: 32%; } }
/* *******************************************
     サスティナビリティ
******************************************* */
#sustainability .sec01 {
  background: url("../img/sustainability/bg_sec01.png") repeat-x center top;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 80px; }
  #sustainability .sec01__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #sustainability .sec01__inner--block01 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 140px; }
      #sustainability .sec01__inner--block01 figure {
        order: 2;
        width: 56%; }
        #sustainability .sec01__inner--block01 figure img {
          border-radius: 20px;
          width: 100%;
          height: auto;
          filter: drop-shadow(8px 4px 10px rgba(19, 135, 74, 0.15)); }
        #sustainability .sec01__inner--block01 figure + div {
          order: 1;
          width: 38%; }
          #sustainability .sec01__inner--block01 figure + div .h3_en {
            margin-bottom: 10px;
            color: #a0c238;
            font-size: 24px;
            font-family: 'CormorantGaramond';
            letter-spacing: 0.1em; }
          #sustainability .sec01__inner--block01 figure + div h3 {
            margin-bottom: 20px;
            font-size: 32px; }
          #sustainability .sec01__inner--block01 figure + div .txt {
            margin-bottom: 20px;
            line-height: 1.8; }
            #sustainability .sec01__inner--block01 figure + div .txt.lst {
              margin-bottom: 0; }
    #sustainability .sec01__inner--block02 {
      margin-bottom: 140px; }
      #sustainability .sec01__inner--block02 .h3_en {
        margin-bottom: 10px;
        text-align: center;
        color: #a0c238;
        font-size: 24px;
        font-family: 'CormorantGaramond';
        letter-spacing: 0.1em; }
      #sustainability .sec01__inner--block02 h3 {
        margin-bottom: 20px;
        text-align: center;
        font-size: 32px; }
      #sustainability .sec01__inner--block02 .read {
        margin-bottom: 50px;
        text-align: center; }
      #sustainability .sec01__inner--block02 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #sustainability .sec01__inner--block02 ul li {
          border-radius: 10px;
          background: #fff;
          filter: drop-shadow(8px 4px 10px rgba(19, 135, 74, 0.15));
          width: 38%;
          padding: 70px 5%; }
          #sustainability .sec01__inner--block02 ul li:nth-child(-n+2) {
            margin-bottom: 40px; }
          #sustainability .sec01__inner--block02 ul li .icon {
            width: 60px;
            margin-bottom: 10px; }
            #sustainability .sec01__inner--block02 ul li .icon img {
              width: 100%;
              height: auto; }
          #sustainability .sec01__inner--block02 ul li .h4_en {
            margin-bottom: 5px;
            color: #a0c238;
            font-size: 24px;
            font-family: 'CormorantGaramond';
            letter-spacing: 0.1em; }
          #sustainability .sec01__inner--block02 ul li h4 {
            margin-bottom: 10px;
            font-size: 24px;
            font-weight: normal; }
          #sustainability .sec01__inner--block02 ul li .txt {
            line-height: 1.8; }
    #sustainability .sec01__inner--block03 .h3_en {
      margin-bottom: 10px;
      text-align: center;
      color: #a0c238;
      font-size: 24px;
      font-family: 'CormorantGaramond';
      letter-spacing: 0.1em; }
    #sustainability .sec01__inner--block03 h3 {
      margin-bottom: 20px;
      text-align: center;
      font-size: 32px; }
    #sustainability .sec01__inner--block03 .read {
      margin-bottom: 50px;
      text-align: center; }
    #sustainability .sec01__inner--block03 ul li {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      border-top: 1px solid #d6dfda;
      padding: 60px 100px; }
      #sustainability .sec01__inner--block03 ul li:nth-child(even) figure {
        order: 2; }
        #sustainability .sec01__inner--block03 ul li:nth-child(even) figure + div {
          order: 1; }
      #sustainability .sec01__inner--block03 ul li figure {
        width: 48%; }
        #sustainability .sec01__inner--block03 ul li figure img {
          border-radius: 10px;
          width: 100%;
          height: auto;
          filter: drop-shadow(8px 4px 10px rgba(19, 135, 74, 0.15)); }
        #sustainability .sec01__inner--block03 ul li figure + div {
          width: 48%; }
          #sustainability .sec01__inner--block03 ul li figure + div .h4_en {
            margin-bottom: 5px;
            color: #a0c238;
            font-size: 24px;
            font-family: 'CormorantGaramond';
            letter-spacing: 0.1em; }
          #sustainability .sec01__inner--block03 ul li figure + div h4 {
            margin-bottom: 10px;
            font-size: 24px;
            font-weight: normal; }
          #sustainability .sec01__inner--block03 ul li figure + div .txt {
            line-height: 1.8; }

@media (max-width: 640px) {
  #sustainability .sec01 {
    background: url("../img/sustainability/bg_sec01_sp.png") repeat-x center top;
    padding: 8% 0 10%; }
    #sustainability .sec01__inner {
      max-width: 90%;
      padding: 0; }
      #sustainability .sec01__inner--block01 {
        margin-bottom: 15%; }
        #sustainability .sec01__inner--block01 figure {
          order: 2;
          width: 100%; }
          #sustainability .sec01__inner--block01 figure img {
            border-radius: 10px; }
          #sustainability .sec01__inner--block01 figure + div {
            order: 1;
            width: 100%;
            margin-bottom: 8%; }
            #sustainability .sec01__inner--block01 figure + div .h3_en {
              margin-bottom: 1%;
              text-align: center;
              font-size: 16px; }
            #sustainability .sec01__inner--block01 figure + div h3 {
              margin-bottom: 4%;
              text-align: center;
              font-size: 24px;
              line-height: 1.4; }
            #sustainability .sec01__inner--block01 figure + div .txt {
              margin-bottom: 4%; }
      #sustainability .sec01__inner--block02 {
        margin-bottom: 15%; }
        #sustainability .sec01__inner--block02 .h3_en {
          margin-bottom: 1%;
          font-size: 16px; }
        #sustainability .sec01__inner--block02 h3 {
          margin-bottom: 4%;
          font-size: 24px; }
        #sustainability .sec01__inner--block02 .read {
          margin-bottom: 6%; }
        #sustainability .sec01__inner--block02 ul li {
          width: 90%;
          padding: 5% 5%; }
          #sustainability .sec01__inner--block02 ul li:nth-child(-n+3) {
            margin-bottom: 5%; }
          #sustainability .sec01__inner--block02 ul li .icon {
            width: 50px;
            margin-bottom: 2%; }
          #sustainability .sec01__inner--block02 ul li .h4_en {
            margin-bottom: 1%;
            font-size: 16px; }
          #sustainability .sec01__inner--block02 ul li h4 {
            margin-bottom: 2%;
            font-size: 20px; }
      #sustainability .sec01__inner--block03 .h3_en {
        margin-bottom: 1%;
        font-size: 16px; }
      #sustainability .sec01__inner--block03 h3 {
        margin-bottom: 4%;
        font-size: 24px; }
      #sustainability .sec01__inner--block03 .read {
        margin-bottom: 6%; }
      #sustainability .sec01__inner--block03 ul li {
        border-top: 1px solid #d6dfda;
        padding: 6% 0; }
        #sustainability .sec01__inner--block03 ul li:nth-child(even) figure {
          order: 1; }
          #sustainability .sec01__inner--block03 ul li:nth-child(even) figure + div {
            order: 2; }
        #sustainability .sec01__inner--block03 ul li figure {
          width: 100%;
          margin-bottom: 5%; }
          #sustainability .sec01__inner--block03 ul li figure + div {
            width: 100%; }
            #sustainability .sec01__inner--block03 ul li figure + div .h4_en {
              margin-bottom: 1%;
              font-size: 16px; }
            #sustainability .sec01__inner--block03 ul li figure + div h4 {
              margin-bottom: 2%;
              font-size: 20px; } }
#sustainability .sec02 {
  background: #f2f7f3;
  max-width: 1920px;
  margin: 0 auto;
  padding: 140px 0; }
  #sustainability .sec02__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative; }
    #sustainability .sec02__inner .h3_en {
      margin-bottom: 10px;
      text-align: center;
      color: #a0c238;
      font-size: 24px;
      font-family: 'CormorantGaramond';
      letter-spacing: 0.1em; }
    #sustainability .sec02__inner h3 {
      margin-bottom: 20px;
      text-align: center;
      font-size: 32px; }
    #sustainability .sec02__inner .read {
      margin-bottom: 50px;
      text-align: center;
      line-height: 1.8; }
    #sustainability .sec02__inner ul {
      display: flex;
      flex-wrap: wrap; }
      #sustainability .sec02__inner ul li {
        border-radius: 10px;
        background: #fff;
        filter: drop-shadow(8px 4px 10px rgba(19, 135, 74, 0.15));
        width: 25.5%;
        margin-right: 2.75%;
        padding: 0 3% 50px; }
        #sustainability .sec02__inner ul li:nth-child(-n+3) {
          margin-bottom: 40px; }
        #sustainability .sec02__inner ul li:nth-child(3n) {
          margin-right: 0; }
        #sustainability .sec02__inner ul li .icon {
          width: 140px;
          margin: 0 auto 30px; }
          #sustainability .sec02__inner ul li .icon img {
            width: 100%;
            height: auto; }
        #sustainability .sec02__inner ul li h4 {
          margin-bottom: 20px;
          text-align: center;
          font-size: 24px;
          font-weight: normal;
          line-height: 1.4; }
        #sustainability .sec02__inner ul li .txt {
          line-height: 1.8; }

@media (max-width: 640px) {
  #sustainability .sec02 {
    padding: 12% 0; }
    #sustainability .sec02__inner {
      max-width: 90%;
      padding: 0; }
      #sustainability .sec02__inner .h3_en {
        margin-bottom: 1%;
        font-size: 16px; }
      #sustainability .sec02__inner h3 {
        margin-bottom: 4%;
        font-size: 24px; }
      #sustainability .sec02__inner .read {
        margin-bottom: 6%; }
        #sustainability .sec02__inner .read + figure {
          max-width: 100%;
          padding-bottom: 10%; }
      #sustainability .sec02__inner ul li {
        width: 42%;
        padding: 0 3% 6%; }
        #sustainability .sec02__inner ul li:nth-child(-n+4) {
          margin-bottom: 6%; }
        #sustainability .sec02__inner ul li .icon {
          width: 80px;
          margin: 0 auto 8%; }
        #sustainability .sec02__inner ul li h4 {
          margin-bottom: 6%;
          font-size: 16px; } }
/* *******************************************
     会社概要
******************************************* */
#company .sec01 {
  max-width: 1920px;
  margin: 0 auto 100px; }
  #company .sec01__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #company .sec01__inner ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #company .sec01__inner ul li {
        width: 20%; }
        #company .sec01__inner ul li:nth-child(2) {
          width: 34%; }
        #company .sec01__inner ul li a {
          display: block;
          border-radius: 15px;
          background: #fff;
          filter: drop-shadow(8px 4px 10px rgba(19, 135, 74, 0.15));
          padding: 20px 30px 20px 0;
          text-align: center;
          color: #13874a;
          font-size: 18px;
          position: relative;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          #company .sec01__inner ul li a span {
            position: absolute;
            top: 50%;
            right: 25px;
            background: #13874a;
            width: 2px;
            height: 15px;
            margin: 0 5.7px;
            transform: translateY(-50%); }
            #company .sec01__inner ul li a span:before {
              content: "";
              position: absolute;
              left: calc(50% - 1px);
              bottom: 0;
              background: #13874a;
              width: 2px;
              height: 10px;
              transform-origin: 50% calc(100% - 1px);
              transform: rotate(45deg); }
            #company .sec01__inner ul li a span:after {
              content: "";
              position: absolute;
              left: calc(50% - 1px);
              bottom: 0;
              background: #13874a;
              width: 2px;
              height: 10px;
              transform-origin: 50% calc(100% - 1px);
              transform: rotate(-45deg); }
          #company .sec01__inner ul li a:hover {
            background: #e2efe7;
            text-decoration: none;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; }

@media (max-width: 640px) {
  #company .sec01 {
    margin: 5% auto 10%; }
    #company .sec01__inner {
      max-width: 90%;
      padding: 0; }
      #company .sec01__inner ul li {
        width: 100%;
        margin-bottom: 3%; }
        #company .sec01__inner ul li:nth-child(2) {
          width: 100%; }
        #company .sec01__inner ul li a {
          border-radius: 10px;
          padding: 3% 0 3%;
          font-size: 14px; }
          #company .sec01__inner ul li a span {
            top: 50%;
            right: 3%; }
          #company .sec01__inner ul li a:hover {
            background: #f2f7f3; } }
#company .sec02 {
  max-width: 1920px;
  margin: 0 auto 120px; }
  #company .sec02__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #company .sec02__inner--block {
      background: url("../img/company/bg_sec01.png") no-repeat center center;
      padding: 170px 0; }
      #company .sec02__inner--block .h3_en {
        margin-bottom: 20px;
        text-align: center;
        color: #a0c238;
        font-size: 20px;
        font-family: 'CormorantGaramond';
        letter-spacing: 0.1em; }
      #company .sec02__inner--block h3 {
        margin-bottom: 10px;
        text-align: center;
        font-size: 34px; }
      #company .sec02__inner--block .read {
        margin-bottom: 50px;
        text-align: center; }
      #company .sec02__inner--block figure {
        width: 60%;
        margin: 0 auto 50px; }
        #company .sec02__inner--block figure img {
          border-radius: 15px;
          width: 100%;
          height: auto; }
      #company .sec02__inner--block .txt {
        text-align: center;
        line-height: 2.4; }

@media (max-width: 640px) {
  #company .sec02 {
    margin: 10% auto 5%; }
    #company .sec02__inner {
      max-width: 100%;
      padding: 0; }
      #company .sec02__inner--block {
        background: url("../img/company/bg_sec01.png") no-repeat center center/120% auto;
        padding: 5% 5%; }
        #company .sec02__inner--block .h3_en {
          margin-bottom: 4%;
          font-size: 16px; }
        #company .sec02__inner--block h3 {
          margin-bottom: 4%;
          font-size: 24px; }
        #company .sec02__inner--block .read {
          margin-bottom: 8%; }
        #company .sec02__inner--block figure {
          width: 100%;
          margin: 0 auto 8%; }
          #company .sec02__inner--block figure img {
            border-radius: 10px; }
        #company .sec02__inner--block .txt {
          line-height: 2.0; } }
#company .sec03 {
  background: #f2f7f3;
  max-width: 1920px;
  margin: 0 auto;
  padding: 140px 0; }
  #company .sec03__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #company .sec03__inner .h3_en {
      margin-bottom: 20px;
      text-align: center;
      color: #a0c238;
      font-size: 20px;
      font-family: 'CormorantGaramond';
      letter-spacing: 0.1em; }
    #company .sec03__inner h3 {
      margin-bottom: 60px;
      text-align: center;
      font-size: 36px; }
    #company .sec03__inner ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 0 40px; }
      #company .sec03__inner ul li {
        width: 26%; }
        #company .sec03__inner ul li .icon {
          width: 63px;
          margin: 0 auto 10px; }
          #company .sec03__inner ul li .icon img {
            width: 100%;
            height: auto; }
        #company .sec03__inner ul li h4 {
          margin-bottom: 10px;
          text-align: center;
          font-size: 24px;
          font-weight: normal; }
        #company .sec03__inner ul li .txt {
          line-height: 1.8; }

@media (max-width: 640px) {
  #company .sec03 {
    padding: 12% 0; }
    #company .sec03__inner {
      max-width: 90%;
      padding: 0; }
      #company .sec03__inner .h3_en {
        margin-bottom: 4%;
        font-size: 14px; }
      #company .sec03__inner h3 {
        margin-bottom: 4%;
        font-size: 24px; }
      #company .sec03__inner .txt {
        font-size: 16px; }
      #company .sec03__inner ul {
        padding: 0; }
        #company .sec03__inner ul li {
          width: 100%; }
          #company .sec03__inner ul li:nth-child(-n+2) {
            margin-bottom: 5%; }
          #company .sec03__inner ul li .icon {
            width: 50px;
            margin: 0 auto 3%; }
          #company .sec03__inner ul li h4 {
            margin-bottom: 3%;
            font-size: 20px; }
          #company .sec03__inner ul li .txt {
            width: 80%;
            margin: 0 auto; } }
#company .sec04 {
  max-width: 1920px;
  margin: 100px auto; }
  #company .sec04__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px; }
    #company .sec04__inner .h3_en {
      margin-bottom: 20px;
      text-align: center;
      color: #a0c238;
      font-size: 20px;
      font-family: 'CormorantGaramond';
      letter-spacing: 0.1em; }
    #company .sec04__inner h3 {
      margin-bottom: 20px;
      text-align: center;
      font-size: 34px; }
    #company .sec04__inner .read {
      margin-bottom: 40px;
      text-align: center; }
    #company .sec04__inner--outline dl {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #company .sec04__inner--outline dl dt {
        border-top: 1px solid #13874a;
        width: 160px;
        padding: 25px 0;
        color: #333; }
      #company .sec04__inner--outline dl dd {
        border-top: 1px solid #ddd;
        width: calc(100% - 200px);
        padding: 25px 0;
        color: #333; }
    #company .sec04__inner--outline .sub {
      padding-top: 30px;
      font-size: 14px; }

@media (max-width: 640px) {
  #company .sec04 {
    margin: 12% auto; }
    #company .sec04__inner {
      max-width: 90%;
      padding: 0; }
      #company .sec04__inner .h3_en {
        margin-bottom: 4%;
        font-size: 16px; }
      #company .sec04__inner h3 {
        margin-bottom: 4%;
        font-size: 24px; }
      #company .sec04__inner .read {
        margin-bottom: 8%; }
      #company .sec04__inner--outline dl dt {
        background: #f2f7f3;
        width: 100%;
        padding: 2% 3%; }
      #company .sec04__inner--outline dl dd {
        border-top: none;
        width: 100%;
        padding: 2% 3% 5%;
        color: #333; }
      #company .sec04__inner--outline .sub {
        padding-top: 5%;
        font-size: 12px; } }
#company .sec05 {
  background: #f2f7f3;
  max-width: 1920px;
  margin: 0 auto;
  padding: 140px 0; }
  #company .sec05__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #company .sec05__inner .h3_en {
      margin-bottom: 20px;
      text-align: center;
      color: #a0c238;
      font-size: 20px;
      font-family: 'CormorantGaramond';
      letter-spacing: 0.1em; }
    #company .sec05__inner h3 {
      margin-bottom: 20px;
      text-align: center;
      font-size: 34px; }
    #company .sec05__inner .read {
      margin-bottom: 40px;
      text-align: center; }
    #company .sec05__inner--locations {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #company .sec05__inner--locations li {
        border-radius: 15px;
        background: #fff;
        filter: drop-shadow(8px 4px 10px rgba(19, 135, 74, 0.15));
        width: 48%; }
        #company .sec05__inner--locations li:nth-child(-n+2) {
          margin-bottom: 40px; }
        #company .sec05__inner--locations li figure img {
          border-radius: 15px 15px 0 0;
          width: 100%;
          height: auto; }
        #company .sec05__inner--locations li figure + div {
          padding: 20px 10% 25px; }
          #company .sec05__inner--locations li figure + div h4 {
            margin-bottom: 10px;
            font-size: 24px;
            font-weight: normal; }
          #company .sec05__inner--locations li figure + div .address {
            margin-bottom: 15px;
            letter-spacing: 0.05em; }
          #company .sec05__inner--locations li figure + div .map a {
            color: #13874a;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            #company .sec05__inner--locations li figure + div .map a span {
              display: inline-block;
              vertical-align: middle;
              line-height: 1;
              position: relative;
              background: currentColor;
              border: 0.1em solid currentColor;
              border-radius: 40% 60% 0% 100% / 40% 100% 0% 60%;
              box-sizing: content-box;
              width: 0.8em;
              height: 0.8em;
              margin: 0 5px 3px 0;
              color: #13874a;
              transform: rotate(45deg); }
              #company .sec05__inner--locations li figure + div .map a span:before {
                content: "";
                position: absolute;
                top: 18%;
                left: 18%;
                background: #fff;
                border-radius: 50%;
                box-sizing: border-box;
                width: 0.336em;
                height: 0.336em; }
            #company .sec05__inner--locations li figure + div .map a:hover {
              color: #46c381;
              text-decoration: none;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }

@media (max-width: 640px) {
  #company .sec05 {
    padding: 10% 0 15%; }
    #company .sec05__inner {
      max-width: 90%;
      padding: 0; }
      #company .sec05__inner .h3_en {
        margin-bottom: 4%;
        font-size: 16px; }
      #company .sec05__inner h3 {
        margin-bottom: 4%;
        font-size: 24px; }
      #company .sec05__inner .read {
        margin-bottom: 8%; }
      #company .sec05__inner--locations li {
        width: 100%;
        margin-bottom: 8%; }
        #company .sec05__inner--locations li:nth-child(-n+2) {
          margin-bottom: 8%; }
        #company .sec05__inner--locations li:last-child {
          margin-bottom: 0; }
        #company .sec05__inner--locations li figure + div {
          padding: 4% 5%; }
          #company .sec05__inner--locations li figure + div h4 {
            margin-bottom: 1%;
            font-size: 18px; }
          #company .sec05__inner--locations li figure + div .address {
            margin-bottom: 2%;
            font-size: 12px; }
          #company .sec05__inner--locations li figure + div .map a:hover {
            color: #13874a; } }
/* *******************************************
     お問い合わせ
******************************************* */
#contact .sec01 {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0 120px; }
  #contact .sec01__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px; }
    #contact .sec01__inner .h3_en {
      text-align: center;
      color: #a0c238;
      font-size: 20px;
      font-family: 'CormorantGaramond';
      letter-spacing: 0.1em; }
    #contact .sec01__inner h3 {
      margin-bottom: 10px;
      text-align: center;
      font-size: 34px; }
    #contact .sec01__inner .read {
      margin-bottom: 30px;
      text-align: center; }
    #contact .sec01__inner .caution {
      margin-bottom: 40px;
      text-align: center;
      font-size: 14px; }
    #contact .sec01__inner--form dl {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      border-top: 1px solid #ddd;
      padding: 25px 0; }
      #contact .sec01__inner--form dl.last {
        border-bottom: 1px solid #ddd;
        margin-bottom: 50px; }
      #contact .sec01__inner--form dl dt {
        width: 250px;
        padding-top: 5px; }
        #contact .sec01__inner--form dl dt.required:after {
          content: '必須';
          display: inline-block;
          background: #f00;
          margin-left: 20px;
          padding: 1px 8px 2px;
          color: #fff;
          font-size: 12px;
          line-height: 1.2; }
        #contact .sec01__inner--form dl dt.rad {
          padding-top: 0; }
      #contact .sec01__inner--form dl dd {
        width: calc(100% - 300px); }
        #contact .sec01__inner--form dl dd input[type=text] {
          border-radius: 5px;
          border: 1px solid #999;
          padding: 12px 12px;
          font-size: 16px; }
          #contact .sec01__inner--form dl dd input[type=text].size01 {
            width: 70%; }
          #contact .sec01__inner--form dl dd input[type=text].size02 {
            width: 31%; }
          #contact .sec01__inner--form dl dd input[type=text].size03 {
            width: 95%; }
          #contact .sec01__inner--form dl dd input[type=text].size04 {
            width: 90%; }
          #contact .sec01__inner--form dl dd input[type=text]::placeholder {
            color: #aaa; }
        #contact .sec01__inner--form dl dd ul.radio {
          display: flex;
          flex-wrap: wrap; }
          #contact .sec01__inner--form dl dd ul.radio li {
            margin-right: 30px; }
            #contact .sec01__inner--form dl dd ul.radio li:last-child {
              margin-bottom: 0; }
            #contact .sec01__inner--form dl dd ul.radio li input[type=radio] {
              display: none; }
            #contact .sec01__inner--form dl dd ul.radio li label {
              display: inline-block;
              border-radius: 2px;
              position: relative;
              margin-left: 5px;
              padding: 5px 0 5px 15px;
              text-align: center;
              cursor: pointer;
              line-height: 1; }
              #contact .sec01__inner--form dl dd ul.radio li label:before {
                content: "";
                position: absolute;
                top: 50%;
                left: -10px;
                border-radius: 50%;
                border: 1px solid #999;
                background: #fff;
                width: 18px;
                height: 18px;
                margin-top: -10px; }
            #contact .sec01__inner--form dl dd ul.radio li input[type="radio"]:checked + label:after {
              content: "";
              position: absolute;
              top: 50%;
              left: -6px;
              border-radius: 50%;
              background: #13874a;
              width: 12px;
              height: 12px;
              margin-top: -6px; }
        #contact .sec01__inner--form dl dd select {
          border-radius: 5px;
          border: 1px solid #999;
          width: 35%;
          padding: 12px 12px;
          font-size: 16px; }
          #contact .sec01__inner--form dl dd select.is-empty {
            color: #aaa; }
        #contact .sec01__inner--form dl dd textarea {
          border-radius: 5px;
          border: 1px solid #999;
          width: 90%;
          height: 150px;
          padding: 12px 12px;
          font-size: 16px; }
          #contact .sec01__inner--form dl dd textarea::placeholder {
            color: #aaa; }
        #contact .sec01__inner--form dl dd input[type=button].search {
          margin-left: 20px;
          padding: 8px 20px;
          cursor: pointer; }
        #contact .sec01__inner--form dl dd .name {
          display: flex;
          flex-wrap: wrap; }
          #contact .sec01__inner--form dl dd .name li:first-child {
            margin-right: 5%; }
        #contact .sec01__inner--form dl dd .add li {
          margin-bottom: 18px; }
          #contact .sec01__inner--form dl dd .add li:last-child {
            margin-bottom: 0; }
    #contact .sec01__inner--doui {
      margin-bottom: 40px;
      text-align: center; }
      #contact .sec01__inner--doui a {
        margin-right: 5px;
        color: #0066cc;
        text-decoration: underline;
        cursor: pointer; }
        #contact .sec01__inner--doui a:hover {
          text-decoration: underline; }
      #contact .sec01__inner--doui input[type=checkbox] {
        display: none; }
      #contact .sec01__inner--doui label {
        display: inline-block;
        font-size: 16px;
        cursor: pointer; }
      #contact .sec01__inner--doui input[type=checkbox] + span {
        padding-left: 2.2em;
        display: inline-block;
        position: relative; }
      #contact .sec01__inner--doui input[type=checkbox] + span::after,
      #contact .sec01__inner--doui input[type=checkbox] + span::before {
        content: '';
        display: block;
        position: absolute;
        border-radius: 3px;
        border: 1px solid #aaa;
        width: 20px;
        height: 20px;
        top: 3px;
        left: 0; }
      #contact .sec01__inner--doui input[type=checkbox] + span::after {
        opacity: 0;
        width: 8px;
        height: 13px;
        transform: rotate(45deg);
        left: 6px;
        border: none;
        border-right: 3.5px solid #13874a;
        border-bottom: 3.5px solid #13874a; }
      #contact .sec01__inner--doui input[type=checkbox]:checked + span::after {
        opacity: 1; }
    #contact .sec01__inner .btn_area {
      width: 350px;
      margin: 0 auto; }
      #contact .sec01__inner .btn_area .button {
        display: block;
        border: none;
        border-radius: 5px;
        background: #222;
        width: 100%;
        padding: 20px 0;
        text-align: center;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
        letter-spacing: 0.1em;
        cursor: pointer;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        transition: .5s; }
        #contact .sec01__inner .btn_area .button:hover {
          background: #444;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }

@media (max-width: 640px) {
  #contact .sec01 {
    padding: 0 0 12%; }
    #contact .sec01__inner {
      max-width: 90%;
      padding: 0; }
      #contact .sec01__inner .h3_en {
        font-size: 16px; }
      #contact .sec01__inner h3 {
        margin-bottom: 2%;
        font-size: 30px; }
      #contact .sec01__inner .read {
        margin-bottom: 6%; }
      #contact .sec01__inner .caution {
        margin-bottom: 10%; }
      #contact .sec01__inner--form dl {
        border-top: none;
        padding: 0 0 8%; }
        #contact .sec01__inner--form dl.last {
          border-bottom: none;
          margin-bottom: 0; }
        #contact .sec01__inner--form dl dt {
          background: #f2f7f3;
          width: 100%;
          margin: 0 0 3%;
          padding: 3% 3%; }
          #contact .sec01__inner--form dl dt.required:after {
            position: relative;
            top: 0;
            right: 0;
            display: inline-block;
            margin-left: 5%;
            padding: 2px 10px;
            font-size: 11px;
            line-height: 1.2; }
          #contact .sec01__inner--form dl dt.rad {
            padding: 3% 3%; }
        #contact .sec01__inner--form dl dd {
          width: 100%; }
          #contact .sec01__inner--form dl dd input[type=text] {
            padding: 10px 3%;
            font-size: 14px; }
            #contact .sec01__inner--form dl dd input[type=text].size01 {
              width: 93.5%; }
            #contact .sec01__inner--form dl dd input[type=text].size02 {
              width: 50%; }
            #contact .sec01__inner--form dl dd input[type=text].size03 {
              width: 93.5%; }
            #contact .sec01__inner--form dl dd input[type=text].size04 {
              width: 93.5%; }
          #contact .sec01__inner--form dl dd ul.radio {
            padding-left: 5%; }
            #contact .sec01__inner--form dl dd ul.radio li {
              width: 100%;
              margin: 0 0 2%; }
          #contact .sec01__inner--form dl dd select {
            width: 56.5%;
            padding: 10px 3%;
            font-size: 14px; }
          #contact .sec01__inner--form dl dd textarea {
            width: 93.5%;
            height: 120px;
            padding: 10px 3%;
            font-size: 14px; }
          #contact .sec01__inner--form dl dd input[type=button].search {
            margin-left: 5%;
            padding: 5px 10px; }
          #contact .sec01__inner--form dl dd .name li {
            width: 48%; }
          #contact .sec01__inner--form dl dd .name li:first-child {
            margin-right: 4%; }
          #contact .sec01__inner--form dl dd .add li {
            margin-bottom: 3%; }
      #contact .sec01__inner--doui {
        margin-bottom: 8%; }
        #contact .sec01__inner--doui label {
          font-size: 14px; }
      #contact .sec01__inner .btn_area {
        width: 70%; }
        #contact .sec01__inner .btn_area .button {
          padding: 6% 0;
          font-size: 16px; }
          #contact .sec01__inner .btn_area .button:hover {
            background: #222; } }
/* *******************************************
     新着情報
******************************************* */
#news .sec01 {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0 120px; }
  #news .sec01__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #news .sec01__inner--main {
      width: calc(100% - 350px); }
      #news .sec01__inner--main .news {
        margin-bottom: 50px; }
        #news .sec01__inner--main .news a {
          display: block;
          position: relative;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          #news .sec01__inner--main .news a:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            background: #a0c238;
            width: 0;
            height: 2px;
            transition: .5s all; }
          #news .sec01__inner--main .news a:hover {
            text-decoration: none;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; }
            #news .sec01__inner--main .news a:hover:after {
              width: 100%; }
          #news .sec01__inner--main .news a:first-child dl {
            border-top: 1px solid #ddd; }
          #news .sec01__inner--main .news a dl {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            border-bottom: 1px solid #ddd;
            padding: 30px 20px; }
            #news .sec01__inner--main .news a dl dt {
              display: flex;
              flex-wrap: wrap;
              align-items: center;
              width: 250px; }
              #news .sec01__inner--main .news a dl dt .date {
                margin-right: 20px; }
              #news .sec01__inner--main .news a dl dt .cate {
                border-radius: 10px;
                background: #f2f7f3;
                width: 120px;
                padding: 5px 0;
                text-align: center;
                color: #13874a;
                font-size: 14px; }
            #news .sec01__inner--main .news a dl dd {
              width: calc(100% - 280px);
              padding-right: 20px; }
      #news .sec01__inner--main .pager {
        overflow: hidden; }
        #news .sec01__inner--main .pager ul.pageNav {
          position: relative;
          left: 50%;
          float: left; }
          #news .sec01__inner--main .pager ul.pageNav li {
            position: relative;
            left: -50%;
            float: left;
            margin: 0 5px; }
            #news .sec01__inner--main .pager ul.pageNav li.current span {
              display: block;
              border-radius: 3px;
              background: #222;
              width: 40px;
              height: 33px;
              padding-top: 7px;
              text-align: center;
              color: #fff; }
            #news .sec01__inner--main .pager ul.pageNav li .arw {
              position: relative;
              display: inline-block;
              width: 7.7px;
              height: 13.3px; }
              #news .sec01__inner--main .pager ul.pageNav li .arw::before, #news .sec01__inner--main .pager ul.pageNav li .arw::after {
                content: "";
                position: absolute;
                top: calc(50% - 1px);
                right: -1px;
                width: 10px;
                height: 2px;
                border-radius: 9999px;
                background: #222;
                transform-origin: calc(100% - 1px) 50%; }
              #news .sec01__inner--main .pager ul.pageNav li .arw::before {
                transform: rotate(45deg); }
              #news .sec01__inner--main .pager ul.pageNav li .arw::after {
                transform: rotate(-45deg); }
            #news .sec01__inner--main .pager ul.pageNav li a {
              display: block;
              border-radius: 3px;
              background: #f0f0f0;
              width: 40px;
              height: 33px;
              padding-top: 7px;
              text-align: center;
              color: #333;
              font-weight: bold;
              font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
              text-decoration: none;
              -webkit-transition: 0.3s ease-in-out;
              -moz-transition: 0.3s ease-in-out;
              -o-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out; }
              #news .sec01__inner--main .pager ul.pageNav li a:hover {
                background: #222;
                color: #fff;
                -moz-transition: .5s;
                -webkit-transition: .5s;
                -o-transition: .5s;
                -ms-transition: .5s;
                transition: .5s; }
              #news .sec01__inner--main .pager ul.pageNav li a:hover .arw::before, #news .sec01__inner--main .pager ul.pageNav li a:hover .arw::after {
                background: #fff; }
      #news .sec01__inner--main .news_d .kiji_head {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid #ced2d6;
        margin-bottom: 50px;
        padding-bottom: 20px; }
        #news .sec01__inner--main .news_d .kiji_head .date {
          margin-right: 20px; }
        #news .sec01__inner--main .news_d .kiji_head .cate {
          border-radius: 10px;
          background: #f2f7f3;
          width: 120px;
          padding: 5px 0;
          text-align: center;
          color: #13874a;
          font-size: 14px; }
        #news .sec01__inner--main .news_d .kiji_head .title {
          margin-top: 10px;
          width: 100%;
          font-size: 24px;
          font-weight: bold; }
      #news .sec01__inner--main .news_d .kiji_cont {
        border-bottom: 1px solid #ced2d6;
        margin-bottom: 50px;
        padding-bottom: 100px;
        line-height: 1.8; }
        #news .sec01__inner--main .news_d .kiji_cont h3 {
          border-bottom: 1px solid #a0c238;
          margin: 60px 0 15px;
          padding-bottom: 5px;
          font-size: 24px; }
        #news .sec01__inner--main .news_d .kiji_cont h4 {
          margin: 50px 0 10px;
          font-size: 20px; }
        #news .sec01__inner--main .news_d .kiji_cont ul li {
          margin-bottom: 5px;
          padding-left: 20px;
          position: relative; }
          #news .sec01__inner--main .news_d .kiji_cont ul li:last-child {
            margin-bottom: 0; }
          #news .sec01__inner--main .news_d .kiji_cont ul li:before {
            content: "・";
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%); }
        #news .sec01__inner--main .news_d .kiji_cont ol li {
          margin-bottom: 5px;
          margin-left: 20px; }
          #news .sec01__inner--main .news_d .kiji_cont ol li:last-child {
            margin-bottom: 0; }
      #news .sec01__inner--main .news_d .btn_back {
        width: 320px;
        margin: 0 auto; }
        #news .sec01__inner--main .news_d .btn_back a {
          display: block;
          border-radius: 5px;
          background: #222;
          padding: 20px 0;
          text-align: center;
          color: #fff !important;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          #news .sec01__inner--main .news_d .btn_back a span {
            position: relative;
            display: inline-block;
            background: #fff;
            width: 12px;
            height: 2px;
            margin: 5px 20px 5px 0; }
            #news .sec01__inner--main .news_d .btn_back a span:before {
              content: "";
              position: absolute;
              top: calc(50% - 1px);
              left: 0;
              background: #fff;
              width: 10px;
              height: 2px;
              transform-origin: 1px 50%;
              transform: rotate(45deg); }
            #news .sec01__inner--main .news_d .btn_back a span:after {
              content: "";
              position: absolute;
              top: calc(50% - 1px);
              left: 0;
              background: #fff;
              width: 10px;
              height: 2px;
              transform-origin: 1px 50%;
              transform: rotate(-45deg); }
          #news .sec01__inner--main .news_d .btn_back a:hover {
            background: #444;
            text-decoration: none;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; }
    #news .sec01__inner--side {
      width: 280px; }
      #news .sec01__inner--side h3 {
        background: #a0c238;
        margin-bottom: 10px;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: normal; }
      #news .sec01__inner--side ul.new_kiji {
        margin-bottom: 50px; }
        #news .sec01__inner--side ul.new_kiji li a {
          display: block;
          padding: 5px 0;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          #news .sec01__inner--side ul.new_kiji li a span {
            color: #a0c238;
            font-size: 13px; }
          #news .sec01__inner--side ul.new_kiji li a:hover {
            text-decoration: none;
            color: #999;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; }
      #news .sec01__inner--side ul.archive li a {
        display: block;
        padding: 5px 0;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        #news .sec01__inner--side ul.archive li a:hover {
          text-decoration: none;
          color: #999;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }

@media (max-width: 640px) {
  #news .sec01 {
    padding: 0 0 10%; }
    #news .sec01__inner {
      max-width: 90%;
      padding: 0; }
      #news .sec01__inner--main {
        width: 100%;
        margin-bottom: 12%; }
        #news .sec01__inner--main .news {
          margin-bottom: 8%; }
          #news .sec01__inner--main .news a:hover {
            background: #fff; }
          #news .sec01__inner--main .news a dl {
            padding: 5% 0; }
            #news .sec01__inner--main .news a dl dt {
              width: 230px; }
              #news .sec01__inner--main .news a dl dt .date {
                margin-right: 20px; }
              #news .sec01__inner--main .news a dl dt .cate {
                width: 100px;
                padding: 2px 0;
                font-size: 12px; }
            #news .sec01__inner--main .news a dl dd {
              width: 100%;
              margin-top: 3%;
              padding-right: 30px; }
          #news .sec01__inner--main .news a span {
            right: 0; }
        #news .sec01__inner--main .pager ul.pageNav li {
          margin: 0 4px; }
          #news .sec01__inner--main .pager ul.pageNav li.current span {
            width: 30px;
            height: 28px;
            padding-top: 6px; }
          #news .sec01__inner--main .pager ul.pageNav li a {
            width: 30px;
            height: 28px;
            padding-top: 6px; }
            #news .sec01__inner--main .pager ul.pageNav li a:hover {
              background: #f0f0f0;
              color: #333; }
        #news .sec01__inner--main .news_d .kiji_head {
          margin-bottom: 8%;
          padding-bottom: 4%; }
          #news .sec01__inner--main .news_d .kiji_head .cate {
            font-size: 12px; }
          #news .sec01__inner--main .news_d .kiji_head .date {
            font-size: 14px; }
          #news .sec01__inner--main .news_d .kiji_head .title {
            font-size: 18px; }
        #news .sec01__inner--main .news_d .kiji_cont {
          margin-bottom: 10%;
          padding-bottom: 10%; }
          #news .sec01__inner--main .news_d .kiji_cont h3 {
            margin: 8% 0 3%;
            padding-bottom: 2%;
            font-size: 18px; }
          #news .sec01__inner--main .news_d .kiji_cont h4 {
            margin: 6% 0 2%;
            font-size: 16px; }
          #news .sec01__inner--main .news_d .kiji_cont ul li {
            margin-bottom: 5px;
            padding-left: 20px;
            position: relative; }
            #news .sec01__inner--main .news_d .kiji_cont ul li:before {
              content: "・";
              position: absolute;
              top: 50%;
              left: 0;
              transform: translateY(-50%); }
          #news .sec01__inner--main .news_d .kiji_cont ol li {
            margin-bottom: 5px;
            margin-left: 20px; }
        #news .sec01__inner--main .news_d .btn_back {
          width: 70%; }
          #news .sec01__inner--main .news_d .btn_back a {
            padding: 6% 0;
            font-size: 14px; }
            #news .sec01__inner--main .news_d .btn_back a:hover {
              color: #fff; }
      #news .sec01__inner--side {
        width: 100%;
        margin-left: 0; }
        #news .sec01__inner--side h3 {
          margin-bottom: 3%;
          padding: 2% 3%; }
        #news .sec01__inner--side ul.new_kiji {
          width: 100%;
          margin: 0 auto 8%; }
          #news .sec01__inner--side ul.new_kiji li a {
            padding: 2% 0; }
            #news .sec01__inner--side ul.new_kiji li a span {
              font-size: 12px; }
            #news .sec01__inner--side ul.new_kiji li a:hover {
              text-decoration: none; }
        #news .sec01__inner--side ul.archive {
          display: flex;
          flex-wrap: wrap;
          width: 100%; }
          #news .sec01__inner--side ul.archive li {
            width: 33.3333%;
            text-align: center; }
            #news .sec01__inner--side ul.archive li a {
              padding: 3% 0; }
              #news .sec01__inner--side ul.archive li a:hover {
                text-decoration: none; } }
/* *******************************************
     プライバシーポリシー
******************************************* */
#privacy .sec01 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0 120px; }
  #privacy .sec01__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px; }
    #privacy .sec01__inner .h3_en {
      text-align: center;
      color: #a0c238;
      font-size: 20px;
      font-family: 'CormorantGaramond';
      letter-spacing: 0.1em; }
    #privacy .sec01__inner h3 {
      margin-bottom: 20px;
      text-align: center;
      font-size: 34px; }
    #privacy .sec01__inner .read {
      margin-bottom: 60px;
      text-align: center; }
    #privacy .sec01__inner--privacy dt {
      border-bottom: 1.5px solid #13874a;
      margin-bottom: 20px;
      padding-bottom: 8px;
      font-size: 18px;
      font-weight: bold; }
    #privacy .sec01__inner--privacy dd {
      margin-bottom: 50px;
      line-height: 1.8; }
      #privacy .sec01__inner--privacy dd .mb {
        margin-bottom: 20px; }
      #privacy .sec01__inner--privacy dd > ul > li {
        margin-bottom: 20px; }
        #privacy .sec01__inner--privacy dd > ul > li:last-child {
          margin-bottom: 0; }
        #privacy .sec01__inner--privacy dd > ul > li h4 {
          margin-bottom: 5px;
          font-weight: bold; }
        #privacy .sec01__inner--privacy dd > ul > li .list li {
          margin-bottom: 5px;
          padding-left: 17px;
          position: relative; }
          #privacy .sec01__inner--privacy dd > ul > li .list li:before {
            content: "・";
            position: absolute;
            top: 2px;
            left: 0; }
    #privacy .sec01__inner--box {
      border-radius: 10px;
      background: #f2f7f3;
      padding: 30px 50px; }
      #privacy .sec01__inner--box h4 {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: bold; }
      #privacy .sec01__inner--box .txt.mb {
        margin-bottom: 10px; }
      #privacy .sec01__inner--box .window {
        margin-top: 25px; }
        #privacy .sec01__inner--box .window li {
          margin-bottom: 8px; }
          #privacy .sec01__inner--box .window li:last-child {
            margin-bottom: 0; }
          #privacy .sec01__inner--box .window li:nth-child(odd) {
            color: #13874a;
            font-weight: bold; }

@media (max-width: 640px) {
  #privacy .sec01 {
    padding: 0 0 10%; }
    #privacy .sec01__inner {
      max-width: 94%;
      padding: 0; }
      #privacy .sec01__inner .h3_en {
        font-size: 16px; }
      #privacy .sec01__inner h3 {
        margin-bottom: 2%;
        font-size: 30px; }
      #privacy .sec01__inner .read {
        margin-bottom: 10%; }
      #privacy .sec01__inner--privacy dt {
        border-bottom: 1.5px solid #13874a;
        margin-bottom: 4%;
        padding-bottom: 3%;
        font-size: 16px; }
      #privacy .sec01__inner--privacy dd {
        margin-bottom: 10%; }
        #privacy .sec01__inner--privacy dd .mb {
          margin-bottom: 4%; }
        #privacy .sec01__inner--privacy dd > ul > li {
          margin-bottom: 4%; }
          #privacy .sec01__inner--privacy dd > ul > li h4 {
            margin-bottom: 1%; }
          #privacy .sec01__inner--privacy dd > ul > li .list li {
            margin-bottom: 2%;
            padding-left: 15px; }
      #privacy .sec01__inner--box {
        padding: 8% 8%; }
        #privacy .sec01__inner--box h4 {
          margin-bottom: 2%;
          font-size: 14px; }
        #privacy .sec01__inner--box .txt.mb {
          margin-bottom: 2%; }
        #privacy .sec01__inner--box .window {
          margin-top: 6%; }
          #privacy .sec01__inner--box .window li {
            margin-bottom: 2%; } }
