@charset "utf-8";
/* --------------------------------------------------------------------------------------------------
    リクルート 導入一覧ページ
-----------------------------------------------------------------------------------------------------*/

#graph{
    background:#ecf8fb;
    margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.graph-box{
    margin-bottom:40px;
}


#graph .flex-box-between {
    gap:1rem;
}


#Recruit-ichiran .PR-ImgArea__box.graph-box {
    background-color: #fff;
    padding:1rem 1rem 0rem 1rem;
    border-radius:1rem;
    width:32%;
}


#graph .recruit-contents-wrap {
    max-width: 1150px;
    margin: 50px auto;
}



@media (max-width: 575px) {
    #Recruit-ichiran  .PR-ImgArea__box.graph-box {
        width: calc(50% - 1rem);
        padding:.5rem;
    }

    .graph-box{
        margin-bottom:1rem;
    }

}









#Recruit-ichiran .header-img-area__text {
    padding: 200px 0 0 0;
}



#leftlink01 {
    width: 100vw;
    position: relative;
    transform: rotate(-10deg);
}

#leftlink01::before {
    content: "";
    width: 120%;
    height: 100%;
    padding: 0 0 0 0;
    background-color: #00a0bb;
    position: absolute;
    top: 0rem;
    left: 0;
    transform: translateX(-150vw);
    height: 10rem;
    transition: .2s;
}

#leftlink01.animation::before {
    transform: translateX(-10%);
}





#leftlink02 {
    width: 100vw;
    position: relative;
    transform: rotate(-10deg);

}

#leftlink02::before {
    content: "";
    width: 120%;
    height: 100%;
    padding: 0 0 0 0;
    background-color: #00a0bb;
    position: absolute;
    top: 0rem;
    left: 0;
    transform: skew(0deg, 0deg) translateX(-150vw);
    height: 10rem;
    transition: .4s;
}

#leftlink02.animation::before {
    transform: skew(0deg, 0deg) translateX(-10%);
}





.is-active .c-brushTitle_catch01 {
    animation: In_brushTitle_catch 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    transform: rotate(-10deg);
}



.c-brushTitle_catch01 {
    position: relative;
    z-index: 10;
    overflow: hidden;
    font-style: italic;
    font-weight: 900;
    margin: 10rem 0 5rem 0px;
    font-size: 12rem;
    text-align: center;
    white-space: nowrap;
    padding: 0;
    opacity: 0;
    color: #fff;

    line-height: 100%;
}



.is-active .c-brushTitle_catch02 {
    animation: In_brushTitle_catch 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;

}





.c-brushTitle_catch02 {
    position: relative;
    z-index: 10;
    overflow: hidden;
    font-style: italic;
    font-weight: 900;
    margin: 0rem 0 5rem 0px;
    font-size: 12rem;
    text-align: center;
    white-space: nowrap;
    padding: 0;
    opacity: 0;
    color: #fff;
    transform: rotate(-10deg);
    line-height: 100%;
}




@keyframes In_brushTitle_catch {
    from {
        width: 0;
        opacity: 0;
        transform: translateX(-150vw);
    }

    to {
        width: 100%;
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes In_brushTitle_txt {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}






.c-brushTitle_txt {
    padding: 0;
    text-align: center;
    color: #fff;
    background-color: #000;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 1px;
    white-space: nowrap;
    width: 0;
    overflow: hidden;
    position: relative;
    margin-top: 15rem;

}

.is-active .c-brushTitle_txt {
    animation: In_brushTitle_txt 1s cubic-bezier(0.165, 0.84, 0.44, 1) .8s 1 normal both;

}

.c-brushTitle_txt span {
    display: block;
    opacity: 0
}

.is-active .c-brushTitle_txt span {
    animation: fade_To_Top 0.4s ease 0.8s 1 normal both;

}










@keyframes fade_To_Top {
    from {
        transform: translateY(20%);
        opacity: 0
    }

    to {
        transform: translateX(0%);
        opacity: 1
    }
}



/* ---------- リクルート ヘッダーイメージエリア ----------*/
.recruit-head {
    background: linear-gradient(-45deg, rgba(42, 135, 211, .5), rgba(42, 185, 211, .9)),
        url('../img/recruit/recruit_head_img_bg.jpg');
}

/* ----- コンテンツラッピング ----- */
#INTERVEW-Ichiran {
    margin-bottom: 20px;
}



.recruit-contents-wrap {
    max-width: 960px;
    margin: 50px auto;
}


#graph {
    margin-bottom:60px;
}


