.career__img{
    max-width: 1026px;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
}

@media screen and (max-width: 768px) {
    .career__img{
        padding-top: 30px;
    }
}

.experience{
    margin-top: 150px;
}

.experience__content{
    margin-top: 80px;
}

.experience__title{
    background: #FFF1E7;
    padding: 20px 10px;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #B81C22;
}

.experience__title span{
    display: inline-block;
    border-radius: 10px;
    padding: 0 30px;
    margin-right: 10px;
    min-width: 383px;
    text-align: center;
}

.experience__items{
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 40px;
}

.experience__item{
    width: calc(25% - 22px * 3 / 4);
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: center;
    color:#B81C22;
    background: #fff;
    border: 2px solid #B81C22;
    padding: 25px 10px;
    border-radius: 10px;
}

.experience__item.orange{
    background: #F25440;
    border-color: #F25440;
    color: #fff;
}

.experience__item.pink{
    background: #F279A1;
    border-color: #F279A1;
    color: #fff;
}

.experience__subtitle{
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #B81C22;
    text-align: center;
    margin-top: 30px;
}


@media screen and (max-width: 991px) {
    .experience{
        margin-top: 50px;
    }
    
    .experience__content{
        margin-top: 20px;
    }
    
    .experience__title{
        padding: 20px 10px;
        font-size: 20px;
    }

    .experience__title .inner{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }
    
    .experience__title span{
        padding: 5px 18px;
        margin-right: 0px;
        min-width: 230px;
        font-size: 24px;
    }
    
    .experience__items{
        gap: 15px 22px;
        padding-top: 22px;
        margin: 0 auto;
        width: 79%;
    }
    
    .experience__item{
        width: calc(50% - 22px * 1 / 2);
        font-size: 12px;
        padding: 0 10px;
    }

    .experience__subtitle{
        font-size: 16px;
        margin-top: 20px;
    }
}

.pace{
    margin-top: 120px;
}

.pace__items{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1010px;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;

}

