/* ------------------------------ */
/* ---------- 5つの強み ---------- */
/* ------------------------------ */
#five-strength{
    background: url('../../images/corporate/26965214.jpg') no-repeat center/cover;
    padding-bottom: 60px;
}

#five-strength .strength{
    display: flex;
    margin-bottom: 60px;
}

#five-strength .strength .num{
    font-size: 6em;
    line-height: 100%;
    font-style: italic;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

#five-strength .strength .text{
    margin-left: 30px;
}

#five-strength .strength .text .summarize-text{
    font-size: var(--font-semi-larger);
    font-weight: bold;
    border-bottom: 3px solid #FFFF35;
    margin-bottom: 15px;
}

#five-strength .strength .text .content-text{
    font-size: var(--font-normal);
}

@media (max-width: 1200px) {  
    /* 5つの強み：数字を少し小さく */
    #five-strength .strength .num{
        font-size: 4em;
    }
}

@media (max-width: 768px) {
    /* ----------- 5つの強み：1カラム縦並び ----------- */
    #five-strength .strength{
        flex-direction: column;
    }
  
    #five-strength .strength .num{
        font-size: 3.5em;
        margin: 0 auto 15px auto;
    }

    #five-strength .strength .summarize-text{
        text-align: center;
    }
  
    #five-strength .strength .text{
        margin-left: 0;
    }
}