@media (max-width: 768px) {
  .home-sprite {
    --seg-investment-h: auto;
    --seg-crossborder-h: auto;
    --seg-marketing-h: auto;
    --seg-valueadded-h: auto;
    --seg-advantages-h: auto;
    --title-img-mb: 12px;
    --title-mb: 8px;
    --desc-mb: 14px;
    --title-img-w: min(280px, 86vw);
    --text-max-w: 100%;
    --visual-w: min(300px, 88vw);
    --btn-h: 36px;
    --btn-px: 18px;
    --btn-radius: 18px;
  }

  .home-sprite__segment {
    min-height: 0;
  }

  .home-sprite__segment--investment::after {
    display: none;
  }

  .home-sprite__content,
  .home-sprite__content--investment,
  .home-sprite__content--crossborder,
  .home-sprite__content--marketing,
  .home-sprite__content--valueadded {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 15px 40px;
    gap: 18px;
  }

  .home-sprite__content--investment .home-sprite__text,
  .home-sprite__content--crossborder .home-sprite__text,
  .home-sprite__content--marketing .home-sprite__text,
  .home-sprite__content--valueadded .home-sprite__text {
    flex: 1 1 auto;
    max-width: 100%;
  }

  .home-sprite__content--investment .home-sprite__visual,
  .home-sprite__content--crossborder .home-sprite__visual,
  .home-sprite__content--marketing .home-sprite__visual,
  .home-sprite__content--valueadded .home-sprite__visual {
    transform: none;
    width: min(100%, var(--visual-w));
    max-width: 100%;
    height: auto;
  }

  .home-sprite__visual-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .home-sprite__visual-wrapper::before {
    display: none;
  }

  .home-sprite__title-img {
    width: auto;
    height: 66px;
    margin-bottom: 8px;
  }

  .home-sprite__title {
    font-size: 22px;
    text-align: left;
    margin-bottom: 8px;
  }

  .home-sprite__title::before {
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 64px;
    height: 6px;
    bottom: 2px;
  }

  .home-sprite__desc {
    font-size: 13px;
    text-align: left;
  }

  .home-sprite__btn {
    margin-top: 16px;
    background-color: #d82f2f;
    border-color: #d82f2f;
  }

  .home-sprite__segment--advantages .home-sprite__content--advantages {
    padding: 26px 0 32px;
  }

  .home-sprite__segment--advantages .home-sprite__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 16px 8px;
    gap: 8px;
  }

  .home-sprite__content--advantages .home-sprite__text {
    flex: 1 1 auto;
    max-width: 100%;
  }

  .home-sprite__content--advantages .home-sprite__title::before {
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 90px;
    height: 4px;
  }

  .home-sprite__segment--advantages .home-sprite__desc {
    text-align: left;
  }

  .advantages-grid {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    justify-content: stretch;
    align-items: stretch;
    margin-top: 0px;
    gap: 15px;
  }
  .advantages-grid-m {
    padding: 0 16px;
  }

  .adv-card {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    border-radius: 10px;
    padding: 14px 14px;
  }

  .adv-card__no {
    margin-bottom: 20px;
    width: auto;
    height: 20px;
  }
  .adv-card__no-wrapper {
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .adv-card__icon {
    width: 27px;
    height: 29px;
    margin-bottom: 14px;
  }

  .adv-card__title {
    font-size: 18px;
  }

  .adv-card__desc {
    font-size: 12px;
  }

  .home-sprite__segment--investment {
    background: url(../assets/images/home/section-bg-01@2x_m.png) center / cover no-repeat;
    width: 100vw;
    height: 97vw;
  }
  .home-sprite__title-img,
  .home-sprite__visual-wrapper {
    display: none;
  }
  .home-sprite__text {
    width: 39.7vw;
    text-align: left;
  }
  .home-sprite__desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
  }
  .home-sprite__content--investment {
    padding-top: 31.2vw;
    align-items: flex-start;
  }
  .home-sprite__btn {
    justify-content: flex-start;
  }

  .home-sprite__segment--crossborder {
    background: url(../assets/images/home/section-bg-02@2x_m.png) center / cover no-repeat;
    width: 100vw;
    height: 101vw;
  }
  .home-sprite__content--crossborder {
    padding-top: 31.2vw;
    align-items: flex-end;
  }

  .home-sprite__segment--marketing {
    background: url(../assets/images/home/section-bg-03@2x_m.png) center / cover no-repeat;
    width: 100vw;
    height: 102vw;
  }
  .home-sprite__content--marketing {
    padding-top: 31.2vw;
    align-items: flex-start;
  }

  .home-sprite__segment--valueadded {
    background: url(../assets/images/home/section-bg-04@2x_m.png) center / cover no-repeat;
    width: 100vw;
    height: 101vw;
  }
  .home-sprite__content--valueadded {
    padding-top: 31.2vw;
    align-items: flex-end;
  }
  .home-sprite__visual {
    display: none;
  }
}
