﻿@import url("reset.css");
@media screen and (max-width: 1024px) {
  .pc-object {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-object {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  body.open_sp-nav {
    overflow: hidden;
  }
}

body.open_modal {
  overflow: hidden;
}

.section__copy {
  font-size: 36px;
  color: #338751;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1024px) {
  .section__copy {
    font-size: 24px;
  }
}

.section__copy.white {
  color: #fff;
}

.section__copy > span {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .section__copy > span {
    font-size: 14px;
  }
}

.header {
  position: fixed;
  position: -webkit-fixed;
  top: 0;
  left: 0;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}

.header .header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 70%;
  max-width: 875px;
  margin: 0 10px;
  padding: 0 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 16px 1px rgba(31, 18, 7, 0.1);
          box-shadow: 0 0 16px 1px rgba(31, 18, 7, 0.1);
  background-color: #fff;
  border-radius: 00px 0px 20px 20px;
}

@media screen and (max-width: 1024px) {
  .header .header__item {
    width: 55%;
    padding: 0 15px;
  }
}

.header .header__item .header__item__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header__item .header__item__nav > a {
  padding: 0 10px;
  margin-right: 55px;
}

.header .header__item .header__item__nav .header__item__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .header .header__item .header__item__nav .header__item__nav__list {
    display: block;
    position: fixed;
    position: -webkit-fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 73px;
    background-color: #f4fdf7;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .header__item .header__item__nav .header__item__nav__list.active {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
  }
}

.header .header__item .header__item__nav .header__item__nav__list .header__item__nav__list__item {
  margin-right: 35px;
}

@media screen and (max-width: 1024px) {
  .header .header__item .header__item__nav .header__item__nav__list .header__item__nav__list__item {
    width: 90%;
    height: 70px;
    margin: 0 auto 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1025px) {
  .header .header__item .header__item__nav .header__item__nav__list .header__item__nav__list__item:last-child {
    margin: 0;
  }
}

.header .header__item .header__item__nav .header__item__nav__list .header__item__nav__list__item > a {
  display: block;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.07em;
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .header .header__item .header__item__nav .header__item__nav__list .header__item__nav__list__item > a:hover {
    color: #338751;
  }
}

@media screen and (max-width: 1024px) {
  .header .header__item .header__item__nav .header__item__nav__list .header__item__nav__list__item > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 20px;
  }
  .header .header__item .header__item__nav .header__item__nav__list .header__item__nav__list__item > a::before, .header .header__item .header__item__nav .header__item__nav__list .header__item__nav__list__item > a::after {
    position: absolute;
    content: '';
    top: 50%;
    background-color: #338751;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header .header__item .header__item__nav .header__item__nav__list .header__item__nav__list__item > a::before {
    width: 11px;
    height: 11px;
    right: 25px;
    border-radius: 10px;
  }
  .header .header__item .header__item__nav .header__item__nav__list .header__item__nav__list__item > a::after {
    width: 32px;
    height: 2px;
    right: -16px;
  }
}

.header .header__item .header__item__nav .header__item__nav__list .header__item__nav__list__item.bar-red > a {
  color: #fff;
  background-color: #338751;
}

.header .header__item .header__item__nav .header__item__nav__list .header__item__nav__list__item.bar-red > a::before, .header .header__item .header__item__nav .header__item__nav__list .header__item__nav__list__item.bar-red > a::after {
  background-color: #fff;
}

.header .header__item .header__item__nav .header__item__nav__list .header__item__nav__list__sp-close {
  display: block;
  position: absolute;
  top: 26px;
  right: 27px;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-image: url("../image/sp-navi_close.svg");
}

.header .header__item .header__item__tel {
  display: inline-block;
}

.header .header__item .header__item__tel > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: #338751;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.056em;
  text-decoration: none;
}

.header .header__item .header__item__tel > a > img {
  margin-right: 5px;
}

