@charset "utf-8";

/* CSS Document */
#recruit .content_wrap_inner {
    max-width: 1000px;
    margin: 0 auto;
}

#recruit h1 {
    max-width: 364px;
    margin: 8rem auto 4rem;
}

#recruit h2 {
    max-width: 323px;
    margin: 3.3rem auto;
}

#recruit p.catch {
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 1.5;
}

#recruit p.copy {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.75;
    margin: 1.5em;
}



@media screen and (max-width:480px) {
    #recruit .content_wrap_inner {
        width: 90vw;

    }

    #recruit h1 {
        width: 70vw;
        margin: 6rem auto;
    }

    #recruit h2 {
        max-width: 65vw;
        margin: 3rem auto;
    }

    #recruit p.catch {
        font-size: 1.8rem;
    }

    #recruit p.copy {
        font-size: 1.2rem;
        letter-spacing: 0.1em;
        text-align: center;
        line-height: 1.75;
        margin: 1.5em;
    }
}

#recruit h3.fukidashi {
    width: 232px;
    margin: 4rem 0 2rem;
}

#recruit ul.point_wrap {
    display: flex;
    margin-bottom: 8rem;
}

#recruit ul.point_wrap li {
    width: 25%;
    display: block;
    box-sizing: border-box;
    border-left: 1px dashed #000;
    padding: 2rem 2.4rem 1.5rem;
}

#recruit ul.point_wrap li:nth-last-child(2n) {
    background-color: #FFFBE2;
}

#recruit ul.point_wrap li:last-child {
    border-right: 1px dashed #000;

}

#recruit ul.point_wrap li .nomber {
    width: 62px;
    margin: auto;
}

#recruit ul.point_wrap li h4 {
    margin: 2.4rem 0 1rem;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

#recruit ul.point_wrap li .kisetsu {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5;
    padding: 0.25em 0;
    background-color: #FDECC8;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 1rem 0;
}

#recruit ul.point_wrap li p {
    font-size: 1.3rem;
    line-height: 1.5;
}


@media screen and (max-width:480px) {
    #recruit h3.fukidashi {
        width: 50vw;
        margin: 4rem auto 2rem;
    }

    #recruit ul.point_wrap {
        flex-direction: column;
        margin-bottom: 6rem;
    }

    #recruit ul.point_wrap li {
        width: 100%;
        border-left: none;
        border-top: 1px dashed #000;
        padding: 1.5rem 1.5rem 1.5rem 3rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }



    #recruit ul.point_wrap li:last-child {
        border-right: none;
        border-bottom: 1px dashed #000;

    }

    #recruit ul.point_wrap li .nomber {
        width: 20%;
        margin: 0;
        flex-shrink: 0;
    }

    #recruit ul.point_wrap li .text {
        width: 65%;
        flex-shrink: 0;
    }

    #recruit ul.point_wrap li h4 {
        margin: 0 0 1rem;
        font-size: 1.8rem;

    }

    #recruit ul.point_wrap li .kisetsu {
        font-size: 1.4rem;

    }

    #recruit ul.point_wrap li p {
        font-size: 1.2rem;
        line-height: 1.75;
    }
}

#recruit ul.setumei_wrap {
    display: flex;
    justify-content: space-between;
    width: 796px;
    margin: 2rem auto 8rem;
}

#recruit ul.setumei_wrap li {
    width: auto;
}

@media screen and (max-width:480px) {
    #recruit ul.setumei_wrap {
        flex-direction: column;
        width: 100%;
        margin: 2rem auto 5.5rem;
    }

    #recruit ul.setumei_wrap li {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

#recruit .shinro_wrap {
    position: relative;
    height: 345px;
    width: 720px;
    margin: 8rem auto;
}

#recruit .shinro_wrap img {
    position: absolute;
}

#recruit .shinro_wrap .img_01 {
    width: 300px;
    left: 92px;
}

#recruit .shinro_wrap .img_02 {
    width: 107px;
    left: 420px;
}

#recruit .shinro_wrap .img_03 {
    width: 190px;
    right: 0;
    bottom: 33px;
}

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

    #recruit .shinro_wrap {
        position: relative;
        height: 80vw;
        width: 100%;
        margin: 4rem auto 6rem;
    }



    #recruit .shinro_wrap .img_01 {
        width: 55%;
        left: 0;
        bottom: 0;
    }

    #recruit .shinro_wrap .img_02 {
        width: 25%;
        left: 55%;
        top: 0;
    }

    #recruit .shinro_wrap .img_03 {
        width: 40%;
        right: 0;
        bottom: 0;
    }

}

#recruit .intern_wrap {
    display: flex;
    width: 678px;
    margin: 6rem auto 8rem;
    justify-content: space-between;
}

#recruit .intern_wrap .text h3 {
    font-size: 1.8rem;
    letter-spacing: 0.15em;
    padding: 1.9rem 0;
    position: relative;
    text-align: center;
    width: 300px;
    margin-bottom: 2rem;
}

#recruit .intern_wrap .text h3::before,
#recruit .intern_wrap .text h3::after {
    content: '';
    display: block;
    width: 1.4rem;
    height: 5.6rem;
    background-image: url(../img/parts_recruit_kakko@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
}

#recruit .intern_wrap .text h3::before {

    left: -2rem;
}

#recruit .intern_wrap .text h3::after {
    right: -2rem;
    transform: scale(-1, 1);
}

#recruit .intern_wrap .text ul {
    font-size: 1.8rem;
    line-height: 1.75;
    font-weight: bold;
    margin-left: 0.25em;
    letter-spacing: 0.1em;
}


@media screen and (max-width:480px) {
    #recruit .intern_wrap {
        width: 90%;
        margin: 2rem auto 6rem;
        flex-direction: column-reverse;
    }

    #recruit .intern_wrap .text h3 {
        font-size: 1.4rem;
        padding: 1.3rem 0;
        width: 82%;
        margin: 2rem auto 1rem;
    }

    #recruit .intern_wrap .text h3::before,
    #recruit .intern_wrap .text h3::after {
        height: 4rem;
    }


    #recruit .intern_wrap .text ul {
        font-size: 1.4rem;
        width: 82%;

        margin: auto;
    }
}