@charset "UTF-8";
.footerCopy {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 154px;
    position: relative;
}
.footerCopy .logo {
    position: absolute;
    left: 82px;
    top: 32px
}
.footerCopy .copyright {
    color: #878D90;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}
.cv_wrap {
    padding: 58px 0 70px;
    background: #FF7823;
    background: linear-gradient(246deg,rgba(255, 120, 35, 1) 0%, rgba(255, 119, 141, 1) 100%);
}
.cv_box {
    color: #fff;
    text-align: center;
}
.cv_box .ttl {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
}
.cv_box .txt {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.8;
    margin-top: 30px;
}
.cv_lst {
    display: flex;
    justify-content: center;
    gap: 0 54px;
    margin-top: 40px;
}
@media screen and (min-width:767px) and (max-width:1100px) {
    .footerCopy .logo {
        left: 7.455vw;
        top: 2.909vw;
    }
    .footerCopy .logo source,
    .footerCopy .logo img {
        width: 17.273vw;
        height: auto;
    }
    .cv_wrap {
        padding: 5.273vw 0 6.364vw;
    }
    .cv_box .ttl {
        font-size: 3.273vw;
    }
    .cv_box .txt {
        font-size: 1.818vw;
        margin-top: 2.727vw;
    }
    .cv_lst {
        gap: 0 4.909vw;
        margin-top: 5.273vw;
    }
}
/*sp*/
@media only screen and (max-width:767px) {
    .footerCopy {
        display: block;
        height: auto;
        padding: 24px 0 38px;
    }
    .footerCopy .logo {
        position: static;
        text-align: center;
        margin-bottom: 12px;
    }
    .footerCopy .copyright {
        text-align: center;
    }
    .cv_wrap {
        padding: 24px 20px 36px;
        background: #FF7823;
        background: linear-gradient(246deg,rgba(255, 120, 35, 1) 0%, rgba(255, 119, 141, 1) 100%);
    }
    .cv_box .ttl {
        font-size: 20px;
        line-height: 1.6;
    }
    .cv_box .txt {
        font-size: 14px;
        line-height: 1.7;
        margin-top: 16px;
        margin-bottom: 30px;
    }
    .cv_lst {
        display: block;
        margin-top: 20px;
    }
    .cv_lst li {
        margin-bottom: 20px;
    }
    .cv_lst li:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 340px) {
    .cv_box .ttl {
        font-size: 17px;
    }
    .cv_box .txt {
        font-size: 13px;
    }
}