/* p-btoc
---------------------------------------------------------------------------- */
.p-btoc {
  padding-block: 11.5rem 10rem;
}

.p-btoc-wrap {
  display: flex;
  align-items: center;
  gap: 0 6rem;
  margin-top: 3rem;
}

.p-btoc-wrap-txt {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-btoc-img {
  width: 60rem;
  aspect-ratio: 600/407;
}
.p-btoc-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-btoc {
    padding-block: 13.3333333333vw 12.8vw;
  }
  .p-btoc-wrap {
    flex-direction: column;
    gap: 4.8vw;
    margin-top: 5.3333333333vw;
  }
  .p-btoc-wrap-txt {
    font-size: 4.2666666667vw;
  }
  .p-btoc-img {
    width: 100%;
  }
}
