@charset "UTF-8";
.font-en {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
}

body {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #3F3A37;
  background-color: #ffffff;
  padding-top: 80px;
}

.u-wrapper {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  padding-inline: clamp(16px, 5vw, 120px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1023px) {
  .u-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .u-wrapper {
    padding: 0 16px;
  }
}

html {
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 56px;
  }
}

body.admin-bar .header {
  top: 32px; /* PC管理バー */
}

@media (max-width: 782px) {
  body.admin-bar .header {
    top: 46px; /* SP管理バー */
  }
}
.header {
  padding: 0 120px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .header {
    padding: 8px 16px;
  }
}
.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
@media (max-width: 767px) {
  .header__inner {
    height: 56px;
  }
}
.header.is-scrolled {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(4px);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.header__logoWrap {
  margin: 0; /* ← h1 のデフォ余白を消す */
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* ロゴを上下中央に固定 */
}
.header__logoWrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header__logo {
  width: 80px;
  display: block;
}
@media (max-width: 767px) {
  .header__logo {
    width: 56px;
  }
}
.header__nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
@media (max-width: 767px) {
  .header__navList {
    gap: 16px;
  }
}
.header__navList a {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  text-decoration: none;
}
@media (max-width: 767px) {
  .header__navList a {
    font-size: 12px;
    height: 56px;
  }
}
.header {
  /* 下線アニメ */
}
.header__navList a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 1px;
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__navList a:hover {
  opacity: 0.7;
}
.header__navList a:hover::after {
  width: 100%;
}

.header__item--current a::after {
  width: 100%;
}

/* ▼ TOP以外：現在ページは常時下線（WordPressが付けるクラス） */
.header__navList .current-menu-item > a::after,
.header__navList .current_page_item > a::after,
.header__navList .current-menu-ancestor > a::after,
.header__navList .current_page_ancestor > a::after {
  width: 100%;
}

/* ▼ TOP（front-page）だけ：現在ページの常時下線を無効化 */
.home .header__navList .current-menu-item > a::after,
.home .header__navList .current_page_item > a::after,
.home .header__navList .current-menu-ancestor > a::after,
.home .header__navList .current_page_ancestor > a::after,
.front-page .header__navList .current-menu-item > a::after,
.front-page .header__navList .current_page_item > a::after,
.front-page .header__navList .current-menu-ancestor > a::after,
.front-page .header__navList .current_page_ancestor > a::after {
  width: 0;
}

.home .header__navList a:hover::after,
.front-page .header__navList a:hover::after {
  width: 100%;
}

.footer {
  background: #DED3C9;
  color: rgba(59, 47, 42, 0.65);
}
.footer__inner {
  padding: 32px 0;
  text-align: center;
}
.footer__copyright {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #7A746F;
}

@-webkit-keyframes heroBgZoomSoft {
  from {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heroBgZoomSoft {
  from {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes heroFadeSoft {
  from {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes heroFadeSoft {
  from {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes markerDrawSoft {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes markerDrawSoft {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.hero {
  min-height: 90svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(48px, 8vh, 120px) 0;
  background: none;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../image/hero/hero_image.webp") no-repeat;
  background-size: cover;
  background-position: 50% 30%;
  z-index: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: heroBgZoomSoft 2.4s ease-out forwards;
          animation: heroBgZoomSoft 2.4s ease-out forwards;
}
@media (max-width: 767px) {
  .hero {
    min-height: 72svh;
    padding: 64px 0 72px;
    text-align: left;
  }
}
.hero__inner {
  position: relative;
  z-index: 1;
}
.hero__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 2;
}
.hero__wave svg {
  width: 100%;
  height: auto;
  display: block;
}
.hero__content {
  max-width: 620px;
  text-align: left;
  margin-top: 7vh;
  padding-left: clamp(16px, 6vw, 72px);
  padding-right: 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero__content {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.hero__content::before {
  content: "";
  position: absolute;
  inset: -30px -40px;
  background: radial-gradient(ellipse at 42% 35%, rgba(253, 252, 251, 0.52) 0%, rgba(253, 252, 251, 0.32) 40%, rgba(253, 252, 251, 0) 85%);
  -webkit-filter: blur(8px);
          filter: blur(8px);
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
}
@media (max-width: 767px) {
  .hero__content::before {
    inset: -18px -14px; /* 広げすぎない */
    -webkit-filter: blur(10px);
            filter: blur(10px); /* 14→10で見えるように */
    background: radial-gradient(ellipse at 50% 35%, rgba(253, 252, 251, 0.72) 0%, rgba(253, 252, 251, 0.38) 42%, rgba(253, 252, 251, 0) 82%);
  }
}
.hero__title, .hero__subtitle, .hero__catch, .hero__copy, .hero__lead, .hero__buttons {
  opacity: 0;
  -webkit-animation: heroFadeSoft 1.35s ease-out forwards;
          animation: heroFadeSoft 1.35s ease-out forwards;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.hero__title {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.hero__subtitle {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}
.hero__catch {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.hero__copy {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.hero__lead {
  -webkit-animation-delay: 0.92s;
          animation-delay: 0.92s;
}
.hero__buttons {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}
.hero__title {
  font-size: clamp(40px, 4.5vw, 60px);
  margin-bottom: 8px;
  line-height: 1.12;
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 34px;
  }
}
.hero__subtitle {
  font-size: 18px;
  letter-spacing: 0.2em;
  margin-bottom: 18px;
  line-height: 1.4;
  opacity: 0.7;
}
.hero__catch {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  opacity: 0.9;
}
.hero__copy {
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.45;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .hero__copy {
    font-size: 22px;
  }
}
.hero__marker {
  position: relative;
  display: inline-block;
  color: #B89F94;
  font-weight: 500;
}
.hero__marker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.05em;
  /* 微調整ポイント */
  width: 100%;
  height: 0.8em;
  /* 画像の高さに合わせる */
  background: url("../image/common/marker_line.webp") no-repeat center/100% 100%;
  z-index: -1;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: markerDrawSoft 0.8s ease-out 0.75s forwards;
          animation: markerDrawSoft 0.8s ease-out 0.75s forwards;
}
.hero__lead {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
  opacity: 0.88;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .hero__lead {
    font-size: 13px;
    line-height: 1.9;
  }
}
.hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .hero__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* =========================
  Button
========================= */
.btn {
  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;
  height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.22s ease, -webkit-box-shadow 0.22s ease, -webkit-filter 0.22s ease;
  transition: -webkit-transform 0.22s ease, -webkit-box-shadow 0.22s ease, -webkit-filter 0.22s ease;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease, -webkit-transform 0.22s ease, -webkit-box-shadow 0.22s ease, -webkit-filter 0.22s ease;
  -webkit-box-shadow: 0 10px 22px rgba(184, 159, 148, 0.18), 0 2px 6px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 -8px 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 22px rgba(184, 159, 148, 0.18), 0 2px 6px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 -8px 16px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .btn {
    width: 100%;
    max-width: 160px;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-font-smoothing: antialiased;
    /* iOS Safari で文字が微妙にズレる保険 */
  }
}
.btn:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 14px 28px rgba(184, 159, 148, 0.22), 0 4px 10px rgba(0, 0, 0, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.85), inset 0 -10px 18px rgba(0, 0, 0, 0.06);
          box-shadow: 0 14px 28px rgba(184, 159, 148, 0.22), 0 4px 10px rgba(0, 0, 0, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.85), inset 0 -10px 18px rgba(0, 0, 0, 0.06);
  -webkit-filter: brightness(1.02);
          filter: brightness(1.02);
}
.btn:active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-box-shadow: 0 8px 18px rgba(184, 159, 148, 0.18), 0 2px 6px rgba(0, 0, 0, 0.06), inset 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 18px rgba(184, 159, 148, 0.18), 0 2px 6px rgba(0, 0, 0, 0.06), inset 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-filter: brightness(0.99);
          filter: brightness(0.99);
}
.btn--primary {
  background: rgba(184, 159, 148, 0.95);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(6px);
}
.btn--secondary {
  background: rgba(184, 159, 148, 0.28);
  color: #3F3A37;
  border: 1px solid rgba(184, 159, 148, 0.28);
  backdrop-filter: blur(2px);
}

/* =========================
   Motion Accessibility
========================= */
@media (prefers-reduced-motion: reduce) {
  .hero::after,
  .hero__title,
  .hero__subtitle,
  .hero__catch,
  .hero__copy,
  .hero__lead,
  .hero__buttons,
  .hero__marker::after {
    -webkit-animation: none !important;
            animation: none !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
/* =========================
  Scroll Reveal (soft)
========================= */
.js-reveal {
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-filter: none;
          filter: none;
  -webkit-transition: opacity 1.05s ease-out, -webkit-transform 1.05s ease-out;
  transition: opacity 1.05s ease-out, -webkit-transform 1.05s ease-out;
  transition: opacity 1.05s ease-out, transform 1.05s ease-out;
  transition: opacity 1.05s ease-out, transform 1.05s ease-out, -webkit-transform 1.05s ease-out;
  will-change: opacity, transform;
}

.js-reveal.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ちょい遅らせたい要素用（任意） */
.js-delay-1 {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}

.js-delay-2 {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}

.js-delay-3 {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

/* 動きを減らす設定の人には即表示 */
@media (prefers-reduced-motion: reduce) {
  .js-reveal {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/* =========================
  Worries
========================= */
.worries {
  padding: 120px 0 120px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .worries {
    padding: 80px 0;
  }
}
.worries__head {
  text-align: center;
}
.worries__title {
  font-size: 36px;
  color: #3F3A37;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .worries__title {
    font-size: 24px;
  }
}
.worries__title {
  font-size: 30px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .worries__title {
    font-size: 24px;
  }
}
.worries__underline {
  display: block;
  margin: 14px auto 0;
  height: 16px;
  background: url("../image/common/subtitle_line.webp") no-repeat center;
  background-size: contain;
}
@media (max-width: 767px) {
  .worries__underline {
    height: 13px;
  }
}
.worries__grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 767px) {
  .worries__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 48px;
  }
}

/* =========================
  Worries Card（画像寄せ）
========================= */
.worries-card {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  padding: 36px 24px;
  -webkit-box-shadow: 0 18px 48px rgba(0, 0, 0, 0.06);
          box-shadow: 0 18px 48px rgba(0, 0, 0, 0.06);
  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;
  opacity: 0;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
  -webkit-transition: opacity 1.2s ease, -webkit-transform 0.7s ease;
  transition: opacity 1.2s ease, -webkit-transform 0.7s ease;
  transition: opacity 1.2s ease, transform 0.7s ease;
  transition: opacity 1.2s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
  -webkit-transition-delay: var(--delay, 0ms);
          transition-delay: var(--delay, 0ms);
  will-change: opacity, transform;
}
@media (max-width: 767px) {
  .worries-card {
    margin: 0 auto;
    width: 88%;
  }
}
.worries-card {
  /* ✅ 表示されたらこれが効く */
}
.worries-card.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.worries-card__tag {
  position: absolute;
  top: -12px;
  left: 24px;
  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;
  height: 24px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(143, 163, 154, 0.9);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
  -webkit-box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05), 0 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05), 0 4px 12px rgba(0, 0, 0, 0.04);
}
@media (max-width: 767px) {
  .worries-card__tag {
    top: -12px;
    left: 24px;
  }
}
.worries-card__top {
  min-height: 170px;
  /* ← ここでRESULT揃う（160〜180で微調整OK） */
  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;
  gap: 18px;
}
.worries-card__icon {
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  margin: 0;
}
.worries-card__icon::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 150px;
  background: url("../image/worries/worries_haze.webp") no-repeat center;
  background-size: contain;
  opacity: 0.6;
  z-index: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media (max-width: 767px) {
  .worries-card__icon::before {
    opacity: 0.48;
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
}
.worries-card__icon img {
  position: relative;
  width: 160px;
  height: auto;
  display: block;
  z-index: 1;
}
.worries-card__title {
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #3F3A37;
  line-height: 1.6;
  margin: 0;
  min-height: 3.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.worries-card__result {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  margin: 22px 0 18px;
}
.worries-card__line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: rgba(122, 116, 111, 0.25);
}
.worries-card__resultLabel {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: rgba(122, 116, 111, 0.75);
}
.worries-card__text {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #7A746F;
}
@media (max-width: 767px) {
  .worries-card {
    padding: 30px 20px 24px;
  }
  .worries-card__tag {
    left: 18px;
  }
  .worries-card__icon img {
    width: 104px;
  }
  .worries-card__line {
    width: 56px;
  }
}

/* =========================
  and more Line
========================= */
.section-divider {
  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: 12px;
  padding-bottom: 24px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .section-divider {
    padding: 24px 0;
  }
}
.section-divider__text {
  font-size: 14px;
  letter-spacing: 0.18em;
  color: rgba(122, 116, 111, 0.7);
  margin-bottom: 16px;
}
.section-divider__line {
  width: 1.5px;
  height: 60px;
  background: rgba(122, 116, 111, 0.25);
  position: relative;
  overflow: hidden;
  border-radius: 999px;
}
.section-divider__line::after {
  content: "";
  position: absolute;
  top: -60%;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(122, 116, 111, 0.65);
  border-radius: 999px;
  -webkit-animation: dividerScroll 2.8s ease-in-out infinite;
          animation: dividerScroll 2.8s ease-in-out infinite;
}
@media (max-width: 767px) {
  .section-divider__line {
    width: 1px;
  }
}

@-webkit-keyframes dividerScroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(220%);
            transform: translateY(220%);
    opacity: 0;
  }
}

@keyframes dividerScroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(220%);
            transform: translateY(220%);
    opacity: 0;
  }
}
/* =========================
  Why me
========================= */
.whyme {
  padding: 120px 0;
  background: #F2EBE7;
}
@media (max-width: 767px) {
  .whyme {
    padding: 80px 0;
  }
}
.whyme__head {
  text-align: center;
}
.whyme__title {
  font-size: 36px;
  color: #3F3A37;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .whyme__title {
    font-size: 24px;
  }
}
.whyme__title {
  position: relative;
}
.whyme__subtitle {
  font-size: 14px;
  color: #7A746F;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .whyme__subtitle {
    font-size: 12px;
  }
}
.whyme__subtitle {
  margin-top: 16px;
  margin-bottom: 56px;
}
.whyme__content {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: clamp(28px, 4vw, 56px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .whyme__content {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 28px;
    padding-inline: 20px;
  }
}
.whyme__lead {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #3b2f2a;
  margin: 0 0 28px;
}
@media (max-width: 767px) {
  .whyme__lead {
    font-size: 16px;
    text-align: left;
    margin-bottom: 22px;
  }
}
.whyme__list {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.whyme__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
}
.whyme__itemIcon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  height: 50px;
  display: block;
  background: url("../image/whyme/whyme_check.webp") no-repeat center;
  background-size: 85%;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  border: none;
}
.whyme__itemBody {
  min-width: 0;
}
.whyme__itemTitle {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #3b2f2a;
  font-weight: 600;
  line-height: 2;
}
.whyme__itemText {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: rgba(59, 47, 42, 0.65);
}
.whyme__note {
  margin: 40px 0 0;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: rgba(59, 47, 42, 0.75);
  display: inline-block;
  padding: 8px 14px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .whyme__note {
    margin-top: 22px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.6;
    text-decoration: underline;
    text-decoration-thickness: 0.45em; /* 太めでマーカー風 */
    text-decoration-color: rgba(143, 163, 154, 0.22);
    text-underline-offset: -0.12em; /* 文字に近づける */
  }
}
.whyme__note::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.18em;
  width: 100%;
  height: 1.4em;
  background: url("../image/common/marker_line.webp") no-repeat center/100% 100%;
  z-index: -1;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0.95;
}
@media (max-width: 767px) {
  .whyme__note::after {
    display: none;
  }
}
.whyme {
  /* 線を引くアニメーション */
}
.whyme .js-marker.is-inview::after {
  -webkit-animation: markerDrawSoft 0.8s ease-out forwards;
          animation: markerDrawSoft 0.8s ease-out forwards;
}
.whyme__right {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .whyme__right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.whyme__image {
  width: min(320px, 80%);
  height: auto;
  display: block;
  opacity: 0.95;
}
@media (max-width: 767px) {
  .whyme__image {
    width: min(240px, 60%);
    margin: 0 auto;
  }
}

/* =========================
  Service
========================= */
.service {
  padding: 120px 0;
  background: #FDFCFB;
  /* 変数はここで定義（安定） */
  --rail: 100px;
  --gap: 40px;
  --box: 650px;
}
@media (max-width: 767px) {
  .service {
    padding: 80px 0;
  }
}
.service__head {
  text-align: center;
}
.service__title {
  font-size: 36px;
  color: #3F3A37;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .service__title {
    font-size: 24px;
  }
}
.service__title {
  position: relative;
}
.service__subtitle {
  font-size: 14px;
  color: #7A746F;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .service__subtitle {
    font-size: 12px;
  }
}
.service__subtitle {
  margin-top: 16px;
  margin-bottom: 24px;
}
.service__intro {
  margin: 28px auto 0;
  text-align: center;
  max-width: 560px;
}
@media (max-width: 767px) {
  .service__intro {
    padding-inline: 20px;
  }
}
.service__introMain {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: rgba(59, 47, 42, 0.8);
  margin: 0 0 10px;
}
.service__introSub {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: rgba(59, 47, 42, 0.55);
  margin: 0;
}
.service__grid {
  position: relative;
  margin: clamp(56px, 6vw, 80px) auto 0;
  /* ✅ グリッド全体をカード幅に合わせて中央寄せ */
  max-width: calc(var(--rail) + var(--gap) + var(--box));
  display: grid;
  gap: 32px;
}
.service {
  /* ✅ 縦棒（全カードで1本） */
}
.service__grid::before {
  content: "";
  position: absolute;
  top: 72px;
  bottom: 20px;
  /* 左レーンの中央に固定 */
  left: calc(var(--rail) / 2 + 1px);
  width: 1px;
  background: rgba(59, 47, 42, 0.16);
}
@media (max-width: 767px) {
  .service__grid {
    max-width: 100%;
    gap: 56px;
    margin-top: 32px;
    padding-inline: 0;
  }
  .service {
    /* SPは縦棒なし推奨（詰まる＆重なりやすい） */
  }
  .service__grid::before {
    display: none;
  }
}

/* =========================
  Service Step Card
========================= */
.service-card {
  display: grid;
  grid-template-columns: var(--rail) 1fr;
  -webkit-column-gap: var(--gap);
     -moz-column-gap: var(--gap);
          column-gap: var(--gap);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 767px) {
  .service-card {
    position: relative;
    display: block; /* grid解除 */
  }
}
.service-card {
  /* 左レーン（丸の置き場） */
}
.service-card__rail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .service-card__rail {
    display: none;
  }
}
.service-card {
  /*  ステップ丸（01/02/03） */
}
.service-card__step {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: rgba(244, 239, 233, 0.95);
  border: 1px solid rgba(59, 47, 42, 0.1);
  display: grid;
  place-items: center;
  /* 縦棒との位置合わせ */
  margin-top: 24px;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: rgba(59, 47, 42, 0.62);
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.7);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .service-card__step {
    position: absolute;
    top: -18px;
    left: 36px;
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
    margin: 0;
    width: 56px;
    height: 56px;
    font-size: 16px;
    z-index: 2;
  }
}
.service-card {
  /* カード本体 */
}
.service-card__box {
  background: rgba(255, 255, 255, 0.88);
  border-radius: 28px;
  padding: 32px 48px;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: var(--box);
  width: 100%;
}
@media (max-width: 767px) {
  .service-card__box {
    width: min(92%, 560px);
    margin: 0 auto;
    text-align: center;
    max-width: none; /* var(--box)の制限を無効化 */
    grid-template-columns: 1fr; /* 1カラム */
    padding: 28px 22px 26px;
    gap: 18px;
    /* 影：SPは少し軽くして上品に */
    -webkit-box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06), 0 2px 10px rgba(0, 0, 0, 0.04);
            box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06), 0 2px 10px rgba(0, 0, 0, 0.04);
  }
}
@media (max-width: 767px) {
  .service-card__body {
    padding-top: 24px;
  }
}
.service-card {
  /*  テキスト側 */
}
.service-card__title {
  margin: 0 0 16px;
  font-size: 24px;
  letter-spacing: 0.08em;
  color: rgba(59, 47, 42, 0.78);
  font-weight: 500;
}
@media (max-width: 767px) {
  .service-card__title {
    font-size: 20px;
  }
}
.service-card__lead {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: rgba(59, 47, 42, 0.65);
}
.service-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  gap: 8px;
}
@media (max-width: 767px) {
  .service-card__list {
    text-align: left;
    max-width: 240px;
    margin: 0 auto 18px;
  }
}
.service-card__list li {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: rgba(59, 47, 42, 0.7);
  position: relative;
  padding-left: 14px;
}
@media (max-width: 767px) {
  .service-card__list li {
    padding-left: 24px;
  }
}
.service-card__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(59, 47, 42, 0.5);
}
@media (max-width: 767px) {
  .service-card__list li::before {
    position: static;
    margin-right: 6px;
  }
}
.service-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .service-card__tags {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.service-card__tag {
  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;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(143, 163, 154, 0.9)), to(rgba(143, 163, 154, 0.8)));
  background: linear-gradient(to bottom, rgba(143, 163, 154, 0.9), rgba(143, 163, 154, 0.8));
  line-height: 1;
  white-space: nowrap;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.service-card {
  /* ✅ 右のイラスト（丸の靄っぽい背景） */
}
.service-card__illust {
  position: relative;
  display: grid;
  place-items: center;
  justify-self: end;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .service-card__illust {
    justify-self: center;
    margin: 24px auto 16px;
  }
}
.service-card__illust::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: rgba(244, 239, 233, 0.85);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 0.9;
}
@media (max-width: 767px) {
  .service-card__illust::before {
    width: 180px;
    height: 180px;
    opacity: 0.85;
  }
}
.service-card__illust img {
  position: relative;
  width: 200px;
  height: auto;
  display: block;
  opacity: 0.95;
}
@media (max-width: 767px) {
  .service-card__illust img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .service-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .service-card__rail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .service-card__step {
    margin-top: 0;
    width: 56px;
    height: 56px;
    font-size: 16px;
  }
  .service-card__box {
    grid-template-columns: 1fr;
    padding: 26px 22px;
    gap: 18px;
    max-width: 100%;
  }
}

