.starting-situation-sec {
    padding: 89px 0 127px;
    overflow: hidden;
}
.starting-situation-sec .swiper {
    overflow: visible;
}
.starting-situation-sec .swiper .swiper-pagination {
    position: absolute;
    bottom: -68px;
}
.starting-situation {
    height: 371px;
}
.starting-situation .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.starting-situation .swiper-slide .btntag {
    background-color: #707070;
    color: var(--white);
    position: absolute;
    top: -15px;
    font-weight: bold;
}
.starting-situation .swiper-slide .btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -26px;
    /* max-width: 400px; */
    width: 100%;
}
.starting-situation .swiper-slide .btnbox a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 33px;
    /* width: 50%; */
    min-width: 200px;
    border: 1px solid #ffffff;
    height: 55px;
}
.starting-situation .swiper-slide .btnbox a p {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    color: var(--white);
}
.starting-situation .swiper-slide .btnbox a span {
    font-size: 12px;
    color: var(--white);
}
.starting-situation .swiper-slide h2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 18px;
}
.starting-situation .swiper-slide h2::after {
    position: relative;
    bottom: -18px;
    width: 90px;
    height: 1px;
    background-color: var(--body-text-color);
    content: "";
}
.starting-situation .swiper-slide p {
    margin-top: 19px;
    text-align: center;
}
.starting-situation-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: 706px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #1a70b8;
    border-radius: 30px;
    padding: 45px 37px 51px;
    position: relative;
    z-index: 1;
    background-color: var(--white);
}
.starting-situation-slide::after {
    position: absolute;
    right: -9px;
    background-color: var(--white);
    width: 17px;
    height: 17px;
    border: 1px solid var(--theme-color-primary);
    content: "";
    border-radius: 100%;
    z-index: 10;
}

.starting-situation-slide::before {
    position: absolute;
    left: -9px;
    background-color: var(--white);
    width: 17px;
    height: 17px;
    border: 1px solid var(--theme-color-primary);
    content: "";
    border-radius: 100%;
}
.starting-situation .swiper-slide:first-child .starting-situation-slide::before {
    display: none;
}
.starting-situation-sec .swiper-slide::after {
    position: absolute;
    width: 365px;
    height: 365px;
    background-color: #f4f4f4;
    border-radius: 100%;
    content: "";
}
.starting-situation-sec .swiper-slide::before {
    position: absolute;
    width: calc(100% + 65px);
    right: 0;
    height: 1px;
    background-color: var(--theme-color-primary);
    content: "";
}
.starting-situation-sec .swiper-slide:first-child::before {
    width: 50%;
}
.starting-situation-sec .swiper-slide:last-child::before {
    /* width: 50%;
    left: -10%; */
    width: 100%;
    left: -100px;
}
/* when btnbox has EXACTLY 3 children */
.starting-situation .swiper-slide .btnbox:has(> :nth-child(3)):not(:has(> :nth-child(4))) {
    max-width: 600px;
}

/* when btnbox has EXACTLY 2 children */
.starting-situation .swiper-slide .btnbox:has(> :nth-child(2)):not(:has(> :nth-child(3))) {
    max-width: 400px;
}

@media (min-width: 1231px) and (max-width: 1599px) {
    .starting-situation-sec .swiper-slide::before {
        right: -10px;
    }
    .starting-situation-sec .swiper-slide:last-child::before {
        left: -9%;
    }
}

@media (min-width: 992px) and (max-width: 1230px) {
    .starting-situation-sec .swiper-slide::before {
        top: calc(50% - 4px);
        width: calc(100% + 58px) !important;
        width: auto;
        left: auto;
    }
    .starting-situation-sec .swiper-slide:first-child::before {
        display: none;
    }
    .starting-situation-sec .swiper-slide:last-child::before {
        left: -59px;
    }
    .starting-situation-sec .swiper-slide::after {
        z-index: -1;
    }
    .starting-situation-sec {
        padding: 60px 0 80px;
    }
}

@media (max-width: 991px) {
    .starting-situation-sec .swiper-slide::before {
        top: calc(50% - 4px);
        width: calc(100% + 58px) !important;
        width: auto;
        left: auto;
    }
    .starting-situation-sec .swiper-slide:first-child::before {
        display: none;
    }
    .starting-situation-sec .swiper-slide:last-child::before {
        left: -59px;
    }
    .starting-situation-sec .swiper-slide::after {
        z-index: -1;
    }
    .starting-situation .swiper-slide .btnbox {
        position: relative;
        bottom: auto;
        width: 200px;
        gap: 3px;
        margin-top: 30px;

        flex-direction: column;
    }
    .starting-situation .swiper-slide .btnbox a {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
    .starting-situation-sec {
        padding: 100px 0 130px;
    }
    
    
}
