#footer-container {
  background: var(--Neutral-Black);
  color: white;
}

.go-to-top {
  font-family: 'Times New Roman';
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.go-to-top:hover {
  color: white;
}

.footer-logo {
  display: block;
}

.footer-bread-crump a.bread-crump-link {
  color: white;
  margin: 0 10px;
  font-size: 14px;
}

.footer-bread-crump a.bread-crump-link:first-child {
  margin-left: 0;
}

.copyright {
  color: white;
  font-family: 'Times New Roman';
  font-size: 12px;
}

#mobile-footer {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  background: white;
  width: 100%;
  display: none;
}

.mobile-footer-links {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.mobile-footer-link {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-family: 'Times New Roman';
  color: var(--Neutral-Black);
  align-items: center;
}

.mobile-footer-link.active {
  position: relative;
}

.mobile-footer-link.active::before {
  content: '';
  width: 100%;
  height: 2px;
  background: black;
  position: absolute;
  top: -7px;
  left: 0;
}

.mobile-footer-link img {
  width: 24px;
  height: 24px;
}

.mobile-footer-link:hover {
  color: var(--Neutral-Black);
}

@media (max-width: 768px) {
  #mobile-footer {
    display: block;
  }
}

/* ▼▼▼ CTAセクション（Figmaデザイン準拠） ▼▼▼ */
.footer-cta-section {
  background: #212529; /* RGB(33, 37, 41) - CTAセクションの背景色 */
  padding: 60px 0; /* 上下のパディング */
}

.footer-cta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* お問い合わせセクション */
.contact-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 164px;
}

.section-subtitle {
  height: 27px;
  color: #888b8c;
  font-family: 'Zen Kaku Gothic New', var(--default-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  letter-spacing: 1.8px;
}

.section-title {
  height: 48px;
  color: #fdfdfd;
  font-family: 'Times New Roman', Times, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
  letter-spacing: 2.4px;
}

.contact-boxes {
  display: flex;
  gap: 24px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  justify-content: center;
}

.contact-box.card-link {
  text-decoration: none;
  color: inherit;
  background: #f8fafa;
  border-radius: 8px;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: box-shadow 0.2s, background 0.2s;
}
.contact-box.card-link:hover {
  box-shadow: 0 4px 16px rgba(33, 37, 41, 0.1);
  background: #f0f2f3;
}

/* 通常のcontact-box（PCお電話用） */
.contact-box:not(.card-link) {
  background: #f8fafa;
  border-radius: 8px;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.contact-box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.contact-box-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  object-fit: contain;
}

.contact-box-title {
  color: #212529;
  font-family: 'Zen Kaku Gothic New', var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1.8px;
}

.contact-box-desc {
  color: #212529;
  font-family: 'Zen Kaku Gothic New', var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  letter-spacing: 1.4px;
}

.contact-box-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.phone-number {
  color: #212529;
  font-family: 'Zen Kaku Gothic New', var(--default-font-family);
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.84px;
}

.phone-hours {
  color: #000000;
  font-family: 'Zen Kaku Gothic New', var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  letter-spacing: 0.42px;
}

/* 関連サイトセクション */
.related-sites-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.section-title-white {
  color: #fdfdfd;
  font-family: 'Zen Kaku Gothic New', var(--default-font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  letter-spacing: 2.4px;
}

.related-sites-list {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 960px;
}

.related-site-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.related-site-desc {
  height: 40px;
  color: #fdfdfd;
  font-family: 'Hiragino Kaku Gothic Pro', var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  letter-spacing: 1.4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.related-site-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 240px;
  height: 40px;
  padding: 6px 12px;
  background: #212529;
  border: 0.5px solid #fdfdfd;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.2s;
}

.related-site-btn span {
  color: #fdfdfd;
  font-family: 'Hiragino Kaku Gothic Pro', var(--default-font-family);
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-align: center;
}

.related-site-btn svg {
  flex-shrink: 0;
}

.related-site-btn img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  object-fit: contain;
}

.related-site-btn:hover {
  background: #111;
  transform: translateY(-2px);
}

.related-site-divider {
  width: 0.5px;
  align-self: stretch;
  background: #c4c4c4;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .footer-cta-section {
    padding: 40px 0; /* スマホ時の上下パディング */
  }

  .footer-cta-wrapper {
    gap: 40px;
  }

  .contact-boxes {
    flex-direction: column;
    gap: 16px;
  }

  .contact-box.card-link,
  .contact-box:not(.card-link) {
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
  }

  .related-sites-section {
    width: 100%;
    padding: 0;
  }

  .related-sites-list {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    padding: 0;
  }

  .related-site-item {
    width: 100%;
    max-width: 345px;
    align-items: center;
  }

  .related-site-btn {
    margin: 0 auto;
  }

  .related-site-divider {
    display: none;
  }
}
/* ▲▲▲ CTAセクション（Figmaデザイン準拠） ▲▲▲ */

.sp-tel-link {
  display: none;
}
.pc-tel-label {
  display: inline;
}
@media (max-width: 768px) {
  .sp-tel-link {
    display: flex;
  }
  .pc-tel-label {
    display: none;
  }
}