/* ----- インタビュ一覧 サムネイル ----- */
.recruit-img__cap {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 40px;
}

.recruit-img__cap__name {
    font-size: 1.2em;
    margin-right: 10px;
}

.recruit-img__cap__role {
    font-size: 0.9em;
}

/*---------- @メディアクエリ 767px以下 ----------*/
@media (max-width: 767px) {

    /* ----- リクルートページ .container ----- */
    #Recruit-post .container {
        padding-left: 0;
        padding-right: 0;
    }

    #INTERVEW-Ichiran {
        margin-bottom: 0;
    }

    .recruit-img__cap__name {
        font-size: 1.3em;
        margin-right: 10px;
    }

    .recruit-img__cap__role {
        font-size: 13px;
    }
}

/*---------- @メディアクエリ 575px以下 ----------*/
@media (max-width: 575px) {
    .recruit-img__img {
        margin: 0 !important;
    }

    .recruit-img__cap {
        margin-bottom: 20px !important;
    }

    .recruit-contents-wrap h2 {
        padding: 0 10px;
    }

    .recruit-contents-wrap {
        margin: 50px auto 0;
    }
	
	#Recruit-ichiran .header-img-area__text {
    padding: 120px 0 0 0 !important;
}
	
	
}

/* -------------------------------------------------
    RECRUIT 動画実績
----------------------------------------------------*/

/* -------------------------------------------------
    RECRUIT カルーセルスライダー カラー
----------------------------------------------------*/
.nav-pos-ver-bottom {
    background-color: #165389 !important;
}

/* -------------------------------------------------
    インタビュ一覧 サムネイル画像
----------------------------------------------------*/
.recruit-img__img {
    margin: 0 10px;
    max-height: 300px;
    position: relative;
    overflow: hidden;
}

.recruit-img__year {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 8px;
    z-index: 5;
    font-size: 1.1em;
}

#INTERVEW-Ichiran .row {
    max-width: 960px;
    margin: auto;
}

/* -------------------------------------------------
    リクルートページ キャッチエリア
----------------------------------------------------*/
.CatchCopy-Area-wrap {
    padding: 50px 0;
    height: auto;
    width: 100%;
}

.CatchCopy-Area {
    margin-left: -5px;
    padding: 0;
    border-bottom: solid 9px #cee7f2;
    transform: rotate(-4deg);
}

.CatchCopy-Area img {
    margin-bottom: -5px;
}

/* --------------------------------------------------------------------------------------------------
    リクルート 個別ページ
-----------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------
    リクルート 個別INTERVIEWページ　スライダー
----------------------------------------------------*/
.tp-shape {
    opacity: 0 !important;
}

/* -------------------------------------------------
    リクルート 個別INTERVIEWページ用
----------------------------------------------------*/
.page-template-page-recruit {
    background-color: #f2f5f5;
}

/* -- インタービュー wrap --*/
#interview {
    max-width: 1170px;
    margin: 5rem auto 0 auto;
    padding-bottom: 80px;
}



.recruit-page .page header.entry-header {
    position: relative !important;
    top: 0 !important;
    margin-bottom: 0;
}

/* -- インタービュー スタッフ情報 --*/
.interview-box-01 {
    position: relative;
}

