@charset "UTF-8";

/*cv for_sp---------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 768px) {

    /*common_cv-----------------------------*/



    .section_cv{
    }


    section.section_cv .cv_heading {
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        position: absolute;
        left: 0;
        right:0;
        top: -12.533vw;
        margin: auto;
        width: 82.6vw;
    }
    section.section_cv .cv_heading_title {
        position: absolute;
        left: 0;
        right: 0;
        top: 4vw;
        margin: auto;
        color: #fff;
        font-weight: bold;
        font-size: 4.8vw;
        letter-spacing: -0.01em;
        text-align: center;
        line-height: 1.2em;
    }
    section.section_cv .cv_heading_title .text_large{
        font-size: 5.86vw;
        line-height: 1.2em;
    }


    section.section_cv .cv_contents_wrap{
        width: 90%;
        border:3px solid var(--color_dark_blue);
        border-right:10px solid var(--color_dark_blue);
        border-bottom:10px solid var(--color_dark_blue);
        border-radius: 20px;
        margin: auto;
        position: relative;
        background-color: #fff;
        padding-top: 10vw;
        margin-top: 30vw;
    }

    section.section_cv .cv_wrap{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 3vw 0px;
        flex-wrap: wrap;
    }
    section.section_cv .cv_wrap .cv_item{
        margin: auto;
        margin-top: 13.06vw;
        width: 100%;
    }
    section.section_cv .cv_wrap .segment{
        height: 340px;
        width: 2px;
        z-index: 1;
        margin-top: 10px;
        background-color: var(--color_dark_blue);
    }

    section.section_cv .cv_wrap .fukidashi {
        width: 100%;
        margin: auto;
        position: relative;
        margin-bottom: 0px;
    }
    section.section_cv .cv_wrap .fukidashi.user_new .fukidashi_title{
        font-size: 4.5vw;
        color: #fff;
        font-weight: bold;
        position: absolute;
        left: 19vw;
        letter-spacing: 0.01em;
        top: 4vw;
    }
    section.section_cv .cv_wrap .fukidashi.user_existing .fukidashi_title span{
        font-size: 6vw;
    }
    section.section_cv .cv_wrap .fukidashi.user_existing .fukidashi_title{
        font-size: 4vw;
        color: #fff;
        font-weight: bold;
        position: absolute;
        right: 12vw;
        letter-spacing: 0.04em;
        TEXT-ALIGN: center;
        top: 5.5vw;
    }
    section.section_cv .cv_wrap .fukidashi.user_new .fukidashi_title span{
        font-size: 6vw;
    }
    section.section_cv .cv_wrap .fukidashi::after {
    }

    section.section_cv .cv_wrap .fukidashi.user_new,
    section.section_cv .user_new.fukidashi::after {
    }

    section.section_cv .cv_wrap .fukidashi.user_existing,
    section.section_cv .cv_wrap .user_existing.fukidashi::after {
        color: #000;
    }

    section.section_cv .cv_wrap .btn_item{
        width: 90%;
        color: #000;
        text-align: center;
        font-size: 4vw;
        margin: auto;
        font-weight: bold;
    }
    section.section_cv .cv_wrap .btn_item span.size_l{
        font-size: 5vw;
    }
    .cv_btn{
        height: 20vw;
        width: 100%;
        font-weight: bold;
        border:2px solid #000;
        border-right: solid 5px #000;
        border-bottom: solid 5px #000;
        font-size: 4.5vw;
        border-radius: 3vw;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        margin-bottom: 2vw;
        position: relative;
        letter-spacing: 0.01em;
        background-repeat: no-repeat;
        background-size: 7vw;
        background-position: right 10px top 50%;
        letter-spacing: 0.01em;
        color: #000;
        cursor: pointer;
        line-height: 1.2em;
    }

    section.section_cv .cv_wrap .btn_item .cv_btn.btn_new_wimax {
        background-size: 8vw;
        background-position: right 10px top 50%;
        background-color: var(--color_purple);
        color: #fff;
    }
    section.section_cv .cv_wrap .btn_item a.cv_btn.btn_new_shop{
    }
    section.section_cv .cv_wrap .btn_item a.cv_btn.btn_exist_wimax{
    }
    section.section_cv .cv_wrap .btn_item a.cv_btn.btn_exist_shop{
    }


    .cv_btn_heading{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5vw;
        margin-bottom: 2vw;
        letter-spacing: 0.01em;
    }

    section.section_cv .cv_wrap .cv_btn_note{
        text-align: left;
        font-weight: normal;
        font-size: calc(12/375*100vw);
        margin-bottom: calc(14/375*100vw);
    }

    section.section_cv .cv_wrap .btn_item .btn_new_wimax .gigahodai_web_w{
        position: absolute;
        width: 9vw;
        /* height: 7vw; */
        left: 3vw;
        margin: auto;
    }
    section.section_cv .cv_wrap .btn_item .btn_new_shop .gigahodai_shop_b{
        position:absolute;
        width: 9vw;
        left: 3vw;
        margin: auto;
    }


    section.section_cv .cv_remarks_link {
        width: 95%;
        text-align: right;
        font-size: 3vw;
        padding: 0 2vw 2vw;
        letter-spacing: 0.01em;
    }
    section.section_cv .cv_remarks_link a{
        text-decoration: underline;
        color: var(--color_dark_blue);
        margin-bottom: 2vw;
        display: block;
        margin-right: 3vw;
    }


    .cv_foot {
        background-color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 20px;
    }

    .cv_foot a {
        color: #fff;
        text-decoration: underline;
        line-height: 2em;
        position: relative;
        display: inline-block;
        font-size: 4vw;
        line-height: 1.5em;
    } 

    .cv_foot a::after {
        content: "";
        position: absolute;
        height: 2vw;
        width: 2vw;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        right: -15vw;
        top: 0;
        bottom: 0;
        margin: auto;
    }




}

/*cv for_sp---------------------------*/
