@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : BEM ベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 985px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 986px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: min(16px, 1.6243654822vw);
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 3.75rem;
  }
}

body {
  min-width: 320px;
  padding: 0;
  color: #000;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
body.ff-en {
  font-family: "Inter", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

input,
textarea {
  font-size: 16px;
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

button,
input[type=button],
input[type=submit] {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

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

a {
  color: #32948E;
  text-decoration: underline;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Header */
/**************************************************/
.l-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  z-index: 99;
  background: white;
}
@media (max-width: 767px) {
  .l-header {
    height: 3.75rem;
  }
}
.l-header__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 7.5rem 0 2.25rem;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.375rem;
}
@media (max-width: 767px) {
  .l-header__inner {
    padding: 0 3.75rem 0 1.25rem;
  }
}
.l-header__logo {
  margin: 0;
  margin-right: auto;
  max-width: 21.75rem;
  display: block;
}
@media (max-width: 767px) {
  .l-header__logo {
    max-width: 14.875rem;
  }
}
.l-header__btn {
  display: block;
  color: white;
  background: #32948E;
  border: solid 1px #32948E;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  border-radius: 0.25rem;
  text-decoration: none;
  letter-spacing: 0.08em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header-lang {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header-lang__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
  color: #000;
  text-decoration: none;
  font-size: 0.6875rem;
  font-weight: 500;
  font-family: "Inter", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.06em;
  border: solid 1px #E2E2E2;
  border-radius: 6.25rem;
  padding: 0.4375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 6.5625rem;
}
.l-header-lang__link::before {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1em;
  height: 1em;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-language.svg") no-repeat;
          mask: url("../img/icon-language.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  display: inline-block;
  width: 0.8125rem;
  background: #32948E;
}
.l-header-lang__link::after {
  content: "";
  pointer-events: none;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: solid 0.125rem #E2E2E2;
  border-radius: 6.25rem;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header-lang__link:hover {
  opacity: 1;
}
.l-header-lang__link:hover::after {
  opacity: 1;
}

.l-menuBtn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  top: 0;
  right: 1.25rem;
  width: 5rem;
  height: 5rem;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  z-index: 1000;
}
@media (max-width: 767px) {
  .l-menuBtn {
    width: 3.75rem;
    height: 3.75rem;
    right: 0.625rem;
  }
}
.l-menuBtn__bar {
  top: 50%;
  left: 50%;
  margin-top: -0.0625rem;
  margin-left: -1.5rem;
}
.l-menuBtn__bar, .l-menuBtn__bar::before, .l-menuBtn__bar::after {
  display: block;
  position: absolute;
  width: 3rem;
  height: 0.125rem;
  background: #000;
  content: "";
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.l-menuBtn__bar::before {
  top: -0.5rem;
}
.l-menuBtn__bar::after {
  top: 0.5rem;
}
@media (max-width: 767px) {
  .l-menuBtn__bar {
    margin-left: -1.25rem;
  }
  .l-menuBtn__bar, .l-menuBtn__bar::before, .l-menuBtn__bar::after {
    width: 2.5rem;
  }
  .l-menuBtn__bar::before {
    top: -0.4375rem;
  }
  .l-menuBtn__bar::after {
    top: 0.4375rem;
  }
}
.l-menuBtn.-open .l-menuBtn__bar {
  background-color: transparent;
}
.l-menuBtn.-open .l-menuBtn__bar::before {
  top: 0;
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}
.l-menuBtn.-open .l-menuBtn__bar::after {
  top: 0;
  -webkit-transform: rotate(-160deg);
          transform: rotate(-160deg);
}

.l-gnav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  height: 100%;
  width: 100%;
  max-width: 27.25rem;
  background: white;
  z-index: 100;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
.l-gnav__container {
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.l-gnav__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.375rem 2.1875rem 2.5rem;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .l-gnav__inner {
    padding: 1.75rem 1.25rem 2.5rem;
  }
}
.l-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.375rem;
  margin: 3.25rem 0 2.625rem 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .l-gnav__list {
    margin-top: 2.5rem;
  }
}
.l-gnav__btn {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: #F2F2F2;
  color: inherit;
  text-decoration: none;
  border-radius: 0.375rem;
  padding: 1.125rem 0.9375rem 1.25rem 1.5625rem;
  font-weight: 600;
  font-size: 1.0625rem;
  letter-spacing: 0.02em;
  border: solid 0.125rem #F2F2F2;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.l-gnav__btn .arrow {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2.8125rem;
  height: 1.5625rem;
  border: solid 1px white;
  border-radius: 6.25rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-gnav__btn .arrow::before, .l-gnav__btn .arrow::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1em;
  height: 1em;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow.svg") no-repeat;
          mask: url("../img/icon-arrow.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: white;
  width: 0.625rem;
  height: 0.5625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-gnav__btn .arrow::after {
  opacity: 0;
  -webkit-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%);
}
@media (min-width: 768px) {
  .l-gnav__btn:hover .arrow::before {
    opacity: 0;
    -webkit-transform: translate(300%, -50%);
            transform: translate(300%, -50%);
    -webkit-transition: opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
    transition: opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
  }
  .l-gnav__btn:hover .arrow::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
    transition: opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1), opacity 0.8s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1), opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
  }
}
@media (max-width: 767px) {
  .l-gnav__btn {
    font-size: 0.9375rem;
    padding: 1.3125rem 1rem;
  }
}
.l-gnav__btn .arrow {
  border: solid 1px #D5D5D5;
}
.l-gnav__btn .arrow::before, .l-gnav__btn .arrow::after {
  background: #32948E;
}
.l-gnav__btn:hover {
  opacity: 1;
  border-color: white;
}
.l-gnav__btn:hover .arrow {
  background: #32948E;
  border-color: #32948E;
}
.l-gnav__btn:hover .arrow::before, .l-gnav__btn:hover .arrow::after {
  background: white;
}
.l-gnav__btn.-contact {
  background-color: #32948E;
  color: #fff;
  font-size: 1.25rem;
  padding: 2.0625rem 1.875rem 2.25rem 2.5rem;
  letter-spacing: 0.1em;
  border: none;
  margin-top: 1.125rem;
}
@media (max-width: 767px) {
  .l-gnav__btn.-contact {
    padding-block: 1.6875rem;
    margin-top: 0.875rem;
  }
}
.l-gnav__btn.-contact > .-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-gnav__btn.-contact > .-text::before {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1em;
  height: 1em;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-mail.svg") no-repeat;
          mask: url("../img/icon-mail.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  display: inline-block;
  width: 1.375rem;
  margin-right: 0.875rem;
  margin-top: 0.25rem;
}
.l-gnav__btn.-contact .arrow {
  border-color: white;
}
.l-gnav__btn.-contact .arrow::before, .l-gnav__btn.-contact .arrow::after {
  background: white;
}
.l-gnav__footer {
  margin-top: auto;
  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;
}
.l-gnav__policy {
  color: #A2A2A2;
  letter-spacing: 0.08em;
  text-decoration: none;
  display: block;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .l-gnav__policy {
    font-size: 0.6875rem;
  }
}
.l-gnav__sns {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.l-gnav__sns-link {
  display: block;
}
.l-gnav__sns-link img {
  width: 100%;
}
.l-gnav__sns-link.-instagram {
  width: 1.625rem;
}
.l-gnav__sns-link.-facebook {
  width: 1.73125rem;
}
.l-gnav__sns-link.-x {
  width: 1.45rem;
}

.l-header.-topMv {
  background: transparent;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.l-header.-topMv .l-header__logo img {
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
.l-header.-topMv .l-header__btn {
  border-color: white;
  background: transparent;
}
.l-header.-topMv .l-header-lang__link {
  border: none;
  background: rgba(255, 255, 255, 0.15);
  padding: 0.5rem;
  color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header.-topMv .l-header-lang__link::before {
  background: white;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.l-header.-topMv .l-header-lang__link::after {
  display: none;
}
.l-header.-topMv + .l-menuBtn:not(.-open) .l-menuBtn__bar, .l-header.-topMv + .l-menuBtn:not(.-open) .l-menuBtn__bar::before, .l-header.-topMv + .l-menuBtn:not(.-open) .l-menuBtn__bar::after {
  background: white;
}

/**************************************************/
/* Footer */
/**************************************************/
.l-footer {
  position: relative;
  z-index: 5;
  background: #32948E;
  color: white;
}
.l-footer::before {
  content: "";
  position: absolute;
  top: -4.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/deco-footer.svg) repeat-x top center/75rem 101%;
  width: 100%;
  height: 4.875rem;
}
@media (max-width: 767px) {
  .l-footer::before {
    height: 1.4375rem;
    top: -1.375rem;
    background: url(../img/deco-footer.svg) no-repeat top center/101%;
  }
}
.l-footer__inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 5.375rem 1.25rem 3rem;
}
@media (max-width: 767px) {
  .l-footer__inner {
    padding: 3.625rem 1.25rem 1.375rem;
  }
}
.l-footer__contact {
  max-width: 55.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 5rem;
}
@media (max-width: 767px) {
  .l-footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
.l-footer__contact-title {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-footer__contact-title img {
  display: block;
  width: 20.5rem;
}
@media (max-width: 767px) {
  .l-footer__contact-title img {
    width: 10.8125rem;
  }
}
.l-footer__contact-title > span {
  display: block;
  font-weight: 500;
  margin-top: 0.625rem;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.08em;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .l-footer__contact-title > span {
    margin-top: 0.4375rem;
    font-size: 0.875rem;
  }
}
.l-footer__contact-textarea {
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .l-footer__contact-textarea {
    padding: 0;
  }
}
.l-footer__contact-text {
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.7647058824;
}
@media (max-width: 767px) {
  .l-footer__contact-text {
    font-size: 0.875rem;
  }
}
.l-footer__contact-link {
  margin-top: 1.875rem;
  color: inherit;
  display: block;
  font-family: "Inter", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
  text-decoration: none;
  position: relative;
  padding-left: 5.4375rem;
}
@media (max-width: 767px) {
  .l-footer__contact-link {
    padding-left: 3.5625rem;
  }
}
.l-footer__contact-link:hover {
  opacity: 1;
}
.l-footer__contact-link .arrow {
  z-index: 2;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4.5625rem;
  height: 2.5rem;
  border-radius: 6.25rem;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #32948E;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .l-footer__contact-link .arrow {
    width: 3rem;
    height: 1.6875rem;
  }
}
.l-footer__contact-link .arrow::before, .l-footer__contact-link .arrow::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1em;
  height: 1em;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow.svg") no-repeat;
          mask: url("../img/icon-arrow.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: white;
  width: 0.9375rem;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .l-footer__contact-link .arrow::before, .l-footer__contact-link .arrow::after {
    width: 0.6875rem;
    height: 0.625rem;
  }
}
.l-footer__contact-link .arrow::after {
  opacity: 0;
  -webkit-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%);
}
@media (min-width: 768px) {
  .l-footer__contact-link:hover .arrow {
    width: 5.1875rem;
    height: 2.875rem;
    left: -0.3125rem;
  }
  .l-footer__contact-link:hover .arrow::before {
    opacity: 0;
    -webkit-transform: translate(300%, -50%);
            transform: translate(300%, -50%);
    -webkit-transition: opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
    transition: opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
  }
  .l-footer__contact-link:hover .arrow::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
    transition: opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1), opacity 0.8s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1), opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
  }
}
.l-footer__contact-link .arrow {
  background: white;
}
.l-footer__contact-link .arrow::before, .l-footer__contact-link .arrow::after {
  background: #32948E;
}
@media (max-width: 767px) {
  .l-footer__contact-link {
    background: white;
    border-radius: 0.375rem;
    color: #32948E;
    font-weight: 600;
    padding: 1.5rem 1.875rem;
  }
  .l-footer__contact-link .arrow {
    left: auto;
    right: 1.25rem;
    background: #32948E;
  }
  .l-footer__contact-link .arrow::before, .l-footer__contact-link .arrow::after {
    background: white;
  }
}
.l-footer__linkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem 2.75rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .l-footer__linkWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4.0625rem;
  }
}
.l-footer__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .l-footer__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__about-link {
  width: 100%;
  max-width: 19.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  border-radius: 0.625rem;
  overflow: hidden;
  background-size: cover;
}
.l-footer__about-link .arrow {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 3.5625rem;
  height: 1.9375rem;
  border: solid 1px white;
  border-radius: 6.25rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__about-link .arrow::before, .l-footer__about-link .arrow::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1em;
  height: 1em;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow.svg") no-repeat;
          mask: url("../img/icon-arrow.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: white;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-footer__about-link .arrow::after {
  opacity: 0;
  -webkit-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%);
}
@media (min-width: 768px) {
  .l-footer__about-link:hover .arrow::before {
    opacity: 0;
    -webkit-transform: translate(300%, -50%);
            transform: translate(300%, -50%);
    -webkit-transition: opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
    transition: opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
  }
  .l-footer__about-link:hover .arrow::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
    transition: opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1), opacity 0.8s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1), opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
  }
}
.l-footer__about-link:hover {
  opacity: 1;
}
.l-footer__about-link > img {
  display: block;
  width: 5.8625rem;
}
.l-footer__about-link > img.-en {
  width: 9.375rem;
}
@media (max-width: 767px) {
  .l-footer__about-link {
    max-width: 100%;
    min-height: 7.0625rem;
  }
  .l-footer__about-link .arrow {
    width: 3rem;
    height: 1.6875rem;
  }
  .l-footer__about-link .arrow::before, .l-footer__about-link .arrow::after {
    width: 0.6875rem;
    height: 0.625rem;
  }
}
.l-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 11.5625rem 0.75rem 11.5625rem;
  grid-template-columns: repeat(2, 11.5625rem);
  gap: 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .l-footer__links {
    -ms-grid-columns: 1fr 0.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.l-footer__link {
  background: #228881;
  color: inherit;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.875rem 0.9375rem;
  border-radius: 0.25rem;
  position: relative;
}
.l-footer__link::after {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1em;
  height: 1em;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow.svg") no-repeat;
          mask: url("../img/icon-arrow.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 0.75rem;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.0625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .l-footer__link {
    font-size: 0.6875rem;
    padding: 0.8125rem 1.125rem;
  }
}
.l-footer__footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem auto 2rem auto;
  grid-template-columns: 1fr auto auto;
      grid-template-areas: "sns policy copy";
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .l-footer__footer {
    margin-top: 2.75rem;
    gap: 2.5rem;
    -ms-grid-rows: auto 2.5rem auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "policy" "copy";
  }
}
.l-footer__sns {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sns;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-footer__sns-link {
  display: block;
}
.l-footer__sns-link img {
  width: 100%;
  display: block;
}
.l-footer__sns-link.-instagram {
  width: 1.50625rem;
}
.l-footer__sns-link.-facebook {
  width: 1.60625rem;
}
.l-footer__sns-link.-x {
  width: 1.34375rem;
}
.l-footer__policy, .l-footer__copy {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  font-family: "Inter", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
  font-weight: 300;
}
.l-footer__policy {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: policy;
}
@media (max-width: 767px) {
  .l-footer__policy {
    text-align: center;
  }
}
.l-footer__copy {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: copy;
}
@media (max-width: 767px){
  .l-footer__policy {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-footer__copy {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (max-width: 767px) {
  .l-footer__copy {
    font-size: 0.625rem;
    text-align: center;
  }
}

/**************************************************/
/* contents */
/**************************************************/
.l-page-container {
  position: relative;
}

.l-page-contents {
  max-width: 888px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 2.5rem;
}
.l-page-contents > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .l-page-contents {
    padding: 0 1.25rem;
  }
}

.l-page-contents-m {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 2.5rem;
}
.l-page-contents-m > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .l-page-contents-m {
    padding: 0 1.25rem;
  }
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
.c-text-a {
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  line-height: 2;
  margin: 1em 0 0 0;
}
@media (max-width: 767px) {
  .c-text-a {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
  }
}

.c-heading-a {
  font-size: 1.25rem;
  margin: 2em 0 1em;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.9;
  padding-bottom: 1rem;
  border-bottom: dashed 1px #BABABA;
}
@media (max-width: 767px) {
  .c-heading-a {
    font-size: 0.9375rem;
    font-weight: 600;
    padding-bottom: 1em;
  }
}

.c-title-a {
  margin: 0;
}
.c-title-a__en {
  display: block;
  margin-bottom: 1rem;
}
.c-title-a__en img {
  height: 4.1875rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-title-a__en.-high {
  margin-bottom: 0.3125rem;
}
.c-title-a__en.-high img {
  height: 5.125rem;
}
.c-title-a__ja {
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #A2A2A2;
}
@media (max-width: 767px) {
  .c-title-a__en {
    margin-bottom: 0.5rem;
  }
  .c-title-a__en img {
    height: 2.53125rem;
  }
  .c-title-a__en.-high {
    margin-bottom: 0.1875rem;
  }
  .c-title-a__en.-high img {
    height: 2.7rem;
  }
  .c-title-a__ja {
    font-size: 0.8125rem;
  }
}

.c-pager {
  margin: 6rem 0 0 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;
  gap: 0.625rem 4.8125rem;
}
@media (max-width: 767px) {
  .c-pager {
    gap: 0.625rem 2rem;
    margin-top: 2.5rem;
  }
}
.c-pager__num {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 2.875rem;
}
@media (max-width: 767px) {
  .c-pager__num {
    gap: 0.625rem 1.875rem;
  }
}
.c-pager__num > li {
  font-family: "Inter", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  color: #CCCCCC;
}
.c-pager__num > li a {
  color: #32948E;
  text-decoration: none;
}
.c-pager__prev, .c-pager__next {
  width: 2.8125rem;
  content: "";
}
.c-pager__prev a, .c-pager__next 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;
}
.c-pager__prev a .arrow, .c-pager__next a .arrow {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2.8125rem;
  height: 1.5625rem;
  border: solid 1px white;
  border-radius: 6.25rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-pager__prev a .arrow::before, .c-pager__prev a .arrow::after, .c-pager__next a .arrow::before, .c-pager__next a .arrow::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1em;
  height: 1em;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow.svg") no-repeat;
          mask: url("../img/icon-arrow.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: white;
  width: 0.625rem;
  height: 0.5625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-pager__prev a .arrow::after, .c-pager__next a .arrow::after {
  opacity: 0;
  -webkit-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%);
}
@media (min-width: 768px) {
  .c-pager__prev a:hover .arrow::before, .c-pager__next a:hover .arrow::before {
    opacity: 0;
    -webkit-transform: translate(300%, -50%);
            transform: translate(300%, -50%);
    -webkit-transition: opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
    transition: opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
  }
  .c-pager__prev a:hover .arrow::after, .c-pager__next a:hover .arrow::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
    transition: opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1), opacity 0.8s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1), opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
  }
}
.c-pager__prev a .arrow, .c-pager__next a .arrow {
  border-color: #CCCCCC;
}
.c-pager__prev a .arrow::before, .c-pager__prev a .arrow::after, .c-pager__next a .arrow::before, .c-pager__next a .arrow::after {
  background: #32948E;
}
.c-pager__prev a:hover, .c-pager__next a:hover {
  opacity: 1;
}
.c-pager__prev a:hover .arrow, .c-pager__next a:hover .arrow {
  background: #32948E;
  border-color: #32948E;
}
.c-pager__prev a:hover .arrow::before, .c-pager__prev a:hover .arrow::after, .c-pager__next a:hover .arrow::before, .c-pager__next a:hover .arrow::after {
  background: white;
}
.c-pager__prev a {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/**************************************************/
/* components - form */
/**************************************************/
:root {
  --form-color: #3C3C3C;
  --form-border-color: #E2E2E2;
  --form-bg-color: #F2F2F2;
  --form-required-color: #E80000;
  --form-alert-color: #F00;
  --form-btn-bg-color: #32948E;
  --form-btn-edit-color: #6F6F6F;
}

.l-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7.5rem;
}
@media (max-width: 767px) {
  .l-form {
    margin-top: 2.8125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.625rem;
  }
}

.l-form-step {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-form-step {
    width: 100%;
    border: solid 1px var(--form-border-color);
    border-radius: 0.5rem;
    padding: 1.125rem 1.375rem;
  }
}

.l-form-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-form-body > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .l-form-body.-thanks {
    margin-top: 1.125rem;
  }
}

