@charset "utf-8";

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

.sec_business_wrap .list_1 > ul > li + li {
    margin-top: 100px;
}

.sec_business_wrap .list_1 > ul > li > a {
    position: relative;
    display: flex;
}
.sec_business_wrap .list_1 > ul > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_1.svg);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.sec_business_wrap .list_1 > ul > li > a > .clm_wrap:nth-of-type(1) {
    position: relative;
    flex: auto;
    width: auto;
    padding: 35px 0 35px 50px;
    color: #fff;
    z-index: 3;
}

.sec_business_wrap .list_1 > ul > li > a > .clm_wrap:nth-of-type(2) {
    position: relative;
    flex: none;
    width: 584px;
    z-index: 1;
}

.sec_business_wrap .list_1 .ttl {
    margin-bottom: 15px;
}
.sec_business_wrap .list_1 .ttl > span {
    display: block;
}

.sec_business_wrap .list_1 .ttl > span:nth-of-type(1) {
    margin-bottom: 15px;
    font-size: 16px;
}
.sec_business_wrap .list_1 .ttl > span:nth-of-type(1) > span {
    margin-left: 10px;
    font-size: 11px;
}
.sec_business_wrap .list_1 .ttl > span:nth-of-type(2) {
    display: flex;
    align-items: center;
    padding-left: 20px;
    height: 75px;
    font-size: 28px;
    font-weight: 500;
    border-left: 2px solid #fff;
}

.sec_business_wrap .list_1 .desc {
    font-size: 15px;
    line-height: 2;
}
.sec_business_wrap .list_1 .img {
    background-color: #000;
}
.sec_business_wrap .list_1 .img img {
    opacity: 0.85;
}

.sec_business_wrap .list_1 .btn {
    position: absolute;
    right: 0;
    bottom: -45px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    width: 350px;
    max-width: 100%;
    height: 30px;
    color: #00287c;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    border: 1px solid #00287c;
    border-radius: 30px;
    z-index: 2;
    transition: 0.3s ease-in-out;
}

.sec_business_wrap .list_1 .btn::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(../../common/img/ico/arrow_2_b.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .sec_business_wrap .list_1 a:hover .btn::after {
        right: 5px;
    }
}
@media (max-width: 767px) {
    .sec_business_wrap {
        padding-top: 60px;
        padding-bottom: 100px;
    }

    .sec_business_wrap .list_1 > ul > li + li {
        margin-top: 80px;
    }

    .sec_business_wrap .list_1 > ul > li > a {
        display: block;
    }
    .sec_business_wrap .list_1 > ul > li > a::before {
        display: none;
    }

    .sec_business_wrap .list_1 > ul > li > a > .clm_wrap:nth-of-type(1) {
        padding: 20px;
        background: linear-gradient(60deg, rgba(58, 176, 233, 1) 5%, rgba(0, 40, 124, 1) 95%);
    }

    .sec_business_wrap .list_1 > ul > li > a > .clm_wrap:nth-of-type(2) {
        width: auto;
    }

    .sec_business_wrap .list_1 .ttl {
        margin-bottom: 15px;
    }
    .sec_business_wrap .list_1 .ttl > span {
        display: block;
    }

    .sec_business_wrap .list_1 .ttl > span:nth-of-type(1) {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .sec_business_wrap .list_1 .ttl > span:nth-of-type(1) > span {
        margin-left: 10px;
        font-size: 9px;
    }
    .sec_business_wrap .list_1 .ttl > span:nth-of-type(2) {
        padding-left: 20px;
        height: 60px;
        font-size: 24px;
    }

    .sec_business_wrap .list_1 .desc {
        font-size: 14px;
    }
}

/* ---------------------------------------------------- */
/* 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;
    }
}
