/* about */
.main {
    margin-left: 80px;
    z-index: 1000;
    padding: 0 7%;
}

@media only screen and (max-width: 1000px) and (orientation: landscape) {
    .main {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .main {
        margin-left: 0;
    }
}


#recruit {
    padding: 7% 0 0;
}

#recruit h2 {
    font-size: 60px;
    line-height: 1.2;
    color: #ffbd00;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4rem;
}

#recruit .container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

#recruit a {
    text-decoration: underline;
}

#recruit a:hover {
    text-decoration: none;
}

#recruit h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

#recruit h4 {
    font-weight: 500;
    margin-bottom: 5px;
}

#recruit .block {
    margin-bottom: 40px;
}

#recruit .gr {
    margin-bottom: 30px;
}

#recruit #sign .date {
    text-align: right;
    margin-top: 20px;
}

#recruit #sign .inner {
    max-width: 200px;
    width: 100%;
    margin: 0 10% 0 auto;
    text-align: center;
}

.main table {
    width: 100%;
    border-collapse: collapse;
}

.main table th,
.main table td {
    border: 1px solid #000;
    padding: 15px;
}

.main table td:first-child {
    width: 33%;
}

@media only screen and (max-width: 1920px) {
    #recruit h2 {
        font-size: 2.5vw;
    }
}

@media only screen and (max-width: 768px) {
    .main {
        margin-top: 7rem;
    }

    #recruit {
        padding: 60px 0 0;
    }

    #recruit h2 {
        font-size: 7vw;
        margin-bottom: 2rem;
    }

    .main table th,
    .main table td {
        padding: 10px;
    }

}

@media only screen and (max-width: 479px) {
    .main {
        margin-top: 14vw;
    }

    #recruit #sign .inner {
        margin: 0 5% 0 auto;
    }
}

@media print {
    header {
        display: none;
    }

    #recruit h2 {
        font-size: 20px;
    }

    .main table th, .main table td {
        padding: 5px;
    }

    .main {
        margin-left: 0;
        padding: 0;
    }

    #recruit {
    }

    .social {
        display: none;
    }

    footer {
        display: none;
    }

    table,
    th,
    td {
        border: 1pt solid black !important;
    }

    table {
        border-collapse: collapse !important;
    }
}