.f-step {
  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.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: listnum;
  position: relative;
}
@media (max-width: 767px) {
  .f-step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .f-step::before {
    width: 80%;
    height: 1px;
    border-top: dashed 1px #BABABA;
    content: "";
    position: absolute;
    top: 0.5625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.f-step__item {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem 0.8125rem;
  color: #A2A2A2;
  position: relative;
  text-align: center;
}
.f-step__item::before {
  position: relative;
  z-index: 2;
  counter-increment: listnum;
  content: counter(listnum);
  color: #6E6E6E;
  background: #EAEAEA;
  font-family: "Inter", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 6.25rem;
  width: 2.5rem;
  height: 1.375rem;
}
.f-step__item.-current {
  color: black;
}
.f-step__item.-current::before {
  background: #32948E;
  color: white;
}
@media (max-width: 767px) {
  .f-step__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.6875rem;
    min-width: 3.875rem;
    max-width: 4.625rem;
  }
  .f-step__item::before {
    font-size: 0.5625rem;
    width: 2.0625rem;
    height: 1.125rem;
  }
  .f-step__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2.6875rem;
    height: 1.125rem;
    background: white;
  }
}

.f-form__lead {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin: 0;
  padding-bottom: 1em;
  line-height: 1.75;
  border-bottom: dashed 1px #BABABA;
}
.f-form__lead em {
  color: #32948E;
}
.f-form__list {
  list-style: none;
  margin: 2.125rem 0 0 0;
  padding: 0;
  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.125rem;
}
@media (max-width: 767px) {
  .f-form__list {
    margin-top: 1.25rem;
    gap: 1.875rem;
  }
}
.f-form__heading {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .f-form__heading {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
  }
}
.f-form__heading-sm {
  margin: 0.9375rem 0 0 0;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .f-form__heading-sm {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
}
.f-form__column {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem 1.25rem;
}
.f-form__column > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.f-form__column.-half > li {
  width: calc(50% - 0.625rem);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 767px) {
  .f-form__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .f-form__column.-gap0 {
    gap: 0 !important;
  }
  .f-form__column.-half > li {
    width: 100%;
  }
}
.f-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 1.875rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .f-form__radio {
    margin-top: 1.25rem;
  }
}

