@charset "utf-8";
/* CSS Document */

.bg_blue {
    background-color: rgba(0, 159, 232, 0.1);
}

#sec_spe01.bg_blue {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 45px;
}

#sec_spe01 .div_num {
    width: 245px;
    text-align: right;
    font-size: 200px;
    line-height: 100%;
    color: #009FE8;
    padding-right: 70px;
    letter-spacing: 0.6px;
}

#sec_spe01 .div_text {
    width: 61.2%;
}

#sec_spe01 .div_text .txt_note {
    font-size: 24px;
    line-height: 175%;
    color: #009FE8;
    padding-top: 20px;
    margin-bottom: 50px;
    letter-spacing: 0.6px
}

#sec_spe01 .div_text .title {
    font-weight: bold;
    font-size: 60px;
    line-height: 60%;
    border-bottom: 1px solid #231815;
    margin-bottom: 40px;
}

#sec_spe01 .div_text .title .title_sub {
    font-size: 40px;
}

#sec_spe01 .div_text .txt {
    max-width: 680px;
    width: 100%;
    font-size: 14px;
    line-height: 200%;
    color: #231815;
}

#sec_spe02 .txt_note {
    font-size: 38px;
    line-height: 173%;
    letter-spacing: 0.5px;
    color: #009FE8;
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 85px;
    margin-bottom: 55px;
}

/* #sec_spe02 .div_all_row {} */

#sec_spe02 .div_all_row .div_row {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 1080px;
    margin: 0 auto 60px;
}

#sec_spe02 .div_all_row .div_row:last-child{
    margin-bottom: 0;
}

#sec_spe02 .div_all_row .div_row .img {
    width: 40%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#sec_spe02 .div_all_row .div_row .text {
    width: 56%;
    margin-left: 4%;
}

#sec_spe02 .div_all_row .div_row .text .note,
#sec_spe02 .div_all_row .div_row .text .title,
#sec_spe02 .div_all_row .div_row .text .txt {
    width: 100%;
}

#sec_spe02 .div_all_row .div_row .text .note {
    font-size: 24px;
    line-height: 150%;
    color: #231815;
    font-weight: bold;
}

#sec_spe02 .div_all_row .div_row .text .title {
    font-size: 36px;
    font-weight: bold;
    line-height: 147%;
    color: #231815;
    margin-bottom: 18px;
}

#sec_spe02 .div_all_row .div_row .text .txt {
    font-size: 14px;
    line-height: 185%;
    color: #231815;
}

#sec_spe02 .div_btn_all {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 100px;
}

#sec_spe02 .div_btn_all .btn_a {
    width: 49.75%;
    background-color: #009FE8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-decoration: none;
    min-height: 120px;
    background-image: url(../img/speed/speed_icon01.png);
    background-repeat: no-repeat;
    background-position: left 40px center;
}

#sec_spe02 .div_btn_all .btn_a.active {
    background-color: rgba(0, 159, 232, 0.8);
}

#sec_spe02 .div_btn_all .btn_a:hover {
    opacity: 0.8;
}

#sec_spe02 .div_btn_all .btn_a .all_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#sec_spe02 .div_btn_all .btn_a .all_txt .btn_num {
    font-size: 70px;
    line-height: 100%;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    padding-left: 30px;
}

@media all and (-ms-high-contrast:none) {
	#sec_spe02 .div_btn_all .btn_a .all_txt .btn_num {
        margin-top: 20px;
    }
}


#sec_spe02 .div_btn_all .btn_a .all_txt .btn_txt {
    font-size: 21px;
    line-height: 242%;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 36px;
}

.anchor_fixtop {
    display: block;
    position: relative;
    top: -100px;
    width: 100%;
    visibility: hidden;
}

@media screen and (max-width:1200px) {
    #sec_spe02 .div_btn_all .btn_a .all_txt .btn_num{
        font-size: 5.833vw;
    }
    #sec_spe02 .div_btn_all .btn_a{
        background-position: left 3.333vw center;
        background-size: 2.500vw;
    }
    #sec_spe02 .div_btn_all .btn_a .all_txt .btn_txt{
        padding-left: 3vw;
        font-size: 1.750vw;
    }
}
@media screen and (max-width:980px) {
    #sec_spe01 .div_text .title{
        line-height: 100%;
        font-size: 7.143vw;
    }
    #sec_spe01 .div_text .title .title_sub{
        font-size: 5.102vw;
    }
    #sec_spe02 .txt_note{
        font-size: 3.878vw;
    }
    #sec_spe02 .div_all_row .div_row .text .note{
        font-size: 2.449vw;
    }
    #sec_spe02 .div_all_row .div_row .text .title{
        font-size: 4.286vw;
    }
}