.header .header__item .header__item__tel > a > p {
  display: block;
  font-size: 18px;
  color: #338751;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 0.11em;
  line-height: 1;
}

.header .header__item .header__item__tel .header__item__tel__info {
  width: 165px;
  margin-top: 4px;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.09em;
}

.header .header__item .header__item__tel .header__item__tel__info > span {
  height: 17px;
  margin-right: 5px;
  padding: 0 6px;
  display: inline-block;
  color: #338751;
  text-align: center;
  line-height: 1.54;
  background-color: #f4fdf7;
  border-radius: 4px;
}

.header .header__item .header__item__sp-menu {
  position: relative;
  display: block;
  width: 27px;
  height: 26px;
}

.header .header__item .header__item__sp-menu > span {
  position: absolute;
  display: block;
  width: 27px;
  height: 4px;
  left: 50%;
  background-color: #338751;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header .header__item .header__item__sp-menu > span:nth-child(1) {
  top: 2px;
}

.header .header__item .header__item__sp-menu > span:nth-child(2) {
  top: 13px;
}

.header .header__item .header__item__sp-menu > span:nth-child(3) {
  top: 24px;
}

.header .header__item .header__item__sp-menu.active > span {
  top: 50%;
  left: 50%;
}

.header .header__item .header__item__sp-menu.active > span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.header .header__item .header__item__sp-menu.active > span:nth-child(2) {
  display: none;
}

.header .header__item .header__item__sp-menu.active > span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.header .header__contact {
  width: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 10px;
  background-color: #338751;
  max-width: 105px;
  -webkit-box-shadow: 0 0 18px 1px rgba(31, 18, 7, 0.2);
          box-shadow: 0 0 18px 1px rgba(31, 18, 7, 0.2);
  border-radius: 00px 0px 20px 20px;
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .header .header__contact:hover {
    background-color: #154d29;
  }
}

.header .header__contact > span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .header .header__contact > span {
    font-size: 16px;
  }
}

.kv {
  width: 100%;
  height: 507px;
  padding: 110px 0 25px 0;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../image/kv_bg_img.png");
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .kv {
    height: 653px;
    padding: 100px 0 30px 0;
  }
}

.kv > h2 {
  font-size: 30px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1024px) {
  .kv > h2 {
    font-size: 18px;
    line-height: 1.889;
  }
}

.kv > h2 > strong {
  display: block;
  color: #338751;
  line-height: 1.67;
}

@media screen and (max-width: 1024px) {
  .kv > h2 > strong {
    margin-top: 10px;
    font-size: 24px;
    line-height: 1.917;
  }
}

.kv > h2 > strong > span {
  font-size: 42px;
}

@media screen and (max-width: 1024px) {
  .kv > h2 > strong > span {
    display: block;
    font-size: 36px;
    line-height: 1.278;
  }
}

.kv .kv__poster {
  position: relative;
  width: 100px;
  height: 0;
  margin: 0 auto;
  z-index: 3;
}

.kv .kv__poster > img {
  position: absolute;
  display: block;
  left: 413px;
  top: -115px;
}

@media screen and (max-width: 1024px) {
  .kv .kv__poster > img {
    left: 142px;
    top: -38px;
    width: 117px;
    height: 116px;
  }
}

.kv .kv__box {
  margin-top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 4px solid #338751;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1024px) {
  .kv .kv__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5px;
    padding: 0 30px;
  }
}

.kv .kv__box .kv__box__item {
  position: relative;
  width: 200px;
  padding: 20px 0;
  display: block;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 1024px) {
  .kv .kv__box .kv__box__item {
    padding: 14px 0;
  }
}

.kv .kv__box .kv__box__item > span {
  display: block;
}

@media screen and (max-width: 1024px) {
  .kv .kv__box .kv__box__item > span {
    display: inline;
  }
}

.kv .kv__box .kv__box__item > span > strong {
  color: #338751;
}

.kv .kv__box .kv__box__item > span:not(:last-child) {
  margin-bottom: 5px;
}

