.jikka-page { background: #fff; }
.jikka-page .site-header-inner { gap: 12px; }
.jikka-page .site-nav { font-size: 13px; }
.jikka-page .site-nav a { padding: 8px; white-space: nowrap; }
.jikka-page .site-header-actions { gap: 7px; }
.jikka-page .site-tel, .jikka-page .site-line { padding-right: 11px; padding-left: 11px; font-size: 13px; }
.jikka-breadcrumb { margin-bottom: 18px; }
.jikka-eyebrow { margin: 0 0 10px; color: #34705a; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.jikka-section { padding: 84px 0; }
.jikka-section-soft { background: #f3f7f4; }
.jikka-heading { max-width: 720px; margin: 0 auto 38px; text-align: center; }
.jikka-heading h2, .jikka-split h2, .jikka-checks h2, .jikka-faq-layout h2, .jikka-contact h2 { margin: 0 0 16px; color: var(--color-navy-dark); font-size: clamp(28px, 4vw, 42px); line-height: 1.35; }
.jikka-heading > p:last-child, .jikka-split-copy > p, .jikka-checks-grid > div > p:last-child, .jikka-contact p { margin: 0; color: #566577; }
.jikka-hero { position: relative; min-height: min(680px, calc(100vh - 95px)); overflow: hidden; color: #fff; background: #263e3a; }
.jikka-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.jikka-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,35,40,.86) 0%, rgba(14,35,40,.61) 49%, rgba(14,35,40,.18) 78%); }
.jikka-hero-inner { position: relative; display: flex; min-height: inherit; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 70px; padding-bottom: 76px; }
.jikka-hero .jikka-eyebrow { color: #c8e4d5; }
.jikka-hero h1 { margin: 0 0 20px; font-size: clamp(42px, 7vw, 72px); line-height: 1.15; }
.jikka-hero-copy { max-width: 650px; margin: 0; font-size: clamp(17px, 2vw, 22px); line-height: 1.9; }
.jikka-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.jikka-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 7px; font-weight: 800; line-height: 1.4; text-align: center; }
.jikka-button-line { color: #fff; background: #06c755; }
.jikka-button-light { color: var(--color-navy-dark); background: #fff; border-color: #d9e2e8; }
.jikka-button:hover { filter: brightness(.96); transform: translateY(-1px); }
.jikka-concerns { padding-top: 74px; }
.jikka-concern-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.jikka-concern-grid li { position: relative; min-height: 74px; padding: 22px 18px 20px 46px; border: 1px solid #dce7e0; border-radius: 8px; color: #263d48; background: #f7faf8; font-weight: 800; }
.jikka-concern-grid li::before { position: absolute; top: 26px; left: 20px; width: 12px; height: 12px; border-radius: 50%; background: #5d9a7d; content: ""; box-shadow: 0 0 0 5px #e4f0e9; }
.jikka-priority { background: #fff; }
.jikka-split { display: grid; grid-template-columns: minmax(0, .92fr) minmax(360px, 1fr); gap: 68px; align-items: center; }
.jikka-split-copy p { margin-bottom: 24px; }
.jikka-split figure { margin: 0; }
.jikka-split figure img { width: 100%; aspect-ratio: 1.16 / 1; object-fit: cover; border-radius: 8px; }
.jikka-split figcaption { margin-top: 9px; color: #64748b; font-size: 13px; }
.jikka-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--color-navy); font-weight: 800; }
.jikka-text-link::after { content: "→"; }
.jikka-family-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.jikka-family-grid article { padding: 30px; border-left: 4px solid #5e987b; border-radius: 0 8px 8px 0; background: #fff; box-shadow: 0 8px 24px rgba(30,58,95,.06); }
.jikka-family-grid span, .jikka-work-body > span { color: #34705a; font-size: 13px; font-weight: 800; }
.jikka-family-grid h3 { margin: 9px 0 12px; color: var(--color-navy-dark); font-size: 22px; }
.jikka-family-grid p { margin: 0; color: #566577; }
.jikka-point-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.jikka-point-grid a { display: flex; min-height: 90px; flex-direction: column; justify-content: center; padding: 18px 22px; border: 1px solid #dce3e8; border-radius: 8px; background: #fff; transition: border-color .2s, transform .2s; }
.jikka-point-grid a:hover { border-color: #5e987b; transform: translateY(-2px); }
.jikka-point-grid strong { color: var(--color-navy-dark); font-size: 18px; }
.jikka-point-grid span { color: #6b7886; font-size: 13px; }
.jikka-heading-row { display: flex; max-width: none; align-items: end; justify-content: space-between; text-align: left; }
.jikka-heading-row > div { max-width: 680px; }
.jikka-work-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.jikka-work-card { overflow: hidden; border: 1px solid #dce3e8; border-radius: 8px; background: #fff; }
.jikka-work-card a { display: block; height: 100%; }
.jikka-work-media { aspect-ratio: 4 / 3; overflow: hidden; background: #e6ece8; }
.jikka-work-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.jikka-work-card:hover img { transform: scale(1.03); }
.jikka-work-placeholder { display: flex; height: 100%; align-items: center; justify-content: center; color: #65766e; font-size: 13px; }
.jikka-work-body { padding: 15px; }
.jikka-work-body h3 { display: -webkit-box; min-height: 4.4em; margin: 5px 0 8px; overflow: hidden; color: var(--color-navy-dark); font-size: 16px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.jikka-work-body p { margin: 0; color: #718091; font-size: 12px; }
.jikka-checks { color: #fff; background: #1d3b47; }
.jikka-checks .jikka-eyebrow { color: #a9d4bd; }
.jikka-checks h2, .jikka-checks-grid > div > p:last-child { color: #fff; }
.jikka-checks-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; align-items: start; }
.jikka-checks ol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 0; padding: 0; background: rgba(255,255,255,.16); list-style: none; }
.jikka-checks li { min-height: 132px; padding: 24px; background: #244754; }
.jikka-checks li strong, .jikka-checks li span { display: block; }
.jikka-checks li strong { margin-bottom: 8px; color: #fff; }
.jikka-checks li span { color: #c8d8dc; font-size: 14px; }
.jikka-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.jikka-flow li { min-height: 190px; padding: 24px 20px; border-top: 3px solid #5e987b; background: #fff; }
.jikka-flow span { color: #5e987b; font-size: 13px; font-weight: 900; }
.jikka-flow h3 { margin: 9px 0; color: var(--color-navy-dark); font-size: 20px; }
.jikka-flow p { margin: 0; color: #5f6e7d; font-size: 14px; }
.jikka-faq-layout { display: grid; grid-template-columns: 300px 1fr; gap: 68px; align-items: start; }
.jikka-faq-list { border-top: 1px solid #dbe3e8; }
.jikka-faq-list details { border-bottom: 1px solid #dbe3e8; }
.jikka-faq-list summary { position: relative; padding: 21px 42px 21px 0; color: var(--color-navy-dark); font-weight: 800; cursor: pointer; list-style: none; }
.jikka-faq-list summary::-webkit-details-marker { display: none; }
.jikka-faq-list summary::after { position: absolute; top: 20px; right: 4px; color: #4e866b; content: "+"; font-size: 22px; line-height: 1; }
.jikka-faq-list details[open] summary::after { content: "−"; }
.jikka-faq-list details p { margin: 0; padding: 0 42px 22px 0; color: #5b6978; }
.jikka-contact { padding: 64px 0; color: #fff; background: #173348; }
.jikka-contact h2, .jikka-contact p { color: #fff; }
.jikka-contact .jikka-eyebrow { color: #a9d4bd; }
.jikka-contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.jikka-contact-actions { display: grid; min-width: 355px; gap: 10px; }
.jikka-footer { margin-top: 0; }
.jikka-footer-main { display: grid; grid-template-columns: 1.05fr 1fr .82fr; gap: 56px; padding-top: 48px; padding-bottom: 42px; }
.jikka-footer-brand img { width: auto; height: 42px; filter: brightness(0) invert(1); }
.jikka-footer-brand p { margin: 18px 0 8px; }
.jikka-footer-brand address { color: #b9c7d5; font-size: 13px; font-style: normal; }
.jikka-footer-nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.jikka-footer-nav p, .jikka-footer-contact > p { margin: 0 0 12px; color: #fff; font-weight: 800; }
.jikka-footer-nav a { display: block; margin: 7px 0; color: #c3d0dc; font-size: 13px; }
.jikka-footer-contact { display: flex; flex-direction: column; align-items: flex-start; }
.jikka-footer-tel { color: #fff; font-size: 24px; font-weight: 900; }
.jikka-footer-contact small { color: #b9c7d5; }
.jikka-footer-line { margin-top: 16px; padding: 9px 15px; border-radius: 7px; color: #fff; background: #06c755; font-weight: 800; }
.jikka-footer-bottom { border-top: 1px solid rgba(255,255,255,.13); }
.jikka-footer-bottom .container { display: flex; justify-content: space-between; padding-top: 15px; padding-bottom: 15px; }
.jikka-footer-bottom p { margin: 0; color: #9fb0c1; font-size: 12px; }

@media (max-width: 1080px) {
  .jikka-page .site-header-inner { flex-wrap: wrap; gap: 8px 14px; }
  .jikka-page .site-nav { order: 3; width: 100%; overflow-x: auto; scrollbar-width: none; }
  .jikka-page .site-nav::-webkit-scrollbar { display: none; }
  .jikka-page .site-nav a { flex: 0 0 auto; white-space: nowrap; }
  .jikka-work-grid { grid-template-columns: repeat(3, 1fr); }
  .jikka-footer-main { gap: 30px; }
}

@media (max-width: 800px) {
  .jikka-section { padding: 64px 0; }
  .jikka-hero { min-height: 600px; }
  .jikka-hero-overlay { background: linear-gradient(90deg, rgba(14,35,40,.86), rgba(14,35,40,.48)); }
  .jikka-concern-grid, .jikka-point-grid { grid-template-columns: repeat(2, 1fr); }
  .jikka-split, .jikka-checks-grid, .jikka-faq-layout { grid-template-columns: 1fr; gap: 36px; }
  .jikka-split figure { order: -1; }
  .jikka-family-grid { grid-template-columns: 1fr; }
  .jikka-flow { grid-template-columns: repeat(2, 1fr); }
  .jikka-footer-main { grid-template-columns: 1fr 1fr; }
  .jikka-footer-contact { grid-column: 1 / -1; }
  .jikka-contact-inner { align-items: flex-start; flex-direction: column; }
  .jikka-contact-actions { width: 100%; min-width: 0; }
}

@media (max-width: 560px) {
  .jikka-page .site-header-inner { flex-direction: row; align-items: center; padding: 9px 14px; }
  .jikka-page .site-logo img { height: 37px; }
  .jikka-page .site-header-actions { width: auto; gap: 6px; }
  .jikka-page .site-tel { display: none; }
  .jikka-page .site-line { flex: 0 0 auto; min-height: 36px; padding: 7px 11px; font-size: 12px; }
  .jikka-page .site-nav { margin: 0 -14px; padding: 2px 14px 0; }
  .jikka-page .site-nav a { padding: 7px 9px; font-size: 12px; }
  .jikka-breadcrumb { margin-top: 12px; margin-bottom: 12px; }
  .jikka-section { padding: 52px 0; }
  .jikka-heading { margin-bottom: 28px; text-align: left; }
  .jikka-heading h2, .jikka-split h2, .jikka-checks h2, .jikka-faq-layout h2, .jikka-contact h2 { font-size: 28px; }
  .jikka-hero { min-height: 560px; }
  .jikka-hero-image { object-position: 56% center; }
  .jikka-hero-overlay { background: linear-gradient(180deg, rgba(14,35,40,.3) 0%, rgba(14,35,40,.82) 65%, rgba(14,35,40,.93) 100%); }
  .jikka-hero-inner { justify-content: flex-end; padding-top: 54px; padding-bottom: 44px; }
  .jikka-hero h1 { font-size: 42px; }
  .jikka-hero-copy { font-size: 16px; }
  .jikka-actions, .jikka-actions .jikka-button { width: 100%; }
  .jikka-concern-grid { gap: 8px; }
  .jikka-concern-grid li { min-height: 70px; padding: 18px 10px 17px 36px; font-size: 14px; }
  .jikka-concern-grid li::before { top: 23px; left: 15px; width: 9px; height: 9px; }
  .jikka-split figure img { aspect-ratio: 1 / .86; }
  .jikka-family-grid article { padding: 24px 20px; }
  .jikka-family-grid h3 { font-size: 19px; }
  .jikka-point-grid { gap: 8px; }
  .jikka-point-grid a { min-height: 82px; padding: 14px 16px; }
  .jikka-heading-row { display: block; }
  .jikka-heading-row .jikka-text-link { margin-top: 16px; }
  .jikka-work-grid { display: flex; padding-right: 20px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .jikka-work-card { flex: 0 0 min(78vw, 290px); scroll-snap-align: start; }
  .jikka-checks ol { grid-template-columns: 1fr; }
  .jikka-checks li { min-height: 0; }
  .jikka-flow { gap: 8px; }
  .jikka-flow li { min-height: 185px; padding: 20px 15px; }
  .jikka-faq-list summary { padding-right: 34px; }
  .jikka-faq-list details p { padding-right: 0; }
  .jikka-footer-main, .jikka-footer-nav { grid-template-columns: 1fr; }
  .jikka-footer-main { gap: 34px; }
  .jikka-footer-contact { grid-column: auto; }
  .jikka-footer-bottom .container { display: block; }
}
