@charset "utf-8";

/* ---------------------------------------------------------
　■ /recruit/配下用CSS
--------------------------------------------------------- */


/* === job_XXXX.html === */

/*インタビュー共通*/
.interview .invisible {
    visibility: hidden;
}
.interview main {
    overflow: hidden;
}
.photo_mask_wrap {
    position: relative;
    overflow: hidden;
}
.photo_mask {
    box-shadow: 8px -8px 0 0 #fff;
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
}
.interview p{
    font-size: 18rem;
    line-height: 1.8;
}
.interview figure {
    margin: 0;
}
.interview img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.interview .main-visual h1.font-mp {
    color: #0F62D2;
    padding-top: 6vw;
    width: 47.813vw;
    max-width: 765px;
    margin: auto 0 auto auto;
}
.interview .floatbox {
    overflow: hidden;
}
.interview .float_l{
    float: left;
    margin-right: 50px;
}
.interview .flexbox {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.interview .left_text {
    padding-right: 50px;
}
.interview .right_text {
    padding-left: 50px;
}
/*PC幅50%　SP 幅100%*/
.interview .w50_sp100 {
    width: 50%;
}
/*PC幅25%　SP 幅50%*/
.interview .w25_sp40 {
    width: 25%;
}
/*PC幅75%　SP 幅50%*/
.interview .w75_sp60 {
    width: 75%;
}
.interview .w100_sp100 {
    width: 100%;
}
.interview .main-visual {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 41.25vw;
    margin-bottom: 70px;
    position: relative;
}
.interview .main-visual .main-visual_inner {
    width: 80vw;
    height: 100%;
    max-width: 1600px;
    margin: auto;
    position: relative;
}
.interview .main-visual .main-visual_inner_box {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.interview .main-visual h1 .en {
    display: block;
    font-size: 52rem;
}
.interview .main-visual h1 .jp {
    font-size: 24rem;
}
.interview .main-visual_catch {
    background-color: #ffffff;
    border-radius: 48px;
    width: 54vw;
    max-width: 875px;
    padding: 50px 140px;
    margin: 3% -100px auto auto;
}
.interview .main-visual_text {
    font-size: 18rem;
}
.interview .main-visual_text span{
    display: block;
}
.interview .main-visual_text span:first-child{
    font-weight: bold;
}
.interview .main-visual_text span:last-child{
    font-size: 16rem;
}
.interview .main-visual_title {
    display: table;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 30rem;
    position: relative;
}
.interview .main-visual_title:before{
    content: "";
    border-top: solid 10px #1365d3;
    border-left: solid 10px #1365d3;
    width: 45px;
    height: 45px;
    position: absolute;
    left: -40px;
    top: -40px;
}
.interview .main-visual_title:after {
    content: "";
    border-right: solid 10px #1365d3;
    border-bottom: solid 10px #1365d3;
    width: 45px;
    height: 45px;
    position: absolute;
    right: -83px;
    bottom: -73px;
}
.interview .main-ttl_lev2 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #1365d3;
    font-size: 36rem;
    margin-bottom: 15px;
}
.interview .main-ttl_lev3 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 20rem;
    margin: 10px auto;
}
.interview .shadow-style {
    box-shadow: 8px -8px 0 0 #a6a6a6;
    display: inline-table;
    margin: 8px 8px 0 0;
}

