@charset "UTF-8";

/*============================
common
============================*/

.container {
    padding-bottom: 0;
}

.primary {
    float: none;
    width: 100%;
}

.primary article {
    padding: 80px 0;
}

h2 {
    font-weight: bold;
    padding-bottom: 40px;
    text-align: center;
    font-size: 25px;
}

@media only screen and (max-width: 768px) {
    .primary article {
        padding: 40px 0;
    }

    h2 {
        font-weight: bold;
        padding-bottom: 20px;
        text-align: center;
        font-size: 20px;
    }
}

/*============================
FV
============================*/

.top_bg {
    width: 100%;
}

.top_img {
    background: url(../images/home/top.jpg) no-repeat center center;
    padding-top: 43.0769%;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-background-size: 100%;
    background-size: 100%;
}

@media only screen and (max-width: 768px) {
    .top_bg {
        padding-top: 55px;
    }
}

/*============================
#service
============================*/

#service img {
    width: 480px;
}

#service .text {
    width: 480px;
    margin-top: 20px;
}

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

    #service img {
        width: 100%;
    }

    #service .text {
        width: 100%;
        margin-top: 20px;
    }

}

/*============================
recruit
============================*/
#recruit {
    background: #edfbff;
}

#recruit .flex {
flex-direction: row-reverse;
}

#recruit img {
    width: 480px;
}

#recruit .text {
    width: 480px;
    margin-top: 20px;
}

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

    #recruit img {
        width: 100%;
    }

    #recruit .text {
        width: 100%;
        margin-top: 20px;
    }
}

/*============================
#company
============================*/

#company table.info td dl:not(:last-child) {
	margin-bottom: 20px;
}

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