.qa-wrap-name {
    font-weight: normal;
    z-index: 99;
    background-color: rgba(42, 53, 57, 0.8);
    display: block;
    padding: 25px 40px;
    margin: 0;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.qa-wrap-name h2 {
    font-weight: normal;
    line-height: 1.2;
    margin-top: 0 !important;
}

.qa-wrap-name .time {
    font-weight: normal;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 0 0 15px;
}

.qa-wrap-name .name {
    font-weight: normal;
    display: block;
    margin: 0;
}

.qa-wrap-name .name .ja {
    font-weight: normal;
    display: inline-block;
    text-align: left;
    font-size: 3em !important;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0;
}

.qa-wrap-name .name .en {
    font-weight: normal;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-family: FFMarkWebProBold, sans-serif;
}

.qa-wrap-name .role {
    font-weight: normal;
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.02em;
}

/* -------------------------------------------------
    リクルート 求人バナーエリア
----------------------------------------------------*/
.recruit-banner__wrap {
    padding: 10px;
    margin-bottom: 30px !important;
}

/* -------------------------------------------------
    @メディアクエリ 992px以上
----------------------------------------------------*/
@media (min-width: 992px) {

    /* ----- インタビュー テキストエリア ----- */
    .qa-wrap-r {
        z-index: 4;
        display: block;
        padding: 40px 40px 20px 40px;
        position: absolute;
        width: 38%;
        right: 0;
        bottom: -50px;
        margin-top: 10%;
    }

    .qa-wrap-l {
        z-index: 4;
        display: block;
        padding: 40px 40px 20px 40px;
        margin: 0 0 0 30px;
        position: absolute;
        width: 38%;
        left: -30px;
        bottom: -450px;
    }
}

/* -------------------------------------------------
    @メディアクエリ 991px以下 768以上
----------------------------------------------------*/
@media (max-width: 991px) and (min-width: 768px) {

    /* ----- インタビュー テキストエリア ----- */
    .qa-wrap-r {
        display: block;
        padding: 40px 40px 20px 40px;
        position: absolute;
        width: 43%;
        right: -50px;
        bottom: -50px;
        margin-top: 10%;
    }

    .qa-wrap-l {
        display: block;
        padding: 40px 40px 20px 40px;
        margin: 0 0 0 30px;
        position: absolute;
        width: 43%;
        left: -80px;
        bottom: -450px;
    }
}

.interview-box-03 {
    position: relative;
    display: block;
    height: 470px;
    z-index: 2;
}

/* ----- インタビュー Question -----*/
.Question {
    position: relative;
    font-size: 1.4em;
    margin-bottom: 0;
    margin-left: 35px;
    font-feature-settings: "palt";
}

.Question:before {
    content: 'Q';
    position: absolute;
    padding: 2px 5px;
    background-color: #2a87d3;
    top: -5px;
    left: -35px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
}

/* -- インタービュー Answer --*/
.Answer {
    margin-top: 20px;
    padding: 0;
    font-size: 17px;
    line-height: 1.8;
}

/* ----- インタビュー イメージ -----*/
.qa-img-wrap {
    z-index: 0;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.qa-img {
    margin: 0;
    padding: 0;
    position: relative
}

/* -------------------------------------------------
    リクルート 個別INTERVIEWページ用　先輩からの一言
----------------------------------------------------*/
.hitokoto-wrap {
    margin: 0;
    padding: 20px 10px;
}

.hitokoto-inner {
    padding: 25px;
}

/* ----- 先輩からの一言 テキスト -----*/
.Hitokoto {
    display: block;
    margin: 30px 20px 10px 20px;
    border-bottom: 1px dotted #2a87d3;
    font-size: 26px;
    padding-bottom: 20px;
}

.hitokoto-lead p {
    padding: 0;
    margin: 20px;
    font-size: 16px;
}

/* -- インタービュー 先輩からの一言エリア 画像 --*/
.hitokoto-img {
    margin-right: 40px;
    overflow: hidden;
}

.hitokoto-img img {
    overflow: hidden;
    border-radius: 50%;
    width: 195px;
}

/* -- インタービュー 先輩からの一言エリア テキストエリア --*/
.hitokoto-lead {
    padding: 2px;
    border-radius: 15px;
    position: relative;
}

/* -- 先輩からの一言 吹き出し --*/
.hitokoto-lead:before {
    right: 100%;
    top: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 15px;
    margin-top: -15px;
}



/* -------------------------------------------------
    @メディアクエリ 768px以上
----------------------------------------------------*/
@media (min-width: 768px) {

    /* インタビュー イメージ 画像サイズ */
    .interview-box-02 .qa-img-wrap,
    .interview-box-03 .qa-img-wrap,
    .interview-box-04 .qa-img-wrap {
        max-width: 800px;
    }

    /* インタビュー イメージ 差し込み風 三角 */
    .qa-img:before {
        content: '';
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 40px 40px 0 0;
        border-color: #f2f5f5 transparent transparent transparent;
    }

    .qa-img:after {
        content: '';
        z-index: 1;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 40px 40px;
        border-color: transparent transparent #f2f5f5 transparent;
    }

    /* インタビュー イメージ 差し込み風 罫線 */
    .qa-img-wrap:before {
        content: '';
        z-index: 2;
        position: absolute;
        left: -20px;
        top: 20px;
        width: 80px;
        height: 1px;
        background-color: #9e9fa1;
        transform: rotate(-45deg);
    }

    .qa-img-wrap:after {
        content: '';
        z-index: 2;
        position: absolute;
        right: -20px;
        bottom: 20px;
        width: 80px;
        height: 1px;
        background-color: #9e9fa1;
        transform: rotate(-45deg);
    }

    /* インタビュー ボックス */
    .interview-box-02,
    .interview-box-03,
    .interview-box-04,
    .interview-box-05 {
        position: relative;
        margin-top: 100px;
    }

    .interview-box-05 {
        padding-left: 10%;
        padding-right: 10%;
    }

    .interview-box-03 .qa-img-wrap {
        width: 70%;
        text-align: right;
        position: absolute;
        right: 0;
    }

    /* インタビュー ボックス ドロップシャドウ */
    .qa-wrap-r:after,
    .qa-wrap-l:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: -5px;
        right: -5px;
        border-bottom: solid 5px rgba(42, 53, 57, 0.1);
        border-right: solid 5px rgba(42, 53, 57, 0.1);
        z-index: 0;
    }
}


@media (max-width: 575px) {
    .CatchCopy-Area-wrap {
        display: none;
    }

    .recruit-title img {
        width: 70%;
    }


}

/* ---------- インタビュー media Query ---------- */
/* ----- 画面サイズ 1170px 以上 ----- */
@media (min-width: 1170px) {

    /* ----- インタビュー 個別ページ wrapper ----- */
    #interview {
        padding-left: 0;
        padding-right: 0;
    }
}

