@charset "utf-8";
/* CSS Document */

#job .content_wrap_inner {
    max-width: 98rem;
    padding: 6rem 1.6rem;
    margin: auto;
}

@media screen and (max-width:480px) {
    #job .content_wrap_inner {
        padding: 4rem 1.4rem;
        overflow: hidden;
    }
}

#job .content_wrap_inner h1 {
    font-size: 6rem;
    letter-spacing: 0.3em;
    line-height: 2.4;
    text-align: center;
    width: 58rem;
    position: relative;
    margin: auto;
    margin-bottom: 0.8em;
}

#job .content_wrap_inner h1::before,
#job .content_wrap_inner h1::after {
    content: '';
    display: block;
    position: absolute;
    width: 6.5rem;
    height: 4.3rem;
    background-image: url(../img/title_img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#job .content_wrap_inner h1::before {
    top: 0;
    left: 0;
}

#job .content_wrap_inner h1::after {
    bottom: 0;
    right: 0;
    transform: scale(1, 1);
}

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

    #job .content_wrap_inner h1 {
        font-size: 3rem;
        width: 80%;
    }

    #job .content_wrap_inner h1::before,
    #job .content_wrap_inner h1::after {
        width: 1.5em;
        height: 1em;
    }
}

#job .content_wrap_inner p.lead_copy {
    text-align: center;
    font-size: 2.1rem;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 4rem;
}

@media screen and (max-width:480px) {
    #job .content_wrap_inner p.lead_copy {
        font-size: 1.4rem;
        line-height: 2;
    }
}

#job .content_wrap_inner ul.point {
    display: flex;
    justify-content: center;
    margin-bottom: 9rem;
}

#job .content_wrap_inner ul.point li {
    width: 45%;
}

#job .content_wrap_inner ul.point li .img_wrap {
    width: 16.8rem;
    margin: auto;

}

#job .content_wrap_inner ul.point li h4 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 0.5em 0 0.75em;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.05em;
}

#job .content_wrap_inner ul.point li p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.75;
}

@media screen and (max-width:480px) {
    #job .content_wrap_inner ul.point {
        flex-direction: column;
        margin-bottom: 0rem;
    }

    #job .content_wrap_inner ul.point li {
        width: 100%;
        margin-bottom: 4rem;
    }

    #job .content_wrap_inner ul.point li .img_wrap {
        width: 18rem;

    }

    #job .content_wrap_inner ul.point li h4 {
        font-size: 2rem;
    }

    #job .content_wrap_inner ul.point li p {
        text-align: center;
        font-size: 1.4rem;
    }
}

#job .content_wrap_inner .border {
    margin: 4rem 0;
}

#job .content_wrap_inner h2 {
    font-size: 3.6rem;
    letter-spacing: 0.2em;
    color: #f9b900;
    text-align: center;
    margin: 4rem 0 3rem;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
}

#job .content_wrap_inner h2+p {
    font-size: 2.4rem;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.1em;
}

#job .content_wrap_inner h2+p span {
    display: inline;
    background: rgb(249, 185, 0);
    background: linear-gradient(0deg, rgba(249, 185, 0, 1) 0%, rgba(249, 185, 0, 1) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
}

@media screen and (max-width:480px) {
    #job .content_wrap_inner h2 {
        font-size: 2.4rem;
        line-height: 1.5;

    }

    #job .content_wrap_inner h2+p {
        font-size: 1.8rem;

    }
}

#job .content_wrap_inner .kengaku {
    letter-spacing: 0.2em;
    margin: 8rem auto;
    width: 46rem;
    padding: 1rem 0;
    position: relative;
}

#job .content_wrap_inner .kengaku::before,
#job .content_wrap_inner .kengaku::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 1.2rem;
    height: 100%;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    top: 0;
    left: 0;
}

#job .content_wrap_inner .kengaku::after {
    left: auto;
    right: 0;
    transform: scale(-1, 1);
}

#job .content_wrap_inner .kengaku h3 {
    font-size: 3.8rem;
    margin-bottom: 0.2em;
    font-weight: normal;
    text-align: center;
    padding-left: 0.2em;
}

#job .content_wrap_inner .kengaku p {
    font-size: 1.8rem;
    text-align: center;
    padding-left: 0.2em;
}

@media screen and (max-width:480px) {
    #job .content_wrap_inner .kengaku {
        letter-spacing: 0.2em;
        margin: 4rem auto;
        width: 90%;
        padding: 1.2rem 0 1rem;
        position: relative;
    }

    #job .content_wrap_inner .kengaku h3 {
        font-size: 2.4rem;
    }

    #job .content_wrap_inner .kengaku p {
        font-size: 1.2rem;
    }

}

#job .content_wrap_inner table {
    width: 100%;
    font-size: 2.1rem;
    line-height: 1.5;
    border-bottom: 2px solid #000;
    margin: 5rem 0;
}

#job .content_wrap_inner table caption {
    text-align: left;
    font-size: 1.25em;
    letter-spacing: 0.1em;
    padding-bottom: 0.5em;
}

#job .content_wrap_inner table small {
    font-size: 0.75em;
}

#job .content_wrap_inner table tr {
    border-top: 2px solid #000;
}

#job .content_wrap_inner table tr:nth-child(2n) {
    background-color: #fee498;
}

#job .content_wrap_inner table td,
#job .content_wrap_inner table th {
    padding: 1em;
}

#job .content_wrap_inner table th {
    width: 25%;
}

@media screen and (max-width:480px) {
    #job .content_wrap_inner table {
        width: 100%;
        font-size: 1.3rem;
        margin: 3rem 0;
    }


    #job .content_wrap_inner table small {
        font-size: 0.75em;
    }

    #job .content_wrap_inner table tr {
        border-top: 1px solid #000;
    }

    #job .content_wrap_inner table td,
    #job .content_wrap_inner table th {
        padding: 1em 0.5em;
    }

    #job .content_wrap_inner table th {
        width: 35%;
    }

}