@charset "utf-8";

#recruit1,
#recruit2 {
    min-width: 1200px;
}

#recruit1 h2,
#recruit2 h2 {
    margin: 120px 0px 100px;
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 1px;
}

#recruit2 h2 {
    margin: 0px 0px 80px;
    padding-top: 120px;
}
#recruit2 table + table {
    margin-top: 90px;
}
#recruit2 table + h2 {
    margin: 0px 0px 100px;
    padding-top: 90px;
}

#recruit1 h2::after,
#recruit2 h2::after {
    content: '';
    width: 36px;
    border-bottom: 3px solid #00479d;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -18px;
}

#recruit1 p {
    font-size: 18px;
    line-height: 2.2;
    margin: 0px 0px 100px;
    text-align: center;
    letter-spacing: 0.5px;
}


#recruit2 {
    background: #f8f8f8;
    padding: 100px 0px 138px;
}

.recruit2_body {
    background: #fff;
    padding-bottom: 115px;
}

.tab li {
    display: block;
    float: left;
    width: 50%;
}

.tab a {
    display: block;
    text-align: center;
    color: #fff;
    background: #bfbfbf;
    padding: 48px 0px;
    line-height: 1;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1.5px;
    position: relative;
}

.tab li + li a {
    margin-left: 1px;
}

.tab li.active a,
.tab a:hover {
    background: #004ea2;
}

.tab li.active a::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 21px;
    background: url(../recruit/images/tab_on.png) no-repeat left top;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: -21px;
    margin-left: -12.5px;
}

#recruit2 table {
    width: 880px;
    margin: 0px auto;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    border-collapse: collapse;
}

#recruit2 th,
#recruit2 td {
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    font-size: 18px;
    line-height: 1.8;
    padding: 25px 25px 25px 30px;
    vertical-align: top;
    box-sizing: border-box;
    letter-spacing: 0.75px;
}

#recruit2 th {
    width: 258px;
    background: #f6f6f6;
    text-align: left;
    border-right: none;
}

#recruit2 .area_txt1 {
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
    margin: 0px 0px 30px;
    padding-top: 150px;
}

#recruit2 .area_txt2 {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    margin: 0px 0px 100px;
}

#recruit2 .area_txt1 br,
#recruit2 .area_txt2 br {
    display: none;
}

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

    #recruit1,
    #recruit2 {
        min-width: 0px;
    }

    #recruit1 {
        padding: 0px 20px;
    }

    #recruit1 h2,
    #recruit2 h2 {
        margin: 0px 0px 40px;
        padding-top: 30px;
        font-size: 20px;
    }

    #recruit2 h2,
    #recruit2 table + h2 {
        margin: 0px 0px 50px;
        padding-top: 50px;
    }

    #recruit1 p {
        font-size: 15px;
        line-height: 2;
        margin: 0px 0px 40px;
        text-align: left;
        letter-spacing: 0px;
    }


    #recruit2 {
        padding: 0px 20px 50px;
    }

    .recruit2_body {
        padding-bottom: 30px;
    }

    .tab a {
        padding: 20px 0px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .tab li + li a {
        margin-left: 1px;
    }

    .tab li.active a::after {
        width: 15px;
        height: 15px;
        bottom: -15px;
        margin-left: -7.5px;
    }

    #recruit2 table {
        width: 90%;
    }

    #recruit2 th,
    #recruit2 td {
        display: block;
        font-size: 15px;
        padding: 10px;
        letter-spacing: 0px;
    }

    #recruit2 th {
        width: auto;
        text-align: center;
        border-right: 1px solid #c9c9c9;
        padding: 8px 10px;
    }

    #recruit2 .area_txt1 {
        font-size: 18px;
        line-height: 1.8;
        margin: 0px 20px 30px;
        padding-top: 80px;
    }

    #recruit2 .area_txt2 {
        font-size: 14px;
        margin: 0px 20px 50px;
    }
}

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

    #recruit1 h2,
    #recruit2 h2 {
        font-size: 18px;
    }

    #recruit2 h2,
    #recruit2 table + h2 {
        margin: 0px 0px 40px;
        padding-top: 40px;
    }

    #recruit1 p {
        font-size: 14px;
        margin: 0px 0px 30px;
    }

    #recruit2 th,
    #recruit2 td {
        font-size: 14px;
    }

    #recruit2 .area_txt1 br,
    #recruit2 .area_txt2 br {
        display: inline;
    }
}