@media screen and (max-width: 1600px) {
    .interview .main-visual h1.font-mp{
        padding-top: 3.75vw;
        font-size: 2vw;
    }
    .interview .main-visual h1 .en {
        font-size: 3.250vw;
    }
    .interview .main-visual h1 .jp {
        font-size: 1.5vw;
    }
    .interview .main-visual_catch {
        border-radius: 3vw;
        padding: 3.125vw 8.750vw;
        margin: 3% -6.250vw auto auto;
    }
    .interview .main-visual_title {
        font-size: 1.857vw;
    }
.interview .main-visual_title:before{
    border-top: solid 0.625vw  #1365d3;
    border-left: solid 0.625vw #1365d3;
    width: 2.813vw;
    height: 2.813vw;
    left: -2.5vw;
    top: -2.5vw;
}
.interview .main-visual_title:after{
    border-right: solid 0.625vw  #1365d3;
    border-bottom: solid 0.625vw #1365d3;
    width: 2.813vw;
    height: 2.813vw;
    right: -2.5vw;
    bottom: -2.5vw;
}
.interview .main-visual_text {
    font-size: 1.125vw;
}
.interview .main-visual_text span:last-child{
    font-size: 1vw;
}
}
@media screen and (max-width: 767px) {
    .maincontent{
        padding: 0 3.259vw;
    }
    .interview .main-ttl_lev3 {
        font-size: 16rem;
    }
    .interview p {
        font-size: 16rem;
    }
    .interview .main-visual h1 .en {
        font-size: 7.8vw;
    }
    .interview .main-visual h1 .jp {
        font-size: 3.3vw;
    }
    .interview .flexbox.spblock{
        display: block;
    }
    .interview .main-visual {
        height: auto;
        margin-bottom: auto;
    }
    .interview .main-visual .main-visual_inner {
        width: 100%;
        max-width: 100%;
    }
    .interview .main-visual .main-visual_inner_box {
        position: relative;
        top: 0;
        right: 0;
        transform: none;
    }
    .interview .main-visual h1.font-mp {
        width: 100%;
        font-size: 0;
        margin-bottom: 25px;
        padding: 0 3.259vw;
    }
    .interview .main-visual_title {
        font-size: 3vw;
        margin: 7vw 0 7vw auto;
        margin-left: auto;
    }
    .interview .main-visual_title:before ,
    .interview .main-visual_title:after {
        display: none;
    }
    .interview .main-visual_text {
        display: table;
        margin-right: 2vw;
        margin-left: auto;
    }
    .interview .main-visual_text span:first-child{
        font-size: 3.13vw;
    }
    .interview .main-visual_text span:last-child{
        font-size: 2.6vw;
    }
    .interview .main-visual_catch {
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 50vw;
        padding: 3.25vw;
        position: relative;
        margin: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .interview .main-visual_catch:before {
        content: "";
        border-top: solid 1.3vw #1365d3;
        border-left: solid 1.3vw #1365d3;
        width: 5.8vw;
        height: 5.8vw;
        position: absolute;
        top: 3.25%;
        left: 3.25%;
    }
    .interview .main-visual_catch:after {
        content: "";
        border-right: solid 1.3vw #1365d3;
        border-bottom: solid 1.3vw #1365d3;
        width: 5.8vw;
        height: 5.8vw;
        position: absolute;
        right: 3.25%;
        bottom: 3.25%;
    }
    .interview .main-ttl_lev2 {
        font-size: 4.6vw;
        max-width: 71vw;
        margin: 10.6% auto 8%;
    }
    .interview .w50_sp100 {
        width: 100%;
    }
    .interview .w25_sp40 {
        width: 40%;
    }
    .interview .w75_sp60 {
        width: 60%;
    }
    .interview img.shadow-style {
        box-shadow: none;
        border-bottom: solid 8px #a6a6a6;
    }
    .w50_sp100.left_text {
        padding-right: 0;
    }
    .interview .float_l {
        margin-right: 6.5vw;
    }
}

/*people1*/
.interview.people1 .main-visual {
    background-image: url(/Portals/0/recruit/images/people1/mv_pc.jpg);
}
.interview.people1 .maincontent:last-of-type .w100_sp100 img{
    display: block;
    margin: 80px auto 50px;
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio:2) {
.interview.people1 .main-visual {
    background-image: url(/Portals/0/recruit/images/people1/mv_pc@2x.jpg);
}
}
@media screen and (max-width: 767px) {
    .interview.people1 .main-visual {
        background-image: none;
    }
    .interview.people1 .main-visual_catch {
        background-image: url(/Portals/0/recruit/images/people1/mv_sp.jpg);
        border-radius: 0;
        position: relative;
    }
}
@media screen  and (max-width: 767px) and (-webkit-min-device-pixel-ratio:2) {
    .interview.people1 .main-visual_catch {
        background-image: url(/Portals/0/recruit/images/people1/mv_sp@2x.jpg);
    }
}
/*people2*/
.interview.people2 .main-visual {
    background-image: url(/Portals/0/recruit/images/people2/mv_pc.jpg);
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio:2) {
.interview.people2 .main-visual {
    background-image: url(/Portals/0/recruit/images/people2/mv_pc@2x.jpg);
}
}
@media screen and (max-width: 767px) {
    .interview.people2 .main-visual {
        background-image: none;
    }
    .interview.people2 .main-visual_catch {
        background-image: url(/Portals/0/recruit/images/people2/mv_sp.jpg);
        border-radius: 0;
        position: relative;
    }
}
@media screen  and (max-width: 767px) and (-webkit-min-device-pixel-ratio:2) {
    .interview.people2 .main-visual_catch {
        background-image: url(/Portals/0/recruit/images/people2/mv_sp@2x.jpg);
    }
}
/*people3*/
.interview.people3 .main-visual {
    background-image: url(/Portals/0/recruit/images/people3/mv_pc.jpg);
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio:2) {
.interview.people3 .main-visual {
    background-image: url(/Portals/0/recruit/images/people3/mv_pc@2x.jpg);
}
}
@media screen and (max-width: 767px) {
    .interview.people3 .main-visual {
        background-image: none;
    }
    .interview.people3 .main-visual_catch {
        background-image: url(/Portals/0/recruit/images/people3/mv_sp.jpg);
        border-radius: 0;
        position: relative;
    }
}
@media screen  and (max-width: 767px) and (-webkit-min-device-pixel-ratio:2) {
    .interview.people3 .main-visual_catch {
        background-image: url(/Portals/0/recruit/images/people3/mv_sp@2x.jpg);
    }
}
