:root {
  --viewport-base-pc: 1420;
  --viewport-base-sp: 375;
  --vpx-ratio: 1;
}

@media screen and (min-width: 769px) and (max-width: 1420px) {
  :root {
    --vpx-ratio: var(--viewport-ratio-pc, calc(100vw / 1420px));
  }
}
@media screen and (max-width: 768px) {
  :root {
    --vpx-ratio: min(var(--viewport-ratio-sp, calc(100vw / 375px)), 1.4814814815);
  }
}
.contact-form {
  width: 100%;
  background: #fff;
}
.contact-form__lead {
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.8;
  text-align: center;
}
.contact-form__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.contact-form__tel-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 7px;
       column-gap: 7px;
}
.contact-form__tel-icon {
  width: 30px;
  margin-top: 4px;
}
.contact-form__tel-num {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.contact-form__tel-info {
  font-size: 16px;
  font-weight: 500;
}
.contact-form__body {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .contact-form__lead {
    margin-bottom: 28px;
    font-size: 14px;
    text-align: start;
  }
  .contact-form__tel {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  .contact-form__tel-icon {
    width: 30px;
  }
  .contact-form__tel-num {
    font-size: 30px;
  }
  .contact-form__tel-info {
    font-size: 14px;
  }
  .contact-form__body {
    margin-top: 50px;
  }
}
@media (hover: hover) {
  .request-form__download:hover,
  .request-form__download:focus-visible {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=contact.css.map */