.f-policy-check {
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .f-policy-check {
    text-align: center;
  }
}

.f-form-error {
  font-weight: 500;
  font-size: 0.75rem;
  margin: 0.8em 0 0 0;
  color: var(--form-alert-color);
}
@media (max-width: 767px) {
  .f-form-error {
    font-size: 0.6875rem;
  }
}

form label {
  cursor: pointer;
}
form textarea {
  line-height: 1.25;
  resize: vertical;
}

*:-moz-placeholder-shown {
  color: #aaa;
}

*:-ms-input-placeholder {
  color: #aaa;
}

*:placeholder-shown {
  color: #aaa;
}
*::-webkit-input-placeholder {
  color: #aaa;
}
*:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #aaa;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

.f-field {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0.9375rem 1.5rem;
  font-size: 0.9375rem;
  border: 1px solid var(--form-border-color);
  background: var(--form-bg-color);
  border-radius: 0.375rem;
  line-height: 1.5;
  margin-top: 0.375rem;
  color: var(--form-color);
}
.f-field::-webkit-input-placeholder {
  color: #D3D3D3;
}
.f-field::-moz-placeholder {
  color: #D3D3D3;
}
.f-field:-ms-input-placeholder {
  color: #D3D3D3;
}
.f-field::-ms-input-placeholder {
  color: #D3D3D3;
}
.f-field::placeholder {
  color: #D3D3D3;
}
@media (max-width: 767px) {
  .f-field {
    font-size: 0.75rem;
    border-radius: 0.25rem;
    padding: 0.625rem;
  }
}

textarea.f-field {
  display: block;
  min-height: 13.375rem;
}
@media (max-width: 767px) {
  textarea.f-field {
    min-height: 10.625rem;
  }
}

