.l-terms {
  padding: 5rem 0 4.375rem;
}

@media screen and (max-width: 767px) {
  .l-terms {
    padding: 2.5rem 0;
  }
}
.p-terms {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  font-weight: 500;
}
.p-terms .p-terms__inner {
  position: relative;
  z-index: 10;
  max-width: 62.5rem;
}
.p-terms::before {
  content: "";
  width: 18.5625rem;
  height: 16.8125rem;
  background: url(../../images/bg-decoration01.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-terms::before {
    width: 10rem;
    height: 5rem;
  }
}
.p-terms::after {
  content: "";
  width: 20rem;
  height: auto;
  background: url(../../images/bg-decoration02.webp) no-repeat center/cover;
  aspect-ratio: 282/478;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-226px);
}
@media screen and (max-width: 767px) {
  .p-terms::after {
    width: 6.25rem;
    height: auto;
    transform: translateY(-80px);
  }
}
.p-terms p {
  line-height: 2;
  letter-spacing: 0;
}
.p-terms h2 {
  margin-top: 2.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #000;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.p-terms ul {
  list-style: disc;
  line-height: 2;
  padding-left: 1rem;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-terms .p-terms__bg {
  width: 20.625rem;
  background: url(../../images/bg-decoration03.webp) no-repeat center/cover;
  aspect-ratio: 330/478;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transform: translateY(218px);
}
@media screen and (max-width: 767px) {
  .p-terms .p-terms__bg {
    width: 10rem;
    transform: translateY(107px);
  }
}/*# sourceMappingURL=terms.css.map */