/**
 * 対応エリア親ページ専用CSS
 * 対象: slug area / body.ks-area-hub-page / .ks-area-hub
 *
 * 地域個別LP（kurume-area-pages.css）・トップ（kurume-front.css）・
 * 就業判定ページ（health-check-judgment.css）には混ぜない。
 */

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600;700&display=swap");

#body_wrap.ks-area-hub-page h1.c-pageTitle {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
}

#body_wrap.ks-area-hub-page .p-breadcrumb,
#body_wrap.ks-area-hub-page .c-breadcrumb {
  display: none;
}

#body_wrap.ks-area-hub-page #sidebar,
#body_wrap.ks-area-hub-page .l-sidebar,
#body_wrap.ks-area-hub-page .l-content__side {
  display: none;
}

#body_wrap.ks-area-hub-page .l-content {
  background-color: #eef8fd;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

#body_wrap.ks-area-hub-page {
  background-color: #eef8fd;
  overflow-x: clip;
}

#body_wrap.ks-area-hub-page .l-content,
#body_wrap.ks-area-hub-page .l-content__main,
#body_wrap.ks-area-hub-page .l-mainContent,
#body_wrap.ks-area-hub-page .l-mainContent__inner,
#body_wrap.ks-area-hub-page .post_content,
#body_wrap.ks-area-hub-page .wp-block-html:has(> .ks-area-hub) {
  overflow: visible;
}

#body_wrap.ks-area-hub-page .l-mainContent,
#body_wrap.ks-area-hub-page .l-content__main,
#body_wrap.ks-area-hub-page main {
  width: 100%;
  max-width: none;
  float: none;
}

#body_wrap.ks-area-hub-page .l-mainContent__inner {
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

#body_wrap.ks-area-hub-page .l-mainContent__inner > .post_content {
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

#body_wrap.ks-area-hub-page #content.l-content,
#body_wrap.ks-area-hub-page .l-mainContent,
#body_wrap.ks-area-hub-page .l-footer {
  margin-top: 0;
  margin-bottom: 0;
}

#body_wrap.ks-area-hub-page .wp-block-html:has(> .ks-area-hub) {
  margin: 0;
}

#body_wrap.ks-area-hub-page .ks-area-hub h1,
#body_wrap.ks-area-hub-page .ks-area-hub h2,
#body_wrap.ks-area-hub-page .ks-area-hub h3,
#body_wrap .ks-area-hub h1,
#body_wrap .ks-area-hub h2,
#body_wrap .ks-area-hub h3 {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#body_wrap.ks-area-hub-page .ks-area-hub h1::before,
#body_wrap.ks-area-hub-page .ks-area-hub h1::after,
#body_wrap.ks-area-hub-page .ks-area-hub h2::before,
#body_wrap.ks-area-hub-page .ks-area-hub h2::after,
#body_wrap.ks-area-hub-page .ks-area-hub h3::before,
#body_wrap.ks-area-hub-page .ks-area-hub h3::after,
#body_wrap .ks-area-hub h1::before,
#body_wrap .ks-area-hub h1::after,
#body_wrap .ks-area-hub h2::before,
#body_wrap .ks-area-hub h2::after,
#body_wrap .ks-area-hub h3::before,
#body_wrap .ks-area-hub h3::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: none !important;
}

.ks-area-hub {
  --ah-navy: #0a3a72;
  --ah-blue: #1a7ec4;
  --ah-sky: #eaf6fc;
  --ah-card: #ffffff;
  --ah-line: #d7e7f2;
  --ah-text: #2c3340;
  --ah-muted: #6b7a88;
  --ah-gold: #edc24f;
  --ah-accent: #e59a3a;
  --ah-font: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  --ah-display: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  --ah-inner: 1180px;
  --ah-bleed-left: calc(50% - 50vw + var(--swl-scrollbar_width, 0px) / 2);
  --ah-bleed-width: calc(100vw - var(--swl-scrollbar_width, 0px));
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 12px 0 0;
  overflow: visible;
  color: var(--ah-text);
  font-family: var(--ah-font);
  background: linear-gradient(180deg, #eef8fd 0%, #f4fbff 42%, #eaf6fb 100%);
}

.ks-area-hub *,
.ks-area-hub *::before,
.ks-area-hub *::after {
  box-sizing: border-box;
}

.ks-area-hub__sky {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: var(--ah-bleed-left);
  z-index: 0;
  width: var(--ah-bleed-width);
  height: clamp(320px, 40vw, 620px);
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(
    180deg,
    #000 0%,
    #000 48%,
    rgba(0, 0, 0, 0.72) 68%,
    rgba(0, 0, 0, 0.28) 84%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    180deg,
    #000 0%,
    #000 48%,
    rgba(0, 0, 0, 0.72) 68%,
    rgba(0, 0, 0, 0.28) 84%,
    rgba(0, 0, 0, 0) 100%
  );
}

.ks-area-hub__sky::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(238, 248, 253, 0.1) 0%,
      rgba(244, 251, 255, 0.22) 42%,
      rgba(234, 246, 251, 0.42) 68%,
      rgba(234, 246, 251, 0.12) 88%,
      rgba(234, 246, 251, 0) 100%
    ),
    linear-gradient(90deg, rgba(244, 251, 255, 0.08) 0%, rgba(244, 251, 255, 0) 22%, rgba(244, 251, 255, 0) 78%, rgba(244, 251, 255, 0.08) 100%);
}

.ks-area-hub__sky .ks-area-hub__img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  max-width: none;
  height: 100% !important;
  object-fit: cover;
  object-position: center 62%;
  opacity: 0.92;
  filter: saturate(0.92) brightness(1.02);
  transform: none;
}

.ks-area-hub__inner {
  position: relative;
  z-index: 1;
  width: min(var(--ah-inner), calc(100% - 56px));
  max-width: var(--ah-inner);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.ks-area-hub__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ks-area-hub__img[data-slot="kurume-featured"] {
  object-position: 18% 48%;
}

.ks-area-hub__img[data-slot="main-fukuoka"] {
  object-position: 72% 40%;
}

.ks-area-hub__img[data-slot="main-tosu"] {
  object-position: 48% 42%;
}

.ks-area-hub__img[data-slot="main-saga"] {
  object-position: 18% 46%;
}

.ks-area-hub__img[data-slot="main-kumamoto"] {
  object-position: 48% 40%;
}

.ks-area-hub__img[data-slot="main-omuta"] {
  object-position: 52% 38%;
}

.ks-area-hub__img[data-slot="service-online"] {
  object-position: 20% 46%;
}

.ks-area-hub__img[data-slot="service-judgment"] {
  object-position: 78% 42%;
}

.ks-area-hub__img[data-slot="service-home"] {
  object-position: 50% 40%;
}

.ks-area-hub__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.1fr);
  gap: 12px 16px;
  align-items: center;
  padding: 48px 0 36px;
}

.ks-area-hub__title,
.ks-area-hub__kurume-title,
.ks-area-hub__sec-title,
.ks-area-hub__sec-lead,
.ks-area-hub__sec-note,
.ks-area-hub__city-ja,
.ks-area-hub__city-en,
.ks-area-hub__city-text,
.ks-area-hub__city-more,
.ks-area-hub__pref-title,
.ks-area-hub__pref-en,
.ks-area-hub-achievements__name,
.ks-area-hub-achievements__count,
.ks-area-hub-achievements__note,
.ks-area-hub-cta__title,
.ks-area-hub-cta__catch,
.ks-area-hub-access__heading,
.ks-area-hub-access__heading-text,
.ks-area-hub-access__table,
.ks-area-hub-access__place,
.ks-area-hub-access__time,
.ks-area-hub-access__mode,
.ks-area-hub-access__note,
.ks-area-hub-access__spot,
.ks-area-hub-access__hub,
.ks-area-hub-access__legend,
.ks-area-hub__service-name,
.ks-area-hub__service-copy,
.ks-area-hub__services-title,
.ks-area-hub__faq-title,
.ks-area-hub__faq-question,
.ks-area-hub__faq-answer,
.ks-area-hub__lead,
.ks-area-hub__catch,
.ks-area-hub__quote,
.ks-area-hub__kurume-text,
.ks-area-hub__kurume-en {
  font-family: var(--ah-display) !important;
  font-feature-settings: "palt";
}

.ks-area-hub__hero-copy {
  min-width: 0;
}

.ks-area-hub__title {
  margin: 0 0 16px !important;
  color: var(--ah-navy) !important;
  -webkit-text-fill-color: var(--ah-navy);
  font-family: var(--ah-display);
  font-size: clamp(24px, 3.2vw, 38px) !important;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
  white-space: normal;
}

.ks-area-hub__title-kanji {
  font-size: 1em;
  font-weight: 700;
}

.ks-area-hub__title-kana {
  font-size: 0.74em;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.ks-area-hub__title-l2 {
  white-space: nowrap;
}

.ks-area-hub__lead {
  margin: 0;
  max-width: 28em;
  color: var(--ah-navy);
  font-size: clamp(14px, 1.35vw, 16px);
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.ks-area-hub__catch {
  position: relative;
  display: inline-block;
  margin: 18px 0 0;
  padding-top: 16px;
  color: var(--ah-navy);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.ks-area-hub__catch::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 3px;
  border-radius: 2px;
  background: var(--ah-gold);
}

.ks-area-hub__catch::after {
  content: none;
}

.ks-area-hub__hero-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  min-height: 380px;
}

.ks-area-hub__orbs {
  position: relative;
  min-height: 380px;
}

.ks-area-hub__orb {
  position: absolute;
  margin: 0;
  overflow: visible;
  border-radius: 50%;
  background: linear-gradient(160deg, #cfeaf8, #8ec8ea);
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.92),
    0 0 16px rgba(255, 255, 255, 0.8),
    0 0 28px rgba(255, 255, 255, 0.5),
    0 0 42px rgba(130, 200, 255, 0.42);
}

.ks-area-hub__orb::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 50%;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.16) 28%, transparent 54%);
  box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.28);
}

.ks-area-hub__orb .ks-area-hub__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
}

.ks-area-hub__img[data-slot="hero-circle-office"] {
  object-position: 42% 48%;
}

.ks-area-hub__img[data-slot="hero-circle-factory"] {
  object-position: 44% 42%;
}

.ks-area-hub__img[data-slot="hero-circle-building"] {
  object-position: 34% 46%;
}

.ks-area-hub__orb--lg {
  top: 56px;
  left: 10%;
  width: 216px;
  height: 216px;
  z-index: 2;
}

.ks-area-hub__orb--sm {
  top: 4px;
  left: 56%;
  right: auto;
  width: 132px;
  height: 132px;
  z-index: 1;
}

.ks-area-hub__orb--md {
  top: 158px;
  left: 50%;
  right: auto;
  width: 176px;
  height: 176px;
  z-index: 1;
}

