/* Sass Document */
@media screen and (max-width: 767.98px) {
  .c-section__ttl .u-en {
    font-size: 3.4rem;
  }
}

.p-business__list {
  margin-top: 7rem;
}
@media screen and (max-width: 767.98px) {
  .p-business__list {
    margin-top: 4rem;
  }
}

.p-business__item {
  display: flex;
  gap: 0 3rem;
  border-bottom: 1px solid #aaa;
  padding-block: 7rem;
}
.p-business__item:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 767.98px) {
  .p-business__item {
    display: block;
    padding-block: 5rem;
  }
}

.p-business__img-wrapper {
  width: 60rem;
  flex-shrink: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .p-business__img-wrapper {
    width: 100%;
  }
}

.p-businesss__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 767.98px) {
  .p-businesss__body {
    padding-top: 1rem;
  }
}
.p-businesss__body .c-num {
  font-family: "Inter", sans-serif;
  letter-spacing: 0.01em;
  font-size: 9rem;
  font-weight: 200;
  color: #d3deeb;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-businesss__body .c-num {
    font-size: 6rem;
  }
}
.p-businesss__body .c-txt {
  font-size: 1.6rem;
  line-height: 1.75;
}

.c-business__item-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .c-business__item-ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
/*# sourceMappingURL=business.css.map */