@charset "UTF-8";
.header__navi {
  display: none; /* reset */
}

.main {
  padding-top: 0; /* reset */
}

@media print {
  .header {
    position: relative;
  }
}

body {
  color: #000;
  font-size: 16px;
  line-height: 1.8;
}

.article-single-body img:not(:last-child), .article-single-body picture:not(:last-child), .article-single-body figure:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .article-single-body img:not(:last-child), .article-single-body picture:not(:last-child), .article-single-body figure:not(:last-child) {
    margin-bottom: 29px;
  }
}
.article-single-body img.rounded, .article-single-body picture.rounded, .article-single-body figure.rounded {
  border-radius: 32px;
  overflow: hidden;
}
.article-single-body img, .article-single-body picture {
  width: 100%;
  display: block;
}
.article-single-body p:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .article-single-body p:not(:last-child) {
    margin-bottom: 29px;
  }
}

@media (max-width: 768px) {
  .article-single-share_wrap {
    position: relative !important;
  }
}

@media (max-width: 768px) {
  .article-single-share__item {
    width: 34px;
  }
}

.l-section:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .l-section:not(:last-child) {
    margin-bottom: 58px;
  }
}

.l-block:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .l-block:not(:last-child) {
    margin-bottom: 29px;
  }
}

.tu_bg_wide .contents_width--wide {
  width: 100%;
}
@media (min-width: 768px) {
  .tu_bg_wide .contents_width--wide {
    max-width: calc(var(--widthDefault) + 70px);
  }
}
@media (min-width: 768px) {
  .tu_bg_wide .contents_width--narrow {
    max-width: calc(var(--widthDefault) - 210px);
  }
}
@media (min-width: 768px) {
  .tu_bg_wide .contents_width--cond {
    max-width: calc(var(--widthDefault) - 420px);
  }
}
@media (min-width: 768px) {
  .tu_bg_wide .contents_width--map-2 {
    max-width: calc(var(--widthDefault) - 770px);
  }
}

.width--85 {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}
.contents_width > p {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .contents_width > p {
    max-width: calc(var(--widthDefault) - 700px);
  }
}

.contents_width__inner {
  position: relative;
}

.nav-content__trigger {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 400vh;
  background-color: transparent;
  pointer-events: none;
}

.nav-content {
  position: fixed;
  right: 0;
  transform: translateY(50%);
  bottom: 0;
  width: 100%;
  background-color: #fff;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  z-index: 800;
  box-shadow: 0 0 1.8em 1px rgba(0, 0, 0, 0.1);
  transition-property: transform,opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  opacity: 0;
}
@media (min-width: 768px) {
  .nav-content {
    display: none;
  }
}
.nav-content__trigger:not(.is-activing) + .nav-content:not(.is-activing) {
  transition-duration: 0.2s;
  transform: translateY(0);
  opacity: 1;
}

.nav-content__anchor {
  padding-right: 15px;
  padding-left: 49px;
  display: block;
  position: relative;
}
.nav-content__anchor::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 49px;
  width: 49px;
  background-size: 21px 21px;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 21"><defs><style>.b{fill:%23000;}</style></defs><circle class="b" cx="4.5" cy="15.5" r="1"/><circle class="b" cx="4.5" cy="10.5" r="1"/><circle class="b" cx="4.5" cy="5.5" r="1"/><rect class="b" x="8" y="15" width="9" height="1"/><rect class="b" x="8" y="10" width="9" height="1"/><rect class="b" x="8" y="5" width="9" height="1"/></svg>');
}

.imgset--1x2-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.imgset--1x2-2 .imgset__item:first-child {
  grid-column: 1/-1;
  grid-row: 1/2;
}
.imgset--1x2-2 .imgset__item:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.imgset--1x2-2 .imgset__item:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}

.imgset--1xi .imgset__item:nth-child(2) {
  max-width: 40vw;
  margin-top: -20vw;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  border: 4px solid #256039;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .imgset--1xi .imgset__item:nth-child(2) {
    max-width: calc(var(--widthDefault) - 980px);
    margin-top: calc((var(--widthDefault) - 980px) * -0.5);
  }
}

@media (min-width: 768px) {
  main {
    margin-top: 0 !important;
  }
}