.ks-area-hub__quote {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  border: none;
  color: var(--ah-navy);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.9;
  text-align: left;
  white-space: nowrap;
}

.ks-area-hub__quote::before {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  margin: 0 0 12px;
  background: #9aafbf;
  border-radius: 1px;
}

.ks-area-hub__quote::after {
  content: none;
}

.ks-area-hub__kurume,
.ks-area-hub__main,
.ks-area-hub__achievements,
.ks-area-hub__access,
.ks-area-hub__muni {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.ks-area-hub__main-list,
.ks-area-hub-achievements__featured,
.ks-area-hub-achievements__list,
.ks-area-hub__pref-grid {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}

.ks-area-hub__kurume {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 4px;
  margin-bottom: 52px;
}

.ks-area-hub__kurume-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.7fr);
  grid-template-areas: "body photo";
  gap: 10px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 10px !important;
  overflow: hidden;
  background: #ffffff;
  border: 1.5px solid #e2c56a;
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(10, 58, 114, 0.08);
  box-sizing: border-box;
}

.ks-area-hub__kurume-card--fukuoka {
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.95fr);
  grid-template-areas: "photo body";
}

.ks-area-hub__kurume-photo {
  grid-area: photo;
  position: relative;
  min-height: 276px;
  height: auto;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(160deg, #8ec8e8, #4a90c2);
  border-radius: 14px;
}

.ks-area-hub__kurume-photo-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}

.ks-area-hub__kurume-photo-img[data-slot="featured-kurume"] {
  background-image: url("https://kurume-sangyoui.com/wp-content/uploads/2026/09/image-18.webp");
  background-position: 20% 48%;
}

.ks-area-hub__kurume-photo-img[data-slot="featured-fukuoka"] {
  background-image: url("https://kurume-sangyoui.com/wp-content/uploads/2026/09/image-19.webp");
  background-position: 70% 39%;
}

.ks-area-hub__kurume-overlay {
  position: absolute;
  z-index: 1;
  left: 18px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  margin: 0;
  color: var(--ah-navy);
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-shadow: none;
}

.ks-area-hub__kurume-overlay span {
  display: inline-block;
  padding: 0.16em 0.52em 0.18em;
  color: var(--ah-navy);
  background: #ffffff;
  border-radius: 3px;
}

.ks-area-hub__kurume-body {
  grid-area: body;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 0;
  padding: 18px 18px 16px 16px;
  background: #ffffff;
}

.ks-area-hub__kurume-silhouette {
  position: absolute;
  top: 4px;
  right: 2px;
  z-index: 0;
  width: 128px;
  height: 128px;
  pointer-events: none;
  background-color: transparent;
  background-image: url("https://kurume-sangyoui.com/wp-content/uploads/2026/09/ChatGPT-Image-2026%E5%B9%B49%E6%9C%8812%E6%97%A5-15_29_43-1.webp");
  background-repeat: no-repeat;
  background-position: center 42%;
  background-size: 128%;
  opacity: 0.34;
  filter: saturate(0.7) brightness(1.18);
}

.ks-area-hub__kurume-title {
  position: relative;
  z-index: 1;
  margin: 0 0 2px !important;
  padding: 0 96px 0 0 !important;
  color: var(--ah-navy) !important;
  -webkit-text-fill-color: var(--ah-navy);
  font-family: var(--ah-display) !important;
  font-size: clamp(30px, 3vw, 38px) !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-align: left !important;
}

.ks-area-hub__kurume-en {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #d4a63a;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: left;
}

.ks-area-hub__kurume-text {
  position: relative;
  z-index: 1;
  margin: 14px 0 20px;
  padding-right: 8px;
  color: var(--ah-navy);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.95;
  text-align: left;
}

.ks-area-hub__kurume-more {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: auto;
  padding: 11px 22px;
  color: var(--ah-navy);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid rgba(26, 126, 196, 0.5);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(10, 58, 114, 0.06);
}

.ks-area-hub__kurume-more::after {
  content: "";
  width: 7px;
  height: 7px;
  margin: 1px 0 0 10px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(-45deg);
}

.ks-area-hub__kurume-more:hover,
.ks-area-hub__kurume-more:focus-visible {
  border-color: var(--ah-blue);
  color: var(--ah-navy);
  background: #f4fbff;
}

.ks-area-hub__map {
  display: block;
  position: relative;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 118%;
}

.ks-area-hub__map--fukuoka,
.ks-area-hub__map--omuta {
  background-image: url("https://kurume-sangyoui.com/wp-content/uploads/2026/09/ChatGPT-Image-2026%E5%B9%B49%E6%9C%8812%E6%97%A5-15_29_43-1.webp");
}

.ks-area-hub__map--tosu,
.ks-area-hub__map--saga {
  background-image: url("https://kurume-sangyoui.com/wp-content/uploads/2026/09/ChatGPT-Image-2026%E5%B9%B49%E6%9C%8812%E6%97%A5-15_29_44-2.webp");
}

.ks-area-hub__map--kumamoto {
  background-image: url("https://kurume-sangyoui.com/wp-content/uploads/2026/09/ChatGPT-Image-2026%E5%B9%B49%E6%9C%8812%E6%97%A5-15_29_46-4.webp");
}

.ks-area-hub__sec-head,
.ks-area-hub__faq-header {
  display: block;
  width: 100%;
  margin: 0 0 22px;
  padding: 0;
  text-align: center !important;
}

.ks-area-hub__sec-title {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--ah-navy) !important;
  -webkit-text-fill-color: var(--ah-navy);
  font-family: var(--ah-display);
  font-size: clamp(28px, 3.2vw, 34px) !important;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center !important;
  white-space: nowrap;
}

.ks-area-hub__sec-line,
.ks-area-hub__faq-line {
  display: block !important;
  width: 52px !important;
  height: 2px !important;
  min-height: 2px !important;
  margin: 12px auto 10px !important;
  padding: 0 !important;
  background: #8ec8ea !important;
  border: none !important;
  border-radius: 1px;
  overflow: hidden;
}

.ks-area-hub__sec-lead,
.ks-area-hub__faq-lead {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #245a8c;
  font-family: var(--ah-display) !important;
  font-size: 16px !important;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center !important;
}

.ks-area-hub__main {
  margin-top: 0;
  margin-bottom: 56px;
  font-family: var(--ah-display);
}

.ks-area-hub__main-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ks-area-hub__city-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: var(--ah-card);
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(10, 58, 114, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ks-area-hub__city-photo {
  position: relative;
  display: block;
  height: 158px;
  overflow: hidden;
  background: linear-gradient(160deg, #9fd0ea, #5aa3c8);
}

.ks-area-hub__city-photo .ks-area-hub__img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

.ks-area-hub__city-bar {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 4px;
  min-height: 58px;
  margin-top: 0;
  padding: 12px 16px 8px 10px;
  background: #ffffff;
}

.ks-area-hub__city-bar .ks-area-hub__map {
  justify-self: center;
  align-self: center;
  margin: 0;
  position: relative;
  z-index: 1;
}

.ks-area-hub__city-ja {
  color: var(--ah-navy);
  font-family: var(--ah-display) !important;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: left;
}

.ks-area-hub__go {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(26, 126, 196, 0.4);
  border-radius: 50%;
  background: #ffffff;
}

.ks-area-hub__sec-note {
  margin: 0;
  color: var(--ah-muted);
  font-family: var(--ah-display) !important;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

#body_wrap.ks-area-hub-page .ks-area-hub ul,
.ks-area-hub ul,
.ks-area-hub__main-list,
.ks-area-hub-achievements__featured,
.ks-area-hub-achievements__list,
.ks-area-hub__service-list,
.ks-area-hub-cta__points,
.ks-area-hub__muni-list {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  list-style: none;
}

.ks-area-hub__main-list,
.ks-area-hub-achievements__featured,
.ks-area-hub-achievements__list,
.ks-area-hub__service-list,
.ks-area-hub__muni-list {
  margin-top: 0;
  margin-bottom: 0;
}

.ks-area-hub__main-list > li {
  display: flex;
  margin: 0;
  min-width: 0;
}

.ks-area-hub__service-list > li,
.ks-area-hub__muni-list > li {
  margin: 0;
  min-width: 0;
}

.ks-area-hub__city-card:hover,
.ks-area-hub__city-card:focus-visible,
.ks-area-hub__service:hover,
.ks-area-hub__service:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(10, 58, 114, 0.12);
}

.ks-area-hub__city-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.ks-area-hub__city-en {
  margin: 1px 0 0;
  color: #6eabc4;
  font-family: var(--ah-display) !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-align: left;
}

.ks-area-hub__city-text {
  flex: 1 1 auto;
  margin: 0;
  padding: 2px 16px 14px;
  color: var(--ah-navy);
  font-family: var(--ah-display);
  font-size: 13px;
  font-weight: 500 !important;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: left;
}

.ks-area-hub__city-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  box-sizing: border-box;
  flex: 0 0 auto;
  max-width: calc(100% - 24px);
  margin: 0 auto 20px;
  padding: 10px 18px;
  border: 1px solid rgba(26, 126, 196, 0.5);
  border-radius: 999px;
  color: var(--ah-navy);
  font-family: var(--ah-display);
  font-size: 13px;
  font-weight: 700 !important;
  letter-spacing: 0.03em;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(10, 58, 114, 0.06);
}

.ks-area-hub__city-more::after {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin: 1px 0 0 8px;
  border-right: 1.6px solid var(--ah-navy);
  border-bottom: 1.6px solid var(--ah-navy);
  transform: rotate(-45deg);
}

.ks-area-hub__city-card:hover .ks-area-hub__city-more,
.ks-area-hub__city-card:focus-visible .ks-area-hub__city-more {
  border-color: var(--ah-blue);
  background: #f4fbff;
}

.ks-area-hub__go::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin: 10px 0 0 9px;
  border-right: 1.6px solid var(--ah-navy);
  border-bottom: 1.6px solid var(--ah-navy);
  transform: rotate(-45deg);
}

.ks-area-hub__achievements {
  margin-top: 0;
  margin-bottom: 56px;
  font-family: var(--ah-display);
}

.ks-area-hub-achievements__featured,
.ks-area-hub-achievements__list {
  display: grid;
  gap: 16px;
}

.ks-area-hub-achievements__featured {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 16px;
  align-items: stretch;
}

.ks-area-hub-achievements__list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ks-area-hub-achievements__card {
  display: block;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--ah-card);
  border: 1px solid #e3eef6;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(10, 58, 114, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ks-area-hub-achievements__link {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 4px 8px;
  min-height: 88px;
  padding: 16px 14px 16px 12px;
  color: inherit !important;
  text-decoration: none !important;
  box-sizing: border-box;
}

.ks-area-hub-achievements__card--featured .ks-area-hub-achievements__link {
  min-height: 108px;
  padding: 18px 16px 16px 14px;
}

