@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 {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  vertical-align: top; }

a img {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

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

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

html {
  font-size: 62.5%; }

* {
  box-sizing: border-box; }

body {
  font-family: 'Noto Sans JP', sans-serif; }

::selection {
  background: rgba(255, 149, 12, 0.5); }

::-moz-selection {
  background: rgba(0, 105, 52, 0.1); }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  /* ヘッダーの高さ */ }

body {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  position: relative;
  background: #fff; }

.green {
  background: #E1EDD1; }

h1, h2 {
  font-weight: 600; }

img {
  max-width: 100%; }

a {
  color: #000;
  transition: all 0.3s;
  text-decoration: none; }
  a:hover {
    transition: 0.3s; }
    a:hover img {
      opacity: .5;
      transition: 0.3s; }

.is-show {
  opacity: 1 !important; }

.l-main,
.l-page {
  width: 100%;
  margin: 0 auto; }
  .l-main_wrapper,
  .l-page_wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .l-main_wrapper,
      .l-page_wrapper {
        padding: 4em 8%; } }
    @media (max-width: 767px) {
      .l-main_wrapper,
      .l-page_wrapper {
        padding: 4em 13%; } }

@media (min-width: 768px) {
  .pcnone {
    display: none; } }

@media (max-width: 767px) {
  .spnone {
    display: none; } }

.indent {
  padding-left: 1em;
  text-indent: -1em; }

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none !important; } }
.fadeIn {
  transition: 1s;
  opacity: 0; }

.fadeIn.animated {
  opacity: 1; }

.fadeIn_up {
  transform: translate3d(0, 20px, 0) !important;
  transition: 1s;
  opacity: 0; }

.fadeIn_up.animated {
  transform: translate3d(0, 0, 0) !important;
  opacity: 1; }

