@charset "utf-8";

/*============================
事業内容
============================*/

#service .img01 {
    margin-bottom: 30px;
}

#service section {
    margin-top: 60px;
}

#service section .box01 {
    gap: 30px;
    margin-bottom: 60px;
}

#service section h3 {
    border-left: 8px solid #070a46;
    border-bottom: 1px solid #b5b5b5;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 30px;
}

#service section .photo {
    width: 280px;
}

#service section h4 {
    font-size: 20px;
    margin-bottom: 25px;
}

#service section .text {
    flex: 1;
}

#service section .box02 {
    background: #eeeeee;
    padding: 30px;
}

#service section dl dt {
    color: #00057b;
    font-size: 20px;
    font-weight: 700;
}

#service section dl dd ul li {
    position: relative;
    padding-left: 16px;
    line-height: 2;
    font-size: 16px;
}

#service section dl dd ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #00057b;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
}

#service section .box02 .photo_box {
    width: 530px;
    gap: 2px;
}

#service section .box02 .flex img {
    width: 264px;
}

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

    #service .img01 {
        width: 100%;
        height: 0;
        padding-top: 60%;
        position: relative;
        margin-bottom: 15px;
    }

    #service .img01 img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #service section {
        margin-top: 40px;
    }

    #service section .box01 {
        gap: 15px;
        margin-bottom: 40px;
    }

    #service section h3 {
        border-left: 8px solid #070a46;
        border-bottom: 1px solid #b5b5b5;
        font-size: 16px;
        padding: 10px;
        margin-bottom: 30px;
    }

    #service section .photo {
        width: 100%;
    }

    #service section .box01 .photo img {
        background: url(../images/service_02_sp.jpg
)no-repeat center center;
        background-size: 100%;
        width: 100%;
        height: 0;
        padding-top: 57.14%;
    }

    #service section h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    #service section .text {
        flex: none;
    }

    #service section .box02 {
        padding: 20px 30px 30px;
    }
    
    #service section dl {
        margin-bottom: 15px;
    }

    #service section dl dt {
        font-size: 18px;
        margin-bottom: 5px;
    }

    #service section dl dd ul li {
        position: relative;
        padding-left: 16px;
        line-height: 2;
        font-size: 16px;
    }

    #service section dl dd ul li::before {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #00057b;
        display: block;
        border-radius: 50%;
        position: absolute;
        top: calc(50% - 4px);
        left: 0;
    }

    #service section .box02 .photo_box {
        width: 100%;
        gap: 2px;
    }

    #service section .box02 .flex img {
        width: calc(50% - 1px);
    }

}