/* ----- 画面サイズ 766px 〜 1169px ----- */
@media (max-width: 1169px) and (min-width: 766px) {
    #interview {
        padding-left: 2% !important;
        padding-right: 2% !important;
    }
}

/* ----- 画面サイズ 768px 〜 991px ----- */
@media (min-width: 768px) and (max-width: 991px) {

    /* ----- 先輩からの一言 吹き出し 位置調整 ----- */
    .hitokoto-lead:before {
        right: 100%;
        top: 25%;
    }

    .interview-box-03 {
        position: relative;
        display: block;
        height: 370px !important;
        z-index: 2;
    }

    .Answer {
        font-size: 16px;
        line-height: 1.5;
    }
}

/* ----- 画面サイズ 992px 以上 ----- */
@media (min-width: 992px) {

    /* ----- 先輩からの一言 吹き出し 位置調整 ----- */
    .hitokoto-lead:before {
        right: 100%;
        top: 50%;
    }
}

/* -------------------------------------------------
    @メディアクエリ 767px以下
----------------------------------------------------*/
@media (max-width: 767px) {

    /*-- interview パンくず -*/
    .interview-breadcrumbs {
        margin-left: 15px;
    }

    /* パンくずリスト */
    .page-breadcrumbs {
        margin-left: 1em;
    }

    /* インタビュー スタッフ情報 */
    .qa-wrap-name {
        background-color: rgba(42, 53, 57, 1);
        margin: 0;
        position: relative;
        height: auto;
        top: 0;
        left: 0;
    }

    .qa-wrap-name .time,
    .qa-wrap-name .name .en,
    .qa-wrap-name .role {
        font-size: 14px !important;
    }

    .qa-wrap-name h2 {
        font-size: 2em !important;
        margin-top: 0;
    }

    /* インタビュー Answer */
    .Answer {
        font-size: 15px;
    }

    /* インタビュー wrapper */
    #interview {
        margin: 0 auto;
        padding-bottom: 0;
    }

    /* インタビュー ボックス */
    .interview-box-01 {
        margin-top: 0;
        padding: 0;
    }

    .qa-wrap-r,
    .qa-wrap-l {
        padding: 25px 18px 15px 18px;
        width: 100% !important;
        margin: 0;
        position: relative;
        height: auto;
        top: 0;
        left: 0;
    }

    .interview-box-03 {
        position: relative;
        display: block;
        height: auto !important;
        z-index: 2;
    }

    .hitokoto-img {
        margin: auto;
        text-align: center;
        margin-bottom: 20px;
    }

    /* 先輩からの一言 フキダシ */
    .hitokoto-lead:before {
        top: -8px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 12px;
        margin-left: -12px;
    }

    /* 先輩からの一言 テキスト */
    .Hitokoto {
        text-align: center;
        font-size: 20px;
    }
}




/* -------------------------------------------------
    @メディアクエリ 600px以下
----------------------------------------------------*/
@media (max-width: 768px) {


    #leftlink01::before {
        height: 5rem;
    }



    .c-brushTitle_catch01 {
        font-size: 5rem;
        margin-bottom: 0;
    }



    #leftlink02::before {
        height: 5rem;
    }


    .c-brushTitle_catch02 {
        font-size: 6rem;
        margin-bottom: 0;
    }


}