.service-card__price {
  margin-top: 14px;
  margin-left: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .service-card__price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 12px;
  }
}
.service-card__price-label {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #7A746F;
}
.service-card__price-value {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #7A746F;
}
@media (max-width: 767px) {
  .service-card__price-value {
    font-size: 16px;
  }
}

.service__price-note {
  margin-top: 28px;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: rgba(59, 47, 42, 0.52);
}
@media (max-width: 767px) {
  .service__price-note {
    margin-top: 22px;
    padding-inline: 20px;
    text-align: left;
  }
}

.works {
  background-color: #F2EBE7;
  padding: clamp(64px, 10vw, 120px) 0;
}
.works__title {
  font-size: 36px;
  color: #3F3A37;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .works__title {
    font-size: 24px;
  }
}
.works__subtitle {
  font-size: 14px;
  color: #7A746F;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .works__subtitle {
    font-size: 12px;
  }
}
.works__subtitle {
  margin-top: 16px;
  margin-bottom: 64px;
}
.works__featured {
  display: grid;
  grid-template-columns: repeat(2, 380px);
  gap: 48px;
  margin-top: 64px;
  margin-bottom: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  .works__featured {
    grid-template-columns: repeat(2, 340px);
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .works__featured {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
    margin-bottom: 32px;
    justify-items: center;
  }
}
.works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}
@media (max-width: 1023px) {
  .works__list {
    grid-template-columns: repeat(2, minmax(0, 340px));
    gap: 36px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .works__list {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.works__list--sub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}
@media (max-width: 1023px) {
  .works__list--sub {
    grid-template-columns: repeat(2, minmax(0, 340px));
    gap: 36px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .works__list--sub {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.works__item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .works__item {
    width: 100%;
    max-width: 320px;
  }
}
.works__item img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-filter: brightness(0.93) saturate(0.95);
          filter: brightness(0.93) saturate(0.95);
}
@media (hover: hover) {
  .works__item:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  }
  .works__item:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .works__item:hover .works__hov {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .works__item--large {
    max-width: 320px;
  }
}
.works__item--large img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.works__hov {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.8);
  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;
  text-align: center;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 12px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .works__hov {
    display: none;
  }
}
.works__hov:hover {
  opacity: 1;
}
.works__menu {
  text-align: center;
  letter-spacing: 0.5rem;
  font-size: 24px;
  font-weight: 500;
  color: #7A746F;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .works__menu {
    font-size: 22px;
  }
}
.works__more {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .works__more {
    margin-top: 40px;
  }
}
.works__more a {
  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;
  color: #7A746F;
  font-size: 16px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.works__more a:hover {
  opacity: 0.7;
}
.works__more a:hover img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media (max-width: 767px) {
  .works__more a {
    font-size: 10px;
  }
}
.works__more img {
  width: 120px;
  height: 50px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 767px) {
  .works__more img {
    width: 72px;
    height: 30px;
  }
}

.about {
  background-color: #FDFCFB;
}
.about__inner {
  padding: clamp(64px, 10vw, 120px) clamp(16px, 5vw, 80px);
}
.about__title {
  font-size: 36px;
  color: #3F3A37;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .about__title {
    font-size: 24px;
  }
}
.about__subtitle {
  font-size: 14px;
  color: #7A746F;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .about__subtitle {
    font-size: 12px;
  }
}
.about__subtitle {
  margin-top: 16px;
  margin-bottom: 64px;
}
.about__content {
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(40px, 6vw, 80px);
}
@media (max-width: 1023px) {
  .about__content {
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .about__content {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.about__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  justify-self: end;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid #8FA39A;
  padding: 12px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .about__image {
    width: 220px;
    height: 220px;
    margin-inline: auto;
  }
}
.about__image img {
  width: 80%;
  height: 80%;
  opacity: 0.8;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.about__text {
  position: relative;
  justify-self: start;
  background-color: #fff;
  padding: clamp(32px, 4vw, 48px);
  width: min(520px, 92%);
  border-radius: 24px;
  -webkit-box-shadow: 0 14px 34px rgba(0, 0, 0, 0.02);
          box-shadow: 0 14px 34px rgba(0, 0, 0, 0.02);
}
@media (max-width: 767px) {
  .about__text {
    margin-inline: auto;
  }
}
.about__text p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #7A746F;
}
.about__text p:not(:last-of-type) {
  margin-bottom: 24px;
}
.about__heading {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 24px;
  color: #3F3A37;
}
.about__deco {
  position: absolute;
  right: -8px;
  bottom: -48px;
  width: 56px;
  height: auto;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .about__deco {
    width: 48px;
  }
}

/* ふわっと表示（共通） */
.fade-up {
  opacity: 0;
  --fade-ty: 12px;
  /* 下から少し上がる量 */
  -webkit-transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease, -webkit-transform 0.9s ease;
  will-change: opacity, transform;
}

.fade-up.is-inview {
  opacity: var(--fade-opacity, 1);
  --fade-ty: 0px;
}

.contact-wave {
  background: #F2EBE7;
}

.top-contact {
  background: #F2EBE7;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .top-contact {
    padding: 72px 0;
  }
}
.top-contact {
  /* 見出し */
}
.top-contact__heading {
  text-align: center;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .top-contact__heading {
    margin-bottom: 32px;
  }
}
.top-contact__title {
  font-size: 36px;
  color: #3F3A37;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .top-contact__title {
    font-size: 24px;
  }
}
.top-contact__subtitle {
  font-size: 14px;
  color: #7A746F;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .top-contact__subtitle {
    font-size: 12px;
  }
}
.top-contact__subtitle {
  margin-top: 16px;
  margin-bottom: 12px;
}
.top-contact {
  /* カード */
}
.top-contact__cardWrap {
  position: relative;
  max-width: 580px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-contact__cardWrap {
    width: 92%;
    max-width: none;
  }
}
.top-contact__card {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.02);
  border-radius: 20px;
  padding: 28px 28px 24px;
  text-align: center;
  -webkit-box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06), 0 2px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06), 0 2px 10px rgba(0, 0, 0, 0.04);
}
@media (max-width: 767px) {
  .top-contact__card {
    padding: 22px 18px 18px;
    border-radius: 16px;
  }
}
.top-contact__lead {
  font-size: 16px;
  line-height: 1.9;
  color: #7A746F;
  margin-bottom: 8px;
}
.top-contact__note {
  font-size: 16px;
  color: #7A746F;
  margin-bottom: 32px;
}
.top-contact__list {
  display: inline-grid;
  gap: 10px;
  margin: 0 auto 18px;
  padding-bottom: 24px;
  list-style: none;
  max-width: none;
  text-align: left;
}
.top-contact__item {
  font-size: 14px;
  color: #7A746F;
  line-height: 1.7;
  padding-left: 18px;
  position: relative;
}
.top-contact__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(143, 163, 154, 0.8);
}
.top-contact__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}
.top-contact__btn {
  min-width: 220px;
}
.top-contact {
  /* 装飾 */
}
.top-contact__deco {
  position: absolute;
  height: auto;
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
  -webkit-transform: translateY(var(--fade-ty, 0px)) rotate(var(--deco-rot, 0deg));
          transform: translateY(var(--fade-ty, 0px)) rotate(var(--deco-rot, 0deg));
  opacity: var(--fade-opacity, 0.35);
}
.top-contact__deco.fade-up {
  opacity: 0;
}
.top-contact__deco.fade-up.is-inview {
  opacity: var(--fade-opacity, 0.35);
}
.top-contact__deco--left {
  width: 56px;
  left: -43px;
  top: 14px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.top-contact__deco--right {
  width: 96px;
  right: -44px;
  bottom: 44px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
@media (max-width: 767px) {
  .top-contact__deco--left {
    width: 38px;
    left: -10px;
    top: 50px;
  }
  .top-contact__deco--right {
    width: 68px;
    right: -18px;
    bottom: 88px;
  }
}

.workslist {
  padding: 120px 0;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .workslist {
    padding: 48px 16px;
  }
}
.workslist__head {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 128px);
}
.workslist__title {
  font-size: 36px;
  color: #3F3A37;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .workslist__title {
    font-size: 24px;
  }
}
.workslist__subtitle {
  font-size: 14px;
  color: #7A746F;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .workslist__subtitle {
    font-size: 12px;
  }
}
.workslist__subtitle {
  margin-top: 8px;
}
.workslist__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 88px;
}
@media (max-width: 1023px) {
  .workslist__list {
    gap: 36px;
  }
}
@media (max-width: 767px) {
  .workslist__list {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.workslist {
  /* grid内でカード高さを揃える */
}
.workslist__item {
  height: 100%;
}
.workslist__cta {
  margin-top: clamp(64px, 10vw, 96px);
  margin-bottom: clamp(48px, 10vw, 80px);
  text-align: center;
}

/* ==========================
   Contact Button
========================== */
.btn-contact {
  position: relative;
  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;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #3F3A37;
  background-color: #FDFCFB;
  padding: 18px 40px 18px 40px;
  border: 1px solid #B89F94;
  border-radius: 12px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.btn-contact:hover {
  background-color: #B89F94;
  color: #ffffff;
}
.btn-contact:hover .btn__arrow {
  right: -23px;
}
.btn__arrow {
  position: absolute;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
}

/* ==========================
   Works Card
========================== */
.workslist-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 24px 0;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.workslist-card__image {
  background: rgba(242, 235, 231, 0.4);
  border-radius: 16px;
  padding: 32px;
  aspect-ratio: 4/3;
  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;
  margin-bottom: 16px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.workslist-card__image img {
  max-width: 100%;
  max-height: 240px;
  -o-object-fit: contain;
     object-fit: contain;
}
.workslist-card__body {
  margin: 0 auto;
}
.workslist-card__category {
  display: inline-block;
  font-size: 14px;
  color: #7A746F;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.workslist-card__name {
  font-size: 16px;
  color: #3F3A37;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 150%;
}
.workslist-card__note {
  display: inline-block;
  font-size: 12px;
  color: #7A746F;
  letter-spacing: 0.08em;
  margin-top: 8px;
}
.workslist-card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.workslist-card:hover .workslist-card__image {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

/* ==========================
   Works Detail
========================== */
.works-detail {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .works-detail {
    padding: 48px 0;
  }
}
.works-detail__head {
  text-align: center;
  margin-bottom: clamp(64px, 6vw, 128px);
}
.works-detail__title {
  font-size: 36px;
  color: #3F3A37;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .works-detail__title {
    font-size: 24px;
  }
}
.works-detail__title {
  margin-bottom: 8px;
}
.works-detail__lead {
  font-size: 14px;
  color: #7A746F;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .works-detail__lead {
    font-size: 12px;
  }
}
.works-detail__text {
  display: block;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #3F3A37;
}
.works-detail__text + .works-detail__text {
  margin-top: 32px;
}
.works-detail {
  /* Mockup */
}
.works-detail__mock {
  margin-bottom: clamp(80px, 8vw, 120px);
}
@media (max-width: 767px) {
  .works-detail__mock {
    padding: 0 16px;
    margin-bottom: 64px;
  }
}
.works-detail__mock-inner {
  background: rgba(242, 235, 231, 0.4);
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.works-detail__mock-inner img {
  max-width: 100%;
  height: auto;
}
.works-detail__mock-inner .is-sp {
  max-width: 240px;
}
@media (max-width: 767px) {
  .works-detail__mock-inner {
    -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;
  }
}
.works-detail {
  /* Overview */
}
.works-detail__overview {
  max-width: 848px;
  margin: 0 auto clamp(64px, 8vw, 120px);
}
.works-detail__list {
  display: grid;
  grid-template-columns: 120px 1fr;
  row-gap: 48px;
  -webkit-column-gap: 96px;
     -moz-column-gap: 96px;
          column-gap: 96px;
  text-align: left;
}
.works-detail__list dt {
  font-size: 14px;
  color: #7A746F;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: right;
}
.works-detail__list dd {
  font-size: 14px;
  color: #3F3A37;
  line-height: 2;
  letter-spacing: 0.05em;
}
.works-detail__list a {
  color: #B89F94;
}
@media (max-width: 767px) {
  .works-detail__list {
    grid-template-columns: 1fr;
    padding: 0 24px;
    row-gap: 0px;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }
  .works-detail__list dt {
    text-align: left;
    margin-bottom: 8px;
  }
  .works-detail__list dd {
    margin-bottom: 32px;
  }
}
.works-detail {
  /* Capture */
}
.works-detail__capture {
  max-width: 1000px;
  margin: 0 auto 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
.works-detail__capture img:nth-child(1) {
  width: 680px;
  height: auto;
  border: 1px solid #eee;
}
.works-detail__capture img:nth-child(2) {
  width: 200px;
  height: auto;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .works-detail__capture {
    -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: 48px;
    margin: 0 auto 120px;
    padding: 0 16px;
  }
  .works-detail__capture img:nth-child(1) {
    width: 100%;
    max-width: none;
  }
  .works-detail__capture img:nth-child(2) {
    width: 80%;
  }
}
.works-detail {
  /* CTA */
}
.works-detail__cta {
  text-align: center;
  margin-bottom: 240px;
}
@media (max-width: 767px) {
  .works-detail__cta {
    margin-bottom: 120px;
  }
}
.works-detail__cta .btn-contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.works-detail__back {
  text-align: center;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .works-detail__back {
    margin-top: 40px;
  }
}
.works-detail__back .btn-back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 8px;
  color: #7A746F;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.works-detail__back .btn-back img {
  width: 80px;
  height: auto;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.works-detail__back .btn-back:hover {
  opacity: 0.7;
}
.works-detail__back .btn-back:hover img {
  -webkit-transform: scaleX(-1) translateX(5px);
          transform: scaleX(-1) translateX(5px);
}

.works-visual {
  text-align: center;
}
.works-visual-inner {
  position: relative;
  display: inline-block;
}
.works-visual {
  /*  花（左上） */
}
.works-visual-inner::before {
  content: "";
  position: absolute;
  top: clamp(-60px, -4vw, -80px);
  left: clamp(-130px, -14vw, -220px);
  width: clamp(180px, 22vw, 300px);
  height: clamp(180px, 22vw, 300px);
  background-image: url("../image/works/banner-flower.webp");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}
.works-visual {
  /*  花（右下） */
}
.works-visual-inner::after {
  content: "";
  position: absolute;
  bottom: clamp(20px, 3vw, 50px);
  right: clamp(-130px, -14vw, -220px);
  width: clamp(180px, 22vw, 300px);
  height: clamp(180px, 22vw, 300px);
  background-image: url("../image/works/banner-flower.webp");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}
.works-visual__banner {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(80px, 8vw, 120px);
  width: 100%;
  max-width: 560px;
  border-radius: 8px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  .works-visual {
    padding: 0 24px;
  }
  .works-visual__banner {
    max-width: 100%;
  }
  .works-visual-inner::before {
    width: 120px;
    height: 180px;
    top: -65px;
    left: -20px;
  }
  .works-visual-inner::after {
    width: 120px;
    height: 160px;
    top: 300px;
    right: -10px;
  }
}
.contact {
  background-color: #ffffff;
  padding: clamp(64px, 10vw, 120px) 0;
}
.contact__inner {
  max-width: 720px;
}
.contact__head {
  text-align: center;
  margin-bottom: 48px;
}
.contact__title {
  font-size: 36px;
  color: #3F3A37;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .contact__title {
    font-size: 24px;
  }
}
.contact__subtitle {
  font-size: 14px;
  color: #7A746F;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .contact__subtitle {
    font-size: 12px;
  }
}
.contact__subtitle {
  margin-top: 8px;
  margin-bottom: 64px;
}
.contact__lead {
  font-size: 14px;
  line-height: 2;
  color: #7A746F;
}
.contact__body {
  margin-top: 40px;
}
.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;
}
.contact__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;
}
.contact__field label {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 8px;
  line-height: 1.5;
}
.contact__field label span {
  font-size: 11px;
  color: #B89F94;
  margin-left: 4px;
  position: relative;
  top: 1px;
}
.contact__field input,
.contact__field textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  font-size: 14px;
  background-color: #fff;
}
.contact__field input:focus,
.contact__field textarea:focus {
  outline: none;
  border-color: #8FA39A;
}
.contact__privacy {
  font-size: 12px;
}
.contact__privacy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.contact__privacy input {
  accent-color: #8FA39A;
}
.contact__button {
  margin-top: 16px;
  text-align: center;
}
.contact__button button,
.contact__button input[type=submit] {
  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;
  background: rgba(184, 159, 148, 0.95);
  color: #ffffff;
  border: 1px solid rgba(184, 159, 148, 0.28);
  backdrop-filter: blur(2px);
  height: 48px;
  padding: 0 48px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.22s ease, -webkit-box-shadow 0.22s ease, -webkit-filter 0.22s ease;
  transition: -webkit-transform 0.22s ease, -webkit-box-shadow 0.22s ease, -webkit-filter 0.22s ease;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease, -webkit-transform 0.22s ease, -webkit-box-shadow 0.22s ease, -webkit-filter 0.22s ease;
  -webkit-box-shadow: 0 10px 22px rgba(184, 159, 148, 0.18), 0 2px 6px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 -8px 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 22px rgba(184, 159, 148, 0.18), 0 2px 6px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 -8px 16px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .contact__button button,
  .contact__button input[type=submit] {
    width: 100%;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-font-smoothing: antialiased;
    /* iOS Safari で文字が微妙にズレる保険 */
  }
}
.contact__button button:hover,
.contact__button input[type=submit]:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 14px 28px rgba(184, 159, 148, 0.22), 0 4px 10px rgba(0, 0, 0, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.85), inset 0 -10px 18px rgba(0, 0, 0, 0.06);
          box-shadow: 0 14px 28px rgba(184, 159, 148, 0.22), 0 4px 10px rgba(0, 0, 0, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.85), inset 0 -10px 18px rgba(0, 0, 0, 0.06);
  -webkit-filter: brightness(1.02);
          filter: brightness(1.02);
}
.contact__button button:active,
.contact__button input[type=submit]:active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-box-shadow: 0 8px 18px rgba(184, 159, 148, 0.18), 0 2px 6px rgba(0, 0, 0, 0.06), inset 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 18px rgba(184, 159, 148, 0.18), 0 2px 6px rgba(0, 0, 0, 0.06), inset 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-filter: brightness(0.99);
          filter: brightness(0.99);
}

