.boxRecruitmentB .interview {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
.boxRecruitmentB .interview a {
    position: relative;
    display: block;
    margin: 0 0 20px;
    width: 100%;
    background: #fff;
    text-align: center;
}
.boxRecruitmentB .figure-L {
    margin-bottom: 15px;
    text-align: center;
}
.boxRecruitmentB.boxFocus {
    margin: 20px 0;
}
.boxFocus h2 {
    margin-bottom: 40px;
    font-size: 22px;
    color: #000;
    text-align: center;
}
.boxFocus ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.boxFocus li {
    position: relative;
    display: block;
    margin: 12px 0 0 0;
    width: calc(50% - 5px);
    background: #fff;
}
.boxFocus li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/_assets/img/se/recruitment/bgi_boxFocus01.jpg) no-repeat left top /cover;
    min-height: 280px;
    height: 100%;
    border: #999 1px solid;
    font-size: 75%;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.boxFocus li.boxFocus01 a {
    background-image: url(/_assets/img/se/recruitment/bgi_boxFocus01.jpg);
}
.boxFocus li.boxFocus02 a {
    background-image: url(/_assets/img/se/recruitment/bgi_boxFocus02.jpg);
}
.boxFocus li.boxFocus03 a {
    background-image: url(/_assets/img/se/recruitment/bgi_boxFocus03.jpg);
}
.boxFocus li.boxFocus04 a {
    background-image: url(/_assets/img/se/recruitment/bgi_boxFocus04.jpg);
}
.boxFocus li.boxFocus05 a {
    background-image: url(/_assets/img/se/recruitment/bgi_boxFocus05.jpg);
}
.boxFocus li.boxFocus06 a {
    background-image: url(/_assets/img/se/recruitment/bgi_boxFocus06.jpg);
}
.boxFocus li.boxFocus07 a {
    background-image: url(/_assets/img/se/recruitment/bgi_boxFocus07.jpg);
}
.boxFocus li a figure {
    padding: 15px 0;
}
.boxFocus li a span {
    position: absolute;
    display: block;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    padding: 5px 30px;
    background: #000;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
}
.boxFocus li a span svg {
    margin-left: 15px;
}
.leadTxtBox .txtBoxItem a:hover ,
.boxRecruitmentB .interview a:hover ,
.boxFocus li a:hover {
    opacity: .7;
}
/* Philosophy */
.boxRecruitmentB .LeadText {
    margin-top: 30px;
    font-weight: bold;
}
.boxRecruitmentB figure.tAc {
    text-align: center
}}
@media(min-width: 768px){
    .boxRecruitmentB .figure-L {
        float: left;
        margin-right: 15px;
    }
}
@media(min-width: 1280px){
    .boxRecruitmentB .figure-L {
        margin-top: 20px;
    }
}}
.boxRecruitmentB dl.information {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
.boxRecruitmentB dl.information dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    background: #e6891c;
}
.boxRecruitmentB dl.information dd {
    width: calc(100% - 75px - 42px);
    padding: 20px;
    border: #e6891c 1px solid;
}
.boxRecruitmentB dl.information dd h3 {
    margin-top: 0;
    margin-bottom: 20px;
}
.boxRecruitmentB dl.information dd h4 {
    display: inline-block;
    font-size: 16px;
    background: #f9e7d3;
    margin-bottom: 20px;
    padding: 5px;
}
.boxRecruitmentB dl.information dd ul li:before {
    content: "??";
}
.boxRecruitmentB dl.information dd .desirable {
    margin-top: 0;
    color: #e6891c;
}
.boxRecruitmentB .box_message {
    position: relative;
    margin-top: 40px;
}
.boxRecruitmentB .box_message figure {
    text-align: center;
}
.boxRecruitmentB .box_message > div {
    margin-top: -100px;
    padding: 120px 20px 20px;
    background-color: #ebebe7;
}
.boxRecruitmentB .box_message > div h3 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.7;
}

@media (min-width: 768px){
    .boxRecruitmentB .interview a {
        margin: 0 10px 20px;
        width: calc((100% - 60px) / 3);
    }
    .boxRecruitmentB.boxFocus {
        margin: 50px 0;
    }
    .boxFocus h2 {
        font-size: 30px;
    }

    .boxFocus li a {
        font-size: 1.9vw;
    }
    .boxRecruitmentB dl.information dd h4 {
        font-size: 18px;
    }
    .boxRecruitmentB .box_message figure {
        position: absolute;
        top: -10px;
        left: 0;
        width: 300px;
    }
    .boxRecruitmentB .box_message > div {
        margin-top: 0;
        margin-left: 200px;
        padding: 20px 20px 20px 120px;
    }
}
@media (min-width: 1280px){
    .boxFocus li {
        width: calc((100% - 24px) / 4);
    }
    .boxFocus li a {
        font-size: 18px;
    }
    .boxRecruitmentB .box_message h3 {
        font-size: 28px;
    }
    .boxRecruitmentB .box_message figure {
        top: -15px;
        width: auto;
    }
    .boxRecruitmentB .box_message > div {
        margin-top: 0;
        margin-left: 307px;
        padding: 50px 50px 50px 150px;
    }
    .boxRecruitmentB .box_message > div p {
        padding: 0;
    }
}