/* Sass Document */
.p-contact__wrap {
  position: relative;
  max-width: 128rem;
  margin: 0 auto;
  padding: 15rem 4rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact__wrap {
    flex-flow: column;
    gap: 3rem 0;
    padding: 6rem 2rem 0;
  }
}
.p-contact__btn {
  width: 34.8rem;
  margin: 3rem auto 0;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    width: 100%;
    margin-top: 2rem;
  }
}
.p-contact__btn img {
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__btn img {
    width: 1.8rem;
  }
}
.p-contact-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F6F7F7;
  padding: 3.6rem 0;
  margin-top: 4rem;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-block {
    flex-flow: column;
    padding: 2rem 2rem 2.4rem;
  }
}
.p-contact-block + .p-contact-block {
  margin-top: 2.4rem;
}
.p-contact-block__head {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-block__head {
    width: 100%;
  }
}
.p-contact-block__ttl {
  display: inline-block;
  font-size: 2.7rem;
  line-height: 1.7;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact-block__ttl {
    font-size: 2rem;
  }
  .p-contact-block__ttl br {
    display: none;
  }
}
.p-contact-block__inner {
  width: 75%;
  border-left: 1px solid #ccc;
  padding: 2.4rem 8.5rem 2.4rem 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-block__inner {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 0;
    margin-top: 1.5rem;
    padding: 1.5rem 0 0;
  }
}
.p-contact-block__txt {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-block__txt {
    font-size: 1.5rem;
  }
}
.p-contact-block__time {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact-block__time {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.p-contact-block__tel {
  font-size: 5rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-block__tel {
    font-size: 9vw;
  }
}
.p-contact-block__tel a {
  position: relative;
  color: #00765A;
  padding-left: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-contact-block__tel a {
    padding-left: 3.2rem;
  }
}
.p-contact-block__tel a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.9rem;
  height: 2.9rem;
  background: url(../img/common/icn_tel.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-contact-block__tel a::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}

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