/*
Theme Name: 職業BANK リニューアル
Theme URI: https://shokugyo-bank.jp/
Author: 職業BANK株式会社
Description: 広告・求人POST掲載者向け公式サイトテーマ
Version: 0.1.0
Text Domain: shokugyo-bank-renewal
*/

:root {
  --navy: #082b66;
  --navy-deep: #041b43;
  --green: #287e37;
  --green-dark: #19652a;
  --line: #007a3d;
  --orange: #ff972f;
  --yellow: #ffd642;
  --red: #c91f29;
  --ink: #16233a;
  --muted: #5a6677;
  --line-soft: #d9e2ec;
  --wash: #f3f8fc;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 14px 36px rgba(8, 43, 102, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Noto Sans JP", system-ui, sans-serif; font-size: 17px; line-height: 1.75; line-break: strict; overflow-wrap: break-word; }
h1, h2, h3, p, li { text-wrap: pretty; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.sbr-product-name { display: inline-block; white-space: nowrap; }
button, input, textarea, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 999; background: var(--white); padding: 10px 16px; }
.skip-link:focus { top: 10px; }

.topline { color: var(--white); background: var(--navy-deep); font-size: 14px; }
.topline .shell { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topline a { text-decoration: none; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line-soft); backdrop-filter: blur(12px); }
.header-main { min-height: 86px; display: flex; align-items: center; gap: 24px; }
.brand { flex: 0 0 285px; display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-symbol { width: 54px; flex: 0 0 54px; }
.brand-wordmark { width: 218px; }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: 20px; margin-left: auto; }
.desktop-nav a { color: var(--navy); text-decoration: none; font-size: 14px; font-weight: 800; white-space: nowrap; }
.desktop-nav a:hover { color: var(--green-dark); }
.header-line { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border-radius: 999px; color: var(--white); background: var(--line); text-decoration: none; font-weight: 900; white-space: nowrap; box-shadow: 0 8px 18px rgba(6,199,85,.23); }
.menu-toggle { display: none; align-items: center; gap: 9px; min-height: 44px; padding: 7px 11px 7px 13px; border: 2px solid var(--navy); border-radius: 10px; color: var(--navy); background: var(--white); font-size: 14px; font-weight: 900; line-height: 1; }
.menu-toggle:hover, .menu-toggle:focus-visible, .menu-toggle[aria-expanded="true"] { color: var(--white); background: var(--navy); }
.hamburger { display: grid; gap: 4px; width: 22px; }
.hamburger span { display: block; width: 100%; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] .hamburger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .hamburger span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .hamburger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { padding: 14px 20px 24px; border-top: 1px solid var(--line-soft); background: var(--white); }
.mobile-menu a { display: block; padding: 12px 4px; border-bottom: 1px solid var(--line-soft); color: var(--navy); text-decoration: none; font-weight: 800; }
.mobile-menu .mobile-line { color: var(--white); background: var(--line); border: 0; border-radius: 12px; padding-inline: 14px; }

.page-grid { display: grid; grid-template-columns: minmax(0, 1fr) 210px; gap: 34px; padding-block: 34px 90px; align-items: start; }
.service-sidebar { grid-column: 2; grid-row: 1; }
.page-main { grid-column: 1; grid-row: 1; }
.sidebar-label { margin: 0 0 12px; color: var(--navy); font-size: 13px; font-weight: 900; letter-spacing: .09em; }
.service-sidebar .service-banner { display: block; margin-bottom: 15px; border: 1px solid var(--line-soft); background: var(--white); box-shadow: 0 7px 18px rgba(8,43,102,.08); overflow: hidden; }
.sidebar-free-content { min-width: 0; margin: 0 0 18px; overflow-wrap: anywhere; }
.sidebar-free-content-after { margin: 18px 0 0; }
.sidebar-free-content > :first-child { margin-top: 0; }
.sidebar-free-content > :last-child { margin-bottom: 0; }
.sidebar-free-content img { max-width: 100%; height: auto; }
.page-main { min-width: 0; }

.hero { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.18fr .82fr; min-height: 440px; border-radius: 28px; color: var(--white); background: linear-gradient(130deg, var(--navy-deep), var(--navy) 62%, #125398); box-shadow: var(--shadow); }
.hero::after { content: ""; position: absolute; width: 360px; height: 360px; right: -100px; top: -140px; border: 70px solid rgba(72,169,54,.42); border-radius: 50%; }
.hero-copy { position: relative; z-index: 2; padding: 46px 36px 38px; }
.eyebrow { margin: 0 0 14px; color: var(--yellow); font-size: 15px; font-weight: 900; letter-spacing: .06em; }
.hero h1 { margin: 0; font-family: "M PLUS Rounded 1c", sans-serif; font-size: clamp(32px, 3.9vw, 48px); line-height: 1.2; letter-spacing: .01em; }
.hero-title-product { display: block; margin-top: 14px; }
.post-product-logo { display: block; width: min(100%,460px); height: auto; object-fit: contain; }
.post-product-logo-hero { width: min(100%,430px); padding: 10px 14px; border-radius: 12px; background: rgba(255,255,255,.96); }
.post-product-logo-page { width: min(100%,460px); margin-bottom: 20px; }
.hero-lead { max-width: 620px; margin: 16px 0 0; font-size: 18px; font-weight: 700; }
.edition-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.edition-chips span { padding: 5px 11px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; background: rgba(255,255,255,.1); font-size: 14px; font-weight: 800; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 23px; border-radius: 999px; text-decoration: none; font-weight: 900; }
.button-line { color: var(--white); background: var(--line); box-shadow: 0 10px 22px rgba(0,0,0,.18); }
.button-light { color: var(--navy); background: var(--white); }
.hero-note { margin: 12px 0 0; color: #dce9fb; font-size: 14px; }
.hero-visual { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: center; padding: 50px 28px 0 0; }
.cover-frame { width: min(315px, 92%); padding: 12px; background: var(--white); box-shadow: 0 24px 44px rgba(0,0,0,.3); transform: rotate(2deg); }

.next-issue { position: relative; z-index: 4; margin: -32px 26px 0; padding: 24px 26px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.next-issue-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.next-issue h2 { margin: 0; color: var(--navy); font-size: 25px; line-height: 1.35; }
.issue-date { color: var(--red); font-family: "M PLUS Rounded 1c", sans-serif; font-size: 26px; font-weight: 900; }
.schedule-link { color: var(--navy); font-weight: 800; }
.deadline-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.deadline-card { padding: 16px 18px; border-radius: 14px; background: var(--wash); }
.deadline-card.is-kirishima { border-left: 6px solid var(--orange); }
.deadline-card.is-kanoya { border-left: 6px solid #398cf0; }
.deadline-grid.is-single { grid-template-columns: 1fr; }
.deadline-card strong { display: block; color: var(--navy); }
.deadline-card span { color: var(--muted); font-size: 15px; }

.section { padding: 72px 0 0; }
.section-kicker { margin: 0 0 8px; color: var(--green-dark); font-weight: 900; }
.section h2 { margin: 0 0 12px; color: var(--navy); font-family: "M PLUS Rounded 1c", sans-serif; font-size: clamp(29px, 4vw, 44px); line-height: 1.35; }
.section-intro { max-width: 720px; margin: 0; color: var(--muted); }
.edition-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 28px; }
.edition-card.sbr-dynamic-edition { border-top: 7px solid var(--edition-color); }
.edition-card.sbr-dynamic-edition .edition-badge { color: #000; background: var(--edition-color); }
.edition-card.sbr-dynamic-edition h3, .edition-card.sbr-dynamic-edition a { color: var(--edition-accent); }
.edition-card { padding: 28px; border: 1px solid var(--line-soft); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 24px rgba(8,43,102,.08); }
.edition-card.primary { border-top: 7px solid var(--orange); }
.edition-card.secondary { border-top: 7px solid var(--green); }
.edition-card h3 { margin: 0 0 8px; color: var(--navy); font-size: 24px; }
.price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 3px 10px; margin: 12px 0; color: var(--red); font-weight: 900; line-height: 1.35; }
.price span { font-size: 21px; white-space: nowrap; }
.price strong { font-size: clamp(25px, 2.5vw, 31px); white-space: nowrap; }
.price small { font-size: .52em; font-weight: 700; }
.edition-card a { color: var(--navy); font-weight: 900; }
.button-navy { color: var(--white); background: var(--navy); }
.easy-entry { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: center; padding: 38px; margin-top: 72px; border-radius: 24px; background: #eaf8ee; }
.easy-entry .section-kicker { margin-top: 0; }
.easy-entry h2 { font-size: clamp(28px, 3.6vw, 42px); }
.photo-steps, .publish-flow { list-style: none; margin: 0; padding: 0; }
.photo-steps { display: grid; gap: 10px; }
.photo-steps li { display: flex; align-items: center; gap: 14px; padding: 14px; border-radius: 14px; background: var(--white); }
.photo-steps b, .publish-flow b { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; color: var(--white); background: var(--green-dark); }
.photo-steps strong, .photo-steps span { display: block; }
.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.reason-grid article { padding: 25px; border-radius: var(--radius); background: var(--wash); }
.reason-grid article > span { color: var(--green-dark); font-weight: 900; }
.reason-grid h3 { margin: 7px 0; color: var(--navy); font-size: 21px; }
.reason-grid p { margin: 0; color: var(--muted); font-size: 15px; }
.latest-preview { display: grid; grid-template-columns: 260px 1fr; gap: 42px; align-items: center; }
.latest-image { padding: 10px; background: var(--white); box-shadow: var(--shadow); transform: rotate(-1.5deg); }
.stack-links { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 24px; }
.stack-links > a:last-child, .text-link { color: var(--navy); font-weight: 900; }
.media-link { padding: 44px; margin-top: 72px; border-radius: 24px; color: var(--white); background: var(--navy); }
.media-link .section-kicker { color: var(--yellow); }
.media-link h2 { color: var(--white); }
.media-link .section-intro { color: #dbe8fb; }
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 26px; }
.media-grid div { padding: 19px; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; background: rgba(255,255,255,.08); }
.media-grid strong, .media-grid span { display: block; }
.media-grid span { color: #dbe8fb; font-size: 14px; }
.publish-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 28px 0 20px; }
.publish-flow li { position: relative; padding: 22px 16px; border: 1px solid var(--line-soft); border-radius: 14px; }
.publish-flow b { margin-bottom: 14px; background: var(--navy); }
.publish-flow strong, .publish-flow span { display: block; }
.publish-flow span { font-size: 14px; color: var(--muted); }
.video-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 36px; align-items: center; }
.video-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border-radius: var(--radius); background: var(--navy-deep); box-shadow: var(--shadow); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.youtube-facade { position: absolute; inset: 0; display: block; width: 100%; height: 100%; padding: 0; border: 0; cursor: pointer; background: var(--navy-deep); }
.youtube-facade img { display: block; width: 100%; height: 100%; object-fit: cover; }
.youtube-facade span { position: absolute; top: 50%; left: 50%; width: 68px; height: 48px; border-radius: 13px; background: #f03; transform: translate(-50%, -50%); }
.youtube-facade span::after { content: ""; position: absolute; top: 50%; left: 52%; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 17px solid #fff; transform: translate(-50%, -50%); }
.youtube-facade:focus-visible { outline: 4px solid #f4c94f; outline-offset: -4px; }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.small-link { color: var(--muted); font-size: 14px; font-weight: 700; }
.news-list { margin-top: 20px; border-top: 1px solid var(--line-soft); }
.news-list a { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 16px 2px; border-bottom: 1px solid var(--line-soft); text-decoration: none; }
.news-list time { color: var(--green-dark); font-weight: 800; }
.empty-news { padding: 20px 0; color: var(--muted); }
.final-cta { margin-top: 76px; padding: 50px 38px; border-radius: 26px; color: var(--white); text-align: center; background: linear-gradient(130deg, var(--navy-deep), var(--navy)); }
.final-cta p { margin: 0; color: var(--yellow); font-weight: 900; }
.final-cta h2 { margin: 8px 0 0; font-size: clamp(29px, 4vw, 44px); }
.final-cta .hero-actions { justify-content: center; }
.inner-page { padding-top: 6px; }
.breadcrumbs { display: flex; gap: 9px; align-items: center; margin: 0 0 30px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { color: var(--navy); }
.page-heading { padding: 34px 38px; border-radius: 22px; background: var(--wash); }
.page-heading h1 { margin: 0; color: var(--navy); font-family: "M PLUS Rounded 1c", sans-serif; font-size: clamp(34px, 5vw, 52px); line-height: 1.3; }
.page-heading p:last-child { max-width: 720px; margin: 14px 0 0; color: var(--muted); }
.price-edition { margin-top: 44px; padding: 36px; border: 1px solid var(--line-soft); border-radius: 22px; box-shadow: 0 9px 28px rgba(8,43,102,.07); }
.edition-summary-section, .common-price-tables { position: relative; margin-top: 44px; }
.edition-summary-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.edition-summary-card { padding: 28px; border: 1px solid var(--line-soft); border-top: 7px solid var(--edition-color); border-radius: 20px; background: #fff; box-shadow: 0 9px 28px rgba(8,43,102,.07); }
.edition-summary-card h3 { margin: 12px 0 6px; color: var(--edition-accent); font-size: 25px; }
.common-price-table-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 24px; }
.common-price-table { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line-soft); border-radius: 18px; background: #fff; box-shadow: 0 8px 22px rgba(8,43,102,.08); }
.price-table-open { display: flex; flex: 1; flex-direction: column; width: 100%; padding: 0; border: 0; color: inherit; background: transparent; text-align: left; cursor: zoom-in; }
.price-table-thumb { display: grid; flex: 0 0 250px; place-items: center; height: 250px; min-height: 250px; overflow: hidden; padding: 14px; background: #edf2f6; }
.price-table-thumb img { width: 100%; height: 100%; max-height: 100%; object-fit: contain; }
.price-table-copy { display: flex; flex: 1; flex-direction: column; gap: 7px; padding: 18px; }
.price-table-copy strong { color: var(--navy); font-size: 20px; }
.price-table-copy small { color: var(--muted); font-size: 14px; }
.price-table-copy b { margin-top: auto; padding-top: 12px; color: var(--green); font-size: 14px; }
.price-table-pdf { display: grid; place-items: center; min-height: 48px; padding: 8px 12px; color: #fff; background: var(--navy); text-align: center; text-decoration: none; font-weight: 900; }
.price-modal { width: min(94vw,1200px); max-width: none; height: min(92vh,1000px); max-height: 92vh; padding: 0; border: 0; border-radius: 18px; overflow: hidden; }
.price-modal::backdrop { background: rgba(4,20,45,.82); }
.price-modal-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 14px 20px; color: #fff; background: var(--navy); }
.price-modal-head h2 { margin: 0; font-size: 21px; }
.price-modal-close { position: relative; display: grid; flex: 0 0 42px; place-items: center; width: 42px; height: 42px; padding: 0; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.16); box-shadow: none; font-size: 0; line-height: 1; appearance: none; cursor: pointer; }
.price-modal-close::before, .price-modal-close::after { content: ""; position: absolute; left: 50%; top: 50%; width: 21px; height: 2px; border-radius: 2px; background: currentColor; transform-origin: center; }
.price-modal-close::before { transform: translate(-50%,-50%) rotate(45deg); }
.price-modal-close::after { transform: translate(-50%,-50%) rotate(-45deg); }
.price-modal-close:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.price-modal-body { display: grid; grid-template-columns: 48px minmax(0,1fr) 48px; align-items: center; height: calc(100% - 70px); min-height: 0; padding: 12px; background: #eef3f7; }
.price-modal-body img { display: block; width: 100%; height: 100%; min-height: 0; max-width: 100%; max-height: 100%; margin: auto; object-fit: contain; }
.price-modal-nav { height: 70px; border: 0; border-radius: 8px; color: #fff; background: rgba(8,43,102,.85); font-size: 40px; cursor: pointer; }
body.has-price-modal { overflow: hidden; }
.price-kirishima { border-top: 8px solid var(--orange); }
.price-kanoya { border-top: 8px solid var(--green); }
.sbr-dynamic-price { border-top: 8px solid var(--edition-color); }
.sbr-dynamic-price .edition-badge { color: #000; background: var(--edition-color); }
.campaign-free-area { position: relative; margin-top: 48px; padding: 28px; border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
.campaign-body { max-width: 100%; overflow-x: auto; }
.campaign-body > :first-child { margin-top: 0; }
.campaign-body > :last-child { margin-bottom: 0; }
.campaign-body h3, .campaign-body h4, .campaign-body h5 { color: var(--navy); }
.campaign-body img, .campaign-body video, .campaign-body iframe, .campaign-body .wp-video { max-width: 100%; height: auto; }
.campaign-body iframe { width: 100%; aspect-ratio: 16 / 9; }
.campaign-body table { width: 100%; min-width: 560px; border-collapse: collapse; }
.campaign-body th, .campaign-body td { padding: 10px 12px; border: 1px solid #ccd5df; text-align: left; }
.campaign-body th { color: var(--navy); background: #eef4f7; }
.price-edition-head { display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.price-edition-head h2 { margin: 8px 0 0; color: var(--navy); font-size: 30px; }
.edition-badge { display: inline-flex; padding: 3px 10px; border-radius: 999px; color: var(--white); background: var(--navy); font-size: 13px; font-weight: 900; }
.price-large { margin: 0; color: var(--red); text-align: right; line-height: 1.25; }
.price-large span, .price-large strong { display: block; white-space: nowrap; }
.price-large span { font-size: 15px; }
.price-large strong { font-size: clamp(30px, 4vw, 43px); }
.price-large small { font-size: .52em; }
.price-edition h3 { margin: 30px 0 12px; color: var(--navy); }
.notice-box { padding: 15px 18px; border-left: 5px solid var(--yellow); background: #fff9dc; }
.section-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 24px; }
.kanoya-grid { display: grid; grid-template-columns: 1fr 300px; gap: 34px; align-items: start; }
.check-list { padding-left: 1.25em; }
.check-list li { margin: 7px 0; }
.flyer-preview { display: block; color: var(--navy); text-align: center; font-size: 14px; font-weight: 900; }
.flyer-preview img { margin-bottom: 8px; border: 1px solid var(--line-soft); box-shadow: var(--shadow); }
.web-campaign { margin-top: 44px; padding: 34px; border-radius: 22px; background: #eaf8ee; }
.web-campaign h2 { margin: 0; color: var(--navy); font-size: 32px; }
.web-campaign a { color: var(--navy); font-weight: 900; }
.price-faq { margin-top: 58px; }
.price-faq h2 { margin: 0; color: var(--navy); font-size: clamp(28px, 4vw, 38px); }
.faq-list { margin-top: 22px; border-top: 1px solid var(--line-soft); }
.faq-list details { border-bottom: 1px solid var(--line-soft); background: var(--white); }
.faq-list summary { position: relative; padding: 20px 48px 20px 48px; color: var(--navy); font-weight: 900; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before { content: "Q"; position: absolute; left: 14px; top: 18px; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; color: var(--white); background: var(--green-dark); font-size: 14px; }
.faq-list summary::after { content: "+"; position: absolute; right: 16px; top: 13px; color: var(--green-dark); font-size: 30px; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 48px 21px; color: var(--muted); }
.upcoming-panel { margin-top: 42px; overflow: hidden; border-radius: 22px; box-shadow: var(--shadow); }
.upcoming-date { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 28px; color: var(--white); background: var(--navy); }
.upcoming-date span { color: var(--yellow); font-weight: 900; }
.upcoming-date strong { font-size: clamp(24px, 4vw, 38px); white-space: nowrap; }
.upcoming-editions { display: grid; grid-template-columns: 1fr 1fr; }
.upcoming-editions article { padding: 28px; background: var(--white); }
.upcoming-editions article + article { border-left: 1px solid var(--line-soft); }
.upcoming-editions h2 { margin: 9px 0 16px; color: var(--navy); font-size: 22px; }
.upcoming-editions dl { margin: 0; }
.upcoming-editions dl div { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; border-top: 1px solid var(--line-soft); }
.upcoming-editions dt { color: var(--muted); }
.upcoming-editions dd { margin: 0; color: var(--navy); font-weight: 900; white-space: nowrap; }
.schedule-calendar-section { margin-top: 58px; }
.calendar-nav { display: grid; grid-template-columns: 46px 1fr 46px; align-items: center; gap: 10px; }
.calendar-nav h2 { margin: 0; color: var(--navy); text-align: center; font-size: 28px; }
.calendar-nav button { width: 44px; height: 44px; border: 1px solid var(--line-soft); border-radius: 50%; color: var(--navy); background: var(--white); font-size: 30px; }
.calendar-wrap { margin-top: 16px; overflow-x: auto; }
.schedule-calendar { width: 100%; min-width: 650px; table-layout: fixed; border-collapse: collapse; }
.schedule-calendar th, .schedule-calendar td { height: 66px; padding: 7px 9px; border: 1px solid #cdd7e2; text-align: right; vertical-align: top; }
.schedule-calendar th { height: auto; padding: 7px; text-align: center; background: var(--wash); }
.schedule-calendar .sun { color: var(--red); }
.schedule-calendar .sat { color: #135bc5; }
.schedule-calendar .outside { color: #9aa6b2; background: #f7f8fa; }
.schedule-calendar .issue-day { color: var(--white); background: #f43137; font-weight: 900; }
.schedule-calendar .deadline-kirishima { color: var(--white); background: var(--orange); font-weight: 900; }
.schedule-calendar .deadline-kanoya { color: var(--white); background: #448fe9; font-weight: 900; }
.calendar-legend { display: grid; gap: 8px; padding: 0; margin: 18px 0 0; list-style: none; font-size: 14px; }
.calendar-legend li { display: flex; align-items: center; gap: 9px; }
.calendar-legend i { width: 18px; height: 18px; border-radius: 3px; }
.legend-red { background: #f43137; }.legend-orange { background: var(--orange); }.legend-blue { background: #448fe9; }
.mobile-schedule-list { display: none; }
.basic-cycle { margin-top: 58px; padding: 34px; border-radius: 22px; background: var(--wash); }
.basic-cycle h2 { margin: 0; color: var(--navy); font-size: 31px; }
.cycle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 22px; }
.cycle-grid article { padding: 22px; border-radius: 15px; background: var(--white); }
.cycle-grid h3 { margin: 0 0 12px; color: var(--navy); }
.cycle-grid p { margin: 6px 0; }
.schedule-note { margin: 20px 0 0; color: var(--muted); font-size: 14px; }

.entry-line { display: grid; grid-template-columns: 1fr 230px; gap: 36px; align-items: center; margin-top: 32px; padding: 38px; border-radius: 24px; color: var(--white); background: linear-gradient(135deg, #037f39, var(--line)); box-shadow: var(--shadow); }
.entry-line h2 { margin: 4px 0 12px; font-size: clamp(28px, 4vw, 42px); line-height: 1.35; }
#entry-line-title { scroll-margin-top: 110px; }
.entry-line .section-kicker { color: #d9ffe8; }
.entry-line .button-line { color: var(--line); background: var(--white); }
.line-mobile-action { display: none; }
.line-pc-guide { margin-top: 20px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.65); border-radius: 18px; color: var(--navy); background: rgba(255,255,255,.97); box-shadow: 0 12px 26px rgba(0,49,25,.18); }
.line-pc-guide > span { display: inline-flex; margin-bottom: 8px; padding: 4px 10px; border-radius: 999px; color: var(--white); font-size: 12px; font-weight: 900; background: var(--line); }
.line-pc-guide > strong { display: block; font-size: 18px; line-height: 1.65; }
.line-pc-guide ol { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin: 14px 0 10px; padding: 0; list-style: none; counter-reset: line-step; }
.line-pc-guide li { position: relative; min-height: 100%; padding: 10px 8px 10px 34px; border-radius: 10px; color: #17442d; font-size: 12px; font-weight: 800; line-height: 1.5; background: #eaf8ef; counter-increment: line-step; }
.line-pc-guide li::before { content: counter(line-step); position: absolute; top: 10px; left: 9px; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: var(--white); font-size: 11px; background: var(--line); }
.line-pc-guide p { margin: 0; color: var(--muted); font-size: 13px; }
.line-pc-guide b { color: var(--navy); }
.method-number { display: inline-block; padding: 4px 11px; border-radius: 999px; color: var(--green-dark); background: var(--white); font-size: 13px; font-weight: 900; }
.entry-small { margin: 13px 0 0; font-size: 13px; opacity: .9; }
.line-qr-placeholder { display: grid; place-items: center; min-height: 230px; padding: 18px; border-radius: 18px; color: var(--navy); text-align: center; background: var(--white); }
.line-qr-placeholder span { font-size: 14px; font-weight: 900; color: var(--line); }
.line-qr-placeholder strong { font-size: 22px; line-height: 1.45; }
.line-qr-placeholder small { color: var(--muted); line-height: 1.6; }
.line-qr-placeholder img { width: min(100%, 210px); height: auto; }
.entry-check h2, .entry-method h2, .entry-flow h2 { margin: 0; color: var(--navy); font-size: clamp(27px, 4vw, 36px); }
.entry-check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 0; margin: 22px 0 0; list-style: none; }
.entry-check-grid li { position: relative; padding: 14px 12px 14px 39px; border: 1px solid var(--line-soft); border-radius: 10px; background: var(--white); font-weight: 700; }
.entry-check-grid li::before { content: "✓"; position: absolute; left: 14px; color: var(--green-dark); font-weight: 900; }
.entry-method, .entry-flow { margin-top: 58px; padding: 34px; border: 1px solid var(--line-soft); border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
.entry-method-heading { display: flex; align-items: center; gap: 16px; }
.entry-method-heading .section-kicker { margin-bottom: 2px; }
.method-form, .method-fax { flex: 0 0 auto; color: var(--white); background: var(--navy); }
.mock-form-notice { margin: 24px 0 0; padding: 12px 16px; border-radius: 9px; color: #774e00; background: #fff3c7; font-weight: 700; }
.entry-form-mock { display: grid; gap: 19px; margin-top: 22px; }
.entry-form-mock label { display: grid; gap: 7px; color: var(--navy); font-weight: 800; }
.entry-form-mock:not(.company-form) label > span, .company-form .required-badge { display: inline; width: fit-content; padding: 1px 7px; border-radius: 4px; color: var(--white); background: var(--red); font-size: 11px; }
.entry-form-mock input, .entry-form-mock select, .entry-form-mock textarea { width: 100%; padding: 12px 13px; border: 1px solid #aebccc; border-radius: 8px; color: var(--ink); background: #f8fafc; }
.entry-form-mock small { color: var(--muted); font-weight: 400; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.file-upload-group { display: grid; gap: 12px; margin: 0; padding: 18px; border: 1px solid #cbd6e1; border-radius: 10px; }
.file-upload-group legend { padding: 0 6px; color: var(--navy); font-weight: 800; }
.file-upload-group p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.file-upload-group label { gap: 5px; font-size: 14px; }
.privacy-check { align-items: flex-start !important; }
.privacy-check .check-copy { display: inline; width: auto; padding: 0; color: var(--ink); background: transparent; font-size: 14px; font-weight: 600; line-height: 1.7; }
.privacy-check .check-copy b { margin-left: 4px; padding: 2px 6px; border-radius: 4px; color: var(--white); background: var(--red); font-size: 11px; }
.legal-page section { margin-top: 36px; }
.legal-page h2 { margin: 0 0 12px; color: var(--navy); font-size: clamp(22px, 3vw, 28px); }
.legal-page p, .legal-page li { line-height: 1.9; }
.legal-page .legal-date { color: var(--muted); text-align: right; }
.legal-contact { padding: 22px; border-left: 5px solid var(--green); background: #f3f8f5; }
.mock-submit { border: 0; color: var(--white); background: var(--navy); opacity: .55; }
.entry-fax { color: var(--white); border: 0; background: var(--navy); }
.entry-fax h2, .entry-fax .section-kicker { color: var(--white); }
.entry-fax .method-fax { color: var(--navy); background: var(--yellow); }
.fax-number { display: flex; align-items: baseline; gap: 13px; margin: 20px 0; }
.fax-number span { color: var(--yellow); font-weight: 900; }
.fax-number strong { font-size: clamp(28px, 5vw, 46px); line-height: 1.2; white-space: nowrap; }
.fax-download { width: fit-content; }
.entry-fax-compact { padding: 22px 26px; }
.entry-fax-compact .entry-method-heading h2 { font-size: clamp(23px,3vw,30px); }
.entry-fax-compact-body { display: grid; grid-template-columns: minmax(220px,1fr) auto; gap: 10px 24px; align-items: center; margin-top: 12px; }
.entry-fax-compact-body > p:first-child { margin: 0; }
.entry-fax-compact .fax-number { grid-column: 1; margin: 0; }
.entry-fax-compact .fax-number strong { font-size: clamp(25px,3.5vw,34px); }
.entry-fax-compact .fax-download { grid-column: 2; grid-row: 1 / 3; }
.entry-flow ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 0; margin: 24px 0; list-style: none; }
.entry-flow li { display: flex; gap: 11px; align-items: center; padding: 16px; border-radius: 12px; background: var(--wash); font-weight: 700; }
.entry-flow li b { color: var(--green-dark); font-size: 19px; }

.about-heading { display: grid; grid-template-columns: 1fr 190px; gap: 30px; align-items: center; }
.about-heading img { width: 170px; justify-self: center; border: 7px solid var(--white); box-shadow: 0 14px 30px rgba(8,43,102,.2); transform: rotate(2deg); }
.about-summary { margin-top: 36px; }
.about-summary h2, .edition-area h2, .repeat-effect h2, .media-linkage h2, .ad-types h2, .about-videos h2 { margin: 0; color: var(--navy); font-size: clamp(28px, 4vw, 38px); line-height: 1.4; }
.about-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 25px; }
.about-feature-grid article { padding: 25px 21px; border-top: 5px solid var(--green); border-radius: 14px; background: var(--wash); }
.about-feature-grid span { color: var(--green-dark); font-weight: 900; }
.about-feature-grid h3 { margin: 7px 0; color: var(--navy); font-size: 21px; }
.about-feature-grid p { margin: 0; font-size: 15px; }
.edition-area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 25px; }
.edition-area-card { padding: 29px; border: 1px solid var(--line-soft); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.edition-area-card h3 { margin: 12px 0 5px; color: var(--navy); font-size: 24px; }
.edition-area-card p { margin: 0 0 20px; }
.edition-area-card strong { display: block; padding-top: 17px; border-top: 1px solid var(--line-soft); color: var(--muted); }
.edition-area-card b { color: var(--navy); font-size: clamp(24px, 4vw, 33px); white-space: nowrap; }
.kirishima-area { border-top: 6px solid var(--orange); }.kanoya-area { border-top: 6px solid var(--green); }
.repeat-effect { margin-top: 60px; padding: 38px; border-radius: 24px; color: var(--white); background: var(--navy); }
.repeat-effect h2 { color: var(--white); }
.repeat-effect .section-kicker { color: var(--yellow); }
.repeat-effect ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 0; margin: 27px 0 18px; list-style: none; }
.repeat-effect li { position: relative; display: grid; gap: 4px; align-content: center; min-height: 165px; padding: 22px; border-radius: 14px; color: var(--navy); text-align: center; background: var(--white); }
.repeat-effect li:not(:last-child)::after { content: "›"; position: absolute; right: -12px; top: 50%; z-index: 2; width: 24px; height: 32px; margin-top: -16px; color: var(--yellow); font-size: 34px; line-height: 27px; }
.repeat-effect li b { color: var(--green-dark); }.repeat-effect li strong { font-size: 25px; }.repeat-effect li span { color: var(--muted); font-size: 14px; }
.repeat-note { margin: 0; color: #d9e7fb; font-size: 14px; }
.linkage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 25px 0; }
.linkage-grid article { padding: 25px 21px; border: 1px solid var(--line-soft); border-radius: 16px; }
.linkage-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; color: var(--white); background: var(--green-dark); font-size: 13px; font-weight: 900; }
.linkage-grid h3 { margin: 12px 0 6px; color: var(--navy); font-size: 21px; }
.linkage-grid p { margin: 0; font-size: 15px; }
.linkage-grid a { display: inline-block; margin-top: 11px; color: var(--navy); font-weight: 900; }
.ad-types { margin-top: 60px; padding: 36px; border-radius: 22px; background: #eaf8ee; }
.ad-types ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; padding: 0; list-style: none; }
.ad-types li { padding: 11px; border-radius: 8px; background: var(--white); font-weight: 700; text-align: center; }
.video-feature { margin-top: 25px; }
.video-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 16px; background: var(--navy-deep); box-shadow: var(--shadow); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.about-videos h3 { margin: 13px 0 4px; color: var(--navy); }
.about-videos p { margin-top: 0; }
.video-sub-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; margin-top: 30px; }
.about-cta-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin-top: 20px; }
.about-cta-links a { color: var(--white); font-weight: 900; }

.guide-feature { display: grid; grid-template-columns: 190px 1fr; gap: 32px; align-items: center; margin-top: 34px; padding: 36px; border-radius: 24px; color: var(--white); background: linear-gradient(135deg, var(--navy-deep), var(--navy)); box-shadow: var(--shadow); }
.guide-feature-thumb { display: grid; place-items: center; width: 190px; aspect-ratio: 3 / 4; overflow: hidden; padding: 8px; border: 6px solid var(--white); border-radius: 10px; background: #edf2f6; box-shadow: 0 14px 28px rgba(0,0,0,.22); transform: rotate(-2deg); }
.guide-feature-thumb img { width: 100%; height: 100%; object-fit: contain; }
.guide-feature h2, .purpose-documents h2, .regional-documents h2, .guide-contact h2 { margin: 0; font-size: clamp(28px, 4vw, 38px); line-height: 1.4; }
.guide-feature .section-kicker { margin-top: 8px; color: var(--yellow); }
.document-meta { display: grid; gap: 5px; margin: 16px 0; font-size: 14px; }
.document-meta div { display: grid; grid-template-columns: 90px 1fr; gap: 10px; }.document-meta dt { opacity: .72; }.document-meta dd { margin: 0; font-weight: 700; }
.document-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 22px; }
.guide-download { color: var(--navy); background: var(--white); }
.purpose-documents h2, .regional-documents h2 { color: var(--navy); }
.document-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 25px; }
.document-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line-soft); border-radius: 16px; background: var(--white); box-shadow: 0 8px 22px rgba(8,43,102,.08); }
.document-thumb { display: grid; place-items: center; width: min(76%, 190px); aspect-ratio: 3 / 4; align-self: center; margin: 18px auto 0; padding: 10px; border: 1px solid var(--line-soft); border-radius: 8px; background: #edf2f6; }
.document-thumb img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 5px 8px rgba(8,43,102,.15)); }
.document-thumb-image { aspect-ratio: 4 / 5; }
.document-card-body { display: flex; flex: 1; flex-direction: column; padding: 22px 20px; }
.document-card-top { display: flex; justify-content: space-between; gap: 8px; align-items: center; }.doc-type { color: var(--navy); font-size: 13px; font-weight: 900; }
.document-card h3 { margin: 12px 0 5px; color: var(--navy); font-size: 23px; }.document-card-body > p { margin: 0; font-size: 15px; }
.document-card .document-meta { margin-top: auto; padding-top: 18px; }.document-card .document-meta div { grid-template-columns: 76px 1fr; }
.document-actions.compact { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.document-actions.compact a { display: grid; place-items: center; min-height: 44px; border-radius: 8px; color: var(--white); background: var(--navy); text-align: center; text-decoration: none; font-size: 14px; font-weight: 900; }
.document-actions.compact a + a { color: var(--navy); background: var(--wash); }
.regional-guide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 25px; }
.regional-guide { padding: 28px; border-radius: 18px; border: 1px solid var(--line-soft); background: var(--white); }
.regional-guide h3 { margin: 12px 0 5px; color: var(--navy); font-size: 24px; }.regional-guide a { color: var(--navy); font-weight: 900; }
.kirishima-guide { border-top: 6px solid var(--orange); }.kanoya-guide { display: grid; grid-template-columns: 1fr 120px; gap: 18px; border-top: 6px solid var(--green); }
.regional-guide-price { margin: 12px 0; }.regional-guide-price strong { color: var(--red); font-size: clamp(22px, 3vw, 29px); white-space: nowrap; }
.regional-flyer-thumb img { border: 1px solid var(--line-soft); box-shadow: 0 8px 20px rgba(8,43,102,.14); }
.guide-contact { margin-top: 58px; padding: 38px; border-radius: 24px; color: var(--white); text-align: center; background: var(--green-dark); }
.guide-contact .section-kicker { color: var(--yellow); }.guide-contact .hero-actions { justify-content: center; }.guide-fax { margin: 20px 0 0; }.guide-fax strong { white-space: nowrap; }

.company-heading { display: grid; grid-template-columns: 1fr 150px; gap: 30px; align-items: center; }
.company-heading img { width: 130px; justify-self: center; opacity: .95; }
.company-entry-guide { display: grid; grid-template-columns: 1fr 265px; gap: 30px; align-items: center; margin-top: 34px; padding: 31px; border-radius: 20px; color: var(--white); background: var(--green-dark); }
.company-entry-guide .section-kicker { color: var(--yellow); }.company-entry-guide h2, .company-profile h2, .company-services h2, .general-contact h2 { margin: 0; font-size: clamp(28px, 4vw, 38px); line-height: 1.4; }.company-entry-guide p { margin-bottom: 0; }
.company-entry-actions { display: grid; gap: 12px; text-align: center; }.company-entry-actions a:last-child { color: var(--white); font-weight: 900; }
.company-profile h2, .company-services h2, .general-contact h2 { color: var(--navy); }
.company-table { margin: 24px 0 0; border-top: 1px solid var(--line-soft); }
.company-table div { display: grid; grid-template-columns: 170px 1fr; border-bottom: 1px solid var(--line-soft); }
.company-table dt, .company-table dd { padding: 18px; }.company-table dt { color: var(--navy); background: var(--wash); font-weight: 900; }.company-table dd { margin: 0; }.company-table a { color: var(--navy); font-weight: 700; overflow-wrap: anywhere; }
.company-no-map { margin: 18px 0 0; color: var(--muted); font-size: 14px; }
.company-service-list { display: grid; gap: 14px; margin-top: 25px; }
.company-service { display: grid; grid-template-columns: 220px 1fr; gap: 25px; align-items: center; padding: 22px; border: 1px solid var(--line-soft); border-radius: 15px; background: var(--white); }
.company-service h3 { margin: 0 0 5px; color: var(--navy); font-size: 23px; }.company-service p { margin: 0; }.company-service div > a { display: inline-block; margin-top: 8px; color: var(--navy); font-weight: 900; }
.service-logo-box { display: grid; place-items: center; min-height: 90px; padding: 10px; background: var(--white); }.service-logo-box img { max-height: 86px; object-fit: contain; }
.service-text-logo { display: grid; place-items: center; min-height: 90px; padding: 12px; border-radius: 10px; color: var(--navy); text-align: center; background: var(--wash); font-weight: 900; }.service-text-logo strong { display: block; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 28px; }
.general-contact { margin-top: 60px; padding: 35px; border-radius: 22px; background: var(--wash); }
.general-contact > p { max-width: 760px; line-height: 1.9; }
.general-contact .wpcf7 { margin-top: 28px; }
.general-contact .company-form { gap: 22px; margin: 0; padding: 30px; border: 1px solid #d8e2eb; border-radius: 18px; background: var(--white); box-shadow: 0 12px 32px rgba(8,43,102,.07); }
.company-form .form-row { display: block; }
.company-form > p, .company-form .form-row > p { display: grid; gap: 22px; margin: 0; }
.company-form .form-row > p { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.company-form br { display: none; }
.company-form label { align-content: start; gap: 9px; font-size: 15px; line-height: 1.6; }
.company-form .required-badge { margin-left: 6px; vertical-align: 2px; }
.company-form .wpcf7-form-control-wrap { display: block; width: 100%; padding: 0; color: inherit; background: transparent; }
.company-form input[type="text"], .company-form input[type="email"], .company-form input[type="tel"], .company-form select, .company-form textarea { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid #aebccc; border-radius: 9px; color: var(--ink); background: #fbfcfe; transition: border-color .2s, box-shadow .2s, background-color .2s; }
.company-form textarea { min-height: 180px; resize: vertical; }
.company-form input:focus, .company-form select:focus, .company-form textarea:focus { outline: 0; border-color: var(--green); background: var(--white); box-shadow: 0 0 0 4px rgba(23,138,98,.14); }
.company-form .privacy-check { padding: 16px 18px; border: 1px solid #cbd8e3; border-radius: 10px; background: #f6f9fb; }
.company-form .privacy-check .wpcf7-form-control-wrap, .company-form .privacy-check .wpcf7-list-item, .company-form .privacy-check label { width: 100%; margin: 0; }
.company-form .privacy-check label { display: flex; align-items: flex-start; gap: 10px; color: var(--ink); font-weight: 600; }
.company-form .privacy-check input { flex: 0 0 auto; width: 20px; height: 20px; margin-top: 2px; accent-color: var(--green); }
.company-form .privacy-check .check-copy { display: inline; width: auto; padding: 0; color: var(--ink); background: transparent; font-size: 14px; line-height: 1.75; }
.company-form .wpcf7-submit { justify-self: center; width: min(100%,420px); min-height: 56px; border: 0; border-radius: 999px; color: var(--white); background: var(--navy); font-weight: 900; letter-spacing: .04em; box-shadow: 0 8px 18px rgba(8,43,102,.2); cursor: pointer; transition: transform .2s, background-color .2s, box-shadow .2s; }
.company-form .wpcf7-submit:not(:disabled):hover { transform: translateY(-2px); background: #0d407f; box-shadow: 0 11px 24px rgba(8,43,102,.25); }
.company-form .wpcf7-submit:disabled { cursor: not-allowed; opacity: .5; }
.general-contact .wpcf7-not-valid-tip { margin-top: 6px; color: #b42318; font-size: 13px; font-weight: 700; }
.general-contact .wpcf7-response-output { margin: 18px 0 0; padding: 14px 16px; border-radius: 9px; background: var(--white); }
.company-form .form-guidance { margin: 0; padding: 14px 16px; border-left: 4px solid var(--green); border-radius: 0 8px 8px 0; color: var(--navy); background: #eef8f4; font-size: 14px; font-weight: 700; line-height: 1.8; }
.entry-method .wpcf7 { margin-top: 24px; }
.entry-method .application-form { gap: 22px; }
.application-form .file-upload-group { background: #f8fafc; }
.application-form .file-upload-group > p { margin: 0; }
.application-form input[type="file"] { padding: 10px; border-color: #b8c5d1; background: var(--white); }
.application-form .wpcf7-submit { margin-top: 6px; }
.application-form .region-choice { margin: 0; padding: 0; border: 0; }
.application-form .region-choice legend { margin-bottom: 10px; color: var(--navy); font-weight: 900; }
.application-form .region-choice .wpcf7-form-control { display: flex; flex-wrap: wrap; gap: 10px 24px; }
.application-form .region-choice .wpcf7-list-item { margin: 0; }
.application-form .region-choice label { display: inline-flex; grid-template-columns: none; align-items: center; gap: 9px; cursor: pointer; }
.application-form .region-choice input { width: 19px; height: 19px; margin: 0; accent-color: var(--green); }
.application-form .form-label-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 6px; }
.application-form .form-label-row > p { display: inline-flex; flex-wrap: nowrap; align-items: center; gap: 6px; width: auto; margin: 0; }
.application-form .form-label-row label { display: inline; }
.application-form .schedule-modal-open { min-height: 0; padding: 1px 7px; border: 1px solid var(--green); border-radius: 999px; color: var(--green); background: var(--white); font-size: 11px; font-weight: 800; line-height: 1.45; cursor: pointer; }
.schedule-modal { width: min(92vw,720px); max-width: none; padding: 0; border: 0; border-radius: 18px; overflow: hidden; }
.schedule-modal::backdrop { background: rgba(4,20,45,.72); }
.schedule-modal-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 20px; color: var(--white); background: var(--navy); }
.schedule-modal-head h2 { margin: 0; font-size: clamp(19px,3vw,24px); }
.schedule-modal-close { width: 40px; height: 40px; padding: 0; border: 0; border-radius: 50%; color: var(--white); background: rgba(255,255,255,.16); font-size: 26px; line-height: 1; cursor: pointer; }
.schedule-modal-body { padding: clamp(20px,4vw,32px); }
.schedule-modal-body > p { margin-top: 0; line-height: 1.8; }
.schedule-modal-regions { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 22px 0; }
.schedule-modal-regions section { padding: 18px; border-radius: 12px; background: var(--wash); }
.schedule-modal-regions h3 { margin: 0 0 10px; color: var(--navy); font-size: 17px; }
.schedule-modal-regions ul { display: grid; gap: 7px; margin: 0; padding-left: 1.3em; }
.schedule-modal-controls { display: flex; align-items: center; justify-content: center; gap: 12px; margin: -6px 0 22px; }
.schedule-modal-move { min-height: 38px; padding: 7px 14px; border: 1px solid var(--navy); border-radius: 8px; color: var(--navy); background: var(--white); font-weight: 800; cursor: pointer; }
.schedule-modal-move { width: auto; }
.schedule-modal-move:disabled { cursor: not-allowed; opacity: .35; }
.schedule-modal-position { color: var(--muted); font-size: 13px; font-weight: 800; }
body.has-schedule-modal { overflow: hidden; }
.thanks-page { display: grid; place-items: center; min-height: 65vh; padding-block: 70px; }
.thanks-card { width: min(100%,720px); padding: clamp(32px,6vw,60px); border: 1px solid var(--line-soft); border-radius: 24px; text-align: center; background: var(--white); box-shadow: var(--shadow); }
.thanks-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 20px; border-radius: 50%; color: var(--white); background: var(--green); font-size: 38px; font-weight: 900; }
.thanks-card h1 { margin: 4px 0 18px; color: var(--navy); font-size: clamp(28px,5vw,42px); line-height: 1.4; }
.thanks-card > p:not(.section-kicker) { line-height: 1.9; }
.thanks-redirect { color: var(--muted); font-size: 14px; }
.thanks-card .button { min-width: min(100%,300px); margin-top: 12px; }
.privacy-check { display: flex !important; grid-template-columns: none; align-items: center; gap: 9px; }.privacy-check input { width: auto; }
.direct-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }.direct-contact article { padding: 17px; border-radius: 12px; background: var(--white); }.direct-contact span { display: block; color: var(--muted); font-size: 13px; font-weight: 900; }.direct-contact a { color: var(--navy); font-size: clamp(17px, 3vw, 23px); font-weight: 900; text-decoration: none; overflow-wrap: anywhere; }

.latest-issues { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 34px; }
.latest-issues-guide { grid-column: 1 / -1; margin: 0; padding: 17px 20px; border-left: 5px solid var(--navy); border-radius: 0 12px 12px 0; color: var(--navy); background: var(--wash); font-weight: 700; }
.latest-issue-card { display: flex; flex-direction: column; align-items: stretch; gap: 24px; padding: 28px; border: 1px solid var(--line-soft); border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
.latest-issue-card.latest-kirishima { border-top: 7px solid var(--orange); }.latest-issue-card.latest-kanoya { border-top: 7px solid var(--green); }
.latest-cover-wrap { display: grid; place-items: center; padding: 14px; border-radius: 14px; background: var(--wash); }
.latest-cover-wrap img { width: min(100%, 220px); box-shadow: 0 14px 28px rgba(8,43,102,.22); }
.latest-issue-copy h2 { margin: 12px 0 3px; color: var(--navy); font-size: clamp(25px, 4vw, 34px); line-height: 1.4; }
.latest-date { margin: 0; color: var(--red); font-size: 21px; font-weight: 900; }
.latest-book-button { margin-top: 13px; color: var(--white); background: var(--navy); }
.latest-postplus-link { display: block; width: fit-content; margin-top: 13px; color: var(--navy); font-weight: 900; }
.sample-guide h2, .latest-entry h2 { margin: 0; color: var(--navy); font-size: clamp(28px, 4vw, 38px); line-height: 1.4; }
.sample-point-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; margin-top: 24px; }
.sample-point-grid article { padding: 20px 16px; border-radius: 13px; background: var(--wash); }
.sample-point-grid span { color: var(--green-dark); font-weight: 900; }.sample-point-grid h3 { margin: 5px 0; color: var(--navy); font-size: 19px; }.sample-point-grid p { margin: 0; font-size: 14px; }
.sample-guide-actions { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 24px; }.sample-guide-actions a { color: var(--navy); font-weight: 900; }
.latest-entry { margin-top: 58px; padding: 38px; border-radius: 24px; color: var(--white); background: linear-gradient(135deg, var(--green-dark), var(--green)); }
.latest-entry h2 { color: var(--white); }.latest-entry .section-kicker { color: var(--yellow); }.latest-entry .hero-actions { margin-top: 22px; }
.latest-note { margin: 19px 0 0; color: var(--muted); font-size: 13px; }

.news-archive { margin-top: 34px; border-top: 1px solid var(--line-soft); }
.news-archive article { display: grid; grid-template-columns: 125px 1fr; gap: 25px; padding: 27px 5px; border-bottom: 1px solid var(--line-soft); }
.news-archive time, .news-detail time { color: var(--green-dark); font-size: 14px; font-weight: 900; }
.news-archive h2 { margin: 0 0 7px; color: var(--navy); font-size: 23px; line-height: 1.5; }.news-archive h2 a { text-decoration: none; }.news-archive p { margin: 0; color: var(--muted); font-size: 15px; }
.news-more { display: inline-block; margin-top: 9px; color: var(--navy); font-size: 14px; font-weight: 900; }
.news-detail { margin-top: 28px; }.news-detail header { padding: 34px; border-radius: 20px; background: var(--wash); }.news-detail h1 { margin: 8px 0 0; color: var(--navy); font-size: clamp(29px, 4vw, 42px); line-height: 1.45; }
.news-content { padding: 34px 8px; }.news-content a { color: var(--navy); font-weight: 900; }.news-back { display: inline-block; margin-top: 12px; color: var(--navy); font-weight: 900; }

.site-footer { padding: 42px 0 90px; color: var(--white); background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; }
.footer-brand { display: flex !important; align-items: center; gap: 12px; width: min(100%, 310px); padding: 12px; background: var(--white); }
.footer-symbol { width: 58px; flex: 0 0 58px; }
.footer-wordmark { width: 215px; }
.site-footer h2 { font-size: 16px; }
.site-footer a { display: block; margin: 7px 0; color: #eaf2ff; text-decoration: none; }
.copyright { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); color: #b7c7de; font-size: 13px; }
.mobile-cta { display: none; }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .header-line { margin-left: auto; }
  .menu-toggle { display: inline-flex; }
  .page-grid { display: flex; flex-direction: column; }
  .page-main { order: 1; width: 100%; max-width: 100%; }
  .service-sidebar { order: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; width: 100%; margin-top: 64px; padding-top: 32px; border-top: 1px solid var(--line-soft); }
  .service-sidebar .sidebar-label { grid-column: 1 / -1; margin: 0; font-size: 15px; }
  .service-sidebar .service-banner { margin: 0; align-self: start; }
  .sidebar-free-content { grid-column: 1 / -1; margin: 0; }
}

@media (max-width: 760px) {
  body { font-size: 16px; padding-bottom: 70px; }
  .shell { width: min(100% - 28px, 680px); }
  .topline { display: none; }
  .header-main { min-height: 68px; gap: 10px; }
  .brand { flex: 0 1 210px; gap: 7px; }
  .brand-symbol { width: 39px; flex-basis: 39px; }
  .brand-wordmark { width: 160px; }
  .header-line { display: none; }
  .page-grid { padding-top: 16px; }
  .service-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 56px; padding-top: 30px; }
  .hero { display: block; min-height: 0; border-radius: 20px; }
  .hero-copy { padding: 38px 24px 20px; }
  .hero h1 { font-size: clamp(26px, 7.2vw, 34px); }
  .hero-title-product { margin-top: 12px; }
  .post-product-logo-hero { width: min(100%,380px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-visual { padding: 8px 28px 34px; }
  .cover-frame { width: 210px; }
  .next-issue { margin: 14px 0 0; padding: 20px; }
  .next-issue-head { display: block; }
  .issue-date { display: block; margin: 6px 0; font-size: 24px; }
  .deadline-grid, .edition-cards, .footer-grid { grid-template-columns: 1fr; }
  .price { display: block; }
  .price span, .price strong { display: block; }
  .price strong { margin-top: 3px; font-size: clamp(25px, 8vw, 31px); }
  .easy-entry, .latest-preview, .video-section { grid-template-columns: 1fr; padding-inline: 0; }
  .easy-entry { padding: 26px 20px; }
  .reason-grid, .media-grid { grid-template-columns: 1fr; }
  .latest-image { width: 190px; margin-inline: auto; }
  .media-link { padding: 30px 22px; }
  .publish-flow { grid-template-columns: 1fr 1fr; }
  .news-list a { grid-template-columns: 1fr; gap: 2px; }
  .final-cta { padding: 38px 22px; }
  .page-heading { padding: 26px 22px; }
  .price-edition { padding: 26px 20px; }
  .edition-summary-grid { grid-template-columns: 1fr; }
  .edition-summary-card { padding: 24px 20px; }
  .common-price-table-list { grid-template-columns: 1fr; }
  .common-price-table { display: grid; grid-template-columns: 112px minmax(0,1fr); }
  .price-table-open { display: contents; }
  .price-table-thumb { grid-row: 1 / 3; width: 112px; height: 150px; min-height: 150px; padding: 8px; }
  .price-table-copy { min-width: 0; padding: 16px 14px 8px; }
  .price-table-copy strong { font-size: 17px; }
  .price-table-copy small { font-size: 12px; }
  .price-table-copy b { padding-top: 5px; }
  .price-table-pdf { grid-column: 2; min-height: 42px; }
  .price-modal { width: 100vw; height: 100dvh; max-height: 100dvh; border-radius: 0; }
  .price-modal-body { display: grid; grid-template-columns: 1fr; overflow: hidden; height: calc(100% - 70px); min-height: 0; padding: 10px; }
  .price-modal-body img { grid-area: 1 / 1; width: 100%; height: 100%; max-height: 100%; object-fit: contain; }
  .price-modal-nav { position: fixed; bottom: 16px; z-index: 2; width: 48px; }
  .price-modal-nav.is-prev { left: 16px; }
  .price-modal-nav.is-next { right: 16px; }
  .price-edition-head { display: block; }
  .price-large { margin-top: 18px; text-align: left; }
  .price-large strong { font-size: clamp(28px, 9vw, 38px); }
  .faq-list summary { padding: 17px 40px 17px 42px; }.faq-list summary::before { left: 8px; top: 15px; }.faq-list summary::after { right: 8px; top: 10px; }.faq-list details p { padding: 0 10px 18px 42px; }
  .kanoya-grid { grid-template-columns: 1fr; }
  .flyer-preview { max-width: 360px; margin-inline: auto; }
  .upcoming-date { display: block; padding: 22px; }
  .upcoming-date strong { display: block; margin-top: 4px; white-space: normal; }
  .upcoming-editions { grid-template-columns: 1fr; }
  .upcoming-editions article { padding: 22px; }
  .upcoming-editions article + article { border-top: 1px solid var(--line-soft); border-left: 0; }
  .schedule-calendar-section { display: none; }
  .mobile-schedule-list { display: block; margin-top: 46px; }
  .mobile-schedule-list h2 { color: var(--navy); font-size: 26px; }
  .mobile-schedule-list article { padding: 18px; margin-top: 12px; border: 1px solid var(--line-soft); border-radius: 14px; }
  .mobile-schedule-list article > strong { color: var(--red); font-size: 20px; }
  .mobile-schedule-list dl { margin: 10px 0 0; }
  .mobile-schedule-list dl div { display: flex; justify-content: space-between; gap: 10px; padding: 5px 0; }
  .mobile-schedule-list dt { color: var(--muted); }
  .mobile-schedule-list dd { margin: 0; font-weight: 900; white-space: nowrap; }
  .basic-cycle { padding: 28px 20px; }
  .cycle-grid { grid-template-columns: 1fr; }
  .entry-line { grid-template-columns: 1fr; padding: 28px 22px; }
  .line-mobile-action { display: inline-flex; }
  .line-pc-guide { display: none; }
  .line-qr-placeholder { display: none; }
  .entry-check-grid { grid-template-columns: 1fr 1fr; }
  .entry-method, .entry-flow { padding: 27px 20px; }
  .entry-fax-compact { padding: 20px; }
  .entry-fax-compact-body { display: block; }
  .entry-fax-compact .fax-number { margin: 14px 0; }
  .entry-method-heading { align-items: flex-start; }
  .form-row { grid-template-columns: 1fr; }
  .general-contact .company-form { padding: 22px 18px; }
  .company-form .form-row > p { grid-template-columns: 1fr; }
  .schedule-modal-regions { grid-template-columns: 1fr; }
  .fax-number { display: block; }
  .fax-number strong { display: block; margin-top: 4px; }
  .entry-flow ol { grid-template-columns: 1fr; }
  .about-heading { grid-template-columns: minmax(0,1fr) 82px; gap: 10px; }
  .about-heading img { width: 78px; justify-self: end; border-width: 4px; transform: none; }
  .about-heading h1 br { display: none; }
  .about-feature-grid, .edition-area-grid, .linkage-grid, .video-sub-grid { grid-template-columns: 1fr; }
  .entry-check-grid, .ad-types ul { grid-template-columns: 1fr 1fr; }
  .repeat-effect { padding: 29px 20px; }
  .repeat-effect ol { grid-template-columns: 1fr; }
  .repeat-effect li { min-height: 125px; }
  .repeat-effect li:not(:last-child)::after { content: "⌄"; left: 50%; right: auto; top: auto; bottom: -23px; margin: 0 0 0 -12px; }
  .ad-types { padding: 28px 20px; }
  .guide-feature { grid-template-columns: 100px 1fr; gap: 18px; padding: 25px 20px; }
  .guide-feature-thumb { width: 100px; }
  .guide-feature .document-actions { grid-column: 1 / -1; }
  .document-grid, .regional-guide-grid { grid-template-columns: 1fr; }
  .document-card { display: grid; grid-template-columns: 112px 1fr; }
  .document-thumb { width: 96px; min-height: 0; align-self: start; margin: 18px 8px; padding: 6px; }
  .document-card-body { min-width: 0; padding: 19px 15px; }
  .document-card .document-meta div { grid-template-columns: 68px 1fr; }
  .document-actions.compact { grid-template-columns: 1fr; }
  .kanoya-guide { grid-template-columns: 1fr 90px; }
  .guide-contact { padding: 30px 20px; }
  .company-heading { grid-template-columns: 1fr 70px; gap: 12px; }.company-heading img { width: 68px; }
  .company-entry-guide { grid-template-columns: 1fr; padding: 26px 20px; }.company-entry-actions { justify-items: stretch; }
  .company-table div { grid-template-columns: 1fr; }.company-table dt { padding: 10px 14px; }.company-table dd { padding: 13px 14px 18px; }
  .company-service { grid-template-columns: 105px 1fr; gap: 14px; padding: 16px 13px; }.company-service h3 { font-size: 19px; }.company-service p { font-size: 14px; }.service-logo-box, .service-text-logo { min-height: 76px; padding: 5px; }.service-text-logo strong { font-size: 18px; }
  .general-contact { padding: 28px 20px; }.direct-contact { grid-template-columns: 1fr; }
  .latest-issues { grid-template-columns: 1fr; }.latest-issues-guide { padding: 15px 16px; }.latest-issue-card { display: grid; grid-template-columns: 120px 1fr; gap: 17px; padding: 22px 16px; align-items: start; }.latest-cover-wrap { padding: 7px; }.latest-cover-wrap img { width: 110px; }.latest-issue-copy h2 { font-size: 21px; }.latest-date { font-size: 17px; }.latest-book-button { min-height: 48px; padding-inline: 15px; font-size: 14px; }.latest-postplus-link { font-size: 14px; }
  .sample-point-grid { grid-template-columns: 1fr 1fr; }.latest-entry { padding: 30px 20px; }
  .news-archive article { grid-template-columns: 1fr; gap: 5px; padding-block: 22px; }.news-archive h2 { font-size: 20px; }.news-detail header { padding: 26px 20px; }.news-content { padding-inline: 0; }
  .section { padding-top: 52px; }
  .mobile-cta { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1.2fr 1fr; padding: 8px; background: var(--white); box-shadow: 0 -8px 26px rgba(8,43,102,.16); }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; min-height: 52px; border-radius: 12px; text-decoration: none; font-size: 14px; font-weight: 900; }
  .mobile-cta a:first-child { color: var(--white); background: var(--line); }
  .mobile-cta a:last-child { color: var(--navy); background: var(--wash); }
}
