@charset "utf-8";

/*============================
各種表彰
============================*/
#award {
    padding-bottom: 155px;
}

#award .photo {
    margin-bottom: 30px;
}

table {
    width: 100%;
}

table tr {
    display: block;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}

table th {
    width: 150px;
    text-align: center;
    vertical-align: middle;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #0077d0;
}

table th,
table td {
    padding: 15px 0;
}

table td {
    text-align: left;
    padding-left: 20px;
}

table tr::after {
    content: "";
    width: 150px;
    height: 3px;
    background: #0077d0;
    position: absolute;
    left: 0;
    bottom: -2px;
}

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

    #award {
        padding-bottom: 80px;
    }

    #award .photo {
        margin-bottom: 15px;
    }

    table th {
        width: 90px;
    }

    table th,
    table td {
        padding: 12px 0;
    }

    table td {
        padding-left: 10px;
    }

    table tr::after {
        width: 90px;
    }
}

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

#service {
    background: #0077d0;
    position: relative;
    padding-top: 40px;
}

#service::before {
    content: "";
    background: url(../images/bg_photo.png)no-repeat right bottom;
    background-size: 100%;
    width: 60%;
    height: 40.78%;
    position: absolute;
    right: 0;
    bottom: 0;
}

#service::after {
    content: "";
    background: url(../../images/common/wave_b_half.png)repeat-x center bottom;
    background-size: auto 100%;
    width: 100%;
    height: 55px;
    display: block;
    position: absolute;
    top: -55px;
}

#service .inner {
    position: relative;
}

#service h2,
#service .flex > p {
    color: #fff;
}

#service .flex:first-child {
    margin-bottom: 40px;
}

#service .flex:last-child {
    align-items: stretch;
    grid-gap: 40px;
}

#service .box {
    width: 500px;
    background: #fff;
    border-radius: 40px;
    overflow: hidden;
}

#service .box .photo {
    border-radius: unset;
}

#service .box .text {
    padding: 20px 30px 25px;
}

#service .box li {
    font-size: 18px;
    padding-left: 1em;
    position: relative;
}

#service .box li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #069d7f;
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
}

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

    #service {
        padding-top: 20px;
    }

    #service::before {
        content: none;
    }

    #service::after {
        height: 30px;
        top: -30px;
    }

    #service .flex:first-child {
        margin-bottom: 30px;
    }

    #service .flex:last-child {
        align-items: flex-start;
        grid-gap: 20px;
    }

    #service .box {
        width: 100%;
    }

    #service .box .text {
        padding: 20px 25px 25px;
    }

    #service .box li {
        font-size: 16px;
    }

    #service .box li::before {
        top: 10px;
    }

}
