:root {
      --bg:#f7f9fc;
      --bg2:#eef4fb;
      --surface:#ffffff;
      --surface2:#f3f7fd;
      --text:#1b2432;
      --muted:#5f6f86;
      --line:rgba(16,42,83,.12);
      --accent1:#00a0e9;
      --accent2:#151371;
      --accent3:#3ac6ff;
      --shadow:0 20px 60px rgba(0,0,0,.35);
      --max:1200px;
      --radius:24px;
    }
    * { box-sizing:border-box; }
    html { scroll-behavior:smooth; }
    body { margin:0; background:linear-gradient(180deg,var(--bg) 0%, #ffffff 55%, var(--bg2) 100%); color:var(--text); font-family:'Noto Sans JP', sans-serif; line-height:1.85; }
    a { color:inherit; text-decoration:none; }
    img { max-width:100%; display:block; }
    .wrap { width:min(var(--max), calc(100% - 40px)); margin:0 auto; }
    .section { padding:110px 0; position:relative; }
    .section::before { content:''; position:absolute; inset:0; background:linear-gradient(135deg, rgba(0,160,233,.14), transparent 34%, transparent 58%, rgba(21,19,113,.12)); pointer-events:none; }
    .eyebrow { display:flex; align-items:center; gap:16px; margin-bottom:18px; }
    .eyebrow::before { content:''; width:6px; height:52px; border-radius:999px; background:linear-gradient(180deg,var(--accent3),var(--accent2)); display:block; }
    .eyebrow small { font-family:'Barlow', sans-serif; font-size:1.4rem; letter-spacing:.12em; text-transform:uppercase; color:#5072a6; }
    h1,h2,h3,p { margin:0; }
    .title-jp { font-size:clamp(2.2rem, 5vw, 4.8rem); line-height:1.3; font-weight:700; letter-spacing:.04em; }
    .title-en { font-family:'Barlow', sans-serif; font-size:1rem; letter-spacing:.20em; color:#6b7f9d; display:inline-flex; align-items:center; gap:12px; margin-top:10px; }
    .title-en::after { content:''; width:120px; max-width:22vw; height:1px; background:rgba(16,42,83,.18); }
    header { position:fixed; inset:0 0 auto; z-index:1000; transition:.35s; }
    header.scrolled { background:rgba(255,255,255,.92); backdrop-filter: blur(12px); box-shadow:0 12px 30px rgba(14,31,66,.10); border-bottom:1px solid rgba(16,42,83,.08); }
    .header-inner { height:92px; display:flex; align-items:center; justify-content:space-between; gap:24px; color:var(--text); }
    .brand { display:flex; align-items:center; gap:16px; min-width:0; }
    .brand-logo { display:flex; align-items:center; background:transparent; border-radius:0; padding:0; box-shadow:none; border:0; }
    .brand-logo img { height:58px; width:auto; display:block; }
    .brand-text { min-width:0; }
    .brand-text .name { font-size:1.15rem; font-weight:700; letter-spacing:.06em; }
    .brand-text .sub { font-family:'Barlow', sans-serif; font-size:.76rem; letter-spacing:.18em; color:var(--muted); text-transform:uppercase; }
    nav ul { display:flex; list-style:none; gap:28px; margin:0; padding:0; align-items:center; }
    nav a { font-size:.95rem; font-weight:500; transition:.25s; color:#111827; }
    nav a:hover { color:#1d75d8; }
    .cta-btn { display:inline-flex; align-items:center; justify-content:center; gap:12px; background:linear-gradient(90deg,var(--accent1),var(--accent2)); padding:14px 26px; border-radius:999px; font-weight:700; box-shadow:var(--shadow); color:#ffffff; }
    .cta-btn::after { content:'›'; font-size:1.1rem; }

    .hero { min-height:100vh; padding:140px 0 70px; position:relative; overflow:hidden; background:linear-gradient(180deg, #a8cdf6 0%, #dcecff 46%, #f6fbff 100%); }
    .hero::before, .hero::after { content:''; position:absolute; inset:auto; width:34vw; height:34vw; filter:blur(10px); opacity:.38; z-index:0; }
    .hero::before { top:-12vw; right:-8vw; background:linear-gradient(135deg, rgba(0,160,233,.82), rgba(21,19,113,.34)); clip-path:polygon(18% 0,100% 0,100% 100%,0 78%); }
    .hero::after { bottom:-12vw; left:-10vw; background:linear-gradient(135deg, rgba(21,19,113,.62), rgba(0,160,233,.34)); clip-path:polygon(0 18%,82% 0,100% 100%,0 100%); }
    .hero-grid { position:relative; z-index:1; display:grid; grid-template-columns:1.15fr .85fr; gap:26px; align-items:stretch; }
    .hero-slider { position:relative; min-height:680px; border-radius:28px; overflow:hidden; box-shadow:var(--shadow); background:#09111d; }
    .slide { position:absolute; inset:0; opacity:0; transform:scale(1.03); transition:opacity .8s ease, transform 6s ease; }
    .slide.active { opacity:1; transform:scale(1); }
    .slide-bg { position:absolute; inset:0; background-size:cover; background-position:center; filter:brightness(.60); transform:scale(1.08); }
    .slide.active .slide-bg { animation:zoom 8s linear forwards; }
    @keyframes zoom { from { transform:scale(1.02); } to { transform:scale(1.12); } }
    .slide-overlay { position:absolute; inset:0; background:linear-gradient(90deg, rgba(4,10,18,.82) 0%, rgba(4,10,18,.34) 52%, rgba(4,10,18,.70) 100%); }
    .slide-copy { position:absolute; left:6%; bottom:10%; right:8%; max-width:760px; }
    .slide-index { font-family:'Barlow', sans-serif; letter-spacing:.18em; font-size:.9rem; color:#d5e8fb; margin-bottom:16px; display:flex; align-items:center; gap:12px; }
    .slide-index::after { content:''; width:96px; height:1px; background:rgba(255,255,255,.42); }
    .slide h2 { font-size:clamp(2rem,4vw,4.6rem); line-height:1.28; margin-bottom:14px; font-weight:700; text-shadow:0 4px 20px rgba(0,0,0,.35); }
    .slide p { color:#e5eefb; font-size:1.05rem; max-width:36em; }
    .slider-dots { position:absolute; left:6%; bottom:34px; display:flex; gap:10px; z-index:2; }
    .slider-dots button { width:12px; height:12px; border-radius:999px; border:0; background:rgba(255,255,255,.35); cursor:pointer; padding:0; }
    .slider-dots button.active { background:linear-gradient(90deg,var(--accent3),var(--accent2)); width:34px; }
    .hero-card { background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(243,247,253,.98)); border:1px solid var(--line); border-radius:28px; padding:34px; box-shadow:0 18px 50px rgba(14,31,66,.08); display:flex; flex-direction:column; justify-content:space-between; }
    .hero-card .lead { color:#495b74; margin-top:18px; }
    .hero-info { margin-top:28px; display:grid; gap:14px; }
    .info-box { background:rgba(244,248,253,.92); border:1px solid rgba(16,42,83,.08); border-radius:18px; padding:18px 20px; }
    .info-box strong { display:block; font-size:.92rem; color:#1d75d8; margin-bottom:8px; }
    .info-box span { display:block; color:#1f2b3d; font-size:1rem; }

    .two-col { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; position:relative; z-index:1; }
    .image-panel { border-radius:28px; overflow:hidden; box-shadow:var(--shadow); position:relative; }
    .image-panel::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg, rgba(4,10,18,.08), rgba(4,10,18,.32)); }
    .image-panel img { width:100%; height:100%; object-fit:cover; min-height:420px; }
    .text-panel { padding:12px 0; }
    .headline { font-size:2rem; line-height:1.5; margin-bottom:24px; font-weight:700; }
    .copy { color:#4d6079; }

    .price-grid { position:relative; z-index:1; display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:34px; }
    .price-card { background:linear-gradient(180deg, #ffffff, #f5f8fd); border:1px solid var(--line); border-radius:24px; padding:26px; box-shadow:0 18px 50px rgba(14,31,66,.08); display:flex; flex-direction:column; gap:18px; }
    .price-card .year { font-family:'Barlow', sans-serif; font-size:.95rem; letter-spacing:.16em; color:#1d75d8; }
    .price-card h3 { font-size:1.28rem; line-height:1.5; font-weight:700; }
    .price-card p { color:var(--muted); font-size:.95rem; }
    .pdf-link { display:inline-flex; align-items:center; gap:14px; padding:14px 18px; border-radius:18px; background:#f5f8fd; border:1px solid rgba(16,42,83,.08); transition:.25s; }
    .pdf-link:hover { background:#eef4fb; }
    .pdf-icon { width:42px; height:42px; border-radius:14px; background:linear-gradient(180deg, #ff5d5d, #b71e2f); display:grid; place-items:center; flex:0 0 auto; }
    .pdf-icon svg { width:22px; height:22px; fill:white; }

    .content-grid { position:relative; z-index:1; display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:34px; }
    .content-card { background:#ffffff; border:1px solid rgba(16,42,83,.08); border-radius:24px; padding:26px; box-shadow:0 12px 36px rgba(14,31,66,.06); }
    .content-card h3 { font-size:1.1rem; margin-bottom:12px; color:#1d75d8; }
    .content-card p { color:#4d6079; font-size:.95rem; }

    .access-grid { position:relative; z-index:1; display:grid; grid-template-columns:.95fr 1.05fr; gap:26px; align-items:stretch; }
    .map-card, .access-card { border-radius:28px; overflow:hidden; border:1px solid var(--line); background:linear-gradient(180deg, #ffffff, #f5f8fd); box-shadow:0 18px 50px rgba(14,31,66,.08); }
    .map-card iframe { width:100%; height:100%; min-height:440px; border:0; filter:grayscale(.15) contrast(1.03); }
    .access-card { padding:34px; }
    .data-list { display:grid; gap:18px; margin-top:24px; }
    .data-item { padding-bottom:18px; border-bottom:1px solid rgba(255,255,255,.09); }
    .data-item:last-child { border-bottom:0; padding-bottom:0; }
    .data-item strong { display:block; font-size:.92rem; color:#1d75d8; margin-bottom:8px; }
    .data-item span, .data-item a { color:#1f2b3d; }

    .banner-grid { position:relative; z-index:1; display:grid; grid-template-columns:repeat(2,1fr); gap:20px; margin-top:26px; }
    .banner { background:linear-gradient(135deg, rgba(0,160,233,.10), rgba(21,19,113,.06)); border:1px solid rgba(16,42,83,.08); border-radius:20px; padding:22px 20px; display:flex; align-items:center; justify-content:space-between; gap:16px; min-height:96px; transition:.25s; }
    .banner:hover { transform:translateY(-2px); box-shadow:var(--shadow); }
    .banner strong { display:block; font-size:1.02rem; line-height:1.5; }
    .banner small { display:block; color:#5f6f86; margin-top:8px; }
    .banner .arrow { width:42px; height:42px; border-radius:999px; background:rgba(29,117,216,.10); display:grid; place-items:center; font-size:1.2rem; color:#1d75d8; }

    footer { padding:28px 0 46px; border-top:1px solid rgba(16,42,83,.08); background:#ffffff; }
    .footer-inner { display:flex; justify-content:space-between; gap:20px; align-items:flex-end; color:#5f6f86; }
    .footer-inner small { font-family:'Barlow', sans-serif; letter-spacing:.14em; text-transform:uppercase; }

    @media (max-width: 1080px) {
      .hero-grid, .two-col, .access-grid { grid-template-columns:1fr; }
      .hero-card { order:-1; }
      .price-grid, .content-grid, .banner-grid { grid-template-columns:1fr; }
      nav ul { gap:18px; }
    }
    @media (max-width: 860px) {
      .header-inner { height:80px; }
      nav { display:none; }
      .hero { padding-top:116px; }
      .hero-slider { min-height:540px; }
      .slide-copy { left:5%; right:5%; bottom:12%; }
      .hero-card, .access-card { padding:24px; }
      .section { padding:84px 0; }
      .headline { font-size:1.65rem; }
    }
    @media (max-width: 560px) {
      .wrap { width:min(var(--max), calc(100% - 24px)); }
      .brand-logo { padding:0; border-radius:0; }
      .brand-logo img { height:46px; }
      .brand-text .name { font-size:.98rem; }
      .brand-text .sub { font-size:.68rem; }
      .cta-btn { padding:12px 18px; font-size:.92rem; }
      .hero-slider { min-height:500px; }
      .slide p { font-size:.95rem; }
      .eyebrow::before { height:44px; }
      .image-panel img { min-height:300px; }
      .map-card iframe { min-height:320px; }
      .footer-inner { flex-direction:column; align-items:flex-start; }
    }


/* stylish-redesign */
:root {
    --bg:#f4f6f8;
    --bg2:#e9edf2;
    --surface:#ffffff;
    --surface2:#f7f8fa;
    --text:#17202a;
    --muted:#66717f;
    --line:rgba(23,32,42,.14);
    --accent1:#1478b8;
    --accent2:#173a5e;
    --accent3:#58a9d6;
    --shadow:0 14px 34px rgba(20,39,61,.10);
    --radius:8px;
  }

  body {
    background:#fff;
    line-height:1.75;
    letter-spacing:.015em;
  }

  .wrap { width:min(1180px, calc(100% - 48px)); }
  .section { padding:88px 0; }
  .section::before { display:none; }

  .eyebrow { gap:12px; margin-bottom:12px; }
  .eyebrow::before {
    width:28px;
    height:2px;
    border-radius:0;
    background:var(--accent1);
  }
  .eyebrow small {
    font-size:.78rem;
    letter-spacing:.18em;
    color:var(--accent2);
    font-weight:600;
  }

  .title-jp {
    font-size:clamp(1.75rem, 3vw, 2.9rem);
    line-height:1.35;
    letter-spacing:.02em;
    font-weight:700;
  }
  .title-en {
    font-size:.75rem;
    margin-top:6px;
    letter-spacing:.22em;
  }
  .title-en::after { width:72px; }

  header { background:rgba(255,255,255,.94); border-bottom:1px solid rgba(23,32,42,.08); }
  header.scrolled { box-shadow:0 8px 24px rgba(20,39,61,.08); }
  .header-inner { height:78px; }
  .brand-logo img { height:48px; }
  .brand-text .name { font-size:1rem; }
  .brand-text .sub { font-size:.66rem; }
  nav ul { gap:24px; }
  nav a { font-size:.88rem; letter-spacing:.04em; }
  .cta-btn {
    border-radius:4px;
    padding:12px 20px;
    box-shadow:none;
    background:var(--accent2);
    font-size:.9rem;
  }

  .hero {
    min-height:auto;
    padding:110px 0 64px;
    background:linear-gradient(180deg,#eef3f7 0%,#fff 100%);
  }
  .hero::before,
  .hero::after { display:none; }
  .hero-grid { grid-template-columns:1.25fr .75fr; gap:20px; }
  .hero-slider {
    min-height:580px;
    border-radius:6px;
    box-shadow:var(--shadow);
  }
  .slide-bg { filter:brightness(.68) saturate(.85); }
  .slide-overlay {
    background:linear-gradient(90deg,rgba(8,20,32,.76) 0%,rgba(8,20,32,.28) 60%,rgba(8,20,32,.18) 100%);
  }
  .slide-copy { left:7%; bottom:12%; }
  .slide h2 {
    font-size:clamp(1.9rem,3.8vw,3.7rem);
    line-height:1.35;
    letter-spacing:.02em;
    margin-bottom:12px;
  }
  .slide p { font-size:1rem; }
  .slider-dots button { width:24px; height:2px; border-radius:0; }
  .slider-dots button.active { width:48px; }

  .hero-card {
    border-radius:6px;
    padding:30px;
    box-shadow:none;
    border:1px solid var(--line);
    background:#fff;
  }
  .hero-card .lead { margin-top:14px; }
  .hero-info { margin-top:24px; gap:0; }
  .info-box {
    border-radius:0;
    border:0;
    border-top:1px solid var(--line);
    padding:16px 0;
    background:transparent;
  }

  .two-col { gap:64px; }
  .image-panel { border-radius:4px; box-shadow:none; }
  .image-panel img { min-height:380px; }
  .headline { font-size:1.55rem; margin-bottom:18px; }

  .price-grid,
  .content-grid { gap:16px; margin-top:28px; }
  .price-card,
  .content-card {
    border-radius:4px;
    box-shadow:none;
    background:#fff;
    padding:24px;
    transition:.25s ease;
  }
  .price-card:hover,
  .content-card:hover {
    transform:translateY(-3px);
    box-shadow:var(--shadow);
  }
  .price-card .year { font-size:.8rem; }
  .price-card h3 { font-size:1.08rem; }
  .content-card h3 { font-size:1.02rem; }

  .pdf-link {
    border-radius:2px;
    padding:12px 14px;
    background:#f7f8fa;
  }
  .pdf-icon { width:38px; height:38px; border-radius:2px; }

  .access-grid { gap:18px; }
  .map-card,
  .access-card { border-radius:4px; box-shadow:none; }
  .access-card { padding:30px; }
  .data-list { gap:0; }
  .data-item { padding:15px 0; border-bottom:1px solid var(--line); }

  .banner-grid { gap:14px; }
  .banner {
    border-radius:3px;
    min-height:86px;
    background:#fff;
    padding:20px;
  }
  .banner:hover { box-shadow:var(--shadow); }
  .banner .arrow {
    width:34px;
    height:34px;
    border-radius:2px;
  }

  footer { background:#14283c; border-top:0; color:#dce4eb; }
  .footer-inner { color:#dce4eb; }

  @media (max-width:1080px) {
    .hero-grid { grid-template-columns:1fr; }
    .hero-card { order:0; }
    .hero-slider { min-height:520px; }
  }
  @media (max-width:860px) {
    .wrap { width:min(1180px, calc(100% - 28px)); }
    .section { padding:68px 0; }
    .hero { padding-top:96px; }
    .hero-slider { min-height:460px; }
  }


  /* 組合員名簿 */
  .members-intro { margin-top:16px; color:var(--muted); }
  .members-table-wrap { margin-top:30px; overflow-x:auto; border:1px solid var(--line); background:#fff; box-shadow:var(--shadow); -webkit-overflow-scrolling:touch; }
  .members-table { width:100%; min-width:1050px; table-layout:fixed; border-collapse:separate; border-spacing:0; font-size:.92rem; }
  .members-table th, .members-table td { padding:17px 18px; border-bottom:1px solid var(--line); border-right:1px solid rgba(23,32,42,.08); text-align:left; vertical-align:middle; white-space:normal; overflow-wrap:anywhere; word-break:break-word; }
  .members-table col:nth-child(1) { width:28%; }
  .members-table col:nth-child(2) { width:12%; }
  .members-table col:nth-child(3) { width:32%; }
  .members-table col:nth-child(4) { width:14%; }
  .members-table col:nth-child(5) { width:14%; }
  .members-table th:nth-child(2), .members-table td:nth-child(2),
  .members-table th:nth-child(4), .members-table td:nth-child(4),
  .members-table th:nth-child(5), .members-table td:nth-child(5) { text-align:center; }
  .members-table th:nth-child(2), .members-table td:nth-child(2) { white-space:nowrap; overflow-wrap:normal; word-break:normal; }
  .members-table th:last-child, .members-table td:last-child { border-right:0; }
  .members-table thead th { position:sticky; top:0; z-index:5; background:var(--accent2); color:#fff; font-weight:600; letter-spacing:.06em; box-shadow:0 1px 0 rgba(255,255,255,.08); }
  .members-table tbody tr { transition:background-color .2s ease; }
  .members-table tbody tr:nth-child(even) { background:#f7f9fb; }
  .members-table tbody tr:hover { background:#eaf3f9; }
  .members-table tbody tr:last-child td { border-bottom:0; }
  .members-table .member-name { font-weight:700; color:var(--accent2); }
  .members-table .member-address { }
  .members-table td:nth-child(4), .members-table td:nth-child(5) { white-space:nowrap; overflow-wrap:normal; word-break:normal; }
  .members-table a { color:var(--accent1); font-weight:500; }
  .members-table a:hover { text-decoration:underline; }
  .scroll-guide { display:none; margin-top:12px; color:var(--muted); font-size:.82rem; }
  @media (max-width:860px) {
    .members-table-wrap { margin-left:-14px; margin-right:-14px; border-left:0; border-right:0; box-shadow:none; }
    .members-table thead th { top:0; }
    .members-table th, .members-table td { padding:14px 15px; }
    .scroll-guide { display:block; }
  }


/* navigation-enhancements */
:root { --header-offset: 96px; }
  #about, #price, #access, #members, #links { scroll-margin-top: var(--header-offset); }

  nav a { position:relative; padding:10px 0; }
  nav a::after {
    content:''; position:absolute; left:0; right:0; bottom:2px; height:2px;
    background:var(--accent1); transform:scaleX(0); transform-origin:left; transition:transform .25s ease;
  }
  nav a:hover::after, nav a.active::after { transform:scaleX(1); }
  nav a.active { color:var(--accent1); font-weight:700; }

  .menu-toggle {
    display:none; width:44px; height:44px; border:1px solid rgba(23,32,42,.14); background:#fff;
    border-radius:4px; padding:0; align-items:center; justify-content:center; flex-direction:column; gap:5px; cursor:pointer;
  }
  .menu-toggle span { width:20px; height:2px; background:var(--accent2); transition:transform .25s ease, opacity .25s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity:0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }

  @media (max-width:860px) {
    :root { --header-offset: 88px; }
    .header-inner { position:relative; }
    .cta-btn { display:none; }
    .menu-toggle { display:flex; flex:0 0 auto; }
    #global-nav {
      display:block; position:fixed; top:80px; left:0; right:0; background:rgba(255,255,255,.98);
      border-top:1px solid rgba(23,32,42,.08); border-bottom:1px solid rgba(23,32,42,.12);
      box-shadow:0 16px 30px rgba(20,39,61,.12); transform:translateY(-16px); opacity:0; visibility:hidden;
      pointer-events:none; transition:opacity .25s ease, transform .25s ease, visibility .25s;
    }
    #global-nav.open { transform:translateY(0); opacity:1; visibility:visible; pointer-events:auto; }
    #global-nav ul { display:block; width:min(100% - 32px, 1180px); margin:0 auto; padding:10px 0 14px; }
    #global-nav li { border-bottom:1px solid rgba(23,32,42,.08); }
    #global-nav li:last-child { border-bottom:0; }
    #global-nav a { display:block; padding:15px 4px; font-size:.95rem; }
    #global-nav a::after { bottom:8px; right:auto; width:42px; }
    body.menu-open { overflow:hidden; }
  }


/* HTMLから分離したインラインスタイル */
.slide-bg-01 { background-image:url('../images/image01.jpg'); }
.slide-bg-02 { background-image:url('../images/image02.jpg'); }
.slide-bg-03 { background-image:url('../images/image03.jpg'); }
.access-grid-spacing { margin-top:34px; }
.access-heading { margin-bottom:8px; }
.footer-logo-wrap { display:inline-flex; align-items:center; background:transparent; border-radius:0; padding:0; margin-bottom:12px; border:0; box-shadow:none; }
.footer-logo-image { height:36px; width:auto; display:block; }
