﻿.recr {
    margin-bottom: 75px;
}

.recr_inner {}

.recr_title {
    margin-bottom: 0;
}

.recr_title>b {
    font-size: 40px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 15px;
}

.recr_title>small {}

.mes {
    position: relative;
    z-index: 1;
    padding-top: 125px;
    background: #006CD8;
}

.mes::after {
    content: "";
}

.mes::before {
    content: "";
    width: 100%;
    height: calc(100% - 113px);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.mes_inner {
    max-width: 1450px;
    z-index: 2;
}

.mes_box {
    width: 630px;
    background-color: #fff;
    padding: 78px 20px 65px;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
}

.mBox_inner {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
}

.mes_title {
    align-items: flex-start;
}

.mes_title>b {}

.mes_title>small {}

.mes_text {
    margin-bottom: 25px;
}

.mes_name {
    text-align: right;
    line-height: 1.2;
}

.mes_name>small {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.mes_name>b {
    display: block;
    font-size: 22px;
    font-weight: normal;
}

.edu {
    position: relative;
    z-index: 0;
    background-color: #006CD8;
    padding-bottom: 125px;
    margin-bottom: 110px;
    padding-top: 50px;
}

.edu_inner {}

.edu_title {
    color: #fff;
}

.edu_title>b {
    color: #fff;
}

.edu_title>small {}

.edu_text {
    text-align: center;
    color: #fff;
}

.sche {}

.sche_inner {
    background-color: #fff;
    padding: 60px 10px 0;
    box-sizing: border-box;
    width: 95%;
}

.sche_title {}

.sche_title>b {}

.sche_title>small {}

.sche_oList {
    list-style: none;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.sche_oList::before {}

.sche_oList>li {
    display: flex;
    color: #fff;
    padding: 0 55px;
    align-items: center;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}

.sche_oList>li::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 100px;
    width: 2px;
    height: 100%;
    background-color: #fff;
}

.sche_oList>li:first-child::before {
    height: 50%;
    top: auto;
    bottom: 0;
}

.sche_oList>li:last-child::before {
    height: 50%;
}

.sche_oList>li:first-child {
    background-color: #47BBEA;
    margin-top: 0;
}

.sche_oList>li:last-child {
    background-color: #0070CA;
}

.sche_oList>li:nth-child(2n+1) {}

.sche_oList>li:nth-child(2) {
    background-color: #21A8DF;
}

.sche_oList>li:nth-child(3) {
    background-color: #019BD9;
}

.sche_oList>li:nth-child(4) {
    background-color: #0082CA;
}

.sche_oList>li:nth-child(n+3) {}

.sche_number {
    white-space: nowrap;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    min-width: 90px;
    height: 32px;
    border: #fff 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-right: 84px;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    box-shadow: 0 0 0 5px #47BBEA;
    background-color: #47BBEA;
}

.sche_number::before {
    content: "";
}

.sche_number::after {
    content: "";
}

.sche_number-no1 {
    background-color: #47BBEA;
}

.sche_number-no2 {
    background-color: #21A8DF;
    box-shadow: 0 0 0 5px #21A8DF;
}

.sche_number-no3 {
    box-shadow: 0 0 0 5px #019BD9;
    background-color: #019BD9;
}

.sche_number-no4 {
    box-shadow: 0 0 0 5px #0082CA;
    background-color: #0082CA;
}

.sche_number-no5 {
    box-shadow: 0 0 0 5px #0070CA;
    background-color: #0070CA;
}

.sche_headline {
    font-size: 24px;
    font-weight: bold;
    min-width: 300px;
    line-height: 1.7;
    width: 27%;
}

.sche_text {
    flex-grow: 1;
    line-height: 1.8;
    padding: 36px 0;
}

.days {}

.days_inner {
    background-color: #fff;
    padding: 65px 10px;
    box-sizing: border-box;
    width: 95%;
}

.days_title {}

.days_title>b {}

.days_title>small {}

.days_oList {
    list-style: none;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.days_oList>li {
    display: flex;
    border: 2px #0062C4 solid;
    margin-top: 44px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.days_oList>li::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 1px;
    height: 28px;
    bottom: -38px;
    left: 50%;
    background-color: #0062C4;
}

.days_oList>li:last-child::after {
    display: none;
}

.days_oList>li:first-child {
    margin-top: 0;
}

.days_oList>li:last-child {}

.days_oList>li:nth-child(2n+1) {}

.days_oList>li:nth-child(n+3) {}

.days_number {
    width: 29.4%;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    justify-content: center;
    border-right: 2px solid #0062C4;
    align-items: center;
}

.days_number>small {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    margin-bottom: 4px;
}

.days_number>b {
    font-size: 20px;
    color: #006CD8;
}

.days_text {
    max-width: 681px;
    line-height: 1.7;
    width: 70.6%;
    padding: 31px 15px;
    box-sizing: border-box;
    margin: 0 auto;
}

.voice {
    margin-bottom: 126px;
}

.voice_title {}

.voice_title>b {}

.voice_title>small {}

.voice_inner {}

.requ {
    margin-bottom: 60px;
    margin-top: 60px;
}

.requ_title {}

.requ_title>b {}

.requ_title>small {}

.requ_nav {}

.requ_list {
    list-style: none;
    max-width: 1000px;
}

.requ_list>li {
    width: 50%;
}

.requ_list>li:first-child {}

.requ_list>li:last-child {}

.requ_list>li:nth-child(2n+1) {}

.requ_list>li:nth-child(n+3) {}

.requ_list>li>a {
    text-decoration: none;
    color: inherit;
}

.requ_list>li>a::before {
    content: "";
}

.requ_list>li>a::after {
    content: "";
}

.requ_inner {
    border: 1px #DDDDDD solid;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-top: 66px;
    padding-bottom: 90px;
}

.requ_headline {
    margin-top: -100px;
    padding-top: 140px;
}

.requ_headline>b {}

.requ_headline>small {}

.requ_table {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.requ_table:last-child {
    margin-bottom: 0;
}

.requ_table>tbody {}

.requ_table>tbody>tr {}

.requ_table>tbody>tr:first-child {}

.requ_table>tbody>tr:last-child {}

.requ_table>tbody>tr>th {
    white-space: nowrap;
    vertical-align: middle;
}

.requ_table>tbody>tr>td {}

.recr_entryList {
    list-style: none;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.recr_entryList>li {
    margin-top: 25px;
}

.recr_entryList>li:first-child {
    margin-top: 0;
}

.recr_entryList>li:last-child {}

.recr_entryList>li:nth-child(2n+1) {}

.recr_entryList>li:nth-child(n+3) {}

.recr_entryList>li>a {
    text-decoration: none;
    height: 150px;
    line-height: 1;
}

.recr_entryList>li>a::before {
    content: "";
}

.recr_entryList>li>a::after {
    content: "";
}

.recr_entryList>li>a>b {
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
}

.recr_entryList>li>a>strong {
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

@media screen and (max-width:1299px) {
    .recr_title {}

    .recr_title>b {
        font-size: 35px;
    }

    .recr_title>small {}
}

@media screen and (min-width:1000px) {
    .requ_list>li>a:hover {}

    .recr_entryList>li>a:hover {}
}

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

    .recr_title>b {
        font-size: 27px;
    }

    .recr_title>small {}

    .mes {
        padding-top: 85px;
    }

    .mes_box {
        width: 500px;
        padding: 50px 15px 40px;
    }

    .mBox_inner {
        max-width: 400px;
    }

    .edu {
        padding-top: 35px;
        padding-bottom: 80px;
        margin-bottom: 70px;
    }

    .sche_inner {
        padding: 40px 10px 0;
    }

    .sche_oList>li {
        padding: 0 20px;
    }

    .sche_oList>li::before {
        left: 65px;
    }

    .sche_number {
        margin-right: 30px;
    }

    .sche_headline {
        font-size: 22px;
        width: 20%;
        min-width: 200px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .days_inner {
        width: 95%;
        padding: 45px 10px;
    }

    .voice {
        margin-bottom: 90px;
    }

    .requ {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }


    .requ_inner {
        padding-top: 0;
    }

    .requ_table {
        margin-bottom: 0;
    }

    .recr_entryList {
        padding-left: 2%;
        padding-right: 2%;
    }


    .recr_entryList>li>a {
        height: 80px;
    }

    .recr_entryList>li>a>b {
        font-size: 20px;
    }

    .recr_entryList>li>a>strong {
        font-size: 20px;
    }
}

@media screen and (max-width:767px) {
    .recr {
        margin-bottom: 35px;
    }

    .recr_inner {}

    .recr_title {}

    .recr_title>b {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .recr_title>small {
        text-align: center;
    }

    .mes {
        padding-top: 0;
        background-color: #fff;
    }

    .mes::after {
        content: "";
        padding-bottom: 38.54%;
        display: block;
        background-image: url(../image/pt-recruil01.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .mes::before {
        background-color: #fff;
        background-image: none;
        display: none;
    }

    .mes_inner {}

    .mes_box {
        width: 100%;
        padding: 25px 0;
        background-color: #fff;
    }

    .mBox_inner {
        max-width: none;
    }

    .mes_title {}

    .mes_title>b {}

    .mes_title>small {}

    .mes_text {
        margin-bottom: 15px;
    }

    .mes_name {}

    .mes_name>small {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .mes_name>b {
        font-size: 18px;
    }

    .edu {
        padding-bottom: 50px;
        margin-bottom: 40px;
    }

    .edu_inner {}

    .edu_title {}

    .edu_title>b {}

    .edu_title>small {}

    .edu_text {
        text-align: left;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .sche {}

    .sche_inner {}

    .sche_title {}

    .sche_title>b {}

    .sche_title>small {}

    .sche_oList {
        max-width: none;
        width: auto;
    }

    .sche_oList::before {}

    .sche_oList>li {
        flex-direction: column;
        padding: 10px 15px;
        justify-content: center;
        margin-top: 5px;
    }

    .sche_oList>li::before {
        display: none;
    }

    .sche_oList>li:first-child::before {
        display: none;
    }

    .sche_oList>li:last-child::before {}

    .sche_oList>li:first-child {}

    .sche_oList>li:last-child {}

    .sche_oList>li:nth-child(2n+1) {}

    .sche_oList>li:nth-child(2) {}

    .sche_oList>li:nth-child(3) {}

    .sche_oList>li:nth-child(4) {}

    .sche_oList>li:nth-child(n+3) {}

    .sche_number {
        margin-right: 0;
        font-size: 12px;
        height: 24px;
        box-shadow: none;
        margin-bottom: 9px;
        border-width: 1px;
        min-width: 70px;
    }

    .sche_number::before {}

    .sche_number::after {}

    .sche_number-no1 {}

    .sche_number-no2 {}

    .sche_number-no3 {}

    .sche_number-no4 {}

    .sche_number-no5 {}

    .sche_headline {
        font-size: 15px;
        text-align: center;
        padding-right: 0;
        line-height: 1.2;
        margin-bottom: 4px;
        width: auto;
    }

    .sche_text {
        padding: 0;
        font-size: 13px;
    }

    .days {}

    .days_inner {
        padding: 35px 10px;
    }

    .days_title {}

    .days_title>b {}

    .days_title>small {}

    .days_oList {}

    .days_oList>li {
        flex-direction: column;
        margin-top: 30px;
        border-width: 1px;
    }

    .days_oList>li::after {
        height: 15px;
        bottom: -25px;
    }

    .days_oList>li:last-child::after {}

    .days_oList>li:first-child {}

    .days_oList>li:last-child {}

    .days_oList>li:nth-child(2n+1) {}

    .days_oList>li:nth-child(n+3) {}

    .days_number {
        width: 100%;
        padding: 7px 0;
        border-right: none;
        border-bottom: 1px solid #0062C4;
    }

    .days_number>small {
        font-size: 12px;
    }

    .days_number>b {
        font-size: 16px;
    }

    .days_text {
        width: 100%;
        padding: 10px 15px;
    }

    .voice {
        margin-bottom: 45px;
    }

    .voice_title {}

    .voice_title>b {}

    .voice_title>small {}

    .voice_inner {}

    .requ {
        margin-bottom: 35px;
    }

    .requ_title {}

    .requ_title>b {}

    .requ_title>small {}

    .requ_nav {
        margin-bottom: 20px;
    }

    .requ_list {}

    .requ_list>li {
        width: 100%;
    }

    .requ_list>li:first-child {}

    .requ_list>li:last-child {}

    .requ_list>li:nth-child(2n+1) {}

    .requ_list>li:nth-child(n+3) {}

    .requ_list>li>a {}

    .requ_list>li>a::before {}

    .requ_list>li>a::after {}

    .requ_inner {
        padding-bottom: 35px;
    }

    .requ_headline {}

    .requ_headline>b {}

    .requ_headline>small {}

    .requ_table {}

    .requ_table:last-child {}

    .requ_table>tbody {}

    .requ_table>tbody>tr {}

    .requ_table>tbody>tr:first-child {}

    .requ_table>tbody>tr:last-child {}

    .requ_table>tbody>tr>th {}

    .requ_table>tbody>tr>td {}

    .recr_entryList {}

    .recr_entryList>li {
        margin-top: 10px;
    }

    .recr_entryList>li:first-child {}

    .recr_entryList>li:last-child {}

    .recr_entryList>li:nth-child(2n+1) {}

    .recr_entryList>li:nth-child(n+3) {}

    .recr_entryList>li>a {
        height: 50px;
    }

    .recr_entryList>li>a::before {}

    .recr_entryList>li>a::after {}

    .recr_entryList>li>a>b {
        font-size: 16px;
    }

    .recr_entryList>li>a>strong {
        font-size: 16px;
    }
}