.footer-cta.section {
  padding-top: 139.2px;
  padding-bottom: 139.2px;
  background:
    linear-gradient(90deg, rgba(246,244,241,0.94), rgba(246,244,241,0.78)),
    url("../images/common/ChatGPT Image 2026年4月13日 15_16_19.png") center center / cover no-repeat;
}

.footer-cta__grid {
  height: auto;
}

.footer-cta .section-title {
  font-size: calc(clamp(36px, 4.4vw, 64px) * 0.7);
}

.footer-cta .section-lead {
  font-size: 0.8em;
}

.footer-cta .btn {
  background: #101113;
}

.footer-cta .contact-actions {
  margin-top: 4em;
}

.footer-cta .contact-actions .text-link {
  margin-left: 18px;
}

.footer-cta .contact-phones {
  display: block;
}

.footer-cta .contact-cap,
.footer-cta .contact-note,
.footer-cta .contact-hours {
  font-size: 16px;
}

.footer-cta .contact-cap {
  font-family: var(--serif);
  font-style: italic;
}

.footer-cta .contact-hours__time {
  letter-spacing: 0.16em;
}

.footer-cta .contact-phones .contact-phone .contact-num {
  font-size: 36px;
}

.contact-benefits {
  display: grid;
  gap: 0;
  margin: 0 0 22px;
  border-top: 1px solid var(--line2);
}

.contact-benefit {
  display: grid;
  grid-template-columns: minmax(24px, 0.08fr) minmax(0, 1fr);
  column-gap: 9px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line2);
}

.contact-benefit__number {
  font-family: "Carattere", cursive;
  font-style: normal;
  font-weight: 400;
  font-size: calc(clamp(30px, 3.2vw, 46px) * 1.2);
  line-height: 1;
  letter-spacing: 0.16em;
  color: rgba(16,17,19,0.72);
}

.contact-benefit__copy {
  display: grid;
  row-gap: 3px;
}

.contact-benefit__title {
  margin: 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: 0;
}

.contact-benefit__desc {
  margin: 0;
  color: rgba(16,17,19,0.68);
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0;
}
