.about-lid {
    background: url(../../images/brand/new-nb/bg.webp) no-repeat center center;
    background-size: cover;
    border-radius: 16px;
    padding: 32px;
    margin: 30px 0;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans JP', sans-serif;
}

.lid-header {
    text-align: center;
    margin-bottom: 24px;
}

.lid-logo {
    margin: 10px 0 16px 0;
    display: inline-block;
}

.lid-logo img {
    max-width: 400px;
    height: auto;
}

.lid-title {
    font-size: 20px;
    font-weight: 600;
    color: #495057;
    margin: 0;
    line-height: 1.4;
}

.lid-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.2em;
}

.lid-description {
    font-size: 18px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 16px;
    text-align: justify;
}

.lid-description:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .about-lid {
        padding: 20px;
        margin: 20px 0;
    }
    
    .lid-title {
        font-size: 18px;
    }
    
    .lid-description {
        font-size: 14px;
        line-height: 1.7;
    }
    
    .lid-logo img {
        max-width: 220px;
    }
}

@media (max-width: 480px) {
    .about-lid {
        padding: 16px;
        margin: 15px 0;
    }
    
    .lid-title {
        font-size: 16px;
    }
    
    .lid-description {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .lid-logo img {
        max-width: 240px;
    }
}

.commitment {
    width: 100%;
    margin: 40px auto 0 auto;
    padding: 32px 24px 4px 24px;;
    background: #f8f4e8;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .commitment {
        text-align: left;
    }
}

.commitment .title {
    font-size: 1.6em;
    color: #e86c52;
    font-weight: bold;
    letter-spacing: 0.1em;  
}

.commitment .subtitle {
    font-size: clamp(1.2rem, 5vw, 2.1rem);
    font-weight: bold;
    margin: 8px 0 0 0;
}

.commitment .subtitle mark {
    background: linear-gradient(transparent 50%, #ddd 50%);
}

.commitment .lead {
    font-size: 1.1em;
    margin: 36px 0;
}

