@charset "UTF-8";
/*
Theme Name: Cocoon Child
Template: cocoon-master
Author: Guest Works
Description: Cocoon子テーマ（Guest Works用カスタマイズ）。LP用スタイルはこのファイルに記述する。
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cocoon-child
*/

/* Guest Works First View */

.gw-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 108px 42px 40px;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #24324a;
  background:
    radial-gradient(circle at 82% 28%, rgba(210, 225, 255, 0.9) 0%, rgba(255,255,255,0) 32%),
    linear-gradient(135deg, #ffffff 0%, #f7fbff 42%, #eaf4ff 100%);
}

.gw-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 82%, rgba(129, 187, 255, 0.16) 0 2px, transparent 3px),
    radial-gradient(circle at 22% 74%, rgba(189, 164, 255, 0.22) 0 2px, transparent 3px),
    radial-gradient(circle at 78% 72%, rgba(255,255,255,0.9) 0 2px, transparent 3px);
  background-size: 120px 120px, 160px 160px, 140px 140px;
  pointer-events: none;
}

.gw-hero::after {
  content: "";
  position: absolute;
  left: -8%;
  bottom: -120px;
  width: 75%;
  height: 300px;
  background: rgba(220, 238, 255, 0.7);
  border-radius: 50% 50% 0 0;
  filter: blur(1px);
  pointer-events: none;
}

.gw-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 8px 42px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 14px rgba(92, 133, 183, 0.12);
}

.gw-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
  color: #6ca7f5;
  text-decoration: none;
}

.gw-logo-img {
  display: block;
  height: 76px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .gw-logo-img {
    height: 52px;
  }
}

.gw-logo-mark {
  font-family: Georgia, serif;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -4px;
  font-weight: 700;
}

.gw-logo-text span {
  display: block;
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1;
  color: #6ca7f5;
}

.gw-logo-text small {
  display: block;
  margin-top: 4px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #4f6d94;
}

.gw-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.gw-nav a {
  color: #20314f;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}

.gw-nav a:hover {
  color: #6ca7f5;
}

.gw-line-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 245px;
  height: 64px;
  padding: 0 28px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #06c755 0%, #05b34c 100%);
  box-shadow: 0 14px 28px rgba(6, 199, 85, 0.28);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.gw-line-btn::before {
  content: "LINE";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 34px;
  margin-right: 12px;
  border-radius: 15px;
  color: #06c755;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
}

.gw-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(360px, 560px) 260px;
  align-items: center;
  gap: 28px;
  max-width: 1480px;
  margin: 28px auto 0;
}

.gw-hero-copy {
  padding-top: 38px;
}

