html body .hero {
  height: 450px;
  margin-bottom: 100px;
  position: relative;
  background: url(../../images/privacy/mv-pc.webp) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .hero {
    height: 390px;
    margin-bottom: 20px;
    background: url(../../images/privacy/mv-sp.webp) no-repeat center center;
    background-size: cover;
  }
}
html body .hero-textbox {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
html body .hero-textbox .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 42px;
  color: #F8F8F8;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .catch {
    font-size: 26px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .catch {
    width: 220px;
  }
}
html body .hero-textbox .catch span {
  display: inline-block;
  position: relative;
  font-size: 42px;
  line-height: 56px;
  color: #F8F8F8;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .catch span {
    font-size: 32px;
    line-height: 43px;
  }
}
html body .hero-textbox .catch span::after, html body .hero-textbox .catch span::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 50%;
  width: 60px;
}
html body .hero-textbox .catch span::before {
  right: 100%;
  margin-right: 5px;
}
html body .hero-textbox .catch span::after {
  left: 100%;
  margin-left: 5px;
}
html body .privacy-section {
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  html body .privacy-section {
    margin-bottom: 55px;
  }
}
html body .privacy-section:last-of-type {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  html body .privacy-section:last-of-type {
    margin-bottom: 155px;
  }
}
html body .privacy-section .wrapper {
  max-width: 1400px;
}
@media screen and (max-width: 767px) {
  html body .privacy-section .wrapper {
    padding: 0 20px;
  }
}
html body .privacy-section h2 {
  margin-bottom: 140px;
  font-size: 28px;
  line-height: 42px;
  color: #000000;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body .privacy-section h2 {
    font-size: 20px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  html body .privacy-section h2 {
    margin-bottom: 25px;
  }
}
html body .privacy-section h3 {
  margin-bottom: 85px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  font-weight: 500;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  html body .privacy-section h3 {
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  html body .privacy-section h3 {
    margin-bottom: 15px;
    padding-bottom: 9px;
  }
}
html body .privacy-section h4 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 30px;
  color: #505050;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body .privacy-section h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  html body .privacy-section h4 {
    margin-bottom: 4px;
  }
}
html body .privacy-section p {
  font-size: 16px;
  line-height: 27px;
  color: #505050;
}
@media screen and (max-width: 767px) {
  html body .privacy-section p {
    font-size: 16px;
    line-height: 27px;
  }
}
html body .privacy-section li {
  font-size: 16px;
  line-height: 27px;
  color: #505050;
}
@media screen and (max-width: 767px) {
  html body .privacy-section li {
    font-size: 16px;
    line-height: 27px;
  }
}
html body .privacy-section a {
  font-size: 16px;
  line-height: 27px;
  color: #505050;
}
@media screen and (max-width: 767px) {
  html body .privacy-section a {
    font-size: 16px;
    line-height: 27px;
  }
}
html body .privacy-section .marginTop {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  html body .privacy-section .marginTop {
    margin-top: 30px;
  }
}
html body .privacy-inner + .privacy-inner {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  html body .privacy-inner + .privacy-inner {
    margin-top: 30px;
  }
}
html body .privacy-textbox {
  max-width: 380px;
  width: 100%;
  margin-top: 72px;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  html body .privacy-textbox {
    max-width: 310px;
    margin-top: 45px;
  }
}

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