.kv .kv__box .kv__box__item:not(:last-child)::after {
  position: absolute;
  content: '';
  top: 52%;
  right: 0;
  width: 4px;
  height: 50px;
  background-image: url("../image/kv_box_bar.png");
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .kv .kv__box .kv__box__item:not(:last-child)::after {
    top: 105%;
    right: auto;
    left: 50%;
    width: 100%;
    height: 3px;
    background-image: url("../image/kv_box_bar1.png");
  }
}

.kv .kv__btn {
  display: block;
  width: 350px;
  padding: 10px 0 15px 0;
  margin: 43px auto 45px auto;
  border: 6px solid #fff;
  background-color: #338751;
  border-radius: 20px;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media screen and (max-width: 1024px) {
  .kv .kv__btn {
    width: 280px;
    margin: 32px auto;
    padding: 8px auto 12px auto;
  }
}

@media screen and (min-width: 1025px) {
  .kv .kv__btn:hover {
    background-color: #154d29;
  }
}

.kv .kv__btn > img {
  width: 178px;
  height: 28px;
}

.kv .kv__btn > p {
  font-size: 30px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .kv .kv__btn > p {
    font-size: 24px;
    line-height: 1.458;
  }
}

.kv .kv__btn > p > strong {
  color: #FFF500;
}

.kv .kv__items {
  position: relative;
  height: 62px;
  padding-right: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 4px solid #338751;
  border-radius: 15px;
}

@media screen and (max-width: 1024px) {
  .kv .kv__items {
    width: 95%;
    max-width: 375px;
    height: auto;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0;
  }
}

.kv .kv__items::after {
  position: absolute;
  content: '';
  width: 24px;
  height: 29px;
  top: 24px;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: contain;
  background-image: url("../image/kv_item_dot.png");
}

@media screen and (max-width: 1024px) {
  .kv .kv__items::after {
    display: none;
  }
}

.kv .kv__items .kv__items__copy {
  position: relative;
  width: 148px;
  height: 100%;
  margin-right: 33px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4fdf7;
  border-radius: 15px 0 0 15px;
}

@media screen and (max-width: 1024px) {
  .kv .kv__items .kv__items__copy {
    width: 100%;
    height: 46px;
    margin: 0;
    border-radius: 0;
  }
}

.kv .kv__items .kv__items__copy::after {
  position: absolute;
  content: '';
  top: 24px;
  left: 99%;
  width: 20px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../image/kv_item_copy_triangle.png");
}

@media screen and (max-width: 1024px) {
  .kv .kv__items .kv__items__copy::after {
    top: 56px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}

.kv .kv__items .kv__items__copy > p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #338751;
  font-weight: 500;
  line-height: 1.5;
}

.kv .kv__items .kv__items__copy > p > span {
  display: block;
}

@media screen and (max-width: 1024px) {
  .kv .kv__items .kv__items__copy > p > span {
    display: inline;
  }
}

.kv .kv__items .kv__items__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .kv .kv__items .kv__items__list {
    padding: 10px 12%;
  }
}

.kv .kv__items .kv__items__list .kv__items__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .kv .kv__items .kv__items__list .kv__items__list__item {
    width: 120px;
    margin: 5px auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

@media screen and (min-width: 1025px) {
  .kv .kv__items .kv__items__list .kv__items__list__item:not(:last-child) {
    margin-right: 25px;
  }
}

.kv .kv__items .kv__items__list .kv__items__list__item > img {
  width: 40px;
  height: 40px;
  margin-right: 9px;
}

.kv .kv__items .kv__items__list .kv__items__list__item > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
}

.topic {
  padding: 50px 0 70px 0;
  background-color: #338751;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .topic {
    padding: 35px 0;
  }
}

.topic .topic__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0 60px 0;
}

@media screen and (max-width: 1024px) {
  .topic .topic__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 25px 0 8px 0;
  }
}

