.main-inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.privacy {
  overflow: hidden;
  position: relative;
  padding-top: 220px;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .privacy {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.privacy::before {
  content: "";
  z-index: -1;
  height: auto;
  width: 67.2%;
  aspect-ratio: 1008/939;
  position: absolute;
  top: -217px;
  right: -15.2%;
  background: url(../../images/privacy/focus-circle-bg.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .privacy::before {
    top: -100px;
    right: -60px;
  }
}
.privacy::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5.3333333333%;
  background: url(../../images/privacy/activity-bg-top.png) no-repeat;
  background-size: cover;
  height: auto;
  width: 82.6666666667%;
  aspect-ratio: 1240/1215;
  z-index: -1;
}
.privacy__inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .privacy__inner {
    gap: 40px;
  }
}
.privacy__wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .privacy__wrap {
    gap: 10px;
  }
}
.privacy__title {
  font-weight: 900;
  font-size: 26px;
  line-height: 1.3846153846;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .privacy__title {
    font-size: 20px;
  }
}
.privacy__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .privacy__text {
    font-size: 14px;
  }
}
.privacy__annotation {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
}
/*# sourceMappingURL=style.css.map */
