/* p-bg
---------------------------------------------------------------------------- */
.p-bg {
  background-color: #fafafa;
}

/* p-sec-contact
---------------------------------------------------------------------------- */
.p-sec-contact {
  padding-top: 9.2rem;
  padding-bottom: 12rem;
}

.p-sec-contact-img {
  width: 100%;
  aspect-ratio: 1100/67;
}

.p-sec-contact-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-sec-contact-read {
  font-size: 2.6rem;
  line-height: 1.2307692308;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  color: #3060EF;
  margin-top: 6.5rem;
  padding-bottom: 2.5rem;
  position: relative;
}

.p-sec-contact-read::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 13.4rem;
  height: 1px;
  background-color: #C9C9C9;
}

.p-sec-contact-read .lsminus {
  letter-spacing: -1em;
}

.p-sec-contact-txt {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  margin-top: 3rem;
}

.p-sec-contact-button {
  margin-top: 7.8rem;
}

@media screen and (max-width: 767px) {
  .p-sec-contact {
    padding-top: 9.8666666667vw;
    padding-bottom: 16vw;
  }
  .p-sec-contact-img {
    aspect-ratio: 335/70;
    margin-left: -0.4vw;
  }
  .p-sec-contact-read {
    font-size: 6.4vw;
    line-height: 1.5;
    padding-bottom: 5.8666666667vw;
    margin-top: 9.8666666667vw;
  }
  .p-sec-contact-read::after {
    width: 32vw;
  }
  .p-sec-contact-txt {
    font-size: 4.2666666667vw;
    line-height: 2.025;
    margin-top: 7.2vw;
  }
  .p-sec-contact-button {
    margin-top: 9.8666666667vw;
  }
}
