.mvText {
  font-size: 74px;
  letter-spacing: 0.1em;
  line-height: 0.5;
  position: absolute;
  right: 10vw;
  bottom: 35%;
  color: #fff;
  font-family: "Amiri", serif;
  text-align: right;
}

.privacy_content {
  width: 1000px;
  margin: 0 auto;
}

.privacy_beginning {
  font-size: 15px;
  font-family: YuGothic, /* Mac用 */ "Yu Gothic", /* Windows用 */ sans-serif;
  font-weight: bold;
  line-height: 2.27;
  margin: 0 0 5vh;
  font-weight: 400;
}

.policyItem {
  margin: 0 0 5vh;
}

.policyTitle {
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  font-size: 24px;
  margin: 0 0 2vh;
  font-weight: 600;
  line-height: 1.7;
}

.policySubTitle {
  font-size: 15px;
  font-weight: 500;
  font-family: YuGothic, /* Mac用 */ "Yu Gothic", /* Windows用 */ sans-serif;
  margin: 0 0 2vh;
  line-height: 2;
}

.policyList li {
  font-size: 15px;
  font-weight: 500;
  font-family: YuGothic, /* Mac用 */ "Yu Gothic", /* Windows用 */ sans-serif;
  line-height: 2;
}

.policyListSub1,
.policyListSub2 {
  margin: 1vh 0 1vh 2.5vw;
}

.end_info {
  background-color: #f9f9f9;
  border: solid 1px #bbbbbb;
  padding: 4vh 3vw;
}

.end_infoTitle {
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  font-size: 18px;
  line-height: 1.22;
  margin: 0 0 1.5vh;
}

.end_infoText {
  font-family: YuGothic, /* Mac用 */ "Yu Gothic", /* Windows用 */ sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.47;
}

.end_infoText:nth-child(3) {
  margin: 0 0 1.5vh;
}

.end_info_TEL,
.end_info_MAIL {
  font-family: YuGothic, /* Mac用 */ "Yu Gothic", /* Windows用 */ sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.69;
}

.mv_text_br {
  display: none;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 1200px) {
  .mvText {
    font-size: 70px;
    bottom: 8vw;
  }
  .privacy_content {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 700px) {
  .mv_text_br {
    display: block;
  }

  .mvText {
    line-height: 1;
  }

  .mv_span_about {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .mvText {
    right: 10vw;
    font-size: 44px;
  }
  .privacy_beginning {
    font-size: 14px;
  }

  .policyTitle {
    font-size: 18px;
  }
  .policySubTitle {
    font-size: 14px;
  }
  .policyList li {
    font-size: 14px;
  }
  .about::after {
    display: none;
  }

  .sp_br {
    display: block;
  }
}

@media screen and (max-width: 330px) {
  .mvText {
    right: 10vw;
    font-size: 54px;
  }
}
