html body .hero {
  height: 450px;
  margin-bottom: 100px;
  position: relative;
  background: url(../../images/terms/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/terms/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 {
  width: 550px;
  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;
  text-align: center;
}
@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: 19px;
    line-height: 26px;
  }
}
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 .terms-section {
  margin-bottom: 300px;
}
@media screen and (max-width: 767px) {
  html body .terms-section {
    margin-bottom: 125px;
  }
}
html body .terms-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 .terms-section h2 {
    font-size: 20px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  html body .terms-section h2 {
    margin-bottom: 25px;
  }
}
html body .terms-section h3 {
  margin-bottom: 54px;
  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 .terms-section h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  html body .terms-section h3 {
    margin-bottom: 24px;
    padding-bottom: 15px;
  }
}
html body .terms-section h4 {
  font-size: 20px;
  line-height: 30px;
  color: #505050;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body .terms-section h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .terms-section h4 {
    display: none;
  }
}
html body .terms-info {
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 27px;
  color: #505050;
}
@media screen and (max-width: 767px) {
  html body .terms-info {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  html body .terms-info {
    margin-bottom: 0;
  }
}
html body .terms-text {
  font-size: 16px;
  line-height: 24px;
  color: #505050;
}
@media screen and (max-width: 767px) {
  html body .terms-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  html body .terms-text {
    display: none;
  }
}

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