.ks-area-hub-achievements__card:hover,
.ks-area-hub-achievements__card:focus-within {
  transform: translateY(-3px);
  border-color: #c5dcec;
  box-shadow: 0 14px 28px rgba(10, 58, 114, 0.12);
}

.ks-area-hub-achievements__link:focus-visible {
  outline: 2px solid #1a7ec4;
  outline-offset: -2px;
}

.ks-area-hub-achievements__link .ks-area-hub__go {
  display: block;
  justify-self: end;
  align-self: center;
  box-sizing: border-box;
  width: 28px;
  height: 28px;
}

.ks-area-hub-achievements__link .ks-area-hub__go::after {
  width: 6px;
  height: 6px;
  margin: 9px 0 0 9px;
}

.ks-area-hub-achievements__card:hover .ks-area-hub__go,
.ks-area-hub-achievements__card:focus-within .ks-area-hub__go {
  border-color: rgba(26, 126, 196, 0.7);
  background: #f4fbff;
}

.ks-area-hub-achievements__card .ks-area-hub__map {
  justify-self: center;
  width: 58px;
  height: 58px;
  background-size: 122%;
}

.ks-area-hub-achievements__list .ks-area-hub__map {
  width: 48px;
  height: 48px;
}

.ks-area-hub-achievements__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-self: start;
  min-width: 0;
  width: max-content;
  max-width: 100%;
}

.ks-area-hub-achievements__row {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 12px;
  min-width: 0;
  width: max-content;
  max-width: 100%;
}

.ks-area-hub-achievements__card--featured .ks-area-hub-achievements__row {
  padding-bottom: 8px;
  border-bottom: 1px solid #d7e6f0;
}

.ks-area-hub-achievements__name {
  min-width: 0;
  color: var(--ah-navy);
  font-family: var(--ah-display) !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.ks-area-hub-achievements__featured .ks-area-hub-achievements__name {
  font-size: 20px;
}

.ks-area-hub-achievements__count {
  flex: 0 0 auto;
  margin: 0;
  padding-left: 12px;
  border-left: 1px solid #c5dcec;
  color: var(--ah-navy);
  font-family: var(--ah-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.ks-area-hub-achievements__featured .ks-area-hub-achievements__count {
  font-size: 28px;
}

.ks-area-hub-achievements__unit {
  margin-left: 1px;
  font-size: 0.58em;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.ks-area-hub-achievements__note {
  display: block;
  margin: 7px 0 0;
  padding-top: 0;
  color: #5a7a94;
  font-family: var(--ah-display) !important;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.ks-area-hub-access {
  margin-top: 0;
  margin-bottom: 56px;
  font-family: var(--ah-display);
}

.ks-area-hub-access__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  grid-template-rows: minmax(0, auto) auto;
  grid-template-areas:
    "tables visual"
    "note   visual";
  gap: 12px 28px;
  align-items: stretch;
  width: 100%;
  min-width: 0;
}

.ks-area-hub-access__tables {
  display: flex;
  flex-direction: column;
  grid-area: tables;
  gap: 12px;
  min-width: 0;
  height: 100%;
}

.ks-area-hub-access__media {
  display: contents;
}

.ks-area-hub-access__card {
  min-width: 0;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #c3dceb;
  border-radius: 12px;
  box-shadow: none;
}

#body_wrap.ks-area-hub-page .ks-area-hub h3.ks-area-hub-access__heading,
#body_wrap.ks-area-hub-page .ks-area-hub-access__heading,
#body_wrap .ks-area-hub h3.ks-area-hub-access__heading,
#body_wrap .ks-area-hub-access__heading,
.ks-area-hub-access__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 !important;
  padding: 10px 14px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  background: #1a6296 !important;
  border: none;
  font-family: var(--ah-display) !important;
  font-size: 17px !important;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: center !important;
  isolation: isolate;
}

.ks-area-hub-access__heading-text {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

.ks-area-hub-access__icon {
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  flex: 0 0 1.7em;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: screen;
}

.ks-area-hub-access__icon--rail {
  background-image: url("https://kurume-sangyoui.com/wp-content/uploads/2026/09/ChatGPT-Image-2026%E5%B9%B49%E6%9C%8812%E6%97%A5-20_43_16-1.webp");
}

.ks-area-hub-access__icon--car {
  background-image: url("https://kurume-sangyoui.com/wp-content/uploads/2026/09/ChatGPT-Image-2026%E5%B9%B49%E6%9C%8812%E6%97%A5-20_43_16-2.webp");
}

.ks-area-hub-access__table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
  color: var(--ah-navy);
  font-family: var(--ah-display) !important;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

#body_wrap.ks-area-hub-page .ks-area-hub-access__table th,
#body_wrap.ks-area-hub-page .ks-area-hub-access__table td,
.ks-area-hub-access__table th,
.ks-area-hub-access__table td {
  padding: 8px 6px;
  border: 1px solid #b7d4e6;
  text-align: center;
  vertical-align: middle;
  word-break: keep-all;
  overflow-wrap: normal;
}

.ks-area-hub-access__table thead th {
  color: var(--ah-navy) !important;
  background: #cbe8f6;
  border-color: #b7d4e6;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.ks-area-hub-access__table th:nth-child(1),
.ks-area-hub-access__table td:nth-child(1),
.ks-area-hub-access__table th:nth-child(2),
.ks-area-hub-access__table td:nth-child(2),
.ks-area-hub-access__table th:nth-child(3),
.ks-area-hub-access__table td:nth-child(3) {
  width: 33.33%;
}

.ks-area-hub-access__table tbody td {
  background: #ffffff;
}

.ks-area-hub-access__place {
  color: var(--ah-navy);
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.ks-area-hub-access__time {
  color: var(--ah-navy);
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: 0;
  line-height: 1.1;
  white-space: nowrap;
}

.ks-area-hub-access__approx {
  display: inline-block;
  margin-right: 1px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  vertical-align: 0.28em;
}

.ks-area-hub-access__unit {
  display: inline-block;
  margin-left: 1px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ks-area-hub-access__mode {
  color: var(--ah-navy);
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.ks-area-hub-access__note {
  grid-area: note;
  margin: 2px 2px 0;
  color: #5a7a94;
  font-family: var(--ah-display) !important;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.ks-area-hub-access__visual {
  display: flex;
  grid-area: visual;
  align-items: stretch;
  justify-content: stretch;
  min-width: 0;
  min-height: 0;
  height: 100%;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}

#body_wrap.ks-area-hub-page .ks-area-hub-access__photo,
.ks-area-hub-access__photo {
  display: block;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  aspect-ratio: auto;
  background-color: #d4eef8;
  background-image: url("https://kurume-sangyoui.com/wp-content/uploads/2026/09/image-27.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(10, 58, 114, 0.06);
}

.ks-area-hub-access__map {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 420px;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 52%, rgba(237, 194, 79, 0.16) 0 46px, transparent 47px),
    linear-gradient(180deg, #f7fcff 0%, #eef8fd 100%);
  border-radius: 12px;
}

.ks-area-hub-access__land {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.ks-area-hub-access__land--fukuoka {
  top: 2%;
  left: 18%;
  width: 58%;
  height: 58%;
  background-image: url("https://kurume-sangyoui.com/wp-content/uploads/2026/09/ChatGPT-Image-2026%E5%B9%B49%E6%9C%8812%E6%97%A5-15_29_43-1.webp");
}

.ks-area-hub-access__land--saga {
  top: 30%;
  left: 0;
  width: 38%;
  height: 38%;
  background-image: url("https://kurume-sangyoui.com/wp-content/uploads/2026/09/ChatGPT-Image-2026%E5%B9%B49%E6%9C%8812%E6%97%A5-15_29_44-2.webp");
}

.ks-area-hub-access__land--oita {
  top: 24%;
  right: 0;
  width: 36%;
  height: 38%;
  background-image: url("https://kurume-sangyoui.com/wp-content/uploads/2026/09/ChatGPT-Image-2026%E5%B9%B49%E6%9C%8812%E6%97%A5-15_29_45-3.webp");
}

.ks-area-hub-access__land--kumamoto {
  right: 18%;
  bottom: 0;
  left: 22%;
  width: auto;
  height: 40%;
  background-image: url("https://kurume-sangyoui.com/wp-content/uploads/2026/09/ChatGPT-Image-2026%E5%B9%B49%E6%9C%8812%E6%97%A5-15_29_46-4.webp");
}

.ks-area-hub-access__routes {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.ks-area-hub-access__line {
  fill: none;
  stroke-linecap: round;
}

.ks-area-hub-access__line--rail {
  stroke: #1a7ec4;
  stroke-width: 1.15;
}

.ks-area-hub-access__line--car {
  stroke: #e59a3a;
  stroke-width: 1.15;
  stroke-dasharray: 2.4 2.1;
}

.ks-area-hub-access__hub,
.ks-area-hub-access__spot {
  position: absolute;
  z-index: 2;
  color: var(--ah-navy);
  font-family: var(--ah-display) !important;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: none;
}

.ks-area-hub-access__hub {
  top: 52%;
  left: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -50%);
  font-size: 12px;
}

.ks-area-hub-access__hub::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
  background: #edc24f;
  border: 3px solid #0a3a72;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(237, 194, 79, 0.22);
}

.ks-area-hub-access__spot {
  font-size: 12px;
}

.ks-area-hub-access__spot::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 auto 3px;
  border-radius: 50%;
}

.ks-area-hub-access__spot--hakata {
  top: 18%;
  left: 46%;
  transform: translate(-50%, -100%);
}

.ks-area-hub-access__spot--kokura {
  top: 12%;
  left: 72%;
  transform: translate(-50%, -100%);
}

.ks-area-hub-access__spot--kumamoto {
  top: 86%;
  left: 50%;
  transform: translate(-50%, 0);
}

.ks-area-hub-access__spot--tosu {
  top: 46%;
  left: 36%;
  transform: translate(-100%, -50%);
}

.ks-area-hub-access__spot--saga {
  top: 50%;
  left: 16%;
  transform: translate(-50%, -50%);
}

.ks-area-hub-access__spot--omuta {
  top: 74%;
  left: 34%;
  transform: translate(-50%, 0);
}

.ks-area-hub-access__spot--hita {
  top: 50%;
  left: 80%;
  transform: translate(-20%, -50%);
}

.ks-area-hub-access__spot--hakata::before,
.ks-area-hub-access__spot--kokura::before,
.ks-area-hub-access__spot--kumamoto::before {
  background: #1a7ec4;
}

.ks-area-hub-access__spot--tosu::before,
.ks-area-hub-access__spot--saga::before,
.ks-area-hub-access__spot--omuta::before,
.ks-area-hub-access__spot--hita::before {
  background: #e59a3a;
}

.ks-area-hub-access__legend {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 6px 10px;
  color: var(--ah-navy);
  font-family: var(--ah-display) !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 999px;
}

.ks-area-hub-access__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ks-area-hub-access__legend-item::before {
  content: "";
  width: 16px;
  height: 0;
  border-top: 2px solid #1a7ec4;
}

.ks-area-hub-access__legend-item--car::before {
  border-top-color: #e59a3a;
  border-top-style: dashed;
}

.ks-area-hub__muni {
  margin-top: 0;
  margin-bottom: 60px;
  font-family: var(--ah-display);
}

.ks-area-hub__pref-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.82fr);
  gap: 16px 18px;
  align-items: start;
}

.ks-area-hub__pref {
  min-width: 0;
  padding: 18px 16px 16px;
  background: var(--ah-card);
  border: none;
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(10, 58, 114, 0.08);
}

.ks-area-hub__pref-head {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 70px;
  margin: 0 0 14px;
}

.ks-area-hub__pref-silhouette {
  flex: 0 0 70px;
  align-self: center;
  position: relative;
  width: 70px;
  height: 70px;
  overflow: hidden;
  background: none;
}

.ks-area-hub__pref-silhouette img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  background: transparent;
  object-fit: contain;
  object-position: center;
  transform: scale(1.16);
}

.ks-area-hub__pref-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.ks-area-hub__pref-title {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--ah-navy) !important;
  -webkit-text-fill-color: var(--ah-navy);
  font-family: var(--ah-display);
  font-size: 22px !important;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: left !important;
}

.ks-area-hub__pref-en {
  margin: 2px 0 0;
  padding: 0;
  color: #6eabc4;
  font-family: var(--ah-display) !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-align: left;
}

.ks-area-hub__muni-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.ks-area-hub__muni-list--cols2 {
  grid-template-columns: 1fr 1fr;
}

.ks-area-hub__muni-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  padding: 8px 12px;
  color: var(--ah-navy);
  font-family: var(--ah-display) !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  background: #f6fbfe;
  border: 1px solid #e3eef6;
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(10, 58, 114, 0.04);
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.ks-area-hub__muni-list a::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 6px;
  border-right: 1.5px solid #8aa0b3;
  border-bottom: 1.5px solid #8aa0b3;
  transform: rotate(-45deg);
  flex-shrink: 0;
}

.ks-area-hub__muni-list a:hover,
.ks-area-hub__muni-list a:focus-visible {
  color: var(--ah-blue);
  background: #ffffff;
  border-color: #c5dcec;
}

.ks-area-hub__services {
  position: relative;
  isolation: isolate;
  margin: 0;
  padding: 140px 0 160px;
}

.ks-area-hub__services::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: auto;
  left: var(--ah-bleed-left);
  width: var(--ah-bleed-width);
  height: 200px;
  pointer-events: none;
  background: linear-gradient(180deg, #eef8fd 0%, rgba(238, 248, 253, 0.7) 40%, rgba(238, 248, 253, 0.22) 72%, rgba(238, 248, 253, 0) 100%);
}

.ks-area-hub__services-bg {
  position: absolute;
  z-index: 0;
  top: -72px;
  right: auto;
  bottom: 0;
  left: var(--ah-bleed-left);
  width: var(--ah-bleed-width);
  overflow: hidden;
  pointer-events: none;
  transform: none;
}

.ks-area-hub__services-bg img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
  object-fit: cover;
  object-position: center 74%;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.28) 14%, #000 40%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.28) 14%, #000 40%);
}

.ks-area-hub__services-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      #eef8fd 0%,
      rgba(238, 248, 253, 0.62) 12%,
      rgba(255, 255, 255, 0.2) 28%,
      rgba(255, 255, 255, 0.1) 50%,
      rgba(255, 255, 255, 0.06) 74%,
      rgba(244, 251, 255, 0.16) 100%);
}

