@charset "UTF-8";

.recruit {
    width: 90%;
    margin: 5% auto 0;
    font-size: 1.2vw;
    line-height: 2;
}
.recruit h3 {
    text-align: center;
    margin-top: 3%;
    font-size: 2vw;
}

.recruit .main-area .main-title {
    text-align: center;
    font-weight: bold;
    font-size: 2vw;
}
.recruit .main-area .main-image {
    margin-top: 3%;
}
.recruit .main-area .main-image img {
    width: 100%;
}
.recruit .main-area p {
    width: 80%;
    margin: 3% auto 0;
}

.recruit .factory-area {
    width: 80%;
    margin: 7% auto 0;
}
.recruit .factory-area .article {
    margin-top: 10%;
}
.recruit .factory-area .article .article-image {
    margin-top: 5%;
}
.recruit .factory-area .article .article-image img {
    width: 100%;
}
.recruit .factory-area .article p {
    margin-top: 3%;
}
.recruit .factory-area .article ul {
    margin-top: 3%;
}
.recruit .factory-area .article ul li {
    margin-left: 2%;
    padding-bottom: 3%;
    list-style: disc;
}
.recruit .factory-area .article ul li strong {
    font-size: 1.4vw;
}

.recruit .member-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8%;
}
.recruit .member-area .member {
    width: 33.33%;
}
.recruit .member-area .member-content {
    background-size: cover;
    height: 400px;
    position: relative;
    display: block;
    background-position: 50% 50%;
}
.recruit .member-area .member-content .member-info {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    height: 130px;
    padding: 5%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1vw;
    font-weight: bold;
    line-height: 1.5;
}
.recruit .member-area .member-content .member-info .team {
    display: inline-block;
    background-color: black;
    padding: 2% 3%;
    line-height: 1;
}
.recruit .member-area .member-content .member-info .name {
    margin-top: 2%;
    padding-left: 1%;
    font-size: 1.2vw;
}
.recruit .member-area .member-content .member-info .interview {
    margin-top: 8%;
    text-align: right;
}

.recruit .jobs-area {
    width: 70%;
    margin: 10% auto 0;
}
.recruit .jobs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
}
.recruit .jobs-area a {
    display: block;
    box-sizing: border-box;
    width: 31.3%;
    margin: 20px 1%;
    padding: 10px 0;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 8px;
    color: #222;
    line-height: 4;
}
.recruit .jobs-area a:hover {
    background: #222;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.recruit .contact-area {
    width: 70%;
    margin: 10% auto 0;
}
.recruit .contact-area p {
    margin-top: 3%;
}
.recruit .contact-area a {
    display: block;
    margin: 40px auto 0;
    padding: 10px;
    width: 60%;
    border: 1px solid #222;
    border-radius: 0.3em;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.recruit .contact-area a:link {
    text-decoration: none;
}
.recruit .contact-area a:hover {
    background: #222;
    color: #fff;
}

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

    .recruit {
        width: 100%;
        font-size: 3.6vw;
    }
    .recruit h3 {
        margin-top: 10%;
        font-size: 5vw;
        padding: 0 5%;
    }

    .recruit .main-area .main-title {
        font-size: 4.4vw;
    }
    .recruit .main-area .main-image {
        margin-top: 10%;
    }
    .recruit .main-area p {
        margin-top: 5%;
        width: 90%;
    }

    .recruit .factory-area {
        width: 90%;
        margin-top: 10%;
    }
    .recruit .factory-area .article {
        margin-top: 10%;
    }
    .recruit .factory-area .article .article-image {
        margin-top: 5%;
    }
    .recruit .factory-area .article p {
        margin-top: 5%;
    }
    .recruit .factory-area .article ul {
        margin-top: 5%;
    }
    .recruit .factory-area .article ul li {
        margin-left: 0;
        padding-bottom: 5%;
        list-style: none;
    }
    .recruit .factory-area .article ul li strong {
        font-size: 4vw;
    }

    .recruit .member-area {
        margin-top: 10%;
    }
    .recruit .member-area .member {
        width: 100%;
    }
    .recruit .member-area .member-content .member-info {
        font-size: 3vw;
    }

    .recruit .jobs-area {
        width: 90%;
    }
    .recruit .jobs {
        padding: 0 5%;
    }
    .recruit .jobs-area a {
        width: 100%;
        margin-top: 5%;
    }

    .recruit .contact-area {
        width: 90%;
    }
    .recruit .contact-area p {
        margin-top: 5%;
    }
}

.recruit-member {
    width: 80%;
    margin: 5% auto 0;
    font-size: 1.2vw;
    line-height: 2;
}
.recruit-member .member-image {
    position: relative;
}
.recruit-member .member-image img {
    width: 100%;
    vertical-align: bottom;
}
.recruit-member .member-image .member-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    font-size: 1.4vw;
    font-weight: bold;
    color: #fff;
}
.recruit-member .member-image .member-info .team {
    display: inline-block;
    padding: 0 2%;
    background-color: #000;
}
.recruit-member .member-image .member-info .name {
    margin-top: 1%;
    padding-left: 1%;
}
.recruit-member .member-interview {
    width: 80%;
    margin: 7% auto 0;
}
.recruit-member .member-interview .interview {
    margin-top: 5%;
}
.recruit-member .member-interview .interview p {
    margin-top: 3%;
}

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

    .recruit-member {
        width: 100%;
        font-size: 3.6vw;
    }
    .recruit-member .member-image .member-info {
        padding: 3%;
        font-size: 3.6vw;
    }
    .recruit-member .member-interview {
        width: 90%;
        margin-top: 10%;
    }
    .recruit-member .member-interview .interview {
        margin-top: 10%;
    }
    .recruit-member .member-interview .interview p {
        margin-top: 5%;
    }
}