.f-checkbox {
  display: inline-block;
  cursor: pointer;
}
.f-checkbox > input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.f-checkbox__in {
  display: block;
  position: relative;
  padding: 0 0 0 1.4375rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #838383;
}
@media (max-width: 767px) {
  .f-checkbox__in {
    font-size: 0.75rem;
  }
}
.f-checkbox__in::after {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1.0625rem;
  height: 1.0625rem;
  border: 1px solid var(--form-border-color);
  border-radius: 0.125rem;
  background: #fff no-repeat center/0.9375rem 0.9375rem;
  content: "";
}
.f-checkbox input[type=checkbox]:checked ~ .f-checkbox__in::after {
  background-image: url(../img/icon-checkbox-checked.svg);
}

.f-radio {
  display: inline-block;
  cursor: pointer;
}
.f-radio > input[type=radio] {
  position: absolute;
  opacity: 0;
}
.f-radio__in {
  display: block;
  position: relative;
  padding: 0 0 0 1.75rem;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: var(--form-color);
}
@media (max-width: 767px) {
  .f-radio__in {
    font-size: 0.75rem;
    padding-left: 1.4375rem;
  }
}
.f-radio__in::before, .f-radio__in::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  border-radius: 50%;
}
.f-radio__in::before {
  top: 0.125rem;
  left: 0;
  border: 1px solid var(--form-border-color);
  background: var(--form-bg-color);
  width: 1.3125rem;
  height: 1.3125rem;
}
@media (max-width: 767px) {
  .f-radio__in::before {
    width: 1.1875rem;
    height: 1.1875rem;
    top: 0.0625rem;
  }
}
.f-radio__in::after {
  background: #32948E;
  width: 0.8125rem;
  height: 0.8125rem;
  top: 0.375rem;
  left: 0.25rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .f-radio__in::after {
    width: 0.6875rem;
    height: 0.6875rem;
    top: 0.3125rem;
  }
}
.f-radio input[type=radio]:checked ~ .f-radio__in::after {
  opacity: 1;
}

.f-form-btn {
  margin-top: 5.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem 3.125rem;
}
@media (max-width: 767px) {
  .f-form-btn {
    margin-top: 2.5rem;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 16.5rem;
  }
}
.f-form-btn.-confirm {
  margin-top: 3.375rem;
}
@media (max-width: 767px) {
  .f-form-btn.-confirm {
    margin-top: 2rem;
  }
}
.f-form-btn > * {
  width: calc(50% - 1.5625rem) !important;
}
@media (max-width: 767px) {
  .f-form-btn > * {
    width: 100% !important;
  }
}

.f-btn {
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  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;
  background: black;
  border: solid 1px black;
  color: white;
  letter-spacing: 0.08em;
  font-weight: 600;
  border-radius: 0.375rem;
  max-width: 100%;
  width: 100%;
  padding: 1.625rem 1.25rem 1.625rem 2.375rem;
  text-align: start;
}
.f-btn .arrow {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2.8125rem;
  height: 1.5625rem;
  border: solid 1px white;
  border-radius: 6.25rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.f-btn .arrow::before, .f-btn .arrow::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1em;
  height: 1em;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow.svg") no-repeat;
          mask: url("../img/icon-arrow.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: white;
  width: 0.625rem;
  height: 0.5625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.f-btn .arrow::after {
  opacity: 0;
  -webkit-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%);
}
@media (min-width: 768px) {
  .f-btn:hover .arrow::before {
    opacity: 0;
    -webkit-transform: translate(300%, -50%);
            transform: translate(300%, -50%);
    -webkit-transition: opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
    transition: opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
  }
  .f-btn:hover .arrow::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
    transition: opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1), opacity 0.8s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1), opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
  }
}
.f-btn:hover {
  opacity: 1;
}
.f-btn.-prev {
  background: white;
  border: solid 1px #CCCCCC;
  color: black;
  padding: 1.625rem 2.375rem 1.625rem 1.25rem;
}
.f-btn.-prev .arrow {
  border-color: #CCCCCC;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.f-btn.-prev .arrow::before, .f-btn.-prev .arrow::after {
  background: #32948E;
}
@media (max-width: 767px) {
  .f-btn {
    font-size: 0.875rem;
    padding: 1.25rem 1.125rem 1.25rem 1.5rem;
    letter-spacing: 0;
  }
  .f-btn.-prev {
    padding: 1.25rem 1.5rem 1.25rem 1.125rem;
  }
}