.ks-area-hub__services-head {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  margin: 0 0 56px;
  padding: 0;
  text-align: center;
}

.ks-area-hub__services-title {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--ah-navy) !important;
  -webkit-text-fill-color: var(--ah-navy);
  font-family: var(--ah-display);
  font-size: clamp(28px, 3.2vw, 34px) !important;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center !important;
  white-space: nowrap;
  word-break: keep-all;
  line-break: strict;
}

.ks-area-hub__services-title::before,
.ks-area-hub__services-title::after,
#body_wrap.ks-area-hub-page .ks-area-hub h2.ks-area-hub__services-title::before,
#body_wrap.ks-area-hub-page .ks-area-hub h2.ks-area-hub__services-title::after,
#body_wrap .ks-area-hub h2.ks-area-hub__services-title::before,
#body_wrap .ks-area-hub h2.ks-area-hub__services-title::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  border: none !important;
}

.ks-area-hub__services-line {
  display: block;
  width: 52px;
  height: 2px;
  margin: 12px auto 10px;
  padding: 0;
  background: #8ec8ea;
  border: none;
  border-radius: 1px;
}

.ks-area-hub__services-lead {
  margin: 0;
  padding: 0;
  color: #245a8c;
  font-family: var(--ah-display) !important;
  font-size: 16px !important;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
}

.ks-area-hub__service-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  gap: 42px;
  width: min(1000px, 100%);
  max-width: 1000px;
}

#body_wrap.ks-area-hub-page .ks-area-hub ul.ks-area-hub__service-list,
.ks-area-hub ul.ks-area-hub__service-list {
  width: min(1000px, 100%);
  max-width: 1000px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ks-area-hub__service {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 188px;
  color: inherit;
  text-decoration: none;
  background: var(--ah-card);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(10, 58, 114, 0.1);
}

.ks-area-hub__service-photo {
  position: relative;
  display: block;
  height: 188px;
  overflow: hidden;
  background: linear-gradient(160deg, #9fd0ea, #5aa3c8);
}

.ks-area-hub__service-photo .ks-area-hub__img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

.ks-area-hub__service-copy {
  position: absolute;
  top: 22px;
  right: 18px;
  max-width: none;
  color: var(--ah-navy);
  -webkit-text-fill-color: var(--ah-navy);
  font-family: var(--ah-display) !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.75;
  text-align: right;
  white-space: nowrap;
  text-shadow:
    0 0 4px #fff,
    0 0 8px #fff,
    0 0 16px rgba(255, 255, 255, 0.95),
    1px 0 2px #fff,
    -1px 0 2px #fff,
    0 1px 2px #fff,
    0 -1px 2px #fff;
}

.ks-area-hub__service-copy--veil {
  z-index: 3;
  isolation: isolate;
}

.ks-area-hub__service-copy--veil::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -20px;
  right: -16px;
  bottom: -24px;
  left: -38px;
  pointer-events: none;
  background: radial-gradient(
    ellipse 78% 62% at 74% 46%,
    rgba(255, 255, 255, 0.86) 0%,
    rgba(255, 255, 255, 0.52) 32%,
    rgba(255, 255, 255, 0.2) 58%,
    rgba(255, 255, 255, 0) 78%
  );
  filter: blur(16px);
}

.ks-area-hub__service-copy--veil::after,
#body_wrap.ks-area-hub-page .ks-area-hub .ks-area-hub__service-copy--veil::after {
  content: none !important;
  display: none !important;
}

.ks-area-hub__service-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 28px 16px 14px 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 42%, #ffffff 100%);
}

.ks-area-hub__service-name {
  min-width: 0;
  color: var(--ah-navy);
  font-family: var(--ah-display);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-align: left;
}

.ks-area-hub__service-bar .ks-area-hub__go {
  justify-self: end;
}

@media (min-width: 1101px) {
  .ks-area-hub__service-bar {
    grid-template-columns: minmax(0, 1fr) 30px;
    gap: 8px;
    padding: 28px 14px 14px 16px;
  }

  .ks-area-hub__service-name {
    white-space: nowrap;
  }
}

@media (min-width: 1600px) {
  .ks-area-hub__sky {
    height: clamp(560px, 34vw, 720px);
  }

  .ks-area-hub__sky .ks-area-hub__img {
    object-position: center 68%;
  }

  .ks-area-hub__services-bg img {
    object-position: center 80%;
  }
}

