@charset "utf-8";

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
    height: 380px;
}
.sec_mv_wrap .sec_inner {
    height: 100%;
}

.sec_mv_wrap .ttl_1 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--co_13);
}
.sec_mv_wrap .ttl_1 > span:nth-of-type(1) {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    font-size: 30px;
    letter-spacing: 0.1em;
}
.sec_mv_wrap .ttl_1 > span:nth-of-type(1)::before {
    content: "";
    display: block;
    margin-right: 20px;
    width: 100px;
    height: 100px;
    background-image: url(../../common/img/ico/quality_1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.sec_mv_wrap .ttl_1 > span:nth-of-type(2) {
    display: block;
    margin-left: 90px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1;
}
.sec_mv_wrap .img_1 {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50vw;
}
.sec_mv_wrap .img_1 > span {
    height: 380px;
}
@media (max-width: 999px) {
    .sec_mv_wrap {
        padding-top: 50px;
        height: auto;
    }
    .sec_mv_wrap .ttl_1 {
        position: static;
        transform: none;
        margin: 0 auto;
        max-width: max-content;
    }
    .sec_mv_wrap .ttl_1 > span:nth-of-type(1) {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .sec_mv_wrap .ttl_1 > span:nth-of-type(1)::before {
        margin-right: 20px;
        width: 80px;
        height: 80px;
    }
    .sec_mv_wrap .ttl_1 > span:nth-of-type(2) {
        margin-left: 0;
        font-size: 16px;
        text-align: center;
    }
    .sec_mv_wrap .img_1 {
        position: static;
        margin: 30px -20px 0;
        width: calc(100% + 40px);
    }
    .sec_mv_wrap .img_1 > span {
        padding-top: 50%;
        height: 0;
    }
}
/* ---------------------------------------------------- */
/* sec_outline_wrap */
/* ---------------------------------------------------- */
.sec_outline_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    color: var(--co_2);
    background-color: var(--co_13);
}
.sec_outline_wrap .img_1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
}
.sec_outline_wrap .ttl_1 {
    padding-left: 180px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
}
.sec_outline_wrap .desc_1 {
    padding-left: 180px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
}
@media (max-width: 999px) {
    .sec_outline_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sec_outline_wrap .img_1 {
        position: static;
        margin: 0 auto 20px;
        width: 100px;
    }
    .sec_outline_wrap .ttl_1 {
        padding-left: 0;
        margin-bottom: 20px;
        font-size: 22px;
        text-align: center;
    }
    .sec_outline_wrap .desc_1 {
        padding-left: 0;
        font-size: 14px;
    }
}
/* ---------------------------------------------------- */
/* sec_quality_wrap */
/* ---------------------------------------------------- */
.sec_quality_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}

.sec_quality_wrap .ttl_1 {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    background-color: var(--co_2);
    border: 1px solid var(--co_13);
}
.sec_quality_wrap * + .ttl_1 {
    margin-top: 80px;
}
.sec_quality_wrap .ttl_1 .num {
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 120px;
    min-height: 100px;
    color: var(--co_2);
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    background-color: var(--co_13);
}
.sec_quality_wrap .ttl_1 .num::before {
    content: "";
    width: 100%;
    height: 25px;
    background-image: url(../../common/img/ico/quality_2_b.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.sec_quality_wrap .ttl_1 .ttl {
    padding: 20px 40px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.sec_quality_wrap .ttl_2 {
    margin-bottom: 20px;
    padding: 15px;
    color: var(--co_2);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    background-color: var(--co_3);
}
.sec_quality_wrap * + .ttl_2 {
    margin-top: 80px;
}
.sec_quality_wrap .box_1 {
    margin-top: 50px;
    padding: 40px;
    background-color: #e5ecf4;
    border-radius: 30px;
}
.sec_quality_wrap .img_1 {
    margin-top: 50px;
}
.sec_quality_wrap .box_2 {
    position: relative;
    margin-top: 50px;
    padding: 70px 140px 70px 340px;
    background-color: var(--co_7);
    border-radius: 30px;
}
.sec_quality_wrap .box_2 .img {
    position: absolute;
    left: 130px;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
}
.sec_quality_wrap .box_2 .ttl {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
}
.sec_quality_wrap .clms_wrap_1 {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    padding: 60px 0;
    background-color: #e5ecf4;
}
.sec_quality_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
    flex: none;
    width: 480px;
}
.sec_quality_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
    flex: none;
    width: 450px;
    order: -1;
}
.sec_quality_wrap .clms_wrap_1::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #e5ecf4;
    z-index: -1;
}
.sec_quality_wrap .clms_wrap_1 .ttl {
    margin-bottom: 20px;
    color: var(--co_5);
    font-size: 25px;
    font-weight: 500;
}
.sec_quality_wrap .clms_wrap_1 .desc {
    line-height: 2;
}
.sec_quality_wrap .clms_wrap_2 {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.sec_quality_wrap .clms_wrap_2 > .clm_wrap:nth-of-type(1) {
    flex: none;
    width: 480px;
}
.sec_quality_wrap .clms_wrap_2 > .clm_wrap:nth-of-type(2) {
    flex: none;
    width: 410px;
}
.sec_quality_wrap .clms_wrap_2 .desc {
    font-size: 16px;
    line-height: 2;
}

.sec_quality_wrap .list_1 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -50px;
    margin-bottom: -50px;
}

