@charset "utf-8";
/* ------------------------------------------ */
/* STRENGTHS CSS */
/* ------------------------------------------ */


/* ページ看板 */
.page-sign-area {
    display: block;
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 96px;
}
@media (max-width: 1300px) {
    .page-sign-area {
        height: 500px;
        margin-top: 70px;
    }
}
@media (max-width: 768px) {
    .page-sign-area {
        height: 200px;
    }
}
/* .page-sign-area:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(175, 199, 220, 0.5);
} */
.strengths .page-sign-area {
    /* background: url("../img/strengths/page-sign.jpg") no-repeat center;
    background-size: cover; */
}
.strengths .page-sign-area .page-title {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.page-ctitle {
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}
.page-ctitle:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}
.page-ctitle .text {
    display: block;
    letter-spacing: 0.1em;
    line-height: 1.1;
    font-weight: 700;
}


#subPage.strengths .common-contactbox {
    background: none;
    padding-top: 100px;
}
#subPage.strengths .strengths-wrapper {
    background: url(../img/lifeplan/bg-main.png) no-repeat center bottom;
    background-size: contain;
}
@media (max-width: 480px) {
    #subPage.strengths .common-contactbox {
        background: none;
        padding-top: 50px;
    }
}

/* sec-quality */
#sec-quality {
}

#sec-quality .c-wrap {
}

#sec-quality .container-full {
    max-width: 1125px;
}

#sec-quality .quality-wrap {
    padding-bottom: 145px;
}

#sec-quality .quality-wrap .inner-wrap {
    display: flex;
    width: 100%;
}

#sec-quality .quality-wrap .inner-wrap .text-box {
    display: block;
    width: 50%;
}

#sec-quality .quality-wrap:nth-child(2n-1) .inner-wrap .text-box {
    order: 2;
}

#sec-quality .quality-wrap .inner-wrap .text-box .c-box {
    display: block;
}

#sec-quality .quality-wrap .inner-wrap .text-box .c-box .c-num {
    display: table;
    margin: 0 auto;
    padding: 13px 10px 10px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

#sec-quality .quality-wrap .inner-wrap .text-box .c-box .text-box {
    display: block;
    width: 100%;
    padding-left: 20%;
    padding-top: 40px;
}

#sec-quality .quality-wrap .inner-wrap .text-box .c-box .text-box .main-txt {
    display: table;
    line-height: 1;
}

#sec-quality .quality-wrap .inner-wrap .text-box .c-box .text-box .main-txt .text {
    display: block;
    font-size: 114px;
}

#sec-quality .quality-wrap .inner-wrap .text-box .c-box .text-box .sub-txt {
    display: block;
    padding-top: 30px;
}

#sec-quality .quality-wrap .inner-wrap .text-box .c-box .text-box .sub-txt .text {
    display: block;
    letter-spacing: 0.01em;
    line-height: 1.3;
    font-weight: 700;
}

#sec-quality .quality-wrap .inner-wrap .image-box {
    display: block;
    width: 50%;
}

@media (max-width: 991px) {
    #sec-quality .quality-wrap {
        padding-bottom: 50px;
    }

    #sec-quality .quality-wrap .inner-wrap .text-box .c-box .c-num {
        width: 80px;
    }

    #sec-quality .quality-wrap .inner-wrap .text-box .c-box .text-box {
        padding-top: 30px;
    }

    #sec-quality .quality-wrap .inner-wrap .text-box .c-box .text-box .main-txt .text {
        font-size: 11.5vw;
    }

    #sec-quality .quality-wrap .inner-wrap .text-box .c-box .text-box .sub-txt {
        padding-top: 20px;
    }

    #sec-quality .quality-wrap .inner-wrap .text-box .c-box .text-box .sub-txt .text {
        font-size: 2.73vw;
    }
}
@media (max-width: 480px) {
    #sec-quality .quality-wrap {
        padding-bottom: 50px;
    }

    #sec-quality .quality-wrap .inner-wrap .text-box .c-box .c-num {
        width: 70px;
    }

    #sec-quality .quality-wrap .inner-wrap .text-box .c-box .text-box {
        padding-top: 20px;
    }

    #sec-quality .quality-wrap .inner-wrap .text-box .c-box .text-box .main-txt .text {
        font-size: 11.5vw;
    }

    #sec-quality .quality-wrap .inner-wrap .text-box .c-box .text-box .sub-txt {
        padding-top: 20px;
    }

    #sec-quality .quality-wrap .inner-wrap .text-box .c-box .text-box .sub-txt .text {
        font-size: 2.73vw;
    }
}