.topic .topic__wrap > .topic__wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .topic .topic__wrap > .topic__wrap__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.topic .topic__wrap .item_left, .topic .topic__wrap .item_right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 250px;
  height: 180px;
  margin: 0 10px;
  background-color: #fff;
  border-radius: 40px;
  opacity: 0;
  z-index: 3;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

@media screen and (max-width: 1024px) {
  .topic .topic__wrap .item_left, .topic .topic__wrap .item_right {
    width: 168px;
    height: 121px;
    border-radius: 30px;
  }
}

.topic .topic__wrap .item_left.active, .topic .topic__wrap .item_right.active {
  opacity: 1;
}

.topic .topic__wrap .item_left::after, .topic .topic__wrap .item_right::after {
  position: absolute;
  content: '';
  top: 104%;
  left: 50%;
  width: 59px;
  height: 43px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .topic .topic__wrap .item_left::after, .topic .topic__wrap .item_right::after {
    top: 103%;
    width: 40px;
    height: 31px;
  }
}

.topic .topic__wrap .item_left > span, .topic .topic__wrap .item_right > span {
  display: block;
  font-size: 18px;
  line-height: 1.667;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1024px) {
  .topic .topic__wrap .item_left > span, .topic .topic__wrap .item_right > span {
    font-size: 14px;
    line-height: 1.714;
  }
}

.topic .topic__wrap .item_left > span > strong, .topic .topic__wrap .item_right > span > strong {
  font-weight: bold;
}

.topic .topic__wrap .item_right {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.topic .topic__wrap .item_left {
  margin-bottom: 24px;
}

.topic .topic__wrap .item_left:nth-child(2) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.topic .topic__wrap .item_left::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../image/topic_item_left_bubble.png");
}

@media screen and (max-width: 1024px) {
  .topic .topic__wrap .item_left::after {
    background-image: url("../image/topic_item_left_bubble1.png");
  }
}

.topic .topic__wrap .item_right::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../image/topic_item_right_bubble.png");
}

@media screen and (max-width: 1024px) {
  .topic .topic__wrap .item_right::after {
    background-image: url("../image/topic_item_right_bubble1.png");
  }
}

.topic > h3 {
  display: block;
  font-size: 36px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .topic > h3 {
    width: 290px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.25;
  }
}

.topic > h3 > span {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .topic > h3 > span {
    margin-bottom: 20px;
    display: inline-block;
  }
}

.topic > h3 > span::after {
  position: absolute;
  content: '';
  top: 120%;
  left: 0;
  width: 0%;
  height: 6px;
  background-color: #FFF500;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.topic > h3 > span:nth-child(2)::after {
  left: -1px;
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.topic > h3 > span > strong {
  color: #FFF500;
}

.topic > h3.active > span::after {
  width: 100%;
}

.about {
  padding: 80px 0 100px 0;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .about {
    padding: 52px 0 40px 0;
  }
}

.about .about__list {
  margin-top: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .about .about__list {
    margin-top: 30px;
  }
}

.about .about__list .about__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 930px;
  height: 260px;
  padding-right: 50px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f4fdf7;
  border-radius: 0 20px 20px 0;
}

@media screen and (max-width: 1024px) {
  .about .about__list .about__list__item {
    width: 100%;
    max-width: 343px;
    height: auto;
    padding: 0 0 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0 0 20px 20px;
  }
}

.about .about__list .about__list__item:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .about .about__list .about__list__item:not(:last-child) {
    margin: 0px 0 20px 0;
  }
}

.about .about__list .about__list__item.reverse > .about__list__item__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .about .about__list .about__list__item.reverse > .about__list__item__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about .about__list .about__list__item.reverse > .about__list__item__wrap .about__list__item__wrap__copy {
  margin: 0 0 0 40px;
}

@media screen and (max-width: 1024px) {
  .about .about__list .about__list__item.reverse > .about__list__item__wrap .about__list__item__wrap__copy {
    margin: 0 0 17px 0;
  }
}

