@charset "UTF-8";

.recruit-mainvisual {
    background-color: #2F9AD9;
}

.recruit-mainvisual h2 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.6;
}

.recruit-mainvisual > img {
    width: 100%;
    height: auto;
    padding-top: 90px;
    background-color: #FFFCD9;
}

.recruit-mainvisual .mvcopy-wrap {
    background-color: #2F9AD9;
    z-index: 2;
    position: relative;
    top: -50px;
    padding-bottom: 50px;
}

.recruit-mainvisual .mvcopy-wrap > div {
    display: flex;
    max-width: 930px;
    margin: 0 auto;
}

.recruit-mainvisual .mvcopy-wrap div img {
    width: 350px;
    height: 252px;
}

.recruit-mainvisual .mvcopy-wrap div div {
    max-width: 550px;
    padding: 50px 0 0 30px;
}

.recruit-mainvisual .mvcopy-wrap div div p {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
    text-align: justify;
    margin-bottom: 20px;
}



.recruit-guide {
    position: relative;
    background-color: #2F9AD9;
    padding: 60px 0 90px;
}

.recruit-guide h2 {
    color: #ffffff;
}

.recruit-guide .boshu-box a {
    width: 260px;
    border-radius: 5px;
    margin: 20px auto 0;
    padding: 30px;
}

.recruit-guide .text-box, .recruit-guide .boshu-box {
    background-color: #ffffff;
    padding : 30px;
    width: 640px;
    border-radius: 5px;
    margin: 0 auto 60px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

.recruit-guide .text-box img {
    width: 100%;
    margin-bottom: 10px;
}

.recruit-guide .text-box img:last-child {
    margin-bottom: 0;
}

.recruit-guide .text-box .apply {
    text-align: center;
    margin: 10px 0;
}

.recruit-guide .text-box .apply a {
    display: inline-block;
    margin: 10px;
}

.recruit-guide .text-box h3 {
    font-size: 1.8rem;
    text-align: center;
}

.recruit-guide .text-box .mail {
    width: 260px;
    border-radius: 5px;
    margin: 20px auto 0;
    padding: 30px;
}



.recruit-contents {
    background-color: #E0F2FD;
    position: relative;
    padding: 90px 0 200px;
}

.recruit-contents .staff {
    display: flex;
    max-width: 1000px;
    padding-left: 50px;
    margin: 0 auto;
    align-items: end;
}

.recruit-contents .staff h3 {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.recruit-contents .staff h3::before {
    content: "　";
    display: inline-block;
    vertical-align: text-bottom;
    background-image: url(../img/common/mark-b.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3px;
    margin-right: 10px;
    width: 22px;
    height: 22px;
}

.recruit-contents .staff img {
    width: 380px;
    height: 260px;
}

.recruit-contents .staff p {
    font-size: 1.8rem;
    margin-left: 30px;
    background-color: #ffffff;
    padding: 30px;
    width: 520px;
    border-radius: 5px;
    text-align: justify;
}    

.recruit-contents .staff p a {
    margin: 20px auto 0;
}

.recruit-contents .support {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    max-width: 1000px;
    padding-right: 50px;
    margin: 60px auto  0;
}

.recruit-contents .support h3 {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.recruit-contents .support h3::before {
    content: "　";
    display: inline-block;
    vertical-align: text-bottom;
    background-image: url(../img/common/mark-b.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3px;
    margin-right: 10px;
    height: 22px;
    width: 22px;
}

.recruit-contents .support img {
    width: 380px;
    height: 230px;
}

.recruit-contents .support p {
    font-size: 1.8rem;
    margin-right: 30px;
    background-color: #ffffff;
    padding: 30px;
    width: 520px;
    border-radius: 5px;
    text-align: justify;
}






@media screen and (max-width: 1000px) and (min-width: 0px) {
    .recruit-contents {
        padding-bottom: 90px;
    }

    .recruit-contents .staff {
        display: block;
        width: 100%;
        padding-left: 0;
    }

    .recruit-contents .staff h3 {
        padding-left: 20px;
    }

    .recruit-contents .staff img {
        height: auto;
        width: calc(100% - 40px);
        padding: 20px;
    }

    .recruit-contents .staff p {
        padding: 20px;
        background-color: inherit;
        width: calc(100% - 40px);
        margin-left: 0;
        align-items: end;
    }

    .recruit-contents .support {
        display: block;
        width: 100%;
        padding-right: 0;
    }

    .recruit-contents .support h3 {
        padding-left: 20px;
    }

    .recruit-contents .support img {
        height: auto;
        width: calc(100% - 40px);
        padding: 20px;
    }

    .recruit-contents .support p {
        padding: 20px;
        background-color: inherit;
        width: calc(100% - 40px);
        margin-right: 0;
    }
}





@media screen and (max-width: 800px) and (min-width: 0px) {
    
    .recruit-mainvisual h2 {
        padding: 20px 20px 0;
        text-align: justify;
    }

    .recruit-mainvisual h2 br {
        width: calc(100% - 40px);
        display: none;
    }

    .recruit-mainvisual .mvcopy-wrap > div {
        display: block;
        width: 100%;
        margin: 80px 0 -30px;
    }

    .recruit-mainvisual .mvcopy-wrap div div {
        padding: 0;
        width: 100%;
        max-width: inherit;
    }

    .recruit-mainvisual .mvcopy-wrap div img {
        width: 85%;
        height: auto;
    }

    .recruit-guide .text-box, .recruit-guide .boshu-box {
        width: calc(100% - 100px);
        margin: 0 20px 60px;
        text-align: left;
    }

    .recruit-guide .text-box .apply a {
        width: calc(100% - 40px);
        margin: 10px 0;
    }

    .recruit-guide .text-box .mail, .recruit-guide .boshu-box a {
        width: calc(100% - 60px);
        max-width: 260px;
    }

    .recruit-guide .text-box .mail span {
        display: none;
    }
}