.hero {
  padding-top: 200px;
  padding-bottom: 100px;
}
.hero__inner {
  width: 83.33%;
  max-width: 1400px;
  margin: auto;
}
.hero__heading {
  margin-bottom: 25px;
}
.hero__heading--ja {
  margin-bottom: 10px;
}
.hero__heading--ja img, .hero__heading--ja span {
  vertical-align: middle;
}
.hero__heading--ja img {
  width: 57px;
  margin-right: 5px;
}
.hero__heading--ja span {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.hero__heading--en {
  font-size: 140px;
  line-height: 1;
}
.hero__lead {
  height: 27px;
  text-align: left;
}
.hero__lead img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .hero {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .hero__heading--en {
    font-size: 110px;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .hero__inner {
    width: 100%;
    padding: 0 20px;
  }
  .hero__heading {
    margin-bottom: 15px;
  }
  .hero__heading--ja {
    margin-bottom: 5px;
  }
  .hero__heading--ja img {
    width: 38px;
  }
  .hero__heading--ja span {
    font-size: 17px;
  }
  .hero__heading--en {
    font-size: 70px;
  }
  .hero__lead {
    height: 21px;
  }
}

.inner {
  width: 78.5%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 576px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}

.privacy {
  padding-bottom: 150px;
}
.privacy__inner {
  width: 83.33%;
  max-width: 1400px;
  margin: auto;
}
.privacy__heading {
  margin-bottom: 80px;
  margin-left: 0;
  padding-left: 0;
}
.privacy__lead {
  margin-bottom: 35px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.privacy ol {
  list-style: none;
}
.privacy__subheading {
  margin-bottom: 0.6em;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.privacy__item {
  margin-bottom: 35px;
}
.privacy__item:last-of-type {
  margin-bottom: 0;
}
.privacy__item p, .privacy__item ul {
  line-height: 2;
  letter-spacing: 0.05em;
}
.privacy__item ul {
  padding-left: 1.5em;
}
.privacy__item--contact a {
  text-decoration: underline;
}
.privacy__detail li {
  list-style: disc;
}
@media screen and (max-width: 1200px) {
  .privacy {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 576px) {
  .privacy__inner {
    width: 100%;
    padding: 0 20px;
  }
  .privacy__heading {
    margin-bottom: 50px;
  }
  .privacy .heading--en {
    margin-bottom: 5px;
    height: 46px;
  }
  .privacy__contents {
    font-size: 13px;
  }
  .privacy__subheading {
    font-size: 16px;
  }
}/*# sourceMappingURL=privacy-policy.css.map */