/* =============================================
   footer.css - コーポレートサイト フッター
   ============================================= */

.site-footer {
  overflow-x: clip;
}

.site-footer__logo {
  width: 230px;
  max-width: min(230px, 100%);
  height: auto;
  flex-shrink: 0;
}

.site-footer__tagline {
  word-break: keep-all;
  overflow-wrap: normal;
  max-width: 16rem;
}

.site-footer__nav-col {
  flex-shrink: 0;
}

.site-footer__nav-col a {
  white-space: nowrap;
}

.site-footer__contact {
  flex-shrink: 0;
}

.site-footer__contact-btn {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}

.site-footer__bottom-links a {
  white-space: nowrap;
}
