@charset "utf-8";
/* CSS Document */
body {
    overflow-x: hidden;
}
.interview section {
    padding: 80px 0;
    background: rgba(0, 0, 0, 0.9);
}
.interview h3 {
    margin-top: 0;
}
.interview .content {
    overflow: visible;
}
.interview .content.flex {
    max-width: none;
}
.interview .content.flex > div.interview_text {
    width: 30%;
    max-width: 530px;
}
.interview .content.flex > div.interview_photo {
    width: 70%;
}
.interview .image_right .interview_text {
    margin-right: 50px;
}
.interview .image_left .interview_text {
    margin-left: 50px;
}
.interview .bg_gray {
    background: #1f1f1f;
}
.interview .bg_svg {
    background: url(/recruit/shared/img/index/asset_01.svg) no-repeat 0 300px;
}
.interview .content p {
    margin-bottom: 25px;
}
.interview .content p:last-of-type {
    margin-bottom: 0;
}
.interview #mv {
    margin-top: -115px;
    padding: 0;
    position: relative;
}
.interview #mv .mv_text {
    position: absolute;
    background: rgba(0,0,0,0.8);
    padding: 40px;
    box-sizing: border-box;
    max-width: 570px;
    min-width: 480px;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.interview #mv h1 {
    padding-top: 0;
    font-size: clamp(20px, 2.3vw, 45px);
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 40px;
}
.interview #mv span.member_name,
.interview #mv span.department_name {
    display: inline-block;
    font-size: clamp(13px, 1vw, 20px);
    padding: 0 10px;
    position: relative;
    z-index: 1;
}
.interview #mv span.member_name {
    background: #009dd3;
    margin-bottom: 5px;
}
.interview #mv span.department_name {
    background: #fff;
    color: #333;
    font-size: clamp(13px, 1vw, 15px);
}
.interview #mv .profession_name {
    position: absolute;
    width: 160px;
    right: -30px;
    bottom: 15px;
    z-index: 0;
}
.interview #mv .profession_name.business {
    width: 200px;
    bottom: -5px;
}
.interview #mv .profession_name.crosstalk {
    width: 300px;
    right: -50px;
    bottom: -85px;
}
.interview #mv figure {
    text-align: right;
}

.interview_photo > div {
    /*background-size: cover;*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 100%;
    min-height: 450px;
    max-height: 460px;
}
.interview .flex > figure {
    flex: none;
    margin-right: 50px;
}
.interview .object_shadow {
    position: relative;
    z-index: 1;
    max-width: 420px;
}
.interview .object_shadow.right {
    margin-right: 0;
    margin-left: 50px;
}
.interview .object_shadow:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    background: #1f1f1f;
    left: -50px;
    bottom: -50px;
    z-index: -1;
}
.image_left .interview_photo > div {
    background-position: 100% 0;
}
.interview .offshot {
    margin-bottom: 50px;
}
.interview .offshot > figure {
    position: relative;
    z-index: 1;
}
.interview .offshot > figure:after {
    content: '';
    position: absolute;
    background: #1f1f1f;
    width: 300%;
    height: 100%;
    left: 90%;
    top: 60px;
    z-index: -1;
}
.interview .offshot > div {
    z-index: 1;
    padding-top: 120px;
}
#interview .content {
    max-width: none;
}
.photo_location {
    text-align: right;
    margin-top: 50px;
}

/* クロストーク */
.teamtalk #mv .mv_text {
    width: 33%;
    max-width: 650px;
}
.teamtalk #mv .mv_text.teamtalk1 {
    top: auto!important;
    bottom: -80px;
    width: 100%;
}
.teamtalk #mv h1 {
    padding-bottom: 15px;
}
.teamtalk #mv p {
    font-size: clamp(14px, 1.8vw, 15px);
}
.teamtalk .bg_gray .content {
    max-width: 1040px;
    justify-content: space-between;
}
.teamtalk .bg_gray .col2 .introduction {
    width: 45%;
}
.teamtalk .bg_gray .col3 .introduction {
    width: 30%;
}
.teamtalk .introduction figure {
    max-width: 269px;
    margin: 0 auto 20px;
}
.teamtalk .name_initial {
    font-size: clamp(14px, 1vw, 20px);;
    padding: 5px 15px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 15px;
}
.teamtalk .name_initial.color_purple {
    background: #7630a4;
}
.teamtalk .name_initial.color_green {
    background: #17a189;
}
.teamtalk .name_initial.color_blue {
    background: #3b30a4;
}
.teamtalk .department_name {
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}
.teamtalk section > h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 80px;
}

/* TOPページ用 */
#interview_top > .content {
    max-width: 1040px;
}
#interview_top .tile_thumbnail {
    flex-wrap: wrap;
}
#interview_top .tile_thumbnail > div {
    width: 33.333%;
}
.bnr_area h2 {
    display: block;
}

/* ANOTHER STORY用 */
#interview .tile_thumbnail {
    overflow-x: auto;
    overflow-y: hidden;
}
#interview .tile_thumbnail.flex > div {
    min-width: 320px;
}

@media (max-width: 1039px) {
    .interview section {
        padding: 40px 0;
    }
    .interview .flex {
        flex-wrap: wrap;
    }
    .interview .content.flex > div,
    .interview .flex > div {
        width: 100%;
    }
    .interview #mv {
        margin-top: 0;
    }
    .interview #mv .mv_text {
        position: relative;
        top: auto;
        left: auto;
        min-height: auto;
        transform: none;
        width: 100%;
        min-width: auto;
        padding: 20px 0;
    }
    .interview #mv .mv_text.mv_right {
        right: auto;
        bottom: auto;
        min-width: auto;
    }
    .interview #mv .profession_name {
        width: 120px;
        left: 5px;
        top: -53px;
    }
    .interview #mv .profession_name.business {
        width: 140px;
        left: -8px;
        top: -75px;
    }
    .interview #mv .profession_name.crosstalk {
        width: 150px;
        left: auto;
        right: 0;
        top: -53px;
    }
    .interview #mv h1 {
        font-size: 5vw;
        padding-bottom: 15px;
    }
    .interview_text {
        padding: 0;
    }
    .interview .content p:last-of-type {
        margin-bottom: 30px;
    }
    .interview .offshot > div {
        padding-top: 0;
    }
    .interview section.text_only {
        padding-bottom: 0;
    }
    .interview .bg_svg {
        background-size: 200%;
    }
    .interview_photo > div {
        min-height: 200px;
        background-position: center;
    }
    .interview .content.flex > div.interview_text {
        width: 100%;
        max-width: none;
        margin: 0;
    }
    #interview .tile_thumbnail.flex > div {
        min-width: auto;
    }
    #interview .tile_thumbnail.flex.crosstalk > div {
        width: 100%;
    }
    .interview .offshot {
        margin-bottom: 90px!important;
    }
    .teamtalk .mv_text p:last-of-type {
        margin-bottom: 0;
    }
    .teamtalk section > h3 {
        font-size: 1.8rem;
        width: 90%;
        margin: 0 auto 20px;
    }
    .object_shadow img {
        max-height: 500px;
    }
    #interview_top .tile_thumbnail > div {
        width: 50%;
    }
    p.photo_location {
        font-size: 12px;
    }
}






