@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

body, html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 1em;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before {
  content: "";
  content: none;
}

q:after, q:before {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* iOSでのデフォルトスタイルをリセット */
input[type=button], input[type=text], input[type=tel], input[type=email], input[type=submit], input[type=image], textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type=radio] {
  display: none;
}

input[type=radio]:checked + label {
  background: #5f5f5f;
}

select::-ms-expand {
  display: none;
}

figure img {
  vertical-align: bottom;
}

video {
  -webkit-filter: drop-shadow(0px 0px #000);
          filter: drop-shadow(0px 0px #000);
  outline: none;
  border: none;
}

em {
  font-style: normal;
}

/*******************************

BREAK POINTS

*******************************/
/*******************************

    COLORS

*******************************/
/*******************************

    FONTS

*******************************/
/* FONT SIZE */
/* FONT SET */
/*******************************

    DISPLAY

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

@media screen and (max-width: 640px) {
  .lsp {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .tbmin {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .ltbmin {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

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

@media screen and (max-width: 1024px) {
  .ltb {
    display: none !important;
  }
}

/*******************************

    HOVER

*******************************/
/*******************************

    BLOCK

*******************************/
:root {
  --illust-mag: 1.0;
  --kv-mag: 1.0;
}
@media screen and (max-width: 1024px) {
  :root {
    --kv-mag: 0.75;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --illust-mag: 0.75;
    --kv-mag: 0.5;
  }
}

/*******************************

    BASE

*******************************/
html,
body {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Zen Kaku Gothic Antique", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 0.9765625vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  background: #FFF;
  color: #3D3D3D;
  font-size: 1.6rem;
  font-weight: 500;
}

body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

img {
  max-width: 100%;
}

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

a {
  text-decoration: none;
  color: #3D3D3D;
}

p {
  word-wrap: break-word;
}

p img {
  vertical-align: bottom;
  max-width: 100%;
}

input[type=button], input[type=text], input[type=tel], input[type=email], input[type=submit], input[type=image], textarea, button {
  color: #3D3D3D;
}

a::-moz-selection, abbr::-moz-selection, acronym::-moz-selection, address::-moz-selection, applet::-moz-selection, article::-moz-selection, aside::-moz-selection, audio::-moz-selection, b::-moz-selection, big::-moz-selection, blockquote::-moz-selection, body::-moz-selection, canvas::-moz-selection, caption::-moz-selection, center::-moz-selection, cite::-moz-selection, code::-moz-selection, dd::-moz-selection, del::-moz-selection, details::-moz-selection, dfn::-moz-selection, div::-moz-selection, dl::-moz-selection, dt::-moz-selection, em::-moz-selection, embed::-moz-selection, fieldset::-moz-selection, figcaption::-moz-selection, figure::-moz-selection, footer::-moz-selection, form::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, header::-moz-selection, hgroup::-moz-selection, html::-moz-selection, i::-moz-selection, iframe::-moz-selection, img::-moz-selection, ins::-moz-selection, kbd::-moz-selection, label::-moz-selection, legend::-moz-selection, li::-moz-selection, mark::-moz-selection, menu::-moz-selection, nav::-moz-selection, object::-moz-selection, ol::-moz-selection, output::-moz-selection, p::-moz-selection, pre::-moz-selection, q::-moz-selection, ruby::-moz-selection, s::-moz-selection, samp::-moz-selection, section::-moz-selection, small::-moz-selection, span::-moz-selection, strike::-moz-selection, strong::-moz-selection, sub::-moz-selection, summary::-moz-selection, sup::-moz-selection, table::-moz-selection, tbody::-moz-selection, td::-moz-selection, tfoot::-moz-selection, th::-moz-selection, thead::-moz-selection, time::-moz-selection, tr::-moz-selection, tt::-moz-selection, u::-moz-selection, ul::-moz-selection, var::-moz-selection, video::-moz-selection, main::-moz-selection, br::-moz-selection, picture::-moz-selection, pre::-moz-selection {
  background: #6D6D6D;
  color: #FFF;
}

a::selection, abbr::selection, acronym::selection, address::selection, applet::selection, article::selection, aside::selection, audio::selection, b::selection, big::selection, blockquote::selection, body::selection, canvas::selection, caption::selection, center::selection, cite::selection, code::selection, dd::selection, del::selection, details::selection, dfn::selection, div::selection, dl::selection, dt::selection, em::selection, embed::selection, fieldset::selection, figcaption::selection, figure::selection, footer::selection, form::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, header::selection, hgroup::selection, html::selection, i::selection, iframe::selection, img::selection, ins::selection, kbd::selection, label::selection, legend::selection, li::selection, mark::selection, menu::selection, nav::selection, object::selection, ol::selection, output::selection, p::selection, pre::selection, q::selection, ruby::selection, s::selection, samp::selection, section::selection, small::selection, span::selection, strike::selection, strong::selection, sub::selection, summary::selection, sup::selection, table::selection, tbody::selection, td::selection, tfoot::selection, th::selection, thead::selection, time::selection, tr::selection, tt::selection, u::selection, ul::selection, var::selection, video::selection, main::selection, br::selection, picture::selection, pre::selection {
  background: #6D6D6D;
  color: #FFF;
}
a::-moz-selection, abbr::-moz-selection, acronym::-moz-selection, address::-moz-selection, applet::-moz-selection, article::-moz-selection, aside::-moz-selection, audio::-moz-selection, b::-moz-selection, big::-moz-selection, blockquote::-moz-selection, body::-moz-selection, canvas::-moz-selection, caption::-moz-selection, center::-moz-selection, cite::-moz-selection, code::-moz-selection, dd::-moz-selection, del::-moz-selection, details::-moz-selection, dfn::-moz-selection, div::-moz-selection, dl::-moz-selection, dt::-moz-selection, em::-moz-selection, embed::-moz-selection, fieldset::-moz-selection, figcaption::-moz-selection, figure::-moz-selection, footer::-moz-selection, form::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, header::-moz-selection, hgroup::-moz-selection, html::-moz-selection, i::-moz-selection, iframe::-moz-selection, img::-moz-selection, ins::-moz-selection, kbd::-moz-selection, label::-moz-selection, legend::-moz-selection, li::-moz-selection, mark::-moz-selection, menu::-moz-selection, nav::-moz-selection, object::-moz-selection, ol::-moz-selection, output::-moz-selection, p::-moz-selection, pre::-moz-selection, q::-moz-selection, ruby::-moz-selection, s::-moz-selection, samp::-moz-selection, section::-moz-selection, small::-moz-selection, span::-moz-selection, strike::-moz-selection, strong::-moz-selection, sub::-moz-selection, summary::-moz-selection, sup::-moz-selection, table::-moz-selection, tbody::-moz-selection, td::-moz-selection, tfoot::-moz-selection, th::-moz-selection, thead::-moz-selection, time::-moz-selection, tr::-moz-selection, tt::-moz-selection, u::-moz-selection, ul::-moz-selection, var::-moz-selection, video::-moz-selection, main::-moz-selection, br::-moz-selection, picture::-moz-selection, pre::-moz-selection {
  background: #6D6D6D;
  color: #FFF;
}

/*******************************

    COMMON TITLE/BTN

*******************************/
.en {
  font-family: "Red Hat Display", "Zen Kaku Gothic Antique", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
}

/*******************************

    COMMON SECTION

*******************************/
body {
  background: #F7F7F7;
}

main {
  padding-top: 15rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 640px) {
  main {
    padding-top: 11rem;
    padding-bottom: 8rem;
  }
}

.cmn__main01 {
  max-width: calc(128rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .cmn__main01 {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .cmn__main01 {
    width: calc(100% - 2.4rem * 2);
  }
}

/*******************************

    COMMON BLOCK

*******************************/
.cmnDots::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  background: url(../img/dots.svg) right center repeat-x;
  background-size: 1.2rem auto;
}

.cmnKv01 {
  padding-top: 7.2rem;
}
@media screen and (max-width: 1024px) {
  .cmnKv01 {
    padding-top: 5.4rem;
  }
}
.cmnKv01 {
  padding-bottom: 16rem;
}
@media screen and (max-width: 1024px) {
  .cmnKv01 {
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnKv01 {
    padding-top: 4rem;
    padding-bottom: 6.4rem;
  }
}
.cmnKv01__ttl {
  text-align: center;
}
.cmnKv01__ttl span {
  display: block;
}
.cmnKv01__ttl .en {
  color: #015523;
  font-size: 3.2rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .cmnKv01__ttl .en {
    margin-bottom: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnKv01__ttl .en {
    font-size: 2rem;
  }
}
.cmnKv01__ttl .ja {
  font-size: 5.6rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .cmnKv01__ttl .ja {
    font-weight: 2.8rem;
  }
}
.cmnKv01__ttl .ja {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .cmnKv01__ttl .ja {
    font-size: 2.8rem;
  }
}

.cmnPosts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 34.5rem 3.2rem 1fr;
  grid-template-columns: 34.5rem 1fr;
  gap: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .cmnPosts {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .cmnPosts {
    -ms-grid-columns: 29.325rem 1fr;
    grid-template-columns: 29.325rem 1fr;
  }
}
@media screen and (max-width: 768px) {
  .cmnPosts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
.cmnPosts__category__side__item .ttl {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .cmnPosts__category__side__item .ttl {
    margin-bottom: 2.4rem;
  }
}
.cmnPosts__category__side__item span {
  display: block;
}
.cmnPosts__category__side__item .en {
  color: #015523;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
.cmnPosts__category__side__item .ja {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 1;
}
.cmnPosts__category__modal {
  position: relative;
}
.cmnPosts__category__modal__btn {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  width: 100%;
  background: #fff;
  border-radius: 2rem;
  padding: 2rem 1.6rem 2rem 2.4rem;
  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;
}
.cmnPosts__category__modal__btn .icon {
  background: #015523;
  width: 3.2rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  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;
}
.cmnPosts__category__modal__btn .icon img {
  width: 0.7rem;
}
@media screen and (max-width: 640px) {
  .cmnPosts__category__modal__btn .icon img {
    width: 1.25rem;
  }
}
.cmnPosts__category__modal__item {
  position: fixed;
  z-index: 10001;
  left: 0;
  bottom: 0;
  background: #fff;
  border-radius: 2rem 2rem 0 0;
  padding: 7.2rem 2.4rem 4rem 2.4rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 100000;
  width: 100%;
}
.cmnPosts__category__modal__item__list li.is-active a {
  border: 1px solid #015523;
}
.cmnPosts__category__modal__item__list a {
  border: 1px solid #E8E8E8;
}
.cmnPosts__category__modal__item .btn {
  width: 2.2rem;
  top: 4rem;
  right: 3.3rem;
  position: absolute;
}
.cmnPosts__category__modal__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #71737A;
  mix-blend-mode: multiply;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cmnPosts__category__modal.is-active .cmnPosts__category__modal__bg {
  opacity: 1;
  visibility: visible;
}
.cmnPosts__category__modal.is-active .cmnPosts__category__modal__item {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cmnPosts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
.cmnPosts__list a {
  border-radius: 100vh;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  padding: 1rem 2.4rem 1rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cmnPosts__list a::before {
  content: "";
  width: 2.4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #E8E8E8;
}
.cmnPosts__list li.is-active a {
  background: #015523;
  color: #fff;
}
.cmnPosts__list li.is-active a::before {
  background: url(../img/icon-check.svg) center center no-repeat, #fff;
  background-size: 1.1rem;
}
.cmnPosts__section {
  width: 100%;
  min-width: 0;
}

.cmn__ttl01.is-white .en {
  color: #4F8866;
}
.cmn__ttl01.is-white .ja {
  color: #fff;
}
.cmn__ttl01.is-center .en, .cmn__ttl01.is-center .ja {
  margin-left: auto;
  margin-right: auto;
}
.cmn__ttl01 .en {
  display: block;
  font-family: "Red Hat Display", "Zen Kaku Gothic Antique", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #015523;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .cmn__ttl01 .en {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .cmn__ttl01 .en {
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .cmn__ttl01 .en {
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cmn__ttl01 .ja {
  font-size: 4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .cmn__ttl01 .ja {
    margin-left: auto;
    margin-right: auto;
    font-size: 2.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 700;
  }
}

.cmn__btn01 {
  width: 100%;
  padding: 1.6rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #fff;
  border-radius: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 4rem;
  position: relative;
}
.cmn__btn01::before {
  content: "";
  display: block;
  background: #015523;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
}
@media (any-hover: hover) {
  .cmn__btn01:not(.is-disabled)::before {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
    transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  }
  .cmn__btn01 .icon {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s 0.05s;
    transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s 0.05s;
  }
  .cmn__btn01:not(.is-disabled):hover::before {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
  .cmn__btn01:not(.is-disabled):hover .icon {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.cmn__btn01 .ja, .cmn__btn01 .icon {
  position: relative;
  z-index: 1;
}
.cmn__btn01 .icon {
  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;
  background: #2D6C46;
  width: 2.8rem;
  aspect-ratio: 1/1;
  border-radius: 1rem;
}
@media screen and (max-width: 640px) {
  .cmn__btn01 .icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.8rem;
  }
}
.cmn__btn01 .icon img {
  display: block;
  width: 0.8rem;
}
.cmn__btn01 .ja {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.cmn__btn01.is-disabled {
  color: #6D6D6D;
}
.cmn__btn01.is-disabled::before {
  background: #E8E8E8;
}
.cmn__btn01.is-disabled .icon {
  background: #DCDBDB;
}
.cmn__btn01.prev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.cmn__btn01.prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 640px) {
  .cmn__infolist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
  }
}
.cmn__infolist li {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1em 1em 1fr;
  grid-template-columns: 1em 1fr;
  gap: 1em;
}
.cmn__infolist li::before {
  content: "・";
  color: #BDBDBD;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
}

/*******************************

    COMMON JS-ANIM

*******************************/
@media (any-hover: hover) {
  .js-accordionItem summary .icon {
    -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
    transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  }
  .js-accordionItem summary:hover .icon {
    background: #2D6C46;
  }
}
.js-accordionItem summary .icon {
  margin: 0 0 0 auto;
  position: absolute;
  right: 0;
  width: 4rem;
  aspect-ratio: 1/1;
  background: #015523;
  border-radius: 1.6rem;
  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: 640px) {
  .js-accordionItem summary .icon {
    top: auto;
    bottom: 2.4rem;
  }
}
.js-accordionItem summary .icon span {
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  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-transition: 0.3s ease;
  transition: 0.3s ease;
}
.js-accordionItem summary .icon span::before, .js-accordionItem summary .icon span::after {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  content: "";
  background: #fff;
}
.js-accordionItem summary .icon span::before {
  width: 100%;
  height: 1px;
}
.js-accordionItem summary .icon span::after {
  width: 100%;
  height: 1px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
}

.js-accordionItem.is-active .icon span::after {
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
}

/*******************************

    ARCHIVE

*******************************/
.cmn__pager {
  margin-top: 8.8rem;
}
@media screen and (max-width: 1024px) {
  .cmn__pager {
    margin-top: 6.6rem;
  }
}
@media screen and (max-width: 640px) {
  .cmn__pager {
    margin-top: 4.8rem;
  }
}
.cmn__pager .cmn__pager-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.6rem;
}
@media screen and (max-width: 640px) {
  .cmn__pager .cmn__pager-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.8rem;
  }
}
.cmn__pager .page-numbers {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: "Red Hat Display", "Zen Kaku Gothic Antique", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  height: 4.8rem;
  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;
  border-radius: 2rem;
  aspect-ratio: 1/1;
  letter-spacing: 0;
  color: #6D6D6D;
}
@media screen and (max-width: 640px) {
  .cmn__pager .page-numbers {
    height: 4rem;
    border-radius: 1.6rem;
  }
}
.cmn__pager a.page-numbers:not(.prev):not(.next) {
  background: #fff;
}
@media (any-hover: hover) {
  .cmn__pager a.page-numbers:not(.prev):not(.next) {
    -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .cmn__pager a.page-numbers:not(.prev):not(.next):hover {
    color: #2D6C46;
  }
}
.cmn__pager .page-numbers.current {
  background: #015523;
  color: #fff;
}
.cmn__pager .dots {
  aspect-ratio: auto;
}
.cmn__pager .next,
.cmn__pager .prev {
  width: 3.2rem;
}
@media screen and (max-width: 640px) {
  .cmn__pager .next,
  .cmn__pager .prev {
    width: 2.8rem;
  }
}
.cmn__pager .next svg,
.cmn__pager .prev svg {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  width: 1rem;
  height: auto;
}
.cmn__pager .prev {
  margin-right: 4.8rem;
}
@media screen and (max-width: 640px) {
  .cmn__pager .prev {
    margin-right: auto;
  }
}
@media (any-hover: hover) {
  .cmn__pager .prev:not(.is-disabled):hover svg {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
.cmn__pager .next {
  margin-left: 4.8rem;
}
@media screen and (max-width: 640px) {
  .cmn__pager .next {
    margin-left: auto;
  }
}
@media (any-hover: hover) {
  .cmn__pager .next:not(.is-disabled):hover svg {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.cmn__postSummary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmn__postSummary .tag {
  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;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .cmn__postSummary .tag {
    gap: 0.75rem;
  }
}
.cmn__postSummary .tag {
  margin-right: 1.2rem;
}
@media screen and (max-width: 768px) {
  .cmn__postSummary .tag {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.cmn__postSummary .tag span {
  background: #DDEDE4;
  border-radius: 100vh;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  font-weight: 700;
  padding: 0.4em 1.75em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align: center;
  min-width: 9rem;
  color: #015523;
}
.cmn__postSummary time {
  font-family: "Red Hat Display", "Zen Kaku Gothic Antique", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #6D6D6D;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/*******************************

    HEAD

*******************************/
@media screen and (min-width: 1025px) {
  .head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    height: 13.7rem;
  }
  .head__inner {
    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;
  }
  .head__btn {
    display: none;
  }
  .head__logo {
    height: 13.7rem;
  }
  .head__logo a {
    display: block;
    background: #FFF;
    border-radius: 0 0 3rem 0;
    padding-left: 6.4rem;
    padding-top: 3.4rem;
    padding-right: 4.8rem;
    height: 100%;
    position: relative;
    -webkit-box-shadow: 0.4rem 0.4rem 2rem 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0.4rem 0.4rem 2rem 0px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 1025px) and (any-hover: hover) and (min-width: 1025px) {
  .head__logo a:hover img {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1025px) {
  .head__logo a img {
    width: 20rem;
    display: block;
    -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
    transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  }
  .headMenu {
    padding-bottom: 1rem;
    margin-right: 6.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .headMenu__list {
    background: #fff;
    border-radius: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.2rem;
    padding: 1.6rem 4.8rem;
    margin-right: 2.4rem;
    -webkit-box-shadow: 0.4rem 0.4rem 2rem 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0.4rem 0.4rem 2rem 0px rgba(0, 0, 0, 0.05);
  }
  .headMenu__list li.is-active a {
    color: #015523;
  }
  .headMenu__list .icon {
    display: none;
  }
  .headMenu__list .txt {
    position: relative;
    z-index: 1;
  }
  .headMenu__list a {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 700;
    -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
    transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
    position: relative;
  }
}
@media screen and (min-width: 1025px) and (any-hover: hover) and (min-width: 1025px) {
  .headMenu__list a:hover {
    color: #2D6C46;
  }
}
@media screen and (min-width: 1025px) {
  .headMenu__list a::before {
    content: "";
    display: block;
    position: absolute;
    left: -5%;
    top: 0;
    width: 110%;
    height: 110%;
    border-radius: 100vh;
    background: #F7F7F7;
    opacity: 0;
    -webkit-transition: opacity linear 0.3s, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
    transition: opacity linear 0.3s, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
    transition: transform cubic-bezier(0.25, 1, 0.5, 1) 0.6s, opacity linear 0.3s;
    transition: transform cubic-bezier(0.25, 1, 0.5, 1) 0.6s, opacity linear 0.3s, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (min-width: 1025px) and (any-hover: hover) {
  .headMenu__list a:hover::before {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (min-width: 1025px) {
  .headMenu__contact a {
    padding: 1.4rem 3.4rem 1.4rem 2.6rem;
    border-radius: 100vh;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.9rem;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 700;
    position: relative;
  }
  .headMenu__contact a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100vh;
    background: #015523;
  }
}
@media screen and (min-width: 1025px) and (any-hover: hover) {
  .headMenu__contact a::before {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
    transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  }
  .headMenu__contact a .icon {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s 0.05s;
    transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s 0.05s;
  }
  .headMenu__contact a:hover::before {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .headMenu__contact a:hover .icon {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (min-width: 1025px) {
  .headMenu__contact a .ttl {
    position: relative;
    z-index: 1;
  }
  .headMenu__contact a .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2rem;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 1024px) {
  .head__logo {
    position: fixed;
    left: 0;
    top: 1.6rem;
    z-index: 99998;
  }
  .head__logo a {
    width: 28.95rem;
    height: 14.25rem;
    border-radius: 0 1.6rem 1.6rem 0;
    padding-top: 3rem;
    padding-left: 3.6rem;
    background: #fff;
    display: block;
    -webkit-box-shadow: 0.4rem 0.4rem 2rem 0px rgba(232, 232, 232, 0.6);
            box-shadow: 0.4rem 0.4rem 2rem 0px rgba(232, 232, 232, 0.6);
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .head__logo a {
    width: 19.3rem;
    height: 9.5rem;
    border-radius: 0 1.6rem 1.6rem 0;
    padding-top: 2rem;
    padding-left: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .head__logo img {
    display: block;
    width: 21rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .head__logo img {
    width: 14rem;
  }
}
@media screen and (max-width: 1024px) {
  .head__btn {
    aspect-ratio: 1/1;
    border-radius: 50%;
    position: fixed;
    background: #015523;
    right: 2.4rem;
    top: 3.55rem;
    z-index: 9999;
    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;
    cursor: pointer;
    width: 8.4rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .head__btn {
    width: 5.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .head__btn span {
    width: 3rem;
    height: 2px;
    display: block;
    background: #fff;
    margin: 2px 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 100vh;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .head__btn span {
    width: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .head__btn.is-active span {
    margin: 0;
  }
  .head__btn.is-active span:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-bottom: -2px;
  }
  .head__btn.is-active span:nth-child(2) {
    opacity: 0;
  }
  .head__btn.is-active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -2px;
  }
  .headMenu__wrap {
    position: fixed;
    overflow-x: hidden;
    width: 100%;
    height: 100dvh;
    left: 0;
    top: 0;
    background: #F7F7F7;
    z-index: 999;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
    visibility: hidden;
  }
  .headMenu {
    max-width: calc(128rem);
    width: calc(100% - 8rem * 2);
    margin-left: auto;
    margin-right: auto;
    padding-top: 24rem;
    margin-bottom: 8.4rem;
    max-width: 58.5rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .headMenu {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .headMenu {
    width: calc(100% - 2.4rem * 2);
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .headMenu {
    padding-top: 16rem;
    margin-bottom: 5.6rem;
    max-width: 39rem;
  }
}
@media screen and (max-width: 1024px) {
  .headMenu__contact {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .headMenu__contact {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .headMenu__contact a {
    background: #015523;
    padding: 4.8rem;
    border-radius: 2.4rem;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .headMenu__contact a {
    padding: 3.2rem;
    border-radius: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .headMenu__contact a .ttl span {
    display: block;
  }
  .headMenu__contact a .ttl .en {
    color: #5B9070;
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .headMenu__contact a .ttl .en {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .headMenu__contact a .ttl .ja {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
    font-weight: 700;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .headMenu__contact a .icon {
    width: 5.6rem;
    aspect-ratio: 1/1;
    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;
    background: #2D6C46;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 2.4rem 0 0 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .headMenu__contact a .icon {
    border-radius: 1.6rem 0 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .headMenu__contact a .icon img {
    width: 1.6rem;
    display: block;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .headMenu__contact a .icon img {
    width: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .headMenu__list {
    margin-bottom: 5.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2rem;
  }
  .headMenu__list li a {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 700;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .headMenu__list li a .icon {
    background: #015523;
    width: 3.6rem;
    aspect-ratio: 1/1;
    border-radius: 1.2rem;
    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;
  }
  .headMenu__list li a .icon img {
    display: block;
    width: 1.3rem;
  }
  .headMenu__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1.8rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .headMenu__sns {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .headMenu__sns li {
    width: 4rem;
  }
  .headMenu__sns a {
    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;
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1/1;
    background: #3D3D3D;
  }
  .headMenu__sns img {
    width: 100%;
    height: 100%;
  }
  .headMenu__sns a:has(img[alt=Instagram]) {
    background: #ED1D69;
  }
  .headMenu__sns a:has(img[alt=X]) {
    background: #3D3D3D;
  }
  .headMenu__sns a:has(img[alt=YouTube]) {
    background: #FF0000;
  }
}
/*******************************

    FOOT

*******************************/
.footSupport {
  max-width: calc(128rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .footSupport {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .footSupport {
    width: calc(100% - 2.4rem * 2);
  }
}
.footSupport {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 1024px) {
  .footSupport {
    margin-bottom: 5.4rem;
  }
}
@media screen and (max-width: 640px) {
  .footSupport {
    margin-bottom: 6.4rem;
  }
}
.footSupport a {
  background: #015523;
  padding: 8rem 8rem 7.2rem 9.6rem;
  border-radius: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .footSupport a {
    border-radius: 4.2rem;
  }
}
.footSupport a {
  padding-top: 8rem;
}
@media screen and (max-width: 1024px) {
  .footSupport a {
    padding-top: 6rem;
  }
}
.footSupport a {
  padding-right: 8rem;
}
@media screen and (max-width: 1024px) {
  .footSupport a {
    padding-right: 6rem;
  }
}
.footSupport a {
  padding-bottom: 7.2rem;
}
@media screen and (max-width: 1024px) {
  .footSupport a {
    padding-bottom: 5.4rem;
  }
}
.footSupport a {
  padding-left: 9.6rem;
}
@media screen and (max-width: 1024px) {
  .footSupport a {
    padding-left: 7.2rem;
  }
}
.footSupport a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footSupport a {
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  .footSupport a {
    border-radius: 1.6rem;
    padding: 5.2rem 3.2rem 5.6rem;
  }
}
@media (any-hover: hover) {
  .footSupport a .img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
    transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  .footSupport a .icon {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s 0.05s;
    transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s 0.05s;
  }
  .footSupport a:hover .img {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
  .footSupport a:hover .icon {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.footSupport a .cont {
  max-width: calc(100% - 45rem);
}
@media screen and (max-width: 1024px) {
  .footSupport a .cont {
    max-width: 100%;
  }
}
.footSupport a .cont .ttl {
  margin-bottom: 3rem;
}
@media screen and (max-width: 640px) {
  .footSupport a .cont .ttl {
    margin-bottom: 2.4rem;
  }
}
.footSupport a .cont .ttl span {
  display: block;
}
.footSupport a .cont .ttl .en {
  color: #5B9070;
  font-size: 1.8rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
  .footSupport a .cont .ttl .en {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
  }
}
.footSupport a .cont .ttl .ja {
  font-size: 4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .footSupport a .cont .ttl .ja {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
    font-weight: 700;
  }
}
.footSupport a .cont .txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
  color: #B3CDBD;
}
@media screen and (max-width: 640px) {
  .footSupport a .cont .txt {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
  }
}
.footSupport a .img {
  position: absolute;
  width: 33rem;
  right: 24.4rem;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .footSupport a .img {
    display: none;
  }
}
.footSupport a .icon {
  width: 10rem;
  aspect-ratio: 1/1;
  border-radius: 2.4rem;
  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;
  background: #2D6C46;
  position: absolute;
  right: 8rem;
}
@media screen and (max-width: 768px) {
  .footSupport a .icon {
    right: 0;
    bottom: 0;
    border-radius: 2.4rem 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  .footSupport a .icon {
    width: 5.6rem;
    border-radius: 1.6rem 0 0 0;
  }
}
.footSupport a .icon img {
  width: 3.2rem;
  display: block;
}
@media screen and (max-width: 640px) {
  .footSupport a .icon img {
    width: 1.6rem;
  }
}

.footLinks {
  max-width: calc(128rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .footLinks {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .footLinks {
    width: calc(100% - 2.4rem * 2);
  }
}
.footLinks {
  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;
  margin-bottom: 10.4rem;
}
@media screen and (max-width: 1024px) {
  .footLinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .footLinks {
    margin-bottom: 4rem;
  }
}
.footLinks .ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .footLinks .ttl {
    text-align: center;
    margin-bottom: 4rem;
  }
}
.footLinks .ttl span {
  display: block;
}
.footLinks .ttl .en {
  font-size: 1.8rem;
  color: #015523;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 640px) {
  .footLinks .ttl .en {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}
.footLinks .ttl .ja {
  font-size: 4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .footLinks .ttl .ja {
    font-size: 2.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 700;
    line-height: 1.25;
  }
}
.footLinks .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .footLinks .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .footLinks .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
}
.footLinks .list li {
  width: min(100%, 34rem);
}
.footLinks .list a {
  width: 100%;
  padding: 3.2rem;
  font-weight: 700;
  background: #fff;
  display: block;
  position: relative;
  border-radius: 1.6rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media (any-hover: hover) {
  .footLinks .list a {
    -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s 0.05s;
    transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s 0.05s;
  }
  .footLinks .list a .icon {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
    transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  .footLinks .list a:hover {
    color: #2D6C46;
  }
  .footLinks .list a:hover .icon {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.footLinks .list a .icon {
  background: #015523;
  border-radius: 1.2rem;
  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;
  aspect-ratio: 1/1;
  width: 3.6rem;
  margin-left: 0.4rem;
  margin-top: 0.4rem;
}
.footLinks .list a .icon__wrap {
  position: absolute;
  width: 5.6rem;
  aspect-ratio: 1/1;
  border-radius: 1.6rem 0 0 0;
  background: #F7F7F7;
  right: 0;
  bottom: 0;
  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;
}
.footLinks .list a .icon img {
  width: 1.35rem;
}

.footMain {
  background: #fff;
  border-radius: 5.6rem 5.6rem 0 0;
  padding-top: 11.2rem;
  padding-bottom: 4.8rem;
}
@media screen and (max-width: 640px) {
  .footMain {
    border-radius: 1.6rem 1.6rem 0 0;
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}
.footMain__inner {
  max-width: calc(128rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .footMain__inner {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .footMain__inner {
    width: calc(100% - 2.4rem * 2);
  }
}

.footMenu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: (auto)[3];
  grid-template-rows: repeat(3, auto);
  padding-bottom: 4.5rem;
  position: relative;
  margin-bottom: 4rem;
}

.footMenu > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footMenu > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.footMenu > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.footMenu > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.footMenu > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.footMenu > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
@media screen and (max-width: 640px) {
  .footMenu {
    margin-bottom: 3.2rem;
  }
}
.footMenu::after {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .footMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .footMenu {
    padding-bottom: 3.2rem;
  }
}
.footMenu__logo {
  width: 31.6rem;
  -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .footMenu__logo:hover {
    opacity: 0.6;
  }
}
.footMenu__logo img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .footMenu__logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 640px) {
  .footMenu__logo {
    width: 19rem;
  }
}
.footMenu__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4rem;
}
@media screen and (max-width: 1024px) {
  .footMenu__menu {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    display: -ms-grid;
    display: grid;
    gap: 2.4rem 2rem;
    margin-bottom: 3.6rem;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .footMenu__menu {
    margin-bottom: 2.4rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.footMenu__menu a {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .footMenu__menu a:hover {
    color: #2D6C46;
  }
}
.footMenu__contact {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .footMenu__contact {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: auto;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .footMenu__contact .icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (max-width: 640px) {
  .footMenu__contact .icon img {
    width: 1.1rem;
  }
}
.footMenu__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .footMenu__sns {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .footMenu__sns {
    margin-bottom: 3rem;
  }
}
.footMenu__sns .ttl {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  font-weight: 700;
}
.footMenu__sns .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;
  gap: 0.8rem;
}
@media screen and (max-width: 640px) {
  .footMenu__sns .list {
    gap: 1.2rem;
  }
}
.footMenu__sns .list li {
  width: 3.2rem;
}
@media screen and (max-width: 640px) {
  .footMenu__sns .list li {
    width: 4rem;
  }
}
.footMenu__sns .list a {
  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;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
  background: #3D3D3D;
  -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .footMenu__sns .list a:hover {
    opacity: 0.6;
  }
}
.footMenu__sns .list img {
  width: 100%;
  height: 100%;
}
.footMenu__sns .list a:has(img[alt=Instagram]) {
  background: #ED1D69;
}
.footMenu__sns .list a:has(img[alt=X]) {
  background: #3D3D3D;
}
.footMenu__sns .list a:has(img[alt=YouTube]) {
  background: #FF0000;
}

.footCredit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footCredit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footCredit__copylight {
  font-size: 1.2rem;
  color: #6D6D6D;
}
@media screen and (max-width: 640px) {
  .footCredit__copylight {
    font-size: 1rem;
  }
}
.footCredit__club {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  .footCredit__club {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .footCredit__club {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
  }
}

/*******************************

    FAQ

*******************************/
.faqMain__ttl {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #015523;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 1024px) {
  .faqMain__ttl {
    margin-bottom: 2.1rem;
  }
}
@media screen and (max-width: 640px) {
  .faqMain__ttl {
    text-align: center;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
    font-weight: 700;
  }
}
.faqMain__list + .faqMain__ttl {
  margin-top: 7.2rem;
}
@media screen and (max-width: 1024px) {
  .faqMain__list + .faqMain__ttl {
    margin-top: 5.4rem;
  }
}

.faq__list li:first-of-type::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  background: url(../img/dots.svg) right center repeat-x;
  background-size: 1.2rem auto;
}
.faq__list li {
  position: relative;
}
.faq__list li::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  background: url(../img/dots.svg) right center repeat-x;
  background-size: 1.2rem auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.faq__list li .q {
  font-family: "Red Hat Display", "Zen Kaku Gothic Antique", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .faq__list li .q {
    margin-right: 1.2rem;
  }
}
.faq__list li .q {
  line-height: 1;
  color: #015523;
}
@media screen and (max-width: 640px) {
  .faq__list li .q {
    font-size: 2.4rem;
    margin-top: 0.15em;
  }
}
.faq__list li summary {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  cursor: pointer;
  padding-top: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .faq__list li summary {
    padding-top: 2.4rem;
  }
}
.faq__list li summary {
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .faq__list li summary {
    padding-bottom: 2.4rem;
  }
}
.faq__list li summary {
  -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .faq__list li summary:hover {
    color: #2D6C46;
  }
}
@media screen and (max-width: 640px) {
  .faq__list li summary {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.faq__list li summary .ttl {
  padding-right: 7.2rem;
}
@media screen and (max-width: 1024px) {
  .faq__list li summary .ttl {
    padding-right: 5.4rem;
  }
}
.faq__list li summary .ttl {
  margin-right: auto;
}
.faq__list li .cont__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
.faq__list li .cont__inner .txt {
  background: #fff;
  padding-left: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .faq__list li .cont__inner .txt {
    padding-left: 2.4rem;
  }
}
.faq__list li .cont__inner .txt {
  padding-right: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .faq__list li .cont__inner .txt {
    padding-right: 2.4rem;
  }
}
.faq__list li .cont__inner .txt {
  padding-top: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .faq__list li .cont__inner .txt {
    padding-top: 1.8rem;
  }
}
.faq__list li .cont__inner .txt {
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .faq__list li .cont__inner .txt {
    padding-bottom: 1.8rem;
  }
}
.faq__list li .cont__inner .txt {
  border-radius: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .faq__list li .cont__inner .txt {
    border-radius: 1.8rem;
  }
}
.faq__list li .cont__inner .txt {
  margin-left: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .faq__list li .cont__inner .txt {
    margin-left: 3.6rem;
  }
}
.faq__list li .cont__inner .txt {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .faq__list li .cont__inner .txt {
    margin-bottom: 2.4rem;
  }
}
.faq__list li .cont__inner .txt {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .faq__list li .cont__inner .txt {
    margin-left: 0;
    color: #6D6D6D;
  }
}
.faq__list li .cont__inner a {
  text-decoration: underline;
  color: #015523;
}

/*******************************

    CONTACT

*******************************/
.contactKv {
  padding-bottom: 8rem;
}
@media screen and (max-width: 640px) {
  .contactKv {
    padding-bottom: 4rem;
  }
}

.contactInfo {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .contactInfo {
    margin-bottom: 7.5rem;
  }
}
@media screen and (max-width: 640px) {
  .contactInfo {
    margin-bottom: 6.4rem;
  }
}
.contactInfo__ttl {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .contactInfo__ttl {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 700;
  }
}

.contactMain {
  background: #fff;
  border-radius: 5.6rem;
  max-width: calc(95rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .contactMain {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .contactMain {
    width: calc(100% - 2.4rem * 2);
  }
}
.contactMain {
  padding: 8rem;
}
@media screen and (max-width: 1024px) {
  .contactMain {
    padding: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .contactMain {
    padding: 3.2rem 2.4rem;
    border-radius: 1.6rem;
  }
}
.contactMain__sendpage .txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .contactMain__sendpage .txt {
    margin-bottom: 4.2rem;
  }
}
@media screen and (max-width: 640px) {
  .contactMain__sendpage .txt {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 700;
    margin-bottom: 3.2rem;
  }
}
.contactMain__sendpage .cmn__btn01 {
  margin: 0 auto;
  width: 100%;
  padding: 1.8rem 2rem 1.8rem 2.4rem;
  background: #015523;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #fff;
  border-radius: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .contactMain__sendpage .cmn__btn01 {
    padding: 1.3rem 2rem;
  }
}
.contactMain__sendpage .cmn__btn01 .icon {
  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;
  background: #2D6C46;
  width: 2.8rem;
  aspect-ratio: 1/1;
  border-radius: 1rem;
  margin-left: 4rem;
}
@media screen and (max-width: 640px) {
  .contactMain__sendpage .cmn__btn01 .icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.8rem;
  }
}
.contactMain__sendpage .cmn__btn01 .icon img {
  width: 0.8rem;
}

/* formレイアウト
-----------------------------*/
.contactMain__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .contactMain__form {
    gap: 4.2rem;
  }
}
.contactMain__form .wpcf7-form-control-wrap:not([data-name=your-message]):not([data-name=your-familiy]):not([data-name=your-first]) {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contactMain__form .wpcf7-form-control-wrap:not([data-name=your-message]):not([data-name=your-familiy]):not([data-name=your-first]) {
    width: 100%;
  }
}
.contactMain__form .col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem 4rem;
}
@media screen and (max-width: 768px) {
  .contactMain__form .col2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .contactMain__form .col2 {
    gap: 0;
  }
}
@media screen and (min-width: 769px) {
  .contactMain__form .col2 dt {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
.contactMain__form .col2 div > p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .contactMain__form .col2 div + div {
    margin-top: 1.6rem;
  }
}
.contactMain__form .col2 input {
  width: 100%;
}
.contactMain__form dt {
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .contactMain__form dt {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 700;
    margin-bottom: 1.6rem;
  }
}
.contactMain__form dt .note {
  font-size: 1.3rem;
  padding-left: 0.25em;
}
.contactMain__form dt .req {
  color: #fff;
  background: #015523;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 0.4rem;
  padding: 0.35rem 1rem 0.45rem;
  margin-left: 0.8em;
  border-radius: 0.9rem;
}
@media screen and (max-width: 640px) {
  .contactMain__form dt .req {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
    font-weight: 700;
    padding: 0.35rem 0.75rem 0.45rem;
  }
}

/* 基本のform中身
-----------------------------*/
.contactMain__form input[type=text],
.contactMain__form input[type=email],
.contactMain__form input[type=tel],
.contactMain__form select,
.contactMain__form textarea {
  color: #3D3D3D;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 1.5rem 2rem;
  border: 2px solid #F7F7F7;
  border-radius: 1.6rem;
  background: #F7F7F7;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .contactMain__form input[type=text],
  .contactMain__form input[type=email],
  .contactMain__form input[type=tel],
  .contactMain__form select,
  .contactMain__form textarea {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
    font-weight: 700;
  }
}
.contactMain__form input[type=text]:focus,
.contactMain__form input[type=email]:focus,
.contactMain__form input[type=tel]:focus,
.contactMain__form select:focus,
.contactMain__form textarea:focus {
  outline: none;
}
.contactMain__form input[type=text]::-webkit-input-placeholder, .contactMain__form input[type=email]::-webkit-input-placeholder, .contactMain__form input[type=tel]::-webkit-input-placeholder, .contactMain__form select::-webkit-input-placeholder, .contactMain__form textarea::-webkit-input-placeholder {
  color: #B5B5B5;
}
.contactMain__form input[type=text]::-moz-placeholder, .contactMain__form input[type=email]::-moz-placeholder, .contactMain__form input[type=tel]::-moz-placeholder, .contactMain__form select::-moz-placeholder, .contactMain__form textarea::-moz-placeholder {
  color: #B5B5B5;
}
.contactMain__form input[type=text]:-ms-input-placeholder, .contactMain__form input[type=email]:-ms-input-placeholder, .contactMain__form input[type=tel]:-ms-input-placeholder, .contactMain__form select:-ms-input-placeholder, .contactMain__form textarea:-ms-input-placeholder {
  color: #B5B5B5;
}
.contactMain__form input[type=text]::-ms-input-placeholder, .contactMain__form input[type=email]::-ms-input-placeholder, .contactMain__form input[type=tel]::-ms-input-placeholder, .contactMain__form select::-ms-input-placeholder, .contactMain__form textarea::-ms-input-placeholder {
  color: #B5B5B5;
}
.contactMain__form input[type=text]::placeholder,
.contactMain__form input[type=email]::placeholder,
.contactMain__form input[type=tel]::placeholder,
.contactMain__form select::placeholder,
.contactMain__form textarea::placeholder {
  color: #B5B5B5;
}
.contactMain__form textarea {
  height: 22rem;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  .contactMain__form textarea {
    height: 40rem;
  }
}
@media screen and (max-width: 640px) {
  .contactMain__form textarea {
    height: 28rem;
  }
}

/* valid
-----------------------------*/
.contactMain__form :has(.wpcf7-not-valid-tip) .wpcf7-form-control-wrap input[type=text],
.contactMain__form :has(.wpcf7-not-valid-tip) .wpcf7-form-control-wrap input[type=email],
.contactMain__form :has(.wpcf7-not-valid-tip) .wpcf7-form-control-wrap input[type=tel],
.contactMain__form :has(.wpcf7-not-valid-tip) .wpcf7-form-control-wrap select,
.contactMain__form :has(.wpcf7-not-valid-tip) .wpcf7-form-control-wrap textarea {
  border: 2px solid #DE0039;
  color: #DE0039;
}
.contactMain__form .wpcf7-not-valid-tip {
  margin-top: 0.25em;
  color: #DE0039;
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

/* select
-----------------------------*/
span[data-name=your-reason] {
  position: relative;
  width: 31rem !important;
}
@media screen and (max-width: 640px) {
  span[data-name=your-reason] {
    width: 100% !important;
  }
}
span[data-name=your-reason] select {
  background: url(../img/icon-select.svg) right 2rem center no-repeat;
  background-size: 3.2rem;
}

/* policy
-----------------------------*/
.contactMain__policy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .contactMain__policy {
    margin-top: 4.2rem;
  }
}
.contactMain__policy {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .contactMain__policy {
    margin-bottom: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .contactMain__policy {
    margin-top: 3.6rem;
    margin-bottom: 3.6rem;
  }
}
.contactMain__policy .your-consent {
  display: block;
  margin-bottom: 3rem;
  margin-left: 20rem;
}
.contactMain__policy .wpcf7-list-item {
  margin-left: 0;
}
.contactMain__policy .wpcf7-acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contactMain__policy .wpcf7-acceptance input[type=checkbox] {
  display: none;
}
.contactMain__policy .wpcf7-acceptance label span {
  display: block;
  padding-left: 4.4rem;
  position: relative;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .contactMain__policy .wpcf7-acceptance label span {
    font-size: 1.5rem;
  }
}
.contactMain__policy .wpcf7-acceptance label span a {
  color: #015523;
  -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .contactMain__policy .wpcf7-acceptance label span a:hover {
    opacity: 0.6;
  }
}
.contactMain__policy .wpcf7-acceptance label span a {
  border-bottom: 1px solid #015523;
  line-height: 1;
}
.contactMain__policy .wpcf7-acceptance label span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #92A3AD;
  border-radius: 0.8rem;
  background: #fff;
}
.contactMain__policy .wpcf7-acceptance input:checked + span::before {
  background: #015523;
  border-color: #015523;
}
.contactMain__policy .wpcf7-acceptance input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.65rem;
  left: 0.8rem;
  width: 0.7rem;
  height: 1.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

/* send
-----------------------------*/
.contactMain__note {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: center;
}

/* send
-----------------------------*/
.contactMain__send {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .contactMain__send {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .contactMain__send {
    margin-top: 3.6rem;
  }
}
.contactMain__send input[type=submit] {
  border-radius: 1.6rem;
  background: url(../img/contact-btn.svg) center right 1.8rem no-repeat, #015523;
  background-size: 3.2rem auto, auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.4rem 9.2rem 2.4rem 2.4rem;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .contactMain__send input[type=submit] {
    background: url(../img/contact-btn-sp.svg) center right 1.6rem no-repeat, #015523;
    background-size: 2.4rem auto;
    padding: 1.4rem 2rem;
    padding-right: 8rem;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 700;
  }
}
@media (any-hover: hover) {
  .contactMain__send input[type=submit] {
    -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
    transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  }
  .contactMain__send input[type=submit]:hover {
    background-position: center right calc(1.8rem - 5px);
  }
}
@media screen and (any-hover: hover) and (max-width: 640px) {
  .contactMain__send input[type=submit]:hover {
    background-position: center right calc(1.6rem - 5px);
  }
}

/*******************************

    NEWS

*******************************/
.news__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.news__posts__item {
  border-radius: 2rem;
  background: #fff;
  padding-top: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .news__posts__item {
    padding-top: 3.6rem;
  }
}
.news__posts__item {
  padding-bottom: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .news__posts__item {
    padding-bottom: 3.6rem;
  }
}
.news__posts__item {
  padding-right: 4rem;
}
@media screen and (max-width: 1024px) {
  .news__posts__item {
    padding-right: 3rem;
  }
}
.news__posts__item {
  padding-left: 4rem;
}
@media screen and (max-width: 1024px) {
  .news__posts__item {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .news__posts__item {
    border-radius: 1.6rem;
    padding: 3.2rem 2.4rem;
  }
}
.news__posts .summary {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .news__posts .summary {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .news__posts .summary {
    margin-bottom: 2.4rem;
  }
}
.news__posts .ttl {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .news__posts .ttl {
    margin-bottom: 2.4rem;
  }
}
.news__posts .ttl {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .news__posts .ttl {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 700;
    margin-bottom: 2.4rem;
  }
}
.news__posts .thumb {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .news__posts .thumb {
    margin-bottom: 4.2rem;
  }
}
@media screen and (max-width: 640px) {
  .news__posts .thumb {
    margin-bottom: 2.4rem;
  }
}
.news__posts .thumb img {
  border-radius: 1.6rem;
  overflow: hidden;
  height: auto;
}
.news__posts .cont {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  color: #6D6D6D;
}
.news__posts .cont figure {
  margin-top: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .news__posts .cont figure {
    margin-top: 2.4rem;
  }
}
.news__posts .cont figure img {
  border-radius: 1.6rem;
  overflow: hidden;
}

/*******************************

    JOURNAL

*******************************/
.cmn__journalpost a {
  border-radius: 2rem;
  background: #fff;
  padding-top: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .cmn__journalpost a {
    padding-top: 2.4rem;
  }
}
.cmn__journalpost a {
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .cmn__journalpost a {
    padding-bottom: 2.4rem;
  }
}
.cmn__journalpost a {
  padding-right: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .cmn__journalpost a {
    padding-right: 1.8rem;
  }
}
.cmn__journalpost a {
  padding-left: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .cmn__journalpost a {
    padding-left: 1.8rem;
  }
}
.cmn__journalpost a {
  display: block;
}
.cmn__journalpost a figure img {
  -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (any-hover: hover) {
  .cmn__journalpost a:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.cmn__journalpost a {
  -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .cmn__journalpost a:hover {
    color: #2D6C46;
  }
}
.cmn__journalpost a {
  height: 100%;
}
@media screen and (max-width: 640px) {
  .cmn__journalpost a {
    border-radius: 1.6rem;
    padding: 3.2rem 2.4rem;
  }
}
.cmn__journalpost .summary {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .cmn__journalpost .summary {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .cmn__journalpost .summary {
    margin-bottom: 2.4rem;
  }
}
.cmn__journalpost .ttl {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .cmn__journalpost .ttl {
    margin-bottom: 1.5rem;
  }
}
.cmn__journalpost .ttl {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .cmn__journalpost .ttl {
    margin-bottom: 2.4rem;
  }
}
.cmn__journalpost .thumb {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .cmn__journalpost .thumb {
    margin-bottom: 2.4rem;
  }
}
.cmn__journalpost .thumb {
  aspect-ratio: 392/212;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .cmn__journalpost .thumb {
    margin-bottom: 2.4rem;
  }
}
.cmn__journalpost .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmn__journalpost .about {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #6D6D6D;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 640px) {
  .cmn__journalpost .about {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
    -webkit-line-clamp: 6;
  }
}

/*******************************

    JOURNAL ARCHIVE

*******************************/
.journalArc__posts {
  gap: 2.4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 640px) {
  .journalArc__posts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

/*******************************

    JOURNAL SINGLE

*******************************/
.journalSingle__main {
  max-width: calc(95rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .journalSingle__main {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .journalSingle__main {
    width: calc(100% - 2.4rem * 2);
  }
}
.journalSingle__main {
  padding-top: 8rem;
}
@media screen and (max-width: 1024px) {
  .journalSingle__main {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .journalSingle__main {
    padding-top: 4rem;
  }
}
.journalSingle__main__cont {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .journalSingle__main__cont {
    margin-bottom: 6rem;
  }
}
.journalSingle__main__cont {
  padding-top: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .journalSingle__main__cont {
    padding-top: 3.6rem;
  }
}
.journalSingle__main__cont {
  padding-bottom: 6.4rem;
}
@media screen and (max-width: 1024px) {
  .journalSingle__main__cont {
    padding-bottom: 4.8rem;
  }
}
.journalSingle__main__cont {
  padding-right: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .journalSingle__main__cont {
    padding-right: 4.2rem;
  }
}
.journalSingle__main__cont {
  padding-left: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .journalSingle__main__cont {
    padding-left: 4.2rem;
  }
}
.journalSingle__main__cont {
  border-radius: 3.2rem;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .journalSingle__main__cont {
    padding: 3.2rem 2.4rem;
    border-radius: 1.6rem;
    margin-bottom: 4.8rem;
  }
}
.journalSingle__main__cont .summary {
  margin-bottom: 2.4rem;
}
.journalSingle__main__cont .thumb {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .journalSingle__main__cont .thumb {
    margin-bottom: 4.2rem;
  }
}
.journalSingle__main__cont .thumb {
  border-radius: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .journalSingle__main__cont .thumb {
    border-radius: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.journalSingle__main__cont .thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.journalSingle__main__cont__inner {
  max-width: 76.5rem;
  margin: 0 auto;
}
.journalSingle__main__cont__inner .ttl {
  font-size: 2.8rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .journalSingle__main__cont__inner .ttl {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .journalSingle__main__cont__inner .ttl {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
  }
}
.journalSingle__main__cont__inner .about {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 1024px) {
  .journalSingle__main__cont__inner .about {
    margin-bottom: 4.8rem;
  }
}
.journalSingle__main__cont__inner .about {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .journalSingle__main__cont__inner .about {
    margin-bottom: 4rem;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 640px) {
  .journalSingle__main__cont__inner .cont figure {
    max-width: 27.8rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.journalSingle__main__cont__inner .cont figure img {
  border-radius: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .journalSingle__main__cont__inner .cont figure img {
    border-radius: 1.6rem;
  }
}
.journalSingle__main__cont__inner .cont p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .journalSingle__main__cont__inner .cont p {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
  }
}
.journalSingle__main__share {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .journalSingle__main__share {
    margin-bottom: 6rem;
  }
}
.journalSingle__main__share {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .journalSingle__main__share {
    margin-bottom: 4.8rem;
  }
}
.journalSingle__main__share .ttl {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .journalSingle__main__share .ttl {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .journalSingle__main__share .ttl {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 700;
    margin-bottom: 2.4rem;
  }
}
.journalSingle__main__share .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5.6rem 2.4rem 5.6rem 2.4rem 5.6rem;
  grid-template-columns: repeat(3, 5.6rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 640px) {
  .journalSingle__main__share .list {
    -ms-grid-columns: (4.8rem)[3];
    grid-template-columns: repeat(3, 4.8rem);
  }
}
.journalSingle__main__share .list a,
.journalSingle__main__share .list span {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .journalSingle__main__share .list a:hover,
  .journalSingle__main__share .list span:hover {
    opacity: 0.6;
  }
}
.journalSingle__main__share .list a,
.journalSingle__main__share .list span {
  cursor: pointer;
}
.journalSingle__main__share .list .journalSingle__share {
  background: url(../img/share-link.svg) center center no-repeat, #fff;
  background-size: contain;
}
.journalSingle__main__share .list .journalSingle__share.is-checked {
  background: url(../img/share-link-checked.svg) center center no-repeat, #fff;
  background-size: contain;
}
.journalSingle__main__nav {
  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;
}
.journalSingle__main__nav .back {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.4rem 1.6rem auto;
  grid-template-columns: 2.4rem auto;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .journalSingle__main__nav .back:hover {
    color: #2D6C46;
  }
}
@media screen and (max-width: 640px) {
  .journalSingle__main__nav .back {
    -ms-grid-columns: 2rem auto;
    grid-template-columns: 2rem auto;
  }
}
@media screen and (max-width: 640px) {
  .journalSingle__main__nav .prev,
  .journalSingle__main__nav .next {
    width: 2.4rem;
    aspect-ratio: 1/1;
    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;
  }
  .journalSingle__main__nav .prev svg,
  .journalSingle__main__nav .next svg {
    width: 0.8rem;
  }
}
.journalSingle__related {
  margin-top: 12rem;
}
@media screen and (max-width: 1024px) {
  .journalSingle__related {
    margin-top: 9rem;
  }
}
.journalSingle__related {
  max-width: calc(128rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .journalSingle__related {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .journalSingle__related {
    width: calc(100% - 2.4rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .journalSingle__related {
    display: none;
  }
}
.journalSingle__related__ttl {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .journalSingle__related__ttl {
    margin-bottom: 4.2rem;
  }
}
.journalSingle__related .list {
  gap: 2.4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.4rem 1fr 2.4rem 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 640px) {
  .journalSingle__related .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.journalSingle__related .list .thumb {
  aspect-ratio: 362/212;
}

.journalSingle__main__cont__inner .cont figure figcaption,
.news__posts .cont figure figcaption {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #6D6D6D;
  margin-bottom: 0;
  margin-top: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .journalSingle__main__cont__inner .cont figure figcaption,
  .news__posts .cont figure figcaption {
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .journalSingle__main__cont__inner .cont figure figcaption,
  .news__posts .cont figure figcaption {
    margin-top: 1.6rem;
  }
}
.journalSingle__main__cont__inner .cont p a,
.news__posts .cont p a {
  text-decoration: underline;
}
.journalSingle__main__cont__inner .cont p em,
.news__posts .cont p em {
  font-weight: 700;
  font-style: italic;
}
.journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + figure, .journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + h2, .journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + h3, .journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + h4, .journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + h5, .journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + h6, .journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + p, .journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + .wp-list01,
.news__posts .cont *:not(.wp-block-group *) + figure,
.news__posts .cont *:not(.wp-block-group *) + h2,
.news__posts .cont *:not(.wp-block-group *) + h3,
.news__posts .cont *:not(.wp-block-group *) + h4,
.news__posts .cont *:not(.wp-block-group *) + h5,
.news__posts .cont *:not(.wp-block-group *) + h6,
.news__posts .cont *:not(.wp-block-group *) + p,
.news__posts .cont *:not(.wp-block-group *) + .wp-list01 {
  margin-top: 6.4rem;
}
@media screen and (max-width: 1024px) {
  .journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + figure, .journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + h2, .journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + h3, .journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + h4, .journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + h5, .journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + h6, .journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + p, .journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + .wp-list01,
  .news__posts .cont *:not(.wp-block-group *) + figure,
  .news__posts .cont *:not(.wp-block-group *) + h2,
  .news__posts .cont *:not(.wp-block-group *) + h3,
  .news__posts .cont *:not(.wp-block-group *) + h4,
  .news__posts .cont *:not(.wp-block-group *) + h5,
  .news__posts .cont *:not(.wp-block-group *) + h6,
  .news__posts .cont *:not(.wp-block-group *) + p,
  .news__posts .cont *:not(.wp-block-group *) + .wp-list01 {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 640px) {
  .journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + figure, .journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + h2, .journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + h3, .journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + h4, .journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + h5, .journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + h6, .journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + p, .journalSingle__main__cont__inner .cont *:not(.wp-block-group *) + .wp-list01,
  .news__posts .cont *:not(.wp-block-group *) + figure,
  .news__posts .cont *:not(.wp-block-group *) + h2,
  .news__posts .cont *:not(.wp-block-group *) + h3,
  .news__posts .cont *:not(.wp-block-group *) + h4,
  .news__posts .cont *:not(.wp-block-group *) + h5,
  .news__posts .cont *:not(.wp-block-group *) + h6,
  .news__posts .cont *:not(.wp-block-group *) + p,
  .news__posts .cont *:not(.wp-block-group *) + .wp-list01 {
    margin-top: 4rem;
  }
}
.journalSingle__main__cont__inner .cont h2:not(.wp-list01 *),
.journalSingle__main__cont__inner .cont h3:not(.wp-list01 *),
.journalSingle__main__cont__inner .cont h4:not(.wp-list01 *),
.journalSingle__main__cont__inner .cont h5:not(.wp-list01 *),
.journalSingle__main__cont__inner .cont h6:not(.wp-list01 *),
.news__posts .cont h2:not(.wp-list01 *),
.news__posts .cont h3:not(.wp-list01 *),
.news__posts .cont h4:not(.wp-list01 *),
.news__posts .cont h5:not(.wp-list01 *),
.news__posts .cont h6:not(.wp-list01 *) {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #015523;
  position: relative;
}
@media screen and (max-width: 640px) {
  .journalSingle__main__cont__inner .cont h2:not(.wp-list01 *),
  .journalSingle__main__cont__inner .cont h3:not(.wp-list01 *),
  .journalSingle__main__cont__inner .cont h4:not(.wp-list01 *),
  .journalSingle__main__cont__inner .cont h5:not(.wp-list01 *),
  .journalSingle__main__cont__inner .cont h6:not(.wp-list01 *),
  .news__posts .cont h2:not(.wp-list01 *),
  .news__posts .cont h3:not(.wp-list01 *),
  .news__posts .cont h4:not(.wp-list01 *),
  .news__posts .cont h5:not(.wp-list01 *),
  .news__posts .cont h6:not(.wp-list01 *) {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 700;
  }
}
.journalSingle__main__cont__inner .cont h2:not(.wp-list01 *) + p,
.journalSingle__main__cont__inner .cont h3:not(.wp-list01 *) + p,
.journalSingle__main__cont__inner .cont h4:not(.wp-list01 *) + p,
.journalSingle__main__cont__inner .cont h5:not(.wp-list01 *) + p,
.journalSingle__main__cont__inner .cont h6:not(.wp-list01 *) + p,
.news__posts .cont h2:not(.wp-list01 *) + p,
.news__posts .cont h3:not(.wp-list01 *) + p,
.news__posts .cont h4:not(.wp-list01 *) + p,
.news__posts .cont h5:not(.wp-list01 *) + p,
.news__posts .cont h6:not(.wp-list01 *) + p {
  margin-top: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .journalSingle__main__cont__inner .cont h2:not(.wp-list01 *) + p,
  .journalSingle__main__cont__inner .cont h3:not(.wp-list01 *) + p,
  .journalSingle__main__cont__inner .cont h4:not(.wp-list01 *) + p,
  .journalSingle__main__cont__inner .cont h5:not(.wp-list01 *) + p,
  .journalSingle__main__cont__inner .cont h6:not(.wp-list01 *) + p,
  .news__posts .cont h2:not(.wp-list01 *) + p,
  .news__posts .cont h3:not(.wp-list01 *) + p,
  .news__posts .cont h4:not(.wp-list01 *) + p,
  .news__posts .cont h5:not(.wp-list01 *) + p,
  .news__posts .cont h6:not(.wp-list01 *) + p {
    margin-top: 2.4rem;
  }
}
.journalSingle__main__cont__inner .cont h2:not(.wp-list01 *),
.news__posts .cont h2:not(.wp-list01 *) {
  color: #015523;
  padding-left: 3.2rem;
}
@media screen and (max-width: 640px) {
  .journalSingle__main__cont__inner .cont h2:not(.wp-list01 *),
  .news__posts .cont h2:not(.wp-list01 *) {
    padding-left: 2rem;
  }
}
.journalSingle__main__cont__inner .cont h2:not(.wp-list01 *)::before,
.news__posts .cont h2:not(.wp-list01 *)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #DDEDE4;
}
@media screen and (max-width: 640px) {
  .journalSingle__main__cont__inner .cont h2:not(.wp-list01 *)::before,
  .news__posts .cont h2:not(.wp-list01 *)::before {
    width: 3px;
  }
}
.journalSingle__main__cont__inner .cont .wp-list01::before, .journalSingle__main__cont__inner .cont .wp-list01::after,
.news__posts .cont .wp-list01::before,
.news__posts .cont .wp-list01::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  background: url(../img/dots.svg) right center repeat-x;
  background-size: 1.2rem auto;
}
.journalSingle__main__cont__inner .cont .wp-list01 > .wp-block-group__inner-container,
.news__posts .cont .wp-list01 > .wp-block-group__inner-container {
  padding-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .journalSingle__main__cont__inner .cont .wp-list01 > .wp-block-group__inner-container,
  .news__posts .cont .wp-list01 > .wp-block-group__inner-container {
    padding-top: 3rem;
  }
}
.journalSingle__main__cont__inner .cont .wp-list01 > .wp-block-group__inner-container,
.news__posts .cont .wp-list01 > .wp-block-group__inner-container {
  padding-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .journalSingle__main__cont__inner .cont .wp-list01 > .wp-block-group__inner-container,
  .news__posts .cont .wp-list01 > .wp-block-group__inner-container {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .journalSingle__main__cont__inner .cont .wp-list01 > .wp-block-group__inner-container,
  .news__posts .cont .wp-list01 > .wp-block-group__inner-container {
    padding: 3.2rem 0;
  }
}
.journalSingle__main__cont__inner .cont .wp-list01 > .wp-block-group__inner-container h2,
.news__posts .cont .wp-list01 > .wp-block-group__inner-container h2 {
  padding-left: 0 !important;
}
.journalSingle__main__cont__inner .cont .wp-list01 > .wp-block-group__inner-container h2::before,
.news__posts .cont .wp-list01 > .wp-block-group__inner-container h2::before {
  display: none !important;
}
.journalSingle__main__cont__inner .cont .wp-list01__ttl,
.news__posts .cont .wp-list01__ttl {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #015523;
  position: relative;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .journalSingle__main__cont__inner .cont .wp-list01__ttl,
  .news__posts .cont .wp-list01__ttl {
    margin-bottom: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .journalSingle__main__cont__inner .cont .wp-list01__ttl,
  .news__posts .cont .wp-list01__ttl {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 700;
  }
}
.journalSingle__main__cont__inner .cont .wp-list01__list .row .wp-block-group__inner-container,
.news__posts .cont .wp-list01__list .row .wp-block-group__inner-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18.8rem 1.6rem 1fr;
  grid-template-columns: 18.8rem 1fr;
  width: 100%;
  gap: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .journalSingle__main__cont__inner .cont .wp-list01__list .row .wp-block-group__inner-container,
  .news__posts .cont .wp-list01__list .row .wp-block-group__inner-container {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .journalSingle__main__cont__inner .cont .wp-list01__list .row .wp-block-group__inner-container,
  .news__posts .cont .wp-list01__list .row .wp-block-group__inner-container {
    -ms-grid-columns: 8rem 1.2rem 1fr;
    grid-template-columns: 8rem 1fr;
    gap: 1.2rem;
  }
}
.journalSingle__main__cont__inner .cont .wp-list01__list .row .wp-block-group__inner-container h2:nth-child(odd), .journalSingle__main__cont__inner .cont .wp-list01__list .row .wp-block-group__inner-container h3:nth-child(odd), .journalSingle__main__cont__inner .cont .wp-list01__list .row .wp-block-group__inner-container h4:nth-child(odd), .journalSingle__main__cont__inner .cont .wp-list01__list .row .wp-block-group__inner-container h5:nth-child(odd), .journalSingle__main__cont__inner .cont .wp-list01__list .row .wp-block-group__inner-container h6:nth-child(odd), .journalSingle__main__cont__inner .cont .wp-list01__list .row .wp-block-group__inner-container p:nth-child(odd),
.news__posts .cont .wp-list01__list .row .wp-block-group__inner-container h2:nth-child(odd),
.news__posts .cont .wp-list01__list .row .wp-block-group__inner-container h3:nth-child(odd),
.news__posts .cont .wp-list01__list .row .wp-block-group__inner-container h4:nth-child(odd),
.news__posts .cont .wp-list01__list .row .wp-block-group__inner-container h5:nth-child(odd),
.news__posts .cont .wp-list01__list .row .wp-block-group__inner-container h6:nth-child(odd),
.news__posts .cont .wp-list01__list .row .wp-block-group__inner-container p:nth-child(odd) {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .journalSingle__main__cont__inner .cont .wp-list01__list .row .wp-block-group__inner-container h2:nth-child(odd), .journalSingle__main__cont__inner .cont .wp-list01__list .row .wp-block-group__inner-container h3:nth-child(odd), .journalSingle__main__cont__inner .cont .wp-list01__list .row .wp-block-group__inner-container h4:nth-child(odd), .journalSingle__main__cont__inner .cont .wp-list01__list .row .wp-block-group__inner-container h5:nth-child(odd), .journalSingle__main__cont__inner .cont .wp-list01__list .row .wp-block-group__inner-container h6:nth-child(odd), .journalSingle__main__cont__inner .cont .wp-list01__list .row .wp-block-group__inner-container p:nth-child(odd),
  .news__posts .cont .wp-list01__list .row .wp-block-group__inner-container h2:nth-child(odd),
  .news__posts .cont .wp-list01__list .row .wp-block-group__inner-container h3:nth-child(odd),
  .news__posts .cont .wp-list01__list .row .wp-block-group__inner-container h4:nth-child(odd),
  .news__posts .cont .wp-list01__list .row .wp-block-group__inner-container h5:nth-child(odd),
  .news__posts .cont .wp-list01__list .row .wp-block-group__inner-container h6:nth-child(odd),
  .news__posts .cont .wp-list01__list .row .wp-block-group__inner-container p:nth-child(odd) {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
  }
}
.journalSingle__main__cont__inner .cont .wp-list01__list .row .wp-block-group__inner-container h2:nth-child(even), .journalSingle__main__cont__inner .cont .wp-list01__list .row .wp-block-group__inner-container h3:nth-child(even), .journalSingle__main__cont__inner .cont .wp-list01__list .row .wp-block-group__inner-container h4:nth-child(even), .journalSingle__main__cont__inner .cont .wp-list01__list .row .wp-block-group__inner-container h5:nth-child(even), .journalSingle__main__cont__inner .cont .wp-list01__list .row .wp-block-group__inner-container h6:nth-child(even), .journalSingle__main__cont__inner .cont .wp-list01__list .row .wp-block-group__inner-container p:nth-child(even),
.news__posts .cont .wp-list01__list .row .wp-block-group__inner-container h2:nth-child(even),
.news__posts .cont .wp-list01__list .row .wp-block-group__inner-container h3:nth-child(even),
.news__posts .cont .wp-list01__list .row .wp-block-group__inner-container h4:nth-child(even),
.news__posts .cont .wp-list01__list .row .wp-block-group__inner-container h5:nth-child(even),
.news__posts .cont .wp-list01__list .row .wp-block-group__inner-container h6:nth-child(even),
.news__posts .cont .wp-list01__list .row .wp-block-group__inner-container p:nth-child(even) {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-top: 0.15em;
  color: #6D6D6D;
}
.journalSingle__main__cont__inner .cont .wp-list01__list .row .wp-block-group__inner-container p,
.news__posts .cont .wp-list01__list .row .wp-block-group__inner-container p {
  width: 100%;
}

/*******************************

    SUPPORT

*******************************/
.support__leadtxt {
  max-width: calc(128rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .support__leadtxt {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .support__leadtxt {
    width: calc(100% - 2.4rem * 2);
  }
}
.support__leadtxt {
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 12rem;
}
@media screen and (max-width: 1024px) {
  .support__leadtxt {
    margin-bottom: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .support__leadtxt {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
    margin-bottom: 11.2rem;
  }
}
.support__leadtxt p + p {
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .support__leadtxt p + p {
    margin-top: 3rem;
  }
}

.supportJournal {
  max-width: calc(128rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .supportJournal {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .supportJournal {
    width: calc(100% - 2.4rem * 2);
  }
}
.supportJournal {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .supportJournal {
    margin-bottom: 7.5rem;
  }
}
.supportJournal__head {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .supportJournal__head {
    margin-bottom: 6rem;
  }
}
.supportJournal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .supportJournal__head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4rem;
  }
}
.supportJournal__head .btn {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .supportJournal > .btn {
    margin: 0 auto;
    margin-top: 4rem;
  }
}
.supportJournal .list {
  gap: 2.4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.4rem 1fr 2.4rem 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .supportJournal .list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .supportJournal .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.supportJournal .list .thumb {
  aspect-ratio: 362/212;
}

.supportHow {
  margin-bottom: 12rem;
}
@media screen and (max-width: 1024px) {
  .supportHow {
    margin-bottom: 9rem;
  }
}
.supportHow__bg {
  background: #015523;
  padding-top: 9.6rem;
}
@media screen and (max-width: 1024px) {
  .supportHow__bg {
    padding-top: 7.2rem;
  }
}
.supportHow__bg {
  padding-bottom: 9.6rem;
}
@media screen and (max-width: 1024px) {
  .supportHow__bg {
    padding-bottom: 7.2rem;
  }
}
@media screen and (max-width: 640px) {
  .supportHow__bg {
    padding: 4.4rem 0 6.4rem;
  }
}
.supportHow__inner {
  max-width: calc(128rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .supportHow__inner {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .supportHow__inner {
    width: calc(100% - 2.4rem * 2);
  }
}
.supportHow__ttl {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 1024px) {
  .supportHow__ttl {
    margin-bottom: 4.8rem;
  }
}

.supportHowItem {
  background: #fff;
  border-radius: 5.6rem;
  padding-top: 8rem;
}
@media screen and (max-width: 1024px) {
  .supportHowItem {
    padding-top: 6rem;
  }
}
.supportHowItem {
  padding-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .supportHowItem {
    padding-bottom: 6rem;
  }
}
.supportHowItem {
  padding-right: 6.4rem;
}
@media screen and (max-width: 1024px) {
  .supportHowItem {
    padding-right: 4.8rem;
  }
}
.supportHowItem {
  padding-left: 6.4rem;
}
@media screen and (max-width: 1024px) {
  .supportHowItem {
    padding-left: 4.8rem;
  }
}
@media screen and (max-width: 640px) {
  .supportHowItem {
    padding: 4rem 2.4rem;
    border-radius: 1.6rem;
  }
}
.supportHowItem + .supportHowItem {
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .supportHowItem + .supportHowItem {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .supportHowItem + .supportHowItem {
    margin-top: 2.4rem;
  }
}
.supportHowItem__ttl {
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .supportHowItem__ttl {
    padding-bottom: 1.8rem;
  }
}
.supportHowItem__ttl {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 1024px) {
  .supportHowItem__ttl {
    margin-bottom: 4.8rem;
  }
}
.supportHowItem__ttl {
  position: relative;
  color: #015523;
  font-size: 2.8rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .supportHowItem__ttl {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
    font-weight: 700;
    padding-bottom: 2rem;
    margin-bottom: 3.2rem;
  }
}
.supportHowItem__ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  background: url(../img/dots.svg) right center repeat-x;
  background-size: 1.2rem auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.supportHowItem .list {
  max-width: 112.8rem;
  margin: 0 auto;
}
.supportHowItem .list > li:not(:last-of-type) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .supportHowItem .list > li:not(:last-of-type) {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .supportHowItem .list > li:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
.supportHowItem .list > li > .cont {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .supportHowItem .list > li > .cont {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .supportHowItem .list > li > .cont {
    margin-bottom: 4rem;
  }
}
.supportHowItem .list > li > .cont .num {
  font-family: "Red Hat Display", "Zen Kaku Gothic Antique", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .supportHowItem .list > li > .cont .num {
    margin-bottom: 2.4rem;
  }
}
.supportHowItem .list > li > .cont .num {
  color: #DDEDE4;
  font-weight: 700;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .supportHowItem .list > li > .cont .num {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.supportHowItem .list > li > .cont .ttl {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #015523;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .supportHowItem .list > li > .cont .ttl {
    margin-bottom: 3.6rem;
  }
}
@media screen and (max-width: 640px) {
  .supportHowItem .list > li > .cont .ttl {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 3.2rem;
  }
}
.supportHowItem .list > li > .cont .txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .supportHowItem .list > li > .cont .txt {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
  }
}
.supportHowItem .list > li > .cont .note {
  margin-top: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .supportHowItem .list > li > .cont .note {
    margin-top: 2.4rem;
  }
}
.supportHowItem .list > li > .cont .note {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #6D6D6D;
}
.supportHowItem .list > li > .cont .btn {
  margin-top: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .supportHowItem .list > li > .cont .btn {
    margin-top: 3.6rem;
  }
}
.supportHowItem .list .areainfo__ttl {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .supportHowItem .list .areainfo__ttl {
    margin-bottom: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .supportHowItem .list .areainfo__ttl {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 700;
    margin-bottom: 2.4rem;
  }
}
.supportHowItem .list .areainfo .arealist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5.2rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 5.2rem;
}
@media screen and (max-width: 1024px) {
  .supportHowItem .list .areainfo .arealist {
    gap: 3.9rem;
  }
}
@media screen and (max-width: 768px) {
  .supportHowItem .list .areainfo .arealist {
    gap: 3.2rem;
  }
}
@media screen and (max-width: 640px) {
  .supportHowItem .list .areainfo .arealist {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.supportHowItem .list .areainfo .arealist .img {
  border-radius: 3.2rem;
  overflow: hidden;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .supportHowItem .list .areainfo .arealist .img {
    margin-bottom: 1.8rem;
  }
}
.supportHowItem .list .areainfo .arealist .img {
  border: 1px solid #E8E8E8;
}
@media screen and (max-width: 768px) {
  .supportHowItem .list .areainfo .arealist .img {
    border-radius: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .supportHowItem .list .areainfo .arealist .img {
    margin-bottom: 1.4rem;
  }
}
.supportHowItem .list .areainfo .arealist .ttl {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #015523;
}
@media screen and (max-width: 640px) {
  .supportHowItem .list .areainfo .arealist .ttl {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 700;
  }
}
.supportHowItem .list .areainfo .arealist .txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
}
.supportHowItem .list .stepinfo {
  background: #F7F7F7;
  border-radius: 5.6rem;
  padding: 9.6rem;
}
@media screen and (max-width: 1024px) {
  .supportHowItem .list .stepinfo {
    padding: 7.2rem;
  }
}
@media screen and (max-width: 640px) {
  .supportHowItem .list .stepinfo {
    border-radius: 2.4rem;
    padding: 4rem 2.4rem;
  }
}
.supportHowItem .list .stepinfo .steplist li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8.8rem 8rem 1fr;
  grid-template-columns: 8.8rem 1fr;
  gap: 8rem;
}
@media screen and (max-width: 1024px) {
  .supportHowItem .list .stepinfo .steplist li {
    gap: 6rem;
  }
}
.supportHowItem .list .stepinfo .steplist li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .supportHowItem .list .stepinfo .steplist li {
    display: block;
  }
}
.supportHowItem .list .stepinfo .steplist li:not(:last-of-type) {
  padding-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .supportHowItem .list .stepinfo .steplist li:not(:last-of-type) {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .supportHowItem .list .stepinfo .steplist li:not(:last-of-type) {
    padding-bottom: 4rem;
  }
}
.supportHowItem .list .stepinfo .steplist li:not(:last-of-type)::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  top: 10%;
  width: 0.4rem;
  background: url(../img/dots-vt.svg) center top repeat-y;
  background-size: auto 1.2rem;
  left: 4.2rem;
}
@media screen and (max-width: 768px) {
  .supportHowItem .list .stepinfo .steplist li:not(:last-of-type)::before {
    display: none;
  }
}
.supportHowItem .list .stepinfo .steplist .num {
  aspect-ratio: 1/1;
  background: #015523;
  border-radius: 50%;
  font-family: "Red Hat Display", "Zen Kaku Gothic Antique", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.15em;
  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;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .supportHowItem .list .stepinfo .steplist .num {
    aspect-ratio: 82/28;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100vh;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1.25em;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .supportHowItem .list .stepinfo .steplist .num {
    font-size: 1.1rem;
  }
}
.supportHowItem .list .stepinfo .steplist .num em {
  font-size: 2em;
  margin-top: 0.1em;
}
@media screen and (max-width: 768px) {
  .supportHowItem .list .stepinfo .steplist .num em {
    font-size: 1.2em;
    margin-left: 0.25em;
    margin-top: 0;
  }
}
.supportHowItem .list .stepinfo .steplist .cont .ttl {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #015523;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .supportHowItem .list .stepinfo .steplist .cont .ttl {
    margin-bottom: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .supportHowItem .list .stepinfo .steplist .cont .ttl {
    margin-bottom: 2.4rem;
  }
}
.supportHowItem .list .stepinfo .steplist .cont .note {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin-top: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .supportHowItem .list .stepinfo .steplist .cont .note {
    margin-top: 1.8rem;
  }
}
.supportHowItem .list .stepinfo .steplist .cont .note {
  color: #6D6D6D;
}
.supportHowItem .list .stepinfo .steplist .cont .txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .supportHowItem .list .stepinfo .steplist .cont .cmn__btn01 {
    width: min(100%, 24rem);
    gap: initial;
  }
}
.supportHowItem .list .stepinfo .steplist .cont .box01 {
  background: #fff;
  width: min(100%, 66rem);
  border-radius: 1.6rem;
  padding: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .supportHowItem .list .stepinfo .steplist .cont .box01 {
    padding: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .supportHowItem .list .stepinfo .steplist .cont .box01 {
    padding: 2rem 1.6rem;
  }
}
.supportHowItem .list .stepinfo .steplist .cont .box01 .boxttl {
  color: #015523;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .supportHowItem .list .stepinfo .steplist .cont .box01 .boxttl {
    margin-bottom: 1.2rem;
  }
}
.supportHowItem .list .stepinfo .steplist .cont .box01 .boxttl {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .supportHowItem .list .stepinfo .steplist .cont .box01 .boxttl {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 700;
  }
}
.supportHowItem .list .stepinfo .steplist .cont .box01 dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5.6rem 1fr;
  grid-template-columns: 5.6rem 1fr;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .supportHowItem .list .stepinfo .steplist .cont .box01 dl {
    -ms-grid-columns: 4rem 0 1fr;
    grid-template-columns: 4rem 1fr;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
    gap: 1.6rem 0;
  }
}
.supportHowItem .list .stepinfo .steplist .cont .box01 dl dt {
  font-weight: 700;
}

.supportHowNote {
  margin: 0 auto;
  margin-top: 8rem;
}
@media screen and (max-width: 1024px) {
  .supportHowNote {
    margin-top: 6rem;
  }
}
.supportHowNote {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  background: #fff;
  padding: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .supportHowNote {
    padding: 2.4rem;
  }
}
.supportHowNote {
  border-radius: 1.6rem;
}
@media screen and (max-width: 640px) {
  .supportHowNote {
    margin-top: 5.6rem;
    padding: 3.2rem;
  }
}
.supportHowNote .ttl {
  color: #8D8D8D;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .supportHowNote .ttl {
    margin-bottom: 2.4rem;
  }
}
.supportHowNote .ttl {
  text-align: center;
}

.supportSignup {
  padding-bottom: 12rem;
}
@media screen and (max-width: 1024px) {
  .supportSignup {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .supportSignup {
    padding-bottom: 5.6rem;
  }
}
.supportSignup__inner {
  max-width: calc(128rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .supportSignup__inner {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .supportSignup__inner {
    width: calc(100% - 2.4rem * 2);
  }
}
.supportSignup__head {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 1024px) {
  .supportSignup__head {
    margin-bottom: 5.4rem;
  }
}
.supportSignup__head .txt {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin-top: 0.8rem;
}
@media screen and (max-width: 1024px) {
  .supportSignup__head .txt {
    margin-top: 0.6rem;
  }
}
.supportSignup__head .txt {
  text-align: center;
  color: #6D6D6D;
}
.supportSignup__main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.supportSignup__main .ttl {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .supportSignup__main .ttl {
    margin-bottom: 3.6rem;
  }
}
@media screen and (max-width: 640px) {
  .supportSignup__main .ttl {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 500;
  }
}
.supportSignup__main .note {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #6D6D6D;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .supportSignup__main .note {
    margin-bottom: 3.6rem;
  }
}
@media screen and (max-width: 640px) {
  .supportSignup__main .note {
    margin-bottom: 4.8rem;
  }
}
.supportSignup__main .btn {
  margin: 0 auto;
}

.supportReward {
  background: #fff;
  padding-top: 9.6rem;
}
@media screen and (max-width: 1024px) {
  .supportReward {
    padding-top: 7.2rem;
  }
}
.supportReward {
  padding-bottom: 9.6rem;
}
@media screen and (max-width: 1024px) {
  .supportReward {
    padding-bottom: 7.2rem;
  }
}
@media screen and (max-width: 640px) {
  .supportReward {
    padding-top: 2.8rem;
    padding-bottom: 4.8rem;
  }
}
.supportReward__inner {
  max-width: calc(128rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .supportReward__inner {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .supportReward__inner {
    width: calc(100% - 2.4rem * 2);
  }
}
.supportReward__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(82rem, 70%);
  grid-template-columns: 1fr min(82rem, 70%);
}
@media screen and (max-width: 768px) {
  .supportReward__inner {
    display: block;
  }
}
.supportReward__head {
  margin-top: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .supportReward__head {
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .supportReward__head {
    margin-bottom: 6.4rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .supportReward__head {
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 640px) {
  .supportReward__head {
    margin-bottom: 4rem;
  }
}
.supportReward__main .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 1024px) {
  .supportReward__main .list {
    gap: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .supportReward__main .list {
    gap: 2.4rem;
  }
}
.supportReward__main .list li {
  background: #F7F7F7;
  border-radius: 4rem;
  padding-top: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .supportReward__main .list li {
    padding-top: 3.6rem;
  }
}
.supportReward__main .list li {
  padding-left: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .supportReward__main .list li {
    padding-left: 3.6rem;
  }
}
.supportReward__main .list li {
  padding-right: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .supportReward__main .list li {
    padding-right: 4.2rem;
  }
}
.supportReward__main .list li {
  padding-bottom: 7.2rem;
}
@media screen and (max-width: 1024px) {
  .supportReward__main .list li {
    padding-bottom: 5.4rem;
  }
}
.supportReward__main .list li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8.8rem 4.8rem 1fr;
  grid-template-columns: 8.8rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .supportReward__main .list li {
    gap: 3.6rem;
  }
}
@media screen and (max-width: 640px) {
  .supportReward__main .list li {
    padding: 3.2rem 2.4rem;
    border-radius: 1.6rem;
    display: block;
  }
}
.supportReward__main .list .listicon {
  background: #fff;
  border-radius: 2.4rem;
}
@media screen and (max-width: 640px) {
  .supportReward__main .list .listicon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 6.4rem;
    margin-bottom: 2.4rem;
    border-radius: 1.8rem;
  }
}
.supportReward__main .list__main {
  margin-top: 0.8rem;
}
@media screen and (max-width: 1024px) {
  .supportReward__main .list__main {
    margin-top: 0.6rem;
  }
}
.supportReward__main .list__main .num {
  font-family: "Red Hat Display", "Zen Kaku Gothic Antique", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .supportReward__main .list__main .num {
    margin-bottom: 1.2rem;
  }
}
.supportReward__main .list__main .num {
  color: #DCDCDC;
  font-weight: 700;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .supportReward__main .list__main .num {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}
.supportReward__main .list__main .ttl {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #015523;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .supportReward__main .list__main .ttl {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .supportReward__main .list__main .ttl {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 700;
    white-space: nowrap;
  }
}
.supportReward__main .list__main .txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
.supportReward__main .list__main .note {
  margin-top: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .supportReward__main .list__main .note {
    margin-top: 1.8rem;
  }
}
.supportReward__main .list__main .note {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #6D6D6D;
}
@media screen and (max-width: 640px) {
  .supportReward__main .list__main .note {
    margin-top: 3.2rem;
  }
}
.supportReward__main .list__main .box01 {
  background: #fff;
  width: min(100%, 66rem);
  border-radius: 1.6rem;
  padding: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .supportReward__main .list__main .box01 {
    padding: 1.8rem;
  }
}
.supportReward__main .list__main .box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .supportReward__main .list__main .box01 {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .supportReward__main .list__main .box01 {
    margin-top: 3.2rem;
    display: block;
    padding: 2rem 1.6rem;
    width: min(100%, 32rem);
  }
}
.supportReward__main .list__main .box01 .boxttl {
  color: #015523;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  margin-right: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .supportReward__main .list__main .box01 .boxttl {
    margin-right: 4.2rem;
  }
}
@media screen and (max-width: 640px) {
  .supportReward__main .list__main .box01 .boxttl {
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
}
.supportReward__main .list__main .box01 dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4.8rem 1fr;
  grid-template-columns: 4.8rem 1fr;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .supportReward__main .list__main .box01 dl {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
    -ms-grid-columns: 4rem 1fr;
    grid-template-columns: 4rem 1fr;
  }
}
.supportReward__main .list__main .box01 dl dt {
  font-weight: 700;
}
.supportReward__main .list__main .btntxt {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .supportReward__main .list__main .btntxt {
    margin-bottom: 1.8rem;
  }
}
.supportReward__main .list__main .btntxt {
  margin-top: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .supportReward__main .list__main .btntxt {
    margin-top: 3.6rem;
  }
}
.supportReward__main .list__main .btntxt {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #6D6D6D;
}

/*******************************

    TOP

*******************************/
main.top {
  padding-top: 0 !important;
  background: #F7F7F7;
}

/* kv
----------------------------- */
.topKv {
  width: 100%;
  height: max(100vh, 92rem);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .topKv {
    aspect-ratio: 1440/920;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .topKv {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 640px) {
  .topKv {
    width: 100%;
    height: 100dvh;
    aspect-ratio: none;
    min-height: 60rem;
  }
}
.topKv__inner {
  height: 100%;
  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;
  position: relative;
  max-width: 144rem;
  margin: 0 auto;
}
.topKv__ttl {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  .topKv__ttl {
    margin-bottom: 4.5rem;
  }
}
.topKv__ttl {
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 640px) {
  .topKv__ttl {
    margin-bottom: 2rem;
  }
}
.topKv__ttl span {
  background: #fff;
  border-radius: 0.8rem;
  padding: 0.8rem 1.8rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .topKv__ttl span {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 640px) {
  .topKv__ttl span {
    margin-bottom: min(4vh, 4rem);
  }
}
.topKv__ttl span img {
  display: block;
  width: min(23vw, 32rem);
}
@media screen and (max-width: 640px) {
  .topKv__ttl span img {
    width: 25rem;
  }
}
.topKv__ttl em {
  display: block;
  width: min(45.5vw, 65rem);
}
@media screen and (max-width: 640px) {
  .topKv__ttl em {
    width: 31.5rem;
  }
}
.topKv__ttl em img {
  width: 100%;
}
.topKv__btn {
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 640px) {
  .topKv__btn {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .topKv__btn__wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2rem 3.2rem 1.6rem 3.2rem;
    background: rgba(255, 255, 255, 0.7);
    z-index: 990;
    width: 100%;
  }
}
.topKv__btn .min {
  font-size: 1.2rem;
  line-height: 1.6;
  display: block;
}
.topKv__btn .ja {
  line-height: 1.6;
}
.topKv__btn .icon {
  margin-top: auto;
}

.topKv__bg .img {
  position: absolute;
}
.topKv__bg .img img {
  width: 100%;
}
.topKv__bg01 .img:first-of-type {
  width: 44.4rem;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .topKv__bg01 .img:first-of-type {
    width: 33.2rem;
    top: 0;
  }
}
.topKv__bg01 .img:nth-of-type(2) {
  width: 18.2rem;
  left: 0;
  top: 0;
}
@media screen and (max-width: 640px) {
  .topKv__bg01 .img:nth-of-type(2) {
    width: 8.4rem;
    top: 0;
  }
}
.topKv__bg02 .img:first-of-type {
  width: 57.4rem;
  right: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .topKv__bg02 .img:first-of-type {
    width: 2.9rem;
    top: 14rem;
  }
}
.topKv__bg02 .img:nth-of-type(2) {
  width: 10.7rem;
  right: 0;
  top: 0;
}
.topKv__bg03 .img:first-of-type {
  width: 62.4rem;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .topKv__bg03 .img:first-of-type {
    width: 32.8rem;
  }
}
.topKv__bg03 .img:nth-of-type(2) {
  width: 55rem;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .topKv__bg03 .img:nth-of-type(2) {
    width: 39rem;
  }
}
.topKv__bg04 .img:first-of-type {
  width: 40.5rem;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .topKv__bg04 .img:first-of-type {
    width: 4.6rem;
    bottom: 0;
  }
}

.topKv__imgs .img {
  width: min(22.5vw, 32.4rem);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  .topKv__imgs .img {
    width: 16.2rem;
  }
}
.topKv__imgs .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topKv__imgs__slide.is-active .img, .topKv__imgs__spslide.is-active .img {
  opacity: 1;
}
.topKv__imgs01 .topKv__imgs__slide .img:first-of-type {
  left: calc(-20.2rem * var(--kv-mag));
  bottom: -5rem;
}
.topKv__imgs01 .topKv__imgs__slide .img:nth-of-type(2) {
  left: calc(17.8rem * var(--kv-mag));
  top: 6.4rem;
}
.topKv__imgs01 .topKv__imgs__slide .img:nth-of-type(3) {
  right: calc(17.8rem * var(--kv-mag));
  bottom: 3.1rem;
}
.topKv__imgs01 .topKv__imgs__slide .img:nth-of-type(4) {
  right: calc(-20.2rem * var(--kv-mag));
  top: -3.1rem;
}
.topKv__imgs02 .topKv__imgs__slide .img:first-of-type {
  left: calc(-20.2rem * var(--kv-mag));
  top: -3.1rem;
}
.topKv__imgs02 .topKv__imgs__slide .img:nth-of-type(2) {
  left: calc(17.8rem * var(--kv-mag));
  bottom: 3.1rem;
}
.topKv__imgs02 .topKv__imgs__slide .img:nth-of-type(3) {
  right: calc(17.8rem * var(--kv-mag));
  top: 3.1rem;
}
.topKv__imgs02 .topKv__imgs__slide .img:nth-of-type(4) {
  right: calc(-20.2rem * var(--kv-mag));
  bottom: -5rem;
}
.topKv__imgs03 .topKv__imgs__slide .img:first-of-type {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -1.6rem;
}
.topKv__imgs03 .topKv__imgs__slide .img:nth-of-type(2) {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5rem;
}
.topKv__imgs04 .topKv__imgs__slide .img:first-of-type {
  left: calc(2.8rem * var(--kv-mag));
  top: calc(50% - 16rem * var(--kv-mag) + 2rem);
}
.topKv__imgs04 .topKv__imgs__slide .img:nth-of-type(2) {
  right: calc(2.8rem * var(--kv-mag));
  top: calc(50% - 16rem * var(--kv-mag) + 2rem);
}
.topKv__imgs01 .topKv__imgs__spslide .img:first-of-type {
  left: 8.6rem;
  top: 18.5625vh;
}
.topKv__imgs01 .topKv__imgs__spslide .img:nth-of-type(2) {
  left: 9.8rem;
  bottom: 20.625vh;
}
.topKv__imgs02 .topKv__imgs__spslide .img:first-of-type {
  right: 8rem;
  top: 6.375vh;
}
.topKv__imgs02 .topKv__imgs__spslide .img:nth-of-type(2) {
  left: -4rem;
  bottom: 13.5vh;
}
.topKv__imgs03 .topKv__imgs__spslide .img:first-of-type {
  left: -4rem;
  top: 12.375vh;
}
.topKv__imgs03 .topKv__imgs__spslide .img:nth-of-type(2) {
  right: -5.6rem;
  bottom: 12.75vh;
}
.topKv__imgs04 .topKv__imgs__spslide .img:first-of-type {
  right: -4rem;
  top: 15.75vh;
}
.topKv__imgs04 .topKv__imgs__spslide .img:nth-of-type(2) {
  right: 8rem;
  bottom: 7.5vh;
}

/* news
----------------------------- */
.topNews {
  max-width: calc(128rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .topNews {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .topNews {
    width: calc(100% - 2.4rem * 2);
  }
}
.topNews {
  padding-top: 12rem;
}
@media screen and (max-width: 1024px) {
  .topNews {
    padding-top: 9rem;
  }
}
.topNews {
  margin-bottom: 16rem;
}
@media screen and (max-width: 1024px) {
  .topNews {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 640px) {
  .topNews {
    margin-bottom: 8rem;
  }
}
.topNews__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(88.8rem, 70%);
  grid-template-columns: 1fr min(88.8rem, 70%);
}
@media screen and (max-width: 768px) {
  .topNews__inner {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .topNews__head {
    margin-bottom: 6.4rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .topNews__head {
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 640px) {
  .topNews__head {
    margin-bottom: 4rem;
  }
}
.topNews__head .ttl {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .topNews__head .ttl {
    margin-bottom: 4.2rem;
  }
}
@media screen and (min-width: 641px) {
  .topNews__head .ttl .en,
  .topNews__head .ttl .ja {
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .topNews__main > .btn {
    margin: 0 auto;
    margin-top: 4rem;
  }
}
.topNews__main .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 640px) {
  .topNews__main .list {
    gap: 2.4rem;
  }
}
.topNews__main .list a {
  display: block;
  background: #fff;
  border-radius: 1.6rem;
  padding: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .topNews__main .list a {
    padding: 2.4rem;
  }
}
.topNews__main .list a {
  -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .topNews__main .list a:hover {
    color: #2D6C46;
  }
}
.topNews__main .list .summary {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .topNews__main .list .summary {
    margin-bottom: 1.2rem;
  }
}
.topNews__main .list .ttl {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
}

/* about
----------------------------- */
.topAbout {
  position: relative;
  padding-top: 26rem;
  padding-bottom: 22rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .topAbout {
    padding-top: 12.4rem;
    padding-bottom: 12.4rem;
  }
}
.topAbout .line {
  position: absolute;
  top: 0;
  margin: 0 auto;
  max-width: none;
  left: -10vw;
  width: 120vw;
}
.topAbout .line img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .topAbout .line {
    left: -23vw;
    width: 146vw;
  }
}
.topAbout .illust {
  position: absolute;
  width: calc(30.6rem * var(--illust-mag));
  bottom: 0;
  right: 8rem;
}
@media screen and (max-width: 768px) {
  .topAbout .illust {
    right: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .topAbout .illust {
    right: 0.8rem;
    width: 17.4rem;
  }
}
.topAbout__inner {
  max-width: calc(120rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .topAbout__inner {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .topAbout__inner {
    width: calc(100% - 2.4rem * 2);
  }
}
.topAbout__inner {
  position: relative;
  z-index: 1;
}
.topAbout__head {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 1024px) {
  .topAbout__head {
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 640px) {
  .topAbout__head {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 641px) {
  .topAbout__head .ttl .en {
    font-size: 2.8rem;
  }
}
.topAbout__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: min(55rem, 50%) 7.2rem 1fr;
  grid-template-columns: min(55rem, 50%) 1fr;
  gap: 7.2rem;
}
@media screen and (max-width: 1024px) {
  .topAbout__main {
    gap: 4rem;
    -ms-grid-columns: 45% 4rem 1fr;
    grid-template-columns: 45% 1fr;
  }
}
@media screen and (max-width: 640px) {
  .topAbout__main {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5.6rem;
  }
}
@media screen and (max-width: 640px) {
  .topAbout__main .img {
    max-width: 35rem;
    margin: 0 auto;
  }
}
.topAbout__main .cont .txtbox {
  margin-top: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .topAbout__main .cont .txtbox {
    margin-top: 4.2rem;
  }
}
.topAbout__main .cont .txtbox {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .topAbout__main .cont .txtbox {
    margin-bottom: 6rem;
  }
}
.topAbout__main .cont .txtbox {
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .topAbout__main .cont .txtbox {
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.15em;
    text-align: center;
    margin-bottom: 6.4rem;
  }
}
.topAbout__main .cont .txtbox p + p {
  margin-top: 2em;
}
.topAbout__main .cont .txtbox .min {
  font-size: 0.83em;
}
@media screen and (max-width: 640px) {
  .topAbout__main .cont .txtbox .min {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .topAbout__main .cont .btn {
    margin: 0 auto;
  }
}

/* support
----------------------------- */
.topSupport {
  background: #fff;
  padding-top: 12rem;
}
@media screen and (max-width: 1024px) {
  .topSupport {
    padding-top: 9rem;
  }
}
.topSupport {
  padding-bottom: 12rem;
}
@media screen and (max-width: 1024px) {
  .topSupport {
    padding-bottom: 9rem;
  }
}
.topSupport {
  position: relative;
}
@media screen and (max-width: 640px) {
  .topSupport {
    padding: 7.2rem 0 6.4rem;
  }
}
.topSupport .illust {
  position: absolute;
  width: calc(23rem * var(--illust-mag));
  bottom: 0;
  left: 8.8rem;
}
.topSupport__inner {
  max-width: calc(128rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .topSupport__inner {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .topSupport__inner {
    width: calc(100% - 2.4rem * 2);
  }
}
.topSupport__head {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .topSupport__head {
    margin-bottom: 3.6rem;
  }
}
.topSupport__main .lead {
  text-align: center;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .topSupport__main .lead {
    margin-bottom: 4.2rem;
  }
}
.topSupport__main .lead {
  color: #015523;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .topSupport__main .lead {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.12em;
    margin-bottom: 4.8rem;
  }
}
.topSupport__main .example {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .topSupport__main .example {
    padding: 2.4rem;
  }
}
.topSupport__main .example {
  background: #F7F7F7;
  border-radius: 1.6rem;
  margin: 0 auto;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .topSupport__main .example {
    margin-bottom: 4.2rem;
  }
}
@media screen and (max-width: 640px) {
  .topSupport__main .example {
    padding: 2.6rem 3rem;
    margin-bottom: 4.8rem;
  }
}
.topSupport__main .example .ttl {
  text-align: center;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .topSupport__main .example .ttl {
    margin-bottom: 2.4rem;
  }
}
.topSupport__main .example .ttl {
  color: #8D8D8D;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .topSupport__main .example .ttl {
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 700;
  }
}
.topSupport__main .example .list {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-rows: 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-rows: repeat(4, 1fr);
  gap: 0 2.4rem;
}
@media screen and (max-width: 640px) {
  .topSupport__main .example .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 641px) {
  .topSupport__main .example .list .row2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
  }
}
@media screen and (max-width: 640px) {
  .topSupport__main .example .list li {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
    font-weight: 700;
  }
}
@media screen and (max-width: 640px) {
  .topSupport__main .example .list li::before {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
    font-weight: 700;
  }
}
.topSupport__main .txtbox {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 1024px) {
  .topSupport__main .txtbox {
    margin-bottom: 4.8rem;
  }
}
.topSupport__main .txtbox {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .topSupport__main .txtbox {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
    margin-bottom: 6.4rem;
  }
}
.topSupport__main .txtbox p + p {
  margin-top: 2em;
}
.topSupport__main .btn {
  margin: 0 auto;
}

/* journal
----------------------------- */
.topJournal {
  padding-top: 16rem;
}
@media screen and (max-width: 1024px) {
  .topJournal {
    padding-top: 12rem;
  }
}
.topJournal {
  padding-bottom: 12rem;
}
@media screen and (max-width: 1024px) {
  .topJournal {
    padding-bottom: 9rem;
  }
}
.topJournal {
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .topJournal {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.topJournal__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18.8rem;
}
@media screen and (max-width: 1024px) {
  .topJournal__line {
    margin-bottom: 14.1rem;
  }
}
@media screen and (max-width: 640px) {
  .topJournal__line {
    margin-bottom: 10rem;
  }
}
.topJournal__line img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 189vw;
  max-width: none;
}
@media screen and (max-width: 640px) {
  .topJournal__line img {
    width: 311vw;
  }
}
.topJournal__inner {
  max-width: calc(128rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .topJournal__inner {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .topJournal__inner {
    width: calc(100% - 2.4rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .topJournal__inner > .btn {
    margin: 4rem auto 0;
  }
}
.topJournal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .topJournal__head {
    margin-bottom: 4.2rem;
  }
}
@media screen and (max-width: 640px) {
  .topJournal__head {
    display: block;
  }
}
.topJournal__head .btnbox {
  margin-bottom: 2rem;
}
.topJournal__head .btnbox .illust {
  width: calc(16.2rem * var(--illust-mag));
  margin-right: -4.8rem;
  margin-left: auto;
  margin-bottom: -1px;
}
.topJournal .list {
  gap: 2.4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.4rem 1fr 2.4rem 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .topJournal .list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .topJournal .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.topJournal .list .thumb {
  aspect-ratio: 362/212;
}

/* faq
----------------------------- */
.topFaq {
  padding-top: 12rem;
}
@media screen and (max-width: 1024px) {
  .topFaq {
    padding-top: 9rem;
  }
}
.topFaq {
  padding-bottom: 8.4rem;
}
@media screen and (max-width: 1024px) {
  .topFaq {
    padding-bottom: 8.4rem;
  }
}
.topFaq {
  position: relative;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .topFaq {
    padding-top: 7.2rem;
    padding-bottom: 6.4rem;
  }
}
.topFaq .illust {
  width: calc(48.8rem * var(--illust-mag));
  left: 8rem;
  bottom: -1.6rem;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .topFaq .illust {
    left: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .topFaq__head {
    margin-bottom: 6.4rem;
  }
}
.topFaq__inner {
  max-width: calc(128rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .topFaq__inner {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .topFaq__inner {
    width: calc(100% - 2.4rem * 2);
  }
}
.topFaq__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(80.8rem, 60%);
  grid-template-columns: 1fr min(80.8rem, 60%);
}
@media screen and (max-width: 768px) {
  .topFaq__inner {
    display: block;
  }
}
.topFaq__inner .list {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .topFaq__inner .list {
    margin-bottom: 3.6rem;
  }
}
.topFaq__inner .list .cont .txt {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .topFaq__inner .list .cont .txt {
    padding-top: 1.6rem;
  }
}
.topFaq__inner .list .cont .txt {
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .topFaq__inner .list .cont .txt {
    padding-bottom: 1.6rem;
  }
}
.topFaq__inner .list .cont .txt {
  color: #6D6D6D;
}
@media screen and (max-width: 640px) {
  .topFaq__inner .list .cont .txt {
    padding: 2rem 2.4rem !important;
  }
}
.topFaq__inner .btn {
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .topFaq__inner .btn {
    margin: 4rem auto 0;
  }
}

/* sns
----------------------------- */
.topSns {
  padding-top: 12rem;
}
@media screen and (max-width: 1024px) {
  .topSns {
    padding-top: 9rem;
  }
}
.topSns__inner {
  max-width: calc(128rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .topSns__inner {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .topSns__inner {
    width: calc(100% - 2.4rem * 2);
  }
}
.topSns__head {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .topSns__head {
    margin-bottom: 3.6rem;
  }
}
.topSns .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 1024px) {
  .topSns .list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .topSns .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.topSns .list a:has(img[alt=Instagram]) .icon {
  background: #ED1D69;
}
.topSns .list a:has(img[alt=Instagram]) .icon img {
  width: 110%;
  max-width: none;
  margin-top: -5%;
  margin-left: -5%;
}
.topSns .list a:has(img[alt=X]) .icon {
  background: #3D3D3D;
}
.topSns .list a:has(img[alt=YouTube]) .icon {
  background: #FF0000;
}
.topSns .list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 2.4rem;
  padding: 2.4rem;
  position: relative;
}
@media (any-hover: hover) {
  .topSns .list a {
    -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s 0.075s;
    transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s 0.075s;
  }
  .topSns .list a .cont .ttl {
    -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s 0.05s;
    transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s 0.05s;
  }
  .topSns .list a .arrow {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
    transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  .topSns .list a:hover {
    color: #2D6C46;
  }
  .topSns .list a:hover .cont .ttl {
    color: #2D6C46;
  }
  .topSns .list a:hover .arrow {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 640px) {
  .topSns .list a {
    border-radius: 1.6rem;
    padding: 2.4rem 2rem 3.2rem 2rem;
  }
}
.topSns .list .icon {
  width: 5.6rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 2.4rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .topSns .list .icon {
    width: 4rem;
    margin-right: 1.6rem;
  }
}
.topSns .list .icon img {
  width: 100%;
}
.topSns .list .cont {
  font-weight: 700;
}
.topSns .list .cont .ttl {
  color: #015523;
  font-family: "Red Hat Display", "Zen Kaku Gothic Antique", "游ゴシック Medium", YuGothic, YuGothicM, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 640px) {
  .topSns .list .cont .ttl {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
  }
}
.topSns .list .cont .txt {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .topSns .list .cont .txt {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.topSns .list .arrow {
  background: #015523;
  border-radius: 1.2rem;
  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;
  aspect-ratio: 1/1;
  width: 3.6rem;
  margin-left: 0.4rem;
  margin-top: 0.4rem;
}
.topSns .list .arrow__wrap {
  position: absolute;
  width: 5.6rem;
  aspect-ratio: 1/1;
  border-radius: 1.6rem 0 0 0;
  background: #F7F7F7;
  right: 0;
  bottom: 0;
  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;
}
.topSns .list .arrow img {
  width: 1.2rem;
}

/*******************************

    ABOUT

*******************************/
.aboutSect01 {
  position: relative;
}
.aboutSect01::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
}
.aboutSect01__kv {
  max-width: calc(119rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .aboutSect01__kv {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .aboutSect01__kv {
    width: calc(100% - 2.4rem * 2);
  }
}
.aboutSect01__kv {
  position: relative;
  z-index: 1;
  margin-bottom: 12rem;
}
@media screen and (max-width: 1024px) {
  .aboutSect01__kv {
    margin-bottom: 9rem;
  }
}
.aboutSect01__kv {
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .aboutSect01__kv {
    width: calc(100% - 4rem);
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutSect01__head {
    margin-bottom: 5.6rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutSect01__head {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutSect01__head .ttl .en,
  .aboutSect01__head .ttl .ja {
    margin-left: auto;
    margin-right: auto;
  }
}
.aboutSect01__inner {
  position: relative;
  max-width: calc(128rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .aboutSect01__inner {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .aboutSect01__inner {
    width: calc(100% - 2.4rem * 2);
  }
}
.aboutSect01__inner {
  padding-right: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70rem;
  grid-template-columns: 1fr 70rem;
}
@media screen and (max-width: 1024px) {
  .aboutSect01__inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .aboutSect01__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.aboutSect01__inner .illust {
  position: absolute;
}
.aboutSect01__inner .txtbox {
  margin-top: 6rem;
}
@media screen and (max-width: 1024px) {
  .aboutSect01__inner .txtbox {
    margin-top: 4.5rem;
  }
}
.aboutSect01__inner .txtbox {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .aboutSect01__inner .txtbox {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .aboutSect01__inner .txtbox {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
  }
}
.aboutSect01__inner .txtbox p + p {
  margin-top: 2.5em;
}

.aboutMission::before {
  height: calc(100% - 29rem);
}
@media screen and (max-width: 768px) {
  .aboutMission::before {
    height: calc(100% - 8.6rem);
  }
}
.aboutMission__kv {
  margin-left: auto;
  margin-right: 0;
  border-radius: 1.6rem 0 0 1.6rem;
}
.aboutMission__inner {
  padding-bottom: 13rem;
}
@media screen and (max-width: 1024px) {
  .aboutMission__inner {
    padding-bottom: 9.75rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutMission__inner {
    padding-bottom: 5.6rem;
  }
}
.aboutMission__inner .illust {
  width: calc(16.6rem * var(--illust-mag));
  left: 7.2rem;
  bottom: -7.7rem;
}
.aboutVision::before {
  height: calc(100% - 27rem);
}
@media screen and (max-width: 768px) {
  .aboutVision::before {
    height: calc(100% - 8.6rem);
  }
}
.aboutVision__kv {
  margin-right: auto;
  margin-left: 0;
  border-radius: 0 1.6rem 1.6rem 0;
}
.aboutVision__inner {
  padding-bottom: 11rem;
}
@media screen and (max-width: 1024px) {
  .aboutVision__inner {
    padding-bottom: 8.25rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutVision__inner {
    padding-bottom: 5.6rem;
  }
}
.aboutVision__inner .illust {
  width: calc(45.4rem * var(--illust-mag));
  left: 0.8rem;
  bottom: -0.04rem;
}
.aboutIssue {
  padding-top: 12rem;
}
@media screen and (max-width: 1024px) {
  .aboutIssue {
    padding-top: 9rem;
  }
}
.aboutIssue {
  padding-bottom: 8.8rem;
}
@media screen and (max-width: 1024px) {
  .aboutIssue {
    padding-bottom: 6.6rem;
  }
}
.aboutIssue {
  margin-bottom: 12rem;
}
@media screen and (max-width: 1024px) {
  .aboutIssue {
    margin-bottom: 9rem;
  }
}
.aboutIssue {
  background: #F1F1F1;
}
@media screen and (max-width: 640px) {
  .aboutIssue {
    padding-top: 5.6rem;
    padding-bottom: 6.4rem;
    margin-bottom: 5.6rem;
  }
}
.aboutIssue__head {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .aboutIssue__head {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutIssue__head {
    margin-bottom: 4.8rem;
  }
}
.aboutIssue__main {
  background: #fff;
  border-radius: 5.6rem;
  max-width: calc(128rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .aboutIssue__main {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .aboutIssue__main {
    width: calc(100% - 2.4rem * 2);
  }
}
.aboutIssue__main {
  overflow: hidden;
  padding-top: 12rem;
}
@media screen and (max-width: 1024px) {
  .aboutIssue__main {
    padding-top: 9rem;
  }
}
.aboutIssue__main {
  padding-bottom: 12rem;
}
@media screen and (max-width: 1024px) {
  .aboutIssue__main {
    padding-bottom: 9rem;
  }
}
.aboutIssue__main {
  padding-right: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .aboutIssue__main {
    padding-right: 3.6rem;
  }
}
.aboutIssue__main {
  padding-left: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .aboutIssue__main {
    padding-left: 3.6rem;
  }
}
.aboutIssue__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40rem 4.8rem 1fr;
  grid-template-columns: 40rem 1fr;
  gap: 4.8rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .aboutIssue__main {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  .aboutIssue__main {
    border-radius: 1.6rem;
    padding: 6.4rem 2.4rem 4rem;
    gap: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .aboutIssue__main .img {
    max-width: 40.4rem;
    margin: 0 auto;
  }
}
.aboutIssue__main .illust {
  position: absolute;
  width: calc(16.8rem * var(--illust-mag));
  left: 25.8rem;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .aboutIssue__main .illust {
    left: auto;
    right: 4.8rem;
  }
}
.aboutIssue__main .txtbox {
  max-width: 69.2rem;
}
@media screen and (max-width: 1024px) {
  .aboutIssue__main .txtbox {
    max-width: 100%;
  }
}
.aboutIssue__main .txtbox .txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .aboutIssue__main .txtbox .txt {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
  }
}
.aboutIssue__main .txtbox .txt + .txt {
  margin-top: 2em;
}
.aboutIssue__main .txtbox .note {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #6D6D6D;
  margin-top: 1.5em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .aboutIssue__main .txtbox .note {
    margin-top: 2.5em;
  }
}
.aboutIssue__main .txtbox .btn {
  margin-top: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .aboutIssue__main .txtbox .btn {
    margin-top: 4.2rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutIssue__main .txtbox .btn {
    margin-top: 4.8rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.aboutOv {
  padding-top: 12rem;
}
@media screen and (max-width: 1024px) {
  .aboutOv {
    padding-top: 9rem;
  }
}
.aboutOv {
  padding-bottom: 12rem;
}
@media screen and (max-width: 1024px) {
  .aboutOv {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutOv {
    padding: 5.6rem 0;
  }
}
.aboutOv__head {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 1024px) {
  .aboutOv__head {
    margin-bottom: 5.4rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutOv__head {
    margin-bottom: 4.8rem;
  }
}
.aboutOv__main {
  max-width: calc(117.6rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .aboutOv__main {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .aboutOv__main {
    width: calc(100% - 2.4rem * 2);
  }
}
.aboutOv__main {
  background: #fff;
  border-radius: 5.6rem;
  padding-top: 8rem;
}
@media screen and (max-width: 1024px) {
  .aboutOv__main {
    padding-top: 6rem;
  }
}
.aboutOv__main {
  padding-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .aboutOv__main {
    padding-bottom: 6rem;
  }
}
.aboutOv__main {
  padding-left: 8.8rem;
}
@media screen and (max-width: 1024px) {
  .aboutOv__main {
    padding-left: 6.6rem;
  }
}
.aboutOv__main {
  padding-right: 8.8rem;
}
@media screen and (max-width: 1024px) {
  .aboutOv__main {
    padding-right: 6.6rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutOv__main {
    border-radius: 1.6rem;
    padding: 4rem 2.4rem 3.2rem;
  }
}
.aboutOv__main dl div {
  padding-top: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .aboutOv__main dl div {
    padding-top: 2.4rem;
  }
}
.aboutOv__main dl div {
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .aboutOv__main dl div {
    padding-bottom: 2.4rem;
  }
}
.aboutOv__main dl div {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20.4rem 1fr;
  grid-template-columns: 20.4rem 1fr;
}
@media screen and (max-width: 768px) {
  .aboutOv__main dl div {
    -ms-grid-columns: 16rem 1fr;
    grid-template-columns: 16rem 1fr;
  }
}
@media screen and (max-width: 640px) {
  .aboutOv__main dl div {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.aboutOv__main dl div:first-of-type::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  background: url(../img/dots.svg) right center repeat-x;
  background-size: 1.2rem auto;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 640px) {
  .aboutOv__main dl div:last-of-type::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.4rem;
    background: url(../img/dots.svg) right center repeat-x;
    background-size: 1.2rem auto;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .aboutOv__main dl div:first-of-type {
    padding-top: 3.2rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutOv__main dl div:last-of-type {
    padding-bottom: 3.2rem;
  }
}
.aboutOv__main dl div::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  background: url(../img/dots.svg) right center repeat-x;
  background-size: 1.2rem auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .aboutOv__main dl div::after {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .aboutOv__main dl div + div {
    margin-top: 1.2rem;
  }
}
.aboutOv__main dl dt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .aboutOv__main dl dt {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 700;
    margin-bottom: 0.4rem;
  }
}
.aboutOv__main dl dd {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  color: #6D6D6D;
}
.aboutOv__main dl .list {
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .aboutOv__main dl .list {
    margin-top: 3rem;
  }
}
.aboutOv__main dl .list li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5em 1.6rem 1fr;
  grid-template-columns: 1.5em 1fr;
  gap: 1.6rem;
}
@media screen and (max-width: 640px) {
  .aboutOv__main dl .list li {
    gap: 0.8rem;
  }
}
.aboutOv__main dl .list .num {
  color: #015523;
  font-weight: 700;
  text-align: right;
}

.aboutDoc {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .aboutDoc__head {
    margin-bottom: 5.6rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutDoc__head {
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutDoc__head .ttl .en,
  .aboutDoc__head .ttl .ja {
    margin-left: auto;
    margin-right: auto;
  }
}
.aboutDoc__inner {
  padding-top: 12rem;
}
@media screen and (max-width: 1024px) {
  .aboutDoc__inner {
    padding-top: 9rem;
  }
}
.aboutDoc__inner {
  padding-bottom: 12rem;
}
@media screen and (max-width: 1024px) {
  .aboutDoc__inner {
    padding-bottom: 9rem;
  }
}
.aboutDoc__inner {
  position: relative;
  max-width: calc(128rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .aboutDoc__inner {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .aboutDoc__inner {
    width: calc(100% - 2.4rem * 2);
  }
}
.aboutDoc__inner {
  padding-right: 1.6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70rem;
  grid-template-columns: 1fr 70rem;
}
@media screen and (max-width: 1024px) {
  .aboutDoc__inner {
    -ms-grid-columns: 1fr 60%;
    grid-template-columns: 1fr 60%;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .aboutDoc__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  .aboutDoc__inner {
    padding-top: 5.6rem;
    padding-bottom: 6.4rem;
  }
}
.aboutDoc__inner .illust {
  position: absolute;
  width: calc(17.6rem * var(--illust-mag));
  left: 5rem;
  bottom: 0;
}
.aboutDoc__main dl dt {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #015523;
  position: relative;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .aboutDoc__main dl dt {
    padding-bottom: 1.8rem;
  }
}
.aboutDoc__main dl dt {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .aboutDoc__main dl dt {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutDoc__main dl dt {
    text-align: center;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
    font-weight: 700;
  }
}
.aboutDoc__main dl dt::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  background: url(../img/dots.svg) right center repeat-x;
  background-size: 1.2rem auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.aboutDoc__main dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.2rem;
}
@media screen and (max-width: 640px) {
  .aboutDoc__main dl div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 35rem;
    margin: 0 auto;
    gap: 2.4rem;
  }
}
.aboutDoc__main dl a {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  transition: cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
@media screen and (any-hover: hover) and (min-width: 1025px) {
  .aboutDoc__main dl a:hover {
    color: #2D6C46;
  }
}
@media screen and (max-width: 640px) {
  .aboutDoc__main dl a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.aboutDoc__main dl a .icon {
  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;
  aspect-ratio: 1/1;
  background: #2D6C46;
  width: 2.8rem;
  border-radius: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 640px) {
  .aboutDoc__main dl a .icon {
    width: 4rem;
  }
}
.aboutDoc__main dl a .icon img {
  display: block;
  width: 1.2rem;
}
@media screen and (max-width: 640px) {
  .aboutDoc__main dl a .icon img {
    width: 1.6rem;
  }
}
.aboutDoc__main dl div + dt {
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .aboutDoc__main dl div + dt {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutDoc__main dl div + dt {
    margin-top: 4rem;
  }
}

/*******************************

    POLICY

*******************************/
.policy__main {
  padding-top: 6.4rem;
}
@media screen and (max-width: 1024px) {
  .policy__main {
    padding-top: 4.8rem;
  }
}
.policy__main {
  padding-bottom: 6.4rem;
}
@media screen and (max-width: 1024px) {
  .policy__main {
    padding-bottom: 4.8rem;
  }
}
.policy__main {
  padding-right: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .policy__main {
    padding-right: 4.2rem;
  }
}
.policy__main {
  padding-left: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .policy__main {
    padding-left: 4.2rem;
  }
}
.policy__main {
  border-radius: 3.2rem;
  background: #fff;
  max-width: calc(117.6rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .policy__main {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .policy__main {
    width: calc(100% - 2.4rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .policy__main {
    padding: 4.8rem 2.4rem 3.2rem;
    border-radius: 1.6rem;
  }
}
.policy__main > .txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .policy__main > .txt {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
  }
}
.policy .ttl {
  font-size: 2.8rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #015523;
  text-align: center;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 1024px) {
  .policy .ttl {
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 640px) {
  .policy .ttl {
    white-space: nowrap;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.15em;
    margin-bottom: 4rem;
  }
}
.policy .subttl {
  margin-top: 6.4rem;
}
@media screen and (max-width: 1024px) {
  .policy .subttl {
    margin-top: 4.8rem;
  }
}
.policy .subttl {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .policy .subttl {
    margin-bottom: 2.4rem;
  }
}
.policy .subttl {
  color: #015523;
  padding-left: 3.2rem;
  position: relative;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .policy .subttl {
    padding-left: 2rem;
    margin-top: 4rem;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 700;
  }
}
.policy .subttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #DDEDE4;
}
@media screen and (max-width: 640px) {
  .policy .subttl::before {
    width: 3px;
  }
}
.policy .txt + .list {
  margin-top: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .policy .txt + .list {
    margin-top: 2.4rem;
  }
}
.policy .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.policy .list span,
.policy .list p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
.policy .list > li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.75em 1fr;
  grid-template-columns: 1.75em 1fr;
}
.policy .list > li .num,
.policy .list > li .bk,
.policy .list > li .aiu {
  color: #015523;
  font-weight: 700;
}
.policy .sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.8rem;
}
.policy .sublist li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2em 1fr;
  grid-template-columns: 2em 1fr;
}
@media screen and (max-width: 640px) {
  .policy .sublist li {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .policy .sublist .sublist li {
    gap: 0;
  }
}
.policy .list:not(:has(.sublist)) {
  gap: 0.8rem;
}
.policy .list:has(.sublist) {
  gap: 1.6rem;
}
.policy .info {
  margin-top: 6.4rem;
}
@media screen and (max-width: 1024px) {
  .policy .info {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 640px) {
  .policy .info {
    margin-top: 4rem;
  }
}
.policy .info::before, .policy .info::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  background: url(../img/dots.svg) right center repeat-x;
  background-size: 1.2rem auto;
}
.policy .info div {
  padding-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .policy .info div {
    padding-top: 3rem;
  }
}
.policy .info div {
  padding-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .policy .info div {
    padding-bottom: 3rem;
  }
}
.policy .info div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 23rem 0 1fr;
  grid-template-columns: 23rem 1fr;
  gap: 1.6rem 0;
}
@media screen and (max-width: 640px) {
  .policy .info div {
    padding: 3.2rem 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.policy .info div dt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .policy .info div dt {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 700;
    margin-bottom: 0.4rem;
  }
}
.policy .info div dd {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  color: #6D6D6D;
}
@media screen and (max-width: 640px) {
  .policy .info div dd + dt {
    margin-top: 1.2rem;
  }
}

/*******************************

    TOP ANIM

*******************************/
.topKv__bg .img {
  opacity: 0;
  visibility: hidden;
}
.topKv__bg01 .img {
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
}
.topKv__bg02 .img {
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}
@media screen and (max-width: 640px) {
  .topKv__bg02 .img {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
}
.topKv__bg03 .img {
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
}
.topKv__bg04 .img {
  -webkit-transform: translate(-10px, 10px);
          transform: translate(-10px, 10px);
}
@media screen and (max-width: 640px) {
  .topKv__bg04 .img {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
}

.topKv__ttl span, .topKv__ttl em {
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  visibility: hidden;
}

body:has(#top) .head {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 641px) {
  .topKv__btn {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 640px) {
  .topKv__btn__wrap {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    visibility: hidden;
  }
}

.topKv__imgs .img {
  opacity: 0;
  visibility: hidden;
}

.top__about__line {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

/*******************************

    LOWER ANIM

*******************************/
#load {
  background: #F7F7F7;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

/*******************************

    SCROLL ANIM

*******************************/
.js-scrolls .js-scrolls-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.js-scroll-item01 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.js-scroll-item02 {
  opacity: 0;
  visibility: hidden;
}

.cmnKv01__ttl .en, .cmnKv01__ttl .ja {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.cmnPosts__category,
.cmnPosts__section {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.page404 .cmnKv01__ttl .ja {
  line-height: 1.25;
}
.page404__main {
  max-width: calc(128rem);
  width: calc(100% - 8rem * 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .page404__main {
    width: calc(100% - 4.8rem * 2);
  }
}
@media screen and (max-width: 640px) {
  .page404__main {
    width: calc(100% - 2.4rem * 2);
  }
}
.page404__main .txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  .page404__main .txt {
    margin-bottom: 4.5rem;
  }
}
.page404__main .btn {
  margin: 0 auto;
}

/*******************************

    CATEGORY

*******************************/
/* tag
----------------------------- */