.how {
}
.how__container {
}
.how__title {
}
.how__items {
}
.how-progress {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
    margin-top: 80px;
    margin-bottom: 55px;
}
.how-step::after {
    top: 42px;
    content: "";
    position: absolute;
    height: 3px;
    background: linear-gradient(-90deg, #6d45d9 0%, #27f5d1 100%);
    left: calc(100% - 130px);
    width: 313px;
}
.how-step--4::after {
    display: none;
}
.how-step {
    position: relative;
    width: 335px;
}
.how-step__header {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 24px;
}
.how__pcimg {
    display: flex;
    justify-content: center;
}
.how__pcimg img {
    width: 100%;
    max-width: 1450px;
    height: auto;
    aspect-ratio: 1456 / 504;
}
.how-step__img, .how-step__img img {
    display: none;
}
.how-step__name {
    font-weight: 700;
    font-size: var(--font-h3);
    width: auto;
}
@media (max-width: 1680px) {
    .how-step__name {
        font-size: 32px;
    }
}
@media (max-width: 1679px) {
    .how-progress {
        max-width: 1250px;
        margin-inline: auto;
    }
    .how-step::after {
        left: calc(100% - 103px);
        width: 240px;
    }
    .how-step {
        width: 288px;
    }
}
@media (max-width: 1500px) {

}
@media (max-width: 1439px) {
    .how-step::after {
        width: 20.5vw;
    }
    .how-progress {
        max-width: 1090px;
        margin-inline: auto;
    }
    .how-step::after {
        left: calc(100% - 99px);
        width: 198px;
    }
    .how-step--2 span.how-step__name {
        max-width: 150px;
        display: block;
        margin: 0 auto;
    }

}
@media (max-width: 1279px) {
    .how-progress {
        max-width: 960px;
        margin-inline: auto;
    }
    .how-step::after {
        left: calc(100% - 82px);
        width: 165px;
    }
}
@media (max-width: 1150px) {
    .how-progress {
        max-width: 835px;
        margin-inline: auto;
    }
    .how-step::after {
        left: calc(100% - 65px);
        width: 131px;
    }
}
@media (max-width: 1024px) {
    .how-step {
        width: 215px;
    }
    .how-step::after {
        left: calc(100% - 68px);
        width: 170px;
    }
    .how-progress {
        max-width: 960px;
    }

}

@media (max-width: 1010px) {
    .how-step::after {
        left: calc(100% - 7.6vw);
        width: 66%;
    }
}
@media (max-width: 900px) {
    .how-step::after {
        left: calc(100% - 7.2vw);
        width: 63%;
    }
}
@media (max-width: 801px) {
    .how-step::after {
        left: calc(100% - 6.4vw);
        width: calc(63% - 1.5vw);
    }
}
@media (max-width: 767px) {
    .how-step__name {
        min-height: 74px;
    }
    .how-step--2 span.how-step__name, .how-step--3 span.how-step__name {
        max-width: unset;
    }
    .how__pcimg {
        display: none;
    }
    .how__container {
        padding: 0;
    }
    .how__title {
        padding: 0 32px;
    }
    .how__items {
        overflow: scroll hidden;
        max-width: 100vw;
    }
    .how-step__count svg {
        width: 75px;
        height: 75px;
    }
    .how-step__header {
        gap: 8px;
    }
    .how-progress {
        gap: 53px;
        margin-top: 52px;
        margin-bottom: 0;
    }
    .how-step__img {
        display: flex;
        margin-top: 20px;
    }
    .how-step__img img {
        display: block;
    }
    .how-step {
        width: 250px;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .how-step::after {
        left: calc(100% - 93px);
        width: 240px;
        top: 35px;
    }
}