.about .about__list .about__list__item .about__list__item__index {
  position: relative;
  width: 80px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #338751;
}

@media screen and (max-width: 1024px) {
  .about .about__list .about__list__item .about__list__item__index {
    width: 100%;
    height: 60px;
  }
}

.about .about__list .about__list__item .about__list__item__index::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 90px;
  width: 20px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../image/about_item_triangle.png");
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .about .about__list .about__list__item .about__list__item__index::after {
    top: 69px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}

.about .about__list .about__list__item .about__list__item__index > strong {
  color: #FFF500;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .about .about__list .about__list__item .about__list__item__index > strong {
    line-height: 2.5;
  }
}

.about .about__list .about__list__item .about__list__item__index > strong > span {
  display: block;
  color: #fff;
  font-size: 36px;
}

@media screen and (max-width: 1024px) {
  .about .about__list .about__list__item .about__list__item__index > strong > span {
    display: inline;
    margin-left: 5px;
  }
}

.about .about__list .about__list__item .about__list__item__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .about .about__list .about__list__item .about__list__item__wrap {
    margin-top: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about .about__list .about__list__item .about__list__item__wrap .about__list__item__wrap__copy {
  width: 100%;
  max-width: 460px;
  text-align: left;
  margin: 0 40px 0 0;
}

@media screen and (max-width: 1024px) {
  .about .about__list .about__list__item .about__list__item__wrap .about__list__item__wrap__copy {
    padding: 0 21px;
    max-width: 300px;
    margin: 0 0 15px 0;
  }
}

.about .about__list .about__list__item .about__list__item__wrap .about__list__item__wrap__copy > h3 {
  font-size: 26px;
  color: #000;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .about .about__list .about__list__item .about__list__item__wrap .about__list__item__wrap__copy > h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.about .about__list .about__list__item .about__list__item__wrap .about__list__item__wrap__copy > h3 > strong {
  color: #338751;
}

.about .about__list .about__list__item .about__list__item__wrap .about__list__item__wrap__copy > p {
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .about .about__list .about__list__item .about__list__item__wrap .about__list__item__wrap__copy > p {
    font-size: 14px;
    line-height: 1.7;
  }
}

.about .about__list .about__list__item .about__list__item__wrap .about__list__item__wrap__copy > sub {
  display: block;
  font-size: 12px;
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  .about .about__list .about__list__item .about__list__item__wrap .about__list__item__wrap__copy > sub {
    margin-top: 6px;
    font-size: 10px;
  }
}

.banner {
  padding: 60px 0;
  background-color: #338751;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .banner {
    padding: 40px 0;
  }
}

.banner > p {
  font-size: 24px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1024px) {
  .banner > p {
    font-size: 14px;
  }
}

.banner .banner__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  height: 74px;
  margin: 40px auto 0 auto;
  overflow: hidden;
  background-color: #fff;
  border-radius: 40px;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .banner .banner__btn {
    width: 300px;
    height: 60px;
    margin-top: 27px;
  }
}

.banner .banner__btn:hover {
  background-color: #f4fdf7;
}

.banner .banner__btn > p {
  display: block;
  color: #338751;
  font-size: 23px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .banner .banner__btn > p {
    font-size: 20px;
  }
}

.banner .banner__btn::before, .banner .banner__btn::after {
  position: absolute;
  content: '';
  top: 50%;
  background-color: #338751;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner .banner__btn::before {
  width: 17px;
  height: 17px;
  right: 22px;
  border-radius: 10px;
}

.banner .banner__btn::after {
  height: 4px;
  width: 35px;
  right: -20px;
}

.ex {
  padding: 80px 0 100px 0;
}

@media screen and (max-width: 1024px) {
  .ex {
    padding: 54px 0 60px 0;
  }
}

.ex > img {
  width: 980px;
  height: 470px;
  display: block;
  margin: 37px auto 0 auto;
}

