/* General pages for astra-hojyokin.com. Keep this scoped outside WPForms. */
.astra-general-site {
  margin: 0;
  background: #f4f7fc;
  color: #1a1f2c;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.7;
  letter-spacing: 0;
}

.astra-general-site .claude-design-page {
  --navy: #0f2c6b;
  --navy-2: #19438f;
  --navy-soft: #e8eef9;
  --navy-bg: #f4f7fc;
  --ink: #1a1f2c;
  --muted: #6b7280;
  --line: #e3e8f0;
  --bg: #ffffff;
  --max: 1120px;
  --border: #e3e8f0;
  --navy-900: #0d233b;
  --navy-800: #0f2340;
  --navy-700: #123456;
  --rich-blue-2: #246087;
  --ink-900: #182238;
  --ink-700: #314257;
  --ink-500: #667085;
  --accent: #f2b632;
  --radius-pill: 999px;
  --font-main: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-en: Inter, system-ui, sans-serif;
  min-height: 100vh;
  background: var(--navy-bg);
  color: var(--ink);
  isolation: isolate;
}

.astra-general-site .claude-design-page,
.astra-general-site .claude-design-page * {
  box-sizing: border-box;
}

.astra-general-site .claude-design-page img {
  display: block;
  max-width: 100%;
}

.astra-general-site .claude-design-page a {
  color: inherit;
  text-decoration: none;
}

.astra-general-site .site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(20, 59, 99, .12);
  box-shadow: 0 18px 42px rgba(18, 32, 50, .06);
  backdrop-filter: blur(14px);
  font-family: var(--font-main);
}

.astra-general-site .claude-design-page > .site-header,
.astra-general-site .claude-design-page > .site-header *,
.astra-general-site .claude-design-page > .footer,
.astra-general-site .claude-design-page > .footer * {
  font-feature-settings: normal;
  -webkit-font-smoothing: auto;
}

.astra-general-site .header-inner {
  max-width: var(--max);
  min-height: 82px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}

.astra-general-site .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: inherit;
}

.astra-general-site .logo-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.astra-general-site .logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.astra-general-site .logo-mark-footer {
  width: 54px;
  height: 54px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .2);
}

.astra-general-site .logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.astra-general-site .logo-text .ja {
  color: var(--navy-900);
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .5px;
}

.astra-general-site .logo-text .en {
  color: var(--ink-500);
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.astra-general-site .nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
  font-family: var(--font-main);
}

.astra-general-site .nav a {
  position: relative;
  padding: 6px 0;
  color: #314257;
  font-size: 13px;
  font-weight: 700;
  transition: color .15s;
}

.astra-general-site .nav a:hover {
  color: var(--rich-blue-2);
}

.astra-general-site .nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--rich-blue-2);
}

.astra-general-site a.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #123456, #246087);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 14px 28px rgba(20, 59, 99, .24);
  font-family: var(--font-main);
  transition: background .15s, transform .15s;
}

.astra-general-site a.header-cta:hover {
  color: #fff;
  transform: translateY(-1px);
}

.astra-general-site .menu-toggle {
  display: none;
}

.astra-general-site .astra-unified-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.astra-general-site .special-header__inner {
  max-width: 1180px;
  min-height: 74px;
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.astra-general-site .special-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--navy);
  font-weight: 800;
  cursor: pointer;
}

.astra-general-site .special-brand__mark {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.astra-general-site .special-brand__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.astra-general-site .special-brand__text {
  display: grid;
  gap: 1px;
  line-height: 1.25;
}

.astra-general-site .special-brand__name {
  color: var(--navy);
  font-size: 16px;
  font-weight: 800;
}

.astra-general-site .special-brand__sub {
  color: var(--muted);
  font-size: 12px;
}

.astra-general-site .special-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #30394d;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.astra-general-site .special-nav a:hover {
  color: var(--navy);
}

.astra-general-site .special-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: #c99a2e;
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
}

.astra-general-site .special-header__cta:hover {
  opacity: .9;
}

.astra-general-site .special-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.astra-general-site .special-menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.astra-general-site .cd-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.astra-general-site .cd-header-inner {
  max-width: 1180px;
  min-height: 74px;
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.astra-general-site .cd-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--navy);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.astra-general-site .cd-brand-mark {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  overflow: hidden;
}

