@charset "uft-8";

header nav ul li:nth-child(1) a::after{
    width: 100%;
    left: 0;
}
.sp-nav-wrapper ul li:nth-child(1) a{
    color: #1d4e89;
}
/* ===================================
merit
=================================== */
#mainvisual.page-merit{
    background: url(../img/merit_mv.jpg) center / cover;
}
.merit-sec{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.merit-sec.-reverse{
    flex-direction: row-reverse;
}
.merit-sec .imgBox{
    width: 50%;
}
.merit-sec .txtBox{
    width: calc(50% - 60px);
    padding-top: 50px;
}
.merit-sec.con03{
    display: block;
}

.con_lead{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 35px;
    line-height: 1.57;
    color: #1d4e89;
}

/* ===================================
for - 1140px
=================================== */
@media screen and (max-width: 1140px) {
    .msg_item-txtBox{
        width: calc(50% - 7vw);
        padding: 20px 1vw 0 6vw;
    }
}
/* ===================================
for - 980px
=================================== */
@media screen and (max-width: 980px) {
    .con_lead{
        font-size: 24px;
    }
    .merit-sec .txtBox{
        padding-top: 0;
    }
}
/* ===================================
for - 768px
=================================== */
@media screen and (max-width: 768px) {
    .merit-sec{
        display: block;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .merit-sec.-reverse{
        flex-direction: row-reverse;
    }
    .merit-sec .imgBox{
        width: 100%;
    }
    .merit-sec .txtBox{
        width: 100%;
        padding-top: 20px;
    }
    .con_lead{
        font-size: 22px;
        margin-bottom: 20px;
    }
}