/* sec-customer */
#sec-customer {
    position: relative;
    z-index: 1;
}
#sec-customer:after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 250px);
    background-color: #2D4294;
    position: absolute;
    top: 250px;
    left: 0;
    z-index: -1;
}
#sec-customer .c-wrap {
}


#sec-customer .container-full {
    max-width: 1125px;
}

#sec-customer .mainimg-box {
    display: block;
    /* margin-top:-250px; */
}
#sec-customer .c-ttl {
    display: block;
    text-align: center;
    padding-top: 145px;
    padding-bottom: 60px;
}

#sec-customer .c-ttl .text {
    display: block;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.2;
}
#sec-customer .customer-wrap {
}

#sec-customer .customer-wrap .c-box {
}

#sec-customer .customer-wrap .c-box .inner-wrap {
    display: flex;
    height: 100%;
    background-color: #fff;
}

#sec-customer .customer-wrap .c-box .inner-wrap .text-box {
    display: block;
    width: 55%;
    height: 100%;
    padding: 4%;
    order: 2;
}

#sec-customer .customer-wrap .c-box .inner-wrap .text-box .msg-ttl {
    display: table;
    margin: 0 auto;
}

#sec-customer .customer-wrap .c-box .inner-wrap .text-box .msg-ttl .text {
    display: block;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.3;
}

#sec-customer .customer-wrap .c-box .inner-wrap .text-box .msg-text {
    display: block;
    padding: 80px 0 0;
}

#sec-customer .customer-wrap .c-box .inner-wrap .text-box .msg-text .text {
    display: block;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

#sec-customer .customer-wrap .c-box .inner-wrap .image-box {
    display: block;
    width: 45%;
    order: 1;
}

#sec-customer .customer-wrap .c-box .inner-wrap .image-box img {
    height: 100%;
}

@media (max-width: 768px) {

    #sec-customer .c-wrap:after {
        height: calc(100% - 100px);
        top: 100px;
    }
    
    #sec-customer .c-ttl {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    
    #sec-customer .customer-wrap .c-box .inner-wrap {
        display: flex;
        height: 100%;
        background-color: #fff;
    }
    
    #sec-customer .customer-wrap .c-box .inner-wrap .text-box {
        display: block;
        width: 55%;
        height: 100%;
        padding: 4%;
        order: 2;
    }
    
    #sec-customer .customer-wrap .c-box .inner-wrap .text-box .msg-ttl {
        display: table;
        margin: 0 auto;
    }
    
    #sec-customer .customer-wrap .c-box .inner-wrap .text-box .msg-ttl .text {
        letter-spacing: 0.05em;
        line-height: 1.2;
    }
    
    #sec-customer .customer-wrap .c-box .inner-wrap .text-box .msg-text {
        padding: 30px 0 0;
    }
    
    #sec-customer .customer-wrap .c-box .inner-wrap .text-box .msg-text .text {
        line-height: 1.5;
        text-align: justify;
    }
    
    #sec-customer .customer-wrap .c-box .inner-wrap .image-box {
        display: block;
        width: 45%;
        order: 1;
    }
    
    #sec-customer .customer-wrap .c-box .inner-wrap .image-box img {
        height: 100%;
    }
}
@media (max-width: 480px) {

    #sec-customer .c-wrap:after {
        height: calc(100% - 100px);
        top: 100px;
    }
    
    #sec-customer .c-ttl {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    
    #sec-customer .customer-wrap .c-box .inner-wrap {
        display: block;
        height: 100%;
        background-color: #fff;
    }
    
    #sec-customer .customer-wrap .c-box .inner-wrap .text-box {
        display: block;
        width: 100%;
        height: 100%;
        padding: 5%;
        order: 2;
    }
    
    #sec-customer .customer-wrap .c-box .inner-wrap .text-box .msg-ttl {
        display: table;
        margin: 0 auto;
    }
    
    #sec-customer .customer-wrap .c-box .inner-wrap .text-box .msg-ttl .text {
        letter-spacing: 0.05em;
        line-height: 1.2;
    }
    
    #sec-customer .customer-wrap .c-box .inner-wrap .text-box .msg-text {
        padding: 20px 0 0;
    }
    
    #sec-customer .customer-wrap .c-box .inner-wrap .text-box .msg-text .text {
        line-height: 1.5;
        text-align: justify;
    }
    
    #sec-customer .customer-wrap .c-box .inner-wrap .image-box {
        display: block;
        width: 100%;
        order: 1;
    }
    
    #sec-customer .customer-wrap .c-box .inner-wrap .image-box img {
        height: 100%;
    }
}