@charset "utf-8";

/* front-page */

#mp {
    display: none;
}

/* slider */
.slider_container {
    overflow: hidden;
    background-color: #ffffff;
}
.slick-img {
    margin: 0 7px;
}
.slick-img img {
    width: 100%;
}

/* concept */
.concept_container {
    margin-bottom: 100px;
}
.concept_01 p {
    padding: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #76b676;
}
.concept_img {
    width: 35%;
    margin: 50px auto;
}
.concept_img img {
    width: 100%;
}
.concept_02 {
    width: 35%;
    margin: 0 auto;
}
.concept_02 p {
    padding: 10px;
    font-size: 24px;
}
.emphasis {
    font-weight: bold;
}

/* background */
.background {
    padding-bottom: 68%;
    background-image: url("/wp-content/themes/houshi_theme/assets/img/logo_img.png");
    background-size: 110%;
    background-position-x: 40%;
    background-position-y: 30%;
    opacity: 0.9;
    color: #ffffff;
}

/* company */
.company_container {
    display: flex;
}
.company_img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.company_img img {
    width: 80%;
}
.company_content {
    width: 50%;
    display: flex;
    justify-content: center;
}
.company_content td {
    padding: 10px;
}
.company_title {
    padding-right: 15px;
    text-align: center;
}

/* service */
.service_container {
    display: flex;
}
.service_img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service_img img {
    width: 80%;
}
.service_content {
    width: 50%;
    display: flex;
    justify-content: center;
}
.service_content td {
    padding: 10px;
}
.service_title {
    padding-right: 15px;
    text-align: center;
}

/* collaborator */
.collaborator_contents {
    margin-top: 30px;
    display: flex;
}
.collaborator_content {
    width: 25%;
}
.collaborator_img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.collaborator_content img {
    width: 250px;
    height: 250px;
}
.no_image {
    width: 250px;
    height: 250px;
    line-height: 250px;
    text-align: center;
    font-size: 30px;
    color: #333333;
    background-color: #d6d6d6;
}

/* recruit */
.recruit_txt p {
    font-size: 30px;
}
.new_open {
    margin-top: 30px;
    color: #cc3399;
}
.recruit_content_01,
.recruit_content_02 {
    display: flex;
}
.conditions_01,
.conditions_02 {
    width: 50%;
}
.conditions_03,
.conditions_04 {
    margin-top: -65px;
    width: 50%;
}
.conditions_01 img,
.conditions_02 img,
.conditions_03 img,
.conditions_04 img {
    width: 100%;
}

/* responsive */
@media (max-width: 960px) {
    #pc {
        display: none;
    }
    #mp {
        display: block;
    }
    table {
        margin-left: 10%;
        letter-spacing: 0;
        font-size: 16px;
    }

    /* background */
    .background {
        padding-bottom: 50px;
        background-size: 163%;
        background-position-x: 48%;
    }

    /* concept */
    .concept_img {
        width: 95%;
    }
    .concept_02 {
        width: 100%;
    }

    /* company */
    .company_container {
        display: block;
    }
    .company_img {
        width: 100%;
    }
    .company_content {
        width: 100%;
    }

    /* service */
    .service_container {
        display: block;
    }
    .service_img {
        width: 100%;
    }
    .service_content {
        width: 100%;
        display: block;
    }

    /* collaborator */
    .collaborator_contents {
        margin-top: 0;
        display: block;
    }
    .collaborator_content {
        margin-top: 30px;
        width: 100%;
    }

    /* recruit */
    .recruit_txt p {
        font-size: 30px;
    }
    .new_open {
        margin-top: 30px;
        color: #cc3399;
    }
    .recruit_content_01,
    .recruit_content_02 {
        display: block;
    }
    .conditions_01 {
        width: 100%;
    }

    .conditions_02,
    .conditions_03,
    .conditions_04 {
        width: 100%;
        margin-top: -50px;
    }
    .recruit_txt p {
        font-size: 25px;
    }
}