.f-prev-top {
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  .f-prev-top {
    margin-top: 4.0625rem;
  }
}
.f-prev-top__btn {
  color: inherit;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  font-family: "Inter", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  text-decoration: none;
  position: relative;
  padding-left: 3.875rem;
  padding-left: 3.625rem;
}
@media (max-width: 767px) {
  .f-prev-top__btn {
    padding-left: 3.5625rem;
  }
}
.f-prev-top__btn:hover {
  opacity: 1;
}
.f-prev-top__btn .arrow {
  z-index: 2;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 3rem;
  height: 1.6875rem;
  border-radius: 6.25rem;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #32948E;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .f-prev-top__btn .arrow {
    width: 3rem;
    height: 1.6875rem;
  }
}
.f-prev-top__btn .arrow::before, .f-prev-top__btn .arrow::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1em;
  height: 1em;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow.svg") no-repeat;
          mask: url("../img/icon-arrow.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: white;
  width: 0.6875rem;
  height: 0.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .f-prev-top__btn .arrow::before, .f-prev-top__btn .arrow::after {
    width: 0.6875rem;
    height: 0.625rem;
  }
}
.f-prev-top__btn .arrow::after {
  opacity: 0;
  -webkit-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%);
}
@media (min-width: 768px) {
  .f-prev-top__btn:hover .arrow {
    width: 3.625rem;
    height: 2.0625rem;
    left: -0.3125rem;
  }
  .f-prev-top__btn:hover .arrow::before {
    opacity: 0;
    -webkit-transform: translate(300%, -50%);
            transform: translate(300%, -50%);
    -webkit-transition: opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
    transition: opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
  }
  .f-prev-top__btn:hover .arrow::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
    transition: opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1), opacity 0.8s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1), opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
  }
}
.f-prev-top__btn .arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.f-confirm {
  background: #F2F2F2;
  border-radius: 0.875rem;
  padding: 1.25rem 2.5rem;
}
@media (max-width: 767px) {
  .f-confirm {
    padding: 0.625rem 1rem;
    border-radius: 0.75rem;
  }
}
.f-confirm__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.f-confirm__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  line-height: 1.7;
  padding: 1.375rem 0;
}
.f-confirm__list > li:not(:last-child) {
  border-bottom: dashed 1px #BABABA;
}
@media (max-width: 767px) {
  .f-confirm__list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.125rem 0;
    gap: 0.625rem;
    font-size: 0.8125rem;
  }
}
.f-confirm__heading {
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0;
  width: 10.625rem;
}
@media (max-width: 767px) {
  .f-confirm__heading {
    letter-spacing: 0.08em;
    font-size: 0.625rem;
    width: 100%;
    font-weight: 600;
  }
}
.f-confirm__text {
  letter-spacing: 0.08em;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.transaction-notice-, .validator-result-, .validator-result-1, .v-result-, .v-result-1 {
  display: none;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Home */
/**************************************************/
.l-top-mainvisual {
  height: 100svh;
  width: 100%;
  position: relative;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
@media (min-width: 768px) {
  .l-top-mainvisual.-open {
    width: calc(100% - 27.25rem);
  }
}
.l-top-mainvisual .swiper {
  width: 100%;
  height: 100%;
}
.l-top-mainvisual .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 2.75rem;
  padding-bottom: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .l-top-mainvisual .swiper-pagination {
    gap: 0.5rem;
    padding-right: 1.625rem;
    padding-bottom: 1.375rem;
  }
}
.l-top-mainvisual .swiper-pagination-bullet {
  width: 2.5rem;
  height: 0.125rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .l-top-mainvisual .swiper-pagination-bullet {
    width: 2rem;
  }
}
.l-top-mainvisual .swiper-pagination-bullet-active {
  height: 0.25rem;
  background: white;
}
.l-top-mainvisual .mainvisual-img {
  width: 100%;
  height: 100%;
  display: block;
}
.l-top-mainvisual .mainvisual-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.l-top-mainvisual .mainvisual-text {
  z-index: 3;
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 68.5%;
}
.l-top-mainvisual .mainvisual-text img {
  -webkit-filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16));
  width: 100%;
}
@media (max-width: 767px) {
  .l-top-mainvisual .mainvisual-text {
    width: 13rem;
    left: 1.25rem;
    top: 55%;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.l-top-movie {
  padding: 5.125rem 0 13.125rem;
  overflow-x: hidden;
  position: relative;
  background: url(../../images/top/bg-movie.png) repeat-x top center/75rem 100%;
}
@media (max-width: 767px) {
  .l-top-movie {
    padding: 4.375rem 0 13.125rem;
    background-size: cover;
  }
}
.l-top-movie .movie__bgText {
  pointer-events: none;
  margin: 0;
  font-size: 10.625rem;
  font-weight: 600;
  font-family: "Inter", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  position: absolute;
  top: 5.875rem;
  left: 54.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(239, 239, 239, 0.09);
  white-space: pre;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .l-top-movie .movie__bgText {
    font-size: 5.9375rem;
    left: 82%;
  }
}
.l-top-movie .movie__title {
  margin: 0;
  text-align: center;
  font-weight: 600;
  font-family: "Inter", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.06em;
  font-size: 2.1875rem;
  line-height: 1.4285714286;
  color: white;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .l-top-movie .movie__title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.l-top-movie .movie__frame {
  z-index: 2;
  position: relative;
  margin: 3.375rem auto 0;
  max-width: 33.875rem;
  aspect-ratio: 1.7770491803;
}
.l-top-movie .movie__frame video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .l-top-movie .movie__frame {
    margin-top: 2rem;
    max-width: 18rem;
  }
}

.l-top-about {
  margin: -2.8125rem auto 0;
  padding: 0 1.25rem;
  max-width: 73rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .l-top-about {
    margin-top: -6.75rem;
  }
}
.l-top-about .about-card {
  background-size: cover;
  border-radius: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  text-decoration: none;
  padding: 6rem 5.25rem 5rem;
  gap: 6.125rem;
}
@media (max-width: 1023px) {
  .l-top-about .about-card {
    gap: 7.5rem;
    min-height: 22.5rem;
  }
}
@media (max-width: 767px) {
  .l-top-about .about-card {
    border-radius: 0.875rem;
    padding: 2.75rem 1.5625rem 5rem;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
}
.l-top-about .about-card:hover {
  opacity: 1;
}
.l-top-about .about-card + .about-card {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .l-top-about .about-card + .about-card {
    margin-top: 1rem;
  }
}
.l-top-about .about-card__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-top-about .about-card__title {
  max-width: 20.9375rem;
  width: 36%;
  margin: 0;
  margin-left: 2.1875rem;
  margin-right: 5.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 985px) {
  .l-top-about .about-card__title {
    margin-left: 0;
    margin-right: 0;
  }
}
.l-top-about .about-card__title.-en {
  max-width: 31.25rem;
  width: 52%;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .l-top-about .about-card__title {
    width: 100%;
    max-width: auto;
  }
  .l-top-about .about-card__title img {
    display: block;
    height: 3.6875rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .l-top-about .about-card__title.-en {
    width: 100%;
    max-width: 14.65625rem;
  }
  .l-top-about .about-card__title.-en img {
    height: auto;
  }
}
.l-top-about .about-card__lead {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 0;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .l-top-about .about-card__lead {
    line-height: 1.8571428571;
    font-size: 0.875rem;
  }
}
.l-top-about .about-card__btn {
  display: block;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-family: "Inter", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 2.5rem 0 0 0;
  position: relative;
  padding-left: 5.4375rem;
}
@media (max-width: 767px) {
  .l-top-about .about-card__btn {
    padding-left: 3.5625rem;
  }
}
.l-top-about .about-card__btn:hover {
  opacity: 1;
}
.l-top-about .about-card__btn .arrow {
  z-index: 2;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4.5625rem;
  height: 2.5rem;
  border-radius: 6.25rem;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #32948E;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .l-top-about .about-card__btn .arrow {
    width: 3rem;
    height: 1.6875rem;
  }
}
.l-top-about .about-card__btn .arrow::before, .l-top-about .about-card__btn .arrow::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1em;
  height: 1em;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow.svg") no-repeat;
          mask: url("../img/icon-arrow.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: white;
  width: 0.9375rem;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .l-top-about .about-card__btn .arrow::before, .l-top-about .about-card__btn .arrow::after {
    width: 0.6875rem;
    height: 0.625rem;
  }
}
.l-top-about .about-card__btn .arrow::after {
  opacity: 0;
  -webkit-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%);
}
@media (min-width: 768px) {
  .l-top-about .about-card__btn:hover .arrow {
    width: 5.1875rem;
    height: 2.875rem;
    left: -0.3125rem;
  }
  .l-top-about .about-card__btn:hover .arrow::before {
    opacity: 0;
    -webkit-transform: translate(300%, -50%);
            transform: translate(300%, -50%);
    -webkit-transition: opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
    transition: opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
  }
  .l-top-about .about-card__btn:hover .arrow::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
    transition: opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1), opacity 0.8s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1), opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
  }
}
.l-top-about .about-card__btn .arrow {
  border: solid 1px white;
  background: transparent;
}
@media (max-width: 767px) {
  .l-top-about .about-card__btn {
    margin-top: 1.875rem;
  }
}

