@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
  src: url(../font/NotoSansJP-Medium-Subset.woff2) format("woff2"), url(../font/NotoSansJP-Medium-Subset.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
  src: url(../font/NotoSansJP-Bold-Subset.woff2) format("woff2"), url(../font/NotoSansJP-Bold-Subset.woff) format("woff");
}
.p-lower-section--privacy {
  padding: 64px 0 177px;
}
@media only screen and (max-width: 767px) {
  .p-lower-section--privacy {
    padding: 50px 0 100px;
  }
}
@media only screen and (max-width: 480px) {
  .p-lower-section--privacy {
    padding: 30px 0 60px;
  }
}

.p-privacy__contant {
  margin-top: 80px;
}
@media only screen and (max-width: 480px) {
  .p-privacy__contant {
    margin-top: 40px;
  }
}

.p-privacy__block + .p-privacy__block {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .p-privacy__block + .p-privacy__block {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .p-privacy__block + .p-privacy__block {
    margin-top: 20px;
  }
}
.p-privacy__block--last {
  margin-top: 112px;
}

.p-privacy__head {
  font-size: 32px;
  color: #19503E;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-privacy__head {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .p-privacy__head {
    font-size: 20px;
  }
}

.p-privacy__detail {
  margin-top: 8px;
}

.p-privacy__para {
  margin-top: 10px;
  line-height: 1.78;
}
.p-privacy__para:first-child {
  margin-top: 0;
}

.p-privacy__bullet-list {
  margin-top: 8px;
}
.p-privacy__bullet-list:first-child {
  margin-top: 0;
}

.p-privacy__bullet-item {
  position: relative;
  padding-left: 19px;
}
@media only screen and (max-width: 480px) {
  .p-privacy__bullet-item {
    padding-left: 12px;
  }
}
.p-privacy__bullet-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #19503E;
}
@media only screen and (max-width: 480px) {
  .p-privacy__bullet-item::before {
    top: 10px;
    width: 6px;
  }
}

.p-privacy__contact-btn-wrap {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .p-privacy__contact-btn-wrap {
    margin-top: 20px;
  }
}

.p-privacy__contact-btn {
  position: relative;
  display: block;
  font-weight: bold;
  padding-left: 30px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #222222;
}
@media only screen and (min-width: 768px) {
  .p-privacy__contact-btn:hover {
    opacity: 0.6;
  }
}
.p-privacy__contact-btn::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  background-image: url("../media/images/common/icon_header-contact_green.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .p-privacy__contact-btn::before {
    top: 3px;
  }
}
@media only screen and (max-width: 480px) {
  .p-privacy__contact-btn::before {
    top: 2px;
  }
}