.gw-lead {
  position: relative;
  display: inline-block;
  margin: 0 0 34px;
  color: #69a7f4;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.gw-lead::before,
.gw-lead::after {
  content: "♡";
  color: #c7b3ff;
  font-size: 22px;
}

.gw-lead::before {
  margin-right: 8px;
}

.gw-lead::after {
  margin-left: 8px;
}

.gw-ribbon {
  display: inline-block;
  position: relative;
  margin-bottom: 26px;
  padding: 13px 28px;
  color: #fff;
  background: linear-gradient(135deg, #75b7ff, #6f9df4);
  font-size: 17px;
  font-weight: 700;
  transform: rotate(-2deg);
  box-shadow: 0 10px 20px rgba(94, 151, 234, 0.22);
}

.gw-ribbon::after {
  content: "";
  position: absolute;
  right: -28px;
  top: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 28px solid #6f9df4;
}

.gw-hero-copy h1 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(34px, 3.6vw, 56px);
  line-height: 1.36;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #26344f;
}

.gw-hero-copy h1 span {
  background: linear-gradient(90deg, #59aaf7 0%, #86a8ff 55%, #b891f1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gw-subcopy {
  margin-top: 38px;
  font-size: 18px;
  line-height: 2;
  font-weight: 800;
  color: #20314f;
}

.gw-hero-visual {
  position: relative;
  align-self: stretch;
  min-height: 680px;
}

.gw-hero-visual::before {
  content: "";
  position: absolute;
  inset: 24px 20px 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(227,240,255,0.52));
  border-radius: 46% 46% 36% 36%;
  filter: blur(2px);
}

.gw-hero-visual img {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  /* 背景画像のように枠いっぱいに敷き詰める（cover）。顔が見えるよう少し上寄せ */
  object-fit: cover;
  object-position: center 16%;
  filter: drop-shadow(0 24px 28px rgba(85, 111, 155, 0.16));
}

.gw-badge {
  position: absolute;
  z-index: 3;
  left: -72px;
  top: 110px;
  width: 160px;
  height: 160px;
  border: 2px dashed #b2c9ec;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  color: #233657;
  background: rgba(255,255,255,0.42);
}

.gw-badge span {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 800;
}

.gw-badge small {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}

.gw-points {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.gw-point {
  width: 214px;
  min-height: 178px;
  padding: 28px 22px;
  border-radius: 999px;
  text-align: center;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 16px 36px rgba(87, 128, 184, 0.12);
}

.gw-point-icon {
  margin-bottom: 10px;
  font-size: 34px;
}

.gw-point h3 {
  margin: 0 0 10px;
  color: #679ff4;
  font-size: 19px;
  font-weight: 900;
}

.gw-point p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 700;
  color: #24324a;
}

.gw-stats {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  width: min(820px, 62vw);
  margin-top: -4px;
  padding: 20px 28px;
  border-radius: 18px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 18px 38px rgba(92, 133, 183, 0.13);
}

.gw-stat {
  flex: 1;
  display: grid;
  grid-template-columns: 54px auto;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: center;
  padding: 0 22px;
  border-right: 1px solid #d8e2f1;
}

.gw-stat:last-child {
  border-right: none;
}

.gw-stat-icon {
  grid-row: 1 / 3;
  color: #69a7f4;
  font-size: 36px;
}

.gw-stat-value {
  grid-column: 2;
  display: flex;
  align-items: baseline;
  gap: 3px;
  white-space: nowrap;
}

.gw-stat p {
  margin: 0 0 2px;
  color: #24324a;
  font-size: 14px;
  font-weight: 800;
}

.gw-stat strong {
  color: #69a7f4;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}

.gw-stat small {
  margin-left: 3px;
  color: #24324a;
  font-size: 18px;
  font-weight: 800;
}

.gw-story {
  position: absolute;
  z-index: 4;
  right: 70px;
  bottom: 46px;
  text-align: center;
  color: #24324a;
}

.gw-story p {
  margin: 0 0 12px;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  color: #83a9dc;
  font-size: 36px;
  font-weight: 400;
  transform: rotate(-7deg);
}

.gw-story span {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 800;
}

/* 年齢注記（フッター） */
.gw-age-note {
  margin: 0 0 8px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #7a8190;
}

/* Before → After カード（実績バーの置き換え） */
.gw-ba-cards {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: min(980px, 72vw);
  margin: 6px auto 0;
}

/* ゲスト特化：Before→After を1枚で中央寄せ */
.gw-ba-cards--single {
  grid-template-columns: 1fr;
  width: min(640px, 80vw);
}

.gw-ba-card {
  display: flex;
  flex-direction: column;
  padding: 26px 26px 24px;
  border-radius: 22px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 18px 38px rgba(92, 133, 183, 0.13);
}

.gw-ba-catch {
  margin: 0 0 18px;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  background: linear-gradient(90deg, #59aaf7 0%, #86a8ff 55%, #b891f1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gw-ba-head {
  margin: 0 0 16px;
  color: #26344f;
  font-size: 18px;
  font-weight: 900;
}

.gw-ba-before {
  margin: 0;
  padding: 12px 16px;
  border-radius: 14px;
  background: #eef1f5;
  color: #8a939f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.gw-ba-arrow {
  margin: 12px 0;
  text-align: center;
  color: #7c8fb8;
  font-size: 22px;
  font-weight: 900;
}

.gw-ba-after {
  position: relative;
  margin: 0;
  padding: 20px 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #59aaf7 0%, #7c83ff 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.85;
  box-shadow: 0 16px 30px rgba(95, 138, 240, 0.34);
}

.gw-ba-link {
  margin-top: 16px;
  align-self: flex-start;
  color: #5b8def;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.gw-ba-link:hover {
  text-decoration: underline;
}

/* タブレット */
@media screen and (max-width: 1180px) {
  .gw-hero {
    padding: 96px 24px 40px;
  }

  .gw-header {
    padding: 12px 24px;
  }

  .gw-nav {
    display: none;
  }

  .gw-hero-inner {
    grid-template-columns: 1fr 1fr;
  }

  .gw-points {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: center;
  }

  .gw-hero-visual {
    min-height: 560px;
  }

  .gw-badge {
    left: -40px;
  }

  .gw-stats {
    width: 100%;
    margin-top: 30px;
  }

  .gw-ba-cards {
    width: 100%;
    margin-top: 30px;
  }

  .gw-story {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 28px;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .gw-hero {
    min-height: auto;
    padding: 78px 16px 32px;
  }

  .gw-header {
    justify-content: space-between;
    gap: 12px;
    padding: 10px 16px;
  }

  .gw-logo-mark {
    font-size: 32px;
  }

  .gw-logo-text span {
    font-size: 23px;
  }

  .gw-line-btn {
    min-width: auto;
    height: 46px;
    padding: 0 16px;
    font-size: 14px;
  }

  .gw-line-btn::before {
    display: none;
  }

  .gw-hero-inner {
    display: block;
    margin-top: 18px;
  }

  .gw-hero-copy {
    padding-top: 20px;
  }

  .gw-lead {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .gw-ribbon {
    margin-bottom: 20px;
    padding: 10px 18px;
    font-size: 13px;
  }

  .gw-ribbon::after {
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 22px;
    right: -22px;
  }

  .gw-hero-copy h1 {
    font-size: 38px;
    line-height: 1.35;
  }

  .gw-subcopy {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.9;
  }

  .gw-hero-visual {
    min-height: 460px;
    margin-top: 12px;
  }

  .gw-hero-visual img {
    object-position: center 12%;
  }

  .gw-badge {
    left: 8px;
    top: 20px;
    width: 112px;
    height: 112px;
  }

  .gw-badge span {
    font-size: 15px;
  }

  .gw-badge small {
    font-size: 11px;
  }

  .gw-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 16px;
  }

  .gw-point {
    width: auto;
    min-height: auto;
    border-radius: 22px;
    padding: 18px 16px;
  }

  .gw-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    margin-top: 20px;
    padding: 8px 18px;
  }

  .gw-stat {
    border-right: none;
    border-bottom: 1px solid #d8e2f1;
    padding: 16px 0;
  }

  .gw-stat:last-child {
    border-bottom: none;
  }

  .gw-ba-cards {
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    margin-top: 22px;
  }

  .gw-ba-cards--single {
    width: 100%;
  }

  .gw-story {
    margin-top: 24px;
  }

  .gw-story p {
    font-size: 30px;
  }
}

/* ============ 対象者で選ぶ（ページ全体タブ） ============ */

/* 対象者ごとの表示切替 */
.gw-front-page[data-audience="guest"] .gw-aud-store { display: none; }
.gw-front-page[data-audience="store"] .gw-aud-guest { display: none; }

/* スイッチ導入文 */
.gw-switch-intro {
  padding: 60px 24px 16px;
  text-align: center;
  background: #eaf4ff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #24324a;
}

/* スティッキーな対象者タブ */
.gw-switch {
  position: sticky;
  top: 90px;
  z-index: 90;
  padding: 12px 16px;
  scroll-margin-top: 90px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 6px 18px rgba(92, 133, 183, 0.1);
}

.gw-switch-inner {
  max-width: 560px;
  margin: 0 auto;
}

.gw-fork {
  padding: 40px 24px 72px;
  background: #eef5ff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #24324a;
}

.gw-fork-inner {
  max-width: 880px;
  margin: 0 auto;
}

.gw-fork-eyebrow {
  margin: 0 0 8px;
  text-align: center;
  color: #69a7f4;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.gw-fork-title {
  margin: 0 0 36px;
  text-align: center;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.gw-fork-title span,
.gw-panel-title span {
  background: linear-gradient(90deg, #59aaf7 0%, #86a8ff 55%, #b891f1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gw-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.gw-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border: 2px solid #cfe0f6;
  border-radius: 14px;
  background: #fff;
  color: #4f6d94;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.gw-tab-emoji {
  font-size: 22px;
}

.gw-tab-text {
  text-align: left;
}

.gw-tab:hover {
  border-color: #8ec0fb;
}

.gw-tab.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #8ac3ff 0%, #5f8ff0 100%);
  box-shadow: 0 12px 24px rgba(88, 143, 235, 0.24);
}

.gw-panel {
  background: #fff;
  border-radius: 24px;
  padding: 40px 38px;
  box-shadow: 0 20px 48px rgba(92, 133, 183, 0.12);
  text-align: center;
}

.gw-panel[hidden] {
  display: none;
}

.gw-troubles {
  margin-bottom: 4px;
  padding-bottom: 28px;
  border-bottom: 1px dashed #d2e0f2;
}

.gw-troubles-head {
  margin: 0 0 16px;
  text-align: center;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 900;
  color: #26344f;
}

.gw-troubles-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.gw-troubles-list li {
  position: relative;
  padding: 14px 18px 14px 48px;
  border-radius: 14px;
  background: #eef4fb;
  color: #45556f;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

.gw-troubles-list li::before {
  content: "💭";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

.gw-troubles-bridge {
  margin: 22px 0 0;
  text-align: center;
  font-size: clamp(17px, 2.2vw, 21px);
  font-weight: 900;
  color: #26344f;
}

.gw-troubles-bridge strong {
  background: linear-gradient(90deg, #59aaf7 0%, #86a8ff 55%, #b891f1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gw-troubles-bridge::after {
  content: "▼";
  display: block;
  margin-top: 10px;
  color: #8ab4f5;
  font-size: 16px;
}

.gw-panel-title {
  margin: 26px 0 16px;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #26344f;
}

.gw-panel-lead {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 700;
  color: #3a4a66;
}

.gw-panel-points {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  gap: 14px;
}

.gw-panel-points li {
  position: relative;
  padding: 16px 18px 16px 52px;
  border-radius: 14px;
  background: #f4f9ff;
  text-align: left;
}

.gw-panel-points li::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #8ac3ff, #5f8ff0);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.gw-panel-points strong {
  display: block;
  font-size: 17px;
  font-weight: 900;
  color: #26344f;
}

.gw-panel-points span {
  font-size: 14px;
  font-weight: 700;
  color: #5a6b86;
}

.gw-panel-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.gw-btn-primary,
.gw-btn-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 60px;
  padding: 0 26px;
  border: none;
  border-radius: 999px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.gw-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #8ac3ff 0%, #5f8ff0 100%);
  box-shadow: 0 14px 28px rgba(88, 143, 235, 0.26);
}

.gw-btn-primary--store {
  background: linear-gradient(135deg, #6f9df4 0%, #4f7bd0 100%);
  box-shadow: 0 14px 28px rgba(79, 123, 208, 0.28);
}

.gw-btn-line {
  color: #fff;
  background: linear-gradient(135deg, #06c755 0%, #05b34c 100%);
  box-shadow: 0 14px 28px rgba(6, 199, 85, 0.26);
}

.gw-btn-line::before {
  content: "LINE";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 30px;
  margin-right: 10px;
  border-radius: 12px;
  color: #06c755;
  background: #fff;
  font-size: 11px;
  font-weight: 900;
}

/* ============ ゲスト出勤とは（ABOUT） ============ */
.gw-about {
  padding: 72px 24px 80px;
  background: #ffffff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #24324a;
}

.gw-about-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.gw-about-lead {
  margin: 0 auto 40px;
  max-width: 760px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
  color: #3a4a66;
}

.gw-about-lead strong {
  color: #4a82e6;
  font-weight: 900;
}

.gw-about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.gw-about-card {
  padding: 30px 24px 26px;
  border-radius: 20px;
  background: #f4f9ff;
  box-shadow: 0 16px 36px rgba(87, 128, 184, 0.1);
  text-align: center;
}

.gw-about-icon {
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 1;
}

.gw-about-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 900;
  color: #679ff4;
}

.gw-about-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  font-weight: 700;
  color: #3a4a66;
}

.gw-about-close {
  margin: 32px auto 0;
  max-width: 760px;
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 900;
  color: #26344f;
}

@media screen and (max-width: 767px) {
  .gw-about {
    padding: 52px 16px 60px;
  }

  .gw-about-lead {
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
  }

  .gw-about-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* ============ 強み（USP） ============ */
.gw-usp {
  padding: 72px 24px 88px;
  background: #ffffff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #24324a;
}

.gw-usp-inner {
  max-width: 1040px;
  margin: 0 auto;
}

/* 特徴セクション（USPと背景を分ける） */
.gw-features {
  background: #eef5ff;
}

.gw-sec-eyebrow {
  margin: 0 0 8px;
  text-align: center;
  color: #69a7f4;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.gw-sec-title {
  margin: 0 0 40px;
  text-align: center;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #26344f;
}

.gw-sec-title span {
  background: linear-gradient(90deg, #59aaf7 0%, #86a8ff 55%, #b891f1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gw-usp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(174px, 1fr));
  gap: 18px;
}

/* 3カラム固定（メリット3項目） */
.gw-usp-grid--3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.gw-usp-close {
  margin: 32px auto 0;
  max-width: 760px;
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 900;
  color: #26344f;
}

@media screen and (max-width: 767px) {
  .gw-usp-grid--3 {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.gw-usp-card {
  position: relative;
  padding: 38px 26px 30px;
  border-radius: 20px;
  background: #f4f9ff;
  box-shadow: 0 16px 36px rgba(87, 128, 184, 0.1);
  text-align: center;
}

.gw-usp-num {
  position: absolute;
  top: 16px;
  right: 20px;
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #cfe0f6;
}

.gw-usp-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: #fff;
  font-size: 34px;
  box-shadow: 0 10px 22px rgba(92, 133, 183, 0.12);
}

.gw-usp-card h3 {
  margin: 0 0 12px;
  font-size: 19px;
  font-weight: 900;
  color: #26344f;
}

.gw-usp-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  font-weight: 700;
  color: #5a6b86;
}

/* 店舗：悩み → 解決カード */
.gw-usp-solve {
  padding-top: 30px;
}

.gw-usp-problem {
  margin: 0 0 8px;
  color: #d06b7c;
  font-size: 16px;
  font-weight: 900;
}

.gw-usp-problem::before {
  content: "✕ ";
  color: #e394a2;
}

.gw-usp-arrow {
  display: block;
  margin: 0 auto 12px;
  color: #8ab4f5;
  font-size: 14px;
  font-weight: 900;
}

@media screen and (max-width: 1180px) {
  .gw-switch {
    top: 86px;
  }
}

@media screen and (max-width: 760px) {
  .gw-usp-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 480px) {
  .gw-usp-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .gw-switch {
    top: 64px;
  }

  .gw-switch-intro {
    padding: 44px 16px 14px;
  }

  .gw-usp {
    padding: 52px 16px 64px;
  }

  .gw-fork {
    padding: 32px 16px 56px;
  }

  .gw-panel {
    padding: 28px 20px;
  }

  .gw-tab {
    gap: 8px;
    padding: 12px 8px;
    font-size: 14px;
  }

  .gw-tab-emoji {
    font-size: 19px;
  }

  .gw-panel-cta {
    flex-direction: column;
  }

  .gw-btn-primary,
  .gw-btn-line {
    width: 100%;
    min-width: 0;
  }
}

/* ============ ご利用の流れ ============ */
.gw-flow {
  padding: 72px 24px 88px;
  background: linear-gradient(180deg, #eef5ff 0%, #ffffff 100%);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #24324a;
}

.gw-flow-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.gw-flow-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.gw-flow-cta {
  margin-top: 36px;
  text-align: center;
}

.gw-flow-step {
  position: relative;
  padding: 28px 16px 22px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(92, 133, 183, 0.1);
  text-align: center;
}

.gw-flow-step:not(:last-child)::after {
  content: "▶";
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #9cc3f7;
  font-size: 13px;
}

.gw-flow-num {
  display: inline-block;
  min-width: 36px;
  margin-bottom: 12px;
  padding: 3px 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #8ac3ff, #5f8ff0);
  color: #fff;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 15px;
}

.gw-flow-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: #f1f7ff;
  font-size: 28px;
}

.gw-flow-step h3 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  color: #26344f;
}

.gw-flow-step p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.7;
  font-weight: 700;
  color: #5a6b86;
}

@media screen and (max-width: 980px) {
  .gw-flow-steps {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
    gap: 30px;
  }

  .gw-flow-step:not(:last-child)::after {
    content: "▼";
    right: auto;
    left: 50%;
    top: auto;
    bottom: -23px;
    transform: translateX(-50%);
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .gw-flow {
    padding: 52px 16px 64px;
  }
}

/* ============ 実績・お客様の声 ============ */
.gw-voice {
  padding: 72px 24px 88px;
  background: #eef5ff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #24324a;
}

.gw-voice-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.gw-voice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.gw-voice-card {
  position: relative;
  padding: 30px 26px 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(87, 128, 184, 0.1);
}

.gw-voice-card::before {
  content: "\201C";
  position: absolute;
  top: 4px;
  left: 18px;
  font-family: Georgia, serif;
  font-size: 64px;
  line-height: 1;
  color: #dbe9ff;
}

.gw-voice-quote {
  position: relative;
  margin: 14px 0 20px;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 700;
  color: #3a4a66;
}

.gw-voice-person {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px dashed #e0e8f4;
}

.gw-voice-avatar {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #e9f2ff, #dbe9ff);
  font-size: 24px;
}

.gw-voice-meta strong {
  display: block;
  font-size: 15px;
  font-weight: 900;
  color: #26344f;
}

.gw-voice-meta span {
  font-size: 12.5px;
  font-weight: 700;
  color: #7488a6;
}

@media screen and (max-width: 767px) {
  .gw-voice {
    padding: 52px 16px 64px;
  }
}

/* ============ 出演イメージ（モデルケース） ============ */
.gw-cases {
  padding: 72px 24px 88px;
  background: #eef5ff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #24324a;
}

.gw-cases-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.gw-cases-sub {
  margin: 6px 0 0;
  text-align: center;
  color: #6f86a8;
  font-size: 15px;
  font-weight: 800;
}

.gw-cases-note {
  max-width: 760px;
  margin: 18px auto 36px;
  padding: 14px 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px dashed #c9d8ef;
  color: #6a7892;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}

.gw-cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.gw-case-card {
  display: flex;
  flex-direction: column;
  padding: 28px 28px 26px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(87, 128, 184, 0.12);
}

.gw-case-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.gw-case-label {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #75b7ff, #6f9df4);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.gw-case-name {
  margin: 0;
  font-size: 19px;
  font-weight: 900;
  color: #26344f;
}

.gw-case-tag {
  width: 100%;
  color: #7488a6;
  font-size: 13px;
  font-weight: 800;
}

.gw-case-scene {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.85;
  font-weight: 700;
  color: #3a4a66;
}

.gw-case-stats {
  margin: 0;
  display: grid;
  gap: 10px;
}

.gw-case-stats > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #f4f9ff;
}

.gw-case-stats dt {
  font-size: 13px;
  font-weight: 800;
  color: #5a6b86;
}

.gw-case-stats dd {
  margin: 0;
  font-size: 17px;
  font-weight: 900;
  color: #26344f;
  white-space: nowrap;
}

.gw-case-stats dd small {
  margin-left: 2px;
  font-size: 12px;
  font-weight: 700;
  color: #7488a6;
}

.gw-case-stats .is-reward {
  background: linear-gradient(135deg, #eaf4ff, #dcebff);
  border: 1px solid #cfe1fb;
}

.gw-case-stats .is-reward dd {
  font-size: 22px;
  background: linear-gradient(90deg, #59aaf7 0%, #86a8ff 55%, #b891f1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gw-case-bonus {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
}

.gw-case-bonus span {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: #eaf4ff;
  border: 1px solid #d3e4fb;
  color: #4a82e6;
  font-size: 12.5px;
  font-weight: 900;
}

.gw-case-quote {
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px dashed #e0e8f4;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 800;
  color: #3a4a66;
}

.gw-cases-callout {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 28px 0 0;
  padding: 22px 28px;
  border-radius: 20px;
  background: linear-gradient(135deg, #e6f1ff, #dbeafe);
  border: 1px solid #cfe1fb;
  box-shadow: 0 14px 30px rgba(92, 133, 183, 0.12);
}

.gw-cases-callout-icon {
  flex-shrink: 0;
  font-size: 40px;
  line-height: 1;
}

.gw-cases-callout p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 800;
  color: #24324a;
}

.gw-cases-callout strong {
  color: #4a82e6;
  font-weight: 900;
}

.gw-cases-callout small {
  display: block;
  margin-top: 6px;
  font-size: 12.5px;
  font-weight: 700;
  color: #6a7892;
}

/* ツアー（1日からOKの上位＝better） */
.gw-tour-callout {
  position: relative;
  margin: 16px 0 0;
  padding: 26px 30px;
  border-radius: 20px;
  background: linear-gradient(135deg, #5aa0f5, #7c83ff);
  box-shadow: 0 18px 36px rgba(95, 138, 240, 0.32);
  color: #fff;
}

.gw-tour-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.gw-tour-label {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.22);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.gw-tour-status {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 999px;
  background: #fff;
  color: #4a82e6;
  font-size: 12px;
  font-weight: 900;
}

.gw-tour-title {
  margin: 0 0 8px;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.4;
}

.gw-tour-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 800;
}

.gw-tour-text strong {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,0.6);
  text-underline-offset: 3px;
}

@media screen and (max-width: 767px) {
  .gw-cases {
    padding: 52px 16px 64px;
  }

  .gw-tour-callout {
    padding: 22px 20px;
  }

  .gw-tour-title {
    font-size: 18px;
  }

  .gw-tour-text {
    font-size: 14px;
  }

  .gw-cases-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gw-cases-callout {
    flex-direction: column;
    text-align: center;
    gap: 12px;
    padding: 22px 20px;
  }

  .gw-cases-callout p {
    font-size: 15px;
  }
}

/* ============ 実績（実例）※他セクションと差別化して強調 ============ */
.gw-result {
  position: relative;
  overflow: hidden;
  padding: 76px 24px 84px;
  background: linear-gradient(135deg, #5f9df4 0%, #7d7bf0 60%, #9d78e8 100%);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #fff;
}

/* 背景の光の玉（キラキラ感） */
.gw-result::before,
.gw-result::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  filter: blur(2px);
  pointer-events: none;
}

.gw-result::before {
  width: 260px;
  height: 260px;
  top: -90px;
  right: -60px;
}

.gw-result::after {
  width: 180px;
  height: 180px;
  bottom: -70px;
  left: -40px;
}

.gw-result-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.gw-result-eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.gw-result-title {
  margin: 0 0 8px;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  letter-spacing: 0.04em;
}

.gw-result-sub {
  margin: 0 0 32px;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.92);
}

.gw-result-card {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 30px;
  padding: 30px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 30px 60px rgba(40, 55, 110, 0.34);
  text-align: left;
}

.gw-result-badge {
  position: absolute;
  top: -16px;
  left: 28px;
  padding: 7px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff9ec7, #ff7fb0);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 20px rgba(255, 127, 176, 0.4);
}

.gw-result-photo {
  flex-shrink: 0;
  width: 230px;
  border-radius: 18px;
  overflow: hidden;
}

.gw-result-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gw-result-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.gw-result-head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}

.gw-result-name {
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  color: #26344f;
}

.gw-result-tag {
  color: #5f8ff0;
  font-size: 14px;
  font-weight: 800;
}

.gw-result-reward {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #eef5ff, #eae6ff);
  border: 1px solid #d6e0fb;
}

.gw-result-reward-label {
  font-size: 14px;
  font-weight: 900;
  color: #5a6b86;
}

.gw-result-reward-amount {
  font-size: clamp(34px, 6vw, 50px);
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(90deg, #4a90f2 0%, #6f8cff 50%, #b072ee 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gw-result-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin: 16px 0 0;
  padding-top: 16px;
  border-top: 1px dashed #e0e8f4;
}

.gw-result-stats > div {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.gw-result-stats dt {
  font-size: 13px;
  font-weight: 800;
  color: #7488a6;
}

.gw-result-stats dd {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  color: #26344f;
  white-space: nowrap;
}

.gw-result-note {
  margin: 18px 0 0;
  text-align: center;
  font-size: 12.5px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
}

@media screen and (max-width: 767px) {
  .gw-result {
    padding: 56px 16px 62px;
  }

  .gw-result-card {
    flex-direction: column;
    gap: 20px;
    padding: 24px 20px 22px;
  }

  .gw-result-photo {
    width: 100%;
    height: 240px;
  }

  .gw-result-name {
    font-size: 22px;
  }

  .gw-result-stats {
    gap: 8px 20px;
  }
}

/* ============ 料金・報酬 ============ */
.gw-price {
  padding: 72px 24px 88px;
  background: #ffffff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #24324a;
}

.gw-price-inner {
  max-width: 880px;
  margin: 0 auto;
}

.gw-price-lead {
  margin: 0 0 28px;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  color: #3a4a66;
}

.gw-price-lead strong {
  color: #5f8ff0;
  font-size: 1.25em;
}

.gw-price-highlight {
  margin: 24px auto 0;
  max-width: 560px;
  padding: 14px 20px;
  border-radius: 14px;
  text-align: center;
  background: #eef7ff;
  border: 1px solid #cfe3fb;
  color: #2f5fb0;
  font-size: 16px;
  font-weight: 900;
}

.gw-price-note {
  margin: 16px 0 0;
  text-align: center;
  font-size: 12.5px;
  font-weight: 700;
  color: #7488a6;
}

/* ゲスト：報酬テーブル */
.gw-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.gw-reward-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(87, 128, 184, 0.1);
}

.gw-reward-table th {
  padding: 14px 12px;
  background: linear-gradient(135deg, #8ac3ff, #5f8ff0);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.gw-reward-table td {
  padding: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #3a4a66;
  border-top: 1px solid #eef2f8;
}

.gw-reward-table tbody tr:nth-child(even) {
  background: #f6faff;
}

.gw-reward-table td:first-child {
  font-weight: 900;
  color: #26344f;
}

.gw-reward-table td:nth-child(3) {
  color: #5f8ff0;
  font-weight: 900;
}

.gw-reward-table .is-top td {
  background: linear-gradient(135deg, #fff6da, #ffe9a6);
}

.gw-reward-table .is-top td:first-child {
  color: #c79a23;
}

/* 店舗：料金カード */
.gw-price-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 760px;
  margin: 0 auto;
}

.gw-price-card {
  padding: 28px 20px;
  border-radius: 18px;
  background: #f4f9ff;
  box-shadow: 0 16px 36px rgba(87, 128, 184, 0.1);
  text-align: center;
}

.gw-price-label {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 800;
  color: #5a6b86;
}

.gw-price-amount {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #5f8ff0;
}

.gw-price-card--accent {
  background: linear-gradient(135deg, #8ac3ff, #5f8ff0);
}

.gw-price-card--accent .gw-price-label,
.gw-price-card--accent .gw-price-amount {
  color: #fff;
}

.gw-price-card--accent .gw-price-amount {
  font-family: inherit;
  font-size: 26px;
  font-weight: 900;
}

.gw-price-sub {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}

@media screen and (max-width: 600px) {
  .gw-price-cards {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .gw-price {
    padding: 52px 16px 64px;
  }
}

/* ============ よくあるご質問 ============ */
.gw-faq {
  padding: 72px 24px 88px;
  background: #eef5ff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #24324a;
}

.gw-faq-inner {
  max-width: 820px;
  margin: 0 auto;
}

.gw-faq-list {
  display: grid;
  gap: 14px;
}

.gw-faq-group {
  margin: 22px 0 2px;
  color: #5f8ff0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.gw-faq-group:first-child {
  margin-top: 0;
}

.gw-faq-item {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(92, 133, 183, 0.09);
  overflow: hidden;
}

.gw-faq-q {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 20px 54px 20px 52px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.6;
  color: #26344f;
}

.gw-faq-q::-webkit-details-marker {
  display: none;
}

.gw-faq-q::before {
  content: "Q";
  position: absolute;
  left: 20px;
  top: 18px;
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: #5f8ff0;
}

.gw-faq-q::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #9cc3f7;
  border-bottom: 2px solid #9cc3f7;
  transform: translateY(-60%) rotate(45deg);
  transition: transform .25s ease;
}

.gw-faq-item[open] .gw-faq-q::after {
  transform: translateY(-30%) rotate(-135deg);
}

.gw-faq-a {
  position: relative;
  padding: 0 24px 22px 52px;
  font-size: 14.5px;
  line-height: 1.95;
  font-weight: 700;
  color: #5a6b86;
}

.gw-faq-a::before {
  content: "A";
  position: absolute;
  left: 20px;
  top: -2px;
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: #e394a2;
}

@media screen and (max-width: 767px) {
  .gw-faq {
    padding: 52px 16px 64px;
  }

  .gw-faq-q {
    font-size: 15px;
    padding: 18px 44px 18px 46px;
  }

  .gw-faq-a {
    padding-left: 46px;
  }
}

/* ============ オンライン説明会バナー ============ */
.gw-seminar {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 460px;
  padding: 64px 24px;
  background-image: url("https://guest-works.com/wp-content/uploads/2026/06/ChatGPT-Image-2026年6月14日-12_40_59.png");
  background-size: cover;
  background-position: center top;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #1f2d44;
  overflow: hidden;
}

.gw-seminar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 42%, rgba(255, 255, 255, 0.15) 100%);
}

.gw-seminar-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.gw-seminar-eyebrow {
  margin: 0 0 8px;
  color: #5f8ff0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.gw-seminar-title {
  margin: 0 0 18px;
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #1f2d44;
}

.gw-seminar-text {
  margin: 0 0 28px;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.95;
  font-weight: 700;
  color: #2b3a52;
}

.gw-seminar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 0 40px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #8ac3ff, #5f8ff0);
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(88, 143, 235, 0.28);
}

@media screen and (max-width: 767px) {
  .gw-seminar {
    min-height: 320px;
    padding: 48px 16px;
  }

  .gw-seminar::before {
    background: rgba(255, 255, 255, 0.8);
  }

  .gw-seminar-text {
    font-size: 15px;
  }

  .gw-seminar-btn {
    width: 100%;
  }
}

/* ============ フッター・会社概要 ============ */
.gw-footer {
  padding: 56px 24px 0;
  background: #26344f;
  color: #cdd8ea;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
}

.gw-footer-inner {
  max-width: 960px;
  margin: 0 auto;
}

.gw-footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.gw-footer-mark {
  font-family: Georgia, serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 1;
  color: #8ac3ff;
}

.gw-footer-name {
  display: flex;
  flex-direction: column;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}

.gw-footer-name small {
  margin-top: 5px;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #9fb2d0;
}

.gw-company {
  margin: 0;
}

.gw-company > div {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 12px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.gw-company > div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.gw-company dt {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  color: #9fb2d0;
}

.gw-company dd {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  color: #e7eefb;
}

.gw-copyright {
  margin: 36px 0 0;
  padding: 24px 0;
  text-align: center;
  font-size: 12.5px;
  font-weight: 700;
  color: #8fa1c0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media screen and (max-width: 640px) {
  .gw-footer {
    padding: 44px 16px 0;
  }

  .gw-company > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* ============ お問い合わせ（CTA・窓口） ============ */
.gw-cta {
  padding: 64px 24px;
  background: linear-gradient(135deg, #eaf4ff 0%, #f3f8ff 100%);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #24324a;
  text-align: center;
}

.gw-cta-inner {
  max-width: 720px;
  margin: 0 auto;
}

.gw-cta-eyebrow {
  margin: 0 0 8px;
  color: #5f8ff0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.gw-cta-title {
  margin: 0 0 14px;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: #26344f;
}

.gw-cta-title span {
  background: linear-gradient(90deg, #59aaf7 0%, #86a8ff 55%, #b891f1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gw-cta-text {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 700;
  color: #3a4a66;
}

/* 最終CTA（強調・グラデーション） */
.gw-cta--primary {
  background: linear-gradient(135deg, #8ec2ff 0%, #6f9df4 60%, #9f8df0 100%);
}

.gw-cta--primary .gw-cta-eyebrow {
  color: rgba(255, 255, 255, 0.9);
}

.gw-cta--primary .gw-cta-title {
  color: #fff;
}

.gw-cta--primary .gw-cta-title span {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: #fff8d6;
}

.gw-cta--primary .gw-cta-text {
  color: rgba(255, 255, 255, 0.95);
}

/* 最終CONTACT内：オンライン説明会の予約ボタン */
.gw-cta-seminar {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.gw-cta-seminar .gw-seminar-btn {
  background: #fff;
  color: #5f8ff0;
  box-shadow: 0 14px 28px rgba(40, 70, 130, 0.22);
}

/* 窓口ボタン（ラベル付き） */
.gw-channels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 640px;
  margin: 26px auto 0;
}

.gw-channel {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e3edf9;
  color: #3a4a66;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(92, 133, 183, 0.12);
  transition: transform .15s ease, box-shadow .15s ease;
}

.gw-channel:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(92, 133, 183, 0.2);
}

.gw-channel svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* LINE・メールは主要窓口として塗り */
.gw-channel.gw-ch-line {
  background: #06c755;
  border-color: transparent;
  color: #fff;
}

.gw-channel.gw-ch-mail {
  background: linear-gradient(135deg, #8ac3ff, #5f8ff0);
  border-color: transparent;
  color: #fff;
}

.gw-channel.gw-ch-line svg,
.gw-channel.gw-ch-mail svg {
  fill: #fff;
}

.gw-channel.gw-ch-x svg { fill: #000; }
.gw-channel.gw-ch-instagram svg { fill: #e1306c; }
.gw-channel.gw-ch-threads svg { fill: #000; }
.gw-channel.gw-ch-tiktok svg { fill: #010101; }

/* フッターの円形SNSアイコン */
.gw-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}

.gw-social-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  transition: background .15s ease;
}

.gw-social-icon svg {
  width: 18px;
  height: 18px;
  fill: #dbe6f7;
}

.gw-social-icon:hover {
  background: rgba(255, 255, 255, 0.24);
}

@media screen and (max-width: 767px) {
  .gw-cta {
    padding: 52px 16px;
  }

  .gw-channels {
    gap: 10px;
  }

  .gw-channel {
    height: 48px;
    padding: 0 18px;
    font-size: 14px;
  }
}

/* ============ スムーススクロール & アンカー位置補正 ============ */
html {
  scroll-behavior: smooth;
}

/* 導入（こんなお悩み）：直下にスティッキータブが続くので固定ヘッダー分のみ */
.gw-switch-intro {
  scroll-margin-top: 96px;
}

/* 固定ヘッダー＋スティッキータブ分のオフセット */
.gw-about,
.gw-usp,
.gw-flow,
.gw-voice,
.gw-cases,
.gw-result,
.gw-price,
.gw-faq {
  scroll-margin-top: 168px;
}

@media screen and (max-width: 767px) {
  .gw-switch-intro {
    scroll-margin-top: 72px;
  }

  .gw-about,
  .gw-usp,
  .gw-flow,
  .gw-voice,
  .gw-cases,
  .gw-result,
  .gw-price,
  .gw-faq {
    scroll-margin-top: 130px;
  }
}

/* ============ 相談ボタン（ヘッダー） ============ */
.gw-consult-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 56px;
  padding: 0 32px;
  border: none;
  cursor: pointer;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #8ac3ff 0%, #5f8ff0 100%);
  box-shadow: 0 14px 28px rgba(88, 143, 235, 0.26);
  font-family: inherit;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.03em;
  transition: filter .15s ease, transform .15s ease;
}

.gw-consult-btn:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

/* ============ 相談ポップアップ（モーダル） ============ */
.gw-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.gw-modal.is-open {
  display: flex;
}

.gw-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 30, 50, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.gw-modal-box {
  position: relative;
  z-index: 2;
  width: min(460px, 100%);
  background: #fff;
  border-radius: 22px;
  padding: 38px 28px 34px;
  box-shadow: 0 30px 70px rgba(20, 40, 80, 0.3);
  text-align: center;
}

.gw-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: #9fb0c8;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.gw-modal-title {
  margin: 2px 0 8px;
  font-size: 20px;
  font-weight: 900;
  color: #26344f;
}

.gw-modal-text {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #5a6b86;
}

.gw-modal .gw-channels {
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  .gw-consult-btn {
    min-width: auto;
    height: 44px;
    padding: 0 20px;
    font-size: 15px;
  }
}