.projectSect {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .projectSect {
    width: 68rem;
  }
}
@media screen and (max-width: 767px) {
  .projectSect {
    padding: 0 3.2rem;
  }
}
.projectSect__head + .projectSect__cont {
  margin-top: 8rem;
}

.salesSect__logo {
  margin-left: auto;
  margin-right: auto;
}
.salesSect__logo--fuji {
  width: 30rem;
}
.salesSect__logo--marubeni {
  width: 30rem;
}
@media screen and (min-width: 768px) {
  .salesSect__logo--lefond {
    width: 26.4rem;
  }
}
@media screen and (max-width: 767px) {
  .salesSect__logo--lefond {
    width: 21rem;
  }
}
.salesSect__logo--grandsuite {
  width: 30rem;
}
.salesSect__logo + .txt, .txt + .salesSect__logo {
  margin-top: 4rem;
}
.salesSect__head {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .salesSect__head {
    max-width: 67.8rem;
  }
}
.salesSect__block:not(:first-child) {
  margin-top: 8rem;
}
.salesSect__ttl {
  padding-bottom: 1.6rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
.salesSect__ttl:after {
  background-color: rgba(35, 24, 21, 0.5);
  bottom: 0;
  content: "";
  display: block;
  height: 0.1rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  width: 4rem;
}
.salesSect__ttl .inner {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-box: trim-both text;
}
.salesSect__ttl + * {
  margin-top: 5.6rem;
}
@media screen and (min-width: 768px) {
  .salesSect__cont .usableList__inner {
    gap: 4.8rem;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .salesSect__cont .usableList__inner {
    gap: 5.6rem 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .salesSect__cont .usableList__item {
    width: 26.4rem;
  }
}
@media screen and (max-width: 767px) {
  .salesSect__cont .usableList__item {
    width: calc(50% - 1.1rem);
  }
}
.salesSect__head + .salesSect__cont {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .brand-project {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  .brand-project {
    padding: 10rem 0 8rem;
  }
}

@media screen and (min-width: 768px) {
  .brand-sales {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  .brand-sales {
    padding: 0 0 10rem;
  }
}
/*# sourceMappingURL=style.css.map */
