@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainImg {
    background-image: url("../img/recruit/main_img_bg.jpg");
}
.shortage h3 {
    text-align: center;
    font-size: 3.5rem;
    color: #003A8D;
    margin: -10px 0 42px;
}
.company {
    margin-bottom: 100px;
    padding: 72px 0 26px;
    background-color: #F4F4F4;
}
.company .seniorUl {
    margin-top: -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.company .seniorUl li {
    width: 455px;
}
.company .seniorUl li .photo img {
    width: 100%;
}
.company .seniorUl li .sub {
    padding: 11px 20px 20px;
    color: white;
    text-align: center;
    background-color: #003A8D;
}
.company .seniorUl li .sub p {
    margin-bottom: 13px;
    font-size: 1.4rem;
}
.company .seniorUl li .sub .name {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: -1px;
}
.company .seniorUl li .link {
    margin: 0 auto;
    width: 150px;
}
.company .seniorUl li .link a {
    display: block;
    padding: 7px 5px 8px;
    color: #003A8D;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: white;
    border-radius: 50px;
}
.company .seniorUl li .link a:hover {
    opacity: 0.7;
}
.interviewBox {
    margin: -29px 0 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.interviewBox .photoBox {
    width: 74.3%;
    margin-left: -15.7%;
}
.interviewBox .photoBox img {
    width: 100%;
}
.interviewBox .textBox {
    width: 41.4%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #003A8D;
}
.interviewBox .textBox .sub {
    width: 360px;
    color: white;
}
.interviewBox .textBox p {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.83;
}
.interviewBox .textBox .name {
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 8px;
}
.innerBox {
    margin-bottom: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.innerBox .photoUl {
    width: 350px;
}
.innerBox .photoUl li {
    margin-bottom: 10px;
}
.innerBox .textBox {
    margin-top: -18px;
    width: 58%;
}
.innerBox .textBox dt {
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.6;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    letter-spacing: 0.5px;
}
.innerBox .textBox dt .num {
    margin-right: 10px;
    font-size: 4rem;
    color: #003A8D;
}
.innerBox .textBox dt .txtSpan {
    padding-bottom: 8px;
    flex: 1;
}
.innerBox .textBox dd {
    margin-bottom: 5px;
    min-height: 46px;
    line-height: 2;
}
.interviewUl {
    margin: -18px 0 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.interviewUl li {
    width: 455px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.interviewUl .none {
    pointer-events: none;
}
.interviewUl li .photoBox {
    width: 160px;
}
.interviewUl li .textBox {
    flex: 1;
    text-align: center;
    color: white;
    padding: 12px 20px;
    background-color: #003A8D;
}
.interviewUl li .textBox p {
    margin-bottom: 13px;
}
.interviewUl li .textBox .name {
    margin-bottom: -2px;
    font-size: 2.6rem;
    font-weight: bold;
}
.interviewUl li .textBox .link {
    width: 149px;
    margin: 0 auto;
}
.interviewUl li .textBox .link a {
    display: block;
    font-weight: bold;
    letter-spacing: 0.5px;
    border-radius: 50px;
    text-align: center;
    padding: 7px 5px 8px;
    color: #003A8D;
    background-color: white;
}
.interviewUl li .textBox .link a:hover {
    opacity: 0.7;
}
.interviewUl .none .textBox {
    background-color: #CCCCCC;
    color: white;
}
.interviewUl .none .textBox .link a {
    color: #CCCCCC;
}
.requirements {
    padding-top: 8px;
}
.requirements .headLine01 {
    margin-bottom: 22px;
}
.comTable {
    margin-bottom: 43px;
}
.comTable th {
    padding: 6px 5px 7px 14px;
    width: 18.7%;
    line-height: 2;
}
.comTable td {
    padding: 6px 5px 7px 28px;
    line-height: 2;
}
.comTable td dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comTable td dt {
    width: 90px;
}
.comTable td dd {
    flex: 1;
}

@media all and (max-width: 896px) {
    .shortage h3 {
        font-size: 2.6rem;
    }
    .company .seniorUl {
        margin: 0;
        display: block;
    }
    .company .seniorUl li {
        width: auto;
        margin-bottom: 20px;
    }
    .interviewBox {
        margin: 0 0 50px;
        display: block;
    }
    .interviewBox .photoBox {
        width: auto;
        margin: 0;
    }
    .interviewBox .textBox {
        width: auto;
        display: block;
        padding: 20px 10px;
    }
    .interviewBox .textBox .sub {
        width: auto;
    }
    .interviewBox .textBox .name {
        font-size: 3rem;
    }
    .innerBox {
        margin-bottom: 50px;
        display: block;
    }
    .innerBox .photoUl {
        margin-bottom: 20px;
        width: auto;
    }
    .innerBox .photoUl li img {
        width: 100%;
    }
    .innerBox .textBox{
        margin: 0;
        width: auto;
    }
    .innerBox .textBox dt{
        font-size: 1.5rem;
        letter-spacing: 0;
        align-items: flex-start;
    }
    .innerBox .textBox dt .num {
        font-size: 2.6rem;
        line-height: 1;
    }
    .innerBox .textBox dt .txtSpan {
        padding: 3px 0 0;
    }
    .innerBox .textBox dd {
        margin-bottom: 15px;
        min-height: inherit;
    }
    .interviewUl {
        margin: 0 0 70px;
        display: block;
    }
    .interviewUl li {
        width: auto;
        display: block;
        margin-bottom: 20px;
    }
    .interviewUl li .photoBox {
        width: auto;
    }
    .interviewUl li .photoBox img {
        width: 100%;
    }
    .comTable th {
        width: 28%;
    }
    .comTable th {
        padding-left: 5px;
        line-height: 1.6;
    }
    .comTable td {
        padding-left: 10px;
        line-height: 1.6;
    }
    .comTable td dl {
        display: block;
    }
    .comTable td dt {
        width: auto;
    }
}