@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSerifJP-Black.woff") format("woff");
  font-display: swap;
}
.policy__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media screen and (max-width: 1050px) {
  .policy__wrapper {
    gap: 3.7971391417vw 0;
  }
}
@media screen and (max-width: 768px) {
  .policy__wrapper {
    gap: 8.5333333333vw 0;
  }
}
.policy__wrapper p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
@media screen and (max-width: 1050px) {
  .policy__wrapper p {
    font-size: 1.3289986996vw;
    line-height: 2.3732119636vw;
  }
}
@media screen and (max-width: 768px) {
  .policy__wrapper p {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
  }
}
.policy__wrapper p strong {
  font-weight: 600;
  line-height: 25px;
  display: flex;
  gap: 0 4px;
}
@media screen and (max-width: 1050px) {
  .policy__wrapper p strong {
    line-height: 2.3732119636vw;
    gap: 0 0.3797139142vw;
  }
}
@media screen and (max-width: 768px) {
  .policy__wrapper p strong {
    line-height: 6.6666666667vw;
    gap: 0 1.0666666667vw;
  }
}
.policy__wrapper p strong span {
  margin: 5px 0 0;
}
@media screen and (max-width: 1050px) {
  .policy__wrapper p strong span {
    margin: 0.4746423927vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .policy__wrapper p strong span {
    margin: 1.3333333333vw 0 0;
  }
}
.policy__wrapper p:has(+ p) {
  margin: 0 0 20px;
}
@media screen and (max-width: 1050px) {
  .policy__wrapper p:has(+ p) {
    margin: 0 0 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .policy__wrapper p:has(+ p) {
    margin: 0 0 5.3333333333vw;
  }
}
.policy__wrapper a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .policy__wrapper a:hover {
    text-decoration: unset;
  }
}

.policy__list {
  display: flex;
  flex-direction: column;
}
.policy__list:not(:last-of-type) {
  margin: 0 0 20px;
}
@media screen and (max-width: 1050px) {
  .policy__list:not(:last-of-type) {
    margin: 0 0 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .policy__list:not(:last-of-type) {
    margin: 0 0 5.3333333333vw;
  }
}
.policy__list li {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  display: flex;
  gap: 0 8px;
}
@media screen and (max-width: 1050px) {
  .policy__list li {
    font-size: 1.3289986996vw;
    line-height: 2.3732119636vw;
    gap: 0 0.7594278283vw;
  }
}
@media screen and (max-width: 768px) {
  .policy__list li {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
    gap: 0 2.1333333333vw;
  }
}
.policy__list li::before {
  content: "*";
  position: relative;
  top: 9px;
}
@media screen and (max-width: 1050px) {
  .policy__list li::before {
    top: 0.8543563069vw;
  }
}
@media screen and (max-width: 768px) {
  .policy__list li::before {
    top: 2.4vw;
  }
}
/*# sourceMappingURL=policy.css.map */