.honest{
    padding-top: 115px;
    position: relative;

}

.honest::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/sec1_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 622px;
    aspect-ratio: 622 / 683;
}

.honest__text{
font-weight: 700;
font-size: 24px;
line-height: 220.00000000000003%;
letter-spacing: normal;
margin-top: 48px;
}

.honest__title{
    position: relative;
    display: inline-block;
}

.honest__title-en{
    position: absolute;
    right: 5px;
    bottom: 35%;
    transform: translateY(100%);
}

@media (max-width: 768px) {
    .honest{
        padding-top: 60px;    
    }
    
    .honest::before{
        background-image: url(../img/sp/sec1_bg_sp.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 343px;
        aspect-ratio: 343 / 597;
    }
    
    .honest__text{
        font-weight: 700;
        font-size: 16px;
        line-height: 220.00000000000003%;
        letter-spacing: normal;
        margin-top: 32px;
        
    }
    
    .honest__title{
        position: relative;
        display: inline-block;
    }
    
    .honest__title-en{
        position: absolute;
        right: -80px;
        bottom: 16%;
        transform: translateY(100%);
    }
}