.privacy {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  padding: 0%;
  margin: 0%;
}
.privacy__main {
  padding-top: 5%;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .privacy__main {
    width: 85%;
  }
}
.privacy__title {
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  .privacy__title {
    font-size: 27px;
    padding: 0%;
    margin-top: 20px;
  }
}
.privacy__text {
  font-size: 22px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .privacy__text {
    font-size: 14px;
    line-height: 38px;
  }
}
.privacy__subtitle {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .privacy__subtitle {
    font-size: 18px;
  }
}

.privecy-link {
  position: absolute;
  bottom: 2.8%;
  left: 50%;
  width: auto;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 768px) {
  .privecy-link {
    bottom: 1%;
  }
}
.privecy-link a {
  color: rgb(211, 211, 211);
  text-decoration: none;
  font-size: 22px;
  white-space: nowrap;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .privecy-link a {
    font-size: 16px;
  }
}
.privecy-link a:hover {
  cursor: pointer;
}/*# sourceMappingURL=privacy.css.map */