/**
 * site-footer-lock.css — 全ページで </head> 直前に最後に読み込む。
 * ページ固有 CSS・inline style より後勝ちで、トップページと同一フッターに固定する。
 */
html body #site-footer {
  padding: 56px 0 32px !important;
  margin: -1px 0 0 !important;
  border-top: none !important;
  left: 0 !important;
  right: 0 !important;
  transform: none !important;
  width: 100% !important;
  max-width: 100vw !important;
  background: #0a0a0a !important;
  color: #bfb9b0 !important;
  display: block !important;
  box-sizing: border-box !important;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
}
html body #site-footer .footer-inner {
  padding: 0 80px !important;
  max-width: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
html body #site-footer .footer-grid {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  margin-bottom: 32px !important;
  grid-template-columns: none !important;
}
html body #site-footer .footer-col {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr auto !important;
  grid-template-rows: auto auto !important;
  gap: 0 32px !important;
  width: 100% !important;
  align-items: start !important;
}
html body #site-footer .footer-col .footer-col-title {
  grid-column: 1 !important;
  grid-row: 1 !important;
  margin: 0 0 20px 0 !important;
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  color: #b8956a !important;
}
html body #site-footer .footer-col .office-item:nth-child(2) {
  grid-column: 1 !important;
  grid-row: 2 !important;
  padding-left: 0 !important;
  border-left: none !important;
}
html body #site-footer .footer-col .office-item:nth-child(3) {
  grid-column: 2 !important;
  grid-row: 2 !important;
}
html body #site-footer .footer-col .office-item:nth-child(4) {
  grid-column: 3 !important;
  grid-row: 2 !important;
}
html body #site-footer .footer-col .office-name {
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #c9a962 !important;
}
html body #site-footer .footer-col .office-addr,
html body #site-footer .footer-col .office-tel {
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
  color: #857f77 !important;
}
html body #site-footer .footer-col .office-addr a,
html body #site-footer .footer-col .office-tel a {
  color: #857f77 !important;
  font-family: inherit !important;
  display: inline !important;
}
html body #site-footer .footer-logo {
  grid-column: 4 !important;
  grid-row: 1 / -1 !important;
  align-self: end !important;
  margin: 0 !important;
  order: unset !important;
}
html body #site-footer .footer-logo img {
  width: clamp(72px, 7vw, 110px) !important;
  height: auto !important;
  max-width: min(146px, 30vw) !important;
  max-height: 128px !important;
  aspect-ratio: 685.82 / 559.98 !important;
  object-fit: contain !important;
  filter: invert(1) grayscale(1) brightness(1.05) !important;
  opacity: 0.42 !important;
}
html body #site-footer .footer-divider {
  margin-bottom: 20px !important;
  border-top-color: rgba(255, 255, 255, 0.06) !important;
}
html body #site-footer .footer-copy {
  font-family: "Jost", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.35) !important;
  text-align: center !important;
}
@media (max-width: 1024px) {
  html body #site-footer {
    padding-top: 56px !important;
    padding-bottom: env(safe-area-inset-bottom, 0px) !important;
  }
  html body #site-footer .footer-inner {
    padding: 32px 24px 16px !important;
  }
  html body #site-footer .footer-grid {
    margin-bottom: 24px !important;
  }
  html body #site-footer .footer-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    padding-bottom: 16px !important;
    gap: 0 !important;
  }
  html body #site-footer .footer-col .footer-col-title,
  html body #site-footer .footer-col .office-item {
    grid-column: unset !important;
    grid-row: unset !important;
  }
  html body #site-footer .footer-col .office-item {
    width: 100% !important;
    padding: 14px 0 20px !important;
    border-left: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  }
  html body #site-footer .footer-col .office-item:first-of-type {
    padding-top: 0 !important;
  }
  html body #site-footer .footer-col .office-item:last-of-type {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
  html body #site-footer .footer-logo {
    grid-column: unset !important;
    grid-row: unset !important;
    order: 0 !important;
    margin: 24px auto 0 !important;
    align-self: center !important;
  }
  html body #site-footer .footer-logo img {
    width: clamp(74px, 22vw, 118px) !important;
    max-width: min(118px, 34vw) !important;
    max-height: 108px !important;
  }
}