.sec_quality_wrap .list_1 > ul > li {
    margin-right: 50px;
    margin-bottom: 50px;
    width: calc(100% / 2 - 50px);
}
.sec_quality_wrap .list_1 .img {
    border: 1px solid var(--co_7);
}
.sec_quality_wrap .list_1 .ttl {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.sec_quality_wrap .list_1 .desc {
    font-size: 13px;
}
.sec_quality_wrap .ttl_3 {
    margin-top: 200px;
    color: var(--co_13);
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 999px) {
    .sec_quality_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sec_quality_wrap .ttl_1 {
        margin-bottom: 20px;
    }
    .sec_quality_wrap * + .ttl_1 {
        margin-top: 50px;
    }
    .sec_quality_wrap .ttl_1 .num {
        width: 60px;
        min-height: 80px;
        font-size: 20px;
    }
    .sec_quality_wrap .ttl_1 .num::before {
        height: 20px;
    }
    .sec_quality_wrap .ttl_1 .ttl {
        padding: 10px 15px;
        font-size: 16px;
    }

    .sec_quality_wrap .ttl_2 {
        margin-bottom: 20px;
        padding: 15px;
        font-size: 16px;
    }
    .sec_quality_wrap * + .ttl_2 {
        margin-top: 50px;
    }
    .sec_quality_wrap .box_1 {
        margin-top: 30px;
        padding: 20px;
    }
    .sec_quality_wrap .img_1 {
        margin-top: 30px;
    }
    .sec_quality_wrap .box_2 {
        margin-top: 30px;
        padding: 20px;
    }
    .sec_quality_wrap .box_2 .img {
        position: static;
        transform: none;
        margin: 0 auto 20px;
        width: 100px;
    }
    .sec_quality_wrap .box_2 .ttl {
        margin-bottom: 10px;
        font-size: 18px;
        text-align: center;
    }
    .sec_quality_wrap .clms_wrap_1 {
        display: block;
        margin-top: 30px;
        padding: 20px 0;
    }
    .sec_quality_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
        width: auto;
    }
    .sec_quality_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
        margin-top: 20px;
        width: auto;
    }
    .sec_quality_wrap .clms_wrap_1::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 100vw;
        height: 100%;
        background-color: #e5ecf4;
        z-index: -1;
    }
    .sec_quality_wrap .clms_wrap_1 .ttl {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .sec_quality_wrap .clms_wrap_2 {
        display: block;
    }
    .sec_quality_wrap .clms_wrap_2 > .clm_wrap:nth-of-type(1) {
        width: auto;
    }
    .sec_quality_wrap .clms_wrap_2 > .clm_wrap:nth-of-type(2) {
        margin-top: 20px;
        width: auto;
    }
    .sec_quality_wrap .clms_wrap_2 .desc {
        font-size: 14px;
    }

    .sec_quality_wrap .list_1 > ul {
        margin-right: -15px;
        margin-bottom: -20px;
    }

    .sec_quality_wrap .list_1 > ul > li {
        margin-right: 15px;
        margin-bottom: 20px;
        width: calc(100% / 2 - 15px);
    }
    .sec_quality_wrap .list_1 .ttl {
        font-size: 16px;
    }
    .sec_quality_wrap .list_1 .desc {
        font-size: 13px;
    }
    .sec_quality_wrap .ttl_3 {
        margin-top: 100px;
        font-size: 30px;
    }
}
/* ---------------------------------------------------- */
/* sec_cv_wrap */
/* ---------------------------------------------------- */
.sec_cv_wrap {
    background-color: var(--co_13);
}
.sec_cv_wrap .sec_inner {
    padding-top: 70px;
    padding-bottom: 70px;
}
.sec_cv_wrap .ttl_1 {
    position: relative;
    margin-bottom: 10px;
    padding: 20px;
    width: 480px;
    color: var(--co_2);
    font-size: 22px;
    text-align: center;
    line-height: 1.2;
    border: 1px solid var(--co_2);
    z-index: 2;
}
.sec_cv_wrap .bnr_1 {
    position: relative;
    display: block;
    width: 600px;
    z-index: 2;
}
.sec_cv_wrap .img_1 {
    position: absolute;
    left: calc(50% + 50px);
    top: 0;
    width: 50vw;
    height: 100%;
}
.sec_cv_wrap .img_1 > span {
    height: 100%;
}
@media (max-width: 999px) {
    .sec_cv_wrap .sec_inner {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .sec_cv_wrap .ttl_1 {
        padding: 10px;
        width: auto;
        font-size: 18px;
    }
    .sec_cv_wrap .bnr_1 {
        width: auto;
    }
    .sec_cv_wrap .img_1 {
        position: static;
        margin: 20px -20px 0;
        width: calc(100% + 40px);
        height: auto;
    }
    .sec_cv_wrap .img_1 > span {
        height: 0;
        padding-top: 60%;
    }
}
/* ---------------------------------------------------- */
/* sec_nav_wrap */
/* ---------------------------------------------------- */
.sec_nav_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 999px) {
    .sec_nav_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
