@charset "UTF-8";

.l-recruit {
    overflow: hidden;
}

/* FV */
.l-fv.p-int_top,
.l-fv.p-bg_w {
    background: #fff;
}

.l-fv_img {
    position: relative;
    margin-right: 100px;
}

.l-recruit .c-fv_num {
    position: absolute;
    transform: rotate(90deg);
    transform-origin: top right;
    top: calc(50% + 85px);
    right: -57px;
    letter-spacing: 0.13em;
}

.l-recruit .c-fv_name {
    font-size: 70px;
    position: absolute;
    bottom: 80px;
    left: auto;
    width: 100%;
    text-align: center;
    letter-spacing: 0.15em;
    color: #fff;
    filter: drop-shadow(0px 0px 4px #707070);
}

.l-fv_text {
    max-width: 1030px;
    margin: 0 auto;
    padding: 95px 20px;
    display: flex;
}

.l-fv_text>.c-col {
    width: calc((100% - 90px)/3);
}

.l-fv_text>.c-col+.c-col {
    margin-left: 45px;
}

/* fv textarea */
.l-fv_text .c-ttl {
    position: relative;
    pointer-events: none;
}

.l-fv_text .c-ttl:before {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 2px;
    right: 0;
    background: #000;
}

.l-fv_text .c-ttl.p-pro:before {
    width: calc(100% - 85px);
}

.l-fv_text .c-ttl.p-car:before {
    width: calc(100% - 83px);
}

.l-fv_text .c-ttl.p-key:before {
    width: calc(100% - 115px);
}

.l-fv_text .c-col_cont {
    margin-top: 30px;
}

.l-fv_text .c-col_cont .c-text {
    font-size: 14px;
    line-height: 1.75;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.l-fv_text .c-col_cont .c-name {
    font-size: 24px;
    font-weight: bold;
}

.l-recruit .c-fv_name.p-gray {
    color: #aeaeae;
    /* text-shadow: 0px 0px 3px #aeaeae; */
}

.l-fv_text .c-col_cont .c-name+.c-text {
    font-size: 14px;
    margin-top: 20px;
}

/* textlist */
.l-recruit .c-textlist li {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding-left: 1em;
    line-height: 1.75;
}

.l-recruit .c-textlist li:before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
}

/* l-intarea */
.l-intarea {
    background: #fff;
}

.l-intarea+.l-intarea {
    margin-top: -150px;
}

.l-intarea .inner {
    position: relative;
    padding: 150px 20px 155px;
    box-sizing: content-box;
}

.l-intarea .c-chapter {
    font-size: 44px !important;
    transform: rotate(90deg);
    transform-origin: top left;
    position: absolute;
    top: 160px;
    left: 90px;
    letter-spacing: 0.1em;
}

.l-intarea .c-int_wrap {
    margin-left: 240px;
    width: calc(100% - 240px);
}

.l-intarea .c-int_ttl {
    font-size: 44px;
    line-height: 1.3;
    letter-spacing: 0;
}

/* ■ □ ■ □ 20220510追記 ■ □ ■ □  */

.l-fv.p-keyword .c-textlist.long-kwd li {
    font-size: 17px;
}

.l-intarea .c-int_ttl.long-heading {
    font-size: 38px;
}

@media screen and (max-width:767px) {
    .l-intarea+.l-intarea {
        margin-top: -100px;
    }

    .l-intarea .c-int_ttl.long-heading {
        font-size: 26px !important;
    }
}

/* ■ □ ■ □ /20220510追記 ■ □ ■ □  */

.l-intarea .c-int_ttl+.c-text {
    margin-top: 65px;
}

.l-intarea .c-int_ttl_m {
    font-size: 24px;
    margin-top: 65px;
    padding-left: 20px;
    position: relative;
}

.l-intarea .c-int_ttl_m:before {
    content: "";
    width: 4px;
    height: 70%;
    background: #5bc2dc;
    display: block;
    position: absolute;
    top: 15%;
    left: 0;
}

.l-intarea .c-int_ttl_m+.c-text {
    margin-top: 45px;
}

.l-intarea .c-img {
    margin-top: 50px;
}

.l-intarea .c-img+.c-text {
    margin-top: 55px;
}

.l-int_imgarea {
    max-width: 1040px;
    margin: 0 auto;
}

.l-int_imgarea__last {
    padding-bottom: 120px;
}

.l-int_imgarea_inner.p-left {
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    height: 37vw;
}

.l-int_imgarea_inner.p-right {
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    height: 37vw;
}

.l-intarea .c-img+.c-int_ttl {
    margin-top: 65px;
}

.l-recruit .c-text+.c-int_ttl {
    margin-top: 65px;
}

.l-recruit span.c-text-s {
    font-size: 80%;
}

/* bg_member */
/* akama */
.l-int_imgarea_inner.akama01 {
    background: url("../images/interview/members/akama_c1-02.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.akama02 {
    background: url("../images/interview/members/akama_c2-02.jpg");
    background-size: cover;
}

/* ukawa */
.l-int_imgarea_inner.ukawa01 {
    background: url("../images/interview/members/ukawa_c1-01.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.ukawa02 {
    background: url("../images/interview/members/ukawa_c2-01.jpg");
    background-size: cover;
}

/* yazawa */
.l-int_imgarea_inner.yazawa01 {
    background: url("../images/interview/members/yazawa_c1-01.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.yazawa03 {
    background: url("../images/interview/members/yazawa_c3-01.jpg");
    background-size: cover;
}

/* tanaka */
.l-int_imgarea_inner.tanaka01 {
    background: url("../images/interview/members/tanaka_c1-01.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.tanaka02 {
    background: url("../images/interview/members/tanaka_c2-02.jpg");
    background-size: cover;
}

/* inoue */
.l-int_imgarea_inner.inoue01 {
    background: url("../images/interview/members/inoue_c1-02.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.inoue02 {
    background: url("../images/interview/members/inoue_c2-01.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.inoue03 {
    background: url("../images/interview/members/inoue_c3-01.jpg");
    background-size: cover;
}

/* ukon */
.l-int_imgarea_inner.ukon01 {
    background: url("../images/interview/members/ukon_c1-01.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.ukon02 {
    background: url("../images/interview/members/ukon_c2-01.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.ukon03 {
    background: url("../images/interview/members/ukon_c3-01.jpg");
    background-size: cover;
}

/* fukushima */
.l-int_imgarea_inner.fukushima01 {
    background: url("../images/interview/members/fukushima_c1-02.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.fukushima02 {
    background: url("../images/interview/members/fukushima_c2-02.jpg");
    background-size: cover;
}

/* yamamura */
.l-int_imgarea_inner.yamamura01 {
    background: url("../images/interview/members/yamamura_c1-02.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.yamamura02 {
    background: url("../images/interview/members/yamamura_c2-02.jpg");
    background-size: cover;
}

/* miyakawa */
.l-int_imgarea_inner.miyakawa01 {
    background: url("../images/interview/members/miyakawa_c1-01.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.miyakawa02 {
    background: url("../images/interview/members/miyakawa_c2-01.jpg");
    background-size: cover;
}


/* nakamura */
.l-int_imgarea_inner.nakamura01 {
    background: url("../images/interview/members/nakamura_c1-02.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.nakamura02 {
    background: url("../images/interview/members/nakamura_c2-02.jpg");
    background-size: cover;
}

/* nomura */
.l-int_imgarea_inner.nomura01 {
    background: url("../images/interview/members/nomura_c1-01.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.nomura02 {
    background: url("../images/interview/members/nomura_c2-01.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.nomura03 {
    background: url("../images/interview/members/nomura_c3-01.jpg");
    background-size: cover;
}

/* 橋本 */
.l-int_imgarea_inner.hashimoto01 {
    background: url("../images/interview/members/hashimoto_01.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.hashimoto02 {
    background: url("../images/interview/members/hashimoto_03.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.hashimoto03 {
    background: url("../images/interview/members/hashimoto_03.jpg");
    background-size: cover;
}

/* 中川 */
.l-int_imgarea_inner.nakagawa01 {
    background: url("../images/interview/members/nakagawa_01.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.nakagawa02 {
    background: url("../images/interview/members/nakagawa_02.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.nakagawa03 {
    background: url("../images/interview/members/nakagawa_03.jpg");
    background-size: cover;
}

/* 山下 */
.l-int_imgarea_inner.yamashita01 {
    background: url("../images/interview/members/yamashita_01.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.yamashita02 {
    background: url("../images/interview/members/yamashita_02.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.yamashita03 {
    background: url("../images/interview/members/yamashita_03.jpg");
    background-size: cover;
}

/* 向井 */
.l-int_imgarea_inner.mukai01 {
    background: url("../images/interview/members/mukai_01.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.mukai02 {
    background: url("../images/interview/members/mukai_02.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.mukai03 {
    background: url("../images/interview/members/mukai_03.jpg");
    background-size: cover;
}

/* 椎名 */
.l-int_imgarea_inner.shiina01 {
    background: url("../images/interview/members/shiina_02.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.shiina02 {
    background: url("../images/interview/members/shiina_03.jpg");
    background-size: cover;
}

.l-int_imgarea_inner.shiina03 {
    background: url("../images/interview/members/shiina_03.jpg");
    background-size: cover;
}

.l-recruit .c-secttl {
    font-size: 44px !important;
    letter-spacing: 0.12em;
    text-align: center;
}

/* one day */
.l-recruit .l-intday {
    background: #efefef;
}

.l-intday .inner {
    padding: 90px 20px;
    max-width: 840px;
}

.l-intday .c-slider_day {
    margin-top: 55px;
}

.l-intday .slick-list {
    overflow: visible !important;
}

.l-intday .c-item_inner {
    background: #fff;
    margin-right: 30px;
    box-shadow: 0px 0px 15px -5px #454545;
    padding: 55px 60px 40px;
    height: 100%;
}

.l-intday .c-item .c-time {
    font-size: 30px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    margin-bottom: 25px;
}

.l-intday .c-item .c-text {
    line-height: 1.45;
}

.l-intday .slick_pager {
    position: relative;
    width: 35px;
    margin: 45px auto 0;
}

.l-intday .slick-prev:before,
.l-intday .slick-next:before {
    width: 9px;
    height: 9px;
    content: "";
    display: block;
    transform: rotate(45deg);
    border-left: 3px solid #454545;
    border-bottom: 3px solid #454545;
}

.l-intday .slick-next:before {
    transform: rotate(-135deg);
}

.l-intday .slick-track {
    display: flex;
}

.l-intday .slick-slide {
    height: auto !important;
}

/* project */
.l-intpj {
    background: #fff;
}

.l-intpj .inner {
    padding: 90px 20px;
}

.l-intpj .c-content {
    margin-top: 55px;
}

.l-intpj .c-ttlpj {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
}

.l-intpj .c-linkpj {
    margin-top: 50px;
}

.l-intpj .c-linkpj a {
    display: block;
    margin: 0 auto;
    width: 300px;
    border-bottom: 2px solid #454545;
    text-decoration: none;
    padding-bottom: 10px;
    color: #454545;
    position: relative;
    transition: 0.5s;
}

.l-intpj .c-linkpj a:hover {
    opacity: 0.5;
}

.l-intpj .c-linkpj a:before {
    width: 9px;
    height: 9px;
    content: "";
    display: block;
    transform: rotate(-135deg);
    border-left: 3px solid #454545;
    border-bottom: 3px solid #454545;
    position: absolute;
    top: 7px;
    right: 0;
}

.l-intpj .c-linklist .c-linkpj a {
    width: 100%;
    padding: 0 25px;
    border: none;
    position: relative;
    font-size: 14px;
}

.l-intpj .c-linklist .c-linkpj a:after {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
}

.l-intpj .text_2col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-intpj .text_2col .c-ttlpj {
    margin-right: 80px;
    font-size: 36px;
}

.l-intpj .c-linklist .c-linkpj+.c-linkpj {
    margin-top: 30px;
}

.l-intpj.p-bgarea {
    /* background: rgba(91, 194, 220,0.2); */
    background: none;
}

.l-intpj.p-bgarea .balnk {
    position: relative;
}

.l-intpj.p-bgarea .balnk:after {
    content: "";
    width: 22px;
    height: 22px;
    background: url("../images/common/ico_blank.png");
    background-size: contain;
    position: absolute;
    bottom: -2px;
    right: -30px;
}

/* member_slide */
.l-intslide {
    background: #efefef;
}

.l-intslide .inner {
    padding: 90px 20px;
    position: relative;
}

.l-intslide .c-slider_member {
    margin-top: 40px;
}

.l-intslide .c-item a {
    display: block;
    margin: 15px;
    transition: 0.5s;
    text-decoration: none;
    color: #454545;
}

.l-intslide .c-item a:hover {
    opacity: 0.5;
}

.l-intslide .c-item_img {
    position: relative;
}

.l-intslide .c-item_img .c-name {
    position: absolute;
    top: 20px;
    left: 93%;
    transform: rotate(90deg);
    transform-origin: top left;
    width: 100%;
    letter-spacing: 0.25em;
    color: #454545;
}

.l-intslide .c-item_img .c-bgtext {
    background: #454545;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85%;
    font-size: 16px !important;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    padding: 0px 10px 10px !important;
}

.l-intslide .c-item_img .c-bgtext .c-job {
    background: #5bc2dc;
    /* position: absolute;
    top: 0;
    left: 0; */
    display: block;
    margin: 0 -10px 10px;
    width: fit-content;
    padding: 5px 10px;
    word-break: keep-all;
}

.l-intslide .c-item_text .c-job {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-top: 15px;
}

.l-intslide .c-item_text .c-name {
    font-size: 24px;
    margin-top: 5px;
}

.l-intslide .c-slide_all .ico {
    display: block;
    width: 10px;
    margin-right: 10px;
    margin-bottom: 4px;
}

.l-intslide .c-slide_all {
    width: 180px;
    margin: 0 auto;
}

.l-intslide .c-slide_all>div {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: 0.5s;
    justify-content: center;
    width: 175px;
    margin: -5px auto 0;
    line-height: 1;
    color: #454545;
}

/* .l-intslide .slick_pager {
    position: relative;
    width: 210px;
    margin: 45px auto 0;
} */
.l-intslide .slick-prev,
.l-intslide .slick-next {
    transform: scale(2);
}

.l-intslide .slick-prev {
    left: -4px;
}

.l-intslide .slick-prev:before,
.l-intslide .slick-next:before {
    width: 9px;
    height: 9px;
    content: "";
    display: block;
    transform: rotate(45deg);
    border-left: 3px solid #454545;
    border-bottom: 3px solid #454545;
}

.l-intslide .slick-next:before {
    transform: rotate(-135deg);
}

@media screen and (max-width:1200px) {
    .l-recruit .c-fv_name {
        font-size: 55px;
    }

    .l-intslide .c-item_img .c-bgtext {
        font-size: 14px !important;
    }

    .l-intarea .c-chapter {
        left: 60px;
    }

    .l-intslide .inner {
        padding: 90px 50px;
    }

    .l-intslide .slick-prev {
        left: 40px;
    }

    .l-intslide .slick-next {
        right: 14px;
    }
}

@media screen and (max-width:767px) {
    .l-fv_img {
        margin: 0;
    }

    .l-fv_img .c-fv_img {
        height: 100vw;
    }

    .l-fv_img .c-fv_img img {
        object-fit: cover;
        font-family: 'object-fit: cover; object-position: center;';
        height: 100%;
    }

    .l-intday .slick-list {
        overflow: hidden !important;
    }

    .l-recruit .c-fv_name {
        bottom: 40px;
        font-size: 50px;
    }

    .l-recruit .c-fv_num {
        right: 20px;
        font-size: 12px;
        top: calc(50% + 55px);
    }

    .l-fv_text {
        display: block;
        padding: 25px 20px 75px;
    }

    .l-fv_text>.c-col {
        width: 100%;
        margin: 55px 0 0 !important;
    }

    .l-fv_text .c-col_cont {
        margin-top: 25px;
    }

    .l-intday .c-item_inner {
        margin: 15px;
    }

    .l-fv_text .c-ttl {
        pointer-events: auto;
    }

    .l-fv_text .c-ttl.js-aco__ttl:after {
        width: 6px;
        height: 6px;
        content: "";
        display: block;
        transform: rotate(-45deg);
        border-left: 2px solid #454545;
        border-bottom: 2px solid #454545;
        position: absolute;
        top: 8px;
        right: 0;
        margin-top: -4px;
        box-sizing: content-box;
        transition: 0.5s;
    }

    .l-fv_text .c-ttl.js-aco__ttl.open:after {
        transform: rotate(135deg);
        top: 13px;
    }

    .l-fv_text .c-ttl.p-car.js-aco__ttl:before {
        right: 25px;
        width: calc(100% - 110px);
    }

    .l-fv_text .c-ttl.p-key.js-aco__ttl:before {
        right: 25px;
        width: calc(100% - 142px);
    }

    .l-fv_text .js-acordion .c-col_cont {
        display: none;
    }

    .l-fv_text .c-col_cont .c-name+.c-text {
        font-size: 12px;
        margin-top: 10px;
    }

    .l-fv_text .c-col_cont .c-text {
        font-size: 14px;
    }

    .l-recruit .c-textlist li {
        font-size: 14px;
    }

    .l-intarea .c-chapter {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        text-align: center;
        font-size: 38px !important;
    }

    .l-intarea .inner {
        padding: 100px 20px;
    }

    .l-intarea .c-int_wrap {
        margin: 50px 0 0;
        width: 100%;
    }

    .l-intarea .c-int_ttl {
        font-size: 28px;
        line-height: 1.5;
    }

    .l-intarea .c-int_ttl+.c-text,
    .l-intarea .c-img+.c-int_ttl,
    .l-recruit .c-text+.c-int_ttl {
        margin-top: 45px;
    }

    .l-intarea .c-int_ttl_m {
        font-size: 20px;
        margin-top: 50px;
    }

    .l-intarea .c-int_ttl_m+.c-text {
        margin-top: 30px;
    }

    .l-intarea .c-img {
        margin-top: 30px;
    }

    .l-intarea .c-img+.c-text {
        margin-top: 35px;
    }

    .l-intday .inner {
        padding: 100px 20px;
    }

    .l-recruit .c-secttl {
        font-size: 36px !important;
    }

    .l-intday .c-slider_day {
        margin-top: 20px;
    }

    .l-intday .slick_pager {
        margin-top: 30px;
    }

    .l-intpj .inner {
        padding: 100px 20px;
    }

    .l-intpj .c-ttlpj {
        font-size: 32px;
        margin-top: 35px;
    }

    .l-intpj .text_2col {
        display: block;
    }

    .l-intpj .text_2col .c-ttlpj {
        margin-right: 0;
        font-size: 28px;
    }

    .l-intpj .c-linklist .c-linkpj a {
        width: 100%;
    }

    .l-intpj .c-linklist .c-linkpj a:before {
        top: calc(50% - 12px);
    }

    .l-intslide .c-item_img .c-name {
        font-size: 12px;
        left: 95%;
    }

    .l-intslide .c-item_text .c-job {
        font-size: 12px;
    }

    .l-intslide .inner {
        padding: 105px 50px;
    }

    .l-intslide .c-item_text .c-name {
        font-size: 20px;
    }

    .l-intslide .slick-prev:before,
    .l-intslide .slick-next:before {
        border-left: 2px solid #454545;
        border-bottom: 2px solid #454545;
    }

    .l-intpj .c-linkpj a:before {
        border-left: 2px solid #454545;
        border-bottom: 2px solid #454545;
    }

    .l-intday .slick-prev:before,
    .l-intday .slick-next:before {
        border-left: 2px solid #454545;
        border-bottom: 2px solid #454545;
    }

    /* member */
    /* akama */
    .l-int_imgarea_inner.akama01 {
        height: 100vw;
        background-position: right 20% center;
    }

    .l-int_imgarea_inner.akama02 {
        height: 100vw;
        background-position: left 54% center;
    }

    /* ukawa */
    .l-int_imgarea_inner.ukawa01 {
        height: 100vw;
        background-position: right 45% center;
    }

    .l-int_imgarea_inner.ukawa02 {
        height: 100vw;
        background-position: left 75% center;
    }

    /* yazawa */
    .l-int_imgarea_inner.yazawa01 {
        height: 100vw;
        background-position: right 50% center;
    }

    .l-int_imgarea_inner.yazawa02 {
        height: 100vw;
        background-position: right 37% center;
    }

    .l-int_imgarea_inner.yazawa03 {
        height: 100vw;
        background-position: right 18% center;
    }

    /* tanaka */
    .l-int_imgarea_inner.tanaka01 {
        height: 100vw;
        background-position: right 72% center;
    }

    .l-int_imgarea_inner.tanaka02 {
        height: 100vw;
        background-position: right 25% center;
    }

    /* inoue */
    .l-int_imgarea_inner.inoue01 {
        height: 100vw;
        background-position: right 60% center;
    }

    .l-int_imgarea_inner.inoue02 {
        height: 100vw;
        background-position: right 63% center;
    }

    .l-int_imgarea_inner.inoue03 {
        height: 100vw;
        background-position: right 34% center;
    }

    /* ukon */
    .l-int_imgarea_inner.ukon01 {
        height: 100vw;
        background-position: right 18% center;
    }

    .l-int_imgarea_inner.ukon02 {
        height: 100vw;
        background-position: right 60% center;
    }

    .l-int_imgarea_inner.ukon03 {
        height: 100vw;
        background-position: right 20% center;
    }


    /* fukushima */
    .l-int_imgarea_inner.fukushima01 {
        height: 100vw;
        background-position: right 48% center;
    }

    .l-int_imgarea_inner.fukushima02 {
        height: 100vw;
        background-position: right 50% center;
    }

    /* yamamura */
    .l-int_imgarea_inner.yamamura01 {
        height: 100vw;
        background-position: right 40% center;
    }

    .l-int_imgarea_inner.yamamura02 {
        height: 100vw;
        background-position: left 40% center;
    }

    /* nakamura */
    .l-int_imgarea_inner.nakamura01 {
        height: 100vw;
        background-position: right 50% center;
    }

    .l-int_imgarea_inner.nakamura02 {
        height: 100vw;
        background-position: left 80% center;
    }

    /* nomura */
    .l-int_imgarea_inner.nomura01 {
        height: 100vw;
        background-position: left 16% center;
    }

    .l-int_imgarea_inner.nomura02 {
        height: 100vw;
        background-position: left 40% center;
    }

    .l-int_imgarea_inner.nomura03 {
        height: 100vw;
        background-position: left 45% center;
    }

    .l-intslide .c-item_img .c-bgtext .c-job {
        word-break: break-all;
    }

    /* 橋本 hashimoto */
    .l-int_imgarea_inner.hashimoto01 {
        height: 100vw;
        background: url("../images/interview/members/hashimoto_01-sp.jpg") no-repeat 50% 50%;
        background-size: cover;
    }

    .l-int_imgarea_inner.hashimoto02 {
        height: 100vw;
        background: url("../images/interview/members/hashimoto_02-sp.jpg") no-repeat 50% 50%;
        background-size: cover;
    }

    .l-int_imgarea_inner.hashimoto03 {
        height: 100vw;
        background: url("../images/interview/members/hashimoto_03-sp.jpg") no-repeat 50% 50%;
        background-size: cover;
    }

    /* 中川 nakagawa */
    .l-int_imgarea_inner.nakagawa01 {
        height: 100vw;
        background: url("../images/interview/members/nakagawa_01-sp.jpg") no-repeat 50% 50%;
        background-size: cover;
    }

    .l-int_imgarea_inner.nakagawa02 {
        height: 100vw;
        background: url("../images/interview/members/nakagawa_02-sp.jpg") no-repeat 50% 50%;
        background-size: cover;
    }

    .l-int_imgarea_inner.nakagawa03 {
        height: 100vw;
        background: url("../images/interview/members/nakagawa_03-sp.jpg") no-repeat 50% 50%;
        background-size: cover;
    }

    /* 山下 yamashita */
    .l-int_imgarea_inner.yamashita01 {
        height: 100vw;
        background: url("../images/interview/members/yamashita_01-sp.jpg") no-repeat 50% 50%;
        background-size: cover;
    }

    .l-int_imgarea_inner.yamashita02 {
        height: 100vw;
        background: url("../images/interview/members/yamashita_02-sp.jpg") no-repeat 50% 50%;
        background-size: cover;
    }

    .l-int_imgarea_inner.yamashita03 {
        height: 100vw;
        background: url("../images/interview/members/yamashita_03-sp.jpg") no-repeat 50% 50%;
        background-size: cover;
    }

    /* 向井 mukai */
    .l-int_imgarea_inner.mukai01 {
        height: 100vw;
        background: url("../images/interview/members/mukai_01-sp.jpg") no-repeat 50% 50%;
        background-size: cover;
    }

    .l-int_imgarea_inner.mukai02 {
        height: 100vw;
        background: url("../images/interview/members/mukai_02-sp.jpg") no-repeat 50% 50%;
        background-size: cover;
    }

    .l-int_imgarea_inner.mukai03 {
        height: 100vw;
        background: url("../images/interview/members/mukai_03-sp.jpg") no-repeat 50% 50%;
        background-size: cover;
    }

    /* 椎名 shiina */
    .l-int_imgarea_inner.shiina01 {
        height: 100vw;
        background: url("../images/interview/members/shiina_01-sp.jpg") no-repeat 50% 50%;
        background-size: cover;
    }

    .l-int_imgarea_inner.shiina02 {
        height: 100vw;
        background: url("../images/interview/members/shiina_02-sp.jpg") no-repeat 50% 50%;
        background-size: cover;
    }

    .l-int_imgarea_inner.shiina03 {
        height: 100vw;
        background: url("../images/interview/members/shiina_03-sp.jpg") no-repeat 50% 50%;
        background-size: cover;
    }
}

@media screen and (max-width:450px) {
    .l-recruit .c-fv_name {
        font-size: 10vw;
    }

    .l-intslide .c-item_img .c-bgtext {
        font-size: 12px !important;
    }
}

@media screen and (max-width:350px) {
    .l-intpj .c-linkpj a {
        width: 280px;
    }

    .l-intslide .inner {
        padding: 105px 30px;
    }

    .l-intslide .slick-prev {
        left: 30px;
    }

    .l-intslide .slick-prev,
    .l-intslide .slick-next {
        transform: scale(1.3);
    }
}

/* top interview */
.l-int_imgarea.p-top {
    max-width: none;
}

.l-intarea.p-bg {
    background: #ebebeb;
}

.l-intarea.p-top .inner {
    max-width: 1200px;
}

.l-intarea.p-top .c-int_wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.l-intarea.p-top .c-chapter {
    left: 55px;
}

/* fv */
.l-fv.p-int_top .l-fv_img {
    margin-right: 0;
    position: relative;
}

.l-fv.p-int_top .l-fv_toptext_wrap {
    position: absolute;
    top: 27%;
    left: 0;
    width: 100%;
}

.l-fv.p-int_top .l-fv_toptext {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.l-fv.p-int_top .c-text_b {
    font-size: 44px;
    margin-bottom: 45px;
}

.l-fv.p-int_top .c-text_bg .bg {
    background: #454545;
    padding: 25px;
    font-size: 40px;
    color: #Fff;
    line-height: 1;
}

.l-fv.p-int_top .c-text_bg .bg.bg_sp {
    padding-left: 0;
    margin-left: -20px;
}

.l-fv.p-int_top .c-text_bg br+.bg {
    line-height: 2.1;
}

.l-fv_dxtop .inner {
    max-width: 1200px;
    box-sizing: content-box;
    position: relative;
}

.l-fv_dxtop_wrap {
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    background: #ebebeb;
    margin-left: 400px;
    position: relative;
}

.l-fv_dxtop .c-chapter {
    font-size: 44px !important;
    transform: rotate(90deg);
    transform-origin: top left;
    position: absolute;
    top: 100px;
    left: 55px;
    letter-spacing: 0.1em;
}

.l-fv_dxtop .c-fv_imgs {
    width: 400px;
    position: absolute;
    top: 100px;
    left: -200px;
}

.l-fv_dxtop .c-textarea {
    padding: 95px 0 95px 400px;
}

.l-fv_dxtop .c-textarea .c-name {
    font-size: 36px;
}

.l-fv_dxtop .c-textarea .c-ttl.p-car,
.l-fv_dxtop .c-textarea .c-ttl.p-key {
    position: relative;
}

.l-fv_dxtop .c-textarea .c-ttl.p-car:before,
.l-fv_dxtop .c-textarea .c-ttl.p-key:before {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 2px;
    right: 0;
    background: #000;
}

.l-fv_dxtop .c-textarea .c-ttl.p-car:before {
    width: calc(100% - 83px);
}

.l-fv_dxtop .c-textarea .c-ttl.p-key:before {
    width: calc(100% - 115px);
}

.l-fv_dxtop .c-textarea .c-name+.c-text {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-top: 7px;
    line-height: 1.6;
}

.l-fv_dxtop .c-textarea .c-col {
    margin-top: 55px;
}

.l-fv_dxtop .c-textarea .c-ttl+.c-col_cont {
    margin-top: 30px;
}

@media screen and (max-width:1200px) {
    .l-fv_dxtop_wrap {
        margin-left: 300px;
    }

    .l-fv_dxtop .c-textarea {
        padding-left: 250px;
    }

    .l-fv_dxtop .inner {
        padding: 0;
    }

    .l-fv_dxtop_wrap {
        margin-right: 0;
        padding-right: 20px;
    }

    .l-fv.p-int_top .l-fv_toptext_wrap {
        top: 30%;
    }

    .l-fv.p-int_top .c-text_bg .bg {
        font-size: 36px;
    }

    .l-fv.p-int_top .c-text_bg br.nomal+.bg {
        line-height: 2.2;
    }
}

@media screen and (max-width:1100px) {
    .l-intarea.p-top .c-int_wrap {
        max-width: 700px;
    }
}

@media screen and (max-width:767px) {
    .l-intarea.p-top .c-chapter {
        left: auto;
    }

    .l-intarea.p-top .c-int_wrap {
        margin: 50px 0 0;
    }

    .p-int_top .l-fv_img .c-fv_img {
        height: 100%;
    }

    .l-fv.p-int_top .c-text_b {
        font-size: 20px;
        margin-left: 20px;
    }

    .l-fv.p-int_top .c-text_bg .bg {
        font-size: 24px;
        padding: 20px;
    }

    .l-fv.p-int_top .c-text_bg .bg.bg_sp {
        margin-left: 0;
        padding: 20px;
    }

    .l-fv.p-int_top .c-text_bg br.nomal+.bg {
        line-height: 1;
    }

    .l-fv.p-int_top .l-fv_toptext_wrap {
        top: auto;
        bottom: 20px;
    }

    .l-fv_dxtop .c-chapter {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        text-align: center;
        font-size: 38px !important;
    }

    .l-fv_dxtop .c-fv_imgs {
        position: relative;
        top: 0;
        left: 0;
    }

    .l-fv_dxtop_wrap {
        margin-left: 0;
        padding: 0 20px;
    }

    .l-fv_dxtop .c-textarea {
        padding: 30px 0;
    }

    .l-fv_dxtop .c-textarea .c-name {
        font-size: 24px;
        text-align: center;
    }

    .l-fv_dxtop .c-textarea .c-name+.c-text {
        text-align: center;
    }

    .l-fv_dxtop {
        background: #ebebeb;
        padding: 85px 0 50px;
    }

    .l-fv_dxtop .c-fv_imgs {
        max-width: 400px;
        width: 100%;
        margin: 50px auto 0;
    }

    .l-fv.p-int_top .c-text_bg br+.bg {
        line-height: 3;
    }

    /* ie */
    _:-ms-lang(x)::-ms-backdrop,
    .l-fv.p-int_top .l-fv_toptext_wrap {
        bottom: -4px;
    }

    _:lang(x)::-moz-placeholder,
    .l-fv.p-int_top .l-fv_toptext_wrap {
        bottom: -7px;
    }
}

@media screen and (max-width:370px) {
    .l-fv.p-int_top .c-text_bg .bg {
        font-size: 6.5vw;
        padding: 15px !important;
    }

    .l-fv.p-int_top .c-text_b {
        margin-bottom: 20px;
    }
}

/* 修正_インタビューエリア */
.l-fv.p-keyword .c-col {
    max-width: 800px;
    margin: 0 auto;
    padding: 95px 20px;
    box-sizing: content-box;
}

.l-fv.p-keyword .c-textlist.bold {
    margin-top: 50px;
}

.l-fv.p-keyword .c-textlist li {
    font-size: 20px;
}

.l-fv.p-keyword .c-textlist li a {
    text-decoration: none;
    color: inherit;
    transition: 0.5s;
}

.l-fv.p-keyword .c-textlist li a:hover {
    opacity: 0.5;
}

.l-fv.p-keyword .c-ttl.p-key {
    position: relative;
}

.l-fv.p-keyword .c-ttl.p-key:before {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 2px;
    right: 0;
    background: #000;
    width: calc(100% - 115px);
}

@media screen and (max-width:767px) {
    .l-fv.p-keyword .c-col {
        padding: 80px 20px;
    }

    .l-fv.p-keyword .c-textlist.bold {
        margin-top: 30px;
    }

    .l-fv.p-keyword .c-textlist li {
        font-size: 20px;
    }
}

/* 社員インタビューレイアウト違い用 */
.p-bg_w .l-fv_dxtop .inner {
    max-width: 1080px;
    box-sizing: border-box;
}

.p-bg_w .l-fv_dxtop .c-chapter {
    left: 90px;
}

.l-fv_text.p-col2 {
    max-width: 1020px;
    box-sizing: border-box;
    padding-bottom: 0;
}

.l-fv_text.p-col2.pb {
    padding-bottom: 95px;
}

.l-fv.p-int+.l-fv.p-keyword .c-col {
    max-width: 1020px;
    box-sizing: border-box;
}

.l-fv_text.p-col2 .c-col_cont {
    display: flex;
}

.l-fv_text.p-col2 .c-name {
    width: 150px;
}

.l-fv_text.p-col2 .c-name+.c-text {
    width: calc(100% - 150px);
    margin: 0;
}

.l-fv_text.p-col2>.c-col {
    width: calc((100% - 45px)/2);
}

@media screen and (max-width:767px) {
    .l-fv_text.p-col2.pb {
        padding-bottom: 75px;
    }

    .l-fv_text.p-col2>.c-col {
        width: 100%;
        margin: 55px 0 0 !important;
    }
}

@media screen and (max-width:450px) {
    .l-fv_text.p-col2 .c-col_cont {
        display: block;
    }

    .l-fv_text.p-col2 .c-name {
        width: 100%;
    }

    .l-fv_text.p-col2 .c-name+.c-text {
        width: 100%;
        margin-top: 10px;
    }
}

.c-textlist>li>a {
    text-decoration: none;
    color: inherit;
    transition: 0.5s;
}

