@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "NotoSerif600";
  src: url("../font/NotoSerifJP-SemiBold.woff");
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "ZenOld400", serif;
  src: url("../font/ZenOldMincho-Regular.woff2");
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cormorant", serif;
  src: url("../font/Cormorant-VariableFont_wght.woff");
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 601px) {
  .privacy__wrap {
    margin-top: 50px;
  }
  .privacy__wrap:first-child {
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .privacy__wrap {
    margin-top: 40px;
  }
  .privacy__wrap:first-child {
    margin-top: 50px;
  }
}

.privacy-heading {
  position: relative;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
  padding-left: 22px;
}
@media screen and (min-width: 601px) {
  .privacy-heading {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  .privacy-heading {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
  }
}
.privacy-heading:before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 30px;
  background-color: #A68DF7;
}