.red {
  color: #333333;
  font-family: sfJpLightBold;
}
.red__row {
  display: flex;
}
.red__row--center {
  align-items: center;
  justify-content: center;
}

.hero {
  width: 100%;
  aspect-ratio: 1200/505;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #ffffff;
}
.hero__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 40px;
}

.hero__divider {
  height: 4px;
  width: 80px;
  background: #333333;
  margin-top: 30px;
  margin-bottom: 50px;
}

.hero__text {
  font-family: 'sfJpLight';
  max-width: 1200px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.hero__img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.section {
  width: 100%;
  margin-top: 150px;
  display: flex;
  flex-direction: column;
}
.section__title {
  font-size: 36px;
  line-height: 1;
}
.section__divider {
  height: 1px;
  width: 120px;
  background: #333333;
  margin-top: 10px;
}

.section__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.section__content__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-left: 2%;
}

.section__row--end {
  align-items: flex-end;
  margin-top: 0;
}

.section__img {
  max-width: 550px;
  max-height: 394px;
  margin-left: 10%;
  object-fit: contain;
}

.section__content {
  font-size: 20px;
  font-family: 'sfJpLight';
  line-height: 40px;
  margin-bottom: 30px;
}

.section__left {
  width: 50%;
  position: relative;
}

.section__left__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 80%;
  background: linear-gradient(
    208deg,
    rgba(255, 33, 33, 0.1) 0%,
    rgba(255, 33, 33, 0) 100%
  );
  z-index: -1;
  transform: rotate(180deg);
}

.section__left__bg--rev {
  left: auto;
  right: 0;
  background: linear-gradient(
    208deg,
    rgba(255, 33, 33, 0.1) 0%,
    rgba(255, 33, 33, 0) 100%
  );
  transform: rotate(0deg);
}

.section__left__img {
  position: absolute;
  left: 50px;
  top: 60px;
  width: 80%;
}
.section__left__img--rev {
  position: absolute;
  left: auto;
  right: 50px;
  top: 60px;
  width: 80%;
}

.section__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  color: #777777;
  font-family: 'sfJpLight';
  font-size: 20px;
  line-height: 30px;
}

.section__right__text {
  width: 92%;
}

.section__right__text--rev {
  margin-bottom: 20px;
}
.section__right__divider {
  width: 100%;
  height: 1px;
  background: #dddddd;
  margin: 15px 0;
}
.section__subtitle {
  font-size: 28px;
  line-height: 42px;
}

.section__col {
  width: calc(25% - 20px);
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.section__content__col {
  width: calc(25% - 55px);
  display: flex;
  flex-direction: column;
}
.section__content__col--long {
  width: calc(25% - 45px);
}

.section__col--long {
  width: calc(49%);
  margin-left: 40px;
  margin-right: auto;
  margin-top: 0;
}

.red__icon {
  width: 14px;
  height: 14px;
  margin-top: 7px;
  margin-right: 15px;
}

.section__text {
  font-size: 20px;
  line-height: 30px;
  width: calc(100% - 74px);
}

.section__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33% - 20px);
  min-height: 577px;
  background: linear-gradient(180deg, #fff7f7 0%, #ffffff 100%);
  position: relative;
  margin-top: 50px;
}

.section__item--short {
  background: white;
  height: 570px;
  justify-content: flex-end;
}
.section__item--mid {
  background: white;
  height: 620px;
  justify-content: flex-end;
}
.section__item--height {
  background: white;
  height: 670px;
  justify-content: flex-end;
}

.section__item__img__wrapper {
  position: absolute;
  top: -50px;
  background: white;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
}
.section__item__img {
  width: 80%;
}

.section__item__img--left {
  width: 68%;
  margin-top: 20px;
}
.section__item__title {
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  margin-top: 250px;
  margin-bottom: 20px;
}
.section__item__title--left {
  text-align: left;
  width: 75%;
  margin-top: 20px;
}
.section__item__title--mt20 {
  margin-top: 20px;
}
.section__item__info {
  font-family: 'sfJpLight';
  font-size: 24px;
  line-height: 36px;
  width: 87%;
  margin-bottom: 20px;
}

.section__item__info--left {
  width: 72%;
  color: #777777;
  font-size: 20px;
  line-height: 30px;
}

.section__item__num__contianer {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  margin-bottom: 40px;
}

.section__item__num {
  font-size: 36px;
}
.section__item__num__text {
  font-family: 'sfLight';
  margin-left: 2px;
}

.section__content__img {
  width: 100%;
  margin-top: 50px;
}

