.company-30-years-milestone {

    & {
        padding: clamp(45px, calc(85 / 1920 * 100vw), 85px) 0 clamp(0px, calc(50 / 1920 * 100vw), 50px) 0;
    }

    .js-company-30-years-milestone-slider:not(.slick-initialized) .company-30-years-milestone__slide:not(:first-child) {
        display: none;
    }

    .js-company-30-years-milestone-slider:not(.slick-initialized) .company-30-years-milestone__slide {
        visibility: hidden;
    }

    .company-30-years-milestone__slider-wrap {
        padding-top: 28px;
        position: relative;
        --company-30-years-milestone-arrow-top: 105px;
    }

    .company-30-years-milestone__year {
        font-size: clamp(24px, calc(36 / 1920 * 100vw), 36px);
        font-weight: 800;
        color: white;
        text-align: center;
        padding-bottom: clamp(24px, calc(34 / 1920 * 100vw), 34px);
    }

    .company-30-years-milestone__content {
        font-size: clamp(15px, calc(19 / 1920 * 100vw), 19px);
        color: white;
        text-align: center;
        line-height: 1.3;
        padding-top:  clamp(25px, calc(40 / 1920 * 100vw), 40px);
        padding-left: 15px;
        padding-right: 15px;
    }


    .company-30-years-milestone__slide {
        & {
            position: relative;
        }

        .company-30-years-milestone__timeline {
            width: 100%;
            position: relative;
        }

        .company-30-years-milestone__timeline:before {
            position: absolute;
            border: 1px solid white;
            width: 100%;
            content: "";
        }

        &.is-first .company-30-years-milestone__timeline:before {
            width: 50%;
            left: 50%;
        }

        &.is-last .company-30-years-milestone__timeline:before {
            width: 50%;
            right: 50%;
        }

        .company-30-years-milestone__dot:before {
            content: "";
            background: var(--g-color-1);
            position: absolute;
            width: 12px;
            height: 12px;
            left: calc(50% - 6px);
            top: -6px;
            border-radius: 50%;
        }

        .company-30-years-milestone__dot:after {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            left: calc(50% - 10px);
            top: -10px;
            border-radius: 50%;
            border: 2px solid var(--g-color-1);
        }
    }

    .company-30-years-milestone__arrow {
        position: absolute;
        top: var(--company-30-years-milestone-arrow-top);
        background-color: transparent;
        color: white;
        border: 2px solid white;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 19px;
        opacity: 1;
        transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
    }

    .company-30-years-milestone__arrow:hover {
        background-color: var(--g-color-2);
    }
    .company-30-years-milestone__arrow.is-hidden {
        opacity: 0;
        pointer-events: none;
    }

    .company-30-years-milestone__arrow--prev {
        left: -28px;
    }

    .company-30-years-milestone__arrow--next {
        right: -28px;
    }

    .company-30-years-milestone__arrow img {
        position: absolute;
        top: calc(50% - 6px);
    }

    .company-30-years-milestone__arrow--next img {
        left: 10px;
    }
    .company-30-years-milestone__arrow--prev img {
        transform: rotateZ(180deg);
        left: 8px;
    }

}
