@media screen and (min-width: 768px) {
    .cvarea {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #eb5505;
        padding: 25px 0;
        /* margin-top: 80px; */
        margin-bottom: 60px;
        text-align: center;
    }

    .cvarea div.cvareatx {
        /*width: 62%;*/
        text-align: center;
        /*max-width: 540px;*/
        margin-bottom: 20px;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
    }

    .cvarea div.cvareabtn {
        max-width: 500px;
        margin: 0 auto;
    }

    a.btn {
        height: 60px;
        text-align: center;
        line-height: 60px;
        background: none;
        color: #111 !important;
        text-decoration: none !important;
        position: relative;
        display: block;
        width: 500px;
        margin: 0 auto;
        border: 1px solid #333;
    }

    a.btn:hover {
        opacity: .7;
        background: #fff;
    }

    a.btn::after {
        content: '>';
        display: block;
        font-size: 14px;
        transform: scale(1, 1.5);
        position: absolute;
        right: 20px;
        top: 0;
        font-weight: normal;
    }

    a.btn.lnk::after {
        content: '>';
        display: block;
        font-size: 14px;
        transform: scale(1, 1.5);
        position: absolute;
        right: 20px;
        top: 0;
        font-weight: normal;
    }

    a.btnCV {
        background: #fff;
        color: #eb5505 !important;
        position: relative;
        border: 2px solid #e5e5e5;
        width: 100%;
    }

    a.btn.btnCV:hover {
        background: #eb5505;
        color: #fff !important;
    }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {}

@media screen and (max-width: 980px) and (min-width: 768px) {}

@media screen and (max-width: 767px) and (min-width: 0px) {
    .cvarea {
        background: #eb5505;
        padding: 7% 3% 6%;
        /* margin-top: 18%;
        margin-bottom: 18%; */
        text-align: center;
    }

    .cvarea div.cvareatx {
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 5vw;
        margin-bottom: 3%;
    }

    .cvarea div.cvareabtn {}

    a.btn {
        height: 16vw;
        text-align: center;
        line-height: 16vw;
        background: none;
        color: #111 !important;
        text-decoration: none !important;
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto;
        border: 1px solid #333;
        font-size: 4vw;
    }

    a.btn.ln2 {
        line-height: 1.4;
        padding-top: 2.2vw;
    }

    a.btn.lnk::after {
        content: '>';
        display: block;
        font-size: 3.2vw;
        transform: scale(1, 1.5);
        position: absolute;
        right: 5%;
        top: 0;
        font-weight: bold;
    }

    a.btn.ln2.lnk::after {
        top: 50%;
        height: 100%;
    }

    a.btn.btnCV {
        /*line-height: 15vw;*/
        background: #fff;
        color: #eb5505 !important;
        position: relative;
        border: none;
        /*border: 2px solid #e5e5e5;*/
        font-weight: bold;
        width: 100%;
    }
}

.view-sp {
    display: none;
}

.view-pc {
    display: block;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    .view-sp {
        display: block;
    }

    .view-pc {
        display: none;
    }
}