.l-header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  transition: 0.3s ease-out;
  background: #fff; }
  @media (max-width: 767px) {
    .l-header {
      height: 60px;
      display: block;
      padding: 0 0.5em 0 0; } }
  .l-header_wrapper {
    width: 100%; }
  .l-header_top {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .l-header_top_contact {
      border: 1px solid #000;
      padding: 5px 20px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.7857142857; }
      @media (min-width: 768px) {
        .l-header_top_contact {
          margin-right: 2em; } }
      .l-header_top_contact:hover {
        text-decoration: none;
        background: #EFEFEF; }
  .l-header_logo {
    text-align: left;
    margin: 0; }
    @media (min-width: 768px) {
      .l-header_logo {
        max-width: 230px; } }
    @media (max-width: 767px) {
      .l-header_logo {
        position: relative;
        z-index: 3;
        display: grid;
        align-content: center;
        height: 60px;
        max-width: 180px; } }
    .l-header_logo a {
      align-items: center;
      height: 100%;
      font-weight: 300;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.3636363636;
      letter-spacing: 3px; }
      @media (min-width: 768px) {
        .l-header_logo a {
          display: flex;
          margin: 0;
          margin-left: 10px;
          padding: 10px 0 0; } }
      .l-header_logo a:hover {
        opacity: .5; }
      @media (min-width: 768px) {
        .l-header_logo a .logo {
          margin-right: 40px; } }
      @media (max-width: 767px) {
        .l-header_logo a .logo {
          margin-right: 10px;
          text-align: left; } }
  @media (min-width: 768px) {
    .l-header_nav {
      margin: 0 1%;
      padding: 1em 0; } }
  @media (max-width: 767px) {
    .l-header_nav {
      position: relative; }
      .l-header_nav::after {
        z-index: -1;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        background: url(../images/common/tree_bottom.png) top center no-repeat;
        width: 100vw;
        height: 23vw;
        background-size: cover; } }
  @media (min-width: 768px) {
    .l-header_nav ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      max-width: 1200px;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .l-header_nav ul {
      margin: 0 auto;
      padding: 0; } }
  .l-header_nav ul li {
    position: relative;
    margin: 5px 0; }
    @media (min-width: 768px) {
      .l-header_nav ul li {
        width: fit-content;
        min-width: 120px;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.6;
        margin-right: -1px;
        padding: 0 1em; }
        .l-header_nav ul li::before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          width: 1px;
          height: calc(1em + 10px);
          margin: auto;
          background: #000; }
        .l-header_nav ul li::after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          width: 1px;
          height: calc(1em + 10px);
          margin: auto;
          background: #000; } }
    @media (max-width: 767px) {
      .l-header_nav ul li {
        font-size: 1.1em;
        padding: 0;
        width: 100%; } }
    .l-header_nav ul li a {
      display: block;
      text-align: center;
      position: relative; }
      @media (max-width: 767px) {
        .l-header_nav ul li a {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.6;
          height: auto;
          display: block;
          color: #000;
          padding: 10px 1em; } }
      .l-header_nav ul li a:hover {
        text-decoration: none;
        color: #006934; }
    .l-header_nav ul li.nav_contact a {
      border: 1px solid #000;
      margin-left: 0; }
      @media (min-width: 768px) {
        .l-header_nav ul li.nav_contact a {
          padding: 5px 20px; }
          .l-header_nav ul li.nav_contact a::before {
            content: '';
            display: none !important; } }
      .l-header_nav ul li.nav_contact a:hover {
        text-decoration: none;
        opacity: .5; }
  .l-header_nav ul .spcontact {
    border: 1px solid #000; }
    .l-header_nav ul .spcontact a {
      padding: 10px; }
  .l-header_nav .nav-logo {
    margin: 10px;
    text-align: left; }
    @media (min-width: 768px) {
      .l-header_nav .nav-logo {
        display: none; } }
    @media (max-width: 767px) {
      .l-header_nav .nav-logo .sp {
        max-width: 300px; } }

@media screen and (min-width: 767px) {
  .navToggle {
    display: none; } }
@media screen and (max-width: 767px) {
  /* ハンバーガー */
  nav.l-header_nav {
    position: fixed;
    display: grid;
    align-content: center;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s;
    width: 100%; }

  /* このクラスを、jQueryで付与・削除する */
  nav.l-header_nav.active {
    opacity: 1;
    pointer-events: auto; }

  /* ハンバーガー用 */
  /* ハンバーガー用 */
  .navToggle {
    display: block;
    position: fixed;
    /* bodyに対しての絶対位置指定 */
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 3;
    text-align: center; }

  .navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 40px;
    border-bottom: solid 2px #9FA0A0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 10px; }

  .navToggle span:nth-child(1) {
    top: 25px; }

  .navToggle span:nth-child(2) {
    top: 35px; }

  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 30px;
    left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); } }
.l-footer {
  background: #E1EDD1;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8666666667; }
  .l-footer_wrapper {
    margin: 0 auto;
    padding: 0 2em;
    max-width: 1200px; }
    @media (min-width: 768px) {
      .l-footer_wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
  .l-footer .footer_logo {
    margin: 0 auto;
    max-width: 1200px;
    padding: 2em 0 1em; }
    .l-footer .footer_logo a {
      display: block;
      max-width: 250px;
      width: 90%;
      transition: .3s; }
      @media (max-width: 767px) {
        .l-footer .footer_logo a {
          margin: 0 auto; } }
      .l-footer .footer_logo a:hover {
        transition: .3s; }
      .l-footer .footer_logo a img {
        width: 100%; }
  .l-footer .address {
    margin-bottom: 1em; }
    .l-footer .address ul li {
      padding-left: 1em;
      text-indent: -1em; }
      .l-footer .address ul li::before {
        content: '■'; }
  .l-footer_nav_wrapper {
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    grid-gap: 20px; }
    @media (max-width: 767px) {
      .l-footer_nav_wrapper {
        justify-content: space-between; } }
  @media (min-width: 768px) {
    .l-footer_nav {
      width: fit-content; } }
  @media (max-width: 767px) {
    .l-footer_nav {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.6666666667; } }
  @media (max-width: 767px) {
    .l-footer_nav li {
      margin-bottom: 10px; } }
  .l-footer_nav {
    display: flex;
    column-gap: 10px; }
    @media (max-width: 767px) {
      .l-footer_nav {
        margin: 2em 0;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2; } }
    .l-footer_nav li a:hover {
      text-decoration: underline; }
  .l-footer .copyright {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2.1818181818;
    text-align: center;
    padding-bottom: 10px; }

.tree_wrapper {
  background: #E1EDD1;
  position: relative;
  z-index: 0; }
  .tree_wrapper::before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/common/tree_top.png) top center no-repeat;
    width: 100vw;
    height: 28vw;
    background-size: cover; }
  .tree_wrapper::after {
    z-index: -2;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/common/tree_bottom.png) top center no-repeat;
    width: 100vw;
    height: 23vw;
    background-size: cover; }
  .tree_wrapper article {
    position: relative;
    z-index: 0;
    padding-bottom: 1em; }
    .tree_wrapper article::before {
      z-index: -1;
      content: '';
      position: absolute;
      top: 10vw;
      left: 0;
      background: url(../images/common/tree_left.png) top left;
      height: calc(100% - 10vw);
      background-size: contain;
      background-repeat: repeat-y; }
      @media (min-width: 768px) {
        .tree_wrapper article::before {
          width: 15vw; } }
      @media (max-width: 767px) {
        .tree_wrapper article::before {
          width: 17vw; } }
    .tree_wrapper article::after {
      z-index: -2;
      content: '';
      position: absolute;
      top: 10vw;
      right: 0;
      background: url(../images/common/tree_right.png) top right;
      height: calc(100% - 10vw);
      background-size: contain;
      background-repeat: repeat-y; }
      @media (min-width: 768px) {
        .tree_wrapper article::after {
          width: 15vw; } }
      @media (max-width: 767px) {
        .tree_wrapper article::after {
          width: 17vw; } }

.click_none {
  pointer-events: none; }
