  /* ===== HERO（FV画像・テキスト右配置） ===== */
  #hero {
    position: relative;
    background: #61C0C4;
    overflow: hidden;
  }
  .hero-media {
    width: 100%;
    aspect-ratio: 1366 / 562;
    background: url('../img/fv.webp') center top / cover no-repeat;
  }
  .hero-text {
    position: absolute;
    top: 52%; right: 5%;
    transform: translateY(-50%);
    width: 44%; max-width: 520px;
    color: #fff; z-index: 2;
    text-shadow: 0 1px 14px rgba(0,70,82,.22);
    text-align: center;
  }
  .hero-eyebrow {
    display: inline-block;
    font-size: 23px; font-weight: 700; letter-spacing: .06em;
    color: #fff; margin-bottom: 20px;
  }
  .hero-title {
    font-size: 54px; font-weight: 800; color: #fff;
    line-height: 1.4; margin-bottom: 26px;
    letter-spacing: .01em;
    white-space: nowrap;
  }
  .hero-lead {
    font-size: 20px; color: rgba(255,255,255,.97); line-height: 2;
    margin-bottom: 30px; font-weight: 500;
  }
  .hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }
  #hero .btn-accent { background: #fff; color: var(--accent2); }
  #hero .btn-accent:hover { background: var(--navy); color: #fff; box-shadow: none; }
  #hero .btn-outline { border-color: #fff; color: #fff; background: transparent; }
  #hero .btn-outline:hover { background: #fff; color: var(--accent2); }
  @media (max-width: 1240px) {
    .hero-text { width: 46%; }
    .hero-title { font-size: 40px; }
    .hero-eyebrow { font-size: 19px; }
    .hero-lead { font-size: 17px; }
  }
  @media (max-width: 768px) {
    #hero { max-height: none; background: #61C0C4; }
    .hero-media {
      aspect-ratio: 760 / 496;
      background-image: url('../img/hero-sp.webp');
      background-position: center top;
      background-color: transparent;
    }
    .hero-text {
      position: static; transform: none;
      width: 100%; max-width: none; right: auto; top: auto;
      padding: 6px 24px 48px;
      text-shadow: none;
      text-align: center;
    }
    .hero-eyebrow { color: #fff; font-size: 15px; letter-spacing: .02em; margin-bottom: 12px; }
    .hero-title { color: #fff; font-size: 30px; line-height: 1.5; white-space: normal; }
    .hero-lead { color: #fff; font-size: 15px; line-height: 1.95; }
  }

  /* ===== STATEMENT ===== */
  #statement {
    padding: 120px 40px 60px;
    background: var(--bg2);
    text-align: center;
  }
  .statement-inner { max-width: 880px; margin: 0 auto; }
  .statement-eyebrow {
    font-size: 12px; font-weight: 800; letter-spacing: .4em;
    color: var(--accent); margin-bottom: 24px;
    text-transform: uppercase;
  }
  .statement-title {
    font-size: 48px; font-weight: 800; color: var(--navy);
    line-height: 1.6; margin-bottom: 32px;
    letter-spacing: .01em;
  }
  .statement-title .accent { color: var(--accent); }
  .statement-text {
    font-size: 17px; color: var(--muted); line-height: 2.2;
    max-width: 680px; margin: 0 auto;
  }
  .statement-cta { margin-top: 40px; }

  /* ===== VALUES ===== */
  #values {
    padding: 110px 40px;
    background: var(--bg2);
    text-align: center;
  }
  .values-inner { max-width: 920px; margin: 0 auto; }
  .values-title {
    font-size: 40px; font-weight: 800; color: var(--navy);
    line-height: 1.5; margin: 24px 0 32px;
    letter-spacing: .01em;
  }
  .values-title em {
    font-style: normal; color: var(--accent);
  }
  .values-text {
    font-size: 17px; color: var(--text); line-height: 2.2;
    max-width: 720px; margin: 0 auto; font-weight: 500;
  }
  @media (max-width: 700px) {
    #values { padding: 80px 24px; }
    .values-title { font-size: 28px; }
    .values-text { font-size: 15px; }
  }

  /* ===== APPROACH ===== */
  #approach { padding: 100px 40px; background: var(--bg2); }
  .approach-inner { max-width: 880px; margin: 0 auto; text-align: center; }
  .approach-grid { display: block; }
  .approach-text-col .section-label { margin-bottom: 20px; }
  .approach-text-col .section-title { margin-bottom: 28px; }
  .approach-text-col .section-lead { margin: 0; line-height: 2.2; }
  /* ===== SERVICES ===== */
  #services { padding: 140px 40px; background: #fff; }
  .svc-header { max-width: 1200px; margin: 0 auto 48px; }
  .svc-vision { max-width: 1080px; margin: 0 auto 72px; }
  .svc-vision img { width: 100%; height: auto; display: block; }

  .svc-main {
    max-width: 1200px; margin: 0 auto 24px;
    display: block;
    background: var(--accent); color: #fff;
    border-radius: 8px; overflow: hidden;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
  }
  .svc-main:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,118,140,.28); }
  .svc-main:hover .svc-link { background: var(--navy); color: #fff; gap: 12px; }
  .svc-main-img {
    background: linear-gradient(135deg, var(--accent2) 0%, var(--accent) 100%);
    position: relative; overflow: hidden;
    min-height: 360px;
  }
  .svc-main-img img {
    width: 100%; height: 100%; object-fit: cover;
    display: block; position: absolute; inset: 0;
  }
  .svc-main-img::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(0,118,140,.30) 0%, rgba(0,151,178,.05) 100%);
    z-index: 1;
  }
  .svc-main-body { padding: 44px 52px; display: flex; flex-direction: column; justify-content: center; }
  .svc-main-num {
    font-size: 12px; font-weight: 800; letter-spacing: .35em;
    color: var(--accent); margin-bottom: 16px;
  }
  .svc-main-body h3 {
    font-size: 40px; font-weight: 800; color: #fff;
    margin-bottom: 10px; line-height: 1.3;
  }
  .svc-main-body .sub-title {
    font-size: 17px; color: rgba(255,255,255,.85); margin-bottom: 12px;
  }
  .svc-main-body p {
    font-size: 17px; color: rgba(255,255,255,.95); line-height: 1.8;
    margin-bottom: 20px;
  }
  .svc-main-body .svc-link {
    display: inline-flex; align-items: center; gap: 8px;
    align-self: flex-start;
    background: #fff; color: var(--accent2);
    font-weight: 800; font-size: 17px; letter-spacing: .06em;
    padding: 13px 28px; border-radius: 100px;
    text-decoration: none;
    transition: all .2s;
  }
  .svc-main-body .svc-link:hover { background: var(--navy); color: #fff; gap: 12px; }

  .svc-sub {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(3,1fr); gap: 16px;
  }
  .svc-sub-card {
    background: #fff; border: 1px solid var(--border);
    padding: 40px 36px; transition: all .2s;
    border-radius: 4px;
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .svc-sub-card:hover {
    border-color: var(--accent);
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,151,178,.08);
  }
  .svc-sub-num {
    font-size: 12px; font-weight: 800; letter-spacing: .35em;
    color: var(--accent); margin-bottom: 16px;
  }
  .svc-sub-card h3 {
    font-size: 22px; font-weight: 800; color: var(--navy);
    margin-bottom: 12px; line-height: 1.4;
  }
  .svc-sub-card p {
    font-size: 17px; color: var(--muted); line-height: 1.9;
    margin-bottom: 20px;
  }
  .svc-sub-card .svc-arrow {
    color: var(--accent); font-size: 17px; font-weight: 700;
  }

  .svc-foot {
    max-width: 1200px; margin: 64px auto 0;
    padding: 32px 0 0;
    border-top: 1px solid var(--border);
    font-size: 17px; color: var(--navy); line-height: 1.9; text-align: center;
  }
  .svc-foot strong { color: var(--accent); }

  /* ===== CASES ===== */
  #cases { padding: 140px 40px; background: var(--bg2); }
  .case-header { max-width: 1100px; margin: 0 auto 40px; }
  .case-grid {
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
  }
  .case-card {
    background: #fff; border: 1px solid var(--border); border-radius: 8px;
    overflow: hidden;
    transition: all .2s;
    display: flex; flex-direction: column;
    text-decoration: none; color: inherit;
  }
  .case-card:hover {
    border-color: var(--accent);
    box-shadow: 0 12px 28px rgba(0,151,178,.10);
    transform: translateY(-2px);
  }
  .case-thumb {
    aspect-ratio: 16/9;
    overflow: hidden;
    background: linear-gradient(135deg, var(--accent3) 0%, var(--bg2) 100%);
    position: relative;
  }
  .case-thumb img {
    width: 100%; height: 100%; object-fit: cover;
    display: block;
  }
  .case-body {
    padding: 24px 24px 24px;
    flex: 1;
    display: flex; flex-direction: column; gap: 12px;
  }
  .case-meta {
    display: flex; align-items: center;
    gap: 8px; flex-wrap: wrap;
  }
  .case-num {
    display: inline-block;
    font-size: 13px; font-weight: 800; letter-spacing: .25em;
    color: #fff;
    background: var(--accent);
    padding: 5px 12px;
    border-radius: 100px;
  }
  .case-tags {
    display: flex; gap: 6px; flex-wrap: wrap;
  }
  .case-tag {
    font-size: 13px; padding: 3px 10px; border-radius: 100px;
    background: var(--bg2); color: var(--navy); letter-spacing: .05em;
    font-weight: 600;
  }
  .case-title {
    font-size: 20px; font-weight: 800; color: var(--navy);
    line-height: 1.6; letter-spacing: -.005em;
  }
  .case-desc {
    font-size: 15px; color: var(--muted); line-height: 1.9;
    font-weight: 500;
  }
  .case-desc strong { color: var(--accent); font-weight: 800; }
  .case-client {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid var(--border);
    font-size: 13px;
    color: var(--muted);
    font-weight: 500;
    letter-spacing: .02em;
  }
  .case-cta { max-width: 1200px; margin: 56px auto 0; text-align: center; }

  /* ===== REP ===== */
  #rep { padding: 140px 40px; background: #fff; }
  .rep-grid {
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: 280px 1fr; gap: 64px;
    align-items: center;
  }
  .rep-photo {
    aspect-ratio: 4/5; border-radius: 4px; overflow: hidden;
    box-shadow: 0 24px 48px rgba(26,31,46,.12);
    position: relative;
  }
  .rep-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .rep-body .eyebrow {
    font-size: 12px; font-weight: 800; letter-spacing: .35em;
    color: var(--accent); margin-bottom: 20px;
  }
  .rep-body h2 {
    font-size: 36px; font-weight: 800; color: var(--navy);
    line-height: 1.5; margin-bottom: 24px;
  }
  .rep-body h2 em { color: var(--accent); font-style: normal; }
  .rep-body p {
    font-size: 17px; color: var(--text); line-height: 2.1;
    margin-bottom: 28px;
  }
  .rep-body p em {
    color: var(--accent); font-style: normal; font-weight: 700;
  }

  /* ===== VOICES ===== */
  #voices { padding: 140px 40px; background: var(--bg2); }
  .voice-header { max-width: 1200px; margin: 0 auto 64px; }
  .voice-grid {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(3,1fr); gap: 24px;
  }
  .voice-card {
    background: #fff; padding: 40px 36px;
    border-radius: 4px; position: relative;
    border: 1px solid var(--border);
  }
  .voice-card::before {
    content: "“"; position: absolute;
    top: 20px; left: 36px;
    font-size: 64px; color: var(--accent); opacity: .25;
    font-family: serif; line-height: 1;
  }
  .voice-text {
    font-size: 15px; color: var(--text); line-height: 2;
    margin: 32px 0 24px; position: relative; z-index: 2;
  }
  .voice-author {
    font-size: 13px; color: var(--muted); font-weight: 700;
    padding-top: 20px; border-top: 1px solid var(--border);
  }
  .voice-author strong { color: var(--navy); display: block; margin-bottom: 4px; font-size: 14px; }

  /* ===== BLOG ===== */
  #blog { padding: 140px 40px; background: #fff; }
  .blog-header { max-width: 1200px; margin: 0 auto 64px; }
  .blog-list { max-width: 1200px; margin: 0 auto; }
  .note-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .blog-card {
    background: #fff; border: 1px solid var(--border); border-radius: 8px;
    overflow: hidden; text-decoration: none; color: inherit;
    transition: all .2s; display: flex; flex-direction: column;
  }
  .blog-card:hover {
    border-color: var(--accent);
    box-shadow: 0 12px 28px rgba(0,151,178,.10);
    transform: translateY(-2px);
  }
  .blog-card-thumb {
    aspect-ratio: 16/9; overflow: hidden;
    background: linear-gradient(135deg, var(--accent3) 0%, #fff 100%);
  }
  .blog-card-thumb img {
    width: 100%; height: 100%; object-fit: cover; display: block;
  }
  .blog-card-body {
    padding: 20px;
    display: flex; flex-direction: column; gap: 8px;
    flex: 1;
  }
  .blog-card-date {
    font-size: 12px; color: var(--muted); letter-spacing: .1em;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  }
  .blog-card-title {
    font-size: 15px; font-weight: 700; color: var(--navy);
    line-height: 1.6; letter-spacing: -.005em;
  }
  .blog-card-excerpt {
    font-size: 13px; color: var(--muted); line-height: 1.8;
  }
  .blog-loading {
    grid-column: 1 / -1;
    text-align: center; padding: 60px 20px;
    color: var(--muted); font-size: 14px; line-height: 1.9;
  }
  .blog-loading a { color: var(--accent); text-decoration: underline; }
  .blog-cta { max-width: 1200px; margin: 56px auto 0; text-align: center; }
  @media (max-width: 900px) { .note-grid { grid-template-columns: 1fr 1fr; gap: 16px; } }
  @media (max-width: 600px) { .note-grid { grid-template-columns: 1fr; } }

  /* ===== note 誘導バナー（トップ用） ===== */
  .blog-note-banner {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
    background: linear-gradient(135deg, var(--accent3) 0%, #fff 70%);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 72px 48px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: all .25s;
    position: relative;
    overflow: hidden;
  }
  .blog-note-banner::before {
    content: ""; position: absolute;
    top: -30%; right: -10%;
    width: 360px; height: 360px; border-radius: 50%;
    background: radial-gradient(circle, rgba(0,151,178,.10) 0%, transparent 70%);
    pointer-events: none;
  }
  .blog-note-banner:hover {
    border-color: var(--accent);
    box-shadow: 0 16px 40px rgba(0,151,178,.12);
    transform: translateY(-2px);
  }
  .blog-note-banner-inner { position: relative; z-index: 1; }
  .blog-note-banner-label {
    display: inline-block;
    font-size: 12px; font-weight: 800; letter-spacing: .35em;
    color: var(--accent); margin-bottom: 22px;
    padding-bottom: 6px; border-bottom: 2px solid var(--accent);
  }
  .blog-note-banner-title {
    font-size: 30px; font-weight: 800; color: var(--navy);
    line-height: 1.5; margin-bottom: 20px; letter-spacing: -.01em;
  }
  .blog-note-banner-text {
    font-size: 16px; color: var(--text); line-height: 2;
    margin: 0 auto 32px; max-width: 680px; font-weight: 500;
  }
  .blog-note-banner-cta {
    display: inline-block;
    background: var(--accent); color: #fff;
    padding: 16px 44px; border-radius: 6px;
    font-weight: 700; font-size: 15px; letter-spacing: .04em;
    transition: background .2s;
  }
  .blog-note-banner:hover .blog-note-banner-cta { background: var(--navy); }
  .pc-only { display: inline; }
  @media (max-width: 700px) {
    .blog-note-banner { padding: 56px 28px; }
    .blog-note-banner-title { font-size: 22px; }
    .blog-note-banner-text { font-size: 15px; }
    .pc-only { display: none; }
  }

  /* ===== CTA ===== */
  #cta {
    padding: 80px 40px; background: var(--navy); color: #fff;
    text-align: center;
    position: relative; overflow: hidden;
  }
  #cta::before {
    content: ""; position: absolute;
    top: -200px; right: -200px;
    width: 600px; height: 600px; border-radius: 50%;
    background: var(--accent); opacity: .15;
  }
  .cta-inner { max-width: 720px; margin: 0 auto; position: relative; z-index: 2; }
  .cta-eyebrow {
    font-size: 12px; font-weight: 800; letter-spacing: .4em;
    color: var(--accent); margin-bottom: 24px;
    text-transform: uppercase;
  }
  .cta-inner h2 {
    font-size: 44px; font-weight: 800; color: #fff;
    line-height: 1.5; margin-bottom: 24px;
  }
  .cta-inner h2 em { color: var(--accent); font-style: normal; }
  .cta-inner p {
    font-size: 17px; color: rgba(255,255,255,.7); line-height: 2;
    margin-bottom: 40px;
  }

  /* ===== レスポンシブ（index.html 固有） ===== */
  /* 共通CSS (_style.css) と重複しないものだけここに記載 */

  @media (max-width: 900px) {
    /* ヒーロー独自調整 */
    #hero { min-height: 0; }
    #hero::before { width: 320px; height: 320px; right: -100px; }
    .hero-bg {
      left: 0; right: 0;
      width: 100%; opacity: .18;
      -webkit-mask-image: none; mask-image: none;
    }
    /* OUR APPROACH：2カラム → 1カラム */
    .approach-grid {
      grid-template-columns: 1fr;
      text-align: center;
      gap: 40px;
      margin-bottom: 48px;
    }
    /* SERVICES：MAIN SERVICE と SUB SERVICES の1カラム化 */
    .svc-main { grid-template-columns: 1fr; }
    .svc-main-body { padding: 36px 28px; }
    .svc-main-body h3 { font-size: 28px; }
    .svc-main-img { min-height: 200px; }
    .svc-sub { grid-template-columns: 1fr; }
    /* 代表者紹介 */
    .rep-body h2 { font-size: 26px; }
  }

  @media (max-width: 600px) {
    /* ヒーロー写真：スマホでも表示、人物中央配置 */
    .hero-bg {
      left: 0; right: 0;
      width: 100%;
      opacity: 0.2;
      background-size: cover;
      background-position: 70% center;
      background-repeat: no-repeat;
    }
    .hero-buttons { flex-direction: column; }
    .hero-buttons .btn { width: 100%; text-align: center; }
    /* OUR APPROACH：余白縮小 */
    .approach-grid { gap: 28px; margin-bottom: 32px; }
    /* SERVICES：さらに縮小 */
    .svc-main-body { padding: 28px 22px; }
    .svc-main-body h3 { font-size: 24px; }
    .rep-body h2 { font-size: 22px; }
  }

  /* ===== RECRUIT (Editorial Spread) ===== */
  #recruit { position: relative; }

  /* Block 1: Light Teal Hero */
  .recruit-hero {
    background: var(--accent3);
    color: var(--navy);
    padding: 56px 40px 24px;
    position: relative;
    overflow: hidden;
  }
  .recruit-hero::before {
    content: "JOIN US";
    position: absolute;
    top: 50%; right: -2%;
    transform: translateY(-50%);
    font-size: clamp(120px, 18vw, 260px);
    font-weight: 900;
    color: rgba(0,151,178,.10);
    letter-spacing: -.03em;
    line-height: 1;
    font-family: "Inter", "Helvetica Neue", sans-serif;
    pointer-events: none;
    z-index: 1;
  }
  .recruit-hero::after {
    content: "";
    position: absolute;
    top: -180px; left: -180px;
    width: 560px; height: 560px;
    background: radial-gradient(circle, rgba(255,255,255,.7) 0%, rgba(255,255,255,0) 70%);
    z-index: 0;
    pointer-events: none;
  }
  .recruit-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .recruit-hero .recruit-eyebrow {
    display: inline-block;
    font-size: 13px; font-weight: 800; letter-spacing: .4em;
    color: var(--accent2);
    margin-bottom: 32px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--accent2);
  }
  .recruit-hero h2 {
    font-size: 44px; font-weight: 800;
    color: var(--navy);
    line-height: 1.4;
    margin-bottom: 32px;
    letter-spacing: .01em;
    max-width: 880px;
  }
  .recruit-hero h2 em {
    color: var(--accent2); font-style: normal;
  }
  .recruit-hero p {
    font-size: 17px;
    color: var(--text);
    line-height: 2.1;
    max-width: 720px;
    font-weight: 500;
  }
  .recruit-hero p + p { margin-top: 18px; }
  .recruit-positions-text strong {
    color: var(--accent2); font-weight: 800;
    margin-right: 4px;
  }
  .recruit-workstyle-text { color: var(--muted); font-size: 15px; }

  /* Block 2: Editorial Body - Single Column */
  .recruit-body {
    background: #fff;
    padding: 80px 40px;
  }
  .recruit-body-inner {
    max-width: 960px;
    margin: 0 auto;
  }
  .recruit-section-label {
    font-size: 12px; font-weight: 800; letter-spacing: .4em;
    color: var(--accent);
    margin-bottom: 24px;
    text-transform: uppercase;
    display: block;
    text-align: center;
  }

  /* Manifesto / Creed - Centered */
  .recruit-quote {
    margin-bottom: 96px;
    text-align: center;
  }
  .recruit-quote blockquote {
    margin: 0 0 36px;
    padding: 0;
    font-size: 44px;
    font-weight: 900;
    color: var(--navy);
    line-height: 1.55;
    letter-spacing: -.015em;
    border: none;
  }
  .recruit-quote blockquote .line-1 {
    color: var(--navy); display: block;
  }
  .recruit-quote blockquote .line-2 {
    color: var(--accent); display: block;
    margin-top: 4px;
  }
  .recruit-quote p {
    font-size: 16px;
    color: var(--text);
    line-height: 2.1;
    font-weight: 500;
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
  }

  /* Positions */
  .recruit-positions-block {
    text-align: center;
    padding: 56px 40px;
    background: var(--accent3);
    border-radius: 12px;
    margin-top: 24px;
  }
  .recruit-positions-block h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--navy);
    line-height: 1.5;
    margin-bottom: 36px;
  }
  .position-list {
    list-style: none;
    padding: 0;
    margin: 0 auto 48px;
    max-width: 720px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 8px;
    row-gap: 24px;
  }
  .position-list li {
    grid-column: span 2;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    background: #fff;
    border-radius: 100px;
    border: none;
    box-shadow: 0 2px 12px rgba(0,151,178,.08);
    white-space: nowrap;
  }
  .position-list li:nth-child(4) {
    grid-column: 2 / span 2;
  }
  .position-list li:nth-child(5) {
    grid-column: 4 / span 2;
  }
  .position-num {
    font-size: 13px; font-weight: 800;
    letter-spacing: .2em;
    color: var(--accent);
    font-family: "Inter", "Helvetica Neue", sans-serif;
    flex-shrink: 0;
  }
  .position-name {
    font-size: 16px; font-weight: 700;
    color: var(--navy);
    letter-spacing: .01em;
    white-space: nowrap;
  }
  .recruit-workstyle {
    font-size: 14px;
    color: var(--text);
    line-height: 1.95;
    padding: 24px 32px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 6px;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }
  .recruit-workstyle strong {
    font-weight: 800; color: var(--accent);
    display: block; margin-bottom: 8px;
    font-size: 12px; letter-spacing: .3em;
  }

  /* Block 3: Closing CTA */
  .recruit-closing {
    background: var(--accent3);
    padding: 20px 40px 56px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .recruit-closing::before {
    content: "";
    position: absolute;
    top: -160px; right: -160px;
    width: 480px; height: 480px;
    background: radial-gradient(circle, rgba(255,255,255,.65) 0%, rgba(255,255,255,0) 70%);
    pointer-events: none;
  }
  .recruit-closing::after {
    content: "";
    position: absolute;
    bottom: -140px; left: -140px;
    width: 420px; height: 420px;
    background: radial-gradient(circle, rgba(255,255,255,.5) 0%, rgba(255,255,255,0) 70%);
    pointer-events: none;
  }
  .recruit-closing-inner {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .recruit-closing p {
    font-size: 22px;
    color: var(--navy);
    line-height: 1.95;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: -.005em;
  }
  .recruit-btn-wrap {
    display: flex; justify-content: center;
  }

  @media (max-width: 900px) {
    .recruit-hero { padding: 80px 24px 96px; }
    .recruit-hero::before { font-size: clamp(80px, 22vw, 140px); right: -4%; }
    .recruit-hero h2 { font-size: 30px; margin-bottom: 28px; }
    .recruit-hero p { font-size: 15px; }
    .recruit-body { padding: 72px 24px; }
    .recruit-quote { margin-bottom: 64px; }
    .recruit-quote blockquote { font-size: 30px; }
    .recruit-quote p { font-size: 15px; }
    .recruit-positions-block h3 { font-size: 20px; margin-bottom: 28px; }
    .position-name { font-size: 16px; }
    .recruit-workstyle { padding: 20px 22px; }
    .recruit-closing { padding: 72px 24px; }
    .recruit-closing p { font-size: 17px; }
  }
  @media (max-width: 600px) {
    .recruit-hero { padding: 64px 20px 80px; }
    .recruit-hero h2 { font-size: 24px; margin-bottom: 24px; }
    .recruit-quote blockquote { font-size: 24px; }
    .position-list {
      grid-template-columns: 1fr;
      row-gap: 18px;
    }
    .position-list li,
    .position-list li:nth-child(4),
    .position-list li:nth-child(5) {
      grid-column: 1;
      justify-self: start;
    }
    .position-name { font-size: 15px; }
    .recruit-closing p { font-size: 16px; }
  }