.pace__item{
    width: calc(25% - 30px * 3 / 4);
    background: #fff;
    border: 2px solid #1B1E49;
    border-radius: 10px;
    padding: 30px 25px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pace__item::before{
    position: absolute;
    content: "";
    height: 22px;
    width: 16px;
    background-image: url(https://www.enzin-recruit.com/wp-content/themes/corekara/img/pc/recruitment/sec3_ic_arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
}

.pace__item:last-of-type::before{
    display: none;
}

.pace__number{
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-align: center;
    display: block;
    text-align: center;
}

.pace__heading{
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-align: center;
}

.pace__text{
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.01em;
    text-align: center;
    margin-top: 10px;
}

.pace__inner{
    max-width: 1010px;
    width: 100%;
    margin: 0 auto;
}


@media screen and (max-width: 991px) {
    .pace{
        margin-top: 30px;
    }
    
    .pace__items{
        gap: 26px;
        width: 87%;
        margin: 0 auto;
        padding-top: 30px;
    }
    
    .pace__item{
        width: 100%;
        padding: 30px 15px;
        min-height: auto;
    }
    
    .pace__item::before{
        position: absolute;
        content: "";
        height: 34px;
        width: 24px;
        background-image: url(https://www.enzin-recruit.com/wp-content/themes/corekara/img/pc/recruitment/sec3_ic_arrow.svg);
        background-size: cover;
        background-repeat: no-repeat;
        right: 50%;
        top: unset;
        bottom: 4px;
        transform: translate(50%, 100%) rotate(90deg);
    }
    
    .pace__number{
        font-size: 26px;
    }
    
    .pace__heading{
        font-size: 20px;
    }
}

.skill__box{
    align-items: center;
}

.skill__title{
    padding-top: 66px;
    padding-bottom: 66px;
}

.skill__left{
    width: 100%;
}

.skill__items{
    margin: 130px 90px 100px 90px;
}

.skill__wrapper{
    max-width:864px;
    width: 100%;
}

.skill__lists{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    width: calc(100% - 165px);
    margin-left: auto;
}

.skill__subtitle{
    background: #1B1E49;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0.05em;
    padding: 5px 20px;
    border-radius: 10px;
}

.skill__desc{
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0.05em;
    margin-top: 20px;
}

@media screen and (max-width: 991px) {    
    .skill__title{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .skill__items{
        margin: 70px 20px 40px 20px;
    }
    
    .skill__lists{
        gap: 15px;
        margin-top: 20px;
        width: 100%;
    }
    
    .skill__subtitle{
        font-size: 14px;
    }
    
    .skill__desc{
        font-size: 14px;
        margin-top: 10px;
    }
}

.license{
    margin-top: 86px;
}



.license__items{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}

.license__item{
    width: calc(25% - 30px * 3 / 4);
    border: 2px solid #1B1E49;
    border-radius: 10px;
    padding: 52px 20px;
    text-align: center;
    position: relative;
}

.license__item::before{
    position: absolute;
    content: "";
    height: 22px;
    width: 16px;
    background-image: url(https://www.enzin-recruit.com/wp-content/themes/corekara/img/pc/recruitment/sec3_ic_arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
}

.license__item:last-of-type::before{
    display: none;
}

.license__rank{
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-align: center;
}

.license__rank span{
    font-weight: 900;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-align: center;
}

.license__star{
    margin-top: 10px;
}

.license__text{
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0.05em;
    margin-top: 20px;
    text-align: center;
    
}

.license__description{
    margin-top: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.01em;
    text-align: right;
}

@media screen and (max-width: 991px) {
    .license{
        margin-top: 50px;
    }
    
    .license__items{
       gap: 26px;
    }
    
    .license__item{
        width: 100%; ;
        padding: 30px 10px;
    }
    
    .license__item::before{
        position: absolute;
        content: "";
        height: 34px;
        width: 24px;
        background-image: url(https://www.enzin-recruit.com/wp-content/themes/corekara/img/pc/recruitment/sec3_ic_arrow.svg);
        background-size: cover;
        background-repeat: no-repeat;
        right: 50%;
        top: unset;
        bottom: 4px;
        transform: translate(50%, 100%) rotate(90deg);
    }
    

    
    .license__rank{
        font-size: 26px;
    }
    
    .license__rank span{
        font-size: 26px;

    }
    

    
    .license__text{
        font-size: 15px;
        margin-top: 10px;
    }

}

.achievement{
    align-items: center;
}

.achievement__lists{
    width: calc(100% - 185px);
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.achievement__subtitle{
    font-weight: 700;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0.05em;
    color: #fff;
    background: #1B1E49;
    padding: 5px 20px;
    max-width: 500px;
    border-radius: 10px;
}

.achievement__desc{
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.05em;
    margin-top: 20px;
    max-width: 500px;

}


@media screen and (max-width: 991px) {
    .achievement__item:nth-of-type(1) .achievement__icon{
        position: static;
        margin: 0 auto;
        padding-top: 30px;
    }
    .achievement__lists{
        width: 100%;
        gap: 15px;
    }

    .achievement__subtitle{
        font-weight: 700;
        font-size: 14px;
        line-height: 180%;
        letter-spacing: 0.05em;
        padding: 0 15px;
        border-radius: 5px;
    }

    .achievement__desc{
        font-weight: 500;
        font-size: 14px;
        line-height: 180%;
        letter-spacing: 0.05em;
        margin-top: 10px;
    }
}

.achievement__images{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 60px;
    max-width: 954px;
    width: 100%;
    margin: 0 auto;
}

.achievement__images li{
    width: calc(25% - 20px * 3 / 4);
}

.achievement__images img{
    display: block;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .achievement__images{
        padding-top: 30px;
        gap: 15px;
    }
    
    .achievement__images li{
        width: calc(50% - 15px * 1 / 2);
    }
    
    .achievement__images img{
        display: block;
        width: 100%;
    }
}