.l-top-news {
  padding: 7.875rem 0 7.5rem;
}
@media (max-width: 767px) {
  .l-top-news {
    padding: 4.25rem 0 3.125rem;
  }
}
.l-top-news .news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6.25rem;
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .l-top-news .news-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2.25rem;
    margin-top: -2.3125rem;
  }
}
.l-top-news .news-more {
  display: block;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "Inter", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  color: inherit;
  text-decoration: none;
  position: relative;
  padding-left: 5.4375rem;
}
@media (max-width: 767px) {
  .l-top-news .news-more {
    padding-left: 3.5625rem;
  }
}
.l-top-news .news-more:hover {
  opacity: 1;
}
.l-top-news .news-more .arrow {
  z-index: 2;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4.5625rem;
  height: 2.5rem;
  border-radius: 6.25rem;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #32948E;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .l-top-news .news-more .arrow {
    width: 3rem;
    height: 1.6875rem;
  }
}
.l-top-news .news-more .arrow::before, .l-top-news .news-more .arrow::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1em;
  height: 1em;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow.svg") no-repeat;
          mask: url("../img/icon-arrow.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: white;
  width: 0.9375rem;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .l-top-news .news-more .arrow::before, .l-top-news .news-more .arrow::after {
    width: 0.6875rem;
    height: 0.625rem;
  }
}
.l-top-news .news-more .arrow::after {
  opacity: 0;
  -webkit-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%);
}
@media (min-width: 768px) {
  .l-top-news .news-more:hover .arrow {
    width: 5.1875rem;
    height: 2.875rem;
    left: -0.3125rem;
  }
  .l-top-news .news-more:hover .arrow::before {
    opacity: 0;
    -webkit-transform: translate(300%, -50%);
            transform: translate(300%, -50%);
    -webkit-transition: opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
    transition: opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
  }
  .l-top-news .news-more:hover .arrow::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
    transition: opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1), opacity 0.8s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1), opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
  }
}
@media (max-width: 767px) {
  .l-top-news .news-more {
    margin-left: auto;
    font-size: 0.625rem;
  }
}
.l-top-news .news-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  border-top: dashed 1px #BABABA;
}
.l-top-news .news-list > li {
  border-bottom: dashed 1px #BABABA;
}
.l-top-news .news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  text-decoration: none;
  line-height: 1.8571428571;
  padding: 1.875rem 6.25rem 1.875rem 0.9375rem;
  position: relative;
}
@media (max-width: 767px) {
  .l-top-news .news-link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
        grid-template-areas: "category date" "title title";
    padding: 1rem 2.5rem 1rem 0.375rem;
    line-height: 1.5;
  }
}
.l-top-news .news-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon-arrow.svg) no-repeat center center/contain;
  width: 0.875rem;
  height: 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .l-top-news .news-link::before {
    right: 0.625rem;
  }
}
.l-top-news .news-link:hover {
  opacity: 1;
}
.l-top-news .news-link:hover::before {
  right: 0.625rem;
}
.l-top-news .news-link__date {
  color: #6E6E6E;
  font-weight: 400;
  font-family: "Inter", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  min-width: 6.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.0625rem;
}
@media (max-width: 767px) {
  .l-top-news .news-link__date {
    grid-area: date;
    letter-spacing: 0.04em;
    font-size: 0.625rem;
    padding-top: 0.125rem;
  }
}
.l-top-news .news-link__category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #32948E;
  display: inline-block;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  min-width: 6.25rem;
  font-weight: 500;
  border: solid 1px #32948E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.125rem 0.375rem;
  text-align: center;
  line-height: 1.4;
  border-radius: 6.25rem;
  margin-right: 0.625rem;
}
@media (max-width: 767px) {
  .l-top-news .news-link__category {
    grid-area: category;
    min-width: 5.25rem;
    font-size: 0.5625rem;
    margin-right: 0.5rem;
    letter-spacing: 0.08em;
  }
}
.l-top-news .news-link__title {
  margin: -0.125rem 0 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .l-top-news .news-link__title {
    grid-area: title;
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
}
@media (max-width: 767px){
  .l-top-news .news-link__date {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .l-top-news .news-link__category {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-top-news .news-link__title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

.l-top-company {
  background: url(../../images/top/bg-company.png) no-repeat top center/100% 4.875rem, #F2F2F2;
  padding: 8.75rem 0 10.9375rem;
}
@media (max-width: 767px) {
  .l-top-company {
    background-size: 100% 1.4375rem;
    padding: 4.375rem 0 4.875rem;
  }
}
.l-top-company .company {
  background: white;
  margin-top: 3.5rem;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  padding: 2.25rem 6.75rem;
}
@media (max-width: 767px) {
  .l-top-company .company {
    margin-top: 2rem;
    border-radius: 0.375rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 1rem;
  }
}
.l-top-company .company__dl {
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .l-top-company .company__dl {
    font-size: 0.8125rem;
  }
}
.l-top-company .company__dl dt, .l-top-company .company__dl dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9375rem 0;
  border-bottom: dashed 1px #BABABA;
}
.l-top-company .company__dl dt:last-of-type, .l-top-company .company__dl dd:last-of-type {
  border-bottom: none;
}
@media (max-width: 767px) {
  .l-top-company .company__dl dt, .l-top-company .company__dl dd {
    padding: 0.625rem 0;
  }
}
.l-top-company .company__dl dt {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #32948E;
  margin: 0 2px 0 0;
}
.l-top-company .company__dl dd {
  letter-spacing: 0.04em;
  margin: 0;
  padding-left: 3em;
}
@media (max-width: 767px) {
  .l-top-company .company__dl dd {
    padding-left: 1em;
  }
}

/**************************************************/
/* pages */
/**************************************************/
body.pg-pages {
  padding-top: 12.5rem;
}
@media (max-width: 767px) {
  body.pg-pages {
    padding-top: 6.875rem;
  }
}

/**************************************************/
/* coffee */
/**************************************************/
.l-green-about,
.l-coffee-about {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .l-green-about,
  .l-coffee-about {
    margin-top: -2.5rem;
    padding-top: 2.5rem;
  }
}
.l-green-about::before,
.l-coffee-about::before {
  z-index: -1;
  pointer-events: none;
}
.l-green-about .about,
.l-coffee-about .about {
  position: relative;
}
.l-green-about .about__title,
.l-coffee-about .about__title {
  margin: 0;
}
.l-green-about .about__title img,
.l-coffee-about .about__title img {
  display: block;
  height: 2.125rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .l-green-about .about__title img,
  .l-coffee-about .about__title img {
    height: 1.09375rem;
  }
}
.l-green-about .about__title.-en img,
.l-coffee-about .about__title.-en img {
  height: 2.5625rem;
}
@media (max-width: 767px) {
  .l-green-about .about__title.-en img,
  .l-coffee-about .about__title.-en img {
    height: 3.05rem;
  }
}
.l-green-about .about__bgText,
.l-coffee-about .about__bgText {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  font-family: "Inter", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  font-size: 7.3125rem;
  color: var(--pageColor);
  opacity: 0.08;
  white-space: pre;
  letter-spacing: 0.02em;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-green-about .about__bgText,
  .l-coffee-about .about__bgText {
    font-size: 3.75rem;
    left: -2.125rem;
    top: -1.625rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    line-height: 1;
  }
}
.l-green-about .about__heading,
.l-coffee-about .about__heading {
  color: var(--pageColor);
  font-size: 3.75rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  margin: 5.75rem 0 0 0;
}
@media (max-width: 767px) {
  .l-green-about .about__heading,
  .l-coffee-about .about__heading {
    margin-top: 3.25rem;
    font-size: 1.5625rem;
  }
}
.l-green-about .about__lead,
.l-coffee-about .about__lead {
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .l-green-about .about__lead,
  .l-coffee-about .about__lead {
    margin-top: 1.5rem;
  }
}
.l-green-about .about__lead > *:first-child,
.l-coffee-about .about__lead > *:first-child {
  margin-top: 0 !important;
}
.l-green-about .about__lead-text,
.l-coffee-about .about__lead-text {
  margin: 1.875rem 0 0 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2;
  color: var(--pageColor);
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .l-green-about .about__lead-text,
  .l-coffee-about .about__lead-text {
    line-height: 1.8461538462;
    font-size: 0.8125rem;
    margin-top: 1.125rem;
  }
}

.l-green-about {
  --pageColor: #32948E;
}
.l-green-about::before {
  position: absolute;
  content: "";
  width: 41rem;
  height: 41rem;
  background: url(../../images/green/bg-deco.svg) no-repeat top left/contain;
  top: 3.125rem;
  left: 50%;
}
@media (max-width: 767px) {
  .l-green-about::before {
    width: 18.9375rem;
    height: 18.9375rem;
    top: 3.625rem;
    left: 27%;
  }
}
.l-green-about .about-figure {
  margin: 6rem 0 0 0;
  display: block;
}
.l-green-about .about-figure img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .l-green-about .about-figure {
    margin-top: 3.125rem;
  }
}

.l-green-topics {
  padding-top: 7.875rem;
  padding-bottom: 7.875rem;
}
@media (max-width: 767px) {
  .l-green-topics {
    padding-top: 3.5rem;
    padding-bottom: 4.375rem;
  }
}
.l-green-topics .topics__title {
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "Inter", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
  font-size: 2.1875rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .l-green-topics .topics__title {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }
}
.l-green-topics .topics-list {
  margin: 3.5rem 0 0 0;
  padding: 0;
  list-style: none;
  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.625rem;
}
@media (max-width: 767px) {
  .l-green-topics .topics-list {
    margin-top: 1.5rem;
    gap: 0.875rem;
  }
}
.l-green-topics .topics-list__num {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  height: 2.25rem;
  width: 8.125rem;
  border-radius: 0 6.25rem 6.25rem 0;
  background: #32948E;
  color: white;
  font-family: "Inter", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.125rem;
  padding-left: 1.125rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-green-topics .topics-list__num {
    padding-left: 0.625rem;
    font-size: 0.625rem;
    width: 4.625rem;
    height: 1.375rem;
  }
}
.l-green-topics .topics-card {
  margin-top: -1.125rem;
  border: solid 0.125rem #CDE5E4;
  border-radius: 1.25rem;
  background: #F2F8F8;
  position: relative;
  overflow: hidden;
  padding: 3.5rem 4.5rem 4rem 4.0625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
}
@media (max-width: 767px) {
  .l-green-topics .topics-card {
    border-radius: 0.875rem;
    padding: 2rem 1.25rem 1.5rem;
    margin-top: -0.6875rem;
  }
}
.l-green-topics .topics-card__bgNum {
  position: absolute;
  z-index: -1;
  font-family: "Inter", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  color: rgba(50, 148, 142, 0.08);
  font-weight: bold;
  font-size: 23.75rem;
  line-height: 1.2;
  margin: 0;
  top: 36%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-green-topics .topics-card__bgNum.-ls {
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .l-green-topics .topics-card__bgNum {
    font-size: 12.125rem;
    left: 38%;
    top: 28%;
  }
  .l-green-topics .topics-card__bgNum.-ls {
    letter-spacing: 0.1em;
  }
}
.l-green-topics .topics-card__heading {
  color: #32948E;
  font-weight: 500;
  font-size: 1.75rem;
  margin: 0;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .l-green-topics .topics-card__heading {
    font-size: 0.9375rem;
  }
}
.l-green-topics .topics-card__text {
  color: #6E6E6E;
  letter-spacing: 0.04em;
  line-height: 1.875;
  margin: 1.25rem 0 0 0;
}
@media (max-width: 767px) {
  .l-green-topics .topics-card__text {
    font-size: 0.75rem;
    margin-top: 0.9375rem;
  }
}

.l-green-project {
  background: #F2F2F2;
  padding: 6.875rem 0 13.5rem;
}
@media (max-width: 767px) {
  .l-green-project {
    padding: 2.5rem 0 4.75rem;
  }
}
.l-green-project .project__title {
  padding-left: 1.25rem;
  margin: 0;
  font-family: "Inter", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
}
.l-green-project .project__title::before {
  position: absolute;
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 6.25rem;
  background: #32948E;
  left: 0;
  top: calc(0.7em - 0.40625rem);
}
@media (max-width: 767px) {
  .l-green-project .project__title {
    font-size: 1.0625rem;
    padding-left: 1rem;
  }
  .l-green-project .project__title::before {
    top: calc(0.75em - 0.34375rem);
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
.l-green-project .project__wrap {
  margin-top: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.875rem;
  padding-left: 0.625rem;
}
@media (max-width: 767px) {
  .l-green-project .project__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.8125rem;
    gap: 2.25rem;
    padding-left: 0;
  }
}
.l-green-project .project__logo {
  width: 15.625rem;
}
.l-green-project .project__logo img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .l-green-project .project__logo {
    width: 13rem;
    margin: 0 auto;
  }
}
.l-green-project .project__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-green-project .project__heading {
  margin: 3.375rem 0 0 0;
  line-height: 1.5384615385;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: 1.625rem;
}
@media (max-width: 767px) {
  .l-green-project .project__heading {
    margin-top: 0;
    font-size: 0.9375rem;
  }
}
.l-green-project .project__text {
  color: #6E6E6E;
  margin: 1.875rem 0 0 0;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .l-green-project .project__text {
    font-size: 0.75rem;
    margin-top: 1.25rem;
  }
}

.l-coffee-about {
  --pageColor: #72470A;
  padding-bottom: 15.625rem;
  padding-top: 1.875rem;
  margin-top: -1.875rem;
}
@media (max-width: 767px) {
  .l-coffee-about {
    padding-bottom: 5.375rem;
  }
}
.l-coffee-about::before {
  position: absolute;
  content: "";
  width: 36.875rem;
  height: 48.375rem;
  background: url(../../images/coffee/bg-deco.svg) no-repeat top left/contain;
  top: 0;
  left: 53%;
}
@media (max-width: 767px) {
  .l-coffee-about::before {
    width: 18.6875rem;
    height: 24.5rem;
    left: 32%;
  }
}
.l-coffee-about .about__bgText {
  left: 60%;
  opacity: 0.05;
}
@media (max-width: 767px) {
  .l-coffee-about .about__bgText {
    left: -2.125rem;
  }
}
.l-coffee-about .about__heading {
  font-size: 4.6875rem;
  letter-spacing: 0.02em;
  font-family: "Inter", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .l-coffee-about .about__heading {
    font-size: 1.875rem;
  }
}
.l-coffee-about .about-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: 5rem;
  list-style: none;
  margin: 7.1875rem 0 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .l-coffee-about .about-list {
    gap: 1.25rem;
    margin-top: 3.125rem;
  }
}
.l-coffee-about .about-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: -2.25rem;
}
@media (max-width: 767px) {
  .l-coffee-about .about-card {
    background: #F8F6F2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.25rem;
    padding: 1.375rem 1.375rem 2.25rem;
    border-radius: 1rem;
    margin: 0;
  }
}
.l-coffee-about .about-card__img {
  max-width: 20.8125rem;
  width: 40%;
  margin-right: -5.3125rem;
  z-index: 2;
  overflow: hidden;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .l-coffee-about .about-card__img {
    width: 100%;
    max-width: 100%;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.l-coffee-about .about-card__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #F8F6F2;
  border-radius: 1rem;
  padding: 2.75rem 3.125rem 4.375rem 9.125rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .l-coffee-about .about-card__box {
    padding: 0;
    margin-top: 0;
    display: -ms-grid;
    display: grid;
        grid-template-areas: "num heading" "text text";
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
}
.l-coffee-about .about-card__num {
  display: block;
  color: rgba(114, 71, 10, 0.3);
  font-family: "Inter", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  margin: 0;
  font-size: 1.875rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .l-coffee-about .about-card__num {
    grid-area: num;
    font-size: 1.125rem;
    margin-right: 1.125rem;
    padding-top: 0.125rem;
  }
}
.l-coffee-about .about-card__heading {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 1.25rem 0 0 0;
  color: #72470A;
  line-height: 1.6071428571;
}
@media (max-width: 767px) {
  .l-coffee-about .about-card__heading {
    grid-area: heading;
    font-size: 1rem;
    margin: 0;
  }
}
.l-coffee-about .about-card__text {
  margin: 1.25rem 0 0 0;
  letter-spacing: 0.06em;
  color: #72470A;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .l-coffee-about .about-card__text {
    grid-area: text;
    font-size: 0.75rem;
    margin-top: 0.9375rem;
  }
}
@media (max-width: 767px){
  .l-coffee-about .about-card__num {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-coffee-about .about-card__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .l-coffee-about .about-card__text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media (min-width: 768px) {
  .l-coffee-about .about-list > .about-card:first-child .about-card__box,
  .l-coffee-about .about-list > .about-card:last-child .about-card__box {
    margin-top: 3.125rem;
  }
  .l-coffee-about .about-list > .about-card:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-right: 0;
    margin-left: -2.25rem;
  }
  .l-coffee-about .about-list > .about-card:nth-child(even) .about-card__img {
    margin-right: 0;
    margin-left: -5.3125rem;
  }
  .l-coffee-about .about-list > .about-card:nth-child(even) .about-card__box {
    padding: 3.25rem 8.375rem 4.375rem 4.0625rem;
  }
}

/**************************************************/
/* news */
/**************************************************/
.l-news-index {
  padding-bottom: 15.3125rem;
}
@media (max-width: 767px) {
  .l-news-index {
    padding-bottom: 6.625rem;
  }
}
.l-news-index .news-category {
  margin: 4.375rem 0 0 0;
  padding: 0 0 1.875rem;
  border-bottom: dashed 1px #BABABA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5rem;
  list-style: none;
}
@media (max-width: 767px) {
  .l-news-index .news-category {
    margin-top: 2.875rem;
    padding-bottom: 1.625rem;
    gap: 0.4375rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-news-index .news-category > li {
    width: calc((100% - 0.875rem) / 3);
  }
}
.l-news-index .news-category__btn {
  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;
  text-decoration: none;
  background: #F2F2F2;
  border-radius: 0.25rem;
  color: #A2A2A2;
  font-size: 0.75rem;
  text-align: center;
  min-width: 7.125rem;
  min-height: 2.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-news-index .news-category__btn:hover, .l-news-index .news-category__btn.-active {
  opacity: 1;
  color: white;
  background: #32948E;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-news-index .news-category__btn {
    width: 100%;
    min-width: auto;
    font-size: 0.6875rem;
    min-height: 2.125rem;
  }
}
.l-news-index .-notfound + .news-list {
  display: none;
}
.l-news-index .news-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.125rem 2rem;
  margin: 4.375rem 0 0 0;
  padding: 0;
}
.l-news-index .news-list > li {
  width: calc((100% - 4rem) / 3);
}
@media (max-width: 767px) {
  .l-news-index .news-list {
    margin-top: 1.625rem;
    gap: 2.25rem 1.25rem;
  }
  .l-news-index .news-list > li {
    width: calc((100% - 1.25rem) / 2);
  }
}
.l-news-index .news-card {
  color: inherit;
  text-decoration: none;
}
.l-news-index .news-card:hover {
  opacity: 1;
}
.l-news-index .news-card:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.l-news-index .news-card__img {
  aspect-ratio: 274/183;
  border-radius: 0.375rem;
  overflow: hidden;
}
.l-news-index .news-card__img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-news-index .news-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.75rem;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .l-news-index .news-card__head {
    margin-top: 0.5625rem;
  }
}
.l-news-index .news-card__category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #32948E;
  display: inline-block;
  letter-spacing: 0.04em;
  font-size: 0.625rem;
  min-width: 5.4375rem;
  border: solid 1px #32948E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.125rem 0.375rem;
  text-align: center;
  line-height: 1.4;
  border-radius: 6.25rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-news-index .news-card__category {
    min-width: 3.5625rem;
    font-size: 0.5625rem;
    padding: 0.0625rem 0.25rem;
    letter-spacing: 0.02em;
  }
}
.l-news-index .news-card__date {
  color: #6E6E6E;
  font-weight: 400;
  font-family: "Inter", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.08em;
  font-size: 0.8125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-news-index .news-card__date {
    letter-spacing: 0.04em;
    font-size: 0.625rem;
  }
}
.l-news-index .news-card__title {
  margin: 0.375rem 0 0 0;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .l-news-index .news-card__title {
    font-size: 0.8125rem;
  }
}

.l-news-entry {
  padding-bottom: 15rem;
}
@media (max-width: 767px) {
  .l-news-entry {
    padding-bottom: 6.5rem;
  }
}
.l-news-entry__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4.375rem;
}
@media (max-width: 767px) {
  .l-news-entry__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2.875rem;
  }
}
.l-news-entry__side {
  position: sticky;
  top: 12.5rem;
}
@media (max-width: 767px) {
  .l-news-entry__side {
    top: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5.375rem;
  }
}
.l-news-entry__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-news-entry .entry-prev {
  color: inherit;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  font-family: "Inter", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  text-decoration: none;
  position: relative;
  padding-left: 3.875rem;
  padding-left: 3.625rem;
}
@media (max-width: 767px) {
  .l-news-entry .entry-prev {
    padding-left: 3.5625rem;
  }
}
.l-news-entry .entry-prev:hover {
  opacity: 1;
}
.l-news-entry .entry-prev .arrow {
  z-index: 2;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 3rem;
  height: 1.6875rem;
  border-radius: 6.25rem;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #32948E;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .l-news-entry .entry-prev .arrow {
    width: 3rem;
    height: 1.6875rem;
  }
}
.l-news-entry .entry-prev .arrow::before, .l-news-entry .entry-prev .arrow::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1em;
  height: 1em;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow.svg") no-repeat;
          mask: url("../img/icon-arrow.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: white;
  width: 0.6875rem;
  height: 0.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .l-news-entry .entry-prev .arrow::before, .l-news-entry .entry-prev .arrow::after {
    width: 0.6875rem;
    height: 0.625rem;
  }
}
.l-news-entry .entry-prev .arrow::after {
  opacity: 0;
  -webkit-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%);
}
@media (min-width: 768px) {
  .l-news-entry .entry-prev:hover .arrow {
    width: 3.625rem;
    height: 2.0625rem;
    left: -0.3125rem;
  }
  .l-news-entry .entry-prev:hover .arrow::before {
    opacity: 0;
    -webkit-transform: translate(300%, -50%);
            transform: translate(300%, -50%);
    -webkit-transition: opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
    transition: opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
  }
  .l-news-entry .entry-prev:hover .arrow::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
    transition: opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1), opacity 0.8s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1), opacity 0.8s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
  }
}
.l-news-entry .entry-prev .arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.l-news-entry .entry-share {
  margin-top: 12.5rem;
}
@media (max-width: 767px) {
  .l-news-entry .entry-share {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-news-entry .entry-share__heading {
  font-family: "Inter", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
  color: #959595;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .l-news-entry .entry-share__heading {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    text-orientation: mixed; /* 英数字は横向き */
    -webkit-writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
  }
}
.l-news-entry .entry-share__sns {
  margin: 1.5625rem 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 1.75rem;
}
.l-news-entry .entry-share__sns-link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  margin: 0;
  padding: 0;
}
.l-news-entry .entry-share__sns-link img {
  width: 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.l-news-entry .entry-share__sns-link.-x img {
  width: 1.5625rem;
}
.l-news-entry .entry-share__sns-link.-facebook {
  margin-top: 0.1875rem;
}
@media (max-width: 767px) {
  .l-news-entry .entry-share__sns {
    margin: 0;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.375rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-news-entry .entry-share__sns-link.-facebook {
    margin-top: 0;
  }
}
.l-news-entry .entry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media (max-width: 767px) {
  .l-news-entry .entry__head {
    gap: 0.625rem;
  }
}
.l-news-entry .entry__category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #32948E;
  display: inline-block;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  min-width: 6.25rem;
  border: solid 1px #32948E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.125rem 0.5rem;
  text-align: center;
  line-height: 1.4;
  border-radius: 6.25rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-news-entry .entry__category {
    font-size: 0.6875rem;
    min-width: 5.4375rem;
  }
}
.l-news-entry .entry__date {
  color: #6E6E6E;
  font-weight: 400;
  font-family: "Inter", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.08em;
  font-size: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-news-entry .entry__date {
    font-size: 0.75rem;
  }
}
.l-news-entry .entry__title {
  margin: 2.5rem 0 0 0;
  padding-bottom: 1.875rem;
  border-bottom: dashed 1px #BABABA;
  font-weight: 500;
  font-size: 1.5625rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .l-news-entry .entry__title {
    margin-top: 1.875rem;
    font-size: 1rem;
    padding-bottom: 0.9375rem;
  }
}
.l-news-entry .entry__body {
  margin-top: 2.25rem;
  letter-spacing: 0.06em;
  color: #3C3C3C;
  line-height: 2;
  font-size: 0.875rem;
  font-weight: 500;
}
.l-news-entry .entry__body > :first-child {
  margin-top: 0 !important;
}
.l-news-entry .entry__body > :last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .l-news-entry .entry__body {
    margin-top: 1.25rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.75;
  }
}
.l-news-entry .entry__body [class*=column-media] {
  margin: 1.875rem 0 0 0;
}
.l-news-entry .entry__body [class*=acms-col] {
  padding-inline: 0;
}
.l-news-entry .entry__body p {
  margin: 1.875rem 0 0 0;
}
.l-news-entry .entry__body a {
  word-break: break-all;
}

