.achievement{
    display: flex;
    gap: 40px;
    width: 100%;
}

.achievement__left{
    width: 100%;
}

.achievement__box{
    display: flex;
    align-items: center;
    gap: 20px;
}

.achievement__item{
    position: relative;
    width: 100%;
}

.achievement__item:nth-of-type(n + 2){
    margin-top: 60px;
}

.achievement__box:nth-of-type(n + 2){
    margin-top: 15px;
}

.achievement__title{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0.05em;
    padding: 5px 20px;
    background: #1B1E49;
    color: #fff;
    border-radius: 10px;
}

.achievement__text{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0.05em;

}

.achievement__text strong{
    font-size: 24px;
}

.achievement__icon{
    position: absolute;

}

.achievement__item:nth-of-type(1) .achievement__icon{
    top: -60px;
    right: 30px;
    max-width: 280px;
}

.achievement__list{
    width: 100%;
}

.achievement__item:nth-of-type(2) .achievement__icon{
    top: -17%;
    right: 16%;
    max-width: 309px;
}

.achievement__content{
    display: contents;
}

@media (max-width: 1300px) {
    .achievement__item:nth-of-type(1) .achievement__icon{
        right: 0;
        max-width: 200px;
        top: 53px;
    }
    .achievement__item:nth-of-type(2) .achievement__icon{
        right: 10%;
        max-width: 280px;
    }
}

@media screen and (max-width: 991px) {
    .skill__icon.pc{
        display: none;
    }
    .achievement{
        gap: 20px;
    }
    

    
    .achievement__box{
       flex-direction: column;
        gap: 10px;
        align-items: start;
        justify-content: start;
    }

    
    .achievement__item:nth-of-type(n + 2){
        margin-top: 60px;
    }
    
    .achievement__box:nth-of-type(n + 2){
        margin-top: 15px;
    }
    
    .achievement__title{
        font-size: 14px;
        padding: 2px 10px;
        width: fit-content;
    }
    
    .achievement__text{    
        font-size: 14px;
    }
    
    .achievement__text strong{
        font-size: 16px;
    }
    
    .achievement__icon{
        position: absolute;
    
    }
    
    .achievement__item:nth-of-type(1) .achievement__icon{
        top: auto;
        right: auto;
        left: 0;
        bottom: 30px;
        max-width: 181px;
    }
    
    .achievement__list{
        width: 100%;
    }
    
    .achievement__item:nth-of-type(2) .achievement__icon{
        top: auto;
        bottom: 35%;
        right: 7%;
        max-width: 150px;

    }
    
    .achievement__content{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .achievement__item:nth-of-type(1) .achievement__box{
        display: flex;
        flex-direction: row;
    }

    .skill__team.achievement__team{
        margin-top: 145px;
    }

    .achievement__item:nth-of-type(n + 2)  .skill__team.achievement__team{
        margin-top: 20px;
    }
}