/* p-customs
---------------------------------------------------------------------------- */
.p-customs {
  padding-block: 8rem 10rem;
}

.p-customs-box-contents:not(:last-of-type) {
  margin-bottom: 7rem;
}

.p-customs-box-01 {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 6rem;
  margin-bottom: 3rem;
}

.p-customs-box-01-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 3rem;
}

.p-customs-box-01-img {
  width: 45rem;
  aspect-ratio: 450/304;
}

.p-customs-box-01-img img {
  width: 43.5rem;
  height: 29rem;
  object-fit: cover;
  object-position: center;
  border-radius: 3rem 0 3rem 0;
  overflow: hidden;
  box-shadow: 1.4rem 1.4rem 0 #D5E1FC;
}

.p-customs-box-02 {
  padding-block: 4.8rem 5rem;
  padding-inline: 5rem;
  background-color: #F8F8F8;
}

.p-customs-box-02-item {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 3.7rem;
}

.p-customs-box-02-item._column-1 {
  grid-template-columns: 1fr;
}

.p-customs-box-02-item:not(:last-of-type) {
  margin-bottom: 3.5rem;
}

.p-customs-box-02-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 2rem;
}

.p-customs-box-02-img {
  width: 29.9rem;
  height: 19.9rem;
  border-radius: 3rem 0 3rem 0;
  overflow: hidden;
}

.p-customs-box-02-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-customs {
    padding-block: 12.8vw 13.3333333333vw;
  }
  .p-customs-box-contents:not(:last-of-type) {
    margin-bottom: 12vw;
  }
  .p-customs-box-01 {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-customs-box-01-txt {
    font-size: 4.2666666667vw;
    margin-top: 6.6666666667vw;
  }
  .p-customs-box-01-img {
    width: 89.3333333333vw;
    aspect-ratio: 335/226;
  }
  .p-customs-box-01-img img {
    width: 86.4vw;
    height: 57.3333333333vw;
    border-radius: 5.3333333333vw 0 5.3333333333vw 0;
    box-shadow: 2.9333333333vw 2.9333333333vw 0 #D5E1FC;
  }
  .p-customs-box-02 {
    padding-block: 8vw;
    padding-inline: 5.3333333333vw;
  }
  .p-customs-box-02-item {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
  .p-customs-box-02-item:not(:last-of-type) {
    margin-bottom: 8vw;
  }
  .p-customs-box-02-txt {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
  .p-customs-box-02-img {
    width: 100%;
    height: 52.2666666667vw;
    margin-inline: auto;
    border-radius: 5.3333333333vw 0 5.3333333333vw 0;
  }
  .p-customs-box-02-img._img-01 {
    width: 68vw;
    height: 45.3333333333vw;
  }
}