/**************************************************/
/* contact */
/**************************************************/
.l-contact {
  padding-bottom: 15rem;
}
@media (max-width: 767px) {
  .l-contact {
    padding-bottom: 7.5rem;
  }
}

/**************************************************/
/* プライバシーポリシー */
/**************************************************/
.l-policy {
  letter-spacing: 0.04em;
  color: #3C3C3C;
  padding-bottom: 13.125rem;
}
@media (max-width: 767px) {
  .l-policy {
    padding-bottom: 6.875rem;
  }
}
.l-policy .policy__title {
  color: black;
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .l-policy .policy__title {
    font-size: 1rem;
  }
}
.l-policy .policy__lead {
  font-weight: 500;
  line-height: 1.8666666667;
  font-size: 0.9375rem;
  margin: 4.375rem 0 0 0;
  padding-bottom: 3.125rem;
  position: relative;
}
.l-policy .policy__lead::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #BABABA;
  width: 3rem;
  height: 1px;
}
@media (max-width: 767px) {
  .l-policy .policy__lead {
    font-size: 0.75rem;
    margin-top: 2.5rem;
    padding-bottom: 1.875rem;
  }
  .l-policy .policy__lead::after {
    width: 1.5rem;
  }
}
.l-policy .policy__list {
  list-style: none;
  margin: 3.125rem 0 0 0;
  padding: 0;
}
.l-policy .policy__list > li:first-child > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .l-policy .policy__list {
    margin-top: 1.875rem;
  }
}
.l-policy .policy__heading {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  margin: 3.125rem 0 0.625rem 0;
}
.l-policy .policy__heading em {
  color: #32948E;
}
@media (max-width: 767px) {
  .l-policy .policy__heading {
    margin-top: 2.5rem;
    font-size: 0.75rem;
  }
}
.l-policy .policy__sublist {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-policy .policy__sublist > li {
  position: relative;
}
.l-policy .policy__sublist > li::before {
  display: inline-block;
  content: "・";
}
@media (max-width: 767px) {
  .l-policy .policy__sublist {
    font-size: 0.6875rem;
    font-weight: 400;
  }
}
.l-policy .policy__text {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  margin: 0;
}
.l-policy .policy__text.-last {
  margin-top: 3.125rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-policy .policy__text {
    font-size: 0.6875rem;
    font-weight: 400;
  }
}