/* p-environment
---------------------------------------------------------------------------- */
.p-environment {
  padding-block: 8rem 10rem;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-environment-sec:not(:last-of-type) {
  margin-bottom: 4.9rem;
}

.p-environment-sec > :nth-child(1) {
  margin-bottom: 3rem;
}

.p-environment-sec:nth-of-type(1) > :nth-child(2) {
  margin-bottom: 1.8rem;
}

.p-environment-sec:nth-of-type(2) > :nth-child(2) {
  margin-bottom: 3.3rem;
}

.p-environment-sec:nth-of-type(3) > :nth-child(2) {
  margin-bottom: 3.3rem;
}

@media screen and (max-width: 767px) {
  .p-environment {
    padding-block: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .p-environment-sec:not(:last-of-type) {
    margin-bottom: 8vw;
  }
  .p-environment-sec > :nth-child(1) {
    margin-bottom: 4.2666666667vw;
  }
  .p-environment-sec:nth-of-type(1) > :nth-child(2) {
    margin-bottom: 4vw;
  }
  .p-environment-sec:nth-of-type(2) > :nth-child(2) {
    margin-bottom: 8.8vw;
  }
  .p-environment-sec:nth-of-type(3) > :nth-child(2) {
    margin-bottom: 8.8vw;
  }
}