.astra-general-site .cd-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.astra-general-site .cd-nav-top {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.astra-general-site .cd-nav-top a {
  color: #30394d;
}

.astra-general-site .cd-nav-top a:hover {
  color: var(--navy);
}

.astra-general-site .cd-header-right {
  display: flex;
  align-items: center;
}

.astra-general-site .cd-tel {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.1;
}

.astra-general-site .cd-tel small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
}

.astra-general-site .cd-tel-ico {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.astra-general-site .l-mainContent.l-article {
  width: min(100%, 980px);
  max-width: 980px;
  margin: 0 auto;
  padding: 52px 24px 80px;
}

.astra-general-site .c-pageTitle {
  margin: 0 0 34px;
  color: var(--navy);
  font-family: "Noto Serif JP", "Noto Sans JP", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .08em;
  text-align: center;
  border-bottom: 0;
}

.astra-general-site .c-pageTitle::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 18px auto 0;
  background: var(--navy);
}

.astra-general-site .post_content {
  color: #334e68;
  font-size: 15.5px;
  line-height: 1.95;
}

.astra-general-site .post_content > :not(.astra-profile-page):not(.astra-office-insert) {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.astra-general-site .post_content > .astra-profile-page {
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.astra-general-site .post_content > .astra-office-insert {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.astra-general-site .post_content h1,
.astra-general-site .post_content h2,
.astra-general-site .post_content h3 {
  color: var(--navy);
  line-height: 1.5;
  letter-spacing: .04em;
}

.astra-general-site .post_content h2 {
  margin-top: 42px;
}

.astra-general-site .wp-block-table {
  overflow-x: auto;
}

.astra-general-site .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--line);
}

.astra-general-site .wp-block-table td,
.astra-general-site .wp-block-table th {
  padding: 16px 18px;
  border: 1px solid var(--line);
  vertical-align: top;
}

.astra-general-site .wp-block-group.has-background {
  border-radius: 8px;
}

.astra-general-site footer {
  margin-top: 72px;
  padding: 50px 24px 24px;
  background: var(--navy);
  color: #cfd7e8;
  font-size: 13px;
}

.astra-general-site .cd-foot {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
}

.astra-general-site .cd-foot .cd-brand {
  margin-bottom: 14px;
  color: #fff;
}

.astra-general-site .cd-foot-info {
  color: #cfd7e8;
  font-size: 12px;
  line-height: 1.9;
}

.astra-general-site .cd-foot h5 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 13px;
  letter-spacing: .05em;
}

.astra-general-site .cd-foot ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.astra-general-site .cd-foot li {
  position: relative;
  padding: 6px 0 6px 14px;
  color: #cfd7e8;
  font-size: 12px;
}

.astra-general-site .cd-foot li::before {
  content: ".";
  position: absolute;
  left: 0;
  color: #7d8db1;
}

.astra-general-site .cd-foot a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.astra-general-site .cd-foot-disabled {
  color: #8190b1;
}

.astra-general-site .cd-foot-legal {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 10px;
  color: #cfd7e8;
  font-size: 12px;
}

.astra-general-site .cd-foot-legal a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.astra-general-site .cd-copy {
  max-width: 1100px;
  margin: 36px auto 0;
  padding-top: 18px;
  border-top: 1px solid #2a4380;
  color: #9aa6c4;
  font-size: 11px;
  text-align: center;
}

.astra-general-site .astra-unified-footer {
  margin-top: 72px;
  padding: 44px 22px 22px;
  background: #071a2f;
  color: #d7e2ee;
  font-size: 13px;
}

.astra-general-site .astra-unified-footer a {
  color: #fff;
}

.astra-general-site .special-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr .8fr 1fr .8fr;
  gap: 34px;
}

.astra-general-site .astra-unified-footer h5 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 15px;
}

