.achievement__item{
    border: 2px solid #3165A7;
    padding: 2rem 3rem;
    box-sizing: border-box;
    margin-bottom: 2rem;
}


@media screen and (max-width: 767px){
    .achievement__item{
        padding: 2rem 1rem;
    }
}

.full .achievement__head-txt{
    text-align: center;
}

.achievement__item-head{
    margin-bottom: 2rem;
}

.achievement__head-txt{
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
}

@media screen and (max-width: 1280px){
    .achievement__head-txt br{
        display: none;
    }
}

@media screen and (max-width: 767px){
    .achievement__head-txt{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.achievement__head-txt span{
    font-size: 3rem;
    font-weight: bold;
    color: #007AC7;
    margin-left: 1rem;
}

@media screen and (max-width: 767px){
    .achievement__head-txt span{
        font-size: 2.5rem;
    }
}

.achievement__item-body{
    display: flex;
    align-items: center;
    gap: 3rem;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1024px){
    .achievement__item-body{
        width: 100%;
    }
}

@media screen and (max-width: 767px){
    .achievement__item-body{
        flex-direction: column;
    }
}

.achievement__body-txt{
    font-size: 1.6rem;
    flex: 1;
    word-break: auto-phrase;
}

.achievement__body-img{
    width: 400px;
    height: 100%;
}

.achievement__body-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.achievement__txt-note{
    font-size: 1.2rem;
    margin-top: 1rem;
}

.achievement__items{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.achievement__items .achievement__item{
    width: calc(50% - 1rem);
    flex-wrap: nowrap !important;
    gap: 2rem;
    margin-bottom: 0;
}

.achievement__item{
    flex-direction: column;
}

@media screen and (max-width: 1024px){
    .achievement__items .achievement__item{
        width: 100%;
    }
}

@media screen and (max-width: 480px){
    .achievement__items .achievement__item{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.achievement__items .achievement__item-head{
    margin-bottom: 0;
}

.achievement__items .achievement__item-head.space-between{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}


.achievement__items .achievement__head-txt{
    font-size: 1.8rem;
}

.achievement__items .achievement__head-txt span{
    font-size: 2.5rem;
}

.achievement__items .achievement__item-img{
    width: 100%;
    flex-shrink: 0;
}

.achievement__items .achievement__item-img img{
    width: 100%;
}

@media screen and (max-width: 480px){
    .achievement__items .achievement__item-img{
        width: 100%;
    }

    .achievement__items .achievement__item-img img{
        width: 100%;
    }

    .achievement__head-txt{
        text-align: center;
    }

    .achievement__item.flex .achievement__head-txt span{
        font-size: 1.8rem;
    }
}



/* Splide */
.achievement__slide {
    margin-top: 2rem;
    width: 100%;
}

#achievement-slider {
    width: 100%;
}

#achievement-slider .splide__slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .achievement__slide {
        margin-top: 1.5rem;
    }
}

