@charset "utf-8";

.cont_img h1 {
    background-image: url(../images/page_title.png);
}

#service section:not(:first-child) h2 {
    margin-top: 60px;
}

#service .box {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
    margin-bottom: 30px;
}

#service .blue {
    background: #d3e1fe;
}

#service .box img {
    align-self: flex-start;
    width: 320px;
}

#service .box .text {
    width: 380px;
    padding: 0 20px;
}

#service .blue .text {
    padding: 20px;
}

#service .biz02 .text p {
    letter-spacing: -0.05em;
    margin-bottom: 15px;
}

#service .biz02 .text .min {
    letter-spacing: normal;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #002e73;
    margin-bottom: 0;
}

#service section .box:last-child {
    margin-bottom: 0;
}

.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}


@media only screen and (max-width: 768px) {
    .cont_img h1 {
        background-image: url(../images/page_title_sp.png);
    }

    #service section:not(:first-child) h2 {
    margin-top: 30px;
}

    #service .box {
        -js-display: flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        flex-direction: row-reverse;
        margin-bottom: 20px;
    }

    #service .blue {}

    #service .box img {
        background: url(../images/01_sp.jpg) no-repeat center center;
        background-size: 100%;
        width: 100%;
        height: 0;
        padding-top: 50.75%;
        overflow: hidden;
    }

    #service .box .img01 {
        background-image: url(../images/01_sp.jpg);
    }

    #service .box .img02 {
        background-image: url(../images/02_sp.jpg);
    }

    #service .box .img03 {
        background-image: url(../images/03_sp.jpg);
    }

    #service .box .img04 {
        background-image: url(../images/04_sp.jpg);
    }

    #service .box .img05 {
        background-image: url(../images/05_sp.jpg);
    }

    #service .box .img06 {
        background-image: url(../images/06_sp.jpg);
    }

    #service .box .text {
        width: 100%;
        padding: 20px 0 0;
    }

    #service .blue .text {
        padding: 20px;
    }

    #service .biz02 .text p {}

    #service .biz02 .text .min {}

    #service section .box:last-child {}


}
