.recruit_main {
    width: 80%;
    height: 1200px;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
    background-color: #eeeeee;
    font-family: "HGP教科書体";
}
.page_title_box {
    position: relative;
    width: 40%;
    height: 9.7%;
    padding: 30px 0;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
    background-color: #99cccc;
    font-family: "HGP教科書体";
    z-index: 1;
}
.page_title_box p {
    font-size: 20px;
    font-family: "HGP教科書体";
}
.recruit_box {
    position: relative;
    width: 70%;
    height: 800px;
    top: -50px;
    padding: 30px 0;
    padding-top: 90px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    font-family: "HGP教科書体";
}
.recruit_description {
    margin-left: 15%;
    text-align: left;
    font-size: 20px;
}
table {
    width: 70%;
    height: 50%;
    margin: 0 auto;
    margin-top: 50px;
    border-collapse: collapse;
    text-align: left;
}
td {
    border: 1px #333 solid;
    font-size: 20px;
}
.inquiry {
    margin-top: 70px;
}
.inquiry_btn {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 120px;
    margin: auto;
    padding: 1rem 4rem;
    color: #fff;
    font-weight: bold;
    background: #000044;
    position: relative;
    transition: 0.3s ease-in-out;
}
.inquiry_btn:hover {
    background: #fff;
    color: #000044;
}
.inquiry_btn:before,
.inquiry_btn:after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    border: 2px solid transparent;
    width: 0;
    height: 0;
}
.inquiry_btn:before {
    top: 0;
    left: 0;
}
.inquiry_btn:after {
    bottom: 0;
    right: 0;
}
.inquiry_btn:hover:before,
.inquiry_btn:hover:after {
    width: 100%;
    height: 100%;
}
.inquiry_btn:hover:before {
    border-top-color: #000044;
    border-right-color: #000044;
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.inquiry_btn:hover:after {
    border-bottom-color: #000044;
    border-left-color: #000044;
    transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s,
        height 0.15s ease-out 0.3s;
}

/* PC */
@media (max-width: 1280px) and (min-width: 960px) {
    .recruit_main {
        width: 85%;
        height: 1200px;
        padding: 30px 0 1px 0;
        margin: 0 auto;
        text-align: center;
        background-color: #eeeeee;
        font-family: "HGP教科書体";
    }
    .page_title_box {
        position: relative;
        width: 40%;
        height: 9.7%;
        padding: 30px 0;
        margin: 0 auto;
        margin-top: 100px;
        text-align: center;
        background-color: #99cccc;
        font-family: "HGP教科書体";
        z-index: 1;
    }
    .page_title_box p {
        font-size: 20px;
        font-family: "HGP教科書体";
    }
    .recruit_box {
        position: relative;
        width: 80%;
        height: 800px;
        top: -50px;
        padding: 0px 0;
        margin: 0 auto;
        text-align: center;
        background-color: #fff;
        font-family: "HGP教科書体";
        padding-top: 90px;
    }
    .recruit_description {
        margin-left: 15%;
        text-align: left;
        font-size: 1em;
    }
    table {
        width: 70%;
        height: 50%;
        margin: 0 auto;
        margin-top: 50px;
        border-collapse: collapse;
        text-align: left;
    }
    td {
        border: 1px #333 solid;
        font-size: 1em;
    }
    .inquiry {
        margin-top: 70px;
    }
    .inquiry_btn {
        display: block;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        width: 120px;
        margin: auto;
        padding: 1rem 4rem;
        color: #fff;
        font-weight: bold;
        background: #000044;
        position: relative;
        transition: 0.3s ease-in-out;
    }
    .inquiry_btn:hover {
        background: #fff;
        color: #000044;
    }
    .inquiry_btn:before,
    .inquiry_btn:after {
        box-sizing: inherit;
        content: "";
        position: absolute;
        border: 2px solid transparent;
        width: 0;
        height: 0;
    }
    .inquiry_btn:before {
        top: 0;
        left: 0;
    }
    .inquiry_btn:after {
        bottom: 0;
        right: 0;
    }
    .inquiry_btn:hover:before,
    .inquiry_btn:hover:after {
        width: 100%;
        height: 100%;
    }
    .inquiry_btn:hover:before {
        border-top-color: #000044;
        border-right-color: #000044;
        transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    }
    .inquiry_btn:hover:after {
        border-bottom-color: #000044;
        border-left-color: #000044;
        transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s,
            height 0.15s ease-out 0.3s;
    }
}

/* タブレット */
@media (max-width: 960px) and (min-width: 768px) {
    .recruit_main {
        width: 85%;
        height: 1200px;
        padding: 30px 0;
        margin: 0 auto;
        text-align: center;
        background-color: #eeeeee;
        font-family: "HGP教科書体";
    }
    .page_title_box {
        position: relative;
        width: 40%;
        height: 9.7%;
        padding: 30px 0;
        margin: 0 auto;
        margin-top: 100px;
        text-align: center;
        background-color: #99cccc;
        font-family: "HGP教科書体";
        z-index: 1;
    }
    .page_title_box p {
        font-size: 20px;
        font-family: "HGP教科書体";
    }
    .recruit_box {
        position: relative;
        width: 80%;
        height: 800px;
        top: -50px;
        padding: 30px 0;
        margin: 0 auto;
        text-align: center;
        background-color: #fff;
        font-family: "HGP教科書体";
        padding-top: 90px;
    }
    .recruit_description {
        margin-left: 15%;
        text-align: left;
        font-size: 0.9em;
    }
    table {
        width: 70%;
        height: 50%;
        margin: 0 auto;
        margin-top: 50px;
        border-collapse: collapse;
        text-align: left;
    }
    td {
        border: 1px #333 solid;
        font-size: 0.9em;
    }
    .inquiry {
        margin-top: 100px;
    }
    .inquiry_btn {
        display: block;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        width: 110px;
        margin: auto;
        padding: 1rem 4rem;
        color: #fff;
        font-weight: bold;
        background: #000044;
        position: relative;
        transition: 0.3s ease-in-out;
    }
    .inquiry_btn:hover {
        background: #fff;
        color: #000044;
    }
    .inquiry_btn:before,
    .inquiry_btn:after {
        box-sizing: inherit;
        content: "";
        position: absolute;
        border: 2px solid transparent;
        width: 0;
        height: 0;
    }
    .inquiry_btn:before {
        top: 0;
        left: 0;
    }
    .inquiry_btn:after {
        bottom: 0;
        right: 0;
    }
    .inquiry_btn:hover:before,
    .inquiry_btn:hover:after {
        width: 100%;
        height: 100%;
    }
    .inquiry_btn:hover:before {
        border-top-color: #000044;
        border-right-color: #000044;
        transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    }
    .inquiry_btn:hover:after {
        border-bottom-color: #000044;
        border-left-color: #000044;
        transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s,
            height 0.15s ease-out 0.3s;
    }
}

/* タブレット～スマホ */
@media (max-width: 767px) and (min-width: 431px) {
    .recruit_main {
        width: 85%;
        height: 100%;
        margin: 0 auto;
        text-align: center;
        background-color: #eeeeee;
        font-family: "HGP教科書体";
    }
    .page_title_box {
        position: relative;
        width: 40%;
        height: 6.7%;
        padding: 30px 0;
        margin: 0 auto;
        margin-top: 100px;
        text-align: center;
        background-color: #99cccc;
        font-family: "HGP教科書体";
        z-index: 1;
    }
    .page_title_box h1 {
        font-size: 1.5em;
        font-family: "HGP教科書体";
    }
    .page_title_box p {
        font-size: 20px;
        font-family: "HGP教科書体";
    }
    .recruit_box {
        position: relative;
        width: 80%;
        padding: 30px 0;
        margin: 0 auto;
        text-align: center;
        background-color: #fff;
        font-family: "HGP教科書体";
        padding-top: 65px;
    }
    .recruit_description {
        margin-left: 15%;
        text-align: left;
        font-size: 0.8em;
    }
    table {
        width: 70%;
        height: 50%;
        margin: 0 auto;
        margin-top: 50px;
        border-collapse: collapse;
        text-align: left;
    }
    td {
        border: 1px #333 solid;
        font-size: 0.7em;
    }
    .inquiry {
        margin-top: 100px;
    }
    .inquiry_btn {
        display: block;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        width: 28%;
        margin: auto;
        padding: 1rem 1.9rem;
        color: #fff;
        font-weight: bold;
        background: #000044;
        position: relative;
        transition: 0.3s ease-in-out;
        font-size: 0.9em;
    }
    .inquiry_btn:hover {
        background: #fff;
        color: #000044;
    }
    .inquiry_btn:before,
    .inquiry_btn:after {
        box-sizing: inherit;
        content: "";
        position: absolute;
        border: 2px solid transparent;
        width: 0;
        height: 0;
    }
    .inquiry_btn:before {
        top: 0;
        left: 0;
    }
    .inquiry_btn:after {
        bottom: 0;
        right: 0;
    }
    .inquiry_btn:hover:before,
    .inquiry_btn:hover:after {
        width: 100%;
        height: 100%;
    }
    .inquiry_btn:hover:before {
        border-top-color: #000044;
        border-right-color: #000044;
        transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    }
    .inquiry_btn:hover:after {
        border-bottom-color: #000044;
        border-left-color: #000044;
        transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s,
            height 0.15s ease-out 0.3s;
    }
}

/* スマホ */
@media (max-width: 430px) and (min-width: 376px) {
    .recruit_main {
        width: 90%;
        height: 93%;
        margin: 0 auto;
        text-align: center;
        /* background-color: #eeeeee; */
        background-color: #fff;
        font-family: "HGP教科書体";
    }
    .page_title_box {
        position: relative;
        width: 60%;
        height: 8.7%;
        padding: 20px 0;
        margin: 0 auto;
        margin-top: 80px;
        text-align: center;
        background-color: #99cccc;
        font-family: "HGP教科書体";
        z-index: 1;
    }
    .page_title_box h1 {
        font-size: 1.3em;
        font-family: "HGP教科書体";
        margin-top: 10px;
    }
    .page_title_box p {
        font-size: 1em;
        font-family: "HGP教科書体";
    }
    .recruit_box {
        position: relative;
        /* width: 85%; */
        width: 100%;
        height: 70%;
        padding: 30px 0;
        margin: 0 auto;
        text-align: center;
        background-color: #fff;
        font-family: "HGP教科書体";
        padding-top: 65px;
    }
    .recruit_description {
        margin-left: 5%;
        text-align: left;
        font-size: 1em;
    }
    table {
        width: 90%;
        height: 50%;
        margin: 0 auto;
        margin-top: 30px;
        border-collapse: collapse;
        text-align: left;
    }
    td {
        border: 1px #333 solid;
        font-size: 0.8em;
    }
    .inquiry {
        /* margin-top: 60px; */
        margin-top: 35px;
    }
    .inquiry_btn {
        display: block;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        width: 28%;
        margin: auto;
        padding: 1rem 1.9rem;
        color: #fff;
        font-weight: bold;
        background: #000044;
        position: relative;
        transition: 0.3s ease-in-out;
        font-size: 0.8em;
    }
    .inquiry_btn:hover {
        background: #fff;
        color: #000044;
    }
    .inquiry_btn:before,
    .inquiry_btn:after {
        box-sizing: inherit;
        content: "";
        position: absolute;
        border: 2px solid transparent;
        width: 0;
        height: 0;
    }
    .inquiry_btn:before {
        top: 0;
        left: 0;
    }
    .inquiry_btn:after {
        bottom: 0;
        right: 0;
    }
    .inquiry_btn:hover:before,
    .inquiry_btn:hover:after {
        width: 100%;
        height: 100%;
    }
    .inquiry_btn:hover:before {
        border-top-color: #000044;
        border-right-color: #000044;
        transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    }
    .inquiry_btn:hover:after {
        border-bottom-color: #000044;
        border-left-color: #000044;
        transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s,
            height 0.15s ease-out 0.3s;
    }
}
@media (max-width: 375px) {
    .recruit_main {
        width: 90%;
        height: 110%;
        margin: 0 auto;
        text-align: center;
        background-color: #fff;
        font-family: "HGP教科書体";
    }
    .page_title_box {
        position: relative;
        width: 60%;
        height: 7.7%;
        padding: 20px 0;
        margin: 0 auto;
        margin-top: 80px;
        text-align: center;
        background-color: #99cccc;
        font-family: "HGP教科書体";
        z-index: 1;
    }
    .page_title_box h1 {
        font-size: 1.3em;
        font-family: "HGP教科書体";
        margin-top: 5px;
    }
    .page_title_box p {
        font-size: 15px;
        font-family: "HGP教科書体";
    }
    .recruit_box {
        position: relative;
        width: 100%;
        height: 70%;
        padding: 30px 0;
        margin: 0 auto;
        text-align: center;
        background-color: #fff;
        font-family: "HGP教科書体";
        padding-top: 65px;
    }
    .recruit_description {
        margin-left: 5%;
        text-align: left;
        font-size: 1em;
    }
    table {
        width: 95%;
        height: 50%;
        margin: 0 auto;
        margin-top: 30px;
        border-collapse: collapse;
        text-align: left;
    }
    td {
        border: 1px #333 solid;
        font-size: 0.8em;
    }
    .inquiry {
        margin-top: -5px;
    }
    .inquiry_btn {
        display: block;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        width: 25%;
        margin: auto;
        padding: 1rem 1.5rem;
        color: #fff;
        font-weight: bold;
        background: #000044;
        position: relative;
        transition: 0.3s ease-in-out;
        font-size: 0.9em;
        margin-top: 30px;
    }
    .inquiry_btn:hover {
        background: #fff;
        color: #000044;
    }
    .inquiry_btn:before,
    .inquiry_btn:after {
        box-sizing: inherit;
        content: "";
        position: absolute;
        border: 2px solid transparent;
        width: 0;
        height: 0;
    }
    .inquiry_btn:before {
        top: 0;
        left: 0;
    }
    .inquiry_btn:after {
        bottom: 0;
        right: 0;
    }
    .inquiry_btn:hover:before,
    .inquiry_btn:hover:after {
        width: 100%;
        height: 100%;
    }
    .inquiry_btn:hover:before {
        border-top-color: #000044;
        border-right-color: #000044;
        transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    }
    .inquiry_btn:hover:after {
        border-bottom-color: #000044;
        border-left-color: #000044;
        transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s,
            height 0.15s ease-out 0.3s;
    }
}