@media screen and (max-width: 320px) {
    #recruit2 .area_txt1 {
        font-size: 16px;
        margin: 0px 10px 30px;
    }

    #recruit2 .area_txt2 {
        font-size: 12px;
        line-height: 2;
        margin: 0px 10px 50px;
    }
}

.area {
    display: none;
    opacity: 0;
}

.area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* flow
---------------------------------------------------- */
.flow {
    width: 880px;
    margin: 0px auto;
}

.flow li {
    clear: both;
    display: block;
    padding: 39px 0px 0px;
}

.flow li:first-child {
    padding-top: 0px;
}

.flow .tit {
    box-sizing: border-box;
    width: 333px;
    height: 86px;
    border: 1px solid #00479d;
    text-align: center;
    position: relative;
    font-size: 22px;
    line-height: 86px;
    letter-spacing: 1px;
    clear: both;
    float: left;
    position: relative;
}

.flow .tit.tit2 {
    background: #00479d;
    color: #fff;
}

.flow .tit::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 14px;
    background: url(../recruit/images/flow-ar.png) no-repeat left top;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: -27px;
    margin-left: -8.5px;
}

.flow li:last-child .tit::after {
    content: none;
}

.flow .tit span {
    color: #00479d;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 11px;
    line-height: 1;
}

.flow .tit.tit2 span {
    color: #fff;
}

.flow .tit + .tit {
    margin-top: 39px;
}

.flow .tit3 + .tit {
    margin-top: 93px;
}

.flow .txt {
    margin-left: 383px;
    background: #f6f6f6;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
}

.flow .txt.txt1 {
    min-height: 86px;
    padding-top: 30px;
}

.flow .txt.txt2 {
    min-height: 86px;
    padding-top: 16px;
}

.flow .txt.txt3 {
    min-height: 336px;
    padding-top: 30px;
}

.flow .txt.txt4 {
    min-height: 265px;
    padding-top: 30px;
}

.flow .txt p {
    line-height: 1.8;
    letter-spacing: 0.5px;
}

.flow .txt .p2 {
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 10px;
}

.recruit_btn a {
    display: block;
    color: #fff;
    width: 400px;
    height: 89px;
    line-height: 89px;
    text-align: center;
    margin: 78px auto 0px;
    background: #f00;
    border-radius: 50px;
    font-size: 20px;
    letter-spacing: 1px;
}

.recruit_btn a span {
    margin-right: 13px;
}

@media screen and (max-width: 768px) {
    .flow {
        width: 90%;
    }

    .flow li {
        clear: both;
        display: block;
        padding: 20px 0px 0px;
    }

    .flow li:first-child {
        padding-top: 0px;
    }

    .flow .tit {
        width: auto;
        height: auto;
        font-size: 18px;
        line-height: 1;
        float: none;
        padding: 15px 0px;
    }

    .flow .tit::after {
        content: none;
    }

    .flow .tit span {
        position: static;
        top: auto;
        left: auto;
        margin-right: 10px;
    }

    .flow .tit + .tit,
    .flow .tit3 + .tit {
        margin-top: 20px;
    }

    .flow .txt {
        margin-left: 0px;
        padding: 20px;
    }

    .flow .txt.txt1,
    .flow .txt.txt2,
    .flow .txt.txt3,
    .flow .txt.txt4 {
        min-height: 0px;
        padding: 20px;
    }

    .flow .txt p {
        font-size: 15px;
        letter-spacing: 0px;
    }

    .flow .txt .p2 {
        margin-top: 20px;
    }

    .recruit_btn a {
        width: auto;
        max-width: 400px;
        height: 60px;
        line-height: 60px;
        margin: 40px auto 0px;
        font-size: 18px;
    }

    .recruit_btn a span {
        margin-right: 10px;
    }
}

@media screen and (max-width: 480px) {
    .flow .tit {
        font-size: 17px;
    }

    .flow .txt p {
        font-size: 14px;
    }
}
