.header {
  background-color: #E8EBEE;
}

.contact {
  position: relative;
  background-color: #E8EBEE;
  padding: 80px 25px 75px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 27px 25px 32px;
  }
}
.contact__inner {
  width: 100%;
  max-width: 1065px;
  margin: 0 auto;
}
.contact__head {
  text-align: center;
}
.contact__icon {
  display: block;
  width: 53px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact__icon {
    width: 37px;
  }
}
.contact__heading {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin: 33px 0 36px;
}
@media screen and (max-width: 768px) {
  .contact__heading {
    font-size: 20px;
    margin: 20px 0 25px;
  }
}
.contact__text {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .contact__text {
    font-size: 12px;
  }
}
.contact__tel {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 22px 0 8px;
}
@media screen and (max-width: 768px) {
  .contact__tel {
    margin: 17px 0 8px;
  }
}
.contact__tel--number {
  font-size: 40px;
}
.contact__small {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

/*# sourceMappingURL=contact.css.map */