/* =========================
  Confirm
========================= */
.contact-confirm {
  background-color: #ffffff;
}
.contact-confirm__inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 120px 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-confirm__inner {
    padding: 48px 32px;
  }
}
.contact-confirm__title {
  font-size: 36px;
  color: #3F3A37;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .contact-confirm__title {
    font-size: 24px;
  }
}
.contact-confirm__title {
  margin-bottom: 16px;
}
.contact-confirm__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.contact-confirm__leaf {
  width: 48px;
  height: auto;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .contact-confirm__leaf {
    width: 32px;
  }
}
.contact-confirm__text {
  font-size: 14px;
  color: #7A746F;
  margin-bottom: 64px;
  line-height: 2;
}
.contact-confirm__list {
  text-align: left;
  margin-bottom: 64px;
}
.contact-confirm__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #F2EBE7;
}
.contact-confirm__item dt {
  width: 160px;
  font-size: 14px;
  color: #7A746F;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-confirm__item dd {
  font-size: 14px;
  color: #3F3A37;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .contact-confirm__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .contact-confirm__item dt {
    width: auto;
  }
}
.contact-confirm__buttons > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact-confirm__buttons > p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact-confirm__note {
  font-size: 12px;
  color: #7A746F;
  line-height: 2;
}

/* button */
.btn--confirm {
  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;
  height: 48px;
  padding: 0 48px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.22s ease, -webkit-box-shadow 0.22s ease, -webkit-filter 0.22s ease;
  transition: -webkit-transform 0.22s ease, -webkit-box-shadow 0.22s ease, -webkit-filter 0.22s ease;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease, -webkit-transform 0.22s ease, -webkit-box-shadow 0.22s ease, -webkit-filter 0.22s ease;
  -webkit-box-shadow: 0 10px 22px rgba(184, 159, 148, 0.18), 0 2px 6px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 -8px 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 22px rgba(184, 159, 148, 0.18), 0 2px 6px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 -8px 16px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .btn--confirm {
    width: 100%;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-font-smoothing: antialiased;
    /* iOS Safari で文字が微妙にズレる保険 */
  }
}
.btn--confirm:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 14px 28px rgba(184, 159, 148, 0.22), 0 4px 10px rgba(0, 0, 0, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.85), inset 0 -10px 18px rgba(0, 0, 0, 0.06);
          box-shadow: 0 14px 28px rgba(184, 159, 148, 0.22), 0 4px 10px rgba(0, 0, 0, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.85), inset 0 -10px 18px rgba(0, 0, 0, 0.06);
  -webkit-filter: brightness(1.02);
          filter: brightness(1.02);
}
.btn--confirm:active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-box-shadow: 0 8px 18px rgba(184, 159, 148, 0.18), 0 2px 6px rgba(0, 0, 0, 0.06), inset 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 18px rgba(184, 159, 148, 0.18), 0 2px 6px rgba(0, 0, 0, 0.06), inset 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-filter: brightness(0.99);
          filter: brightness(0.99);
}
.btn--back {
  background: rgba(184, 159, 148, 0.28);
  color: #3F3A37;
  border: 1px solid rgba(184, 159, 148, 0.28);
  backdrop-filter: blur(2px);
}
.btn--submit {
  background: rgba(184, 159, 148, 0.95);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(6px);
}

