.curve-divider{ position:absolute; left:0; bottom:100%; width:100%; height:12vh; z-index:1; pointer-events:none; display:block; }
  .curve-divider.fill-paper path{ fill:var(--paper); }

  .page-banner{ position:relative; background:var(--brand-light); padding:16vh 8vw 9vh; }
  .breadcrumb{ font-size:.78rem; opacity:.75; display:flex; flex-wrap:wrap; align-items:center; gap:.4em; }
  .breadcrumb a{ color:var(--brand-dark); font-weight:700; }
  .breadcrumb .sep{ opacity:.5; }
  .page-banner .cat{ display:inline-block; margin-top:1.4rem; font-size:.75rem; letter-spacing:.15em; font-weight:700; color:var(--brand-dark); background:#fff; padding:.35rem .9rem; border-radius:99px; }
  .page-banner h1{ margin-top:1.1rem; font-size:clamp(1.5rem,3vw,2.2rem); font-weight:800; line-height:1.7; max-width:36ch; }

  .content-wrap{ position:relative; background:var(--paper); padding:9vh 8vw 3vh; }
  .content-inner{ max-width:960px; margin:0 auto; }

  .service-block{ max-width:960px; margin:0 auto 6vh; display:grid; grid-template-columns:1fr 1fr; gap:3.2rem; align-items:center; }
  .service-block:nth-child(even){ direction:rtl; }
  .service-block:nth-child(even) > *{ direction:ltr; }
  .service-block figure{ margin:0; }
  .service-block img{ width:100%; aspect-ratio:4/3; object-fit:cover; border-radius:16px; box-shadow:0 16px 40px rgba(18,36,28,.1); }
  .service-block h2{ font-size:1.3rem; font-weight:800; color:var(--brand-dark); margin-bottom:1.2rem; padding-bottom:.9rem; border-bottom:2px solid var(--brand-light); display:inline-block; }
  .service-block p{ line-height:2.05; font-size:.95rem; opacity:.88; }

  .lead-block{ max-width:960px; margin:0 auto 5vh; text-align:center; }
  .lead-block h2{ font-size:1.5rem; font-weight:800; margin-bottom:1.2rem; }
  .lead-block p{ line-height:2; font-size:.95rem; opacity:.85; max-width:64ch; margin:0 auto; }

  article.content-body{ max-width:72ch; margin:0 auto; }
  article.content-body p{ line-height:2; margin-bottom:1.6em; font-size:.98rem; }
  article.content-body p.lead{ font-size:1.08rem; opacity:.85; }
  article.content-body h2{ font-size:1.4rem; font-weight:800; margin:2.6em 0 1em; padding-top:.2em; border-top:1px solid rgba(18,36,28,.12); }
  article.content-body h2:first-child{ margin-top:0; border-top:none; padding-top:0; }
  article.content-body h3{ font-size:1.1rem; font-weight:800; margin:1.8em 0 .8em; color:var(--brand-dark); }
  article.content-body ul, article.content-body ol{ margin:0 0 1.6em 1.4em; line-height:1.95; font-size:.98rem; }
  article.content-body li{ margin-bottom:.4em; }
  article.content-body blockquote{ margin:2em 0; padding:1.4em 1.6em; background:var(--brand-light); border-radius:14px; border-left:4px solid var(--brand); font-size:.95rem; line-height:1.9; }
  article.content-body .info-box{ margin:2em 0; padding:1.4em 1.6em; background:#fff; border:1px solid rgba(18,36,28,.12); border-radius:14px; }
  article.content-body .info-box .ttl{ font-weight:800; color:var(--brand-dark); margin-bottom:.6em; font-size:.92rem; }
  article.content-body table{ width:100%; border-collapse:collapse; margin:2em 0; font-size:.88rem; }
  article.content-body table th, article.content-body table td{ padding:.9em 1em; border-bottom:1px solid rgba(18,36,28,.12); text-align:left; vertical-align:top; }
  article.content-body table th{ background:var(--brand-light); color:var(--brand-dark); font-weight:700; white-space:nowrap; width:9em; }
  article.content-body img{ max-width:100%; height:auto; border-radius:14px; margin:1.6em 0; display:block; }
  article.content-body figure{ margin:1.6em 0; }
  article.content-body figcaption{ font-size:.82rem; opacity:.65; text-align:center; margin-top:.6em; }
  article.content-body a{ color:var(--brand-dark); text-decoration:underline; text-decoration-color:var(--brand-light); text-underline-offset:.2em; }
  article.content-body .wp-block-file{ margin:1.6em 0; padding:1.1em 1.4em; background:#fff; border:1px solid rgba(18,36,28,.12); border-radius:14px; display:flex; align-items:center; flex-wrap:wrap; gap:1em; }
  article.content-body .wp-block-file a{ text-decoration:none; }
  article.content-body .wp-block-file__button{ display:inline-block; background:var(--brand); color:#fff !important; padding:.55em 1.4em; border-radius:99px; font-weight:700; font-size:.85rem; transition:background .2s ease; }
  article.content-body .wp-block-file__button:hover{ background:var(--brand-dark); }

  /* feature / merit cards */
  .feature-grid{ max-width:960px; margin:0 auto 6vh; display:grid; grid-template-columns:repeat(2,1fr); gap:1.4rem; }
  .feature-card{ background:#fff; border-radius:16px; padding:1.8rem; box-shadow:0 10px 30px rgba(18,36,28,.06); display:flex; gap:1.2rem; align-items:flex-start; }
  .feature-card .num{ font-size:1.4rem; font-weight:800; color:var(--brand-light); flex-shrink:0; }
  .feature-card h3{ font-size:1rem; font-weight:800; margin-bottom:.5rem; }
  .feature-card p{ font-size:.85rem; opacity:.75; line-height:1.8; }

  /* service type cards (3 up) */
  .type-grid{ max-width:960px; margin:0 auto 6vh; display:grid; grid-template-columns:repeat(3,1fr); gap:1.4rem; }
  .type-card{ background:#fff; border-radius:16px; padding:1.8rem; box-shadow:0 10px 30px rgba(18,36,28,.06); border-top:4px solid var(--brand); }
  .type-card h3{ font-size:1.02rem; font-weight:800; margin-bottom:.8rem; color:var(--brand-dark); }
  .type-card p{ font-size:.85rem; line-height:1.85; opacity:.8; }

  /* job listing cards */
  .job-list{ max-width:960px; margin:0 auto 6vh; display:flex; flex-direction:column; gap:1rem; }
  .job-card{ background:#fff; border-radius:14px; padding:1.4rem 1.8rem; box-shadow:0 8px 24px rgba(18,36,28,.06); display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:1rem; }
  .job-card .tag{ font-size:.72rem; font-weight:700; color:var(--brand-dark); background:var(--brand-light); padding:.3rem .8rem; border-radius:99px; }
  .job-card h3{ font-size:.98rem; margin-top:.5rem; }
  .job-card .place{ font-size:.82rem; opacity:.65; margin-top:.3rem; }
  .job-card .time{ font-size:.8rem; opacity:.6; text-align:right; }

  .simple-list{ max-width:960px; margin:0 auto 6vh; }
  .simple-list ul{ list-style:none; display:grid; grid-template-columns:repeat(3,1fr); gap:.8rem; }
  .simple-list li{ background:#fff; border-radius:12px; padding:1rem 1.2rem; font-size:.88rem; box-shadow:0 6px 18px rgba(18,36,28,.05); display:flex; justify-content:space-between; align-items:center; }
  .simple-list li .status{ font-size:.7rem; color:var(--brand-dark); background:var(--brand-light); padding:.2rem .6rem; border-radius:99px; font-weight:700; }

  .notice-box{ max-width:960px; margin:0 auto 6vh; background:#fff; border-radius:16px; padding:2rem 2.4rem; box-shadow:0 10px 30px rgba(18,36,28,.06); }
  .notice-box ul{ list-style:none; display:flex; flex-direction:column; gap:.9rem; font-size:.92rem; line-height:1.8; }
  .notice-box li{ padding-bottom:.9rem; border-bottom:1px dashed rgba(18,36,28,.14); }
  .notice-box li:last-child{ border-bottom:none; padding-bottom:0; }

  .philosophy-block{ max-width:960px; margin:0 auto 6vh; }
  .philosophy-block h2{ font-size:1.2rem; font-weight:800; color:var(--brand-dark); margin-bottom:1.1rem; }
  .philosophy-block p{ line-height:2.1; font-size:.98rem; margin-bottom:1.6rem; }
  .philosophy-block ol{ margin-left:1.4rem; line-height:2.1; font-size:.95rem; }
  .philosophy-block ol li{ margin-bottom:.5rem; }

  .profile-table{ max-width:960px; margin:0 auto 6vh; background:#fff; border-radius:16px; overflow:hidden; box-shadow:0 10px 30px rgba(18,36,28,.06); }
  .profile-table table{ width:100%; border-collapse:collapse; font-size:.9rem; }
  .profile-table th, .profile-table td{ padding:1.1em 1.6em; border-bottom:1px solid rgba(18,36,28,.08); text-align:left; }
  .profile-table tr:last-child th, .profile-table tr:last-child td{ border-bottom:none; }
  .profile-table th{ background:var(--brand-light); color:var(--brand-dark); font-weight:700; width:10em; white-space:nowrap; }

  .locations-block{ max-width:960px; margin:0 auto 6vh; }
  .locations-block h2{ font-size:1.2rem; font-weight:800; color:var(--brand-dark); margin-bottom:1.4rem; }
  .locations-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:1rem; }
  .loc-card{ background:#fff; border-radius:12px; padding:1.2rem 1.4rem; font-size:.85rem; box-shadow:0 6px 18px rgba(18,36,28,.05); }
  .loc-card .name{ font-weight:800; margin-bottom:.4rem; }
  .loc-card .addr{ opacity:.7; line-height:1.7; }

  .contact-box{ max-width:960px; margin:2vh auto 0; background:#fff; border-radius:16px; padding:2.4rem 2.6rem; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:1.4rem; box-shadow:0 10px 30px rgba(18,36,28,.06); }
  .contact-box .ttl{ font-weight:800; font-size:1.05rem; }
  .contact-box .sub{ font-size:.85rem; opacity:.7; margin-top:.4rem; }
  .contact-box .info{ text-align:right; font-size:.88rem; line-height:1.8; }
  .contact-box .tel{ font-size:1.3rem; font-weight:800; color:var(--brand-dark); }

  .related{ background:#fff; padding:8vh 8vw; position:relative; }
  .related .sec-head{ display:flex; align-items:baseline; gap:1rem; margin-bottom:2.4rem; }
  .related .sec-head .en{ font-size:.75rem; letter-spacing:.2em; color:var(--brand); font-weight:700; }
  .related .sec-head h2{ font-size:1.3rem; font-weight:800; }
  .card-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:1.6rem; }
  .card{ background:var(--paper); border-radius:14px; overflow:hidden; box-shadow:0 10px 30px rgba(18,36,28,.06); }
  .card img{ width:100%; aspect-ratio:4/3; object-fit:cover; filter:grayscale(.15) saturate(1.05); }
  .card .body{ padding:1.2rem 1.2rem 1.5rem; }
  .card h3{ font-size:.98rem; line-height:1.6; }
  .card p{ font-size:.82rem; opacity:.7; margin-top:.4rem; line-height:1.7; }

  footer{ position:relative; z-index:2; background:var(--ink); color:rgba(255,255,255,.7); padding:5vh 8vw; font-size:.82rem; display:flex; justify-content:space-between; flex-wrap:wrap; gap:1rem; }

  /* ---- Contact Form 7 styling (お問い合わせ / エントリーフォーム) ---- */
  .form-block{ max-width:720px; margin:0 auto; }
  .wpcf7-form p{ margin-bottom:1.7rem; }
  .wpcf7-form label{ display:block; font-weight:700; font-size:.9rem; margin-bottom:.6rem; }
  .wpcf7-form .req, .wpcf7-form .opt{ display:inline-block; margin-left:.6em; font-size:.68rem; font-weight:700; padding:.15rem .55rem; border-radius:99px; vertical-align:middle; }
  .wpcf7-form .req{ color:#fff; background:var(--brand); }
  .wpcf7-form .opt{ color:var(--brand-dark); background:var(--brand-light); }
  .wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form input[type=number], .wpcf7-form select, .wpcf7-form textarea{ width:100%; padding:.85rem 1rem; border:1px solid rgba(18,36,28,.15); border-radius:10px; font-size:.95rem; font-family:inherit; background:#fff; }
  .wpcf7-form textarea{ min-height:9rem; resize:vertical; }
  .wpcf7-form input:focus, .wpcf7-form select:focus, .wpcf7-form textarea:focus{ outline:2px solid var(--brand-light); border-color:var(--brand); }
  .wpcf7-form input[type=radio], .wpcf7-form input[type=checkbox]{ margin-right:.4em; }
  .wpcf7-form .wpcf7-radio, .wpcf7-form .wpcf7-checkbox{ display:flex; gap:1.4rem; flex-wrap:wrap; }
  .wpcf7-form .wpcf7-list-item{ margin:0; }
  .wpcf7-form-control-wrap{ display:block; }
  .wpcf7-not-valid-tip{ color:#c0392b; font-size:.8rem; margin-top:.4rem; display:block; }
  .wpcf7-response-output{ margin-top:1.6rem !important; padding:1rem 1.4rem !important; border-radius:12px; font-size:.9rem; }
  .wpcf7-form.sent .wpcf7-response-output{ border-color:var(--brand) !important; color:var(--brand-dark); background:var(--brand-light); }
  .wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.unaccepted .wpcf7-response-output{ border-color:#c0392b !important; color:#c0392b; background:#fdecea; }
  .form-actions{ text-align:center; margin-top:2.4rem; }
  .form-actions .btn{ display:inline-block; background:var(--brand); color:#fff; padding:1rem 3rem; border-radius:99px; font-weight:700; font-size:.95rem; transition:transform .25s ease, background .25s ease; }
  .form-actions .btn:hover{ transform:translateY(-2px); background:var(--brand-dark); }
  .wpcf7-form input.wpcf7-submit{ display:inline-block; background:var(--brand); color:#fff; border:none; padding:1rem 3rem; border-radius:99px; font-weight:700; font-size:.95rem; cursor:pointer; transition:transform .25s ease, background .25s ease; margin-top:1rem; }
  .wpcf7-form input.wpcf7-submit:hover{ transform:translateY(-2px); background:var(--brand-dark); }
  .form-actions .wpcf7-submit{ margin-top:0; }

  @media(max-width:900px){
    .logo-link{ height:44px; }
    .logo{ height:44px; }
    .card-grid{ grid-template-columns:1fr; }
    .service-block{ grid-template-columns:1fr; }
    .service-block:nth-child(even){ direction:ltr; }
    .feature-grid, .type-grid{ grid-template-columns:1fr; }
    .simple-list ul{ grid-template-columns:1fr; }
    .locations-grid{ grid-template-columns:1fr; }
    .contact-box{ flex-direction:column; align-items:flex-start; }
    .contact-box .info{ text-align:left; }
  }

  /* ---- サテライトページ専用(通常のヘッダー/フッターは使わず、この見た目で完結します) ---- */
  .satellite-header{ background:var(--ink); padding:1.1rem 6vw; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:.9rem; }
  .satellite-header .logo-wrap{ display:flex; align-items:center; }
  .satellite-header .logo{ height:42px; width:auto; }
  .satellite-header .site-name{ color:#fff; font-size:.85rem; font-weight:700; opacity:.85; margin-left:.8rem; }
  .satellite-header .official-link{ display:inline-block; background:var(--brand); color:#fff; padding:.6rem 1.4rem; border-radius:99px; font-size:.78rem; font-weight:700; white-space:nowrap; transition:background .2s ease, transform .2s ease; }
  .satellite-header .official-link:hover{ background:var(--brand-dark); transform:translateY(-2px); }

  .satellite-hero{ background:linear-gradient(160deg, var(--brand-dark), var(--ink)); color:#fff; padding:9vh 6vw 8vh; text-align:center; }
  .satellite-hero h1{ font-size:clamp(1.6rem,4.4vw,2.6rem); font-weight:800; line-height:1.6; max-width:24ch; margin:0 auto 2rem; }
  .satellite-hero .btn{ display:inline-block; background:#fff; color:var(--brand-dark); padding:1rem 2.6rem; border-radius:99px; font-weight:700; font-size:.92rem; transition:transform .2s ease; }
  .satellite-hero .btn:hover{ transform:translateY(-3px); }

  .satellite-content{ max-width:800px; margin:0 auto; padding:8vh 6vw; }
  .satellite-content h2{ font-size:1.4rem; font-weight:800; color:var(--brand-dark); margin:2em 0 1em; }
  .satellite-content h2:first-child{ margin-top:0; }
  .satellite-content h3{ font-size:1.1rem; font-weight:800; margin:1.6em 0 .8em; }
  .satellite-content p{ line-height:2; margin-bottom:1.4em; font-size:.98rem; }
  .satellite-content ul, .satellite-content ol{ margin:0 0 1.4em 1.4em; line-height:1.95; }
  .satellite-content img{ border-radius:14px; margin:1.6em 0; }
  .satellite-content .wp-block-button__link, .satellite-content a.btn{ display:inline-block; background:var(--brand); color:#fff; padding:.9rem 2.2rem; border-radius:99px; font-weight:700; font-size:.9rem; transition:transform .2s ease, background .2s ease; }
  .satellite-content .wp-block-button__link:hover, .satellite-content a.btn:hover{ transform:translateY(-2px); background:var(--brand-dark); }

  .cta-band{ background:var(--brand-light); padding:7vh 6vw; text-align:center; }
  .cta-band h2{ font-size:1.25rem; font-weight:800; color:var(--brand-dark); margin-bottom:1rem; }
  .cta-band p{ max-width:52ch; margin:0 auto 2rem; font-size:.92rem; opacity:.85; }
  .cta-band .btn-solid{ display:inline-block; background:var(--brand); color:#fff; padding:1rem 2.6rem; border-radius:99px; font-weight:700; font-size:.92rem; transition:transform .2s ease, background .2s ease; }
  .cta-band .btn-solid:hover{ transform:translateY(-3px); background:var(--brand-dark); }

  .satellite-footer{ background:var(--ink); color:rgba(255,255,255,.65); padding:5vh 6vw; font-size:.8rem; text-align:center; }
  .satellite-footer .foot-links{ margin-top:1rem; }
  .satellite-footer .foot-links a{ color:var(--brand-light); font-weight:700; margin:0 .8rem; }

  @media(max-width:760px){
    .satellite-header{ flex-direction:column; text-align:center; }
  }

  /* ---- お知らせ一覧・記事詳細 ---- */
  .page-banner .meta-date{ display:inline-block; margin-top:1.4rem; margin-left:.8rem; font-size:.82rem; opacity:.65; }
  .news-list-page{ border-top:1px solid rgba(18,36,28,.12); }
  .news-list-page .news-item{ display:flex; gap:2rem; padding:1.4rem 0; border-bottom:1px solid rgba(18,36,28,.12); font-size:.9rem; transition:opacity .2s ease; }
  .news-list-page .news-item:hover{ opacity:.65; }
  .news-list-page .news-item .date{ color:var(--brand); font-weight:700; white-space:nowrap; }
  .news-list-page .news-item .tag{ background:var(--brand-light); color:var(--brand-dark); font-size:.7rem; padding:.2rem .6rem; border-radius:99px; height:fit-content; }
  .news-pagination{ display:flex; justify-content:center; flex-wrap:wrap; gap:.5rem; margin-top:2.6rem; }
  .news-pagination .page-numbers{ display:inline-flex; align-items:center; justify-content:center; min-width:2.4rem; height:2.4rem; padding:0 .8rem; border-radius:99px; background:#fff; font-size:.85rem; font-weight:700; color:var(--ink); box-shadow:0 4px 14px rgba(18,36,28,.06); }
  .news-pagination .page-numbers.current{ background:var(--brand); color:#fff; }
  .news-pagination .page-numbers:hover:not(.current){ background:var(--brand-light); }
  .news-back{ max-width:960px; margin:3rem auto 0; }
  .news-back a{ font-size:.88rem; font-weight:700; color:var(--brand-dark); }
  .news-back a:hover{ opacity:.7; }
