.value{
    padding-top: 100px;
    position: relative;
}

.value::before{
    position: absolute;
    content: "";
    background-image: url(../img/under/sec9_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 466 / 425;
    width: 466px;
    top: 0;
    right: 0;
	    opacity: .5;
}

h2.value__title{
    line-height: 140%;
    position: relative;
}

.value__title::before{
    position: absolute;
    content: "";
    background-image: url(../img/under/value.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 290px;
    height: 95px;
    right: -25px;
    bottom: 7px;
}

.value__content{
    display: flex;
    align-items: center;
    gap: 76px;
}

.value__name{
font-weight: 400;
font-size: 20px;
line-height: 120%;
letter-spacing: normal;
color: #757575;
margin-top: 20px;
}

.value__text{
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: normal;
    margin-top: 24px;
    
}

@media (max-width: 991px) {
    .value{
        padding-top: 50px;
    }
    
    .value::before{
        position: absolute;
        content: "";
        background-image: url(../img/under/sp/sec9_bg_sp.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        aspect-ratio: 343 / 597;
        width: 343px;
        top: 0;
        right: 0;
    }
    
    h2.value__title{
        line-height: 140%;
    }

    .value__title::before{
        position: absolute;
        content: "";
        background-image: url(../img/under/sp/value_sp.svg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 145px;
        height: 48px;
        right: 9px;
        bottom: -45px;
    }
    
    .value__content{
        gap: 30px;
        flex-direction: column-reverse;
    }
    
        .value__name{
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: normal;
    color: #757575;
    margin-top: 15px;
    }
    
    .value__text{
        font-weight: 400;
        font-size: 14px;
        line-height: 200%;
        letter-spacing: normal;
        margin-top: 20px;
        
    }
}