@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-privacy {
  padding: 19rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 8.2rem 0 4rem;
  }
}
.p-privacy__wrap {
  max-width: 74rem;
  width: 88%;
  margin: 0 auto;
}
.p-privacy__ttl {
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-privacy__ttl {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}
.p-privacy__subttl {
  margin-top: 3.8rem;
  padding-left: 2.3rem;
  position: relative;
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-privacy__subttl {
    margin-top: 4.2rem;
    padding-left: 2.1rem;
    font-size: 2rem;
  }
}
.p-privacy__subttl::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: absolute;
  top: 1.2rem;
  left: 0.2rem;
  background-color: #ee8e41;
}
@media screen and (max-width: 767px) {
  .p-privacy__subttl::before {
    width: 0.9rem;
    height: 0.9rem;
  }
}
.p-privacy__txt {
  margin-top: 1.2rem;
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-privacy__txt {
    margin-top: 2.4rem;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}