@media screen and (max-width: 1024px) {
  .ex > img {
    margin-top: 30px;
    width: 344px;
    height: 738px;
  }
}

.product {
  padding: 80px 0 100px 0;
  background-color: #f4fdf7;
}

.product .product__list {
  width: 90%;
  max-width: 1088px;
  margin: 25px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .product .product__list {
    width: 100%;
  }
}

.product .product__list .product__list__item {
  width: 250px;
  max-width: 250px;
  height: auto;
  min-height: 289px;
  padding-bottom: 21px;
  margin: 0 6px 30px 6px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}

@media screen and (max-width: 1024px) {
  .product .product__list .product__list__item {
    width: 167px;
    max-width: 167px;
    min-height: 202px;
    margin: 0 4px 20px 4px;
    padding-bottom: 12px;
    border-radius: 0 0 10px 10px;
  }
}

.product .product__list .product__list__item .product__list__item__img {
  width: 250px;
  height: 150px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .product .product__list .product__list__item .product__list__item__img {
    width: 167px;
    height: 100px;
  }
}

.product .product__list .product__list__item .product__list__item__img > img {
  width: 100%;
  height: 100%;
}

.product .product__list .product__list__item > h3 {
  font-size: 16px;
  color: #338751;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin: 15px 0 10px 0;
}

@media screen and (max-width: 1024px) {
  .product .product__list .product__list__item > h3 {
    font-size: 12px;
    margin: 9px 0 12px 0;
  }
}

.product .product__list .product__list__item > h3 > span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  font-weight: 300;
}

@media screen and (max-width: 1024px) {
  .product .product__list .product__list__item > h3 > span {
    font-size: 10px;
    margin-top: 6px;
  }
}

.product .product__list .product__list__item > p {
  display: block;
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.714;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 1024px) {
  .product .product__list .product__list__item > p {
    width: 150px;
    font-size: 12px;
    line-height: 1.833;
  }
}

.product .product__list .product__list__item .product__list__item__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
}

.product .product__list .product__list__item .product__list__item__modal.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-animation: modal 0.3s 0.4s forwards;
          animation: modal 0.3s 0.4s forwards;
}

