@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes arrow-link-line {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  49.99% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}
@keyframes arrow-link-line-reverse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  49.99% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.privacy-content {
  padding-top: 6.9444444444vw;
  padding-bottom: 6.9444444444vw;
  width: clamp(760px, 52.7777777778vw, 760px * 1.05);
  margin: 0 auto;
  counter-reset: listnum;
}
@media (max-width: 767px) {
  .privacy-content {
    padding-top: 19.2vw;
    padding-bottom: 26.6666666667vw;
    width: 86.1333333333vw;
  }
}
.privacy-content .ttl {
  font-weight: 700;
  font-size: clamp(24px, 1.6666666667vw, 24px * 1.05);
  line-height: 1.4583333333;
  margin-top: 5vw;
}
@media (max-width: 767px) {
  .privacy-content .ttl {
    font-size: 6.4vw;
    margin-top: 19.2vw;
  }
}
.privacy-content .ttl:first-of-type {
  margin-top: 0;
}
.privacy-content .desc {
  font-size: clamp(15px, 1.0416666667vw, 15px * 1.05);
  line-height: 2;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 1.6666666667vw;
}
@media (max-width: 767px) {
  .privacy-content .desc {
    font-size: 4vw;
    margin-top: 9.6vw;
  }
}
.privacy-content .desc:last-of-type {
  margin-top: 2.7777777778vw;
}
@media (max-width: 767px) {
  .privacy-content .desc:last-of-type {
    margin-top: 9.6vw;
  }
}
.privacy-content .subTtl {
  color: #5B5293;
  font-weight: 700;
  line-height: 1.5;
  font-size: clamp(15px, 1.0416666667vw, 15px * 1.05);
  margin-top: 2.7777777778vw;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .privacy-content .subTtl {
    font-size: 4.8vw;
    margin-top: 9.6vw;
  }
}
.privacy-content .subTtl:before {
  counter-increment: listnum;
  content: counter(listnum) ". ";
}
.privacy-content .subTtl.no_num:before {
  content: none;
}
.privacy-content .subTtl + .desc, .privacy-content .subTtl + .list {
  margin-top: 0.4166666667vw;
}
@media (max-width: 767px) {
  .privacy-content .subTtl + .desc, .privacy-content .subTtl + .list {
    margin-top: 1.6vw;
  }
}
.privacy-content .list {
  counter-reset: listnum2;
}
.privacy-content .list > li {
  font-size: clamp(15px, 1.0416666667vw, 15px * 1.05);
  line-height: 2;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .privacy-content .list > li {
    font-size: 4vw;
  }
}
.privacy-content .list > li:before {
  counter-increment: listnum2;
  content: counter(listnum2) ". ";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
}

/*# sourceMappingURL=privacy-policy.css.map */