.tu_header {
  position: relative;
  border-bottom: 64px solid #f7f7f7;
  margin-left: 6.5px;
  margin-right: 6.5px;
}
@media (min-width: 768px) {
  .tu_header {
    border-bottom: 116px solid #f7f7f7;
    margin-left: 17px;
    margin-right: 17px;
    overflow: hidden;
  }
}
.tu_header::before {
  z-index: 202;
  content: "";
  position: absolute;
  left: -5%;
  top: 0;
  width: 110%;
  height: 100%;
  border-top: 26px solid #fff;
  background-image: url("../img/kv_bg.svg");
  background-position: center top -1px;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .tu_header::before {
    /* border-top: calc(var(--heightHeaderPc) + 26px) solid #fff; */
    border-top: calc(var(--heightHeaderPc) + 2px) solid #fff;
  }
}
.tu_header::after {
  width: 42%;
  height: 0;
  padding-top: 42%;
  content: "";
  position: absolute;
  background-image: url("../img/fig-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 202;
  left: 62%;
  top: calc(var(--heightHeaderPc) + 26px);
  background-position: center right;
  z-index: 205;
}
@media (min-width: 768px) {
  .tu_header::after {
    width: 20%;
    padding-top: 20%;
  }
}
@media (min-width: 768px) {
  .tu_header::after {
    left: 68%;
  }
}

.article-single-share_wrap {
  margin-left: 6.5px;
  margin-right: 6.5px;
}
@media (min-width: 768px) {
  .article-single-share_wrap {
    margin-left: 17px;
    margin-right: 17px;
  }
}
@media (max-width: 768px) {
  .article-single-share_wrap {
    background-color: #f7f7f7;
    margin-bottom: 0;
    padding-bottom: 64px;
  }
}

@media (max-width: 768px) {
  .article-single-share__list {
    padding-top: 10px;
    margin-top: 0;
  }
}

.tu_header__fig {
  aspect-ratio: 4/5;
  position: relative;
  overflow: hidden;
  background-color: #f7f7f7;
  z-index: 200;
  position: relative;
  min-height: 60vw;
}
.tu_header__fig img {
  object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
}
.tu_header__fig .loading {
  z-index: 100;
}
.tu_header__fig img {
  object-fit: cover;
}
@media (min-width: 768px) {
  .tu_header__fig {
    height: 100vh;
    aspect-ratio: unset;
  }
}

.tu_header__lead {
  z-index: 210;
  position: absolute;
  left: 13px;
  top: var(--heightHeaderSp);
}
@media (min-width: 768px) {
  .tu_header__lead {
    top: 25vh;
    left: 52px;
  }
}

.tu_header__lead__heading {
  break-inside: avoid;
  color: #fff;
}

.tu_header__lead__heading__str {
  display: inline-block;
  background-color: #368932;
  padding: 0.1em;
  transition-property: background;
  transition-duration: 3s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
}
@media (min-width: 768px) {
  .tu_header__lead__heading__str {
    padding: 0.25em 0.4em;
  }
}
.is-active--item--1 + .tu_header__lead .tu_header__lead__heading__str {
  background-color: #1a3314;
}
.is-active--item--2 + .tu_header__lead .tu_header__lead__heading__str {
  background-color: #aaa84b;
}
.is-active--item--3 + .tu_header__lead .tu_header__lead__heading__str {
  background-color: #874920;
}
.is-active--item--4 + .tu_header__lead .tu_header__lead__heading__str {
  background-color: #586370;
}
.tu_header__lead__heading__str + br + .tu_header__lead__heading__str {
  margin-top: -0.3em;
}
.tu_header__lead__heading__str span {
  font-size: 0.9em;
  margin-left: 0.05em;
  margin-right: 0.05em;
}

.tu_header__info {
  padding: 15px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 201;
}
.tu_header__info::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(54, 137, 50, 0), #368932 60%);
}
.is-active--item--1 + .tu_header__lead + .tu_header__info::before {
  background: linear-gradient(rgba(26, 51, 20, 0), #1a3314 60%);
}
.is-active--item--2 + .tu_header__lead + .tu_header__info::before {
  background: linear-gradient(rgba(170, 168, 75, 0), #aaa84b 60%);
}
.is-active--item--3 + .tu_header__lead + .tu_header__info::before {
  background: linear-gradient(rgba(135, 73, 32, 0), #874920 60%);
}
.is-active--item--4 + .tu_header__lead + .tu_header__info::before {
  background: linear-gradient(rgba(88, 99, 112, 0), #586370 60%);
}
@media (min-width: 768px) {
  .tu_header__info {
    padding: 0;
    padding-left: 26px;
    padding-top: 78px;
    padding-bottom: 26px;
    background-color: transparent !important;
  }
  .tu_header__info::before {
    bottom: 0;
    height: 100%;
    background: linear-gradient(rgba(54, 137, 50, 0), rgba(54, 137, 50, 0.6) 60%, #276424);
  }
  .is-active--item--1 + .tu_header__lead + .tu_header__info::before {
    background: linear-gradient(rgba(26, 51, 20, 0), rgba(26, 51, 20, 0.6) 60%, #070e06);
  }
  .is-active--item--2 + .tu_header__lead + .tu_header__info::before {
    background: linear-gradient(rgba(170, 168, 75, 0), rgba(170, 168, 75, 0.6) 60%, #87853b);
  }
  .is-active--item--3 + .tu_header__lead + .tu_header__info::before {
    background: linear-gradient(rgba(135, 73, 32, 0), rgba(135, 73, 32, 0.6) 60%, #5e3316);
  }
  .is-active--item--4 + .tu_header__lead + .tu_header__info::before {
    background: linear-gradient(rgba(88, 99, 112, 0), rgba(88, 99, 112, 0.6) 60%, #424a53);
  }
}

.tu_header__info__credit {
  font-size: 10px;
  position: relative;
  z-index: 210;
}
@media (min-width: 768px) {
  .tu_header__info__credit {
    font-size: 11px;
  }
}
.tu_header__info__credit span {
  display: inline-block;
}

.tu_header__info__credit__pr {
  padding-left: 1em;
}

main:not(:last-child) {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  main:not(:last-child) {
    margin-bottom: 116px;
  }
}

.contents_width {
  position: relative;
  z-index: 102;
}

.article-section:not(:last-child) {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .article-section:not(:last-child) {
    margin-bottom: 116px;
  }
}
.article-section--project {
  padding-left: 13px;
  padding-right: 13px;
  max-width: calc(var(--widthDefault) - 210px);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .article-section--project {
    padding-left: 140px;
    padding-right: 140px;
  }
}
.article-section--project .article-section__inner {
  overflow: hidden;
  position: relative;
  padding-top: 13px;
  padding-bottom: 32px;
  border-radius: 32px;
  box-shadow: 0 0 1.8em 1px rgba(0, 0, 0, 0.1);
}
.article-section--project .article-section__inner:not(:last-child) {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .article-section--project .article-section__inner:not(:last-child) {
    margin-bottom: 116px;
  }
}
@media (max-width: 768px) {
  .article-section--project .article-section__inner p {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 768px) {
  .article-section--project .article-section__inner {
    padding-top: 116px;
    padding-bottom: 116px;
  }
}
.article-section--project .article-section__inner--bottom {
  padding-top: 0;
}
.article-section--project .contents_width {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.article-section--lead {
  position: relative;
  z-index: 100;
  background-color: #f7f7f7;
  margin-left: 6.5px;
  margin-right: 6.5px;
}
@media (min-width: 768px) {
  .article-section--lead {
    margin-left: 17px;
    margin-right: 17px;
  }
}
.article-section--lead::before {
  z-index: 101;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  padding-top: 50%;
  background-color: #f7f7f7;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
}

.m-contact {
  position: relative;
  padding-top: 64px;
}
@media (min-width: 768px) {
  .m-contact {
    padding-top: 116px;
  }
}
.m-contact::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 64px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .m-contact::after {
    height: 116px;
  }
}
.m-contact::after {
  top: 0;
  background: linear-gradient(to top, rgba(230, 230, 230, 0), rgba(230, 230, 230, 0.2));
}

.contents_width:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .contents_width:not(:last-child) {
    margin-bottom: 58px;
  }
}

.m-uji {
  position: relative;
}
.m-uji::after {
  width: 36%;
  height: 0;
  padding-top: 36%;
  content: "";
  position: absolute;
  background-image: url("../img/fig-3.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 202;
  bottom: -16px;
  left: -15%;
}
@media (min-width: 768px) {
  .m-uji::after {
    width: 25%;
    padding-top: 25%;
  }
}
@media (min-width: 768px) {
  .m-uji::after {
    bottom: -116px;
    right: -136px;
  }
}

.m-mori {
  position: relative;
}
.m-mori::after {
  width: 36%;
  height: 0;
  padding-top: 36%;
  content: "";
  position: absolute;
  background-image: url("../img/fig-4.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 202;
  bottom: 0;
  right: -15%;
}
@media (min-width: 768px) {
  .m-mori::after {
    width: 25%;
    padding-top: 25%;
  }
}
@media (min-width: 768px) {
  .m-mori::after {
    bottom: -116px;
    right: -136px;
  }
}

.m-koke {
  position: relative;
}
@media (min-width: 768px) {
  .m-koke {
    padding-bottom: 116px;
  }
}
.m-koke::after {
  width: 36%;
  height: 0;
  padding-top: 36%;
  content: "";
  position: absolute;
  background-image: url("../img/fig-5.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 202;
  bottom: 0;
  right: -15%;
}
@media (min-width: 768px) {
  .m-koke::after {
    width: 25%;
    padding-top: 25%;
  }
}
@media (min-width: 768px) {
  .m-koke::after {
    bottom: 0;
    right: 136px;
  }
}

.m-naritachi--wrap::after {
  width: 36%;
  height: 0;
  padding-top: 36%;
  content: "";
  position: absolute;
  background-image: url("../img/fig-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 202;
  left: -10%;
  bottom: 62%;
}
@media (min-width: 768px) {
  .m-naritachi--wrap::after {
    width: 25%;
    padding-top: 25%;
  }
}
@media (min-width: 768px) {
  .m-naritachi--wrap::after {
    left: -34px;
    bottom: 34px;
  }
}

.m-naritachi {
  z-index: 101;
  position: relative;
  margin-top: -64px;
}

.m-naritachi__inner {
  position: relative;
  margin-left: auto;
  width: calc(100% - 58px);
  z-index: 103;
  background-color: #fff;
  padding: 35px;
  padding-bottom: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .m-naritachi__inner {
    width: calc(var(--widthDefault) - 420px - 180px);
    max-width: calc(100% - 58px);
  }
}
.m-naritachi__inner::before, .m-naritachi__inner::after {
  z-index: 102;
  content: "";
  position: absolute;
  right: 100%;
  top: 35px;
  width: 58px;
  height: calc(100% - 35px);
}
.m-naritachi__inner::before {
  background: linear-gradient(#f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
}
.m-naritachi__inner::after {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.m-naritachi__caption {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.8;
  position: absolute;
  right: 1em;
  top: -2.8em;
  color: #fff;
}
@media (min-width: 768px) {
  .m-naritachi__caption {
    font-size: 13px;
    letter-spacing: 0;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.3;
}

h2, h3, h4, h5, h6 {
  color: #256039;
}

h1, h2, h3, h4, h5 {
  font-feature-settings: "palt";
  font-variant-numeric: lining-nums;
}

h1 {
  font-size: 4.7vw;
}
@media (min-width: 768px) {
  h1 {
    font-size: max(3vw, 40px);
  }
}

.h2 {
  text-align: center;
}
.h2:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .h2:not(:last-child) {
    margin-bottom: 29px;
  }
}
.h2:not(:first-child) {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .h2:not(:first-child) {
    margin-top: 58px;
  }
}
.h2 span {
  display: inline-block;
}
.h2 h2 {
  font-size: 25px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .h2 h2 {
    font-size: 25px;
    letter-spacing: 0;
  }
}
.h2--underline h2 {
  display: inline-block;
  padding-bottom: 0.4em;
  border-bottom: 2px solid currentcolor;
}

.h3 {
  font-size: 19px;
  letter-spacing: 0;
  text-align: center;
}
.h3:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .h3:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .h3 {
    font-size: 19px;
    letter-spacing: 0;
  }
}
.h3 h3 {
  font-size: 19px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .h3 h3 {
    font-size: 19px;
    letter-spacing: 0;
  }
}
.h3--dash h3 {
  text-align: left;
  padding-left: 2em;
  position: relative;
}
.h3--dash h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  height: 1px;
  width: 1.8em;
  background-color: currentcolor;
}
.h3--left {
  text-align: left;
}
.h3.h3--inset:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .h3.h3--inset:not(:last-child) {
    margin-bottom: 29px;
  }
}
.h3.h3--inset h3 {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 19px;
  letter-spacing: 0;
  margin-left: 13px;
  margin-right: 13px;
}
@media (min-width: 768px) {
  .h3.h3--inset h3 {
    font-size: 19px;
    letter-spacing: 0;
  }
}
.h3.h3--inset h3::before, .h3.h3--inset h3::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 1em;
  height: 1.3em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.h3.h3--inset h3::before {
  left: 0;
  background-image: url("../img/fig-a-1.png");
}
.h3.h3--inset h3::after {
  right: 0;
  background-image: url("../img/fig-a-2.png");
}
.h3.h3--inset h3 span {
  display: inline-block;
}

.h4 {
  font-size: 16px;
  letter-spacing: 0;
}
.h4:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .h4:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .h4 {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.h3 + .h4 {
  margin-top: 0;
}

.m-caption {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .m-caption {
    font-size: 13px;
    letter-spacing: 0;
  }
}
.m-caption:not(:first-child) {
  margin-top: -8px;
}
@media (min-width: 768px) {
  .m-caption:not(:first-child) {
    margin-top: -15px;
  }
}
.m-caption:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .m-caption:not(:last-child) {
    margin-bottom: 29px;
  }
}
.contents_width--wide .m-caption {
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .contents_width--wide .m-caption {
    margin-left: 0;
    margin-right: 0;
  }
}

.imgwrap {
  z-index: 100;
  break-inside: avoid;
}
.imgwrap picture {
  position: relative;
  padding: 4px;
  z-index: 101;
}
@media (min-width: 768px) {
  .imgwrap picture {
    padding: 4px;
  }
}
.imgwrap picture::before {
  content: "";
  background-color: #256039;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 102;
}
.imgwrap picture img {
  position: relative;
  z-index: 103;
}
.imgwrap .m-caption {
  position: relative;
  z-index: 104;
}

.m-lead {
  padding-left: 2em;
  position: relative;
}
@media (min-width: 768px) {
  .m-lead {
    padding-left: 140px;
  }
}
.m-lead::before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 1em;
  bottom: 0;
  background-color: currentcolor;
  top: 0.9em;
}
@media (min-width: 768px) {
  .m-lead::before {
    left: 0;
    width: calc(140px - 1em);
  }
}

.m-index {
  position: relative;
  text-align: center;
}
.m-index .contents_width__inner::before, .m-index .contents_width__inner::after,
.m-index .contents_width__inner__inner::before,
.m-index .contents_width__inner__inner::after {
  z-index: 104;
  content: "";
  position: absolute;
  border: 2px solid #256039;
  width: 26px;
  height: 26px;
}
@media (min-width: 768px) {
  .m-index .contents_width__inner::before, .m-index .contents_width__inner::after,
  .m-index .contents_width__inner__inner::before,
  .m-index .contents_width__inner__inner::after {
    width: 4em;
    height: 4em;
  }
}
.m-index .contents_width__inner::before, .m-index .contents_width__inner::after {
  top: 0;
  border-bottom: 0;
}
.m-index .contents_width__inner::before {
  left: 0;
  border-right: 0;
}
.m-index .contents_width__inner::after {
  right: 0;
  border-left: 0;
}
.m-index .contents_width__inner__inner {
  padding: 26px;
}
@media (min-width: 768px) {
  .m-index .contents_width__inner__inner {
    padding: 70px;
  }
}
.m-index .contents_width__inner__inner::before, .m-index .contents_width__inner__inner::after {
  bottom: 0;
  border-top: 0;
}
.m-index .contents_width__inner__inner::before {
  left: 0;
  border-right: 0;
}
.m-index .contents_width__inner__inner::after {
  right: 0;
  border-left: 0;
}

.m-index__heading {
  font-weight: bold;
  position: absolute;
  top: -0.9em;
  left: 0;
  width: 100%;
}
.m-index__heading h2 {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .m-index__heading h2 {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.m-index__list ul {
  padding-left: 1em;
  border-bottom: 1px solid #256039;
}
@media (min-width: 768px) {
  .m-index__list ul {
    padding-left: 2em;
  }
}
.m-index__list a {
  color: #256039;
  padding: 0.6em 0;
  display: block;
  border-bottom: 1px solid #256039;
}
.m-index__list li:last-child a {
  border-bottom: 0;
}

.m-index__list__point {
  font-size: 13px;
  letter-spacing: 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  .m-index__list__point {
    font-size: 13px;
    letter-spacing: 0;
  }
}
.m-product__heading {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  text-align: center;
  width: 100%;
}
.m-product__heading img {
  display: inline-block;
  width: auto;
  height: 32px;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .m-product__heading img {
    height: 58px;
  }
}

.m-product__list {
  border-top: 1px solid #256039;
  border-bottom: 1px solid #256039;
  padding: 26px 0;
}
.m-product__list:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .m-product__list:not(:last-child) {
    margin-bottom: 58px;
  }
}

.m-product__list__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  transition-property: outline,box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  box-shadow: 0 0 1.8em 1px rgba(0, 0, 0, 0);
  border-left: 1px solid #256039;
  border-right: 1px solid #256039;
}
@media (min-width: 768px) {
  .m-product__list__item {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .m-product__list__item {
    padding-right: 26px;
  }
}

.m-product__list__item__info {
  position: relative;
  padding-left: 26px;
  padding-right: 26px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
}
@media (min-width: 768px) {
  .m-product__list__item__info {
    padding-right: 0;
    border-left: 1px solid #256039;
  }
}

.m-product__list__item__info__heading {
  border-bottom: 1px solid #256039;
  padding-bottom: 14.5px;
}

.m-product__list__item__info__detail {
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  border-bottom: 1px solid #256039;
}
.m-product__list__item__info__detail dt span {
  font-size: 10px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .m-product__list__item__info__detail dt span {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.m-product__list__item__info__detail dt span::after {
  content: "：";
}

.m-product__list__item__info__button {
  padding-top: calc(14.5px + 0.4em);
  text-align: center;
}

.m-product__more__phone__number a {
  color: #256039;
}

.m-contact__heading {
  font-size: 19px;
  letter-spacing: 0;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .m-contact__heading {
    font-size: 19px;
    letter-spacing: 0;
  }
}
.m-product__more {
  text-align: center;
}

.m-product__more__logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.m-product__more__logo:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .m-product__more__logo:not(:last-child) {
    margin-bottom: 29px;
  }
}
.m-product__more__phone {
  text-align: center;
}

.m-product__more__phone__number {
  font-size: 19px;
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: bold;
}
@media (min-width: 768px) {
  .m-product__more__phone__number {
    font-size: 19px;
    letter-spacing: 0;
  }
}
.m-product__more__phone__info {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .m-product__more__phone__info {
    font-size: 13px;
    letter-spacing: 0;
  }
}
.m-tax {
  font-size: 10px;
  letter-spacing: 0;
  margin-left: 0.5em;
  display: inline-block;
}
@media (min-width: 768px) {
  .m-tax {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.m-contact__heading {
  text-align: center;
}
.m-contact__heading:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .m-contact__heading:not(:last-child) {
    margin-bottom: 58px;
  }
}

.button-wrap {
  text-align: center;
  background-color: #fafafa;
  padding: 1em;
}
@media (min-width: 768px) {
  .button-wrap {
    padding: 2em;
    margin-right: auto;
    margin-left: auto;
    max-width: calc(var(--widthDefault) - 560px);
  }
}
.button-wrap .m-button__str span {
  display: inline-block;
}
.nav-content .button-wrap .m-button {
  display: block;
}

.m-button {
  border: 1px solid rgba(0, 0, 0, 0.11);
  background-color: #fafafa;
  display: block;
  text-decoration: none !important;
  text-align: center;
  overflow: hidden;
  color: #256039;
  border-radius: 10px;
  height: auto;
  min-height: 49px;
  line-height: 24px;
  padding: 11.5px 16px;
  position: relative;
  font-weight: bold;
  display: inline-block;
  transition-property: color,background-color,border-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
}
.m-button:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .m-button:not(:last-child) {
    margin-bottom: 29px;
  }
}
.m-button[target=_blank] .m-button__str, [target=_blank] .m-button .m-button__str {
  display: inline-block;
  position: relative;
  padding-right: 16.25rem;
}
.m-button[target=_blank] .m-button__str::before, [target=_blank] .m-button .m-button__str::before {
  content: "";
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 13rem;
  height: 13rem;
  background-image: url('data:image/svg+xml;utf8,<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 13"><defs><style>.b{fill:%23256039;}</style>></defs><path class="b" d="m7,10.5c0,.27539-.22412.5-.5.5H2.5c-.27588,0-.5-.22461-.5-.5v-4c0-.27588.22412-.5.5-.5h1.5v-1h-1.5c-.82715,0-1.5.67285-1.5,1.5v4c0,.82715.67285,1.5,1.5,1.5h4c.82715,0,1.5-.67285,1.5-1.5v-1.5h-1v1.5Z"/><path class="b" d="m10.5,1h-4c-.82715,0-1.5.67285-1.5,1.5v4c0,.82715.67285,1.5,1.5,1.5h4c.82715,0,1.5-.67285,1.5-1.5V2.5c0-.82715-.67285-1.5-1.5-1.5Zm0,6h-4c-.27588,0-.5-.22412-.5-.5v-3.5h5v3.5c0,.27588-.22461.5-.5.5Z"/></svg>');
}

.m-button--em {
  background-color: #256039;
  color: #fff;
}
.m-button--em[target=_blank] .m-button__str::before, [target=_blank] .m-button--em .m-button__str::before {
  background-image: url('data:image/svg+xml;utf8,<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 13"><defs><style>.b{fill:%23fff;}</style>></defs><path class="b" d="m7,10.5c0,.27539-.22412.5-.5.5H2.5c-.27588,0-.5-.22461-.5-.5v-4c0-.27588.22412-.5.5-.5h1.5v-1h-1.5c-.82715,0-1.5.67285-1.5,1.5v4c0,.82715.67285,1.5,1.5,1.5h4c.82715,0,1.5-.67285,1.5-1.5v-1.5h-1v1.5Z"/><path class="b" d="m10.5,1h-4c-.82715,0-1.5.67285-1.5,1.5v4c0,.82715.67285,1.5,1.5,1.5h4c.82715,0,1.5-.67285,1.5-1.5V2.5c0-.82715-.67285-1.5-1.5-1.5Zm0,6h-4c-.27588,0-.5-.22412-.5-.5v-3.5h5v3.5c0,.27588-.22461.5-.5.5Z"/></svg>');
}

@media (hover: hover) {
  a.m-button:hover {
    color: #173b23;
    background-color: #f0f0f0;
    border-color: rgba(0, 0, 0, 0.28);
    text-decoration: none !important;
  }
}

@media (hover: hover) {
  a.m-button--em:hover {
    background-color: #173b23;
    color: #fff;
  }
}

@media (hover: hover) {
  a:hover .m-button {
    color: #173b23;
    background-color: #f0f0f0;
    border-color: rgba(0, 0, 0, 0.28);
    text-decoration: none !important;
  }
  a:hover .m-button--em {
    background-color: #173b23;
    color: #fff;
  }
}

.gallery {
  z-index: 200;
}

.gallery__item {
  z-index: 105;
  background-color: #f7f7f7;
}
.gallery__item.is-actived {
  z-index: 110;
}
.gallery__item.is-active, .gallery:not(.is-loaded) .gallery__item:first-child {
  z-index: 115;
}

.gallery__selector,
.gallery__controler__item {
  z-index: 120;
}

.gallery__selector__item {
  z-index: 121;
}

.gallery__selector__item__inner {
  z-index: 122;
}

.gallery__item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  transition-property: none;
}
.gallery:not(.is-loaded) .gallery__item:not(:first-child) {
  opacity: 0;
}

.gallery--dissolve .gallery__item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0s;
  transition-delay: 0.4s;
}
.gallery--dissolve .gallery__item.is-active {
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.gallery--dissolve:not(.is-loaded) .gallery__item:first-child,
.gallery--dissolve .gallery__item:only-child,
.gallery--dissolve .gallery__item.is-active {
  opacity: 1;
}

.gallery--shift {
  overflow: hidden;
}
.gallery--shift .gallery__item {
  width: 110%;
  transform: translateX(0);
  transition-property: opacity, transform;
  transition-duration: 0s;
}
.gallery--shift .gallery__item.is-active, .gallery--shift .gallery__item.is-actived {
  transform: translateX(-5%);
  transition-duration: 1.5s;
}
.gallery--shift:not(.is-loaded) .gallery__item {
  transform: translateX(-5%);
}

.gallery--horizontal {
  overflow: hidden;
}
.gallery--horizontal .gallery__item {
  transform: translateX(100%);
  transition-property: transform, width;
  transition-duration: 0s;
  width: 100%;
}
.gallery--horizontal .gallery__item.is-active {
  transform: translateX(0);
  transition-duration: 0.4s;
}
.gallery--horizontal .gallery__item.is-actived {
  transform: translateX(-50%);
  transition-duration: 0.4s;
  width: 50%;
}
.gallery--horizontal:not(.is-loaded) .gallery__item {
  transform: translateX(0);
}

.gallery--size {
  overflow: hidden;
}
.gallery--size .gallery__item {
  transition-duration: 1s;
  background-size: 140% auto;
  opacity: 0;
  transition-property: background-size, opacity;
}
.gallery--size .gallery__item.is-active, .gallery--size .gallery__item.is-actived {
  opacity: 1;
}
.gallery--size .gallery__item.is-active {
  background-size: 120% auto;
}
.gallery--size .gallery__item.is-actived {
  background-size: 100% auto;
  opacity: 1;
}
.gallery--size:not(.is-loaded) .gallery__item {
  background-size: 120% auto;
  opacity: 1;
}

.gallery--clip .gallery__item {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  transition-duration: 1.2s;
  transition-property: clip-path;
  transition-delay: 1.2s;
}

.gallery--clip--ellipse .gallery__item {
  clip-path: ellipse(50% 50% at 50% -50%);
}
.gallery--clip--ellipse .gallery__item.is-active {
  transition-delay: 0s;
  clip-path: ellipse(400% 200% at 100% 0%);
}

.gallery--gradient {
  overflow: hidden;
}
.gallery--gradient .gallery__item {
  transform: translateY(100%);
  transition-property: transform, width;
  transition-duration: 0s;
  width: 100%;
  overflow: hidden;
}
.gallery--gradient .gallery__item::before, .gallery--gradient .gallery__item::after {
  z-index: 116;
  transition-property: top,bottom,opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  content: "";
  width: 100%;
  height: 200%;
  position: absolute;
  right: 0;
}
.gallery--gradient .gallery__item::before {
  transition-duration: 2s;
  top: 0;
  background-image: linear-gradient(to top, rgba(37, 96, 57, 0) 0%, rgba(37, 96, 57, 0) 30%, #256039 50%, #256039 100%);
}
.gallery--gradient .gallery__item::after {
  transition-duration: 0.5s;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(37, 96, 57, 0) 0%, rgba(37, 96, 57, 0) 30%, #256039 50%, #256039 100%);
}
.gallery--gradient .gallery__item.is-active {
  transform: translateY(0);
  transition-duration: 1s;
}
.gallery--gradient .gallery__item.is-active::before {
  top: -140%;
}
.gallery--gradient .gallery__item.is-active::after {
  bottom: -100%;
}
.gallery--gradient .gallery__item.is-actived {
  transform: translateY(-80%);
  transition-duration: 1s;
}
.gallery--gradient .gallery__item.is-actived::before {
  top: 100%;
}
.gallery--gradient .gallery__item.is-actived::after {
  bottom: 0;
}
.gallery--gradient:not(.is-loaded) .gallery__item {
  transform: translateX(0);
}

.m-interview__item {
  position: relative;
  background-position: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-gap: 16px;
  gap: 16px;
}
.m-interview__item:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .m-interview__item:not(:last-child) {
    margin-bottom: 58px;
  }
}
@media (min-width: 768px) {
  .m-interview__item {
    -ms-grid-columns: 140px auto;
    grid-template-columns: 140px auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 0;
    gap: 0;
  }
}
.m-interview__item--iwasa span:first-child {
  color: #FA5252;
}
.m-interview__item--iwasa span:first-child::before {
  background-image: url("../img/iwasa.jpg");
}
.m-interview__item--yoshizawa span:first-child {
  color: #256039;
}
.m-interview__item--yoshizawa span:first-child::before {
  background-image: url("../img/yoshizawa.jpg");
}
.m-interview span:first-child {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
}
@media (min-width: 768px) {
  .m-interview span:first-child {
    font-size: 13px;
    letter-spacing: 0;
  }
}
.m-interview span:first-child::before {
  width: 77px;
  padding-top: 77px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  content: "";
  height: 0;
  border-radius: 40%;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 0.8em;
  border: 2px solid currentcolor;
}
@media (min-width: 768px) {
  .m-interview span:first-child::before {
    width: 50%;
    padding-top: 50%;
  }
}
.m-interview span:last-child {
  display: block;
}

.js__inview,
.js__inview .js__inview__inner, .js__inview::after, .js__inview::before {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  transition-duration: 0.75s;
}

span.js__inview {
  display: inline-block;
}

.is-active--slide {
  position: relative;
  overflow: hidden;
  z-index: 100;
  transition: none;
}
.is-active--slide::before, .is-active--slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
@media print {
  .is-active--slide::before, .is-active--slide::after {
    display: none;
  }
}
.is-active--slide::before {
  z-index: 102;
  background-color: #fff;
  transition-duration: 0.375s;
  transition-delay: 0s;
}
.is-active--slide::after {
  z-index: 101;
  background-color: #256039;
  transition-duration: 0.75s;
  transition-delay: 0.75s;
}

.is-active--slide--right::before, .is-active--slide--right::after {
  left: 0;
  top: 0;
}
.is-active--slide--right.is-active::before, .is-active--slide--right.is-active::after, main.no-js .is-active--slide--right::before, main.no-js .is-active--slide--right::after {
  left: 100%;
}

.is-active--up {
  transition-property: opacity, transform;
  opacity: 0;
  transform: translate(0, 29px);
}
.is-active--up.is-active, main.no-js .is-active--up {
  opacity: 1;
}
@media print {
  .is-active--up {
    opacity: 1;
  }
}
.is-active--up.is-active, main.no-js .is-active--up {
  transform: translate(0, 0);
}
@media print {
  .is-active--up {
    transform: translate(0, 0);
  }
}
