@charset "utf-8";

/*********************************************************************
*
*  For エルアイシーの想いと強み
*
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_strength_wrap */
/* ---------------------------------------------------- */
.sec_strength_wrap {
    padding-top: 120px;
    padding-bottom: 160px;
}

.sec_strength_wrap .list_1>ul>li {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sec_strength_wrap .list_1>ul>li>.clm_wrap {
    flex: none;
}

.sec_strength_wrap .list_1>ul>li>.clm_wrap:nth-of-type(1) {
    width: 640px;
}

.sec_strength_wrap .list_1>ul>li>.clm_wrap:nth-of-type(2) {
    width: 525px;
    padding-bottom: 30px;
}

.sec_strength_wrap .list_1>ul>li:nth-child(odd)>.clm_wrap:nth-of-type(1) {
    margin-left: -56px;
}

.sec_strength_wrap .list_1>ul>li:nth-child(even)>.clm_wrap:nth-of-type(1) {
    margin-right: -56px;
    order: 2;
}

.sec_strength_wrap .list_1 .ttl {
    margin-bottom: 20px;
    color: #00287C;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.sec_strength_wrap .list_1 .desc {
    line-height: 2;
    letter-spacing: 0.05em;
}

@media (max-width: 767px) {
    .sec_strength_wrap {
        padding-top: 0;
        padding-bottom: 90px;
    }
    
    .sec_strength_wrap .list_1>ul>li {
        display: block;
    }
    .sec_strength_wrap .list_1>ul>li+li {
        margin-top: 50px;
    }
    
    .sec_strength_wrap .list_1>ul>li>.clm_wrap:nth-of-type(1) {
        margin: 0 -15px 25px !important;
        width: calc(100% + 30px);
    }
    
    .sec_strength_wrap .list_1>ul>li>.clm_wrap:nth-of-type(2) {
        width: auto;
        padding-bottom: 0;
    }

    .sec_strength_wrap .list_1 .ttl {
        margin-bottom: 20px;
        font-size: 1.8rem;
    }
    
    .sec_strength_wrap .list_1 .desc {
        font-size: 1.2rem;
    }
}

/* ---------------------------------------------------- */
/* sec_widget_bottom_wrap */
/* ---------------------------------------------------- */
.sec_widget_bottom_wrap {
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .sec_widget_bottom_wrap {
        padding-top: 0;
        padding-bottom: 0;
    }
}