/**************************************/
/* -------------------------------------------
 * intro
 * -------------------------------------------*/
.customer-harassment-intro {
  padding-bottom: clamp(3.5rem, 7.8 / 1680 * 100vw * 10, 7.8rem);
  border-bottom: 1px solid #dcdcdb;
}

.customer-harassment-intro__title {
  font-family: var(--ff-shippori);
  font-size: clamp(2.2rem, 3.2 / 1680 * 100vw * 10, 3.2rem);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.05em;
  margin-bottom: clamp(1.5rem, 7 / 1680 * 100vw * 10, 7rem);
}

/* -------------------------------------------
 * content
 * -------------------------------------------*/
.customer-harassment-content {
  padding-top: clamp(3.5rem, 7.8 / 1680 * 100vw * 10, 7.8rem);
}

.customer-harassment-content__inner {
  max-width: 70rem;
}

.customer-harassment-content__heading {
  font-size: clamp(1.8rem, 2 / 1680 * 100vw * 10, 2rem);
  font-weight: 500;
  margin-bottom: clamp(2rem, 4.5 / 1680 * 100vw * 10, 4.5rem);
}

.customer-harassment-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, 6.8 / 1680 * 100vw * 10, 6.8rem);
  margin-bottom: 3.5rem;
  counter-reset: harassment-counter;
}

.customer-harassment-item__title {
  font-size: clamp(1.6rem, 1.8 / 1680 * 100vw * 10, 1.8rem);
  font-weight: 500;
  line-height: 1.78;
  margin-bottom: 1em;
}
@media (max-width: 834px) {
  .customer-harassment-item__title {
    margin-bottom: 0.5em;
  }
}
.customer-harassment-item__title::before {
  counter-increment: harassment-counter;
  content: counter(harassment-counter) ".";
  margin-right: 0.5em;
}

.customer-harassment-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2em;
}
@media (max-width: 834px) {
  .customer-harassment-item__list {
    width: 100%;
  }
}
.customer-harassment-item__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.6em;
  margin-left: 0.7em;
}
.customer-harassment-item__list > li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--navy);
  border-radius: 100vmax;
  margin-top: 0.9em;
}

.customer-harassment__note {
  padding-left: 1em;
}/*# sourceMappingURL=customer-harassment.css.map */