.red-imgbox {
  width: 100%;
  margin: 50px 0;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 40px;
  color: white;
}
.red-imgbox img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.section-china__img {
  /* max-width: 876px;
  max-height: 634px; */
  width: 75%;
  object-fit: contain;
}

.section-china__col {
  width: calc(25% - 40px);
  font-size: 20px;
  line-height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-china__num {
  height: 24px;
  width: 24px;
  background: #333333;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  margin-right: 20px;
}
.section-china__row {
  display: flex;
  align-items: center;
  height: 80px;
}
.section-china__line {
  width: 100%;
  height: 1px;
  background: #dddddd;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-150 {
  margin-top: 150px;
}

.mobile__section__container {
  display: none;
}

@media screen and (max-width: 768px) {
  .hero {
    margin-top: 30px;
  }
  .hero__title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .hero__text {
    font-size: 14px;
    line-height: 16.8px;
    width: 75%;
  }
  .section {
    margin-top: 60px;
  }
  .section__title {
    font-size: 16px;
    text-align: center;
  }
  .section__divider {
    margin: 5px auto 0 auto;
    width: 60px;
  }
  .section__row {
    flex-direction: column;
    margin-top: 20px;
    align-items: center;
  }
  .section__img {
    height: 263px;
  }
  .section__col {
    width: 86%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .section__content {
    font-size: 14px;
    line-height: 28px;
  }

  .section__left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section__left__bg {
    display: none;
  }

  .section__left__img {
    width: 88%;
    position: relative;
    left: 0;
    top: 0;
  }
  .section__right {
    width: 88%;
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px;
  }

  .mobile__section__first {
    order: -1;
  }

  .mt-150 {
    margin-top: 50px;
  }
  .section {
    margin-top: 30px;
  }

  .section__item {
    width: 88%;
    background: transparent;
    min-height: auto;
  }
  .section__item__img__wrapper {
    background: transparent;
    box-shadow: none;
  }
  .section__item__title {
    font-size: 16px;
    line-height: 16px;
    margin-top: 180px;
  }
  .section__item__info {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  .section__item--short {
    background: white;
    height: fit-content;
  }
  .section__item--mid {
    background: white;
    height: fit-content;
  }
  .section__item--height {
    background: white;
    height: fit-content;
  }
  .section__item__title--left {
    margin: 20px 0 20px 0;
    text-align: center;
  }
  .section__item__num__contianer {
    height: 44px;
    width: 44px;
  }
  .section__item__num {
    font-size: 20px;
    line-height: 20px;
  }
  .section__item__num__text {
    font-size: 14px;
    line-height: 14px;
  }

  .mobile__section__title {
    width: 88%;
    text-align: left;
    margin-left: 6%;
  }

  .mobile__section__divider {
    margin-top: 5px;
    margin-left: 6%;
    margin-right: 0;
  }

  .mobile__none {
    display: none;
  }

  .section__text {
    font-size: 12px;
    line-height: 18px;
  }

  .red__icon {
    height: 12px;
    width: 12px;
    margin-right: 10px;
  }

  .ml-20 {
    margin-left: 6%;
  }
  .mt-50 {
    margin-top: 20px;
  }
  .red-imgbox {
    font-size: 18px;
    line-height: 18px;
    margin: 30px 0 20px 0;
    height: 45px;
    width: 88%;
    margin-left: 6%;
  }
  .red-imgbox img {
    height: 100%;
  }

  .mobile__section__container {
    width: 88%;
    display: flex;
    flex-direction: column;
    margin-left: 6%;
    margin-top: 20px;
  }
  .mobile__section__row {
    display: flex;
    align-items: center;
  }
  .mobile__section__left {
    width: 18%;
  }
  .mobile__section__right {
    height: 30px;
    width: 80%;
    display: flex;
    align-items: center;
  }

  .mobile__section__right__title {
    font-size: 16px;
    line-height: 16px;
  }

  .mobile__section__num {
    height: 20px;
    width: 20px;
    background: #333333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 15px;
    line-height: 15px;
    margin-right: 10px;
  }
  .mt-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mobile__section__icon {
    width: 20px;
    height: 20px;
  }
  .mobile__section__line {
    height: 30px;
    width: 2px;
    background: #333333;
    margin-left: 9px;
  }
  .mobile__section__arrow {
    height: 12px;
    width: 12px;
    margin-right: 8px;
  }
  .mobile__section__right__text {
    font-size: 12px;
    line-height: 18px;
    font-family: 'sfJpLight';
  }
}