.astra-general-site .astra-unified-footer p,
.astra-general-site .astra-unified-footer ul {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

.astra-general-site .astra-unified-footer ul {
  list-style: none;
}

.astra-general-site .astra-unified-footer li {
  padding: 3px 0;
}

.astra-general-site .special-footer__brand p {
  margin-top: 14px;
}

.astra-general-site .special-brand--footer .special-brand__mark {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  overflow: hidden;
}

.astra-general-site .special-brand--footer .special-brand__name,
.astra-general-site .special-brand--footer .special-brand__sub {
  color: #fff;
}

.astra-general-site .special-footer__bottom {
  max-width: 1180px;
  margin: 30px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: #aab8c7;
  font-size: 13px;
}

.astra-general-site .footer {
  position: relative;
  overflow: hidden;
  margin-top: 72px;
  padding: 88px 28px 34px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(rgba(255, 255, 255, .043) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(132deg, #071426 0%, #0f2545 48%, #1a3556 100%);
  color: rgba(255, 255, 255, .85);
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.astra-general-site .footer::before {
  content: "ASTRA";
  position: absolute;
  right: clamp(24px, 8vw, 120px);
  top: 22px;
  color: rgba(255, 255, 255, .035);
  font-family: var(--font-en);
  font-size: clamp(78px, 13vw, 190px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
  pointer-events: none;
}

.astra-general-site .footer-grid {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(34px, 5vw, 76px);
  align-items: start;
}

.astra-general-site .footer-brand {
  max-width: 380px;
}

.astra-general-site .footer-brand .logo {
  gap: 14px;
}

.astra-general-site .footer-brand .logo-text .ja {
  color: #fff;
}

.astra-general-site .footer-brand .logo-text .en {
  color: rgba(255, 255, 255, .55);
}

.astra-general-site .footer-brand p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  line-height: 2;
}

.astra-general-site .footer h5 {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
}

.astra-general-site .footer h5::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  margin-top: 12px;
  background: linear-gradient(90deg, #8ea8c6, rgba(255, 255, 255, .36));
}

.astra-general-site .footer ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.astra-general-site .footer ul a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}

.astra-general-site .footer ul a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid rgba(142, 168, 198, .9);
  border-right: 1px solid rgba(142, 168, 198, .9);
  transform: rotate(45deg);
}

.astra-general-site .footer ul a:hover {
  color: #fff;
}

.astra-general-site .footer .tel-block {
  display: inline-block;
  min-width: 230px;
  padding: 22px;
  border: 1px solid rgba(142, 168, 198, .24);
  border-radius: 8px;
  background: rgba(255, 255, 255, .055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.astra-general-site .footer .tel-block .value {
  color: #fff;
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  white-space: nowrap;
}

.astra-general-site .footer .tel-block .sub {
  margin-top: 6px;
  color: rgba(255, 255, 255, .64);
  font-size: 11px;
}

.astra-general-site .footer .tel-block .btn-ftr {
  width: 100%;
  margin-top: 18px;
  padding: 12px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 8px;
  background: var(--accent);
  color: var(--ink-900);
  font-size: 12px;
  font-weight: 700;
}

.astra-general-site .footer-bottom {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, .54);
  font-size: 11px;
}

.astra-general-site .footer-bottom a {
  color: rgba(255, 255, 255, .7);
}

.astra-general-site .footer-bottom a:hover {
  color: #fff;
}

.astra-general-site .astra-line-floating {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100vw - 32px);
  padding: 10px 14px 10px 10px;
  border-radius: 10px;
  background: #48c760;
  color: #fff;
  box-shadow: 0 16px 34px rgba(17, 24, 39, .24);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.astra-general-site .astra-line-floating:hover {
  opacity: .95;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(17, 24, 39, .28);
}

.astra-general-site .astra-line-floating img {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  padding: 3px;
  border-radius: 6px;
  background: #fff;
  object-fit: cover;
}

.astra-general-site .astra-line-floating > span {
  display: grid;
  gap: 2px;
  white-space: nowrap;
}

.astra-general-site .astra-line-floating strong {
  font-size: 13px;
}

@media (max-width: 960px) {
  .astra-general-site .cd-header-inner {
    min-height: 68px;
    padding: 12px 18px;
    flex-wrap: wrap;
    gap: 12px;
  }

  .astra-general-site .cd-nav-top {
    order: 4;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 14px;
    margin-left: 0;
    padding-top: 10px;
    border-top: 1px solid var(--line);
    white-space: normal;
  }

  .astra-general-site .cd-header-right {
    margin-left: auto;
  }

  .astra-general-site .cd-tel {
    font-size: 14px;
  }

  .astra-general-site .l-mainContent.l-article {
    padding: 38px 18px 64px;
  }

  .astra-general-site .c-pageTitle {
    font-size: 30px;
  }

  .astra-general-site .post_content {
    font-size: 15px;
  }

  .astra-general-site .wp-block-table td,
  .astra-general-site .wp-block-table th {
    padding: 13px 14px;
  }

  .astra-general-site .cd-foot {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .astra-general-site footer {
    margin-top: 48px;
  }

  .astra-general-site .astra-line-floating {
    right: 14px;
    bottom: 14px;
    padding: 8px 12px 8px 8px;
    font-size: 12px;
  }

  .astra-general-site .astra-line-floating img {
    width: 44px;
    height: 44px;
  }

  .astra-general-site .header-inner {
    min-height: 34px !important;
    padding: 6px 14px !important;
  }

  .astra-general-site .header-inner img {
    width: 20px !important;
    height: 20px !important;
  }

  .astra-general-site .nav {
    display: none;
  }

  .astra-general-site .nav.open {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 24px;
    border-bottom: 1px solid var(--border);
    background: #fff;
    white-space: normal;
  }

  .astra-general-site .nav.open a {
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
  }

  .astra-general-site a.header-cta {
    display: none;
  }

  .astra-general-site .menu-toggle {
    display: inline-grid;
    place-items: center;
    width: 21px;
    height: 21px;
    margin-left: auto;
    padding: 4px;
    border: 0;
    background: transparent;
    color: var(--ink-900);
  }

  .astra-general-site .menu-toggle svg {
    width: 14px !important;
    height: 14px !important;
  }

  .astra-general-site .footer {
    padding: 72px 20px 108px;
  }

  .astra-general-site .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 28px;
  }

  .astra-general-site .footer-brand {
    grid-column: 1 / -1;
  }

  .astra-general-site .footer .tel-block {
    width: 100%;
  }

  .astra-general-site .footer-bottom {
    align-items: flex-start;
    line-height: 1.8;
  }

  .astra-general-site .special-header__inner {
    min-height: 68px;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 18px;
  }

  .astra-general-site .special-menu-toggle {
    display: inline-block;
  }

  .astra-general-site .special-nav {
    display: none;
    width: 100%;
    order: 4;
    margin-left: 0;
    padding-top: 10px;
    border-top: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    white-space: normal;
  }

  .astra-general-site .special-nav.is-open {
    display: flex;
  }

  .astra-general-site .special-nav a {
    width: 100%;
    padding: 12px 0;
  }

  .astra-general-site .special-header__cta {
    display: none;
  }

  .astra-general-site .special-footer__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .astra-general-site .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 36px;
  }

  .astra-general-site .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}

/* スマホ用固定お問い合わせバー（フロントページ以外の一般ページにも適用） */
.fuei-mobile-cta { display: none; }
@media (max-width: 900px) {
  .fuei-mobile-cta {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6px;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 10000;
    background: #fff;
    border-top: 1px solid #e3e8f0;
    box-shadow: 0 -6px 20px rgba(7, 26, 47, .12);
    padding: 6px 8px calc(6px + env(safe-area-inset-bottom, 0px));
  }
  .fuei-mobile-cta .fuei-mcta-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 8px 4px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
  }
  .fuei-mobile-cta .fuei-mcta-item svg { width: 22px; height: 22px; }
  .fuei-mobile-cta .fuei-mcta-tel { background: #0f2c6b; color: #fff; }
  .fuei-mobile-cta .fuei-mcta-line { background: #06c755; color: #fff; }
  .fuei-mobile-cta .fuei-mcta-form { background: #f2b632; color: #fff; }
  .astra-line-floating { display: none; }
  body { padding-bottom: 74px; }
}

/* トップページ（page-special.php）は末尾セクションが紺色で終わるため、
   一般ページ向けのフッター上部余白（72px/48px）は不要。 */
.special-site + footer {
  margin-top: 0;
}
