.terms {
  padding: 315px 0 250px;
}

.terms .bg {
  width: 71.560846560846561vw;
  height: auto;
  aspect-ratio: 1623/768;
  position: absolute;
  top: 0;
  left: 20.105820105820106vw;
  z-index: -1;
}

.terms .heading {
  font-family: var(--neue-haas);
  font-size: 56px;
  font-weight: 400;
  letter-spacing: 0.05em;
}


.terms .inner-wrap {
  width: calc(100% - 40px);
  max-width: 900px;
  margin: auto;
}

.terms .table {
  margin-top: 140px;
  display: flex;
  flex-direction: column;
  gap: 41px 0;
}

.terms .table .item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 40px;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
}

.terms .table .lead-text {
  font-size: 12px;
  line-height: 2;
  color: #000;
  letter-spacing: 0.12em;
}

.terms .table .item .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  color: #000;
  letter-spacing: 0.12em;
}

.terms .table .item .text {
  font-size: 12px;
  line-height: 2;
  color: #000;
  letter-spacing: 0.12em;
}

.terms .table .item .text .bold {
  font-weight: bold;
}

.terms .table .item .text.detail {
  padding: 10px 0;
}

.terms .table .item .sub-title {
  font-weight: bold;
}

.terms .table .item .text .text-link {
  font-weight: bold;
  text-decoration: underline;
  color: #000;
}

@media screen and (max-width: 980px) {
  .terms {
    padding: 200px 0 150px;
  }

  .terms .bg {
    width: 85.641025641025641vw;
    aspect-ratio: 668/648;
    top: 0;
    left: auto;
    right: 0;
  }

  .terms .table {
    margin-top: 80px;
  }

  .terms .table .item {
    flex-direction: column;
  }

  .terms .table .item .title {
    width: 100%;
    min-width: auto;
    padding-top: 40px;
    border-bottom: none;
  }

  .terms .table .item .text {
    width: 100%;
    padding: 10px 0 34px;
  }
}
  