/* --------------------------------------------------- */
/* strength.html */
#strength_outer .item {
    padding-top: 6em;
    margin-bottom: 5em;
    min-height: 380px;
    position: relative;
}

#strength_outer .item:last-child {
    margin-bottom: 0;
}

#strength_outer .item:nth-child(1) {
    background: url(../images/strength_01.png) no-repeat right center;
    background-size: 370px auto;
}

#strength_outer .item:nth-child(2) {
    background: url(../images/strength_02.png) no-repeat left center;
    background-size: 370px auto;
}

#strength_outer .item:nth-child(3) {
    background: url(../images/strength_03.png) no-repeat right center;
    background-size: 370px auto;
}

#strength_outer .item .inner {
    width: 65%;
    max-width: 580px;
    background: rgba(248, 161, 166, 0.5);
    padding: 3em 2.5em 3em;
}

#strength_outer .item:nth-child(even) .inner {
    position: absolute;
    right: 0;
}

#strength_outer .item .strength_title {
    font-size: 20px;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    margin-bottom: 0.75em;
    display: flex;
    align-items: center;
    position: relative;
}

/*
#strength_outer .item:nth-child(1) .strength_title::before,
#strength_outer .item:nth-child(2) .strength_title::before,
#strength_outer .item:nth-child(3) .strength_title::before {
    font-size: 46px;
    line-height: 1.0em;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: #f8a1a6;
    font-style: normal;
    display: inline-block;
    margin-right: 0.25em;
}
#strength_outer .item:nth-child(1) .strength_title::before { content: "01"; }
#strength_outer .item:nth-child(2) .strength_title::before { content: "02"; }
#strength_outer .item:nth-child(3) .strength_title::before { content: "03"; }
*/

@media screen and (max-width:767px) {
    #strength_outer .item {
        padding-top: 65vw;
        background-size: contain;
        background-position: center top;
        min-height: auto;
        margin-bottom: 30px;
    }

    #strength_outer .item:nth-child(1) {
        background: url(../images/strength_01.png) no-repeat center top;
        background-size: 100% auto;
    }

    #strength_outer .item:nth-child(2) {
        background: url(../images/strength_02.png) no-repeat center top;
        background-size: 100% auto;
    }

    #strength_outer .item:nth-child(3) {
        background: url(../images/strength_03.png) no-repeat center top;
        background-size: 100% auto;
    }

    #strength_outer .item .inner {
        width: 100%;
        padding: 0.75em 0.75em;
        /*background: rgba(248, 161, 166, 1.0);*/
        background: #fff;
        position: relative;
    }

    #strength_outer .item:nth-child(even) .inner {
        position: static;
    }

    #strength_outer .item .strength_title {
        font-size: 4.5vw;
        color: #f8a1a6;
        margin-bottom: 0.5em;
    }

    /*
#strength_outer .item:nth-child(1) .strength_title::before,
#strength_outer .item:nth-child(1) .strength_title::before,
#strength_outer .item:nth-child(1) .strength_title::before { font-size: 10vw; }
*/
}


@media screen and (max-width:767px) {}