@-webkit-keyframes modal {
  0% {
    z-index: -1;
    opacity: 0;
  }
  20% {
    z-index: 21;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
  100% {
    z-index: 21;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes modal {
  0% {
    z-index: -1;
    opacity: 0;
  }
  20% {
    z-index: 21;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
  100% {
    z-index: 21;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

.product .product__list .product__list__item .product__list__item__modal .product__list__item__modal__item {
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .product .product__list .product__list__item .product__list__item__modal .product__list__item__modal__item {
    padding: 10px;
  }
}

.product .product__list .product__list__item .product__list__item__modal .product__list__item__modal__item > img {
  display: block;
  width: 500px;
}

@media screen and (max-width: 1024px) {
  .product .product__list .product__list__item .product__list__item__modal .product__list__item__modal__item > img {
    width: calc(90vw - 20px);
  }
}

.product .product__list .product__list__item .product__list__item__modal .product__list__item__modal__btn {
  width: 100px;
  height: 36px;
  margin-top: 20px;
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fff;
  border-radius: 22px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.product .product__list .product__list__item .product__list__item__modal .product__list__item__modal__btn .product__list__item__modal__btn__logo {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 13px;
  position: relative;
}

.product .product__list .product__list__item .product__list__item__modal .product__list__item__modal__btn .product__list__item__modal__btn__logo::before, .product .product__list .product__list__item .product__list__item__modal .product__list__item__modal__btn .product__list__item__modal__btn__logo::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 120%;
  height: 2px;
  background-color: #fff;
}

.product .product__list .product__list__item .product__list__item__modal .product__list__item__modal__btn .product__list__item__modal__btn__logo::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.product .product__list .product__list__item .product__list__item__modal .product__list__item__modal__btn .product__list__item__modal__btn__logo::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.product .product__list .product__list__item .product__list__item__modal .product__list__item__modal__btn .product__list__item__modal__btn__text {
  color: #fff;
  font-size: 14px;
}

.archive {
  padding: 80px 0 100px 0;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .archive {
    padding: 54px 0 60px 0;
  }
}

.archive > h2 {
  margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
  .archive > h2 {
    margin-bottom: 16px;
  }
}

.archive > p {
  margin-bottom: 35px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1024px) {
  .archive > p {
    margin-bottom: 16px;
    font-size: 14px;
  }
}

.archive .archive__list {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.archive .archive__list .archive__list__item {
  margin: 0 10px;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .archive .archive__list .archive__list__item {
    font-size: 14px;
  }
}

.faq {
  padding: 80px 0 95px 0;
}

@media screen and (max-width: 1024px) {
  .faq {
    padding: 50px 0 80px 0;
  }
}

.faq .faq__list {
  width: 90%;
  max-width: 980px;
  margin: 25px auto 0 auto;
}

@media screen and (max-width: 1024px) {
  .faq .faq__list {
    margin: 18px auto 0 auto;
  }
}

.faq .faq__list .faq__list__item {
  width: 100%;
}

.faq .faq__list .faq__list__item:not(:last-child) {
  margin-bottom: 20px;
}

.faq .faq__list .faq__list__item .faq__list__item__btn {
  position: relative;
  width: 100%;
  height: auto;
  padding: 22px 0;
  border: 4px solid #338751;
  border-radius: 20px;
  background-color: #fff;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .faq .faq__list .faq__list__item .faq__list__item__btn {
    padding: 18px 0;
  }
}

.faq .faq__list .faq__list__item .faq__list__item__btn::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.faq .faq__list .faq__list__item .faq__list__item__btn.open .faq__list__item__btn__inner > .faq__list__item__btn__q > .faq__list__item__btn__icon > span::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.faq .faq__list .faq__list__item .faq__list__item__btn.open > .faq__list__item__btn__inner > .faq__list__item__btn__a {
  opacity: 1;
  margin-top: 22px;
  max-height: 100px;
}

@media screen and (max-width: 1024px) {
  .faq .faq__list .faq__list__item .faq__list__item__btn.open > .faq__list__item__btn__inner > .faq__list__item__btn__a {
    margin-top: 25px;
  }
}

.faq .faq__list .faq__list__item .faq__list__item__btn .faq__list__item__btn__inner {
  width: calc(100% - 175px);
  margin: 0 95px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .faq .faq__list .faq__list__item .faq__list__item__btn .faq__list__item__btn__inner {
    width: calc(100% - 77px);
    margin: 0 32px 0 45px;
  }
}

.faq .faq__list .faq__list__item .faq__list__item__btn .faq__list__item__btn__inner .faq__list__item__btn__q {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq .faq__list .faq__list__item .faq__list__item__btn .faq__list__item__btn__inner .faq__list__item__btn__q > h3 {
  font-size: 20px;
  color: #338751;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1024px) {
  .faq .faq__list .faq__list__item .faq__list__item__btn .faq__list__item__btn__inner .faq__list__item__btn__q > h3 {
    font-size: 14px;
    line-height: 1.4;
  }
}

.faq .faq__list .faq__list__item .faq__list__item__btn .faq__list__item__btn__inner .faq__list__item__btn__q::before {
  position: absolute;
  content: '';
  top: 50%;
  left: -34px;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-image: url("../image/faq_item-q.svg");
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .faq .faq__list .faq__list__item .faq__list__item__btn .faq__list__item__btn__inner .faq__list__item__btn__q::before {
    left: -21px;
    width: 30px;
    height: 30px;
  }
}

.faq .faq__list .faq__list__item .faq__list__item__btn .faq__list__item__btn__inner .faq__list__item__btn__q .faq__list__item__btn__icon {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  right: -70px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .faq .faq__list .faq__list__item .faq__list__item__btn .faq__list__item__btn__inner .faq__list__item__btn__q .faq__list__item__btn__icon {
    right: -30px;
  }
}

.faq .faq__list .faq__list__item .faq__list__item__btn .faq__list__item__btn__inner .faq__list__item__btn__q .faq__list__item__btn__icon > span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.faq .faq__list .faq__list__item .faq__list__item__btn .faq__list__item__btn__inner .faq__list__item__btn__q .faq__list__item__btn__icon > span::before, .faq .faq__list .faq__list__item .faq__list__item__btn .faq__list__item__btn__inner .faq__list__item__btn__q .faq__list__item__btn__icon > span::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #338751;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.faq .faq__list .faq__list__item .faq__list__item__btn .faq__list__item__btn__inner .faq__list__item__btn__q .faq__list__item__btn__icon > span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.faq .faq__list .faq__list__item .faq__list__item__btn .faq__list__item__btn__inner .faq__list__item__btn__a {
  position: relative;
  height: auto;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  padding-bottom: 0;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.faq .faq__list .faq__list__item .faq__list__item__btn .faq__list__item__btn__inner .faq__list__item__btn__a::before {
  position: absolute;
  content: '';
  top: 17px;
  left: -34px;
  width: 40px;
  height: 40px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  background-size: contain;
  background-image: url("../image/faq_item-a.svg");
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .faq .faq__list .faq__list__item .faq__list__item__btn .faq__list__item__btn__inner .faq__list__item__btn__a::before {
    top: 11px;
    left: -21px;
    width: 30px;
    height: 30px;
  }
}

.faq .faq__list .faq__list__item .faq__list__item__btn .faq__list__item__btn__inner .faq__list__item__btn__a > p {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.66;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .faq .faq__list .faq__list__item .faq__list__item__btn .faq__list__item__btn__inner .faq__list__item__btn__a > p {
    font-size: 14px;
    line-height: 1.4;
  }
}

.footer {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #338751;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 50px 0 130px 0;
  }
}

.footer .footer__inner {
  width: 80%;
  max-width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

@media screen and (max-width: 1024px) {
  .footer .footer__inner {
    width: 90%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer .footer__inner .footer__inner__logo {
  width: 180px;
  /*height: 80px;*/
  padding-bottom: 22px;
}

@media screen and (max-width: 1024px) {
  .footer .footer__inner .footer__inner__logo {
    padding: 0;
    width: 159px;
    
  }
}

.footer .footer__inner .footer__inner__address {
  margin-left: 40px;
}

@media screen and (max-width: 1024px) {
  .footer .footer__inner .footer__inner__address {
    margin: 40px auto 0 0;
  }
}

.footer .footer__inner .footer__inner__address > li {
  font-size: 12px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.17em;
  margin-bottom: 12px;
}

.footer .footer__btn {
  position: absolute;
  display: inline-block;
  height: 88px;
  top: 0;
  right: 20%;
  padding-top: 50px;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .footer .footer__btn {
    top: 331px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 1025px) {
  .footer .footer__btn:hover .footer__btn__bar::after {
    width: 20px;
    height: 20px;
    -webkit-transition-duration: 0.05s;
            transition-duration: 0.05s;
  }
}

.footer .footer__btn .footer__btn__bar {
  position: relative;
  display: block;
  margin: 0 auto 12px auto;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 3;
}

.footer .footer__btn .footer__btn__bar::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 55px;
  top: -26px;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .footer .footer__btn .footer__btn__bar::before {
    height: 40px;
    top: -20px;
  }
}

.footer .footer__btn .footer__btn__bar::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  border: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 20px;
  z-index: 2;
  -webkit-transition-duration: 0.05s;
          transition-duration: 0.05s;
}

.footer .footer__btn .footer__btn__text {
  font-size: 12px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  z-index: -1;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.modal-bg.active {
  opacity: 1;
  z-index: 20;
}
/*# sourceMappingURL=style.css.map */