@charset "UTF-8";
/*
Theme Name: Tokino
*/
/* Regular */
@font-face {
  font-family: "Fors";
  src: url("../fonts/Fontspring-DEMO-tt_fors_regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Bold */
@font-face {
  font-family: "Fors";
  src: url("../fonts/Fontspring-DEMO-tt_fors_bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.main-color {
  color: #a8c301;
}

.accent1 {
  color: #d36d6d;
}

.accent2 {
  color: #6e76d3;
}

body {
  font-size: 16px;
  color: #505050;
  line-height: 1.6;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  background: #fff;
  overflow-x: visible !important;
}
body.is-checked {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .sm {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .sm {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .md {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .md {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hidden-md {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .hidden-lg {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .hidden-xl {
    display: none;
  }
}

.inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 120px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-inline: 20px;
  }
}

.section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section__head-ja {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section__head-ja {
    font-size: 14px;
  }
}

.section__head-en {
  font-family: "Fors";
  font-weight: 700;
  font-size: 80px;
  line-height: 0.7547169811;
}
@media screen and (max-width: 767px) {
  .section__head-en {
    font-size: 40px;
    line-height: 1.43;
  }
}

.breadcrumb {
  padding: 12px 0;
  position: relative;
  opacity: 0;
  -webkit-animation: fvFadeUp 0.3s ease-out forwards;
          animation: fvFadeUp 0.3s ease-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.breadcrumb .breadcrumb__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
}
.breadcrumb .breadcrumb__text a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumb .breadcrumb__text a:first-child {
  font-weight: 700;
}
.breadcrumb .breadcrumb__text a span {
  font-weight: 700;
}
.breadcrumb .breadcrumb__text a:hover {
  opacity: 0.7;
}
.breadcrumb .breadcrumb__text .current-item {
  font-weight: 700;
}
.breadcrumb .breadcrumb__border {
  position: relative;
}
.breadcrumb .breadcrumb__border::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ===== バリエーション ===== */
/* 白背景 */
.breadcrumb--white,
.breadcrumb--simple {
  background-color: #fff;
}
.breadcrumb--white .breadcrumb__text a,
.breadcrumb--simple .breadcrumb__text a {
  color: #505050;
}
.breadcrumb--white .breadcrumb__text a:hover,
.breadcrumb--simple .breadcrumb__text a:hover {
  color: #505050;
}
.breadcrumb--white .breadcrumb__text a:first-child,
.breadcrumb--simple .breadcrumb__text a:first-child {
  color: #a8c301;
}
.breadcrumb--white .breadcrumb__text .current-item,
.breadcrumb--simple .breadcrumb__text .current-item {
  color: #505050;
}
.breadcrumb--white .breadcrumb__border::after,
.breadcrumb--simple .breadcrumb__border::after {
  background: url("../img/breadcrumb-icon.png") no-repeat center/contain;
}

/* コンセプト（透過） */
.breadcrumb--concept {
  background-color: transparent;
}
.breadcrumb--concept .breadcrumb__text {
  color: #a8c301;
}
.breadcrumb--concept .breadcrumb__text a {
  color: #fff;
}
.breadcrumb--concept .breadcrumb__text a:hover {
  color: #a8c301;
}
.breadcrumb--concept .breadcrumb__text a:first-child {
  color: #a8c301;
}
.breadcrumb--concept .breadcrumb__text .current-item {
  color: #fff;
}
.breadcrumb--concept .breadcrumb__border::after {
  background: url("../img/breadcrumb-icon-white.png") no-repeat center/contain;
}

/* 緑背景 */
.breadcrumb--green {
  background-color: #a8c301;
}
.breadcrumb--green .breadcrumb__text a {
  color: #fff;
}
.breadcrumb--green .breadcrumb__text a:hover {
  color: #505050;
}
.breadcrumb--green .breadcrumb__text a:first-child {
  color: #fff;
}
.breadcrumb--green .breadcrumb__text .current-item {
  color: #a8c301;
  mix-blend-mode: multiply;
}
.breadcrumb--green .breadcrumb__border::after {
  background: url("../img/breadcrumb-icon-white.png") no-repeat center/contain;
}

/* スイーツ用 */
.breadcrumb--sweets {
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (max-width: 767px) {
  .breadcrumb--sweets {
    display: none !important;
  }
}
.breadcrumb--sweets .breadcrumb--sweets__inner {
  padding-left: 100px;
}
.breadcrumb--sweets .breadcrumb__text a {
  color: #505050;
}
.breadcrumb--sweets .breadcrumb__text a:first-child {
  color: #a8c301;
}
.breadcrumb--sweets .breadcrumb__text .current-item {
  color: #fff;
}
.breadcrumb--sweets .breadcrumb__border::after {
  background: url("../img/breadcrumb-icon-white.png") no-repeat center/contain;
}

.breadcrumb--404 a.current-item {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #505050 !important;
  font-weight: 700;
}

.section__link {
  border-radius: 36px;
  padding: 20px 60px 20px 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section__link {
    padding: 18px 50px 18px 30px;
  }
}
.section__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .section__link::after {
    width: 10px;
    height: 10px;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* ← 折り返しを許可 */
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding-top: 27px;
  }
}
.breadcrumb .separator {
  color: #fff;
}
.breadcrumb span {
  white-space: nowrap; /* デフォルトは折り返し禁止 */
}
.breadcrumb .current-item {
  color: #fff;
  white-space: normal; /* 折り返しを許可 */
  word-break: break-word;
}

.breadcrumb__inner {
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 120px;
}
@media screen and (max-width: 767px) {
  .breadcrumb__inner {
    padding-inline: 20px;
  }
}

.header {
  width: 100%;
  z-index: 200;
  background: transparent;
  position: fixed;
  opacity: 0;
  -webkit-animation: fvFadeUp 0.3s ease-out forwards;
          animation: fvFadeUp 0.3s ease-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (min-width: 1200px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(247, 246, 242, 0.8);
    height: 78px;
  }
}
.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; /* 最前面に */
}

@-webkit-keyframes fvFadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fvFadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.t-header {
  position: relative;
  z-index: 10000;
}

.header-placeholder {
  background: #f7f6f2;
}

.header__inner {
  padding-left: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  height: inherit;
  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;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .header__inner {
    background: transparent;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .header__inner {
    background: transparent;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .header__inner {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}
.header__logo {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__logo {
    display: block;
  }
}

.header__logo-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__logo-link img {
  width: 66px;
  height: 66px;
}
.header__logo-link:hover {
  opacity: 0.7;
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 60px;
    gap: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .header__nav {
    gap: 80px;
  }
}

.header__link {
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.header__link::after {
  content: "";
  position: absolute;
  background: #a8c301;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__link:hover {
  color: #a8c301;
}
.header__link:hover::after {
  width: 100%;
}

.drawer-icon {
  width: 43px;
  height: 43px;
  border: 2px solid #a8c301;
  border-radius: 50%;
  background: #fff;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 1000;
  z-index: 200;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-checked {
  margin-top: 28px;
  margin-right: 16px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 19px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  opacity: 0;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  top: 19px;
  width: 18px;
}

.t-drawer-icon {
  position: fixed;
  top: 6px;
  right: 24px;
}

.drawer-icon__bar {
  position: absolute;
  left: 10px;
  width: 18px;
  height: 1px;
  background: #a8c301;
  border-radius: 2px;
  -webkit-transition: top 0.1s linear, -webkit-transform 0.3s linear;
  transition: top 0.1s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.1s linear;
  transition: transform 0.3s linear, top 0.1s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-child(1) {
  top: 14px;
}
.drawer-icon__bar:nth-child(2) {
  top: 19px;
  width: 10px;
}
.drawer-icon__bar:nth-child(3) {
  top: 24px;
  width: 14px;
}

.drawer-icon__text {
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 10px;
  color: #fff;
  font-weight: 700;
}

.drawer-content {
  background: rgba(168, 195, 1, 0.8);
  padding: 18px 20px 32px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 50;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.drawer-content__inner {
  background: #fff;
  border-radius: 30px;
  padding: 28px 22px 36px;
}
@media screen and (min-width: 768px) {
  .drawer-content__inner {
    padding: 28px 100px 36px;
  }
}

.drawer-logo img {
  width: 46px;
  height: 46px;
}
@media screen and (min-width: 768px) {
  .drawer-logo img {
    width: 60px;
    height: 60px;
  }
}

.drawer-content__menu {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-inline: 24px;
}

.drawer-menu__item {
  border-bottom: 1px solid #eee;
}

.qa-box__head-drawer {
  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;
}

.drawer-menu__link {
  display: block;
  padding: 16px 0 16px 22px;
  font-size: 14px;
  font-weight: 700;
  color: #505050;
  position: relative;
}
@media screen and (min-width: 768px) {
  .drawer-menu__link {
    font-size: 20px;
  }
}
.drawer-menu__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #a8c301;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
.drawer-menu__link:hover {
  opacity: 0.7;
}

/* サブメニュー */
.drawer-menu__button {
  width: 100%;
}

.drawer-menu__plus {
  width: 13px;
  height: 13px;
  position: relative;
}
.drawer-menu__plus::before {
  content: "";
  position: absolute;
  background: url(../img/sm/drawer-arrow-right.png) no-repeat center center/contain;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.is-open .drawer-menu__plus::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.drawer-submenu {
  display: none;
  padding-left: 22px;
  padding-bottom: 20px;
}

.drawer-submenu__item {
  border: none;
}

.drawer-submenu__link {
  font-size: 14px;
  display: block;
}
@media screen and (min-width: 768px) {
  .drawer-submenu__link {
    font-size: 18px;
  }
}
.drawer-submenu__link:hover {
  opacity: 0.7;
}

/* アコーディオン矢印 */
.drawer-menu__item.has-sub > .drawer-menu__link::after {
  content: "›"; /* 矢印 */
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg); /* デフォルト：右向き */
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.drawer-menu__item.has-sub.is-open > .drawer-menu__link::after {
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg); /* 開いたら下向き */
}

.drawer-content__footer {
  margin: 42px auto 0;
  padding-inline: 24px;
  text-align: center;
}

.drawer-contact__link {
  display: inline-block;
  height: 51px;
  line-height: 51px;
  border-radius: 30px;
  max-width: 260px;
  width: 100%;
  color: #fff;
  background: #a8c301;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.drawer-contact__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../img/contact-tel-icon.png) no-repeat center center/contain;
}
.drawer-contact__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../img/arrow-right-white.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .drawer-contact__link::after {
    width: 10px;
    height: 10px;
  }
}

.fv {
  height: 108vh;
  background: url(../img/mv.jpg) no-repeat top center/cover;
  position: relative;
  z-index: 0;
  opacity: 0;
  -webkit-animation: fvBgFade 0.6s ease-out forwards;
          animation: fvBgFade 0.6s ease-out forwards;
}

@-webkit-keyframes fvBgFade {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fvBgFade {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fv__inner {
  height: 100%;
  position: relative;
  z-index: 1;
}

.fv__logo {
  padding-top: 18px;
  opacity: 0;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.fv__logo-text {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .fv__logo-text {
    color: #a8c301;
    font-size: 10px;
    font-weight: 700;
  }
}

.fv__logo-img {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .fv__logo-img {
    margin-top: 12px;
  }
}
.fv__logo-img img {
  width: 46px;
  height: 46px;
}
@media screen and (min-width: 768px) {
  .fv__logo-img img {
    width: 96px;
    height: 96px;
  }
}

.fv__lead {
  position: absolute;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fv__lead {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; /* 縦書き：右から左に進む */
    top: 118px;
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .fv__lead {
    bottom: 120px;
  }
}

.fv__lead-en {
  font-family: "Fors";
  color: #707070;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .fv__lead-en {
    color: #fff;
    font-size: 10px;
    line-height: 1.2;
  }
}

.fv__lead-ja {
  font-family: "Ruika 09", sans-serif;
  font-weight: 700;
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-animation: fadeUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  .fv__lead-ja {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .fv__lead-ja {
    font-size: 60px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1200px) {
  .fv__lead-ja {
    font-size: 80px;
    line-height: 1.25;
  }
}
.fv__lead-ja span {
  font-size: 70px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fv__lead-ja span {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .fv__lead-ja span {
    font-size: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__lead-ja span {
    font-size: 70px;
  }
}

@-webkit-keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .fv__lead-blank {
    margin-top: 42px;
  }
}

.t-scroll {
  position: absolute;
  bottom: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fff;
  opacity: 0;
  -webkit-animation: fadeUp 0.6s ease-out forwards;
          animation: fadeUp 0.6s ease-out forwards;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
@media screen and (max-width: 767px) {
  .t-scroll {
    left: 22px;
  }
}
@media screen and (min-width: 768px) {
  .t-scroll {
    right: 25.13vw;
  }
}
.t-scroll::before {
  content: "";
  display: block;
  width: 1px; /* 棒の太さ */
  height: 388px; /* 棒の長さ */
  background: #fff;
  position: relative;
  /* アニメーション */
  -webkit-animation: t-scroll 2s infinite;
          animation: t-scroll 2s infinite;
}
@media screen and (max-width: 767px) {
  .t-scroll::before {
    height: 280px;
  }
}
.t-scroll::after {
  content: "Scroll Down";
  position: absolute;
  top: 3px;
  left: 6px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; /* 縦書き文字 */
  text-orientation: mixed;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 線のアニメーション */
@-webkit-keyframes t-scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes t-scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.concept {
  position: relative;
  z-index: 20;
}
.concept::before {
  content: "";
  position: absolute;
  top: -91px;
  left: 0;
  width: 100%;
  height: 92px; /* 三角の高さ */
  background: #a8c301; /* 背景色と同じ */
  clip-path: polygon(0 100%, 50% 0, 100% 100%); /* 上向き三角 */
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .concept::before {
    top: -49px;
    height: 50px;
  }
}
.concept::after {
  content: "";
  position: absolute;
  background: url(../img/about-left.png) no-repeat center center/contain;
  top: -60px;
  right: calc(50% + 308px);
  width: 571px;
  height: 571px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .concept::after {
    display: none;
  }
}

.concept__inner {
  overflow-x: hidden;
}

.concept__content-head {
  background: #a8c301;
  padding-top: 95px;
  padding-bottom: 98px;
  text-align: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .concept__content-head {
    padding-top: 10px;
    padding-inline: 20px;
    padding-bottom: 600px;
  }
}
@media screen and (max-width: 767px) {
  .concept__content-head::before {
    content: "";
    position: absolute;
    background: url(../img/about-left.png) no-repeat center center/contain;
    bottom: 200px;
    left: -46px;
    width: 262px;
    height: 262px;
  }
}
.concept__content-head::after {
  content: "";
  position: absolute;
  background: url(../img/about-right.png) no-repeat center center/contain;
  bottom: 20px;
  width: 571px;
  height: 571px;
}
@media screen and (min-width: 768px) {
  .concept__content-head::after {
    left: calc(50% + 308px);
  }
}
@media screen and (max-width: 767px) {
  .concept__content-head::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -46px;
    width: 262px;
    height: 262px;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .concept__head-en {
    font-size: 30px;
  }
}

.concept__head-ja {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .concept__head-ja {
    font-size: 14px;
  }
}

.concept__logo {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .concept__logo {
    margin-top: 24px;
  }
}
.concept__logo img {
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 767px) {
  .concept__logo img {
    width: 109px;
    height: 109px;
  }
}

.concept__texts {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27px;
}
@media screen and (max-width: 767px) {
  .concept__texts {
    margin-top: 36px;
    font-size: 14px;
  }
}
.concept__texts span {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .concept__texts span {
    font-weight: 400;
    font-size: 14px;
  }
}

.concept__content-footer {
  background: #f7f6f2;
  padding-top: 67px;
  padding-bottom: 96px;
}

.concept__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 150px;
}
.concept__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .concept__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.concept__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-right: 120px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .concept__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.concept__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 120px;
}
@media screen and (max-width: 767px) {
  .concept__item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.concept__item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  background: url(../img/kakeru.png) no-repeat center center/contain;
  width: 123px;
  height: 123px;
  bottom: -155px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.concept__item:nth-of-type(1)::after {
  content: "- カ ケ ル -";
  position: absolute;
  color: #a8c301;
  bottom: -110px;
  left: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 3;
}
.concept__item:nth-of-type(2) {
  background: #fff;
  position: relative;
  z-index: 1;
}
.concept__item:nth-of-type(2)::before {
  top: -8.22vw;
  background: url("../img/wave-white.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.33vw;
  z-index: 3;
}
.concept__item:nth-of-type(2)::after {
  bottom: -8.22vw;
  background: url("../img/wave-white.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.33vw;
  z-index: 3;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.concept__item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  background: url(../img/kakeru.png) no-repeat center center/contain;
  width: 123px;
  height: 123px;
  top: -155px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
.concept__item:nth-of-type(3)::after {
  content: "- カ ケ ル -";
  position: absolute;
  color: #a8c301;
  top: -110px;
  left: 50%;
  -webkit-transform: translateX(-143%);
          transform: translateX(-143%);
  z-index: 5;
}

.concept__item-img {
  max-width: 840px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
@media screen and (max-width: 767px) {
  .concept__item-img img {
    border-radius: 36px;
  }
}
.concept__item-img.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.concept__item:nth-child(odd) .concept__item-img {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.concept__item:nth-child(odd) .concept__item-img.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.concept__item:nth-child(even) .concept__item-img {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.concept__item:nth-child(even) .concept__item-img.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.concept__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.concept__item-body.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.item-title__ja {
  font-size: 28px;
  font-weight: 700;
}

.item-title__en {
  color: #a8c301;
  font-family: "Fors";
  font-weight: 700;
}

.concept__item-lead {
  font-weight: 700;
}

.concept__item-text {
  max-width: 380px;
  width: 100%;
  padding-inline: 20px;
  line-height: 1.7;
}

.concept__item-button {
  max-width: 426px;
  width: 100%;
}

.concept__button {
  display: block;
  color: #fff;
  font-weight: 700;
  background: #a8c301;
  border-radius: 30px;
  max-width: 426px;
  width: 100%;
  height: 60px;
  padding-inline: 20px;
  line-height: 60px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .concept__button {
    padding-inline: 2px;
  }
}
.concept__button:hover {
  color: #a8c301;
  background: #fff;
  border: 1px solid #a8c301;
}

.concept__content-footer-sm {
  padding-top: 18px;
  padding-bottom: 10px;
  position: relative;
}
.concept__content-footer-sm::before {
  top: -10.55vw;
  background: url("../img/sm/wave-footer-bg-white-sm.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 11.28vw;
}

.concept__content-footer-title {
  font-size: 14px;
  color: #707070;
  font-weight: 700;
  padding-left: 20px;
  padding-top: 5vw;
}

.concept__items-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.concept__items-sm .concept__item-sm {
  padding-top: 20px;
  padding-bottom: 52px;
}
.concept__items-sm .concept__item-sm:nth-of-type(1) {
  position: relative;
}
.concept__items-sm .concept__item-sm:nth-of-type(1)::before {
  content: "";
  position: absolute;
  background: url(../img/sm/kakeru-sm.png) no-repeat center center/contain;
  width: 21px;
  height: 21px;
  bottom: -37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
.concept__items-sm .concept__item-sm:nth-of-type(1)::after {
  content: "- カ ケ ル -";
  position: absolute;
  color: #a8c301;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  font-size: 10px;
}
.concept__items-sm .concept__item-sm:nth-of-type(2) {
  background: #f7f6f2;
  position: relative;
}
.concept__items-sm .concept__item-sm:nth-of-type(2)::before {
  top: -11.2vw;
  background: url("../img/sm/wave-footer-bg-sm.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 11.28vw;
  z-index: 3;
}
.concept__items-sm .concept__item-sm:nth-of-type(2)::after {
  bottom: -11.2vw;
  background: url("../img/sm/wave-footer-bg-sm.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 11.28vw;
  z-index: 3;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.concept__items-sm .concept__item-sm:nth-of-type(3) {
  position: relative;
}
.concept__items-sm .concept__item-sm:nth-of-type(3)::before {
  content: "";
  position: absolute;
  background: url(../img/sm/kakeru-sm.png) no-repeat center center/contain;
  width: 21px;
  height: 21px;
  top: -37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
.concept__items-sm .concept__item-sm:nth-of-type(3)::after {
  content: "- カ ケ ル -";
  position: absolute;
  color: #a8c301;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  font-size: 10px;
}
.concept__items-sm .concept__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.concept__items-sm .item-title__ja {
  font-size: 21px;
  color: #a8c301;
  padding-bottom: 4px;
  position: relative;
}
.concept__items-sm .item-title__ja::before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -25px;
  background: #a8c301;
  width: 8px;
  height: 8px;
  border-radius: 8px;
}
.concept__items-sm .item-title__ja::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  background: #a8c301;
  width: calc(100% + 40px);
  height: 1px;
}
.concept__items-sm .item-title__en {
  font-size: 40px;
  color: #f7f6f2;
  line-height: 1;
  text-align: right;
  mix-blend-mode: multiply;
}
.concept__items-sm .concept__item-img {
  margin-top: 12px;
}
.concept__items-sm .concept__item-img img {
  border-radius: 20px;
}
.concept__items-sm .concept__item-body {
  margin-top: 26px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0;
}
.concept__items-sm .concept__item-text {
  padding: 0;
  text-align: left;
  max-width: 600px;
  font-size: 14px;
  margin-top: 20px;
}
.concept__items-sm .concept__item-button {
  margin: 30px auto 0;
  text-align: center;
  max-width: 600px;
  width: 100%;
}
.concept__items-sm .concept__button {
  display: inline-block;
  text-align: center;
  max-width: 600px;
  width: 100%;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
}

.works {
  padding-top: 102px;
  padding-bottom: 140px;
  background: url(../img/works-bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .works {
    padding-top: 38px;
    padding-bottom: 30px;
  }
}

.works__content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .works__content-head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.works__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.works__head-ja {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .works__head-ja {
    font-size: 14px;
  }
}

.works__button {
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 36px;
  padding: 20px 60px 20px 32px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.works__button::before {
  content: "▶";
  position: absolute;
  color: #fff;
  right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.works__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 15px;
  background: url(../img/arrow-right-white.png) no-repeat center center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.works__button:hover {
  background: #a8c301;
}
.works__button:hover::after {
  opacity: 0;
}
.works__button:hover::before {
  opacity: 1;
}

.works__swiper {
  margin-top: 37px;
  position: relative;
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .works__swiper {
    padding-inline: 20px;
    padding-bottom: 38px;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }
}
@media screen and (min-width: 768px) {
  .works__swiper {
    margin-top: 110px;
  }
}

.works__swiper.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0px;
  }
}

.swiper-slide {
  max-width: 600px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .swiper-slide {
    max-width: 576px;
    width: 100%;
  }
}

.works__item {
  background: #fffdfa;
  border-radius: 30px;
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .works__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.66vw;
  }
}
@media screen and (min-width: 768px) {
  .works__item {
    border-radius: 50px;
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .works__item-img {
    width: 41vw;
    height: 41vw;
  }
}
@media screen and (min-width: 768px) {
  .works__item-img {
    max-width: 336px;
    width: 100%;
    aspect-ratio: 4/3;
  }
}
.works__item-img img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .works__item-img img {
    width: 41vw;
    height: 41vw;
  }
}
@media screen and (min-width: 768px) {
  .works__item-img img {
    border-radius: 22px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.works__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.works__item-category {
  background: #a8c301;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  padding: 4px;
  color: #fff;
  border-radius: 11px;
}
@media screen and (max-width: 767px) {
  .works__item-category {
    margin-inline: 14px;
    font-size: 2.56vw;
    border-radius: 2.82vw;
    padding: 4px 3vw;
  }
}
@media screen and (min-width: 768px) {
  .works__item-category {
    border-radius: 24px;
    font-size: 16px;
    padding: 10px;
  }
}

.works__item-title {
  font-size: 14px;
  margin-top: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .works__item-title {
    font-size: max(14px, 2.56vw);
  }
}
@media screen and (min-width: 768px) {
  .works__item-title {
    font-size: 28px;
    margin-top: 24px;
  }
}

.works__item-maker {
  margin-top: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .works__item-maker {
    margin-top: 0;
    font-size: max(14px, 2.56vw);
  }
}

.works__item-date {
  font-weight: 700;
}

.works__item-button {
  margin-top: 100px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .works__item-button {
    text-align: right;
    margin-top: 0;
  }
}
.works__item-button:hover {
  opacity: 0.7;
}

.works__item-link {
  color: #a8c301;
}
@media screen and (max-width: 767px) {
  .works__item-link {
    width: 5.38vw;
    height: 5.38vw;
    margin-left: auto;
  }
  .works__item-link img {
    width: 5.38vw;
    height: 5.38vw;
  }
}
@media screen and (min-width: 768px) {
  .works__item-link {
    position: relative;
    padding-left: 22px;
  }
  .works__item-link::before {
    content: "▶";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 14px;
  }
}

.works__swiper .swiper-pagination {
  position: absolute;
  bottom: 10px; /* 下からの距離を調整 */
  left: 50%; /* 横中央 */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10; /* スライドの上に被らないように */
}

.works__swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 0.4;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}

.works__swiper .swiper-pagination-bullet-active {
  background-color: #a8c301; /* 選択中の色 */
  opacity: 1;
}

.works__content-button-sm {
  margin: 0 auto 0;
  text-align: center;
}

.works__button-sm {
  display: inline-block;
  text-align: left;
  max-width: 250px;
  width: 100%;
  padding: 8px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.works__button-sm::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(171, 106, 50, 0.73);
  mix-blend-mode: multiply;
  border-radius: 30px;
  z-index: 0;
}
.works__button-sm::after {
  content: "";
  position: absolute;
  background: url(../img/arrow-right-white.png) no-repeat center center/contain;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.works__button-sm span {
  position: relative;
  z-index: 1;
}

.news {
  padding-top: 114px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .news {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.news__content-head {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .news__content-head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.news__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  color: #a8c301;
}
@media screen and (max-width: 767px) {
  .news__head {
    margin: 0 auto;
  }
}

.news__head-ja {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news__head-ja {
    font-size: 14px;
  }
}

.news__text {
  margin-top: 60px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news__text {
    text-align: center;
    font-weight: 400;
    margin-top: 48px;
  }
}

.news__items {
  margin: 60px auto 0;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  max-width: 982px;
}
@media screen and (max-width: 767px) {
  .news__items {
    gap: 20px;
  }
}

.news__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
}
.news__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: rgba(112, 112, 112, 0.25);
}

.news__item.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.news__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 0 40px 40px 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news__item-link {
    padding: 0 36px 20px 0;
  }
}
.news__item-link::before {
  content: "";
  position: absolute;
  background: url(../img/arrow-right-green.png) no-repeat center center/contain;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news__item-link:hover {
  opacity: 0.7;
}
.news__item-link:hover::before {
  right: 10px;
}

.news__item-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.news__item-category {
  background: #a8c301;
  border-radius: 20px;
  padding: 5px 16px;
  color: #fff;
}

.news__item-title {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news__item-title {
    font-weight: 400;
  }
}

.news__footer {
  margin-top: 44px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news__footer {
    text-align: right;
    margin-top: 60px;
  }
}

.news__button {
  border: 1px solid #a8c301;
  color: #a8c301;
}
@media screen and (max-width: 767px) {
  .news__button {
    height: 30px;
    line-height: 30px;
    padding: 9px 60px 9px 32px;
    font-size: 14px;
  }
}
.news__button::after {
  width: 11px;
  height: 22px;
  background: url(../img/arrow-right-green.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .news__button::after {
    width: 10px;
    height: 10px;
  }
}
.news__button:hover {
  color: #fff;
  background: #a8c301;
}
.news__button:hover::after {
  background: url(../img/arrow-right-white.png) no-repeat center center/contain;
}

.vision-feature {
  background: url(../img/vision-feature__bg.jpg) no-repeat top center/cover;
  padding-top: 245px;
  padding-bottom: 270px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vision-feature {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.vision-feature::before {
  top: -0.22vw;
  background: url("../img/wave-white.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.33vw;
  z-index: 3;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media screen and (max-width: 767px) {
  .vision-feature::before {
    top: -1px;
    background: url("../img/sm/wave-footer-bg-white-sm.svg") no-repeat center center/cover;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 11.28vw;
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
  }
}

.vision-feature__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 170px;
}
@media screen and (max-width: 767px) {
  .vision-feature__inner {
    gap: 55px;
  }
}

@media screen and (min-width: 768px) {
  .vision,
  .feature {
    max-width: 1440px;
    margin-inline: auto;
  }
}

.vision {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .vision {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .vision {
    padding-left: 120px;
  }
}

.feature {
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .feature {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .feature {
    padding-right: 120px;
  }
}

.vision-feature__head,
.feature-feature__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a8c301;
  mix-blend-mode: multiply; /* 背景と掛け合わせ */
}

@media screen and (max-width: 767px) {
  .feature-feature__head {
    margin-left: auto;
  }
}

.vision-feature__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}

.vision__content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .vision__content-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .vision__content-head {
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .vision__content-head {
    gap: 170px;
  }
}

@media screen and (min-width: 768px) {
  .feature__content-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .feature__content-head {
    gap: 170px;
  }
}

.vision-feature__head-en,
.feature-feature__head-en {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  line-height: 1;
}

.vision-feature__lead {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; /* 縦書き */
  text-orientation: upright; /* 漢字は縦に立てる */
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.vision-feature__lead span {
  position: absolute;
  bottom: -36px;
  font-weight: 700;
}

.vision-feature__lead.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.feature-feature__lead {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; /* 縦書き */
  text-orientation: upright; /* 漢字は縦に立てる */
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
@media screen and (min-width: 1200px) {
  .feature-feature__lead {
    padding-right: 126px;
  }
}
.feature-feature__lead .feature__last {
  position: absolute;
  bottom: -10px;
  font-weight: 700;
}

.feature__space {
  margin-top: 48px;
}

.feature-feature__lead.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.vision-feature__img {
  max-width: 845px;
}
.vision__content-head {
  overflow: hidden;
}
.vision__content-head .vision-feature__img {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.vision__content-head .vision-feature__img.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.feature__content-head {
  overflow: hidden;
}
.feature__content-head .vision-feature__img {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.feature__content-head .vision-feature__img.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.vision__footer,
.feature__footer {
  margin-top: 48px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 34px;
}
@media screen and (min-width: 1200px) {
  .vision__footer,
  .feature__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}

.vision__footer {
  padding-right: 120px;
}
@media screen and (max-width: 767px) {
  .vision__footer {
    padding-right: 20px;
  }
}

.feature__footer {
  padding-left: 120px;
}
@media screen and (max-width: 767px) {
  .feature__footer {
    padding-left: 20px;
  }
}

.vision-feature__text {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .vision-feature__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .vision-feature__button {
    max-width: 350px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .feature-feature__button {
    max-width: 228px;
    width: 100%;
  }
}

.vision-feature__link {
  display: inline-block;
  padding: 20px 60px 20px 24px;
  max-width: 396px;
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .vision-feature__link {
    font-size: 14px;
    display: block;
    max-width: 500px;
    padding: 9px 28px 9px 28px;
  }
}
.vision-feature__link::after {
  background: url(../img/arrow-right-white.png) no-repeat center center/contain;
}
.vision-feature__link:hover {
  color: #a8c301;
  background: #fff;
}
.vision-feature__link:hover::after {
  background: url(../img/arrow-right-green.png) no-repeat center center/contain;
}

.vision-feature__item-sm {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .vision-feature__item-sm {
    display: none;
  }
}

.vision-feature__lead-sm {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; /* 縦書き */
  text-orientation: upright; /* 漢字は縦に立てる */
  letter-spacing: 16px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.lead-small-sm {
  letter-spacing: 16px;
  padding-top: 120px;
  font-weight: 700;
}

.bracket-start {
  display: inline-block;
  line-height: 1;
  position: relative;
}
.bracket-start::before {
  content: "";
  position: absolute;
  background: url("../img/bracket-start.png") no-repeat center center/contain;
  top: -10px;
  right: -15px;
  width: 8px;
  height: 8px;
}

.bracket-end {
  display: inline-block;
  line-height: 1;
  position: relative;
}
.bracket-end::after {
  content: "";
  position: absolute;
  background: url("../img/bracket-end.png") no-repeat center center/contain;
  bottom: 0px;
  left: -15px;
  width: 8px;
  height: 8px;
}

.vision-feature__img-sm {
  max-width: 420px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.vision-feature__img-sm,
.vision-feature__lead-sm {
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.vision-feature__img-sm.is-visible,
.vision-feature__lead-sm.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.feature-feature__item-sm {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .feature-feature__item-sm {
    display: none;
  }
}

.feature-feature__lead-sm {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; /* 縦書き */
  text-orientation: upright; /* 漢字は縦に立てる */
  letter-spacing: 16px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.feature-feature__img-sm {
  max-width: 420px;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.feature-feature__img-sm,
.feature-feature__lead-sm {
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.feature-feature__img-sm.is-visible,
.feature-feature__lead-sm.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.faq {
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-bottom: 0;
  }
}
.faq::before {
  top: -8.22vw;
  background: url("../img/wave-white.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.33vw;
  z-index: 3;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); /* ← 水平方向に反転 */
}
@media screen and (max-width: 767px) {
  .faq::before {
    top: -11.2vw;
    background: url("../img/sm/wave-footer-bg-white-sm.svg") no-repeat center center/cover;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 11.28vw;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@media screen and (min-width: 768px) {
  .faq__inner {
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: 120px;
  }
}

@media screen and (max-width: 767px) {
  .faq__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.faq__head-en {
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .faq__head-en {
    padding-left: 0;
  }
}

.faq__head-ja {
  font-weight: 700;
}

.faq__items {
  margin-top: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 88px;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .faq__items {
    gap: 54px;
  }
}

.faq__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.faq__item.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.faq__lists {
  padding: 70px 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 78px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq__lists {
    padding: 40px 0px;
    border-top: 1px solid #a8c301;
    padding-inline: 20px;
    gap: 12px;
  }
}
@media screen and (min-width: 768px) {
  .faq__lists {
    border: 1px solid #a8c301;
    border-radius: 50px;
    padding: 60px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .faq__lists {
    padding: 70px 108px;
  }
}

.faq__list-head {
  color: #a8c301;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .faq__list-head {
    position: absolute;
    top: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #fff;
    padding-inline: 10px;
    text-align: center;
    max-width: 227px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .faq__list-head {
    position: absolute;
    top: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #fff;
    padding-inline: 30px;
  }
}

.faq__list {
  position: relative;
}
.faq__list:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: rgba(112, 112, 112, 0.25);
}
@media screen and (max-width: 767px) {
  .faq__list:not(:last-child)::after {
    bottom: -6px;
  }
}

.qa__boxes {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .qa__boxes {
    margin-top: 41px;
    gap: 24px;
  }
}

.qa-box {
  background: #fff;
}
.qa-box.is-open .qa-box__plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.qa-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 16px;
  padding: 22px;
}
@media screen and (max-width: 767px) {
  .qa-box__head {
    display: none;
  }
}

.qa-box__head-sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .qa-box__head-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
    padding: 22px 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .qa-box__head-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .qa-box__head-body {
    display: none;
  }
}

.qa-box__icon {
  color: #fff;
  font-size: 22px;
  background: #a8c301;
  font-family: "Fors";
  padding: 0px 4px;
  line-height: 28px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .qa-box__icon {
    font-size: 16px;
    padding: 0 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}

.qa-box__text {
  font-weight: 700;
  text-align: left;
  max-width: 950px;
  width: 100%;
  color: #505050;
}
@media screen and (max-width: 767px) {
  .qa-box__text {
    font-size: 14px;
  }
}

.qa-box__plus {
  width: 48px;
  height: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .qa-box__plus {
    width: 18px;
    height: 18px;
  }
}
.qa-box__plus::before {
  content: "";
  position: absolute;
  background: url(../img/arrow-right-green.png) no-repeat center center/contain;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg); /* 180度回転 (90→270) */
}
@media screen and (max-width: 767px) {
  .qa-box__plus::before {
    background: url(../img/sm/arrow-right-green-sm.png) no-repeat center center/contain;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); /* 180度回転 (90→270) */
  }
}
.is-open .qa-box__plus::before {
  -webkit-transform: translate(-50%, -50%) rotate(270deg);
          transform: translate(-50%, -50%) rotate(270deg); /* 180度回転 (90→270) */
}
@media screen and (max-width: 767px) {
  .is-open .qa-box__plus::before {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); /* 180度回転 (90→270) */
  }
}

.qa-box__body {
  display: none;
}

.qa-box__a {
  padding: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
}
@media screen and (max-width: 767px) {
  .qa-box__a {
    padding: 8px 0px 22px;
    display: block;
  }
}

.qa-box__a-icon {
  font-family: "Fors";
  color: #a8c301;
  border: 1px solid #a8c301;
  font-size: 22px;
  padding: 0px 4px;
  line-height: 28px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .qa-box__a-icon {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    padding: 0 4px;
  }
}

.qa-box__a-text {
  margin-top: 4px;
  display: block;
}
@media screen and (max-width: 767px) {
  .qa-box__a-text {
    font-size: 14px;
  }
}

.faq__footer {
  margin-top: 96px;
  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: 46px;
}
@media screen and (max-width: 767px) {
  .faq__footer {
    background: #f7f6f2;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 64px;
    position: relative;
    gap: 0;
  }
  .faq__footer::after {
    top: 0;
    background: url("../img/sm/wave-footer-bg-white-sm.svg") no-repeat center center/cover;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 11.28vw;
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
  }
}
@media screen and (min-width: 1200px) {
  .faq__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}

.faq__footer-img {
  max-width: 468px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0; /* これで絶対468pxを維持 */
}
@media screen and (max-width: 767px) {
  .faq__footer-img {
    padding-inline: 20px;
  }
}

@media screen and (max-width: 767px) {
  .faq__footer-body {
    padding-inline: 20px;
    position: relative;
    margin-top: -50px;
  }
}

.faq__footer-lead {
  color: #a8c301;
  font-size: 28px;
  font-weight: 700;
}
.faq__footer-lead span {
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .faq__footer-lead span {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .faq__footer-lead {
    font-size: 21px;
    text-align: center;
  }
}

/* 発火用クラス */
.faq__footer-lead.is-visible span:nth-child(1) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.faq__footer-lead.is-visible span:nth-child(2) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.faq__footer-lead.is-visible span:nth-child(3) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.faq__footer-lead.is-visible span:nth-child(4) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.faq__footer-lead.is-visible span:nth-child(5) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.faq__footer-lead.is-visible span:nth-child(6) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.faq__footer-lead.is-visible span:nth-child(7) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.faq__footer-lead.is-visible span:nth-child(8) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.faq__footer-lead.is-visible span:nth-child(9) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.faq__footer-lead.is-visible span:nth-child(10) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.faq__footer-lead.is-visible span:nth-child(11) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

.faq__footer-lead.is-visible span:nth-child(12) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.faq__footer-lead.is-visible span:nth-child(13) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

.faq__footer-lead.is-visible span:nth-child(14) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.faq__footer-lead.is-visible span:nth-child(15) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.faq__footer-lead.is-visible span:nth-child(16) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.faq__footer-lead.is-visible span:nth-child(17) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}

.faq__footer-lead.is-visible span:nth-child(18) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.faq__footer-lead.is-visible span:nth-child(19) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}

.faq__footer-lead.is-visible span:nth-child(20) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.faq__footer-lead.is-visible span:nth-child(21) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.faq__footer-lead.is-visible span:nth-child(22) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.faq__footer-lead.is-visible span:nth-child(23) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

.faq__footer-lead.is-visible span:nth-child(24) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.faq__footer-lead.is-visible span:nth-child(25) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.faq__footer-lead.is-visible span:nth-child(26) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.faq__footer-lead.is-visible span:nth-child(27) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}

.faq__footer-lead.is-visible span:nth-child(28) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.faq__footer-lead.is-visible span:nth-child(29) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 1.45s;
          animation-delay: 1.45s;
}

.faq__footer-lead.is-visible span:nth-child(30) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.faq__footer-lead.is-visible span:nth-child(31) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 1.55s;
          animation-delay: 1.55s;
}

.faq__footer-lead.is-visible span:nth-child(32) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.faq__footer-lead.is-visible span:nth-child(33) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}

.faq__footer-lead.is-visible span:nth-child(34) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.faq__footer-lead.is-visible span:nth-child(35) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

.faq__footer-lead.is-visible span:nth-child(36) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.faq__footer-lead.is-visible span:nth-child(37) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 1.85s;
          animation-delay: 1.85s;
}

.faq__footer-lead.is-visible span:nth-child(38) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.faq__footer-lead.is-visible span:nth-child(39) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}

.faq__footer-lead.is-visible span:nth-child(40) {
  -webkit-animation: fadeUpChar 0.4s ease forwards;
          animation: fadeUpChar 0.4s ease forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes fadeUpChar {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpChar {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.faq__footer-text {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .faq__footer-text {
    font-size: 14px;
  }
}

.contact {
  padding-top: 98px;
  padding-bottom: 170px;
  background: url(../img/contact-bg.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.t-contact {
  padding-top: 98px;
  padding-bottom: 170px;
  background: url(../img/contact-bg.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .t-contact {
    padding-top: 40px;
    padding-bottom: 44px;
  }
}

.contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@media screen and (min-width: 1200px) {
  .contact__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 186px;
  }
}

.contact__content.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.contact__content-body {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .contact__content-body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__lead {
  font-size: 22px;
  margin-top: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contact__lead {
    font-size: 21px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .contact__text {
    margin-top: 38px;
    text-align: center;
    font-weight: 400;
  }
}

.contact__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
@media screen and (max-width: 767px) {
  .contact__button {
    gap: 10px;
  }
}

.tel__link,
.contact__link {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 30px;
  width: 260px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tel__link,
  .contact__link {
    font-size: 14px;
  }
}

.tel__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../img/tel-icon.png) no-repeat center center/contain;
}
.tel__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../img/arrow-right-white.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .tel__link::after {
    width: 10px;
    height: 10px;
  }
}
.tel__link:hover {
  color: #a8c301;
  background: #fff;
}
.tel__link:hover::before {
  background: url(../img/tel-green-icon.png) no-repeat center center/contain;
}
.tel__link:hover::after {
  background: url(../img/arrow-right-green.png) no-repeat center center/contain;
}
.tel__link span {
  display: block;
  font-size: 10px;
  line-height: normal;
}

.contact__link {
  background: #fff;
  color: #a8c301;
}
.contact__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../img/contact-icon.png) no-repeat center center/contain;
}
.contact__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../img/arrow-right-green.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .contact__link::after {
    width: 10px;
    height: 10px;
  }
}
.contact__link:hover {
  color: #fff;
  background: #a8c301;
  border: 1px solid #a8c301;
}
.contact__link:hover::before {
  background: url(../img/contact-tel-icon.png) no-repeat center center/contain;
}
.contact__link:hover::after {
  background: url(../img/arrow-right-white.png) no-repeat center center/contain;
}

.t-sweets {
  background: #25a3ad;
  padding-block: 32px;
}
@media screen and (max-width: 767px) {
  .t-sweets {
    padding-bottom: 50px;
  }
}

.t-sweets__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .t-sweets__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.t-sweets__img {
  max-width: 589px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.t-sweets__content-body {
  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;
  text-align: center;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.t-sweets__img,
.t-sweets__content-body {
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.t-sweets__img.is-visible,
.t-sweets__content-body.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.t-sweets__head {
  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;
}

.t-sweets__head-en {
  font-size: 56px;
  font-family: "Fors";
  font-weight: 700;
  line-height: 1.09;
}
@media screen and (max-width: 767px) {
  .t-sweets__head-en {
    font-size: 40px;
  }
}
.t-sweets__head-en span {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 55px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .t-sweets__head-en span {
    font-size: 40px;
  }
}

.t-sweets__head-ja {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .t-sweets__head-ja {
    font-size: 14px;
  }
}

.t-sweets__text {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .t-sweets__text {
    font-size: 14px;
  }
}

.t-sweets__button {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .t-sweets__button {
    margin-top: 44px;
  }
}

.sweets__link {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sweets__link {
    color: #25a3ad;
    background: #fff;
    font-size: 14px;
    line-height: 40px;
    padding: 14px 50px 14px 30px;
  }
}
.sweets__link::after {
  background: url(../img/arrow-right-white.png) no-repeat center center/contain;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .sweets__link::after {
    background: url(../img/arrow-right-blue.png) no-repeat center center/contain;
  }
}
.sweets__link:hover {
  color: #25a3ad;
  background: #fff;
}
.sweets__link:hover::after {
  background: url(../img/arrow-right-blue.png) no-repeat center center/contain;
}

.t-footer {
  padding-top: 130px;
  padding-bottom: 226px;
  background: url(../img/footer-bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .t-footer {
    padding-top: 66px;
    padding-bottom: 120px;
    background: url(../img/sm/footer-bg-sm.jpg) no-repeat center center/cover;
  }
}

.t-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* ここでもFlexboxを有効化 */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* 要素を縦に並べる */
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  font-weight: 700;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .t-footer__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.t-footer__lead {
  font-size: 40px;
  letter-spacing: -1.8px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .t-footer__lead {
    text-align: center;
    font-size: 22px;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 767px) {
  .head-blank {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer-blank {
    margin-left: 114px;
  }
}

.t-footer__lead-en {
  font-family: "Fors";
  font-size: 20px;
  padding-right: 40px;
  font-weight: 700;
}

.footer {
  padding-bottom: 114px;
  background: #f7f6f2;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 23px;
    padding-bottom: 48px;
  }
}
.footer::before {
  top: -8.22vw;
  background: url("../img/wave-footer-bg.svg") no-repeat center center/101% auto;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.33vw;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .footer::before {
    top: -11.2vw;
    background: url("../img/sm/wave-footer-bg-sm.svg") no-repeat center center/101% auto;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 11.28vw;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}

.footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__head {
    gap: 38px;
  }
}

.footer__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__logo img {
  width: 108px;
  height: 108px;
}
@media screen and (max-width: 767px) {
  .footer__logo img {
    width: 72px;
    height: 72px;
  }
}

@media screen and (min-width: 768px) {
  .footer__company {
    color: #a8c301;
  }
}

.footer__company-head {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer__company-head {
    font-size: 14px;
  }
}
.footer__company-head span {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer__company-head span {
    font-size: 21px;
  }
}

.footer__company-address {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer__company-address {
    font-size: 14px;
    font-weight: 400;
  }
}

.footer__sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .footer__sections {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .footer__sections {
    -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;
  }
}

.footer__title {
  color: #a8c301;
  font-family: "Fors";
  font-weight: 700;
  font-size: 35px;
}

.footer__subtitle {
  color: #a8c301;
  font-size: 13px;
  font-weight: 700;
}

.footer__nav {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    margin-top: 0;
    gap: 5px;
  }
}

.footer__nav-link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__nav-link {
    font-size: 14px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav-link {
    letter-spacing: -1px;
  }
}
.footer__nav-link:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.footer__privacy {
  margin-top: 52px;
  text-align: right;
  padding-right: 32px;
}
@media screen and (max-width: 767px) {
  .footer__privacy {
    padding-right: 0;
    margin-top: 22px;
  }
}

.footer__privacy-link {
  display: inline-block;
  color: #a8c301;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__privacy-link {
    font-size: 14px;
    font-weight: 700;
  }
}
.footer__privacy-link::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #a8c301;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__privacy-link::after {
  content: "";
  position: absolute;
  background: url(../img/privacy-icon.png) no-repeat center center/contain;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__privacy-link:hover {
  opacity: 0.7;
}
.footer__privacy-link:hover::before {
  width: 100%;
}
.footer__privacy-link:hover::after {
  right: -4px;
}

.footer__map {
  margin-top: 48px;
  border: 3px solid #a8c301;
  border-radius: 45px;
  position: relative;
  z-index: -5;
}
@media screen and (max-width: 767px) {
  .footer__map {
    margin-top: 28px;
  }
}
.footer__map iframe {
  display: block;
  border-radius: 45px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__map iframe {
    height: 230px;
  }
}
@media screen and (min-width: 768px) {
  .footer__map iframe {
    height: 440px;
  }
}

.footer__area {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
}
@media screen and (min-width: 1440px) {
  .footer__area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 86px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__area::after {
  content: "";
  position: absolute;
  background: url(../img/hokkaido.png) no-repeat center center/contain;
  right: 0;
}
@media screen and (max-width: 767px) {
  .footer__area::after {
    width: 200px;
    height: 191px;
    bottom: -156px;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .footer__area::after {
    width: 200px;
    height: 191px;
    top: -190px;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .footer__area::after {
    top: -190px;
    right: 0;
    width: 332px;
    height: 317px;
  }
}

.footer__area-title {
  color: #a8c301;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer__area-ja {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer__area-ja {
    font-size: 14px;
  }
}

.footer__area-en {
  font-family: "Fors";
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .footer__area-text {
    font-size: 14px;
  }
}
.footer__area-text span {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer__area-text span {
    font-size: 14px;
  }
}

.footer__copyright {
  margin-top: 126px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 10px;
    margin-top: 180px;
  }
}
.footer__copyright a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__copyright a {
    font-size: 10px;
  }
}
.footer__copyright a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.footer__sections-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .footer__sections-sm {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer__section {
    border-top: 1px solid #a8c301;
  }
  .footer__section:last-child {
    border-bottom: 1px solid #a8c301;
  }
  .footer__section.is-open .footer-box__plus::after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .footer__section .qa-box__a {
    padding-top: 0;
  }
}

.head-body__footer {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-box__plus {
  width: 18px;
  height: 18px;
  position: relative;
}
.footer-box__plus::before {
  content: "";
  position: absolute;
  background: url(../img/sm/arrow-right-green-sm.png) no-repeat center center/contain;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .is-open .footer-box__plus::before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.page__top {
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 30;
  position: fixed;
  opacity: 0;
  padding-top: 24px;
  padding-bottom: 63px;
  right: 20px;
  bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .page__top {
    right: 120px;
    bottom: 54px;
  }
}
.page__top.is-show {
  opacity: 1;
  visibility: visible;
}

.page__top-link {
  display: block;
  padding: 60px 10px 10px 10px;
  border-radius: 50%;
  border: 2px solid #a8c301;
  color: #a8c301;
  background: #fff;
  text-align: center;
  width: 160px;
  height: 160px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page__top-link {
    width: 86px;
    height: 86px;
    padding: 30px 10px 10px 10px;
  }
}
.page__top-link::before {
  content: "";
  position: absolute;
  background: url(../img/contact-icon.png) no-repeat center center/contain;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 52px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .page__top-link::before {
    top: 8px;
    width: 29px;
    height: 23px;
  }
}
.page__top-link:hover {
  border: 2px solid #fff;
  background: #a8c301;
  color: #fff;
}
.page__top-link:hover::before {
  background: url(../img/contact-tel-icon.png) no-repeat center center/contain;
}

.page__top-en {
  font-size: 22px;
  font-family: "Fors";
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page__top-en {
    font-size: 14px;
  }
}

.page__top-ja {
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page__top-ja {
    font-size: 9px;
    line-height: 10px;
  }
}
.page__top-ja span {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page__top-ja span {
    font-size: 10px;
  }
}

.l-concept__content-head {
  height: 100vh;
  min-height: 700px;
  background: url(../img/l-concept-bg.jpg) no-repeat center center/cover;
  opacity: 0;
  -webkit-animation: fvBgFade 0.6s ease-out forwards;
          animation: fvBgFade 0.6s ease-out forwards;
}
@media screen and (min-width: 768px) {
  .l-concept__content-head {
    height: 86vh;
  }
}

.l-concept__content-body {
  color: #fff;
  text-align: center;
  padding-top: 95px;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 120px;
}
@media screen and (max-width: 767px) {
  .l-concept__content-body {
    padding-top: 37px;
    padding-inline: 20px;
  }
}

.l-concept__head {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.l-concept__lead {
  font-size: 28px;
  margin-top: 80px;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.l-concept__text {
  margin-top: 24px;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.l-concept__content-footer {
  background: #f7f6f2;
  padding-top: 120px;
  padding-bottom: 112px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-concept__content-footer {
    padding-top: 50px;
  }
}
.l-concept__content-footer::before {
  top: -8.22vw;
  background: url("../img/wave-footer-bg.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.33vw;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .l-concept__content-footer::before {
    top: -11.25vw;
    background: url("../img/sm/wave-footer-bg-sm.svg") no-repeat center center/cover;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 11.28vw;
  }
}

.l-concept__items {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 132px;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-concept__items {
    gap: 70px;
  }
}

.l-concept__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .l-concept__item {
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .l-concept__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-concept__item:nth-child(odd) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .l-concept__item:nth-child(odd) {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-concept__item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-left: 120px;
  }
}
.l-concept__item:nth-child(even) {
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .l-concept__item:nth-child(even) {
    padding-right: 0px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-concept__item:nth-child(even) {
    padding-right: 120px;
  }
}

.l-concept__img.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-concept__img {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
@media screen and (max-width: 767px) {
  .l-concept__img {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-concept__img img {
    max-width: 500px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .l-concept__img img {
    max-width: 678px;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.l-concept__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
@media screen and (max-width: 767px) {
  .l-concept__body {
    padding-right: 20px;
  }
}

.l-concept__body.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-concept__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-concept__tag {
  font-size: 32px;
  color: #fff;
  position: relative;
  z-index: 3;
}
.l-concept__tag::before {
  position: absolute;
  content: "";
  background: url(../img/l-concept-icon.png) no-repeat center center/contain;
  top: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 55px;
  z-index: -1;
}

.l-concept__title {
  color: #a8c301;
}

.l-concept__ja {
  font-size: 30px;
  font-weight: 700;
}
.l-concept__en {
  font-weight: 700;
}
.l-concept__lead {
  margin-top: 35px;
  font-size: 21px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-concept__lead {
    margin-top: 30px;
  }
}

.l-concept__text {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .l-concept__text {
    font-size: 14px;
  }
}

.l-concept__button {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.l-concept__link-middle,
.l-concept__link {
  font-weight: 700;
  max-width: 270px;
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-concept__link-middle,
  .l-concept__link {
    font-size: 14px;
    max-width: 196px;
  }
}
.l-concept__link-middle::before,
.l-concept__link::before {
  content: "";
  position: absolute;
  background: url(../img/l-concept__link-icon.png) no-repeat center center/contain;
  top: 2px;
  right: 0;
  width: 35px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-concept__link-middle::after,
.l-concept__link::after {
  content: "";
  position: absolute;
  background: #a8c301;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-concept__link-middle:hover,
.l-concept__link:hover {
  color: #a8c301;
}
.l-concept__link-middle:hover::before,
.l-concept__link:hover::before {
  background: url(../img/l-concept__link-green.png) no-repeat center center/contain;
}
.l-concept__link-middle:hover::after,
.l-concept__link:hover::after {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .l-concept__link-middle {
    max-width: 210px;
  }
}

.l-concept__link-long {
  max-width: 365px;
}

.flow {
  background: #a8c301;
  padding-top: 40px;
}

.flow__content-head {
  padding-bottom: 274px;
}
@media screen and (max-width: 767px) {
  .flow__content-head {
    padding-bottom: 120px;
  }
}

.flow__head {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .flow__head {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .flow__head-en {
    font-size: 50px;
  }
}

.flow__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 96px;
  padding-top: 80px;
}
.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  width: 100%;
}
.step:not(:last-child) .step__icon::after {
  content: "";
  position: absolute;
  background: url(../img/step__icon-line.png) no-repeat center center/contain;
  bottom: -92px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 92px;
}
@media screen and (max-width: 767px) {
  .step {
    position: relative;
  }
  .step:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 1px dashed #f7f6f2;
    width: 2px;
    height: 90px;
  }
}

.step__left {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .step__left {
    display: none;
  }
}

.step__number {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #a8c301;
  mix-blend-mode: multiply;
}
.step__icon {
  display: block;
  width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.step__icon img {
  width: 150px;
}

.step__icon-sm {
  position: absolute;
  left: 0;
  top: -48px;
  mix-blend-mode: multiply;
}
.step__icon-sm img {
  width: 95px;
  height: 89px;
}
@media screen and (min-width: 768px) {
  .step__icon-sm {
    display: none;
  }
}

.step__icon-small {
  left: 20px;
}
.step__icon-small img {
  width: 58px;
  height: 90px;
}

.step__right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .step__right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    margin-top: 0;
  }
}

.step__title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  padding-left: 46px;
}
@media screen and (max-width: 767px) {
  .step__title {
    padding-left: 0;
    font-size: 21px;
    z-index: 5;
    text-align: center;
  }
}

.step__text {
  background: #f9f9f9; /* 背景色はお好みで */
  border-radius: 60px;
  padding: 20px 46px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .step__text {
    border-radius: 30px;
    padding: 33px 18px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .step__number-sm {
    position: absolute;
    top: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-weight: 700;
    color: #a8c301;
    background: #fff;
    padding: 5px 20px;
    border-radius: 14px;
  }
}
@media screen and (min-width: 768px) {
  .step__number-sm {
    display: none;
  }
}

.flow__content-footer {
  background: #f7f6f2;
  position: relative;
}
.flow__content-footer::before {
  top: -8.22vw;
  background: url("../img/wave-footer-bg.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.33vw;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .flow__content-footer::before {
    top: -11.2vw;
    background: url("../img/sm/wave-footer-bg-sm.svg") no-repeat center center/cover;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 11.28vw;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.flow__title {
  color: #a8c301;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .flow__title {
    padding-top: 20px;
  }
}

.flow__title-ja {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .flow__title-ja {
    line-height: 1.19;
    font-size: 21px;
  }
}

.flow__title-en {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .flow__title-en {
    font-size: 14px;
  }
}

.flow__text {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .flow__text {
    font-size: 14px;
    margin-top: 30px;
  }
}

.flow__items {
  margin-top: 60px;
  padding: 36px 120px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .flow__items {
    padding: 40px 20px 32px 40px;
    gap: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
@media screen and (min-width: 768px) {
  .flow__items {
    border-radius: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .flow__items {
    max-width: 1200px;
    width: 100%;
    margin-inline: auto;
  }
}

.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.flow__item-title {
  font-size: 22px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__item-title {
    font-size: 14px;
  }
}
.flow__item-title::before {
  content: "";
  position: absolute;
  background: url(../img/support-icon.png) no-repeat center center/contain;
  top: 10px;
  left: -28px;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .flow__item-title::before {
    top: 4px;
    left: -23px;
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 767px) {
  .flow__item-text {
    font-size: 14px;
  }
}

.others {
  background: #f7f6f2;
  padding-top: 100px;
  padding-bottom: 78px;
}
@media screen and (max-width: 767px) {
  .others {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.others__inner {
  margin: 0 auto;
  padding: 0 20px;
  background: #a8c301;
  max-width: 1440px;
}
@media screen and (min-width: 768px) {
  .others__inner {
    border-radius: 260px;
    padding-inline: 50px;
  }
}
.other__pages {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 34px;
}
@media screen and (max-width: 767px) {
  .other__pages {
    padding-block: 48px;
    gap: 44px;
  }
}
@media screen and (min-width: 768px) {
  .other__pages {
    gap: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .other__pages {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 22px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-block: 34px;
  }
}

.other__page-link {
  display: inline-block;
  height: 300px;
  max-width: 368px;
  width: 100%;
  border-radius: 40px;
  padding: 45px 20px 0 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .other__page-link {
    padding: 45px 20px 68px 20px;
  }
}
.other__page-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  z-index: -5;
}
.other__page-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -3;
  width: 383px;
  height: 320px;
}
@media screen and (max-width: 767px) {
  .other__page-link::after {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .other__page-link:nth-of-type(1) .other__page-title {
    color: #fff;
  }
  .other__page-link:nth-of-type(1) .other__page-text {
    color: #fff;
  }
  .other__page-link:nth-of-type(1)::after {
    background: url(../img/other__page-img1.png) no-repeat center center/contain;
  }
}
.other__page-link:nth-of-type(2)::after {
  background: url(../img/other__page-img2.png) no-repeat center center/contain;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.other__page-link:nth-of-type(3)::after {
  background: url(../img/other__page-img3.png) no-repeat center center/contain;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.other__page-link:hover::after {
  opacity: 1;
}
.other__page-link:hover .other__page-title {
  color: #fff;
}
.other__page-link:hover .other__page-text {
  color: #fff;
}

.other__page-lead {
  color: #a8c301;
  font-weight: 700;
}

.other__page-title {
  font-family: "Fors";
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.other__page-title::after {
  content: "";
  position: absolute;
  background: url(../img/other__page-icon.png) no-repeat center center/contain;
  bottom: -10px;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 29px;
  height: 29px;
}
@media screen and (max-width: 767px) {
  .other__page-title::after {
    right: 0px;
  }
}

.other__page-text {
  margin-top: 10px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .other__page-text {
    font-size: 14px;
  }
}

.feature-block {
  background: #a8c301;
  padding-bottom: 216px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .feature-block {
    padding-bottom: 80px;
  }
}

.feature-block__items {
  margin: 0 auto;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .feature-block__items {
    padding-top: 17px;
    gap: 0;
  }
}

.feature-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 68px;
}
@media screen and (max-width: 767px) {
  .feature-block__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .feature-block__item {
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .feature-block__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 68px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .feature-block__item:nth-of-type(1) {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .feature-block__item:nth-of-type(1) {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .feature-block__item:nth-of-type(1) {
    padding-left: 120px;
  }
}
.feature-block__item:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .feature-block__item:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 42px;
  }
}
@media screen and (min-width: 768px) {
  .feature-block__item:nth-of-type(2) {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .feature-block__item:nth-of-type(2) {
    padding-right: 120px;
  }
}

.feature-block__lead,
.feature-block__lead-en,
.feature-block__text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.feature-block__lead.is-visible,
.feature-block__lead-en.is-visible,
.feature-block__text.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .feature-block__body {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .feature-block__body-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .feature-block__body-sm {
    max-width: 532px;
    width: 100%;
  }
}

.feature-block__title {
  line-height: 1;
  mix-blend-mode: multiply;
  color: #a8c301;
  font-size: min(80px, 6.55vw);
}

.design-build__title {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-animation: fadeUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (min-width: 768px) {
  .design-build__title::after {
    content: "新築・注文住宅";
    position: absolute;
    top: 32px;
    right: 72px;
    font-size: min(28px, 1.94vw);
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
  }
}

.design-build__lead {
  color: #fff;
  font-size: 36px;
  line-height: 1.38;
  margin-top: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .design-build__lead {
    font-size: 21px;
    margin-top: 35px;
    line-height: 1.42;
  }
}

.feature-block__lead {
  color: #fff;
  font-size: 28px;
  line-height: 1.7;
  margin-top: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .feature-block__lead {
    font-size: 21px;
    margin-top: 35px;
    line-height: 1.42;
  }
}

.design-build__lead-en {
  color: #fff;
  font-weight: 700;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .design-build__lead-en {
    font-size: 14px;
    margin-top: 12px;
  }
}

.feature-block__lead-en {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .feature-block__lead-en {
    font-size: 14px;
  }
}

.feature-block__text {
  margin-top: 36px;
  color: #fff;
  line-height: 1.68;
}
@media screen and (max-width: 767px) {
  .feature-block__text {
    font-size: 14px;
    line-height: 1.71;
  }
}

.feature-block__lead-small {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .feature-block__lead-small {
    font-size: 21px;
  }
}
.feature-block__lead-small span {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .feature-block__lead-small span {
    font-size: 14px;
  }
}

.feature-block__text-small {
  margin-top: 76px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .feature-block__text-small {
    margin-top: 42px;
    font-size: 14px;
  }
}

.feature-block__lead-small,
.feature-block__text-small {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.feature-block__lead-small.is-visible,
.feature-block__text-small.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .feature-block__img-big {
    position: relative;
    border-radius: 42px 0 0 42px;
  }
  .feature-block__img-big::after {
    content: "";
    position: absolute;
    inset: 0; /* top, right, bottom, left 全部0 */
    background: rgba(80, 80, 80, 0.5); /* #505050 の 50% */
    border-radius: 42px 0 0 42px;
  }
  .feature-block__img-big img {
    border-radius: 42px 0 0 42px;
  }
}
.feature-block__img {
  max-width: 652px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .feature-block__img {
    margin-top: 42px;
    padding-right: 20px;
  }
}

.feature-block__img,
.feature-block__img-big {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px); /* →右から */
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.feature-block__img.is-visible,
.feature-block__img-big.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.feature-block__title-sm {
  position: absolute;
  text-align: right;
  bottom: 10px;
  right: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .feature-block__title-sm {
    display: none;
  }
}

.feature-block__title-ja {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .feature-block__title-ja {
    font-size: 3.58vw;
  }
}

.feature-block__title-en {
  font-family: "Fors";
  font-size: 50px;
  font-weight: 700;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .feature-block__title-en {
    font-size: 12.82vw;
    line-height: 1;
  }
}

.point {
  background: #fff;
  padding-bottom: 277px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point {
    padding-top: 40px;
    padding-bottom: 150px;
  }
}
.point::before {
  top: -8.33vw;
  background: url("../img/wave-white.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.33vw;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .point::before {
    top: -11.2vw;
    background: url("../img/sm/wave-footer-bg-white-sm.svg") no-repeat center center/cover;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 11.28vw;
  }
}

.point__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .point__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.point__title-ja {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .point__title-ja {
    font-size: 21px;
  }
}
.point__title-ja span {
  font-size: 52px;
  font-weight: 700;
  color: #a8c301;
}
@media screen and (max-width: 767px) {
  .point__title-ja span {
    font-size: 30px;
  }
}

.point__title-en {
  font-weight: 700;
  padding-left: 130px;
}
@media screen and (max-width: 767px) {
  .point__title-en {
    padding-left: 0;
  }
}

.point__items {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .point__items {
    margin-top: 56px;
    gap: 66px;
  }
}

.point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  background: #f7f6f2;
  border-radius: 5px;
  padding: 26px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point__item {
    padding: 34px 12px 24px;
    gap: 24px;
    min-height: 408px;
  }
}

.point__item,
.step__title,
.step__text,
.other__page-link {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.point__item.is-visible,
.step__title.is-visible,
.step__text.is-visible,
.other__page-link.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.point__item-number {
  position: absolute;
  top: -80px;
  right: 20px;
  color: #a8c301;
  font-size: 100px;
  mix-blend-mode: multiply;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  opacity: 0.39;
}
@media screen and (max-width: 767px) {
  .point__item-number {
    font-size: 50px;
    top: -40px;
    right: 10px;
  }
}

.point__item-lead {
  color: #a8c301;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .point__item-lead {
    font-size: 21px;
  }
}

.l-flow {
  position: relative;
}

.l-flow__head {
  position: absolute;
  top: -140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #a8c301;
  width: 720px;
  padding-top: 36px;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .l-flow__head {
    width: 100%;
    top: -90px;
    padding-bottom: 0;
  }
}

.l-flow__head-ja {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-flow__head-ja {
    font-size: 21px;
  }
}

.l-flow__head-en {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-flow__head-en {
    font-size: 14px;
  }
}

.flow__head-text {
  color: #fff;
  text-align: center;
  padding-top: 52px;
}
@media screen and (max-width: 767px) {
  .flow__head-text {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.reform-renovation__title {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-animation: fadeUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (min-width: 768px) {
  .reform-renovation__title::after {
    content: "リフォーム\aリノベーション";
    white-space: pre;
    position: absolute;
    top: 10px;
    left: min(302px, 24.9vw);
    font-size: min(28px, 1.94vw);
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
  }
}

.reform-renovation__table-wrap {
  max-width: 1440px;
  margin: 50px auto 0;
  padding-inline: 120px;
  width: 100%;
}

.reform-renovation__table-inner {
  background: #fff;
  border-radius: 24px;
  padding: 60px 0;
}

.reform-renovation__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px); /* →右から */
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.reform-renovation__table.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.reform-renovation__table thead tr th {
  padding-bottom: 30px;
}

.reform-renovation__head {
  text-align: center;
  border: none;
}

.reform-renovation__pill {
  display: inline-block;
  width: 17.36vw;
  height: 60px;
  line-height: 60px;
  background: #a8c301;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  text-align: center;
}

.reform-renovation__label {
  width: 100px;
  text-align: center;
  font-weight: bold;
  padding: 16px 12px;
  white-space: nowrap;
  vertical-align: middle;
}
@media screen and (min-width: 1200px) {
  .reform-renovation__label {
    width: 200px;
  }
}

.reform-renovation__table tbody tr:nth-child(2) .reform-renovation__label {
  border-top: 1px solid #e5e5a8;
  border-bottom: 1px solid #e5e5a8;
}

.reform-renovation__table td {
  padding: 1.66vw;
  line-height: 1.6;
  border-top: 1px solid #e5e5a8;
  border-left: 1px solid #e5e5a8;
  vertical-align: middle;
  text-align: center;
  font-size: min(16px, 1.11vw);
}
@media screen and (min-width: 1200px) {
  .reform-renovation__table td {
    padding: 1.66vw 2.77vw;
  }
}

.reform-renovation__table th:first-child,
.reform-renovation__table td:first-child {
  border-left: none;
}

.reform-renovation__table tbody tr:first-child td {
  border-top: none;
}

.reform-renovation__footer {
  background: #a8c301; /* 後ろの緑背景 */
  padding-inline: 20px;
  margin-top: 43px;
}

/* 共通カード */
.reform,
.renovation {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.reform.is-visible,
.renovation.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* リフォーム */
.reform__pill {
  display: inline-block;
  background: #a8c301;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 20px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.reform__label {
  font-weight: bold;
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 6px;
}

.reform__text {
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
  border-bottom: 1px solid #e5e5a8;
  padding-bottom: 8px;
}
.reform__text:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

/* リノベーション */
.renovation__pill {
  display: inline-block;
  background: #a8c301;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 20px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.renovation__label {
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 6px;
}

.renovation__text {
  margin: 0;
  line-height: 1.6;
  border-bottom: 1px solid #e5e5a8;
  padding-bottom: 8px;
}
.renovation__text:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.vacation-rental__title {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-animation: fadeUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (min-width: 768px) {
  .vacation-rental__title::after {
    content: "民泊・宿泊施設";
    position: absolute;
    bottom: min(25px, 1.73vw);
    left: min(290px, 22.1vw);
    font-size: min(28px, 1.94vw);
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
  }
}

.about {
  background: #a8c301;
  padding-top: 56px;
  padding-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 0;
    padding-bottom: 48px;
  }
}

.about__logo {
  text-align: center;
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .about__logo img {
    width: 100px;
  }
}

.about__head {
  margin-top: 116px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .about__head {
    margin-top: 72px;
  }
}

.about__head-title {
  font-size: 80px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 16px;
  display: inline-block;
  margin-inline: auto;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .about__head-title {
    font-size: 42px;
  }
}
.about__head-title::before {
  content: "";
  position: absolute;
  background: url(../img/about__head-tag.png) no-repeat center center/contain;
  top: -50px;
  left: -72px;
  width: 163px;
  height: 66px;
}

.about__content {
  margin: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
  max-width: 829px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .about__content {
    margin-top: 44px;
  }
}

.about__lead {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about__lead {
    font-size: 21px;
  }
}

.about__text {
  font-weight: 700;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 14px;
  }
}

.about__content-right {
  text-align: right;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .about__content-company {
    text-align: right;
  }
}

.company {
  background: #fff;
  padding-bottom: 120px;
  position: relative;
}
.company::before {
  top: -8.13vw;
  background: url("../img/wave-white.svg") no-repeat center center/101% auto;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.33vw;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .company::before {
    top: -11.2vw;
    background: url("../img/sm/wave-footer-bg-white-sm.svg") no-repeat center center/101% auto;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 11.28vw;
  }
}

.company__head {
  text-align: left;
  color: #a8c301;
}
@media screen and (max-width: 767px) {
  .company__head {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .company__head-en {
    font-size: 50px;
  }
}

.company__head-ja {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .company__head-ja {
    padding-left: 0;
  }
}

/* 情報リスト */
.company__info {
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  .company__info {
    margin-top: 24px;
  }
}

.company__row {
  display: grid;
  grid-template-columns: 250px 1fr; /* 左:固定 / 右:可変 */
  gap: 16px 32px;
  padding: 16px 0;
}
.company__row:not(:last-child) {
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}
@media screen and (max-width: 767px) {
  .company__row {
    grid-template-columns: 1fr; /* スマホ: 1カラム */
    gap: 2px; /* 縦方向だけの隙間 */
  }
}

.company__label {
  font-weight: bold;
  padding-left: 60px;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .company__label {
    padding-left: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .company__value {
    font-size: 14px;
  }
}
.company__value li {
  line-height: 2;
}

.company__value ol {
  list-style: decimal;
  padding-left: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}
.company__value ol li {
  padding-left: 4px;
}
@media screen and (max-width: 767px) {
  .blank-left {
    margin-left: -3px;
  }
}

@media screen and (max-width: 767px) {
  .blank-right {
    margin-right: -3px;
  }
}

@media screen and (max-width: 767px) {
  .access {
    background: #f7f6f2;
    position: relative;
  }
  .access::before {
    top: -11.2vw;
    background: url("../img/sm/wave-footer-bg-sm.svg") no-repeat center center/cover;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 11.28vw;
    z-index: 3;
  }
}

.access__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .access__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.access__head {
  color: #a8c301;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .access__head-en {
    font-size: 50px;
  }
}

.access__map {
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .access__map {
    margin-top: 0;
  }
}

.access__map-text {
  color: #707070;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .access__map-text {
    font-size: 14px;
  }
}

.access__map-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a8c301;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .access__map-link {
    margin-top: 14px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.access__map-link:hover {
  opacity: 0.7;
}

.access__map-icon img {
  width: 12px;
  height: 14px;
}

.access__map-arrow img {
  width: 4px;
  height: 9px;
}

.access__bg {
  margin-top: 40px;
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .access__bg {
    height: 437px;
  }
}
.access__bg iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .access__bg {
    text-align: center;
    margin: 40px auto 0;
  }
}

.service {
  padding-top: 92px;
  padding-bottom: 160px;
  background: url(../img/works-bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .service {
    padding-top: 45px;
    padding-bottom: 98px;
  }
}

.service__head {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .service__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .service__head-en {
    font-size: 50px;
  }
}

.service__head-ja {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .service__head-ja {
    padding-left: 0;
  }
}

.service__others {
  margin-top: 92px;
}
@media screen and (max-width: 767px) {
  .service__others {
    margin-top: 0;
  }
}
.service__others .other__page-link:nth-of-type(1) .other__page-title {
  color: #505050;
}
.service__others .other__page-link:nth-of-type(1) .other__page-text {
  color: #505050;
}
.service__others .other__page-link:nth-of-type(1)::after {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service__others .other__page-link:nth-of-type(1):hover .other__page-title {
  color: #fff;
}
.service__others .other__page-link:nth-of-type(1):hover .other__page-text {
  color: #fff;
}
.service__others .other__page-link:nth-of-type(1):hover::after {
  opacity: 1;
}

.service__others-inner {
  margin: 0 auto;
  padding: 0 20px;
  background: #f7f6f2;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .service__others-inner {
    background: transparent;
  }
}
@media screen and (min-width: 768px) {
  .service__others-inner {
    border-radius: 260px;
    padding-inline: 50px;
  }
}
/* Section全体 */
.l-works {
  background: #a8c301; /* 背景色 */
  padding: 80px 0;
  position: relative;
}
.l-works::before {
  top: -0.12vw;
  background: url("../img/wave-white.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.33vw;
  z-index: 3;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media screen and (max-width: 767px) {
  .l-works::before {
    background: url("../img/sm/wave-footer-bg-white-sm.svg") no-repeat center center/cover;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 11.28vw;
  }
}

.l-works__head {
  color: #fff;
  padding-left: 130px;
  opacity: 0;
  -webkit-animation: fvFadeUp 0.3s ease-out forwards;
          animation: fvFadeUp 0.3s ease-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .l-works__head {
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-works__head-ja {
  padding-left: 72px;
}
@media screen and (max-width: 767px) {
  .l-works__head-ja {
    padding-left: 0;
  }
}

/* タブ */
.l-works__tabs {
  margin-top: 60px;
  display: grid;
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-works__tabs {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
@media screen and (min-width: 768px) {
  .l-works__tabs {
    grid-template-columns: repeat(2, 235px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .l-works__tabs {
    grid-template-columns: repeat(4, 235px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-works__tab {
  border-radius: 24px;
  padding: 8px 24px;
  font-size: 14px;
  border: 1px solid #fff;
  cursor: pointer;
  color: #fff;
  max-width: 234px;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-works__tab {
    padding: 2px 24px;
  }
}
.l-works__tab:hover {
  background: #fff;
  color: #a8c301;
}

.l-works__tab--active {
  background: #fff;
  color: #a8c301;
}

/* グリッド */
.l-works__items {
  max-width: 1164px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 46px 3.6%;
}
@media screen and (max-width: 767px) {
  .l-works__items {
    display: none;
  }
}

.l-works__items-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
@media screen and (min-width: 768px) {
  .l-works__items-sm {
    display: none;
  }
}

.l-works__item {
  border: 1px solid #fff;
  border-radius: 5px;
  position: relative;
  border-radius: 5px;
  overflow: visible; /* ホバー背景をはみ出させる */
  width: 30.92%;
  aspect-ratio: 360/474;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.l-works__item.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-works__item-link {
  display: block;
  color: inherit; /* テキスト色は継承 */
  padding: 10px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  text-decoration: none;
  color: inherit;
  aspect-ratio: 360/474;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .l-works__item-link {
    padding: 22px;
  }
}
.l-works__item-link::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  background: #fff;
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.l-works__item-link:hover .l-works__meta {
  color: #505050;
  background: rgba(168, 195, 1, 0.15);
}
.l-works__item-link:hover .l-works__title {
  color: #505050;
}
.l-works__item-link:hover .l-works__date {
  color: #a8c301;
}
.l-works__item-link:hover::before {
  opacity: 1;
}

.l-works__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: min(16px, 1.11vw);
  font-weight: 700;
  color: #666;
  padding: 4px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 2px;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .l-works__meta {
    -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;
  }
}
@media screen and (min-width: 1440px) {
  .l-works__meta {
    padding: 8px 12px;
  }
}
.l-works__meta::before {
  content: "";
  position: absolute;
  inset: 0; /* 親要素いっぱいに広げる */
  background: #fff; /* 背景は白 */
  opacity: 0.3; /* 背景だけ30% */
  z-index: -1; /* 背景を後ろに */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-works__date {
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-works__category {
  font-weight: 400;
}

.l-works__thumb {
  margin-top: 15px;
  aspect-ratio: 360/306;
}
.l-works__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.l-works__title {
  margin-top: 25px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
}

/* ページネーション */
.l-works__pagination {
  margin-top: 62px;
  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;
  gap: 143px;
}
@media screen and (max-width: 767px) {
  .l-works__pagination {
    margin-top: 44px;
    gap: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-inline: 20px;
  }
}

.pagination-prev,
.pagination-next {
  font-weight: 700;
  cursor: pointer;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.pagination-prev::after,
.pagination-next::after {
  content: "";
  position: absolute;
  bottom: -10px; /* テキストの下に配置 */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 115px; /* 横幅 */
  height: 1px; /* 線の太さ */
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  .pagination-prev::after,
  .pagination-next::after {
    width: 78px;
    bottom: 0;
  }
}
.pagination-prev:hover,
.pagination-next:hover {
  opacity: 0.7;
}

.pagination-prev.is-disabled,
.pagination-next.is-disabled {
  color: #a8c301;
  mix-blend-mode: multiply;
  cursor: default;
}
.pagination-prev.is-disabled:hover,
.pagination-next.is-disabled:hover {
  opacity: 1;
}

.pagination-prev::before {
  content: "";
  position: absolute;
  bottom: -15px; /* 棒の位置より少し下 */
  left: calc(50% - 57.5px); /* 棒の左端に揃える */
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid currentColor;
}
@media screen and (max-width: 767px) {
  .pagination-prev::before {
    left: calc(50% - 39px); /* 棒の左端に揃える */
    bottom: -5px;
  }
}

.pagination-next::before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: calc(50% - 57.5px); /* 棒の右端に揃える */
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid currentColor;
}
@media screen and (max-width: 767px) {
  .pagination-next::before {
    right: calc(50% - 39px); /* 棒の左端に揃える */
    bottom: -5px;
  }
}

.pagination-info {
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.pagination-info img {
  width: 18px;
  height: 18px;
}

.single-works__inner {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .single-works__inner {
    padding-top: 35px;
  }
}

.single-works__head {
  color: #a8c301;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 120px;
  opacity: 0;
  -webkit-animation: fvFadeUp 0.3s ease-out forwards;
          animation: fvFadeUp 0.3s ease-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .single-works__head {
    padding-inline: 20px;
  }
}

.single-works__head-en {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .single-works__head-en {
    font-size: 50px;
    line-height: 1;
  }
}

.single-works__content {
  padding-top: 90px;
  padding-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .single-works__content {
    padding-top: 54px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .single-works__content {
    margin-inline: auto;
  }
}

.single-works__img {
  text-align: center;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 120px;
}
@media screen and (max-width: 767px) {
  .single-works__img {
    padding-inline: 0;
  }
}
.single-works__img img {
  width: 100%;
}

.single-works__main {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .single-works__main {
    margin-top: 40px;
  }
}

.single-works__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .single-works__tag {
    padding-inline: 20px;
  }
}

.single-works__category span {
  display: inline-block;
  background: #a8c301;
  color: #fff;
  font-weight: 700;
  padding: 4px 60px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .single-works__category span {
    font-size: 14px;
    padding: 4px 18px;
  }
}
@media screen and (min-width: 768px) {
  .single-works__category span {
    padding: 4px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .single-works__category span {
    padding: 4px 60px;
  }
}

.single-works__date {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single-works__date {
    font-size: 14px;
  }
}

.single-works__title {
  margin-top: 68px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
@media screen and (max-width: 767px) {
  .single-works__title {
    margin-top: 60px;
    font-size: 21px;
    text-align: left;
  }
}

.single-works__title.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.single-works__info {
  margin-top: 78px;
  display: grid;
  grid-template-columns: 109px 1fr;
  row-gap: 26px;
  -webkit-column-gap: 92px;
     -moz-column-gap: 92px;
          column-gap: 92px;
}
@media screen and (max-width: 767px) {
  .single-works__info {
    margin-top: 60px;
    grid-template-columns: 80px 1fr;
    -webkit-column-gap: 38px;
       -moz-column-gap: 38px;
            column-gap: 38px;
  }
}

.single-works__item {
  display: contents;
}
.single-works__item dt {
  font-weight: 700;
}
.single-works__body {
  margin-top: 68px;
  background: #f7f6f2;
  border-radius: 260px;
  padding: 68px 194px;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .single-works__body {
    padding: 80px 20px 60px;
    border-radius: 30px 30px 0 0;
    font-size: 14px;
    margin-inline: 0;
  }
}
@media screen and (min-width: 768px) {
  .single-works__body {
    padding: 68px 100px;
  }
}
@media screen and (min-width: 1200px) {
  .single-works__body {
    padding: 68px 194px;
  }
}
.single__gallery {
  padding-top: 264px;
  padding-bottom: 174px;
  background: #a8c301;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single__gallery {
    padding-top: 100px;
    padding-bottom: 48px;
  }
}
.single__gallery::before {
  top: -0.22vw;
  background: url("../img/wave-white.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.33vw;
  z-index: 3;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media screen and (max-width: 767px) {
  .single__gallery::before {
    background: url("../img/sm/wave-footer-bg-sm.svg") no-repeat center center/cover;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 11.28vw;
  }
}

.single__gallery-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 120px;
}
@media screen and (max-width: 767px) {
  .single__gallery-inner {
    padding-inline: 0;
  }
}

.single-works__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .single-works__gallery {
    gap: 16px;
  }
}

/* 横長は2列ぶち抜き（大きく表示） */
.single-works__gallery-item--large {
  grid-column: span 2;
}
.single-works__gallery-item--large img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* 標準（横2列） */
.single-works__gallery-item.is-standard img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* 縦長（縦枠） */
.single-works__gallery-item.is-portrait img {
  aspect-ratio: 565/808;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.l-news {
  background: #a8c301;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-news {
    padding-top: 52px;
  }
}
.l-news::before {
  top: -0.12vw;
  background: url("../img/wave-white.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.33vw;
  z-index: 3;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media screen and (max-width: 767px) {
  .l-news::before {
    background: url("../img/sm/wave-footer-bg-white-sm.svg") no-repeat center center/cover;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 11.28vw;
  }
}

.l-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}
@media screen and (min-width: 1200px) {
  .l-news__content {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .l-news__main {
    width: 73%;
  }
}

.l-news__head {
  color: #fff;
  padding-left: 100px;
  opacity: 0;
  -webkit-animation: fvFadeUp 0.3s ease-out forwards;
          animation: fvFadeUp 0.3s ease-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .l-news__head {
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .l-news__head-en {
    font-size: 50px;
  }
}

.l-news__head-ja {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .l-news__head-ja {
    padding-left: 0;
  }
}

.l-news__items {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .l-news__items {
    margin-top: 54px;
    gap: 76px;
  }
}

.l-news__item {
  position: relative;
  padding: 52px 26px 40px;
  border-radius: 5px;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-news__item {
    padding: 44px 21px;
  }
}
.l-news__item:hover {
  background: #a8c301;
  outline: 1px solid #fff;
}
.l-news__item:hover .l-news__item-title {
  color: #fff;
}
.l-news__item:hover .l-news__item-date {
  color: #fff;
}
.l-news__item:hover .l-news__item-text {
  color: #fff;
  border-top: 2px dashed #fff;
}

.l-news__item.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-news__item-tag {
  position: absolute;
  background: #707070;
  border-radius: 5px;
  padding: 6px 14px;
  color: #fff;
  top: -20px;
  left: 60px;
}
@media screen and (max-width: 767px) {
  .l-news__item-tag {
    font-size: 14px;
    left: 30px;
  }
}

.l-news__item-title {
  color: #a8c301;
  font-weight: 700;
  font-size: 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-news__item-title {
    font-size: 21px;
  }
}

.l-news__item-date {
  font-weight: 700;
  margin-top: 16px;
  padding-bottom: 27px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-news__item-date {
    font-size: 14px;
  }
}

.l-news__item-text {
  padding-top: 27px;
  position: relative;
  border-top: 2px dashed #a8c301;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-news__item-text {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .l-news .l-works__pagination {
    max-width: 416px;
    margin-inline: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .l-news .pagination-info {
    display: none;
  }
}

.sidebar {
  display: none;
}
@media screen and (min-width: 1200px) {
  .sidebar {
    display: block;
    width: 23%;
    position: relative;
    z-index: 5;
  }
}

.sidebar__head {
  background: #fff;
  border-radius: 10px;
  padding: 16px 22px 16px;
}

.sidebar__head-title {
  display: block;
  background: #a8c301;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  max-width: 180px;
  margin: 0 auto;
}

.sidebar__head-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidebar__head-item {
  padding-block: 22px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar__head-item:not(:last-child) {
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}
.sidebar__head-item:hover {
  opacity: 0.7;
}

.sidebar__head-date {
  font-weight: 700;
}

.sidebar__head-item-title {
  color: #a8c301;
}

.sidebar__footer {
  margin-top: 14px;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 15px 40px 20px;
}

.sidebar__footer-title {
  background: #fff;
  color: #a8c301;
  text-align: center;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 5px;
}

.sidebar__footer-year {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidebar__footer-now {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.sidebar__footer-prev,
.sidebar__footer-next {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar__footer-prev::before,
.sidebar__footer-next::before {
  content: "▶";
  position: absolute;
  color: #fff;
  width: 7px;
  height: 7px;
  top: 6px;
  font-size: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar__footer-prev:hover,
.sidebar__footer-next:hover {
  opacity: 0.7;
}

.sidebar__footer-prev::before {
  left: 1px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.sidebar__footer-next::before {
  right: 1px;
}

.sidebar__footer-prev.is-disabled,
.sidebar__footer-next.is-disabled {
  pointer-events: none; /* クリック不可 */
  cursor: default; /* カーソルを通常に */
  color: #888; /* 無効っぽい色 */
}
.sidebar__footer-prev.is-disabled::before,
.sidebar__footer-next.is-disabled::before {
  color: #888; /* 例: グレー */
}

.sidebar__footer-pasts {
  margin-top: 20px;
  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;
}

.sidebar__footer-past {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar__footer-past:hover {
  opacity: 0.7;
}

.l-post__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 120px;
}
@media screen and (max-width: 767px) {
  .l-post__inner {
    padding-inline: 0px;
  }
}

.l-post__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}
@media screen and (min-width: 1200px) {
  .l-post__content {
    width: 100%;
  }
}

.l-post__main {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .l-post__main {
    width: 73%;
  }
}

.l-post__item {
  margin-top: 72px;
  padding: 52px 26px 40px;
  border-radius: 5px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-post__item {
    padding: 44px 21px;
    margin-top: 58px;
  }
}

.l-post__item-tag {
  position: absolute;
  background: #707070;
  border-radius: 5px;
  padding: 6px 14px;
  color: #fff;
  top: -20px;
  left: 60px;
}
@media screen and (max-width: 767px) {
  .l-post__item-tag {
    font-size: 14px;
    left: 30px;
  }
}

.l-news__item-thumb {
  margin-top: 40px;
  text-align: center;
}

.l-post__footer {
  padding-inline: 20px;
}

.sweets__body {
  background: #f7f6f2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #482c2c;
}

.sweets__body {
  /* 上部 */
}
.sweets__body .sweets__header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sweets__body .sweets__drawer-icon {
  width: 60px;
  height: 40px;
  position: fixed;
  top: 65px;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sweets__body .sweets__drawer-icon.is-checked .sweets__drawer-icon__bar:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 22px;
  width: 40px;
  right: 0;
}
.sweets__body .sweets__drawer-icon.is-checked .sweets__drawer-icon__bar:nth-child(2) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  top: 22px;
  width: 40px;
  right: 0;
}
@media screen and (min-width: 1200px) {
  .sweets__body .sweets__drawer-icon.is-checked .sweets__drawer-icon__bar {
    display: none;
  }
}
.sweets__body .sweets__drawer-icon__bar {
  position: absolute;
  width: 65px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: top 0.1s linear, -webkit-transform 0.3s linear;
  transition: top 0.1s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.1s linear;
  transition: transform 0.3s linear, top 0.1s linear, -webkit-transform 0.3s linear;
}
.sweets__body .sweets__drawer-icon__bar:nth-child(1) {
  top: 16px;
  right: 0;
}
.sweets__body .sweets__drawer-icon__bar:nth-child(2) {
  top: 27px;
  right: 25px;
  width: 40px;
}
.sweets__body .sweets__drawer-icon.is-scrolled .sweets__drawer-icon__bar {
  background: #26c0d7;
}
.sweets__body .drawer-content {
  background: #26c0d7;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 100;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sweets__body .drawer-content {
    width: 100%;
    padding: 23px 22px;
  }
}
@media screen and (min-width: 768px) {
  .sweets__body .drawer-content {
    width: 80%;
    max-width: 570px;
    padding: 32px 78px 65px;
  }
}
.sweets__body .drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sweets__body .drawer-content__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.sweets__body .drawer-content__logo {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sweets__body .drawer-content__logo img {
  width: 100px;
}
.sweets__body .drawer-content__logo:hover {
  opacity: 0.7;
}
.sweets__body .close-icon {
  color: #26c0d7;
  font-size: 25px;
  background: #fff;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sweets__body .close-icon:hover {
  color: #fff;
  background: #26c0d7;
}
.sweets__body .drawer-content__menu {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  margin-top: 54px;
  padding-left: 20px;
  width: 100%;
}
.sweets__body .drawer-content__link {
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.sweets__body .drawer-content__link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #fff;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sweets__body .drawer-content__link:hover {
  opacity: 0.7;
}
.sweets__body .drawer-content__link:hover::after {
  width: 100%;
}
.sweets__body .drawer-content__bottom {
  padding-top: 40px;
  width: 100%;
}
.sweets__body .drawer-content__line {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 20px 0;
}
.sweets__body .drawer-content__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .sweets__body .drawer-content__footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sweets__body .drawer-content__sns {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sweets__body .drawer-content__sns img {
  width: 24px;
  height: 24px;
}
.sweets__body .drawer-content__sns:hover {
  opacity: 0.7;
}
.sweets__body .drawer-content__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .sweets__body .drawer-content__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 30px;
  }
}
.sweets__body .drawer-content__links a {
  font-size: 12px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.sweets__body .drawer-content__links a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #fff;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sweets__body .drawer-content__links a:hover::after {
  width: 100%;
}
.sweets__body .drawer-content__links a:hover {
  opacity: 0.7;
}

.sweets__inner {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 120px;
}
@media screen and (max-width: 767px) {
  .sweets__inner {
    padding-inline: 20px;
  }
}

.main {
  position: relative;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 16px 20px;
  }
}
.main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 417px;
  z-index: -3;
}
@media screen and (max-width: 767px) {
  .main::before {
    height: 315px;
  }
}

.sweets__fv {
  background: url(../img/sweets-bg.jpg) no-repeat center center/cover;
  height: 720px;
  border-radius: 50px;
  color: #fff;
  height: calc(100vh - 48px);
  position: relative;
  text-align: center;
  opacity: 0;
  -webkit-animation: fvBgFade 0.6s ease-out forwards;
          animation: fvBgFade 0.6s ease-out forwards;
}

.sweets__logo {
  padding-top: 140px;
  opacity: 0;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sweets__logo img {
  width: 137px;
}

.sweets__fv-lead {
  font-size: 38px;
  margin-top: 30px;
  font-weight: bold;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .sweets__fv-lead {
    font-size: 28px;
  }
}

.sweets__fv-text {
  margin-top: 26px;
  font-size: 18px;
  font-weight: 500;
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-animation: fadeUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  .sweets__fv-text {
    font-size: 15px;
    margin-top: 16px;
  }
}

/* スクロールダウンの位置 */
.scroll {
  margin-top: 90px;
  position: relative;
  z-index: 10;
  opacity: 0;
  -webkit-animation: fadeUp 0.6s ease-out forwards;
          animation: fadeUp 0.6s ease-out forwards;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
@media screen and (max-width: 767px) {
  .scroll {
    margin-top: 10px;
  }
}

/* 線のアニメーション部分 */
.scroll::before {
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  background-color: #82766d;
  top: 36px;
  content: "";
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
/* 線の背景色 */
.scroll::after {
  background-color: #fff;
  top: 36px;
  content: "";
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.sweets__about {
  padding-top: 140px;
  padding-bottom: 50px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .sweets__about {
    padding-bottom: 72px;
    background: url(../img/sweets__about-bg.png) no-repeat bottom center/cover;
  }
}

.sweets__about-head {
  color: #f99c9c;
  font-size: 20px;
  font-family: "Ruika 09", sans-serif;
}
@media screen and (min-width: 768px) {
  .sweets__about-head {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .sweets__about-head {
    text-align: left;
  }
}

.sweets__about-content {
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1200px) {
  .sweets__about-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .sweets__about-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sweets__about-lead {
  font-size: 33px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sweets__about-lead {
    font-size: 28px;
  }
}

.sweets__about-text {
  font-weight: 500;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  .sweets__about-text {
    font-size: 14px;
  }
}

.sweets__about-items {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .sweets__about-items {
    gap: 52px;
  }
}
@media screen and (min-width: 1200px) {
  .sweets__about-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.sweets__about-item {
  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: 16px;
}

.sweets__about-img img {
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .sweets__about-img img {
    border-radius: 22px;
  }
}

.sweets__about-items-text {
  text-align: center;
  font-size: 19px;
  font-weight: 500;
}

.supplier {
  background: #e9f5fb;
  padding-top: 247px;
  padding-bottom: 120px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .supplier {
    padding-top: 120px;
    padding-bottom: 72px;
  }
}
.supplier::after {
  content: "";
  position: absolute;
  background: url(../img/sweets-hotcake.png) no-repeat center center/contain;
  bottom: 0;
  width: 308px;
  height: 169px;
  z-index: 5;
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  .supplier::after {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .supplier::after {
    width: 148px;
    height: 81px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .supplier::before {
    content: "";
    position: absolute;
    background: #e9f5fb;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 5;
  }
}

.supplier__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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: 70px;
  position: relative;
}
.supplier__inner::before {
  content: "";
  position: absolute;
  background: url(../img/sweets-candy.png) no-repeat center center/contain;
  top: -100px;
  right: 120px;
  width: 69px;
  height: 96px;
  z-index: 5;
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .supplier__inner::before {
    right: 0;
  }
}
.supplier__inner::after {
  content: "";
  position: absolute;
  background: url(../img/sweets-heart.png) no-repeat center center/contain;
  top: -100px;
  right: 220px;
  width: 30px;
  height: 30px;
  z-index: 5;
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .supplier__inner::after {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .supplier__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* 左カラム */
.supplier__content {
  max-width: 600px;
  width: 100%;
  position: relative;
}
.supplier__content::before {
  content: "";
  position: absolute;
  background: url(../img/sweets-shop.png) no-repeat center center/contain;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85px;
  height: 40px;
  z-index: 5;
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
@media screen and (min-width: 1200px) {
  .supplier__content {
    max-width: 450px;
    width: 100%;
  }
}

.supplier__title {
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .supplier__title {
    font-size: 30px;
    text-align: center;
  }
}
.supplier__title span {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .supplier__title span {
    font-size: 20px;
  }
}

.supplier__text {
  margin-top: 32px;
  line-height: 2.12;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .supplier__text {
    font-size: 14px;
    margin-top: 24px;
  }
}

.supplier__conditions {
  margin-top: 40px;
  background: #fff;
  border: 2px dashed #9d8b72;
  border-radius: 15px;
  padding: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .supplier__conditions::after {
    content: "";
    position: absolute;
    background: url(../img/sweets-heart.png) no-repeat center center/contain;
    top: -35px;
    right: 16px;
    width: 30px;
    height: 30px;
    z-index: 5;
    -webkit-animation: float 5s ease-in-out infinite;
            animation: float 5s ease-in-out infinite;
  }
}

.supplier__conditions-title {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .supplier__conditions-title {
    font-size: 18px;
  }
}

.supplier__conditions ul {
  margin-top: 8px;
}

.supplier__conditions li {
  font-weight: 500;
  font-size: 14px;
  padding-left: 16px;
  position: relative;
}
.supplier__conditions li::before {
  content: "●";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #f99c9c;
}
.supplier__conditions li span {
  color: #f99c9c;
  padding-right: 3px;
}

/* 右カラム */
.supplier__img {
  position: relative;
}
.supplier__img::before {
  content: "";
  position: absolute;
  background: url(../img/sweets-stick.jpg) no-repeat center center/contain;
  border-radius: 15px;
  top: -30px;
  left: -30px;
  width: 230px;
  height: 230px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .supplier__img::before {
    width: 139px;
    height: 123px;
    left: 0px;
  }
}
.supplier__img img {
  border-radius: 15px;
  width: 420px;
  height: 420px;
}
@media screen and (max-width: 767px) {
  .supplier__img img {
    width: 292px;
    height: 238px;
  }
}
@media screen and (max-width: 767px) {
  .supplier__img {
    margin-left: auto;
    padding-left: 40px;
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); /* 上に20px移動 */
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); /* 上に20px移動 */
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.collaboration {
  background: #faecec;
  padding-top: 104px;
  padding-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .collaboration {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.collaboration::after {
  content: "";
  position: absolute;
  background: url(../img/sweets-shortcake.png) no-repeat center center/contain;
  bottom: -5px;
  right: 20px;
  width: 308px;
  height: 169px;
  z-index: 5;
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .collaboration::after {
    bottom: 0;
    left: -10px;
    width: 203px;
    height: 105px;
  }
}

@media screen and (min-width: 1200px) {
  .collaboration__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.collaboration__inner::before {
  display: none;
}
.collaboration__inner::after {
  top: 0;
  right: 120px;
}

/* 右カラム */
.collaboration__content {
  margin-top: 60px;
  max-width: 450px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .collaboration__content {
    margin-top: 0;
  }
}
.collaboration__content::before {
  content: "";
  position: absolute;
  background: url(../img/sweets-shop.png) no-repeat center center/contain;
  top: -50px;
  left: -100px;
  width: 85px;
  height: 40px;
  z-index: 5;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .collaboration__content::before {
    left: 0;
  }
}

.collaboration__img {
  position: relative;
}
.collaboration__img::before {
  content: "";
  position: absolute;
  background: url(../img/sweets-juice.jpg) no-repeat center center/contain;
  border-radius: 15px;
  bottom: -100px;
  right: -100px;
  width: 230px;
  height: 230px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .collaboration__img::before {
    width: 139px;
    height: 123px;
    bottom: -30px;
    right: 0;
  }
}
.collaboration__img img {
  border-radius: 15px;
  width: 420px;
  height: 420px;
}
@media screen and (max-width: 767px) {
  .collaboration__img img {
    width: 292px;
    height: 238px;
  }
}
@media screen and (max-width: 767px) {
  .collaboration__img {
    padding-right: 40px;
    margin-right: auto;
  }
}

.shop {
  text-align: center;
  padding-top: 147px;
  padding-bottom: 100px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .shop {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.shop__title {
  font-size: 35px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shop__title {
    font-size: 30px;
  }
}
.shop__title::before {
  content: "";
  position: absolute;
  background: url(../img/shop__title-star.png) no-repeat center center/contain;
  top: -40px;
  right: -70px;
  width: 67px;
  height: 88px;
  z-index: 5;
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
.shop__desc {
  margin-top: 32px;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .shop__desc {
    margin-top: 24px;
    font-size: 14px;
  }
}

/* 小見出し */
.shop__sub {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .shop__sub {
    margin-top: 24px;
  }
}
.shop__sub span {
  font-size: 25px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shop__sub span {
    font-size: min(22px, 5.64vw);
  }
}
.shop__sub span::before {
  position: absolute;
  content: "";
  background: url(../img/shop__sub-icon.png) no-repeat center center/contain;
  width: 20px;
  height: 24px;
  top: 10px;
  left: -24px;
}
.shop__sub span::after {
  position: absolute;
  content: "";
  background: url(../img/shop__sub-icon.png) no-repeat center center/contain;
  width: 20px;
  height: 24px;
  top: 10px;
  right: -24px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* 特徴アイテム */
.shop__items {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .shop__items {
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .shop__items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .shop__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.shop__item {
  width: 250px;
  height: 250px;
  border: 2px dashed #9d8b72;
  border-radius: 50%;
  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;
  padding: 20px;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .shop__item:nth-of-type(2) {
    margin-left: auto;
  }
}
.shop__item p {
  font-weight: 700;
}

.shop__item .highlight {
  color: #eb7979;
  font-weight: 700;
}

.info {
  background: #f7f6f2;
  padding: 80px 20px;
  text-align: center;
  position: relative;
}
.info:before {
  position: absolute;
  content: "";
  background: url(../img/info-bg-head.svg) no-repeat center center/cover;
  top: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 5;
}
.info::after {
  position: absolute;
  content: "";
  background: url(../img/info-bg-head.svg) no-repeat center center/cover;
  bottom: -49px;
  left: 0;
  width: 100%;
  height: 50px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  z-index: 5;
}

.info__inner {
  position: relative;
}
.info__inner:before {
  position: absolute;
  content: "";
  background: url(../img/info-candy.png) no-repeat center center/contain;
  top: -100px;
  right: 0;
  width: 81px;
  height: 101px;
  z-index: 5;
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}

.info__title {
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .info__title {
    font-size: min(30px, 7.69vw);
  }
}

.info__desc {
  margin-top: 32px;
  line-height: 2.12;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .info__desc {
    margin-top: 50px;
    font-size: 14px;
  }
}

/* レイアウト */
.info__content {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 1200px) {
  .info__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* 左カラム */
.info__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  text-align: left;
  max-width: 486px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .info__detail {
    gap: 30px;
  }
}

.info__box {
  background: #fff;
  border: 2px dashed #9d8b72;
  border-radius: 15px;
  padding: 16px 34px;
}

.info__box-title {
  font-weight: 700;
}

.info__box-text-md,
.info__box-text {
  margin-top: 8px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 2.12;
}

@media screen and (max-width: 767px) {
  .info__box-text-md {
    display: none;
  }
}

.info__box-text-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info__box-text-sm span {
  font-weight: 500;
}
.info__box-text-sm a {
  color: #eb7979;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .info__box-text-sm {
    display: none;
  }
}

.info__box-address {
  font-weight: 500;
}

.info__link {
  color: #eb7979;
  font-weight: 700;
  text-decoration: underline;
}
/* 右カラム */
.info__img {
  display: none;
}
@media screen and (min-width: 1200px) {
  .info__img {
    display: block;
    position: relative;
  }
}
.info__img::before {
  content: "";
  position: absolute;
  background: url(../img/sweets-dessert.jpg) no-repeat center center/contain;
  border-radius: 15px;
  top: -50px;
  left: -50px;
  width: 230px;
  height: 230px;
  z-index: 5;
}
.info__img img {
  border-radius: 15px;
  width: 420px;
  height: 420px;
}

.sweets-faq {
  padding: 80px 0;
  background: #fff;
  position: relative;
}
.sweets-faq::before {
  content: "";
  position: absolute;
  background: url(../img/../img/faq-ice.png) no-repeat center center/contain;
  top: -60px;
  left: 130px;
  width: 160px;
  height: 230px;
  z-index: 5;
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .sweets-faq::before {
    display: none;
  }
}

.sweets-faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 192px;
  margin-top: 94px;
}
@media screen and (max-width: 767px) {
  .sweets-faq__items {
    margin-top: 192px;
  }
}

.sweets-faq__item:nth-of-type(2) {
  position: relative;
}
.sweets-faq__item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  background: url(../img/../img/faq-candy.png) no-repeat center center/contain;
  z-index: 5;
  width: 106px;
  height: 77px;
  top: -76px;
  right: -15px;
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
@media screen and (min-width: 1200px) {
  .sweets-faq__item:nth-of-type(2)::before {
    top: -125px;
    right: 20px;
    width: 174px;
    height: 126px;
  }
}

.sweets-faq__head {
  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;
  position: relative;
}
.sweets-faq__head::before {
  content: "";
  position: absolute;
  background: url(../img/../img/faq-bird.png) no-repeat center center/contain;
  top: 0px;
  width: 118px;
  height: 90px;
  z-index: 5;
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .sweets-faq__head::before {
    top: 67px;
    right: 36px;
    width: 80px;
    height: 52px;
  }
}
@media screen and (min-width: 768px) {
  .sweets-faq__head::before {
    right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .sweets-faq__head::before {
    right: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .sweets-faq__head::before {
    right: 150px;
  }
}

.sweets-faq__head-en {
  font-size: 18px;
  font-weight: 700;
}

.sweets-faq__head-ja {
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sweets-faq__head-ja {
    font-size: 30px;
  }
}

.sweets-faq__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  gap: 32px;
  position: relative;
}

.sweets-faq__list-head {
  position: absolute;
  top: -154px;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .sweets-faq__list-head {
    left: 0;
  }
}
.sweets-faq__list-head img {
  width: 224px;
}
@media screen and (max-width: 767px) {
  .sweets-faq__list-head img {
    width: 224px;
    height: 142px;
  }
}

.sweets-faq {
  /* QAボックス */
}
.sweets-faq .qa-box {
  background: #eef9fe;
  border: 2px dashed #9d8b72;
  -webkit-box-shadow: 4px 4px 2px #d3e9f2;
          box-shadow: 4px 4px 2px #d3e9f2;
  border-radius: 15px;
  padding: 0px 18px 0px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sweets-faq .qa-box {
    padding-left: 10px;
    padding-right: 16px;
  }
}
.sweets-faq .qa-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  width: 100%;
  cursor: pointer;
  padding: 36px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .sweets-faq .qa-box__head {
    gap: 12px;
  }
}
.sweets-faq .qa-box__icon {
  color: #fff;
  background: #eb7979;
  font-size: 22px;
  font-family: "Fors";
  padding: 1px 4px;
  border-radius: 50%;
  width: 30px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .sweets-faq .qa-box__icon {
    padding: 4px 4px;
  }
}
.sweets-faq .qa-box__text {
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sweets-faq .qa-box__text {
    font-size: 14px;
  }
}
.sweets-faq .qa-box__body {
  padding-bottom: 32px;
}
.sweets-faq .qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .sweets-faq .qa-box__a {
    gap: 12px;
  }
}
.sweets-faq .qa-box__a-icon {
  color: #eb7979;
  border: 1px solid #eb7979;
  font-family: "Fors";
  background: #fff;
  padding: 1px 6px;
  border-radius: 50%;
  width: 30px;
  height: 28px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .sweets-faq .qa-box__a-icon {
    padding: 3px 7px;
  }
}
.sweets-faq .qa-box__a-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sweets-faq .qa-box__a-text {
    font-size: 14px;
  }
}

.event::before {
  content: "";
  position: absolute;
  background: url(../img/event-spoon.png) no-repeat center center/contain;
  bottom: -50px;
  width: 147px;
  height: 137px;
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  .event::before {
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .event::before {
    width: 81px;
    height: 75px;
    right: 18px;
    bottom: -6px;
  }
}
.event::after {
  background: url(../img/event-ice.png) no-repeat center center/contain;
  bottom: 0;
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .event::after {
    left: -30px;
    width: 108px;
    height: 129px;
  }
}
@media screen and (max-width: 767px) {
  .event {
    padding-top: 40px;
    padding-bottom: 96px;
  }
}

@media screen and (max-width: 767px) {
  .event__inner {
    gap: 24px;
  }
}
.event__inner::after {
  background: url(../img/event-star.png) no-repeat center center/contain;
  width: 75px;
  height: 75px;
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .event__inner::after {
    display: block;
    right: 20px;
    top: -26px;
  }
}

@media screen and (max-width: 767px) {
  .event__content {
    margin-top: 0;
  }
}
.event__content::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .event__title {
    text-align: left;
  }
}

.event__footer {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .event__footer {
    margin-top: 18px;
  }
}

.event__button {
  background: #fff;
  line-height: 80px;
  color: #eb7979;
  font-weight: 700;
  width: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .event__button {
    line-height: 56px;
  }
}
.event__button::before {
  content: "";
  position: absolute;
  background: url(../img/event-instagram.png) no-repeat center center/contain;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .event__button::before {
    width: 19px;
    height: 19px;
    left: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .event__button::before {
    left: 120px;
  }
}
.event__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../img/arrow-right-pink.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .event__button::after {
    width: 6px;
    height: 9px;
  }
}
.event__button:hover {
  background: #eb7979;
  color: #fff;
}
.event__button:hover::before {
  background: url(../img/insta-white.png) no-repeat center center/contain;
}
.event__button:hover::after {
  background: url(../img/arrow-right-white-big.png) no-repeat center center/contain;
}

.event__button img,
.event__button span {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px); /* ← 中身だけ左に10px寄せる */
}

.event__img {
  position: relative;
}
.event__img::before {
  content: "";
  position: absolute;
  background: url(../img/sweets-crape.jpg) no-repeat center center/contain;
  border-radius: 20px;
  bottom: -100px;
  right: -100px;
  width: 230px;
  height: 230px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .event__img::before {
    width: 139px;
    height: 123px;
    right: 0;
    bottom: -30px;
  }
}
.event__img img {
  border-radius: 15px;
  width: 420px;
  height: 420px;
}
@media screen and (max-width: 767px) {
  .event__img img {
    width: 292px;
    height: 238px;
  }
}
@media screen and (max-width: 767px) {
  .event__img {
    padding-right: 40px;
    margin-right: auto;
  }
}

.sweets__contact {
  padding-top: 95px;
  padding-bottom: 110px;
  background: url(../img/sweets-contact-bg.jpg) no-repeat bottom center/cover;
  position: relative;
  /* 入力そのものは隠す */
  /* ラベルに擬似要素で枠を描く */
}
.sweets__contact::before {
  content: "";
  position: absolute;
  background: url(../img/contact-folk.png) no-repeat center center/contain;
  top: 50px;
  width: 158px;
  height: 153px;
  z-index: 5;
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  .sweets__contact::before {
    left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sweets__contact::before {
    width: 87px;
    height: 84px;
    right: 18px;
    top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sweets__contact {
    background: #f7f6f2;
    padding-top: 56px;
    padding-bottom: 50px;
  }
  .sweets__contact::after {
    content: "";
    position: absolute;
    background: url(../img/contact-bg-sm.png) no-repeat center center/cover;
    bottom: -86px;
    left: 0;
    width: 100%;
    height: 107px;
    z-index: 5;
  }
}
.sweets__contact .sweets__contact-title {
  text-align: center;
}
.sweets__contact .sweets__contact-title span {
  font-size: 35px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sweets__contact .sweets__contact-title span {
    font-size: 30px;
  }
}
.sweets__contact .sweets__contact-title span::before {
  content: "";
  position: absolute;
  background: url(../img/sweets-contact-title.png) no-repeat center center/contain;
  top: 16px;
  left: -80px;
  width: 294px;
  height: 75px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .sweets__contact .sweets__contact-title span::before {
    top: 46px;
  }
}
.sweets__contact .contact__text {
  margin-top: 70px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.sweets__contact .contact__box {
  margin-top: 54px;
}
.sweets__contact .contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .sweets__contact .contact-form {
    gap: 38px;
  }
}
@media screen and (min-width: 768px) {
  .sweets__contact .contact__box-caution {
    text-align: center;
    font-weight: 500;
    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: 4px;
  }
  .sweets__contact .contact__box-caution span {
    padding-top: 3px;
  }
}
.sweets__contact .contact__tag {
  color: #ea3434;
  font-size: 22px;
}
.sweets__contact .contact__form {
  background: #fff;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .sweets__contact .contact__form {
    padding: 40px 20px 40px;
  }
}
@media screen and (min-width: 768px) {
  .sweets__contact .contact__form {
    padding: 32px 20px 56px;
  }
}
@media screen and (min-width: 1200px) {
  .sweets__contact .contact__form {
    padding: 32px 130px 56px;
  }
}
.sweets__contact .contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
@media screen and (min-width: 768px) {
  .sweets__contact .contact__fields {
    max-width: 848px;
    width: 100%;
    margin: 0 auto;
    gap: 24px;
  }
}
.sweets__contact .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .sweets__contact .form-field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.sweets__contact .form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 185px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sweets__contact .flex-start {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 12px;
}
.sweets__contact .form-field__label {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sweets__contact .form-field__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.sweets__contact .form-text {
  border-radius: 2px;
  padding: 15px 26px;
  width: 100%;
  color: #505050;
  border: 1px solid #9a9a9a;
}
@media screen and (max-width: 767px) {
  .sweets__contact .form-text {
    padding: 18px 12px;
  }
}
.sweets__contact .form-text::-webkit-input-placeholder {
  color: #cfc8c8;
  font-weight: 500;
  font-size: 16px;
}
.sweets__contact .form-text::-moz-placeholder {
  color: #cfc8c8;
  font-weight: 500;
  font-size: 16px;
}
.sweets__contact .form-text:-ms-input-placeholder {
  color: #cfc8c8;
  font-weight: 500;
  font-size: 16px;
}
.sweets__contact .form-text::-ms-input-placeholder {
  color: #cfc8c8;
  font-weight: 500;
  font-size: 16px;
}
.sweets__contact .form-text::placeholder {
  color: #cfc8c8;
  font-weight: 500;
  font-size: 16px;
}
.sweets__contact .form-text:focus {
  outline: 1px solid #e9f5fb;
}
.sweets__contact .form-field__select {
  position: relative;
}
.sweets__contact .form-field__select::after {
  position: absolute;
  content: "";
  background: url(../img/select-icon.png) no-repeat center center/contain;
  top: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 12px;
  height: 7px;
  pointer-events: none;
}
.sweets__contact .form-select {
  border-radius: 2px;
  padding: 16px 21px;
  color: #482c2c;
  font-weight: 500;
  border: 1px solid #9a9a9a;
  width: 315px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (max-width: 767px) {
  .sweets__contact .form-select {
    width: 100%;
    padding: 18px 12px;
  }
}
.sweets__contact .form-select::-webkit-input-placeholder {
  color: #482c2c;
  font-size: 16px;
}
.sweets__contact .form-select::-moz-placeholder {
  color: #482c2c;
  font-size: 16px;
}
.sweets__contact .form-select:-ms-input-placeholder {
  color: #482c2c;
  font-size: 16px;
}
.sweets__contact .form-select::-ms-input-placeholder {
  color: #482c2c;
  font-size: 16px;
}
.sweets__contact .form-select::placeholder {
  color: #482c2c;
  font-size: 16px;
}
.sweets__contact .form-select:focus {
  outline: 1px solid #e9f5fb;
}
.sweets__contact .form-select::-ms-expand {
  display: none;
}
.sweets__contact .form-textarea {
  border-radius: 2px;
  padding: 32px 26px;
  width: 100%;
  color: #505050;
  border: 1px solid #9a9a9a;
  height: 160px;
  font-size: 14px;
  font-weight: 500;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .sweets__contact .form-textarea {
    padding: 16px 12px;
    font-size: 13px;
  }
}
.sweets__contact .form-textarea::-webkit-input-placeholder {
  color: #cfc8c8;
  font-weight: 500;
}
.sweets__contact .form-textarea::-moz-placeholder {
  color: #cfc8c8;
  font-weight: 500;
}
.sweets__contact .form-textarea:-ms-input-placeholder {
  color: #cfc8c8;
  font-weight: 500;
}
.sweets__contact .form-textarea::-ms-input-placeholder {
  color: #cfc8c8;
  font-weight: 500;
}
.sweets__contact .form-textarea::placeholder {
  color: #cfc8c8;
  font-weight: 500;
}
.sweets__contact .form-textarea:focus {
  outline: 1px solid #e9f5fb;
}
.sweets__contact .contact__privacy {
  margin-top: 40px;
  background: #f7f7f7;
  padding: 32px 46px;
}
@media screen and (max-width: 767px) {
  .sweets__contact .contact__privacy {
    margin-top: 32px;
    padding-inline: 20px;
  }
}
.sweets__contact .contact__privacy .wpcf7-list-item {
  margin: 0;
}
.sweets__contact .contact__privacy-text p {
  margin-top: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sweets__contact .contact__privacy-text p {
    font-size: 13px;
  }
}
.sweets__contact .contact__privacy-title {
  font-size: 18px;
  font-weight: 700;
}
.sweets__contact .sns-link {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sweets__contact .sns-link:hover {
  opacity: 0.7;
}
.sweets__contact .form-checkbox {
  margin-top: 32px;
  display: block;
}
.sweets__contact .form-checkbox .wpcf7-list-item-label {
  font-weight: 500;
}
.sweets__contact .form-checkbox input[type=checkbox] {
  display: none; /* ← まず隠す */
}
.sweets__contact .form-checkbox label {
  position: relative;
  padding-left: 36px; /* ボックス分の余白 */
}
@media screen and (max-width: 767px) {
  .sweets__contact .form-checkbox label {
    font-size: 14px;
  }
}
.sweets__contact .form-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 1px solid rgba(112, 112, 112, 0.4);
  border-radius: 2px;
  background: #fff;
}
.sweets__contact .form-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "✔";
  color: #505050;
  position: absolute;
  font-size: 18px;
  top: -3px;
  left: 6px;
}
.sweets__contact .contact__button {
  margin: 48px auto 0;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .sweets__contact .contact__button {
    margin-top: 28px;
  }
}
.sweets__contact .submit {
  max-width: 450px;
  width: 100%;
  padding: 16px;
  height: 80px;
  border-radius: 40px;
  background: #a79b89;
  color: #fff;
  font-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #a29684;
  position: relative;
}
.sweets__contact .submit::after {
  content: "›";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sweets__contact .submit:hover {
  color: #a29684;
  background: #fff;
}
.sweets__contact .submit:hover::after {
  color: #a29684;
}

.sweets__footer {
  background: #fff;
  padding-top: 90px;
  padding-bottom: 300px;
  color: #4c3b3b;
}
@media screen and (max-width: 767px) {
  .sweets__footer {
    padding-bottom: 44px;
  }
}

.sweets__footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .sweets__footer-top {
    gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .sweets__footer-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 150px;
  }
}

.sweets__footer-logo {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sweets__footer-logo:hover {
  opacity: 0.7;
}
.sweets__footer-logo img {
  width: 257px;
}
@media screen and (max-width: 767px) {
  .sweets__footer-logo img {
    width: 194px;
  }
}
@media screen and (max-width: 767px) {
  .sweets__footer-logo {
    text-align: center;
  }
}

.sweets__footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 78px;
}
@media screen and (max-width: 767px) {
  .sweets__footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}

.sweets__footer-nav-item {
  padding-left: 12px;
  margin-bottom: 8px;
  font-weight: 500;
  position: relative;
}
.sweets__footer-nav-item::before {
  content: "";
  position: absolute;
  background: url(../img/arrow-right-brown.png) no-repeat center center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 10px;
}
.sweets__footer-nav-item a {
  font-weight: 500;
  position: relative;
}
.sweets__footer-nav-item a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #482c2c;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sweets__footer-nav-item a:hover::after {
  width: 100%;
}

.sweets__footer-nav-item a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.sweets__footer-nav-item a:hover {
  opacity: 0.7;
}

.sweets__footer-line {
  border: none;
  border-top: 1px solid #ccc;
  margin: 24px 0;
}

.sweets__footer-bottom {
  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;
}

.sweets__footer-sns {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sweets__footer-sns:hover {
  opacity: 0.7;
}
.sweets__footer-sns img {
  width: 25px;
}

.sweets__footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 62px;
}
@media screen and (max-width: 767px) {
  .sweets__footer-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 20px;
  }
}
.sweets__footer-links a {
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sweets__footer-links a {
    font-size: 13px;
  }
}
.sweets__footer-links a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #482c2c;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sweets__footer-links a:hover::after {
  width: 100%;
}

.sweets__footer-links a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.sweets__footer-links a:hover {
  opacity: 0.7;
}

.sweets-confirm .form-field {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sweets-confirm .form-field__select::after {
  display: none;
}

.quality {
  padding-top: 67px;
  display: none;
}
@media screen and (min-width: 1200px) {
  .quality {
    display: block;
  }
}

.quality__content-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.quality__content-safety-inner {
  position: relative;
}

.quality__content-head {
  opacity: 0;
  -webkit-animation: fvFadeUp 0.3s ease-out forwards;
          animation: fvFadeUp 0.3s ease-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .quality__content-head {
    padding-left: 60px;
  }
}
.quality__content-head::before {
  content: "Our Qualit";
  position: absolute;
  top: -46px;
  left: 0;
  font-family: "Fors";
  color: rgba(168, 195, 1, 0.1); /* #A8C301, alpha=0.1 */
  font-weight: 700;
  font-size: max(25.64vw, 100px);
  line-height: 1;
  z-index: 5;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .quality__content-head::before {
    font-size: min(24.65vw, 355px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .quality__content-head::before {
    display: none;
  }
}

.quality__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .quality__head {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.quality__head-ja {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .quality__head-ja {
    margin-top: 8px;
    padding-left: 96px;
  }
}

.quality__lists {
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1200px) {
  .quality__lists {
    display: none;
  }
}

.quality__lists-pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .quality__lists-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 38px;
    gap: 30px;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}

.quality__list {
  padding: 2px 28px;
  background: #f7f6f2;
  border-radius: 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .quality__list {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .quality__list {
    font-size: 28px;
  }
}

.quality__list.main-color:hover {
  background: #a8c301;
  color: #fff;
}

.quality__list.accent1:hover {
  background: #d36d6d;
  color: #fff;
}

.quality__list.accent2:hover {
  background: #6e76d3;
  color: #fff;
}

.quality__center {
  padding-top: 86px;
  padding-bottom: 78px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  text-align: center;
  margin: 72px auto;
  pointer-events: none;
  position: relative;
  z-index: 5;
}
.quality__center::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #a8c301;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  z-index: -5;
  pointer-events: none;
}
.quality__center::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 438px;
  height: 438px;
  border-radius: 50%;
  z-index: -10;
  pointer-events: none;
}

.quality__center-tag {
  font-family: "Fors";
  font-weight: 700;
  color: #a8c301;
  mix-blend-mode: multiply;
}

.quality__center-title {
  font-family: "Fors";
  mix-blend-mode: multiply;
  color: #a8c301;
  font-size: 80px;
  font-weight: 700;
  /* 内側のシャドウ */
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.quality__center-lead {
  font-weight: 700;
  font-size: 25px;
  color: #fff;
}

.quality__center-small {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 5;
  color: #fff;
}
.quality__center-small::after {
  content: "";
  position: absolute;
  left: -5px;
  bottom: 0; /* 文字の下あたり */
  width: 95%;
  height: 7px;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1; /* 文字の後ろに置く */
  mix-blend-mode: multiply;
}

.quality__center-em {
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding-inline: 6px;
  font-weight: 700;
}

.quality__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 154px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 100px;
  opacity: 0;
  -webkit-animation: fvFadeUp 0.3s ease-out forwards;
          animation: fvFadeUp 0.3s ease-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.quality__item {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background: #f7f6f2;
  padding: 14px 33px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.quality__item::after {
  content: "";
  position: absolute;
}
.quality__item:nth-of-type(1) {
  max-width: 546px;
  width: 100%;
  height: 552px;
  width: 100%;
  position: relative;
  top: -10px;
}
.quality__item:nth-of-type(1)::after {
  background: url(../img/safety-layer1.png) no-repeat center center/contain;
  bottom: 55px;
  right: 89px;
  width: 247px;
  height: 200px;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.quality__item:nth-of-type(2) {
  position: relative;
  top: 164px; /* 上にずらす量を調整 */
}
.quality__item:nth-of-type(2)::after {
  background: url(../img/safety-layer2.png) no-repeat center center/contain;
  bottom: 55px;
  left: 137px;
  bottom: 40px;
  width: 206px;
  height: 219px;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.quality__item:hover {
  background: #a8c301;
}
.quality__item:hover:nth-of-type(1) {
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg); /* 右に少し回転 */
}
.quality__item:hover:nth-of-type(1)::after {
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.quality__item:hover:nth-of-type(2) {
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.quality__item:hover:nth-of-type(2)::after {
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
.quality__item:hover .quality__item-title span {
  color: #a8c301;
  background: #fff;
}
.quality__item:hover .quality__item-title-part::after {
  background: #fff;
}
.quality__item:hover .quality__item-lead {
  color: #fff;
}
.quality__item:hover .quality__item-description::before {
  border: 1px dashed #fff;
}
.quality__item:hover .quality__item-description::after {
  color: #fff;
}
.quality__item:hover .quality__item-description-text {
  color: #fff;
}
.quality__item:hover .quality__item-text {
  opacity: 1;
}

.quality__item-head {
  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;
}

.quality__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.25));
}
.quality__item-title span {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  background: #a8c301;
  line-height: 0.8;
  padding: 4px 3px 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.quality__item-title-part {
  position: relative;
  line-height: 0.8;
  /* 右下を削る */
  clip-path: polygon(0 0, 100% 0, 100% 82%, 82% 100%, 0 100%);
}
.quality__item-title-part::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  /* 右下だけの三角形 */
  clip-path: polygon(0 0, 100% 0, 0 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .quality__item-title-part::after {
    width: 7px;
    height: 7px;
  }
}

.quality__item-lead {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 40px;
  color: #a8c301;
  font-weight: 800;
  line-height: 1.25;
  text-align: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.quality__item-description {
  text-align: right;
  padding-right: 86px;
  position: relative;
}
.quality__item-description::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -33px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px dashed #707070;
  width: 102px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.quality__item-description::after {
  content: "●"; /* 文末の点 */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 70px;
  font-size: 12px;
  color: #707070;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.quality__item-description-text {
  color: #707070;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.quality__item-description-text span {
  font-size: 20px;
  font-weight: 700;
}
.quality__item-description-text::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 残り幅いっぱい伸ばす */
  border-bottom: 1px dotted #666; /* 点線 */
  margin-left: 4px;
}

.quality__item-texts {
  padding-left: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.quality__item-text {
  margin-top: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.quality__item-text span {
  font-weight: 700;
}

.quality__item-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

.quality__item:nth-of-type(2) {
  max-width: 568px;
  width: 100%;
  padding: 33px 22px;
  height: 571px;
  position: relative;
  top: 156px; /* 上にずらす量を調整 */
}
.quality__item:nth-of-type(2):hover {
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg); /* 右に少し回転 */
}
.quality__item:nth-of-type(2):hover .quality__item-description::before {
  border: 1px dashed #fff;
}
.quality__item:nth-of-type(2):hover .quality__item-description::after {
  color: #fff;
}
.quality__item:nth-of-type(2) .quality__item-description {
  text-align: left;
  padding-left: 90px;
  position: relative;
}
.quality__item:nth-of-type(2) .quality__item-description::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px dashed #707070;
  width: 90px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.quality__item:nth-of-type(2) .quality__item-description::after {
  content: "●"; /* 文末の点 */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 70px;
  font-size: 12px;
  color: #707070;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.quality__item:nth-of-type(2) .quality__item-description-text {
  text-align: right;
}
.quality__item:nth-of-type(2) .quality__item-body {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.quality__item:nth-of-type(2) .quality__item-head {
  gap: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 80px;
}
.quality__item:nth-of-type(2) .quality__item-lead {
  text-align: right;
  padding-top: 25px;
}
.quality__item:nth-of-type(2) .quality__item-texts {
  padding-left: 0;
  max-width: 290px;
  width: 100%;
}

.quality__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.lead-safety {
  width: 536px;
  margin-left: auto;
  padding-right: 120px;
}

.quality__lead-title {
  font-family: "Fors";
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.quality__lead-title span {
  font-size: 16px;
  font-weight: 700;
  padding-left: 38px;
  position: relative;
  color: #fff;
}
.quality__lead-title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  width: 25px;
  height: 1px;
}

.lead-safety__title {
  color: #a8c301;
}
.lead-safety__title span {
  color: #a8c301;
}
.lead-safety__title span::before {
  background: #a8c301;
}

.quality__lead-text {
  font-weight: 700;
}

.quality__content-insulation {
  padding-top: 92px;
  padding-bottom: 220px;
  background: url(../img/works-bg.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 2;
}
.quality__content-insulation::before {
  top: -0.22vw;
  background: url("../img/wave-white.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.33vw;
  z-index: 3;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media screen and (max-width: 767px) {
  .quality__content-insulation::before {
    top: 0;
    background: url("../img/sm/wave-footer-bg-white-sm.svg") no-repeat center center/cover;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 11.28vw;
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
  }
}
.quality__content-insulation::after {
  bottom: -0.22vw;
  background: url("../img/wave-white.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.33vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .quality__content-insulation::after {
    bottom: -11.28vw;
    background: url("../img/sm/wave-footer-bg-white-sm.svg") no-repeat center center/cover;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 11.28vw;
  }
}

.quality__content-insulation-inner {
  position: relative;
}

.quality__center-insulation {
  margin-top: 185px;
}

.items-insulation {
  display: grid;
  grid-template-columns: auto auto; /* 子要素の幅に合わせる */
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
  row-gap: 24px;
  direction: rtl;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end; /* RTL なので end が左 */
}

.items-insulation > * {
  direction: ltr; /* 子要素の中身のテキストは通常の左→右に戻す */
}

.lead-insulation__text {
  color: #fff;
}
.lead-insulation__text span {
  font-weight: 400;
}

.quality__center-insulation::before {
  background: #d36d6d;
}
.quality__center-insulation::after {
  background: #f7f6f2;
}

.quality__center-tag-insulation {
  color: #d36d6d;
}

.quality__center-title-insulation {
  color: #d36d6d;
}

.quality__center-small-insulation::after {
  background: rgba(139, 0, 0, 0.2); /* 濃い赤の透過 */
  bottom: -2px;
}

.item-insulation {
  background: #fff;
}
.item-insulation:nth-of-type(1) {
  max-width: 602px;
  width: 100%;
  height: 493px;
}
.item-insulation:nth-of-type(1)::after {
  background: url(../img/insulation-layer1.png) no-repeat center center/contain;
  bottom: 66px;
  right: 77px;
  width: 285px;
  height: 186px;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item-insulation:nth-of-type(1) .item-insulation__description {
  padding-right: 148px;
  position: relative;
  top: -52px;
}
.item-insulation:nth-of-type(1) .item-insulation__description::before {
  width: 174px;
  top: 40px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.item-insulation:nth-of-type(1) .item-insulation__description::after {
  right: 132px;
  top: 32px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.item-insulation:nth-of-type(1) .item-insulation__texts {
  padding-left: 220px;
}
.item-insulation:hover {
  background: #d36d6d;
}
.item-insulation:hover .quality__item-title span {
  color: #d36d6d;
  background: #fff;
}
.item-insulation:hover .quality__item-title::before {
  color: #fff;
}

.item-insulation__title {
  position: relative;
}
.item-insulation__title:nth-of-type(1)::before {
  content: "の断熱";
  position: absolute;
  bottom: 0;
  left: -30px;
  color: #d36d6d;
  font-size: 20px;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; /* 縦書き（右から左へ） */
  text-orientation: upright; /* 文字を縦に正立させる */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item-insulation__title span {
  background: #d36d6d;
}

.item-insulation__lead {
  color: #d36d6d;
}
.item-insulation__lead span {
  font-size: 30px;
  font-weight: 800;
}

.item-insulation:nth-of-type(2) {
  max-width: 538px;
  width: 100%;
  height: 518px;
}
.item-insulation:nth-of-type(2)::after {
  background: url(../img/insulation-layer2.png) no-repeat center center/contain;
  bottom: 55px;
  left: 67px;
  bottom: 72px;
  width: 252px;
  height: 201px;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item-insulation:nth-of-type(2) .item-insulation__description {
  padding-left: 280px;
  padding-right: 0;
  text-align: left;
}
.item-insulation:nth-of-type(2) .item-insulation__description::before {
  width: 280px;
  top: 16px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.item-insulation:nth-of-type(2) .item-insulation__description::after {
  left: 260px;
  top: 8px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.item-insulation:nth-of-type(2) .item-insulation__part {
  margin-left: 20px;
}
.item-insulation:nth-of-type(2) .item-insulation__lead {
  padding-top: 0;
  text-align: left;
}
.item-insulation:nth-of-type(2) .item-insulation__title::before {
  left: -11px;
  bottom: -12px;
}
.item-insulation:nth-of-type(2) .item-insulation__texts {
  padding-top: 90px;
}

.item-insulation:nth-of-type(3) {
  max-width: 555px;
  width: 100%;
  height: 516px;
  padding-bottom: 42px;
}
.item-insulation:nth-of-type(3)::after {
  background: url(../img/insulation-layer3.png) no-repeat center center/contain;
  bottom: 33px;
  right: 145px;
  width: 265px;
  height: 180px;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item-insulation:nth-of-type(3):hover {
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg); /* 右に少し回転 */
}
.item-insulation:nth-of-type(3):hover::after {
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.item-insulation:nth-of-type(3)::before {
  bottom: -30px;
}
.item-insulation:nth-of-type(3) .item-insulation__head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.item-insulation:nth-of-type(3) .item-insulation__lead {
  position: relative;
  top: -21px;
  right: -70px;
}
.item-insulation:nth-of-type(3) .item-insulation__description::before {
  width: 198px;
}
.item-insulation:nth-of-type(3) .item-insulation__description::after {
  right: 157px;
}
.item-insulation:nth-of-type(3) .item-insulation__description-text {
  text-align: left;
}
.item-insulation:nth-of-type(3) .item-insulation__texts {
  padding-left: 0;
}

.quality__content-durability {
  position: relative;
  z-index: 3;
  padding-top: 110px;
}

.lead-durability {
  width: 536px;
  margin-left: auto;
  padding-right: 0px;
}

.lead-durability__title {
  color: #6e76d3;
}
.lead-durability__title span {
  color: #6e76d3;
}
.lead-durability__title span::before {
  background: #6e76d3;
}

.quality__center-durability {
  margin-top: 20px;
}
.quality__center-durability::before {
  background: #6e76d3;
}

.quality__center-tag-durability {
  color: #6e76d3;
}

.quality__center-title-durability {
  color: #6e76d3;
}

.quality__center-small-durability::after {
  background: rgba(0, 0, 139, 0.25); /* 濃い青の透過 */
  bottom: -2px;
}

.item-durability {
  position: absolute;
  top: 0;
  max-width: 546px;
  width: 100%;
  height: 552px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background: #f7f6f2;
  padding: 14px 70px 14px 33px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.item-durability::after {
  position: absolute;
  content: "";
  background: url(../img/durability-layer.png) no-repeat center center/contain;
  bottom: 42px;
  left: 87px;
  width: 214px;
  height: 214px;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item-durability:hover {
  background: #6e76d3;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.item-durability:hover::after {
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
.item-durability:hover .quality__item-title span {
  color: #6e76d3;
  background: #fff;
}
.item-durability:hover .quality__item-lead {
  color: #fff;
}
.item-durability:hover .quality__item-description::before {
  border: 1px dashed #fff;
}
.item-durability:hover .quality__item-description::after {
  color: #fff;
}
.item-durability:hover .quality__item-description-text {
  color: #fff;
}
.item-durability:hover .quality__item-text {
  opacity: 1;
}

.item-durability__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10px;
}

.item-durability__title:nth-of-type(2) {
  padding-top: 63px;
}
.item-durability__title span {
  background: #6e76d3;
}

.item-durability__lead {
  color: #6e76d3;
}

.item-durability__description {
  padding-right: 0;
}
.item-durability__description::before {
  right: -70px;
  width: 70px;
}
.item-durability__description::after {
  right: -10px;
}

.item-durability__description-text {
  font-size: 26px;
}

.item-description__texts {
  padding-left: 0;
}

.quality__sm {
  overflow-x: hidden;
  padding-top: 32px;
}

.quality__items-sm {
  margin-top: 50px;
}

.quality__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
  overflow-x: hidden;
}
.quality__cards .quality__item-title-part {
  position: relative;
  z-index: 10;
}
.quality__cards .quality__item-title-part::after {
  background: #fff;
}

.quality__card {
  padding: 22px 20px 32px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.quality__card:nth-of-type(odd) {
  margin-left: 20px;
  position: relative;
}
.quality__card:nth-of-type(2) {
  margin-right: 68px;
}
.quality__card:nth-of-type(2) .quality__card-head {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quality__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.quality__card-head-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.quality__card-head-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.25));
  z-index: 3;
}
.quality__card-head-tag span {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  line-height: 0.8;
  padding: 4px 3px 16px;
}
@media screen and (max-width: 767px) {
  .quality__card-head-tag span {
    font-size: 32px;
    padding: 8px 4px 10px;
  }
}

.quality__card-lead {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .quality__card-lead {
    font-size: 28px;
  }
}

.quality__card-lead-small {
  font-size: 14px;
  font-weight: 700;
  color: #707070;
  margin-top: 6px;
  display: inline-block;
  background: #f7f6f2;
  position: relative;
  z-index: 1;
  padding-right: 5px;
}
.quality__card-lead-small::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -2px;
  background: #707070;
  width: 4px;
  height: 4px;
  border-radius: 4px;
}
.quality__card-lead-small::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px dashed #707070;
  width: 26.15vw;
}
@media screen and (min-width: 768px) {
  .quality__card-lead-small {
    font-size: 18px;
  }
}

.quality__card-texts {
  font-size: 14px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .quality__card-texts {
    font-size: 16px;
  }
}

.quality__card-body-texts {
  font-size: 14px;
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .quality__card-body-texts {
    font-size: 16px;
  }
}

.quality-sm__text {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding-right: 20px;
  padding-left: 25px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .quality-sm__text {
    margin-top: 40px;
    font-size: 20px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.quality-sm__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
  width: 1px;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .quality-sm__text::before {
    left: 60px;
  }
}

.quality__cards {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .quality__cards {
    margin-top: 48px;
  }
}

.quality__card {
  background: #f7f6f2;
}

.quality-sm__title {
  background: #fff;
  border-radius: 50%;
  width: 157px;
  height: 157px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quality-sm__title .quality__center-tag {
  font-size: 14px;
}
.quality-sm__title .quality__center-title {
  font-size: 55px;
  line-height: 1;
}

.safety-sm {
  padding-top: 8.97vw;
  background: #a8c301;
  padding-bottom: 58px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .safety-sm {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .safety-sm::before {
    top: 0;
    background: url("../img/sm/wave-footer-bg-white-sm.svg") no-repeat center center/cover;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 11.28vw;
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
  }
}

.safety-sm__head {
  padding-inline: 20px;
  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;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .safety-sm__head {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .safety-sm__head {
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.safety-sm__lead {
  text-align: center;
}
.safety-sm__lead .quality__center-small {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .safety-sm__lead .quality__center-small {
    font-size: 20px;
  }
}
.safety-sm__lead-small {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .safety-sm__lead-small {
    font-size: 20px;
  }
}

.safety__card {
  position: relative;
}
.safety__card::after {
  content: "";
  position: absolute;
}
.safety__card:nth-of-type(1) {
  min-height: 473px;
}
.safety__card:nth-of-type(1)::after {
  background: url(../img/safety-layer1.png) no-repeat center center/contain;
  bottom: 15px;
  right: 21px;
  width: 189px;
  height: 153px;
  mix-blend-mode: multiply;
}
.safety__card:nth-of-type(2) {
  min-height: 435px;
}
.safety__card:nth-of-type(2)::after {
  background: url(../img/safety-layer2.png) no-repeat center center/contain;
  bottom: 15px;
  right: 17px;
  width: 155px;
  height: 165px;
  mix-blend-mode: multiply;
}

.safety__card-head-tag span {
  background: #a8c301;
}

.safety__card-lead {
  color: #a8c301;
}

.insulation-sm {
  background: url(../img/works-bg.jpg) no-repeat center center/cover;
  padding-top: 48px;
  padding-bottom: 64px;
}

.insulation-sm__head {
  padding-inline: 20px;
  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: 12px;
}
@media screen and (min-width: 768px) {
  .insulation-sm__head {
    gap: 40px;
  }
}

.insulation__card {
  position: relative;
}
.insulation__card::after {
  content: "";
  position: absolute;
}
.insulation__card:nth-of-type(1) {
  min-height: 409px;
}
.insulation__card:nth-of-type(1)::after {
  background: url(../img/insulation-layer1.png) no-repeat center center/contain;
  bottom: 12px;
  left: 16px;
  width: 191px;
  height: 125px;
  mix-blend-mode: multiply;
}
.insulation__card:nth-of-type(1) .insulation__card-texts {
  margin-top: 22px;
}
.insulation__card:nth-of-type(2) {
  min-height: 435px;
}
.insulation__card:nth-of-type(2)::after {
  background: url(../img/insulation-layer2.png) no-repeat center center/contain;
  bottom: 18px;
  right: 19px;
  width: 162px;
  height: 130px;
  mix-blend-mode: multiply;
}
.insulation__card:nth-of-type(2) .insulation__card-texts {
  margin-top: 32px;
}
.insulation__card:nth-of-type(2) .quality__item-title-part {
  margin-top: 28px;
}
.insulation__card:nth-of-type(2) .quality__card-lead-small::after {
  width: 19.15vw;
}
.insulation__card:nth-of-type(3) {
  min-height: 409px;
}
.insulation__card:nth-of-type(3)::after {
  background: url(../img/insulation-layer3.png) no-repeat center center/contain;
  bottom: 20px;
  left: 23px;
  width: 162px;
  height: 130px;
  mix-blend-mode: multiply;
}
.insulation__card:nth-of-type(3) .insulation__card-texts {
  margin-top: 33px;
}

.insulation-sm__item .insulation__card-head-tag {
  position: relative;
}
.insulation-sm__item:nth-of-type(1) .insulation__card-head-tag {
  z-index: 10;
}
.insulation-sm__item:nth-of-type(1) .insulation__card-head-tag::before {
  content: "の 断 熱";
  position: absolute;
  display: inline-block;
  white-space: pre;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  font-weight: 700;
  color: #d36d6d;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: -6px;
}
.insulation-sm__item:nth-of-type(2) .insulation__card-head-tag {
  z-index: 10;
}
.insulation-sm__item:nth-of-type(2) .insulation__card-head-tag::before {
  content: "の 断 熱";
  position: absolute;
  display: inline-block;
  white-space: pre;
  top: 78px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  font-weight: 700;
  color: #d36d6d;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: -6px;
}
.insulation-sm__item:nth-of-type(3) .insulation__card-head-tag {
  z-index: 10;
}
.insulation-sm__item:nth-of-type(3) .insulation__card-head-tag::before {
  content: "の 断 熱";
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  font-weight: 700;
  color: #d36d6d;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: -6px;
}

.insulation__center-tag {
  color: #d36d6d;
  font-weight: 700;
}

.insulation__center-title {
  color: #d36d6d;
}

.insulation-sm__lead {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .insulation-sm__lead {
    font-size: 24px;
  }
}

.insulation-sm__lead-small {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .insulation-sm__lead-small {
    font-size: 18px;
  }
}

.insulation__card {
  z-index: 5;
  position: relative;
}

.insulation__card-head-tag span {
  background: #d36d6d;
}
.insulation__item-title-part::after {
  background: #d36d6d;
}

.insulation__card-lead {
  color: #d36d6d;
}

.durability-sm {
  background: #6e76d3;
  padding-top: 48px;
  padding-bottom: 64px;
  position: relative;
}
.durability-sm::before {
  top: -11.02vw;
  background: url("../img/durability-bg.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 11.28vw;
}

.durability-sm__head {
  padding-inline: 20px;
  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: 10px;
}
@media screen and (min-width: 768px) {
  .durability-sm__head {
    gap: 40px;
  }
}

.durability__center-tag {
  color: #6e76d3;
  font-weight: 700;
}

.durability__center-title {
  color: #6e76d3;
}

.durability-sm__lead {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .durability-sm__lead {
    font-size: 24px;
  }
}

.durability-sm__lead-small {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .durability-sm__lead-small {
    font-size: 18px;
  }
}

.durability__card {
  height: 433px;
  position: relative;
}
.durability__card::after {
  position: absolute;
  content: "";
  background: url(../img/durability-layer.png) no-repeat center center/contain;
  bottom: 18px;
  left: 16px;
  width: 153px;
  height: 153px;
  mix-blend-mode: multiply;
}

.durability__card-head-tag span {
  background: #6e76d3;
}

.durability__item-title-part::after {
  background: #6e76d3;
}

.durability__card-lead {
  color: #6e76d3;
}

.durability__card-texts {
  margin-top: 30px;
}

.l-contact {
  overflow-x: hidden;
  background: #f7f6f2;
  padding-bottom: 60px;
}

.l-contact__content-head {
  background: #a8c301;
  padding-top: 40px;
  padding-bottom: 162px;
  position: relative;
  z-index: 2;
  padding-inline: 120px;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .l-contact__content-head {
    padding-inline: 20px;
    padding-bottom: 110px;
  }
}
.l-contact__content-head::before {
  content: "Contact";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Fors";
  color: rgba(255, 255, 255, 0.1);
  font-weight: 700;
  font-size: min(24.65vw, 355px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-contact__content-head::before {
    top: -14px;
  }
}
@media screen and (min-width: 1200px) {
  .l-contact__content-head::before {
    top: -30px;
  }
}
.l-contact__content-head::after {
  bottom: 0;
  background: url("../img/wave-footer-bg.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.33vw;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .l-contact__content-head::after {
    bottom: 0;
    background: url("../img/sm/wave-footer-bg-sm.svg") no-repeat center center/cover;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 11.28vw;
  }
}

.l-contact__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.l-contact__text {
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 33px;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .l-contact__text {
    font-size: 14px;
    font-weight: 400;
    margin-top: 48px;
  }
}

.l-contact__content-footer {
  margin-top: 48px;
}

.l-contact__content-footer__inner {
  padding-inline: 20px;
}

.l-contact__box {
  background: #fff;
  margin: 0 auto;
  padding: 56px 96px 72px;
  max-width: 1076px;
  width: 100%;
  border-radius: 20px;
  /* 初期（未選択）はグレー */
  /* value="" のプレースホルダー用オプション */
  /* 他の選択肢は黒 */
  /* 有効な選択がされたら黒文字に */
  /* 入力そのものは隠す */
  /* ラベルに擬似要素で枠を描く */
}
@media screen and (max-width: 767px) {
  .l-contact__box {
    padding: 48px 20px 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-contact__box {
    gap: 38px;
    padding: 56px 60px 72px;
  }
}
@media screen and (min-width: 1200px) {
  .l-contact__box {
    padding: 56px 96px 72px;
  }
}
.l-contact__box .l-contact__box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-contact__box .contact__form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-contact__box .contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .l-contact__box .contact__fields {
    gap: 30px;
  }
}
.l-contact__box .contact__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-contact__box .contact__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.l-contact__box .contact__group-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-contact__box .contact__group-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}
.l-contact__box .contact__title {
  font-weight: 700;
  color: #a8c301;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .l-contact__box .contact__title {
    font-size: 14px;
  }
}
.l-contact__box .contact__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.l-contact__box .form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .l-contact__box .form-fields {
    gap: 26px;
  }
}
.l-contact__box .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  .l-contact__box .form-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}
.l-contact__box .form-field__tag,
.l-contact__box .form-field__tag-md,
.l-contact__box .form-field__tag-sm {
  display: inline-block;
  background: #a8c301;
  color: #fff;
  font-size: 13px;
  padding: 0px 6px;
  border-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-contact__box .form-field__tag,
  .l-contact__box .form-field__tag-md,
  .l-contact__box .form-field__tag-sm {
    font-size: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 2px 11px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  .l-contact__box .form-field__tag-md {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-contact__box .form-field__tag-sm {
    display: none;
  }
}
.l-contact__box .form-field__tag-normal {
  color: #ffffff;
  background: #707070;
}
.l-contact__box .form-field__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.l-contact__box .form-field__label {
  font-weight: 700;
  color: #a8c301;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .l-contact__box .form-field__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
}
.l-contact__box .form-field__text {
  color: #505050;
}
@media screen and (max-width: 767px) {
  .l-contact__box .form-field__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .l-contact__box .form-field__item {
    width: 100%;
  }
}
.l-contact__box .form-text {
  border-radius: 5px;
  padding: 8px;
  width: 100%;
  border: none;
  color: #505050;
  outline: 1px solid rgba(112, 112, 112, 0.4);
  font-size: 14px;
}
.l-contact__box .form-text::-webkit-input-placeholder {
  color: rgba(112, 112, 112, 0.4);
  font-size: 14px;
}
.l-contact__box .form-text::-moz-placeholder {
  color: rgba(112, 112, 112, 0.4);
  font-size: 14px;
}
.l-contact__box .form-text:-ms-input-placeholder {
  color: rgba(112, 112, 112, 0.4);
  font-size: 14px;
}
.l-contact__box .form-text::-ms-input-placeholder {
  color: rgba(112, 112, 112, 0.4);
  font-size: 14px;
}
.l-contact__box .form-text::placeholder {
  color: rgba(112, 112, 112, 0.4);
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .l-contact__box .form-text {
    padding: 6px 8px;
  }
}
@media screen and (min-width: 768px) {
  .l-contact__box .form-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .l-contact__box .form-text {
    max-width: 382px;
  }
}
.l-contact__box .form-text:focus {
  outline: 1px solid #a8c301;
  background-color: #e9f6f8;
}
.l-contact__box .form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .l-contact__box .form-checkbox span {
    font-size: 14px;
  }
}
.l-contact__box #pref {
  width: 190px;
  max-width: 100%; /* はみ出し防止 */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* 標準ブラウザ用 */
}
@media screen and (max-width: 767px) {
  .l-contact__box #pref {
    width: 155px;
  }
}
.l-contact__box #pref {
  color: rgba(112, 112, 112, 0.4);
}
.l-contact__box #pref option[value=""] {
  color: rgba(112, 112, 112, 0.5);
}
.l-contact__box #pref option {
  color: #505050;
}
.l-contact__box #pref:valid {
  color: #505050;
}
.l-contact__box .wpcf7-list-item {
  margin: 0;
}
.l-contact__box .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.l-contact__box .form-checkbox input[type=checkbox] {
  display: none; /* ← まず隠す */
}
.l-contact__box .form-checkbox label {
  position: relative;
  padding-left: 24px; /* ボックス分の余白 */
}
.l-contact__box .form-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid rgba(112, 112, 112, 0.4);
  border-radius: 0;
  background: #fff;
}
.l-contact__box .form-checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid rgba(112, 112, 112, 0.4);
  border-radius: 0; /* ← これで角丸をリセット！ */
  appearance: none; /* ← ブラウザ標準UIを消す */
  -webkit-appearance: none; /* Safari対応 */
  -moz-appearance: none; /* Firefox対応 */
}
@media screen and (max-width: 767px) {
  .l-contact__box .form-checkbox input[type=checkbox] {
    width: 13px;
    height: 13px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.l-contact__box .form-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "✔";
  color: #505050;
  position: absolute;
  font-size: 18px;
  top: -3px;
  left: 0px;
}
.l-contact__box .wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "✔";
  color: #505050;
  position: absolute;
  font-size: 18px;
  top: -8px;
  left: 0px;
}
.l-contact__box .form-field__footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
}
.l-contact__box .form-textarea {
  border-radius: 5px;
  padding: 10px 16px;
  width: 100%;
  height: 160px;
  outline: 1px solid rgba(112, 112, 112, 0.4);
  border: none;
  resize: vertical;
}
@media screen and (min-width: 1200px) {
  .l-contact__box .form-textarea {
    max-width: 382px;
  }
}
.l-contact__box .form-textarea::-webkit-input-placeholder {
  color: rgba(204, 204, 204, 0.4); /* #ccc の 40% */
}
.l-contact__box .form-textarea::-moz-placeholder {
  color: rgba(204, 204, 204, 0.4); /* #ccc の 40% */
}
.l-contact__box .form-textarea:-ms-input-placeholder {
  color: rgba(204, 204, 204, 0.4); /* #ccc の 40% */
}
.l-contact__box .form-textarea::-ms-input-placeholder {
  color: rgba(204, 204, 204, 0.4); /* #ccc の 40% */
}
.l-contact__box .form-textarea::placeholder {
  color: rgba(204, 204, 204, 0.4); /* #ccc の 40% */
}
@media screen and (max-width: 767px) {
  .l-contact__box .form-textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .l-contact__box .form-textarea::-moz-placeholder {
    font-size: 14px;
  }
  .l-contact__box .form-textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .l-contact__box .form-textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .l-contact__box .form-textarea::placeholder {
    font-size: 14px;
  }
}
.l-contact__box .form-textarea:focus {
  outline: 1px solid #a8c301;
  background: #e9f6f8;
}
.l-contact__box .contact__privacy {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .l-contact__box .contact__privacy {
    margin-top: 20px;
  }
}
.l-contact__box .form-checkbox__privacy input[type=checkbox] {
  width: 16px;
  height: 16px;
}
.l-contact__box .wpcf7-acceptance input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid rgba(112, 112, 112, 0.4);
  border-radius: 0; /* ← これで角丸をリセット！ */
  appearance: none; /* ← ブラウザ標準UIを消す */
  -webkit-appearance: none; /* Safari対応 */
  -moz-appearance: none; /* Firefox対応 */
}
@media screen and (max-width: 767px) {
  .l-contact__box .wpcf7-acceptance input[type=checkbox] {
    width: 13px;
    height: 13px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.l-contact__box .form-accept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .l-contact__box .form-accept span {
    font-size: 14px;
  }
}
.l-contact__box .form-checkbox__text {
  position: relative;
}
.l-contact__box .form-checkbox__text a:focus {
  outline: 1px solid #a8c301;
}
.l-contact__box .sns-link {
  text-decoration: underline;
}
.l-contact__box .contact__button {
  margin-top: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #a8c301;
  border-radius: 4px;
  padding: 28px 51px 24px;
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .l-contact__box .contact__button {
    margin-top: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 13px 25px;
  }
}
.l-contact__box .button-note {
  background: #fff;
  color: #a8c301;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px 0 0 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-contact__box .button-note {
    border-radius: 5px;
    font-size: 10px;
    padding: 8px;
  }
}
.l-contact__box .submit-wrap {
  position: relative;
}
.l-contact__box .submit-wrap:hover .submit {
  color: #a8c301;
}
.l-contact__box .submit-wrap:hover::before {
  background: #a8c301;
}
.l-contact__box .submit-wrap:hover::after {
  background: url(../img/contact__button-arrow-hover.png) no-repeat center center/contain;
}
.l-contact__box .contact__button:has(.submit-wrap:hover) {
  background: #fff;
  color: #a8c301;
  outline: 1px solid #a8c301;
}
.l-contact__box .contact__button:has(.submit-wrap:hover) .button-note {
  background: #a8c301;
  color: #fff;
}
.l-contact__box .submit-wrap::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 44px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-contact__box .submit-wrap::before {
    display: none;
  }
}
.l-contact__box .submit-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/contact__button-arrow.png) no-repeat center center/contain;
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-contact__box input.wpcf7-submit.submit {
  background: none; /* ← 背景色を消す */
  border: none; /* ← 枠線を消す */
  -webkit-box-shadow: none;
          box-shadow: none; /* ← 影も消す（ブラウザによって付く場合あり） */
  appearance: none; /* ← ブラウザのデフォルト見た目を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  padding-right: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-contact__box input.wpcf7-submit.submit {
    font-size: min(21px, 5.1vw);
  }
}
.l-contact__box .contact__sidebar {
  display: none;
}
@media screen and (min-width: 1200px) {
  .l-contact__box .contact__sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    width: 168px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.l-contact__box .contact__sidebar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid #a8c301;
  border-radius: 4px;
  background: #fff;
  color: #a8c301;
  font-size: 14px;
  font-weight: 600;
}
.l-contact__box .contact__sidebar-list.is-active {
  background: #a8c301;
  outline: 1px solid #fff;
  color: #fff;
}
.l-contact__box .contact__sidebar-list.is-active .step-list__num {
  background: #fff;
  color: #a8c301;
}
.l-contact__box .step-list__num {
  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;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #a8c301;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-contact__box .step-list__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-contact__box .wpcf7-response-output {
  display: none;
}

.l-confirm__content-head::before {
  content: "Confirm";
}

.confirm__title {
  font-weight: 700;
  color: #a8c301;
  width: 230px;
}
.confirm-field__text {
  color: #a8c301;
}
@media screen and (max-width: 767px) {
  .confirm-field__text {
    color: #505050;
    font-size: 14px;
  }
}

.confirm-field__item {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .confirm-field__item {
    font-size: 14px;
  }
}

.confirm-field__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
.confirm__options ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.confirm__options li {
  padding-left: 28px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .confirm__options li {
    font-size: 14px;
  }
}
.confirm__options li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(112, 112, 112, 0.4);
  width: 16px;
  height: 16px;
}

.confirm__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .confirm__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.contact__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .contact__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}

.btn {
  height: 88px;
  font-size: 21px;
  font-weight: 700;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
    height: 62px;
  }
}

.btn input[type=submit],
.btn input[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-previous {
  display: inline-block !important;
}

.btn--back {
  background: #707070;
  color: #fff;
  position: relative;
}
.btn--back:hover {
  color: #707070;
  background: #fff;
  outline: 1px solid #707070;
}
.btn--back:hover::after {
  background: url(../img/contact__button-arrow-black-hover.png) no-repeat center center/contain;
}
.btn--back::after {
  content: "";
  position: absolute;
  background: url(../img/contact__button-arrow-black.png) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none; /* ← これで矢印部分をマウス無視 */
}
@media screen and (max-width: 767px) {
  .btn--back::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .btn--back::after {
    left: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .btn--back::after {
    left: 67px;
  }
}

.btn--submit {
  background: #a8c301;
  color: #fff;
  position: relative;
}
.btn--submit:hover {
  color: #a8c301;
  background: #fff;
  outline: 1px solid #a8c301;
}
.btn--submit:hover::after {
  background: url(../img/contact__button-arrow-hover.png) no-repeat center center/contain;
}
.btn--submit::after {
  content: "";
  position: absolute;
  background: url(../img/contact__button-arrow.png) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none; /* ← これで矢印部分をマウス無視 */
}
@media screen and (max-width: 767px) {
  .btn--submit::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .btn--submit::after {
    right: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .btn--submit::after {
    right: 67px;
  }
}

.l-privacy {
  overflow-x: hidden;
}

.l-privacy__content-head {
  padding-bottom: 48px;
  padding-inline: 20px;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .l-privacy__content-head {
    padding-inline: 15px;
  }
}
.l-privacy__content-head::before {
  content: "Privacy";
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Fors";
  color: rgba(168, 195, 1, 0.1); /* #A8C301, alpha=0.1 */
  font-weight: 700;
  font-size: min(24.65vw, 355px);
  line-height: 1;
  z-index: 5;
}
@media screen and (min-width: 1200px) {
  .l-privacy__content-head::before {
    top: -40px;
  }
}
.l-privacy__content-head::after {
  bottom: -8.22vw;
  background: url("../img/wave-white.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.33vw;
  z-index: 3;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media screen and (max-width: 767px) {
  .l-privacy__content-head::after {
    bottom: -11.28vw;
    background: url("../img/sm/wave-footer-bg-white-sm.svg") no-repeat center center/cover;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 11.28vw;
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
  }
}

.l-privacy__head {
  color: #a8c301;
  text-align: center;
  padding-top: 40px;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .l-privacy__head {
    padding-top: 34px;
  }
}

@media screen and (max-width: 767px) {
  .l-privacy__head-en {
    font-size: 50px;
  }
}

.l-privacy__text {
  margin-top: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .l-privacy__text {
    font-size: 14px;
  }
}

.l-privacy__content-main {
  padding-top: 120px;
  background: #a8c301;
  padding-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .l-privacy__content-main {
    padding-top: 84px;
  }
}

.l-privacy__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 92px;
}
@media screen and (max-width: 767px) {
  .l-privacy__lists {
    gap: 60px;
  }
}

.privacy__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: 36px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .privacy__list {
    gap: 20px;
  }
}

.privacy__list-title {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .privacy__list-title {
    font-size: 21px;
  }
}
.privacy__list-title span {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .privacy__list-title span {
    font-size: 14px;
  }
}

.privacy__list-text {
  font-weight: 400;
  line-height: 1.68;
}
@media screen and (max-width: 767px) {
  .privacy__list-text {
    font-size: 14px;
  }
}

.privacy__sublist {
  font-weight: 400;
}
.sublist__number {
  padding-left: 12px;
}

.thanks {
  overflow-x: hidden;
}

.thanks__content-head {
  padding-bottom: 48px;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.thanks__content-head::before {
  content: "Thank You";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Fors";
  color: rgba(168, 195, 1, 0.1); /* #A8C301, alpha=0.1 */
  font-weight: 700;
  font-size: min(24.65vw, 355px);
  line-height: 1;
  z-index: 5;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .thanks__content-head::before {
    top: -60px;
  }
}
.thanks__content-head::after {
  bottom: -8.12vw;
  background: url("../img/wave-white.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.33vw;
  z-index: 3;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media screen and (max-width: 767px) {
  .thanks__content-head::after {
    bottom: -11.1vw;
    background: url("../img/sm/wave-footer-bg-white-sm.svg") no-repeat center center/cover;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 11.28vw;
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
  }
}

.thanks__head {
  color: #a8c301;
  text-align: center;
  margin-top: 40px;
  padding-inline: 20px;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .thanks__head {
    padding-inline: 10px;
  }
}

.thanks__head-en {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .thanks__head-en {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .thanks__texts {
    margin-top: 32px;
  }
}

.thanks__text {
  margin-top: 32px;
  text-align: center;
  padding-inline: 20px;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .thanks__text {
    font-size: 14px;
  }
}

.thanks__content-footer {
  padding-top: 108px;
  padding-bottom: 125px;
  background: #a8c301;
}
@media screen and (max-width: 767px) {
  .thanks__content-footer {
    padding-top: 84px;
    padding-bottom: 64px;
  }
}

.thanks__tel {
  margin: 0 auto;
  max-width: 966px;
  width: 100%;
}

.thanks__tel-lead {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  padding-left: 64px;
}
@media screen and (max-width: 767px) {
  .thanks__tel-lead {
    font-size: 21px;
    padding-left: 0;
    text-align: center;
  }
}

.thanks__tel-contact {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  border-radius: 68px;
  background: #fff;
  padding: 38px 62px;
}
@media screen and (max-width: 767px) {
  .thanks__tel-contact {
    padding: 17px 36px;
  }
}
@media screen and (min-width: 1200px) {
  .thanks__tel-contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.thanks__tel-number {
  font-size: 60px;
  font-weight: 700;
  color: #a8c301;
  line-height: 0.8;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .thanks__tel-number {
    font-size: min(40px, 9.25vw);
  }
}
.thanks__tel-number:hover {
  opacity: 0.7;
}

.thanks__tel-hour {
  font-size: 28px;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .thanks__tel-hour {
    font-size: 14px;
  }
}

.thanks__content-text {
  text-align: center;
  color: #ffffff;
  max-width: 992px;
  width: 100%;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .thanks__content-text {
    font-size: 14px;
    margin-top: 35px;
  }
}

.page-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px; /* カード間の余白 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 52px;
  gap: 26px;
}
@media screen and (min-width: 1200px) {
  .page-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 86px;
  }
}

.page-links__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-radius: 57px;
  padding: 48px 50px 48px 18px;
  color: #505050;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 367px;
  width: 100%;
}

/* 最初のカードだけ反転（背景緑に白文字） */
.page-links__item:first-child {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-links__item:first-child {
    background: #fff;
    color: #505050;
  }
}

.page-links__item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.page-links__item:hover:nth-child(n+2) {
  background: #a8c301;
  color: #ffffff;
  border: 1px solid #fff;
}
.page-links__item:hover:nth-child(n+2) .page-links__label {
  color: #ffffff;
}
.page-links__item:hover:nth-child(n+2) .page-links__title::after {
  background: url(../img/page-links-icon.png) no-repeat center center/contain;
}

.page-links__label {
  display: block;
  color: #a8c301;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .page-links__label {
    font-size: 14px;
  }
}

.page-links__item:first-child .page-links__label {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-links__item:first-child .page-links__label {
    color: #a8c301;
  }
}

.page-links__title {
  font-size: 40px;
  font-weight: 700;
  font-family: "Fors";
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-links__title {
    font-size: 38px;
  }
}
.page-links__title::after {
  content: "";
  position: absolute;
  background: url(../img/page-links-icon-green.png) no-repeat center center/contain;
  bottom: 6px;
  right: 0;
  width: 29px;
  height: 29px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-links__item:first-child .page-links__title::after {
  content: "";
  position: absolute;
  background: url(../img/page-links-icon.png) no-repeat center center/contain;
  bottom: 6px;
  right: 0;
  width: 29px;
  height: 29px;
}
@media screen and (max-width: 767px) {
  .page-links__item:first-child .page-links__title::after {
    background: url(../img/page-links-icon-green.png) no-repeat center center/contain;
  }
}

.error__content-head {
  padding-bottom: 48px;
  z-index: 8;
  position: relative;
}
.error__content-head::before {
  background: url("../img/error-animal.png") no-repeat center center/contain;
  content: "";
  position: absolute;
  bottom: -8.63vw;
  width: 302px;
  height: 115px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .error__content-head::before {
    width: 144px;
    height: 55px;
    right: 6.92vw;
    bottom: -9.4vw;
  }
}
@media screen and (min-width: 768px) {
  .error__content-head::before {
    bottom: -8.73vw;
    right: 12.87vw;
  }
}
@media screen and (min-width: 1200px) {
  .error__content-head::before {
    bottom: -8.63vw;
    right: 16.87vw;
  }
}
@media screen and (min-width: 1440px) {
  .error__content-head::before {
    bottom: -8.43vw;
  }
}
.error__content-head::after {
  bottom: -8.22vw;
  background: url("../img/wave-white.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.33vw;
  z-index: 3;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.error__head {
  color: #a8c301;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.error__head-en {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .error__head-en {
    font-size: 50px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .error__head-ja {
    font-size: 14px;
  }
}

.error__content-footer {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  padding-top: 140px;
  padding-bottom: 92px;
  background: #a8c301;
  position: relative;
}
@media screen and (max-width: 767px) {
  .error__content-footer {
    padding-bottom: 56px;
  }
}
.error__content-footer::after {
  background: url("../img/error-foot.png") no-repeat center center/contain;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 322px;
  height: 234px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .error__content-footer::after {
    width: 208px;
    height: 169px;
  }
}

@media screen and (min-width: 1440px) {
  .error__content-texts {
    margin-top: 16px;
  }
}

.error__content-text {
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .error__content-text {
    font-size: 14px;
  }
}

@font-face {
  font-family: "fot-tsukuardgothic-std";
  font-display: swap;
}
.grecaptcha-badge {
  visibility: hidden;
}

/* ページID 92（確認ページ）だけ表示 */
.page-id-64 .grecaptcha-badge {
  visibility: visible !important;
  position: relative;
  z-index: 100;
}