@charset "UTF-8";
#kv{
    margin-bottom: 0;
}

#kv_second{
    background: url("../img/it_service/kv_second.jpg") center center/cover no-repeat;
    height: 5rem;
    margin-bottom: 15rem;
}

#it_top{
    text-align: center;
    margin: auto;
    margin-bottom: 15rem;
    max-width: 1440px;
    width: 80%;
}

#it_top p{
    width: 50%;
    margin: auto;
    margin-bottom: 10rem;
}

#it_top .it_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#it_top .it_list a{
    border: 1px solid #707070;
    padding: 2rem 0;
    font-size: 1.75rem;
    width: 32%;
    position: relative;
}

#it_top .it_list a img{
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 50%;
    transform: translate(50%, -50%);
    right: 2rem;
}

.service{
    max-width: 1440px;
    width: 80%;
    margin: auto;
    margin-bottom: 15rem;
}

.service h4{
    font-weight: 100;
    text-align: center;
    margin-bottom: 2rem;
}

.service h2{
    text-align: center;
    margin-bottom: 10rem;
}

.service h2 small{
    color: black;
    font-size: 2.5rem;
}

.examp_img{
    width: 65%;
    margin: 2rem auto;
}

.service .wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service .wrap p{
    margin-bottom: 4rem;
    text-align: center;
}

.service .wrap .sec_contact{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service .wrap .sec_contact a{
    width: 30%;
    padding: 2rem 0;
    background: #07192F;
    color: white;
    text-align: center;
    font-size: 2rem;
    position: relative;
    border: 1px solid #07192F;
}

.service .wrap .sec_contact a img{
    position: absolute;
    top: 50%;
    right: 3rem;
    width: 3rem;
    height: 3rem;
    transform: translate(50%, -50%);
}

.service .wrap .sec_contact .white{
    background: white;
    color: #07192F;
}

@media screen and (max-width: 767px){
    #kv_second{
        margin-bottom: 5rem;
    }

    #it_top{
        width: 90%;
        margin-bottom: 5rem;
    }

    #it_top h2{
        font-size: 3.5rem;
    }

    #it_top p{
        margin-bottom: 5rem;
        width: 100%;
    }

    #it_top .it_list{
        flex-direction: column;
    }

    #it_top .it_list a{
        width: calc(95% - 5rem);
        text-align: left;
        padding-left: 5rem;
        margin: .5rem 0;
    }

    .service{
        width: 90%;
        margin-bottom: 8rem;
    }

    .service .wrap .sec_contact{
        flex-direction: column;
    }

    .service .wrap .sec_contact a{
        width: 100%;
    }

    .service h4{
        margin-bottom: .5rem;
        font-size: 3rem;
    }

    .service h2{
        font-size: 2.6rem;
        margin-bottom: 0;
    }

    .examp_img{
        width: 120%;
        margin: 5rem auto;
    }

    .examp_sp{
        width: 100%;
        margin: 3rem 0;
    }

    .service .wrap p{
        margin-bottom: 5rem;
    }
}