.footer-contact-panel {
  box-sizing: border-box;
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  flex-shrink: 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 31px;
  width: 1180px;
  height: 236.811px;
  padding: 28px 24px;
  display: grid;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

@media (max-width: 1200px) {
  .footer-contact-panel {
    width: calc(100% - 20px);
  }
}

@media (max-width: 1000px) {
  .footer-contact-panel {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    height: auto;
  }

  .footer-contact-panel .footer-contact-col:first-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 10px);
  }
}

@media (max-width: 700px) {
  .footer-contact-panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-contact-panel .footer-contact-col:first-child {
    grid-column: auto;
    justify-self: stretch;
    width: auto;
  }
}

@media (max-width: 400px) {
  .footer-contact-panel {
    width: 100%;
    padding: 28px 16px;
  }
}

.footer-contact-col {
  flex-direction: column;
  align-items: center;
  gap: 10px;
  display: flex;
}

@media (max-width: 700px) {
  .footer-contact-col {
    gap: 20px;
  }
}

.footer-contact-col-header {
  color: #000;
  text-align: center;
  letter-spacing: 1.512px;
  border-bottom: 1px solid #b8b8b8;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 6.811px 11.352px 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  display: flex;
}

@media (max-width: 600px) {
  .footer-contact-col-header {
    font-size: 20px;
  }
}

.footer-contact-col-content {
  flex-direction: column;
  flex: 1 0 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: 4px;
  display: flex;
}

.footer-contact-col-content--mail {
  justify-content: space-between;
  gap: 10px;
}

.footer-contact-phone {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5.57px;
  width: 100%;
  max-width: 100%;
  height: 52px;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.footer-contact-phone:hover {
  opacity: .7;
}

@media (max-width: 600px) {
  .footer-contact-phone {
    height: auto;
    min-height: 66.35px;
  }
}

.footer-contact-phone-icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 25.57px;
  height: 25.57px;
  display: flex;
}

@media (max-width: 600px) {
  .footer-contact-phone-icon {
    width: 33px;
    height: 33px;
  }
}

.footer-contact-phone-icon svg {
  width: 25.57px;
  height: 25.57px;
}

@media (max-width: 600px) {
  .footer-contact-phone-icon svg {
    width: 33px;
    height: 33px;
  }
}

.footer-contact-phone-number {
  color: #e32828;
  white-space: nowrap;
  font-family: Noto Sans JP, sans-serif;
  font-size: 34.57px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

@media (max-width: 600px) {
  .footer-contact-phone-number {
    font-size: max(28px, min(9.5vw, 44px));
  }
}

@media (max-width: 400px) {
  .footer-contact-phone-number {
    font-size: max(26px, min(9vw, 36px));
  }
}

.footer-contact-hours {
  color: #000;
  text-align: center;
  margin: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.footer-contact-hours-item {
  white-space: nowrap;
}

@media (max-width: 700px) {
  .footer-contact-hours {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: .5em;
    font-size: 16px;
    display: flex;
  }

  .footer-contact-hours br {
    display: none;
  }
}

.footer-contact-note {
  color: #000;
  text-align: center;
  margin: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

@media (max-width: 700px) {
  .footer-contact-note {
    font-size: 16px;
  }
}

.footer-contact-button {
  box-sizing: border-box;
  background: linear-gradient(110deg, #ea7500 37%, #d9522a 100%);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.footer-contact-button:hover {
  opacity: .7;
}

.footer-contact-button-icon {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.footer-contact-button-text {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
