.lineup {
  width: 95%;
}

.lineup_type_2 {
  padding-top: 0;
}

.raw-material__features {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
}
.raw-material__features__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.raw-material__features__item__number {
  color: rgba(197, 11, 47, 0.1);
  font-feature-settings: "palt" on;
  font-family: Inter;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 46px */
  padding-bottom: 24px;
  border-bottom: 1px solid #C50B2F;
}
.raw-material__features__item h3 {
  color: #C50B2F;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 41.6px */
  margin: 0;
  padding-top: 24px;
  padding-bottom: 8px;
}
.raw-material__features__item h3 br {
  display: none;
}
.raw-material__features__item p {
  color: #111;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1.28px;
}

.raw-material__items {
  display: flex;
  flex-direction: row;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
}
.raw-material__items__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  background: rgba(17, 17, 17, 0.04);
}
.raw-material__items__item__inner {
  display: flex;
  flex-direction: column;
  padding: 16px 16px 0px 16px;
}
.raw-material__items__item__image img {
  width: 100%;
  height: auto;
  display: block;
}
.raw-material__items__item__content {
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  justify-content: center;
}
.raw-material__items__item__content h3 {
  color: #111;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: 1.92px;
  margin: 0;
}

@media screen and (max-width: 880px) {
  .lineup,
  .lineup_type_2 {
    width: 87.201%;
  }
  .lineup {
    padding-bottom: 88px;
  }
  .lineup_type_2 {
    padding-bottom: 128px;
  }
  .raw-material__items {
    flex-direction: column;
    gap: 48px;
  }
  .raw-material__features {
    gap: 32px;
  }
  .raw-material__items__item__content h3 {
    font-size: 20px;
    line-height: 120%; /* 24px */
    letter-spacing: 1.6px;
  }
  .lineup__head {
    gap: 12px;
  }
  .lineup_type_2 .lineup__head {
    gap: 12px;
  }
}
@media screen and (max-width: 780px) {
  .raw-material__features__item h3 {
    text-align: center;
  }
  .raw-material__features__item h3 br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .lineup__head {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .lineup__head h2 {
    text-align: left;
  }
  .lineup__head h2 br {
    display: none;
  }
  .lineup_type_2 .lineup__head h2 {
    text-align: center;
  }
}

/*# sourceMappingURL=raw-material.css.map */
