  :root {
    --pink:        #D4637E;
    --pink-dark:   #B84A66;
    --pink-light:  #FDF2F5;
    --pink-gradient: #F9E4EC;
    --green:       #1A9D57;
    --green-dark:  #147A44;
    --green-light: #ECF7F1;
    --ink:         #243040;
    --sub:         #4A5568;
    --bg:          #ffffff;
    --bg-soft:     #F7F8FA;
    --line:        #E8ECF0;
    --radius:      12px;
    --fs-body:     16px;
    --fs-note:     14px;
    --fs-tag:      12px;
    --maxw:        1200px;
    --shadow-sm:   0 1px 3px rgba(0,0,0,.04), 0 1px 2px rgba(0,0,0,.06);
    --shadow-md:   0 4px 16px rgba(0,0,0,.05), 0 2px 6px rgba(0,0,0,.04);
    --shadow-lg:   0 12px 40px rgba(0,0,0,.06), 0 4px 12px rgba(0,0,0,.04);
    --shadow-xl:   0 20px 60px rgba(0,0,0,.08), 0 8px 20px rgba(0,0,0,.04);
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :focus-visible { outline: 2px solid var(--pink); outline-offset: 3px; }
  body { font-family: 'Noto Sans JP', 'Hiragino Sans', sans-serif; color: var(--ink); background: var(--bg); line-height: 1.8; font-weight: 400; text-wrap: wrap; word-break: normal; }

  .wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; }
  section { padding: 120px 0; }
  .eyebrow { font-size: 12px; font-weight: 700; color: var(--pink-dark); letter-spacing: .22em; text-transform: uppercase; margin-bottom: 16px; display: block; }
  h2.title { font-size: clamp(28px, 3.5vw, 38px); font-weight: 700; line-height: 1.5; letter-spacing: -.02em; margin-bottom: 0; }

  .btn { display: inline-block; padding: 18px 40px; border-radius: 9999px; font-size: 15px; font-weight: 500; text-decoration: none; letter-spacing: .02em; transition: all .35s cubic-bezier(.4,0,.2,1); box-shadow: rgba(26,38,51,.1) 0px 6px 24px 0px; }
  .btn-primary { background: var(--pink); color: #fff; border: 1px solid transparent; box-shadow: 0 4px 16px rgba(212,99,126,.2); }
  .btn-primary:hover { background: var(--pink-dark); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(212,99,126,.3); }
  .btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); box-shadow: none; }
  .btn-ghost:hover { background: var(--bg-soft); border-color: var(--pink); color: var(--pink); transform: translateY(-2px); }
  .map-btn-icon { position: relative; margin-left: 12px; width: 28px; height: 28px; background: rgba(255,255,255,.2); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .3s, transform .3s; }
  .btn-primary:hover .map-btn-icon { background: rgba(255,255,255,.3); transform: scale(1.05); }
  .map-btn-icon svg { width: 16px; height: 16px; }

  /* PAGE HERO */
  .page-hero { padding: 88px 0 64px; }
  .page-hero .breadcrumb { font-size: var(--fs-note); color: var(--sub); margin-bottom: 20px; }
  .page-hero .breadcrumb a { color: var(--sub); text-decoration: none; }
  .page-hero .breadcrumb a:hover { color: var(--ink); }
  .page-hero .breadcrumb span { margin: 0 6px; }
  .page-hero h1 { font-size: clamp(34px, 5vw, 52px); font-weight: 700; line-height: 1.35; letter-spacing: -.02em; }
  .page-hero p.sub { font-size: var(--fs-body); color: var(--sub); margin-top: 12px; line-height: 1.8; }

  /* ABOUT CONCEPT */
  .about-concept { background: #fff; }
  .about-concept-grid { max-width: 880px; margin-top: 8px; }
  .about-concept-heading { font-size: 42px; font-weight: 700; line-height: 1.5; letter-spacing: -.02em; margin-bottom: 28px; }
  .about-concept-body p { font-size: var(--fs-body); color: var(--sub); line-height: 1.95; }
  .about-concept-body p + p { margin-top: 20px; }

  /* ABOUT GALLERY */
  .about-gallery { margin-top: 72px; }
  .about-gallery-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 4px; scrollbar-width: none; -webkit-mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 56px), transparent 100%); mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 56px), transparent 100%); }
  .about-gallery-track:focus-visible { outline: 2px solid var(--pink); outline-offset: 4px; border-radius: 8px; }
  .about-gallery-track::-webkit-scrollbar { display: none; }
  .about-gallery-item { flex: 0 0 auto; width: clamp(260px, 42%, 460px); margin: 0; border-radius: 16px; overflow: hidden; scroll-snap-align: start; box-shadow: var(--shadow-md); }
  .about-gallery-item img { width: 100%; height: auto; object-fit: contain; display: block; }

  /* PRESIDENT MESSAGE */
  .pmsg { background: var(--bg-soft); }
  .pmsg-grid { display: grid; grid-template-columns: 200px 1fr; gap: 80px; align-items: start; }
  .pmsg-label-text { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 500; color: var(--ink); letter-spacing: .02em; }
  .pmsg-label-text::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--ink); flex-shrink: 0; }
  .pmsg-headline { font-size: 42px; font-weight: 700; line-height: 1.5; margin-bottom: 44px; letter-spacing: -.01em; color: var(--pink); }
  .pmsg-body p { font-size: var(--fs-body); color: var(--sub); line-height: 2.1; text-align: justify; }
  .pmsg-body p + p { margin-top: 24px; }
  .pmsg-sign { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; margin-top: 64px; }
  .pmsg-sign-title { font-size: 16px; color: var(--sub); letter-spacing: .04em; }
  .pmsg-sign-name { font-size: clamp(20px, 2.4vw, 27px); font-weight: 700; color: var(--ink); letter-spacing: .08em; }

  /* VISION & VALUES */
  .vision-value { background: transparent !important; text-align: center; padding: 60px 0; }
  .vision-value .eyebrow { margin-left: auto; margin-right: auto; }
  .vision-title-wrapper { position: relative; margin-bottom: 32px; text-align: center; }
  .vision-title-en { font-family: 'Outfit', sans-serif; font-size: clamp(100px, 16vw, 220px); font-weight: 800; color: rgba(212, 99, 126, 0.06); letter-spacing: .02em; line-height: 1; text-transform: uppercase; user-select: none; }
  .vision-title { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: clamp(28px, 3.5vw, 42px); font-weight: 700; line-height: 1.5; letter-spacing: -.02em; margin: 0; color: var(--ink); width: 100%; }
  .vision-accent { color: var(--pink); }
  /* SplitText Animation Styles */
  .vision-title .split-char { display: inline-block; will-change: transform, opacity; }
  .vision-desc { font-size: 16px; color: var(--sub); line-height: 1.95; margin-left: auto; margin-right: auto; display: block; }
  .vision-desc + .vision-desc { margin-top: 20px; }

  .values-section { background: transparent !important; text-align: center; }
  .values-section .eyebrow { margin-left: auto; margin-right: auto; }
  .values-title-wrapper { position: relative; margin-bottom: 40px; text-align: center; }
  .values-title-en { font-family: 'Outfit', sans-serif; font-size: clamp(120px, 18vw, 260px); font-weight: 800; color: rgba(212, 99, 126, 0.06); letter-spacing: .02em; line-height: 1; text-transform: uppercase; user-select: none; }
  .values-title { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: clamp(28px, 3.5vw, 38px); font-weight: 700; line-height: 1.5; letter-spacing: -.02em; margin: 0; color: var(--ink); width: 100%; }

  /* VALUE CARDS */
  .value-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; grid-auto-rows: auto; }
  .value-card:nth-child(1), .value-card:nth-child(2), .value-card:nth-child(3) { grid-column: span 2; }
  .value-card:nth-child(4) { grid-column: 1 / 4; }
  .value-card:nth-child(5) { grid-column: 4 / 7; }
  .value-card { border-radius: var(--radius); padding: 24px; background: #fff; transition: all .35s cubic-bezier(.4,0,.2,1); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 18px; height: 100%; }
  .value-card:nth-child(4), .value-card:nth-child(5) { padding: 22px 24px 16px; gap: 12px; height: auto; }
  .value-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
  .value-card > div:first-child { position: relative; display: flex; flex-direction: column; gap: 4px; text-align: left; }
  .value-card-ja { font-size: 24px; font-weight: 700; color: var(--pink); margin: 0; line-height: 1.3; text-align: left; display: flex; align-items: center; gap: 10px; }
  .value-card-icon { width: 24px; height: 24px; flex-shrink: 0; color: var(--pink); }
  .value-card-en { font-size: 11px; font-weight: 500; color: var(--ink); letter-spacing: .08em; text-transform: uppercase; margin: 0; line-height: 1; text-align: left; }
  .value-card-desc { font-size: var(--fs-body); color: var(--sub); line-height: 1.75; text-align: left; margin: 0; word-break: normal; text-wrap: wrap; letter-spacing: 0.04em; }
  .value-card-desc p { margin: 0; }

  /* INTERVIEW BADGE */
  .interview-badge-wrapper {
    position: fixed;
    bottom: 60px;
    right: 32px;
    z-index: 9998;
    animation: interview-badge-slide-up 0.9s cubic-bezier(.16,1,.3,1) 0.5s both;
    transition: opacity .3s ease, transform .3s ease;
  }

  .interview-badge-bg {
    position: relative;
  }

  .interview-badge-close {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #D4637E;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(212,99,126,.3);
    opacity: 0;
    pointer-events: none;
  }

  .interview-badge-wrapper:hover .interview-badge-close {
    opacity: 1;
    pointer-events: auto;
  }

  .interview-badge-close svg {
    width: 16px;
    height: 16px;
    color: white;
  }

  .interview-badge-close:hover {
    background: #C04C68;
    transform: scale(1.1);
  }

  .interview-badge {
    display: block;
    text-decoration: none;
    transition: all .35s cubic-bezier(.4,0,.2,1);
  }

  .interview-badge-card {
    background: white;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0,0,0,.12), 0 2px 8px rgba(0,0,0,.08);
    width: 200px;
  }

  @keyframes interview-badge-slide-up {
    from {
      opacity: 0;
      transform: translateY(40px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* フィードバックFABボタンの位置調整 */
  .fbp-fab {
    bottom: 230px !important;
  }

  .interview-badge:hover .interview-badge-card {
    transform: scale(1.02);
    box-shadow: 0 4px 16px rgba(0,0,0,.12);
  }

  .interview-badge-label {
    font-size: var(--fs-tag);
    font-weight: 700;
    color: #D4637E;
    letter-spacing: .12em;
    margin-bottom: 8px;
  }

  .interview-badge-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: .02em;
    line-height: 1.4;
    margin-bottom: 16px;
  }

  .interview-badge-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #D4637E;
    padding: 10px 24px;
    border-radius: 9999px;
    letter-spacing: .04em;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 2px 8px rgba(212,99,126,.2);
  }

  .interview-badge:hover .interview-badge-button {
    background: #C04C68;
    box-shadow: 0 6px 16px rgba(212,99,126,.4);
    transform: translateY(-2px);
  }

  /* COMPANY INFO */
  .company { background: rgba(255, 255, 255, 0.8) !important; backdrop-filter: blur(16px) !important; -webkit-backdrop-filter: blur(16px) !important; }
  .company-table { width: 100%; border-collapse: collapse; margin-top: 40px; font-size: 16px; }
  .company-table tr { border-bottom: 1px solid #fff; }
  .company-table th { width: 22%; padding: 20px 20px 20px 0; font-weight: 500; color: var(--sub); vertical-align: top; text-align: left; font-size: 16px; }
  .company-table td { padding: 20px 0; color: var(--ink); line-height: 1.7; }
  .officer { display: flex; gap: 32px; align-items: baseline; }
  .officer-title { color: var(--sub); min-width: 200px; font-size: 16px; }

  /* MAP ACCESS */
  .map-access { margin-top: 40px; display: grid; grid-template-columns: 1fr 60%; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); }
  .map-access-info { padding: 40px 36px; background: #fff; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 24px; }
  .map-access-addr { font-size: var(--fs-body); color: var(--sub); line-height: 1.85; }
  .map-access-addr strong { display: block; font-size: 12px; font-weight: 700; color: var(--pink-dark); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; }
  .map-access-map { position: relative; min-height: 440px; }
  .map-access-map iframe { display: block; width: 100%; height: 100%; min-height: 440px; border: 0; }
  /* タブレット中間帯：1fr/60% だと情報側が窮屈なので均等2列に */
  @media (min-width: 769px) and (max-width: 1080px) {
    .map-access { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 768px) {
    .map-access { grid-template-columns: 1fr; }
    .map-access-info { padding: 28px 24px; }
    .map-access-map { min-height: 220px; }
    .map-access-map iframe { min-height: 220px; }
  }

  /* HISTORY */
  .history { background: rgba(255, 255, 255, 0.6) !important; backdrop-filter: blur(16px) !important; -webkit-backdrop-filter: blur(16px) !important; }
  .history-lead { font-size: var(--fs-body); color: var(--sub); line-height: 1.85; margin-top: 16px; margin-bottom: 64px; word-break: auto-phrase; }
  .timeline { display: flex; flex-direction: column; }
  .timeline-year { display: grid; grid-template-columns: 140px 1fr; gap: 40px; align-items: start; }
  .timeline-year-num { font-family: 'Outfit', sans-serif; font-size: 40px; font-weight: 800; line-height: 1; letter-spacing: -.02em; color: var(--ink); }
  .timeline-events { position: relative; padding-left: 34px; padding-bottom: 44px; border-left: 1px solid var(--line); }
  .timeline-year:last-child .timeline-events { padding-bottom: 0; }
  .timeline-event { position: relative; padding-bottom: 32px; }
  .timeline-event:last-child { padding-bottom: 0; }
  .timeline-event::before { content: ''; position: absolute; left: -40px; top: 5px; width: 11px; height: 11px; border-radius: 50%; background: var(--pink); border: 2px solid #fff; box-shadow: 0 0 0 3px var(--pink-light); }
  .timeline-month { display: inline-block; font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 700; color: var(--pink-dark); letter-spacing: .12em; margin-bottom: 6px; }
  .timeline-event-body h3 { font-size: 17px; font-weight: 700; line-height: 1.5; margin-bottom: 8px; color: var(--ink); }
  .timeline-event-body p { font-size: var(--fs-body); color: var(--sub); line-height: 1.8; max-width: 560px; }
  .timeline-event.is-group::before { background: var(--green); box-shadow: 0 0 0 3px var(--green-light); }
  .timeline-event.is-group .timeline-month { color: var(--green-dark); }
  .timeline-event.is-group .timeline-event-body h3 { color: var(--green-dark); }

  /* GROUP */
  .group { background: var(--bg-soft); }
  .group-layout { display: grid; grid-template-columns: 1fr 1.8fr; gap: 72px; align-items: center; margin-top: 48px; }
  .group-desc h3 { font-size: 24px; font-weight: 700; margin-bottom: 18px; line-height: 1.65; }
  .group-desc p { font-size: 16px; color: var(--sub); line-height: 1.95; text-align: justify; text-align-last: left; }
  .group-desc p + p { margin-top: 16px; }
  .group-diagram { border-radius: 14px; overflow: hidden; background: transparent; }
  .group-diagram img { width: 100%; height: auto; display: block; mix-blend-mode: multiply; }

  html { scroll-behavior: smooth; scroll-padding-top: 100px; }

  /* RESPONSIVE - タブレット */
  @media (max-width: 1024px) {
    .about-concept-heading { font-size: 36px; }
    .pmsg-grid { grid-template-columns: 160px 1fr; gap: 48px; }
    .pmsg-headline { font-size: 36px; }
    .group-layout { grid-template-columns: 1fr; gap: 48px; }
  }

  @media (max-width: 880px) {
    section { padding: 80px 0; }
    .wrap { padding: 0 28px; }

    .pmsg-grid { grid-template-columns: 1fr; gap: 32px; }
    .pmsg-headline { font-size: 32px; margin-bottom: 32px; }

    .value-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .value-card:nth-child(1), .value-card:nth-child(2), .value-card:nth-child(3) { grid-column: span 1; }
    .value-card:nth-child(4), .value-card:nth-child(5) { grid-column: span 1; }

    .timeline-year { grid-template-columns: 120px 1fr; gap: 28px; }
    .timeline-year-num { font-size: 36px; }

  }

  /* RESPONSIVE - スマホ */
  @media (max-width: 768px) {
    section { padding: 64px 0; }
    .wrap { padding: 0 20px; }
    .page-hero { padding: 48px 0 40px; }
    .page-hero h1 { font-size: 30px; }

    .about-concept-grid { margin-top: 0; }
    .about-concept-heading { font-size: 28px; line-height: 1.55; margin-bottom: 20px; }
    .about-gallery { margin-top: 48px; }
    .about-gallery-item { width: 82%; }
    .about-gallery-item img { height: auto; object-fit: contain; }

    .pmsg-grid { grid-template-columns: 1fr; gap: 24px; }
    .pmsg-headline { font-size: 28px; margin-bottom: 28px; line-height: 1.6; }
    .pmsg-body p { line-height: 1.95; text-align: justify; }
    .pmsg-sign { margin-top: 44px; }

    .vision-title-wrapper { margin-bottom: 24px; }
    .vision-title-en { font-size: 80px; line-height: 1; }
    .vision-title { font-size: 24px; line-height: 1.5; }
    .vision-desc { font-size: 16px; line-height: 1.85; }

    .values-title-wrapper { margin-bottom: 28px; }
    .values-title-en { font-size: 96px; }
    .values-title { font-size: 24px; }
    .value-grid { grid-template-columns: 1fr; gap: 14px; }
    .value-card { padding: 28px 24px; grid-template-columns: 1fr; gap: 16px; }
    .value-card:nth-child(1), .value-card:nth-child(2), .value-card:nth-child(3) { grid-column: span 1; }
    .value-card:nth-child(4), .value-card:nth-child(5) { grid-column: span 1; }
    .value-card-ja { font-size: 20px; }
    .value-card-en { font-size: 10px; }

    .history-lead { font-size: var(--fs-body); margin-bottom: 48px; text-align: left; word-break: normal; overflow-wrap: anywhere; text-wrap: wrap; }
    .timeline-year { grid-template-columns: 1fr; gap: 6px; }
    .timeline-year-num { font-size: 34px; margin-bottom: 4px; }
    .timeline-events { padding-left: 24px; padding-bottom: 36px; }
    .timeline-event { padding-bottom: 28px; }
    .timeline-event::before { left: -30px; }
    .timeline-event-body h3 { font-size: 16px; text-align: left; word-break: normal; overflow-wrap: anywhere; text-wrap: wrap; }
    .timeline-event-body p { font-size: var(--fs-body); text-align: left; word-break: normal; overflow-wrap: anywhere; text-wrap: wrap; }

    .group-layout { grid-template-columns: 1fr; gap: 32px; margin-top: 32px; }
    .group-desc h3 { font-size: 22px; margin-bottom: 16px; line-height: 1.6; }
    .group-desc p { font-size: 16px; line-height: 1.85; text-align: justify; text-align-last: left; }

    .company-table, .company-table tbody, .company-table tr, .company-table th, .company-table td { display: block; width: 100%; }
    .company-table { margin-top: 28px; }
    .company-table tr { padding: 14px 0; border-bottom: 1px solid var(--line); }
    .company-table th { padding: 0 0 4px; font-size: 16px; font-weight: 700; color: var(--pink-dark); letter-spacing: .04em; }
    .company-table td { padding: 0; font-size: 16px; }
    .officer {
      gap: 2px 16px;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: flex-start;
    }
    .officer-title {
      min-width: 0;
      font-size: 14px;
      margin-bottom: 2px;
    }
    .officer span:not(.officer-title) {
      font-size: 16px;
    }

    .interview-badge-wrapper {
      bottom: 56px;
      right: 16px;
    }
    .interview-badge-card {
      width: 180px;
      padding: 16px;
      border-radius: 14px;
    }
    .interview-badge-close {
      width: 28px;
      height: 28px;
      top: -6px;
      right: -6px;
    }
    .interview-badge-close svg {
      width: 14px;
      height: 14px;
    }
    .interview-badge-label {
      margin-bottom: 6px;
    }
    .interview-badge-title {
      font-size: 13px;
      margin-bottom: 14px;
    }
    .interview-badge-button {
      font-size: 12px;
      padding: 8px 20px;
    }
    .fbp-fab {
      bottom: 210px !important;
    }
  }

  @media (max-width: 480px) {
    .page-hero h1 { font-size: 26px; }
    .about-concept-heading { font-size: 24px; }
    .pmsg-headline { font-size: 24px; }
    .vision-title-en { font-size: 64px; }
    .vision-title { font-size: 20px; }
    .values-title-en { font-size: 72px; }
    .values-title { font-size: 20px; }
    .value-card { padding: 24px 20px; }
    .value-card-ja { font-size: 18px; }
    .interview-badge-wrapper {
      bottom: 52px;
      right: 12px;
    }
    .interview-badge-card {
      width: 165px;
      padding: 14px;
      border-radius: 12px;
    }
    .interview-badge-close {
      width: 26px;
      height: 26px;
      top: -6px;
      right: -6px;
    }
    .interview-badge-close svg {
      width: 13px;
      height: 13px;
    }
    .interview-badge-label {
      margin-bottom: 6px;
    }
    .interview-badge-title {
      font-size: 12px;
      margin-bottom: 12px;
    }
    .interview-badge-button {
      font-size: 11px;
      padding: 7px 16px;
    }
    .fbp-fab {
      bottom: 195px !important;
    }
  }

  @media (min-width: 1440px) {
    .wrap { max-width: 1320px; padding: 0 60px; }
    section { padding: 120px 0; }
    .page-hero { padding: 100px 0; }
    .page-hero h1 { font-size: 52px; }
    h2.title { font-size: 42px; }
    .about-concept-grid { max-width: 960px; }
    .about-gallery-item img { height: auto; object-fit: contain; }
  }

  @media (min-width: 1920px) {
    .wrap { max-width: 1400px; padding: 0 80px; }
    section { padding: 140px 0; }
    .page-hero { padding: 120px 0; }
    .page-hero h1 { font-size: 56px; }
    h2.title { font-size: 46px; }
  }
