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

@media screen and (max-width: 767px) {
  .l-privacy-policy {
    padding: 2.5rem 0;
  }
}
.p-privacy-policy {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  font-weight: 500;
}
.p-privacy-policy .p-privacy-policy__inner {
  position: relative;
  z-index: 10;
  max-width: 65.625rem;
}
.p-privacy-policy::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-privacy-policy::before {
    width: 10rem;
    height: 5rem;
  }
}
.p-privacy-policy::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-privacy-policy::after {
    width: 6.25rem;
    height: auto;
    transform: translateY(-80px);
  }
}
.p-privacy-policy p {
  line-height: 2;
  letter-spacing: 0;
}
.p-privacy-policy h2 {
  margin-top: 2.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #000;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
.p-privacy-policy .p-privacy-policy__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-privacy-policy .p-privacy-policy__bg {
    width: 10rem;
    transform: translateY(107px);
  }
}/*# sourceMappingURL=privacy-policy.css.map */