@media screen and (max-width:767px) {
    #sec_spe01.bg_blue {
        padding-top: 40px;
        padding-bottom: 5.867vw;
        padding-left: 10px;
        padding-right: 10px;
    }

    #sec_spe01 .div_num {
        width: 100%;
        font-size: 26.076vw;
        padding-right: 0px;
        text-align: center;
    }

    #sec_spe01 .div_text {
        width: 100%;
    }

    #sec_spe01 .div_text .txt_note {
        font-size: 3.129vw;
        padding-top: 2.608vw;
        margin-bottom: 6.519vw;
    }

    #sec_spe01 .div_text .title {
        font-size: 9.126vw;
        margin-bottom: 5.215vw;
    }

    #sec_spe01 .div_text .title .title_sub {
        font-size: 6.519vw;
    }

    #sec_spe01 .div_text .txt {
        font-size: 2.086vw;
    }

    #sec_spe02 .txt_note {
        font-size: 4.954vw;
        margin-top: 11.082vw;
        margin-bottom: 7.171vw;
    }

    #sec_spe02 .div_all_row .div_row .img {
        width: 100%;
        height: 250px;
    }

    #sec_spe02 .div_all_row .div_row .text {
        width: 100%;
        margin-left: 0%;
        margin-top: 20px;
    }

    #sec_spe02 .div_all_row .div_row .text .note,
    #sec_spe02 .div_all_row .div_row .text .title,
    #sec_spe02 .div_all_row .div_row .text .txt {
        max-width: none;
    }

    #sec_spe02 .div_all_row .div_row .text .note {
        font-size: 3.129vw;
    }

    #sec_spe02 .div_all_row .div_row .text .title {
        font-size: 5.476vw;
        margin-bottom: 5px;
    }

    #sec_spe02 .div_all_row .div_row .text .txt {
        font-size: 1.825vw;
    }

    #sec_spe02 .div_all_row .div_row{
        margin-bottom: 40px;
    }

    #sec_spe02 .div_btn_all {
        margin-top: 13.038vw;
    }
    #sec_spe02 .div_btn_all .btn_a {
        width: 100%;
        min-height: 19.557vw;
        background-position: left 5.215vw center;
        margin-top: 10px;
        background-size: 3.911vw;
    }
    #sec_spe02 .div_btn_all .btn_a .all_txt .btn_num {
        font-size: 9.126vw;
        padding-left: 3.911vw;
    }
    #sec_spe02 .div_btn_all .btn_a .all_txt .btn_txt {
        font-size: 2.738vw;
        padding-left: 4.694vw;
    }
    .labor_page #sec_spe02 .div_all_row .div_row .img{
        background-size: contain;
        height: 57vw;
    }
}

@media screen and (max-width:580px) {

    @media all and (-ms-high-contrast:none) {
        #sec_spe02 .div_btn_all .btn_a .all_txt .btn_num {
            margin-top: 7px;
        }
    }
    #sec_spe01.bg_blue {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    #sec_spe01 .div_text .txt_note {
        font-size: 18px;
        padding-top: 10px;
        margin-bottom: 10px;
    }
    #sec_spe01 .div_text .title {
        font-size: 30px;
        margin-bottom: 15px;
        line-height: 100%;
    }
    #sec_spe01 .div_text .title .title_sub {
        font-size: 18px;
    }
    #sec_spe01 .div_text .txt {
        font-size: 14px;
    }
    #sec_spe02 .txt_note {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 25px;
    }
    #sec_spe02 .div_all_row .div_row {
        margin-bottom: 30px;
    }
    #sec_spe02 .div_all_row .div_row .text {
        margin-top: 15px;
    }
    #sec_spe02 .div_all_row .div_row .text .note {
        font-size: 18px;
    }
    #sec_spe02 .div_all_row .div_row .text .title {
        font-size: 22px;
    }
    #sec_spe02 .div_all_row .div_row .text .txt {
        font-size: 14px;
    }
    #sec_spe02 .div_btn_all .btn_a .all_txt .btn_num {
        font-size: 30px;
        padding-left: 0;
    }
    #sec_spe02 .div_btn_all .btn_a .all_txt .btn_txt {
        font-size: 14px;
        padding-left: 5px;
    }
    #sec_spe02 .div_btn_all .btn_a{
        justify-content:flex-start;
        padding-left: 15.750vw;
        margin-top: 5px;
    }
}