/* CF7の構造依存で送信ボタンがズレる原因（spinner）をレイアウトから外す */
.wpcf7-spinner {
  display: none;
}

.contact .contact__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* 内容確認ボタン CF7のspinnerがボタン位置をズラすので非表示 */
/* 確認ページ：ボタン2つを中央で横並びに */
.contact-confirm__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 確認ページ：ボタン2つを中央で横並びに */
.contact-confirm__buttons br {
  display: none;
}

.thanks {
  background-color: #FDFCFB;
  padding: 120px 16px 160px;
}
@media (max-width: 767px) {
  .thanks {
    padding: 80px 16px 120px;
  }
}
.thanks__inner {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.thanks__flower {
  position: absolute;
  pointer-events: none;
}
.thanks__flower--top {
  top: 40px;
  right: -80px;
  width: 80px;
}
.thanks__flower--left {
  top: 50%;
  left: -100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
}
.thanks__en {
  font-size: 48px;
  color: #B89F94;
  margin-bottom: 16px;
}
.thanks__title {
  font-size: 28px;
  color: #3F3A37;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .thanks__title {
    font-size: 22px;
  }
}
.thanks__text {
  font-size: 15px;
  color: #3F3A37;
  line-height: 2;
  margin-bottom: 32px;
}
.thanks__sub {
  font-size: 14px;
  color: #7A746F;
  line-height: 1.9;
  margin-bottom: 56px;
}
.thanks__notice {
  font-size: 13px;
  color: #7A746F;
  line-height: 1.8;
  margin-bottom: 120px;
  opacity: 0.8;
}
.thanks__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 8px;
  color: #7A746F;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.btn-back img {
  width: 80px;
  height: auto;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn-back:hover {
  opacity: 0.7;
}
.btn-back:hover img {
  -webkit-transform: scaleX(-1) translateX(5px);
          transform: scaleX(-1) translateX(5px);
}

/* Thanksページ全体背景 */
.page-id-53 {
  background: #FDFCFB;
}