footer .topBox {
  padding-inline: clamp(1.3064rem, -2.3207rem + 15.48vw, 16.25rem);
  padding-block: clamp(2.0172rem, 0.0037rem + 8.59vw, 10.3125rem);
  background: #EFEFEF;
}
@media (max-width: 991px) {
  footer .topBox {
    padding-inline: clamp(1.3008rem, -0.0081rem + 5.58vw, 4.25rem);
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
footer .topBox .contactList .btn svg {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  footer .topBox .contactList .form-pc-Padding {
    padding-right: clamp(0.8269rem, -0.0039rem + 3.54vw, 4.25rem);
  }
}

.footer-field {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #999;
  padding-bottom: 8px;
  background: transparent;
  margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .footer-field {
    margin-bottom: 2.5rem;
  }
}
.footer-field label {
  margin: 0;
  margin-right: 1rem;
  white-space: nowrap;
  font-size: 1rem;
  color: #3E3A39;
  min-width: 5.5em;
}
@media (min-width: 992px) {
  .footer-field label {
    font-size: 1.5rem;
  }
}
.footer-field label {
  position: relative;
}
.footer-field label::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1em;
  background-color: #3E3A39;
}
.footer-field .form-control {
  border: none;
  box-shadow: none;
  padding: 4px 0;
  background: transparent;
  font-size: 1rem;
  flex: 1;
}
.footer-field .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent;
  background: transparent;
}
.footer-field .select-wrap {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
}
.footer-field .select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
}
.footer-field .select-wrap .bi-chevron-down {
  position: absolute;
  right: 0;
  pointer-events: none;
  font-size: 1rem;
  color: #3E3A39;
}

.footer-textarea {
  border-radius: 0;
  border: 1px solid #3C3736 !important;
  background-color: transparent !important;
  min-height: clamp(7.4827rem, 5.5064rem + 8.43vw, 15.625rem);
  resize: none;
}
.footer-textarea:focus {
  box-shadow: none !important;
  border-color: #999 !important;
}

.footer-info-block {
  margin-bottom: 1.5rem;
}
.footer-info-block p {
  margin-bottom: 0.25rem;
  color: #333;
  line-height: 1.75;
  font-size: 1.45rem;
}
@media (max-width: 991px) {
  .footer-info-block p {
    font-size: 1rem;
  }
}

.footer-info-title {
  color: #DC5400;
  font-size: 2.25rem;
  line-height: 1.75;
  margin-bottom: 0.25rem;
}
@media (max-width: 991px) {
  .footer-info-title {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
}

.footer-info-link {
  color: #DC5400;
  text-decoration: none;
  font-size: 0.95rem;
}
@media (min-width: 992px) {
  .footer-info-link {
    font-size: 1.375rem;
  }
}
.footer-info-link:hover {
  text-decoration: underline;
}

.footer-map {
  margin-bottom: 1.5rem;
}
.footer-map iframe {
  width: 100%;
  border: 0;
  display: block;
}

@media (max-width: 991px) {
  .footer-brand {
    padding-top: 0;
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  footer .topBox .contactList {
    margin-bottom: 0;
  }
}
.footerArea {
  color: #333;
}
.footerArea small span {
  color: #747474;
}
.footerArea small a {
  color: #747474;
}/*# sourceMappingURL=footer.css.map */