@media (max-width: 1100px) {
  .ks-area-hub__hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 1fr);
  }

  .ks-area-hub__title {
    font-size: 28px !important;
  }

  .ks-area-hub__hero-visual,
  .ks-area-hub__orbs {
    min-height: 320px;
  }

  .ks-area-hub__orb--lg {
    top: 44px;
    left: 4%;
    width: 176px;
    height: 176px;
  }

  .ks-area-hub__orb--sm {
    top: 2px;
    left: 58%;
    right: auto;
    width: 112px;
    height: 112px;
  }

  .ks-area-hub__orb--md {
    top: 136px;
    left: 52%;
    right: auto;
    width: 144px;
    height: 144px;
  }

  .ks-area-hub__main-list,
  .ks-area-hub__pref-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ks-area-hub__city-more {
    white-space: nowrap;
  }

  .ks-area-hub__service-list {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    max-width: none;
  }

  .ks-area-hub__services {
    padding: 104px 0 116px;
  }

  .ks-area-hub__services-head {
    margin-bottom: 40px;
  }

  .ks-area-hub__services-bg img {
    object-position: center 84%;
  }

  .ks-area-hub__sky .ks-area-hub__img {
    width: 100% !important;
    object-position: center 58%;
  }

  .ks-area-hub__img[data-slot="service-online"] {
    object-position: 16% 42%;
  }

  .ks-area-hub__img[data-slot="service-judgment"] {
    object-position: 84% 38%;
  }

  .ks-area-hub__img[data-slot="service-home"] {
    object-position: 48% 34%;
  }

  .ks-area-hub-access__visual {
    align-self: start;
    height: auto;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub-access__photo,
  .ks-area-hub-access__photo {
    flex: 0 0 auto;
    height: auto;
    aspect-ratio: 1122 / 1402;
    background-size: contain;
    background-position: center;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .ks-area-hub__city-bar {
    padding: 12px 20px 8px 22px;
  }

  .ks-area-hub__city-text {
    padding-right: 20px;
    padding-left: 28px;
  }

  .ks-area-hub-access__grid {
    grid-template-areas: "tables visual";
    grid-template-rows: auto;
    align-items: start;
  }

  .ks-area-hub-access__media {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    grid-area: visual;
    gap: 10px;
    min-width: 0;
  }

  .ks-area-hub-access__visual {
    align-self: stretch;
    width: 100%;
    height: auto;
    min-width: 0;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub-access__photo,
  .ks-area-hub-access__photo {
    width: 100%;
  }

  .ks-area-hub-access__note {
    margin: 0;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub ul.ks-area-hub__service-list,
  .ks-area-hub ul.ks-area-hub__service-list,
  .ks-area-hub__service-list {
    width: 494px;
    max-width: 494px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 900px) and (max-width: 1100px) {
  #body_wrap.ks-area-hub-page .ks-area-hub ul.ks-area-hub__service-list,
  .ks-area-hub ul.ks-area-hub__service-list,
  .ks-area-hub__service-list {
    width: 494px;
    max-width: 494px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 900px) {
  .ks-area-hub__hero {
    grid-template-columns: 1fr;
    padding-top: 28px;
  }

  .ks-area-hub__hero-visual {
    grid-template-columns: minmax(0, 1fr);
    min-height: 320px;
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .ks-area-hub__orbs {
    min-height: 320px;
  }

  .ks-area-hub__orb--lg {
    top: 36px;
    left: 10%;
    width: 176px;
    height: 176px;
  }

  .ks-area-hub__orb--sm {
    top: 6px;
    left: 58%;
    right: auto;
    width: 116px;
    height: 116px;
  }

  .ks-area-hub__orb--md {
    top: 154px;
    left: 50%;
    right: auto;
    width: 148px;
    height: 148px;
  }

  .ks-area-hub__quote {
    font-size: 15px;
  }

  .ks-area-hub__kurume-card,
  .ks-area-hub__kurume-card--fukuoka {
    grid-template-columns: 1fr;
    grid-template-areas:
      "body"
      "photo";
    gap: 10px;
    padding: 10px !important;
  }

  .ks-area-hub__kurume-photo {
    min-height: 200px;
    height: auto;
  }

  .ks-area-hub__kurume-body {
    min-height: 0;
    padding: 16px 14px 12px 14px;
  }

  .ks-area-hub__sec-head,
  .ks-area-hub__faq-header {
    text-align: center !important;
  }

  .ks-area-hub__sec-head .ks-area-hub__sec-title {
    white-space: normal;
    word-break: keep-all;
    line-break: strict;
  }

  .ks-area-hub-achievements__featured {
    grid-template-columns: 1fr 1fr;
  }

  .ks-area-hub-achievements__card--featured {
    grid-column: 1 / -1;
  }

  .ks-area-hub-achievements__list {
    grid-template-columns: 1fr 1fr;
  }

  .ks-area-hub-access__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "tables"
      "note"
      "visual";
    gap: 20px;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub-access__photo,
  .ks-area-hub-access__photo {
    flex: 0 0 auto;
    width: 100%;
    max-width: min(100%, 560px);
    height: auto;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 1122 / 1402;
    background-size: contain;
    background-position: center;
  }
}

@media (max-width: 640px) {
  .ks-area-hub__sky .ks-area-hub__img {
    width: 100% !important;
    object-position: center 54%;
  }

  .ks-area-hub__img[data-slot="service-online"] {
    object-position: 18% 44%;
  }

  .ks-area-hub__img[data-slot="service-judgment"] {
    object-position: 80% 42%;
  }

  .ks-area-hub__img[data-slot="service-home"] {
    object-position: 50% 38%;
  }

  .ks-area-hub__services {
    padding: 84px 0 100px;
  }

  .ks-area-hub__services-head {
    margin-bottom: 32px;
  }

  .ks-area-hub__services-bg img {
    object-position: center 82%;
  }

  .ks-area-hub__inner {
    width: min(var(--ah-inner), calc(100% - 28px));
    max-width: var(--ah-inner);
    padding-left: 0;
    padding-right: 0;
  }

  .ks-area-hub__title {
    font-size: clamp(19px, 6.15vw, 24px) !important;
    white-space: normal;
  }

  .ks-area-hub__lead {
    font-size: 14px;
    max-width: none;
  }

  .ks-area-hub__lead br {
    display: none;
  }

  .ks-area-hub__catch {
    font-size: 14px;
  }

  .ks-area-hub__hero-visual {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .ks-area-hub__orbs {
    min-height: 236px;
  }

  .ks-area-hub__orb--lg {
    top: 28px;
    left: 6%;
    width: 118px;
    height: 118px;
  }

  .ks-area-hub__orb--sm {
    top: 4px;
    left: 58%;
    right: auto;
    width: 76px;
    height: 76px;
  }

  .ks-area-hub__orb--md {
    top: 122px;
    left: 48%;
    right: auto;
    width: 100px;
    height: 100px;
  }

  .ks-area-hub__quote {
    margin: 8px 0 0 auto;
    max-width: 12em;
    font-size: 15px;
  }

  .ks-area-hub__kurume-overlay {
    left: 14px;
    bottom: 14px;
    font-size: 13.5px;
  }

  .ks-area-hub__kurume-title {
    padding-right: 88px !important;
    font-size: clamp(26px, 7vw, 32px) !important;
  }

  .ks-area-hub__kurume-silhouette {
    top: 0;
    right: 0;
    width: 108px;
    height: 108px;
  }

  .ks-area-hub__kurume-en {
    font-size: 14px;
  }

  .ks-area-hub__kurume-text {
    margin: 12px 0 16px;
    font-size: 13.5px;
  }

  .ks-area-hub__kurume-more {
    align-self: flex-start;
    padding: 10px 16px;
    font-size: 13px;
    letter-spacing: 0.04em;
  }

  .ks-area-hub__main-list,
  .ks-area-hub__pref-grid,
  .ks-area-hub__muni-list,
  .ks-area-hub__muni-list--cols2,
  .ks-area-hub-achievements__featured,
  .ks-area-hub-achievements__list {
    grid-template-columns: 1fr;
  }

  .ks-area-hub-achievements__card--featured {
    grid-column: auto;
  }

  .ks-area-hub-achievements__card {
    min-height: 0;
    padding: 0;
  }

  .ks-area-hub-achievements__link {
    min-height: 80px;
    padding: 14px 12px 14px 10px;
    grid-template-columns: 48px minmax(0, 1fr) 26px;
  }

  .ks-area-hub-achievements__link .ks-area-hub__go {
    width: 26px;
    height: 26px;
  }

  .ks-area-hub-achievements__link .ks-area-hub__go::after {
    margin: 8px 0 0 8px;
  }

  .ks-area-hub-achievements__card--featured .ks-area-hub-achievements__link {
    min-height: 96px;
  }

  .ks-area-hub-achievements__card .ks-area-hub__map,
  .ks-area-hub-achievements__list .ks-area-hub__map {
    width: 48px;
    height: 48px;
  }

  .ks-area-hub-achievements__featured .ks-area-hub-achievements__name,
  .ks-area-hub-achievements__name {
    font-size: 17px;
  }

  .ks-area-hub-achievements__featured .ks-area-hub-achievements__count,
  .ks-area-hub-achievements__count {
    font-size: 22px;
  }

  .ks-area-hub-access__card {
    padding: 0;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub h3.ks-area-hub-access__heading,
  #body_wrap.ks-area-hub-page .ks-area-hub-access__heading,
  #body_wrap .ks-area-hub h3.ks-area-hub-access__heading,
  #body_wrap .ks-area-hub-access__heading,
  .ks-area-hub-access__heading {
    padding: 9px 10px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    font-size: 15px !important;
    letter-spacing: 0.04em;
  }

  .ks-area-hub-access__table thead th {
    font-size: 13px;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .ks-area-hub-access__table th,
  .ks-area-hub-access__table td {
    padding: 7px 3px;
  }

  .ks-area-hub-access__place {
    font-size: 16px !important;
    letter-spacing: 0.02em;
  }

  .ks-area-hub-access__time {
    font-size: 18px !important;
  }

  .ks-area-hub-access__approx {
    font-size: 11px;
  }

  .ks-area-hub-access__unit {
    font-size: 12px;
  }

  .ks-area-hub-access__mode {
    font-size: 15px !important;
  }

  .ks-area-hub-access__visual {
    padding: 0;
    width: 100%;
  }

  .ks-area-hub__pref-head {
    min-height: 62px;
    margin-bottom: 12px;
  }

  .ks-area-hub__pref-silhouette {
    flex-basis: 62px;
    width: 62px;
    height: 62px;
  }

  .ks-area-hub__services-title {
    white-space: nowrap;
    letter-spacing: 0.03em;
    font-size: clamp(22px, 6.85vw, 28px) !important;
  }
}

/* =========================================================
   FAQ（市町村から探すの直後）
   就業判定ページのFAQと同じ見た目・開閉。スコープは対応エリア親ページのみ。
   ========================================================= */

.ks-area-hub__faq {
  --ah-faq-navy: #07336c;
  --ah-faq-blue: #168fd3;
  --ah-faq-line: #8ec8ea;
  --ah-faq-sky: #e8f5fb;
  --ah-faq-text: #2c4862;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 8px 0 0;
  color: var(--ah-faq-navy);
  background: transparent;
  border: none;
  box-shadow: none;
  font-family: var(--ah-font);
}

.ks-area-hub__faq::before,
.ks-area-hub__faq::after {
  content: none !important;
  display: none !important;
}

.ks-area-hub__faq *:not(.ks-area-hub__faq-toggle)::before,
.ks-area-hub__faq *:not(.ks-area-hub__faq-toggle)::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.ks-area-hub__faq-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
}

.ks-area-hub__faq-header .ks-area-hub__sec-title {
  display: block !important;
  width: 100% !important;
  font-size: clamp(28px, 3.2vw, 34px) !important;
  text-align: center !important;
}

.ks-area-hub__faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 !important;
  list-style: none;
  background: none;
  border: none;
}

#body_wrap.ks-area-hub-page .ks-area-hub details.ks-area-hub__faq-item,
.ks-area-hub__faq-item {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: #ffffff !important;
  border: 1px solid rgba(175, 205, 225, 0.45) !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 22px rgba(20, 55, 90, 0.05) !important;
}

#body_wrap.ks-area-hub-page .ks-area-hub summary.ks-area-hub__faq-trigger,
.ks-area-hub__faq-trigger {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 72px !important;
  margin: 0 !important;
  padding: 16px 20px 16px 22px !important;
  color: var(--ah-faq-navy) !important;
  background: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: var(--ah-display) !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  line-height: 1.55 !important;
  text-align: left !important;
  list-style: none !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.ks-area-hub__faq-trigger::-webkit-details-marker,
#body_wrap.ks-area-hub-page .ks-area-hub summary.ks-area-hub__faq-trigger::-webkit-details-marker {
  display: none !important;
}

.ks-area-hub__faq-trigger::marker,
#body_wrap.ks-area-hub-page .ks-area-hub summary.ks-area-hub__faq-trigger::marker {
  content: none !important;
  display: none !important;
}

.ks-area-hub__faq-trigger:focus-visible {
  outline: 2px solid #7eb4d4 !important;
  outline-offset: -2px !important;
}

.ks-area-hub__faq-q {
  display: inline-flex !important;
  flex: 0 0 48px !important;
  flex-shrink: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  width: 48px !important;
  height: 48px !important;
  padding: 0 !important;
  color: #ffffff !important;
  background: var(--ah-faq-blue) !important;
  border: none !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  font-family: Arial, "Helvetica Neue", Helvetica, "Segoe UI", sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  pointer-events: none !important;
}

.ks-area-hub__faq-question {
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 12px 0 0 !important;
  color: var(--ah-faq-navy) !important;
  background: none !important;
  border: none !important;
  font-family: var(--ah-display) !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  line-height: 1.55 !important;
  overflow-wrap: anywhere;
  word-break: break-word;
  pointer-events: none !important;
}

.ks-area-hub__faq-toggle {
  position: relative !important;
  display: inline-block !important;
  flex: 0 0 36px !important;
  flex-shrink: 0 !important;
  box-sizing: border-box !important;
  width: 36px !important;
  height: 36px !important;
  margin-left: auto !important;
  background: var(--ah-faq-sky) !important;
  border: none !important;
  border-radius: 50% !important;
  pointer-events: none !important;
}

.ks-area-hub__faq-toggle::before,
.ks-area-hub__faq-toggle::after,
.ks-area-hub__faq .ks-area-hub__faq-toggle::before,
.ks-area-hub__faq .ks-area-hub__faq-toggle::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 1 !important;
  width: 14px !important;
  height: 2px !important;
  margin: 0 !important;
  background: var(--ah-faq-navy) !important;
  border: none !important;
  border-radius: 1px !important;
  box-shadow: none !important;
  transform: translate(-50%, -50%) !important;
}

.ks-area-hub__faq-toggle::after,
.ks-area-hub__faq .ks-area-hub__faq-toggle::after {
  width: 2px !important;
  height: 14px !important;
}

.ks-area-hub__faq-item[open] .ks-area-hub__faq-toggle::after {
  opacity: 0 !important;
  height: 0 !important;
}

.ks-area-hub__faq-panel {
  padding: 0 18px 16px !important;
  background: #ffffff !important;
  border: none !important;
}

.ks-area-hub__faq-answer {
  display: block !important;
  margin: 0 !important;
  padding: 16px 20px !important;
  color: var(--ah-faq-text) !important;
  background: var(--ah-faq-sky) !important;
  border: none !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  font-family: var(--ah-display) !important;
  font-size: 15.5px !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em !important;
  line-height: 1.9 !important;
  text-align: left !important;
  overflow-wrap: break-word;
}

@media (max-width: 899px) {
  .ks-area-hub__faq {
    padding: 4px 0 0;
  }

  .ks-area-hub__faq-list {
    gap: 12px;
  }

  .ks-area-hub__faq-trigger {
    min-height: 66px !important;
    padding: 14px 16px 14px 16px !important;
    gap: 12px !important;
    font-size: 16px !important;
  }

  .ks-area-hub__faq-q {
    flex-basis: 44px !important;
    width: 44px !important;
    height: 44px !important;
    font-size: 22px !important;
  }

  .ks-area-hub__faq-question {
    font-size: 16px !important;
    padding-right: 10px !important;
  }

  .ks-area-hub__faq-toggle {
    flex-basis: 32px !important;
    width: 32px !important;
    height: 32px !important;
  }

  .ks-area-hub__faq-panel {
    padding: 0 14px 14px !important;
  }

  .ks-area-hub__faq-answer {
    padding: 14px 16px !important;
    font-size: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .ks-area-hub__faq-inner,
  .ks-area-hub__faq-list,
  .ks-area-hub-cta {
    width: min(540px, 100%);
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .ks-area-hub__sky {
    height: 352px;
    -webkit-mask-image: linear-gradient(
      180deg,
      #000 0%,
      #000 72%,
      rgba(0, 0, 0, 0.68) 90%,
      rgba(0, 0, 0, 0) 100%
    );
    mask-image: linear-gradient(
      180deg,
      #000 0%,
      #000 72%,
      rgba(0, 0, 0, 0.68) 90%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .ks-area-hub__sky .ks-area-hub__img {
    object-position: center 46%;
  }

  .ks-area-hub__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "visual"
      "copy";
    align-items: stretch;
    gap: 20px 0;
    padding: 0 0 12px;
  }

  .ks-area-hub__hero-visual {
    grid-area: visual;
    order: -1;
    width: 100%;
    max-width: 100%;
    min-height: 340px;
    margin: 0;
  }

  .ks-area-hub__orbs {
    min-height: 340px;
  }

  .ks-area-hub__hero-copy {
    grid-area: copy;
    position: relative;
    z-index: 2;
    isolation: isolate;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 28px 22px 26px;
    overflow: hidden;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 255, 255, 0.6) 52%,
      rgba(244, 251, 255, 0.5) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 28px;
    box-shadow:
      0 12px 28px rgba(48, 96, 138, 0.08),
      0 2px 8px rgba(48, 96, 138, 0.04);
    -webkit-backdrop-filter: blur(16px) saturate(1.08);
    backdrop-filter: blur(16px) saturate(1.08);
  }

  .ks-area-hub__hero-copy::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 58px;
    pointer-events: none;
    background:
      radial-gradient(118% 90% at 18% 118%, rgba(168, 214, 238, 0.32) 0%, rgba(168, 214, 238, 0) 58%),
      radial-gradient(92% 80% at 82% 128%, rgba(196, 228, 246, 0.24) 0%, rgba(196, 228, 246, 0) 62%);
  }

  .ks-area-hub__hero-copy > * {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 599px) {
  .ks-area-hub__faq {
    padding: 0;
  }

  .ks-area-hub__faq-trigger {
    min-height: 62px !important;
    padding: 12px 12px 12px 14px !important;
    gap: 10px !important;
  }

  .ks-area-hub__faq-q {
    flex-basis: 42px !important;
    width: 42px !important;
    height: 42px !important;
    font-size: 21px !important;
  }

  .ks-area-hub__faq-question {
    font-size: 15px !important;
    padding-right: 8px !important;
  }

  .ks-area-hub__faq-answer {
    padding: 13px 14px !important;
    font-size: 14.5px !important;
    line-height: 1.85 !important;
  }
}

/* =========================================================
   FAQ直後の問い合わせCTA
   テキストはHTML。人物・街並みだけ画像。
   ========================================================= */

.ks-area-hub-cta {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  max-width: 720px;
  margin: 14px auto 12px;
  padding: 0;
  overflow-x: clip;
}

.ks-area-hub-cta__card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(250px, 0.95fr);
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  overflow: hidden;
  background:
    linear-gradient(105deg,
      #ffffff 0%,
      #ffffff 48%,
      #f3fbff 68%,
      #e8f5fb 100%);
  border: 1px solid rgba(215, 231, 242, 0.72);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(20, 55, 90, 0.05);
}

.ks-area-hub-cta__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 32px 12px 26px 28px;
}

#body_wrap.ks-area-hub-page .ks-area-hub h2.ks-area-hub-cta__title,
.ks-area-hub-cta__title {
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: var(--ah-navy) !important;
  -webkit-text-fill-color: var(--ah-navy);
  font-family: var(--ah-display) !important;
  font-size: 26px !important;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: left !important;
  word-break: keep-all;
  line-break: strict;
}

.ks-area-hub-cta__lead {
  margin: 0 0 20px;
  max-width: 34em;
  color: #4b6276;
  font-family: var(--ah-font);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.03em;
  word-break: keep-all;
  line-break: strict;
  overflow-wrap: normal;
}

.ks-area-hub-cta__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 12px;
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px !important;
  padding: 0 !important;
  list-style: none;
}

.ks-area-hub-cta__point {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  margin: 0;
  text-align: center;
}

.ks-area-hub-cta__icon {
  display: block;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  margin: 0 0 8px;
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-shadow: none;
}

.ks-area-hub-cta__icon--doctor {
  background-image: url("https://kurume-sangyoui.com/wp-content/uploads/2026/09/ChatGPT-Image-2026年9月12日-22_48_51-1.webp");
}

.ks-area-hub-cta__icon--pin {
  background-image: url("https://kurume-sangyoui.com/wp-content/uploads/2026/09/ChatGPT-Image-2026年9月12日-22_48_51-2.webp");
}

.ks-area-hub-cta__icon--form {
  background-image: url("https://kurume-sangyoui.com/wp-content/uploads/2026/09/image-33.webp");
  background-size: 125% auto;
}

.ks-area-hub-cta__point-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  width: calc(100% + 12px);
  min-height: 2.8em;
  margin-inline: -6px;
  color: #3d5a73;
  font-family: var(--ah-font);
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.01em;
  white-space: nowrap;
  word-break: keep-all;
  line-break: strict;
}

#body_wrap.ks-area-hub-page .ks-area-hub a.ks-area-hub-cta__button,
.ks-area-hub-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 54px;
  margin: 0;
  padding: 14px 28px;
  border: none;
  border-radius: 999px;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  background: #1a7ec4;
  box-shadow: 0 8px 18px rgba(26, 126, 196, 0.28);
  font-family: var(--ah-font);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}

.ks-area-hub-cta__button::after {
  content: "";
  width: 8px;
  height: 8px;
  margin: 1px 0 0 12px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

#body_wrap.ks-area-hub-page .ks-area-hub a.ks-area-hub-cta__button:hover,
#body_wrap.ks-area-hub-page .ks-area-hub a.ks-area-hub-cta__button:focus-visible,
.ks-area-hub-cta__button:hover,
.ks-area-hub-cta__button:focus-visible {
  color: #ffffff !important;
  background: #0a3a72;
  box-shadow: 0 10px 22px rgba(10, 58, 114, 0.28);
}

.ks-area-hub-cta__visual {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.ks-area-hub-cta__photo {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  background: url("https://kurume-sangyoui.com/wp-content/uploads/2026/09/image-34.webp") 50% 32% / cover no-repeat;
}

@media (max-width: 900px) {
  .ks-area-hub-cta {
    margin-top: 12px;
  }

  .ks-area-hub-cta__card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .ks-area-hub-cta__copy {
    padding: 28px 22px 20px;
  }

  .ks-area-hub-cta__visual {
    min-height: 280px;
  }

  .ks-area-hub-cta__photo {
    background-position: 50% 30%;
  }
}

@media (max-width: 640px) {
  .ks-area-hub-cta {
    margin-top: 12px;
    margin-bottom: 8px;
  }

  .ks-area-hub-cta__card {
    border-radius: 16px;
  }

  .ks-area-hub-cta__copy {
    padding: 28px 20px 20px;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub h2.ks-area-hub-cta__title,
  .ks-area-hub-cta__title {
    font-size: 22px !important;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }

  .ks-area-hub-cta__lead {
    margin-bottom: 20px;
    font-size: 13.5px;
    letter-spacing: 0.02em;
  }

  .ks-area-hub-cta__points {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 22px !important;
  }

  .ks-area-hub-cta__point {
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    text-align: left;
  }

  .ks-area-hub-cta__icon {
    width: 48px;
    height: 48px;
    margin: 0;
  }

  .ks-area-hub-cta__point-text {
    align-items: flex-start;
    width: auto;
    min-height: 0;
    margin-inline: 0;
    font-size: 13px;
    white-space: normal;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub a.ks-area-hub-cta__button,
  .ks-area-hub-cta__button {
    min-height: 50px;
    font-size: 14px;
    white-space: normal;
  }

  .ks-area-hub-cta__visual {
    min-height: 280px;
  }

  .ks-area-hub-cta__photo {
    background-position: 50% 28%;
  }
}

@media (min-width: 400px) and (max-width: 480px) {
  #body_wrap.ks-area-hub-page .ks-area-hub h2.ks-area-hub-cta__title,
  .ks-area-hub-cta__title {
    margin: 0 0 14px 10px !important;
  }

  .ks-area-hub-cta__lead {
    margin-left: 10px;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub ul.ks-area-hub-cta__points,
  .ks-area-hub-cta__points {
    margin-left: 10px !important;
    padding-left: 0 !important;
  }
}

@media (max-width: 480px) {
  .ks-area-hub-cta__visual {
    min-height: 286px;
  }

  .ks-area-hub-cta__photo {
    background-position: 50% 26%;
  }

  .ks-area-hub__services-lead-break {
    display: block;
  }

  .ks-area-hub__faq-lead-break {
    display: block;
  }

  .ks-area-hub__faq-lead {
    word-break: keep-all;
    line-break: strict;
  }

  .ks-area-hub__access-lead-break {
    display: block;
  }

  .ks-area-hub-access .ks-area-hub__sec-lead {
    word-break: keep-all;
    line-break: strict;
  }

  .ks-area-hub-access__grid {
    grid-template-areas:
      "tables"
      "visual"
      "note";
  }

  #body_wrap.ks-area-hub-page .ks-area-hub-access__photo,
  .ks-area-hub-access__photo {
    margin-left: auto;
    margin-right: auto;
  }

  .ks-area-hub-access__note {
    width: 100%;
    max-width: min(100%, 560px);
    margin: 0 auto;
    text-align: left;
  }

  .ks-area-hub-achievements__featured,
  .ks-area-hub-achievements__list {
    gap: 8px;
  }

  .ks-area-hub-achievements__featured {
    margin-bottom: 8px;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub-achievements__card,
  .ks-area-hub-achievements__card {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .ks-area-hub__city-bar {
    padding-left: 18px;
  }

  .ks-area-hub__city-text {
    padding-left: 24px;
  }

  .ks-area-hub__hero-copy {
    padding: 26px 18px 24px;
  }

  .ks-area-hub__orb--lg {
    top: 18px;
    left: 22%;
    width: 128px;
    height: 128px;
  }

  .ks-area-hub__orb--sm {
    top: 6px;
    left: auto;
    right: 6%;
    width: 68px;
    height: 68px;
  }

  .ks-area-hub__orb--md {
    top: 98px;
    left: auto;
    right: 4%;
    width: 94px;
    height: 94px;
  }

  .ks-area-hub__title {
    margin: 0 0 16px !important;
    line-height: 1.5;
  }

  .ks-area-hub__title-l2 {
    white-space: nowrap;
  }

  .ks-area-hub__lead {
    max-width: none;
    font-size: 14px;
    line-height: 1.95;
    letter-spacing: 0.02em;
    line-break: strict;
    word-break: keep-all;
  }

  .ks-area-hub__lead br,
  .ks-area-hub__lead-break {
    display: block;
  }

  .ks-area-hub__catch {
    margin-top: 20px;
    padding-top: 16px;
    font-size: 14px;
    white-space: nowrap;
  }
}

@media (min-width: 400px) and (max-width: 768px) {
  .ks-area-hub__orbs {
    position: relative;
    align-self: start;
    width: 236px;
    max-width: 100%;
    height: 200px;
    min-height: 200px;
    margin-left: auto;
    margin-right: clamp(12px, 8%, 40px);
  }

  .ks-area-hub__orb--lg {
    top: 14px;
    left: 0;
    right: auto;
    width: 128px;
    height: 128px;
  }

  .ks-area-hub__orb--sm {
    top: 0;
    left: 160px;
    right: auto;
    width: 68px;
    height: 68px;
  }

  .ks-area-hub__orb--md {
    top: 94px;
    left: 140px;
    right: auto;
    width: 94px;
    height: 94px;
  }
}

@media (min-width: 641px) and (max-width: 767px) {
  .ks-area-hub__sky {
    height: 520px;
    -webkit-mask-image: linear-gradient(
      180deg,
      #000 0%,
      #000 52%,
      rgba(0, 0, 0, 0.75) 72%,
      rgba(0, 0, 0, 0.3) 88%,
      rgba(0, 0, 0, 0) 100%
    );
    mask-image: linear-gradient(
      180deg,
      #000 0%,
      #000 52%,
      rgba(0, 0, 0, 0.75) 72%,
      rgba(0, 0, 0, 0.3) 88%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .ks-area-hub__sky .ks-area-hub__img {
    object-position: center 58%;
  }

  .ks-area-hub__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 184px;
    grid-template-areas: none;
    align-items: start;
    gap: 0 10px;
    padding: 28px 0 196px;
  }

  .ks-area-hub__hero-copy {
    grid-area: auto;
    position: relative;
    z-index: 3;
    isolation: auto;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 4px 8px 0 0;
    overflow: visible;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .ks-area-hub__hero-copy::after {
    content: none;
    display: none;
  }

  .ks-area-hub__title {
    font-size: 28px !important;
    letter-spacing: 0.02em;
  }

  .ks-area-hub__title-l2 {
    white-space: nowrap;
  }

  .ks-area-hub__lead {
    max-width: none;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.04em;
    word-break: normal;
    line-break: auto;
  }

  .ks-area-hub__hero .ks-area-hub__lead br {
    display: none;
  }

  .ks-area-hub__hero .ks-area-hub__lead br:last-of-type {
    display: inline;
  }

  .ks-area-hub__hero .ks-area-hub__lead-break {
    display: none;
  }

  .ks-area-hub__hero-visual {
    grid-area: auto;
    order: 0;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    min-height: 268px;
    margin: 0;
    padding-top: 0;
    align-items: start;
    overflow: visible;
  }

  .ks-area-hub__orbs {
    align-self: start;
    width: 244px;
    max-width: none;
    height: 248px;
    min-height: 248px;
    margin: 0 -40px 0 auto;
  }

  .ks-area-hub__orb--lg {
    top: 44px;
    left: 4px;
    right: auto;
    width: 140px;
    height: 140px;
  }

  .ks-area-hub__orb--sm {
    top: 22px;
    left: 156px;
    right: auto;
    width: 78px;
    height: 78px;
  }

  .ks-area-hub__orb--md {
    top: 138px;
    left: 142px;
    right: auto;
    width: 102px;
    height: 102px;
  }

  .ks-area-hub__kurume {
    margin-top: 28px;
  }
}

@media (min-width: 400px) and (max-width: 599px) {
  .ks-area-hub__city-bar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0;
    padding: 12px 16px 8px;
  }

  .ks-area-hub__city-bar .ks-area-hub__map {
    justify-self: end;
    margin: 0 8px 0 0;
  }

  .ks-area-hub__city-name {
    flex: 0 0 auto;
    align-items: center;
    text-align: center;
  }

  .ks-area-hub__city-ja,
  .ks-area-hub__city-en {
    text-align: center;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub .ks-area-hub__city-text,
  .ks-area-hub__city-text {
    width: fit-content;
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
}

@media (min-width: 481px) and (max-width: 599px) {
  .ks-area-hub-achievements__featured,
  .ks-area-hub-achievements__list {
    gap: 10px;
  }

  .ks-area-hub-achievements__featured {
    margin-bottom: 10px;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub-achievements__card,
  .ks-area-hub-achievements__card {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .ks-area-hub-access__grid {
    grid-template-areas:
      "tables"
      "visual"
      "note";
    gap: 16px;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub-access__photo,
  .ks-area-hub-access__photo {
    width: 100%;
    max-width: min(100%, 560px);
    margin-left: auto;
    margin-right: auto;
  }

  .ks-area-hub-access__note {
    width: 100%;
    max-width: min(100%, 560px);
    margin: 0 auto;
    text-align: left;
  }

  .ks-area-hub-cta__visual {
    min-height: 380px;
  }

  .ks-area-hub-cta__photo {
    background-size: cover;
    background-position: 50% 28%;
  }
}

@media (min-width: 769px) and (max-width: 899px) {
  .ks-area-hub__sky {
    height: 400px;
  }

  .ks-area-hub__sky .ks-area-hub__img {
    object-position: center 54%;
  }

  .ks-area-hub__hero {
    grid-template-columns: minmax(0, 1.18fr) minmax(236px, 0.86fr);
    align-items: start;
    column-gap: 24px;
    padding: 28px 0 72px;
  }

  .ks-area-hub__hero-copy {
    position: relative;
    z-index: 3;
  }

  .ks-area-hub__hero-visual {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 268px;
    margin: 0;
    overflow: visible;
  }

  .ks-area-hub__orbs {
    min-height: 268px;
  }

  .ks-area-hub__orb--lg {
    top: 44px;
    left: 4px;
    right: auto;
    width: 140px;
    height: 140px;
  }

  .ks-area-hub__orb--sm {
    top: 22px;
    left: 156px;
    right: auto;
    width: 78px;
    height: 78px;
  }

  .ks-area-hub__orb--md {
    top: 138px;
    left: 142px;
    right: auto;
    width: 102px;
    height: 102px;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .ks-area-hub__faq-inner,
  .ks-area-hub__faq-list,
  .ks-area-hub-cta {
    width: min(540px, 100%);
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub h2.ks-area-hub-cta__title,
  .ks-area-hub-cta__title {
    margin-left: 16px !important;
  }

  .ks-area-hub-cta__lead {
    margin-left: 16px;
  }

  .ks-area-hub-cta__visual {
    min-height: 400px;
  }

  .ks-area-hub-cta__photo {
    background-size: cover;
    background-position: 50% 28%;
  }

  .ks-area-hub-achievements__featured,
  .ks-area-hub-achievements__list {
    gap: 12px;
  }

  .ks-area-hub-achievements__featured {
    margin-bottom: 12px;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub-achievements__card,
  .ks-area-hub-achievements__card {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub ul.ks-area-hub__service-list,
  .ks-area-hub ul.ks-area-hub__service-list,
  .ks-area-hub__service-list {
    width: 76%;
    max-width: 76%;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .ks-area-hub-access__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "tables"
      "visual"
      "note";
    width: min(560px, 100%);
    margin-left: auto;
    margin-right: auto;
    gap: 16px;
  }

  .ks-area-hub-access__tables,
  .ks-area-hub-access__visual,
  .ks-area-hub-access__card {
    width: 100%;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub-access__photo,
  .ks-area-hub-access__photo {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .ks-area-hub-access__note {
    margin: 0;
    text-align: left;
  }

  .ks-area-hub__city-bar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0;
    padding: 12px 16px 8px;
  }

  .ks-area-hub__city-bar .ks-area-hub__map {
    justify-self: end;
    margin: 0 8px 0 0;
  }

  .ks-area-hub__city-name {
    flex: 0 0 auto;
    align-items: center;
    text-align: center;
  }

  .ks-area-hub__city-ja,
  .ks-area-hub__city-en {
    text-align: center;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub .ks-area-hub__city-text,
  .ks-area-hub__city-text {
    width: fit-content;
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }

  .ks-area-hub__kurume {
    margin-top: 24px;
  }

  .ks-area-hub__kurume-body {
    padding: 18px 24px 14px 26px;
  }

  .ks-area-hub__kurume-silhouette {
    top: 6px;
    right: 48px;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .ks-area-hub-cta__visual {
    min-height: 480px;
  }

  .ks-area-hub-cta__photo {
    background-size: cover;
    background-position: 50% 42%;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .ks-area-hub-achievements__featured,
  .ks-area-hub-achievements__list {
    gap: 16px;
  }

  .ks-area-hub-achievements__featured {
    margin-bottom: 16px;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub-achievements__card,
  .ks-area-hub-achievements__card {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 599px) and (max-width: 640px) {
  .ks-area-hub-achievements__featured,
  .ks-area-hub-achievements__list {
    gap: 12px;
  }

  .ks-area-hub-achievements__featured {
    margin-bottom: 12px;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub-achievements__card,
  .ks-area-hub-achievements__card {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 640px) {
  .ks-area-hub__main .ks-area-hub__city-bar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0;
    padding: 12px 16px 8px;
  }

  .ks-area-hub__main .ks-area-hub__city-bar .ks-area-hub__map {
    justify-self: end;
    margin: 0 8px 0 0;
  }

  .ks-area-hub__main .ks-area-hub__city-name {
    flex: 0 0 auto;
    align-items: center;
    text-align: center;
  }

  .ks-area-hub__main .ks-area-hub__city-ja,
  .ks-area-hub__main .ks-area-hub__city-en {
    text-align: center;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub__main .ks-area-hub__city-text,
  .ks-area-hub__main .ks-area-hub__city-text {
    width: fit-content;
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
}

/* =========================================================
   ページ下部（事務所情報・ナビ・コピーライト）
   対応エリア親ページ専用。SWELL共通フッター／他ページには作用しない。
   ========================================================= */

#body_wrap.ks-area-hub-page .l-footer {
  display: none !important;
}

.ks-area-hub-pagefoot {
  position: relative;
  z-index: 3;
  left: var(--ah-bleed-left);
  box-sizing: border-box;
  width: var(--ah-bleed-width);
  max-width: none;
  margin: 0;
  padding: 56px 24px 36px;
  overflow: hidden;
  color: var(--ah-navy);
  background: #ffffff;
  border: none;
  border-top: 1px solid #cfe3ef;
  box-shadow: none;
}

.ks-area-hub-pagefoot::before,
.ks-area-hub-pagefoot::after {
  content: none !important;
  display: none !important;
}

.ks-area-hub-pagefoot__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}

.ks-area-hub-pagefoot__brandrow {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 32px;
  width: 100%;
  margin: 0 0 40px;
  padding: 8px 0 12px;
}

.ks-area-hub-pagefoot__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

#body_wrap.ks-area-hub-page .ks-area-hub img.ks-area-hub-pagefoot__image,
.ks-area-hub-pagefoot__image {
  display: block;
  width: 108px !important;
  max-width: 108px !important;
  height: auto !important;
  margin: 0;
  padding: 0;
  border: none !important;
  box-shadow: none !important;
  object-fit: contain;
}

.ks-area-hub-pagefoot__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  min-width: 0;
  text-align: center;
}

#body_wrap.ks-area-hub-page .ks-area-hub p.ks-area-hub-pagefoot__title,
.ks-area-hub-pagefoot__title {
  display: block !important;
  width: 100%;
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: var(--ah-navy) !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-family: var(--ah-display) !important;
  font-size: 28px !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}

#body_wrap.ks-area-hub-page .ks-area-hub p.ks-area-hub-pagefoot__sub,
.ks-area-hub-pagefoot__sub {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--ah-navy) !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-family: var(--ah-display) !important;
  font-size: 15px !important;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.ks-area-hub-pagefoot__sub::before,
.ks-area-hub-pagefoot__sub::after {
  content: "" !important;
  display: block !important;
  width: 72px;
  height: 1px;
  margin: 0;
  background: #8ec8ea;
  border: none !important;
  box-shadow: none !important;
  flex-shrink: 0;
}

.ks-area-hub-pagefoot__area {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
  padding-left: 32px;
  border-left: 1px solid #8ec8ea;
}

#body_wrap.ks-area-hub-page .ks-area-hub p.ks-area-hub-pagefoot__area-text,
.ks-area-hub-pagefoot__area-text {
  margin: 0 !important;
  padding: 0 !important;
  color: #4b6276 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-family: var(--ah-display) !important;
  font-size: 15px !important;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.85;
  text-align: left;
}

.ks-area-hub-pagefoot__nav {
  width: 100%;
  margin: 0 0 28px;
  padding: 0;
}

#body_wrap.ks-area-hub-page .ks-area-hub ul.ks-area-hub-pagefoot__list,
.ks-area-hub-pagefoot__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  row-gap: 10px;
}

.ks-area-hub-pagefoot__list > li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.ks-area-hub-pagefoot__list > li + li::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  margin: 0 14px;
  background: #8ec8ea;
  flex-shrink: 0;
}

#body_wrap.ks-area-hub-page .ks-area-hub-pagefoot a,
#body_wrap.ks-area-hub-page .ks-area-hub-pagefoot .ks-area-hub-pagefoot__list a,
.ks-area-hub-pagefoot__list a {
  color: #4b6276 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-family: var(--ah-display) !important;
  font-size: 13px;
  font-weight: 500 !important;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-decoration: none !important;
  white-space: nowrap;
}

#body_wrap.ks-area-hub-page .ks-area-hub-pagefoot a:hover,
#body_wrap.ks-area-hub-page .ks-area-hub-pagefoot a:focus-visible,
.ks-area-hub-pagefoot__list a:hover,
.ks-area-hub-pagefoot__list a:focus-visible {
  color: var(--ah-navy) !important;
}

#body_wrap.ks-area-hub-page .ks-area-hub-pagefoot a[aria-current="page"],
#body_wrap.ks-area-hub-page .ks-area-hub-pagefoot a[aria-current="true"],
#body_wrap.ks-area-hub-page .ks-area-hub-pagefoot .current-menu-item > a,
#body_wrap.ks-area-hub-page .ks-area-hub-pagefoot .current_page_item > a,
#body_wrap.ks-area-hub-page .ks-area-hub-pagefoot .is-current > a,
#body_wrap.ks-area-hub-page .ks-area-hub-pagefoot a.is-current {
  color: var(--ah-navy) !important;
  font-family: var(--ah-display) !important;
  font-weight: 500 !important;
}

#body_wrap.ks-area-hub-page .ks-area-hub p.ks-area-hub-pagefoot__copy,
.ks-area-hub-pagefoot__copy {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  color: #8aa0b3 !important;
  background: none !important;
  border: none !important;
  font-family: var(--ah-font);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 1100px) {
  .ks-area-hub-pagefoot {
    padding: 48px 20px 32px;
  }

  .ks-area-hub-pagefoot__brandrow {
    gap: 0 20px;
    margin-bottom: 32px;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub img.ks-area-hub-pagefoot__image,
  .ks-area-hub-pagefoot__image {
    width: 92px !important;
    max-width: 92px !important;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub p.ks-area-hub-pagefoot__title,
  .ks-area-hub-pagefoot__title {
    font-size: 24px !important;
  }

  .ks-area-hub-pagefoot__area {
    padding-left: 20px;
  }

  .ks-area-hub-pagefoot__list > li + li::before {
    margin: 0 10px;
  }
}

@media (max-width: 768px) {
  .ks-area-hub-access__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "tables"
      "visual"
      "note";
  }

  .ks-area-hub-access__note {
    width: 100%;
    max-width: min(100%, 560px);
    margin: 0 auto;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .ks-area-hub-pagefoot {
    padding: 40px 20px 32px;
  }

  .ks-area-hub-pagefoot__brandrow {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
    padding: 0;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub img.ks-area-hub-pagefoot__image,
  .ks-area-hub-pagefoot__image {
    width: 88px !important;
    max-width: 88px !important;
    margin: 0 auto;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub p.ks-area-hub-pagefoot__title,
  .ks-area-hub-pagefoot__title {
    font-size: 22px !important;
    white-space: normal;
  }

  .ks-area-hub-pagefoot__sub::before,
  .ks-area-hub-pagefoot__sub::after {
    width: 48px;
  }

  .ks-area-hub-pagefoot__area {
    padding-left: 0;
    border-left: none;
    justify-content: center;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub p.ks-area-hub-pagefoot__area-text,
  .ks-area-hub-pagefoot__area-text {
    font-size: 14px !important;
    text-align: center;
  }

  .ks-area-hub-pagefoot__nav {
    margin-bottom: 24px;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub ul.ks-area-hub-pagefoot__list,
  .ks-area-hub-pagefoot__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    row-gap: 12px;
    column-gap: 12px;
  }

  .ks-area-hub-pagefoot__list > li {
    width: 100%;
    justify-content: center;
  }

  .ks-area-hub-pagefoot__list > li + li::before {
    content: none;
    display: none;
    width: 0;
    margin: 0;
  }

  #body_wrap.ks-area-hub-page .ks-area-hub-pagefoot a,
  .ks-area-hub-pagefoot__list a {
    font-size: 13px;
    white-space: normal;
    text-align: center;
  }
}

@media (min-width: 901px) {
  .ks-area-hub__kurume {
    margin-bottom: 96px;
  }

  .ks-area-hub__main,
  .ks-area-hub__achievements,
  .ks-area-hub__access,
  .ks-area-hub-access,
  .ks-area-hub__muni {
    margin-top: 0;
    margin-bottom: 96px;
  }

  .ks-area-hub__faq {
    margin: 0;
    padding: 0;
  }

  .ks-area-hub-cta {
    margin-top: 14px;
  }

  .ks-area-hub__sec-head,
  .ks-area-hub__faq-header {
    margin: 0 0 42px;
  }

  .ks-area-hub__sec-line,
  .ks-area-hub__faq-line {
    margin: 16px auto 16px !important;
  }

  .ks-area-hub__services {
    padding: 96px 0 96px;
  }

  .ks-area-hub__services-head {
    margin: 0 0 42px;
  }

  .ks-area-hub__services-line {
    margin: 16px auto 16px;
  }
}
