.contents {
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .heading__title {
    line-height: 1.333;
  }
}

.client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .client {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.client__row {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .client__row {
    width: 100%;
  }
}
.client__block {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .client__block {
    margin-bottom: 30px;
  }
}
.client__industry {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .client__industry {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
  }
}
.client__name {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .client__name {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
  }
}

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