﻿@charset "UTF-8";

/**
 * style.css ※主に736px以上
 *
 * #Pjax ............ Pjax用スタイル
 * #common .......... 共通（ヘッダー、フッターなど）
 * #top ............. topで使用
 * #layer ........... 下層で使用
 * #news ........... ニュース一覧
 * #project ........... 入社したらこんなお仕事を
 * #company ........... 私たちについて
 * #environment ........... 働く環境について
 * #internship ........... インターンシップ
 * #contents ........... コンテンツ
 * #seminar ........... 会社説明会
 * #voice ........... 先輩の声
 * #common-style ........... 共通スタイル
 * #entry ........... エントリーページ
 * #微調整 ........... メディアクエリを追加してレイアウト調整
 * #アニメーション .... CSSアニメーション
 *
*/

/* ==========================================================================
   #Pjax
   ========================================================================== */

/* Pjax用オーバーレイ */
.js-layer {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 2000;
    width: 100%;
    height: 100%;
    background-color: #215A99;
}

/* 見出しアニメーション用 */
.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    opacity: 0;
}

/* ==========================================================================
   #マウスストーカー
   ========================================================================== */
.play-cursor {
    opacity: 1;
    display: block;
}

.autofill-opened .play-cursor,
.modal-opened .play-cursor,
.vendor-edge .play-cursor,
.vendor-ie11 .play-cursor {
    display: none;
}

.play-cursor__border,
.play-cursor__dark,
.play-cursor__inner,
.play-cursor__light,
.play-cursor__outer {
    position: fixed;
    pointer-events: none;
}

.play-cursor__inner {
    width: 4px;
    height: 4px;
    background-color: #131313;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 99999
}

.swiper-start .play-cursor__inner {
    opacity: 0;
}

.play-cursor__outer {
    width: 1.85714rem;
    height: 1.85714rem;
    border-radius: 50%;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 99998;
    /*mix-blend-mode: overlay;*/
    background-color: hsla(0, 0%, 100%, .3);
}

.swiper-start .play-cursor__outer {
    opacity: 0;
}

.play-cursor__dark {
    border-radius: 50%;
    border: 1px solid #4a00d8;
}

.play-cursor__dark,
.play-cursor__light {
    width: 1.85714rem;
    height: 1.85714rem;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 99998;
    opacity: 0
}

.play-cursor__light {
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .3)
}

.swiper-start .play-cursor__light {
    opacity: 0;
}

.play-cursor__border {
    width: 1.85714rem;
    height: 1.85714rem;
    border-radius: 50%;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    background-color: transparent;
    background-color: hsla(0, 0%, 79%, .3);
    z-index: 99999
}

.swiper-start .play-cursor__border {
    opacity: 0;
}

.play-cursor--isLink .play-cursor__outer {
    width: 5.71429rem;
    height: 5.71429rem;
}

.play-cursor--isLink .play-cursor__border {
    opacity: 0;
    width: 5.71429rem;
    height: 5.71429rem;
}

.play-cursor--isDark .play-cursor__dark {
    width: 5.71429rem;
    height: 5.71429rem;
    opacity: 1;
}

.play-cursor--isDark .play-cursor__outer {
    opacity: 0;
}

.play-cursor--isDark .play-cursor__inner {
    background-color: #fc3f3f;
    width: 7px;
    height: 7px;
}

.play-cursor--isLight .play-cursor__light {
    width: 5.71429rem;
    height: 5.71429rem;
    opacity: 1;
}

.play-cursor--isLight .play-cursor__outer {
    opacity: 0;
}

.play-cursor--innerIsWhite .play-cursor__inner,
.play-cursor--isLight .play-cursor__inner {
    background-color: #fff;
    width: 7px;
    height: 7px;
}

.play-cursor--isInsibile:not(.play-cursor--isLink) {
    opacity: 0;
}

/* ==========================================================================
   #common
   ========================================================================== */
@media screen and (min-width: 736px) {

    a {
        transition: all .3s ease;
    }

    .common-wrap {
        position: relative;
        width: 1000px;
        margin: 0 auto;
    }

    .point-txt01 {
        color: #215A99;
    }

    .pc-none {
        display: none !important;
    }

}


/* ヘッダー
   ----------------------------------------------------------------- */
@media screen and (min-width: 1080px) {
    .l-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        width: 100%;
    }

    .header-inner {
        position: relative;
        z-index: 1003;
        display: flex;
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
    }

    /* (展開時) */
    .fresh-open .header-inner,
    .career-open .header-inner {
        background-color: #fff;
    }

    /* (スクロール時) */
    .scroll-active .header-inner {
        background-color: #fff;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }



    /* タイトル
  　 ----------------------- */
    .header-ttl-wrap {
        display: block;
        text-decoration: none;
        margin-right: auto;
    }

    .header-ttl-wrap:hover {
        opacity: 1;
    }

    /* ロゴ */
    .header-logo {
        display: block;
        float: left;
        width: 140px;
        height: 140px;
        padding-top: 30px;
        text-align: center;
        background-color: #215A99;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    .header-ttl-wrap:hover .header-logo {
        background-color: #215A99;
    }

    .header-logo-img {
        width: 62px;
        fill: #fff;
    }

    .header-logo-img2 {
        display: none;
    }

    /* (展開時) */
    .fresh-open .header-logo,
    .career-open .header-logo {
        width: 100px;
        height: 100px;
        padding-top: 30px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    .fresh-open .header-logo-svg,
    .career-open .header-logo-svg {
        width: 64px;
    }

    .fresh-open .header-logo-svg .header-logo-txt,
    .career-open .header-logo-svg .header-logo-txt {
        display: none;
    }

    /* (スクロール時) */
    .scroll-active .header-logo {
        width: 100px;
        height: 100px;
        padding-top: 23px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    .scroll-active .header-logo-img {
        display: none;
    }

    .scroll-active .header-logo-img2 {
        display: inline-block;
        width: 32px;
    }

    .scroll-active .header-logo-svg .header-logo-txt {
        display: none;
    }



    /* テキスト */
    .header-ttl {
        display: none;
        float: left;
        padding: 29px 30px 0 35px;
    }

    .header-ttl-sub {
        display: block;
        margin-bottom: 6px;
        color: #333;
        font-size: 13px;
        line-height: 1;
        letter-spacing: 0.02rem;
    }

    .header-ttl-main {
        display: block;
        color: #222;
        font-size: 28px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 700;
        letter-spacing: 0.07rem;
        line-height: 1;
    }

    /* (展開時) */
    .fresh-open .header-ttl,
    .career-open .header-ttl {
        display: block;
    }

    /* (スクロール時) */
    .scroll-active .header-ttl {
        display: block;
    }

    /* メニュー
  　 ----------------------- */
    .pc-header-none {
        display: none;
    }

    .header-menu {
        padding-right: 68px;
    }

    .header-menu-item {
        float: left;
        margin-right: 60px;
    }

    /* 新卒・中途採用 */
    .header-menu-open {
        position: relative;
        display: block;
        padding: 43px 22px 44px 0;
        color: #fff;
        font-size: 13px;
        line-height: 1;
        letter-spacing: 0.02rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        cursor: pointer;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .header-menu-open:hover {
        color: #215A99;
        opacity: 1;
    }

    .header-menu-open:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 6px;
        height: 6px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

    .header-menu-open:hover::before {
        top: 52%;
        border-color: #215A99;
    }


    /* 通常リンク */
    .header-menu-link {
        position: relative;
        display: block;
        padding: 43px 0 44px;
        color: #fff;
        font-size: 13px;
        line-height: 1;
        letter-spacing: 0.02rem;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

    .header-menu-link:hover {
        color: #215A99;
        opacity: 1;
    }

    .header-menu-open:after,
    .header-menu-link:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background-color: #215A99;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        opacity: 0;
    }

    .header-menu-open:hover::after,
    .header-menu-link:hover::after {
        opacity: 1;
    }


    /* アイコン */
    .header-menu-ico {
        float: left;
        margin: 38px 25px 0 0;
        font-size: 0;
        line-height: 1;
    }

    .header-menu-ico:last-child {
        margin-right: 0;
    }

    .header-menu-ico-ig {
        display: block;
        color: #fff;
        font-size: 22px;
        line-height: 1;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

    .header-menu-ico-fb {
        display: block;
        padding-top: 2px;
        color: #fff;
        font-size: 18px;
        line-height: 1;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

    /* ホバー */
    .header-menu-ico-ig:hover,
    .header-menu-ico-fb:hover {
        color: #215A99;
        opacity: 1;
    }

    .header-menu-ico-link i {
        line-height: 1;
    }




    /* 【1】メニュー展開時 */

    /* テキスト */
    .fresh-open .header-menu-open,
    .fresh-open .header-menu-link,
    .career-open .header-menu-open,
    .career-open .header-menu-link {
        color: #292c32;
    }

    .fresh-open .header-menu-open:hover,
    .fresh-open .header-menu-link:hover,
    .career-open .header-menu-open:hover,
    .career-open .header-menu-link:hover {
        color: #215A99;
    }

    /* アイコン */
    .fresh-open .header-menu-ico-ig,
    .fresh-open .header-menu-ico-fb,
    .career-open .header-menu-ico-ig,
    .career-open .header-menu-ico-fb {
        color: #90949e;
    }

    .fresh-open .header-menu-ico-ig:hover,
    .fresh-open .header-menu-ico-fb:hover,
    .career-open .header-menu-ico-ig:hover,
    .career-open .header-menu-ico-fb:hover {
        color: #215A99;
        opacity: 1;
    }

    /* 矢印 */
    .fresh-open .header-menu-open:before,
    .career-open .header-menu-open:before {
        border-color: #292c32;
    }

    .fresh-open .header-menu-open:hover::before,
    .career-open .header-menu-open:hover::before {
        border-color: #215A99;
    }

    /* アクティブ時 */
    .header-menu-open.border-active {
        color: #215A99;
    }

    .header-menu-open.border-active:before {
        border-color: #215A99;
    }

    .header-menu-open.border-active:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background-color: #215A99;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        opacity: 1;
    }



    /* 【2】スクロール時 */

    /* テキスト */
    .scroll-active .header-menu-open,
    .scroll-active .header-menu-link {
        color: #292c32;
    }

    .scroll-active .header-menu-open:hover,
    .scroll-active .header-menu-link:hover {
        color: #215A99;
        opacity: 1;
    }

    /* アイコン */
    .scroll-active .header-menu-ico-ig,
    .scroll-active .header-menu-ico-fb {
        color: #90949e;
    }

    .scroll-active .header-menu-ico-ig:hover,
    .scroll-active .header-menu-ico-fb:hover {
        color: #215A99;
        opacity: 1;
    }

    /* 矢印 */
    .scroll-active .header-menu-open:before {
        border-color: #292c32;
    }

    .scroll-active .header-menu-open:hover::before {
        border-color: #215A99;
    }

    /* アクティブ時 */
    .scroll-active.fresh-open .header-menu-open.border-active,
    .scroll-active.career-open .header-menu-open.border-active {
        color: #215A99;
    }

    .scroll-active.fresh-open .header-menu-open.border-active:before,
    .scroll-active.career-open .header-menu-open.border-active:before {
        border-color: #215A99;
    }



    /* オーバーレイ
   -----------------------------*/
    .overlay-fresh,
    .overlay-career {
        content: '';
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 1001;
    }

    /* (展開時) */
    .fresh-open .overlay-fresh,
    .career-open .overlay-career {
        visibility: visible;
        background: rgba(8, 15, 26, .5);
        /* オーバーレイの色 */
        -webkit-transform: translate3d(0, 0, 0);
        /* メニューの幅 */
        transform: translate3d(0, 0, 0);
        /* メニューの幅 */
    }


    /* 展開項目
     -----------------------------*/
    .header-menu-list-fresh,
    .header-menu-list-career {
        overflow: hidden;
        display: block;
        position: fixed;
        top: -320px;
        left: 0;
        right: 0;
        width: 100%;
        /*max-height: 220px;*/
        margin-top: 100px;
        background-color: #dae0e6;
        z-index: 1002;
        transition: all .5s ease;
        -webkit-overflow-scrolling: touch;
        opacity: 0;
    }

    /* (展開時) */
    .fresh-open .header-menu-list-fresh,
    .career-open .header-menu-list-career {
        -webkit-transform: translate3d(0, 320px, 0);
        transform: translate3d(0, 320px, 0);
    }

    /* リスト */
    .header-job-wrap {
        width: 1180px;
        width: 84.2857142857%;
        margin: 0 auto;
        padding: 30px 0 10px;
    }

    .header-job {
        overflow: hidden;
        margin-right: -20px;
        margin-right: -1.4285714286vw;
    }

    .header-job-link {
        position: relative;
        display: block;
        color: #292c32;
        font-size: 13px;
        line-height: 1.3846153846;
        text-decoration: none;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

    .header-job-link:hover {
        opacity: 1;
        color: #215A99;
    }

    .header-job-link:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 14px;
        right: 1vw;
        width: 6px;
        width: 0.4285714286vw;
        height: 6px;
        height: 0.4285714286vw;
        border-bottom: 1px solid #215A99;
        border-right: 1px solid #215A99;
        -webkit-transform: translateY(50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

    .header-job-link:hover::before {
        right: 12px;
        right: 0.8571428571vw;
    }

    .header-job-item {
        overflow: hidden;
        float: left;
        width: 280px;
        width: 20vw;
        margin: 0 20px 20px 0;
        margin: 0 1.4285714286vw 20px 0;
        padding: 0;
        vertical-align: middle;
        background-color: #fff;
    }

    .header-job-item img {
        float: left;
        width: 80px;
    }

    .header-job-txt {
        display: table-cell;
        padding: 0 30px;
        padding: 0 2.1428571429vw;
        height: 70px;
        vertical-align: middle;
    }

    /* イベント */
    .header-job-item-event {
        overflow: hidden;
        float: left;
        width: 280px;
        width: 20vw;
        margin: 0 20px 20px 0;
        margin: 0 1.4285714286vw 20px 0;
        padding: 0;
        background-color: #fff;
    }

    .header-job-event-link {
        display: table;
        width: 100%;
        height: 70px;
        color: #292c32;
        font-size: 13px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1.3846153846;
        text-decoration: none;
        background-color: #faf221;
    }

    .header-job-event-txt {
        display: table-cell;
        width: 100%;
        height: 100%;
        text-align: center;
        vertical-align: middle;
    }


    /* 非表示 */
    .header-menu-open-sp,
    .sp-job {
        display: none !important;
    }

}



/* フッター
 ----------------------------------------------------------------- */
@media screen and (min-width: 736px) {

    .l-footer {
        position: relative;
        z-index: 2;
        background-color: #fff;
        padding-bottom: 1px;
        margin-top: 8%;
    }

    /* メッセージ
     ----------------------- */
    .footer-message-wrap {
        position: relative;
        width: 100%;
        height: 200px;
        background-color: #215A99;
    }

    .footer-message {
        padding-top: 65px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1;
        letter-spacing: 0.08rem;
    }

    .footer-message-main {
        margin-bottom: 21px;
        color: #fff;
        font-size: 38px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 2px;
    }

    .footer-message-point {
        color: #00fab0;
    }

    /* ページ内リンク */
    .footer-jump {
        position: absolute;
        bottom: -30px;
        right: 190px;
        z-index: 3;
        display: block;
        width: 60px;
        height: 60px;
        background-color: #fff;
        box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
        border-radius: 30px;
        transition: all .3s ease;
    }

    .footer-jump:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        border-top: 2px solid #215A99;
        border-left: 2px solid #215A99;
        -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transition: all .3s ease;
    }

    .footer-jump:hover {
        opacity: 1;
        background-color: #215A99;
    }

    .footer-jump:hover::before {
        top: 44%;
        border-color: #fff;
    }

    /* 情報
     ----------------------- */
    .footer-info {
        position: relative;
        overflow: hidden;
        display: table;
        width: 100%;
        max-width: 1040px;
        margin: 100px auto 70px;
        border-collapse: collapse;
    }

    /* ロゴ */
    .footer-info-logo-wrap {
        display: table-cell;
        width: 16.0714285714%;
        padding: 0 12% 0 20px;
        vertical-align: top;
    }

    .footer-info-logo {
        display: block;
    }

    .footer-info-logo-img {
        width: 80px;
        fill: #215A99;
    }

    /* メニュー */
    .footer-info-menu {
        display: table-cell;
        width: 58.2142857143%;
        padding: 0;
        vertical-align: top;
        position: relative;
    }


    /* リンク */
    .footer-menu-link {
        overflow: hidden;
        margin: 12px -75px 20px 0;
    }

    .footer-menu-link-item {
        float: left;
        margin: 0 55px 30px 0;
    }

    .footer-menu-link-item:last-child {
        margin-right: 0;
    }

    .footer-menu-link-item a {
        display: block;
        text-decoration: none;
        color: #34373e;
        font-size: 13px;
        line-height: 1;
        transition: all .3s ease;
    }

    .footer-menu-link-item a:hover {
        opacity: 1;
        color: #215A99;
    }

    /* 外部サイト */
    .footer-menu-site {
        overflow: hidden;
        width: 100%;
        margin: 0 -60px 0 0;
        padding-right: 60px;
    }

    .footer-menu-site-item {
        float: left;
        margin: 0 60px 0 0;
    }

    .footer-menu-site-item a {
        position: relative;
        display: block;
        padding-right: 20px;
        color: #215A99;
        font-size: 12px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 500;
        line-height: 1;
        text-decoration: none;
    }

    .footer-menu-site-window {
        position: absolute;
        top: 1px;
        right: 0;
        width: 11px;
        fill: #215A99;
    }

    /* コピーライト */
    .footer-info-copy {
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        font-size: 13px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 400;
        line-height: 1;
    }

}



@media screen and (min-width: 736px) {

    /* ==========================================================================
     #top
     ========================================================================== */
    .top-bnr-seminar {
        position: fixed;
        right: 0;
        bottom: 100px;
        z-index: 999;
        display: block;
    }

    /* メインイメージ
     ----------------------------------------------------------------- */
    .l-top-mainimg {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 71.4285714286vw;
        max-height: 1000px;
    }

    /* スライドショー
  ----------------------- */
    .top-mainimg.slick-dotted.slick-slider {
        margin: 0;
    }

    /* 画像 */
    .top-mainimg li {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 1000px;
        height: 71.4285714286vw;
    }

    .top-mainimg li img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
    }

    /* ドット */
    .top-mainimg .slick-dots {
        position: absolute;
        bottom: 36px;
        bottom: 2.5714285714vw;
        left: 0;
        right: 0;
    }

    .top-mainimg .slick-dots li {
        width: 14px;
        height: 14px;
        margin: 0 0 0 6px;
    }

    .top-mainimg .slick-dots li:first-child {
        margin: 0;
    }

    .top-mainimg .slick-dots li button {
        width: 14px;
        height: 14px;
        margin: 0;
        padding: 5px;
    }

    .top-mainimg .slick-dots li button:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        width: 4px;
        height: 4px;
        margin: 0;
        padding: 0;
        border-radius: 50%;
        background-color: #fff;
        opacity: 1;
    }

    .top-mainimg .slick-dots li.slick-active button:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 14px;
        height: 14px;
        margin: 0;
        padding: 0;
        border-radius: 50%;
        background-color: #17d582;
        opacity: 1;
    }

    .top-mainimg .slick-dots li.slick-active button:after {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        width: 4px;
        height: 4px;
        margin: 0;
        padding: 0;
        border-radius: 50%;
        background-color: #fff;
        opacity: 1;
    }

    /* キャッチ
  ----------------------- */
    .top-mainimg-catch-wrap {
        position: absolute;
        top: 25.7142857143vw;
        left: 0;
        right: 0;
        width: 71.285714vw;
        margin: 0 auto;
        text-align: center;
    }

    .top-mainimg-catch {
        color: #fff;
        /* mix-blend-mode: overlay; */
        opacity: 1;
    }

    .top-mainimg-catch-top {
        display: block;
        margin-bottom: 1.0714285714vw;
        padding-top: 1.7857142857vw;
        font-size: 5.214286vw;
        font-family: urw-din, sans-serif;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.06em;
        border-top: 0.4285714286vw solid #fff;
        white-space: nowrap;
    }

    .top-mainimg-catch-top-inner {
        margin-left: -0.5vw;
    }

    .top-mainimg-catch-top-point {
        color: #00ffc6;
    }

    .top-mainimg-catch-middle {
        position: relative;
        display: block;
        font-size: 16px;
        font-family: NotoSansJP-bold;
        line-height: 1;
        letter-spacing: 0.18em;
    }

    .top-mainimg-catch-middle:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: calc((100% - 450px) / 2);
        height: 0.4285714286vw;
        background-color: #fff;
        transform: translateY(-50%);
    }

    .top-mainimg-catch-middle:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: calc((100% - 450px) / 2);
        height: 0.4285714286vw;
        background-color: #fff;
        transform: translateY(-50%);
    }

    /*.top-mainimg-catch-bottom {
    overflow: hidden;
    display: block;
    padding-bottom: 38px;
    padding-bottom: 2.7142857143vw;
    color: #009c63;
    font-size: 50px;
    font-size: 6.7934782609vw;
    font-family: urw-din, sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    border-bottom: 6px solid #fff;
    border-bottom: 0.4285714286vw solid #fff;
  }*/

    /*.top-mainimg-catch-bottom-left {
    float: left;
    margin-left: -9px;
    margin-left: -0.6428571429vw;
  }

  .top-mainimg-catch-bottom-right {
    float: right;
    margin-right: -5px;
    margin-right: -0.3571428571vw;
    color: #009c63;
  }*/

    .top-mainimg-catch-sub {
        position: absolute;
        bottom: 2.2857142857vw;
        right: -4.4285714286vw;
        width: 12.7142857143vw;
    }


    /* タイトル
  ----------------------- */
    .top-mainimg-ttl {
        position: relative;
        float: left;
        width: 540px;
        width: 38.5714285714%;
        height: 200px;
        margin-top: -70px;
        padding-top: 60px;
        text-align: center;
        background-color: #fff;
    }

    .top-mainimg-ttl-sub {
        margin-bottom: 20px;
        margin-bottom: 1.4285714286vw;
        font-size: 17px;
        font-size: 1.2142857143vw;
        line-height: 1;
        letter-spacing: 0.02em;
    }

    .top-mainimg-ttl-main {
        font-size: 50px;
        font-size: 3.5714285714vw;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.04em;
    }


    /* ニュース
  ----------------------- */
    .top-mainimg-news-wrap {
        position: relative;
        float: left;
        width: 860px;
        width: 100%;
        height: 130px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .top-mainimg-news {
        position: relative;
        padding: 25px 130px 25px 200px;
        color: #fff;
        background-color: #215A99;
    }

    .top-mainimg-news li {
        padding-right: 6.4285714286vw;
    }

    .top-mainimg-news a {
        overflow: hidden;
        display: block;
        text-decoration: none;
    }

    /* サムネイル */
    .top-mainimg-news-thumb {
        overflow: hidden;
        position: relative;
        float: left;
        width: 130px;
        height: 80px;
        margin-right: 36px;
    }

    .top-mainimg-news-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* 日付 */
    .top-mainimg-news-date {
        margin-bottom: 13px;
        padding-top: 6px;
        color: #fff;
        font-size: 12px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 400;
        line-height: 1;
    }

    /* 本文 */
    .top-mainimg-news-main {
        overflow: hidden;
        display: -webkit-box;
        max-height: 44px;
        text-overflow: ellipsis;
        color: #fff;
        font-size: 14px;
        line-height: 1.714285;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    /* NEWS ALL */
    .top-mainimg-news-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 130px;
        height: 65px;
        padding-top: 26px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 400;
        line-height: 1;
        text-decoration: none;
        background-color: #11539B;
    }

    /* 前ボタン */
    .top-mainimg-news .slick-prev {
        position: absolute;
        top: auto;
        bottom: 0;
        left: auto;
        right: 66px;
        width: 65px;
        height: 65px;
        background-color: #124A88;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .top-mainimg-news .slick-prev:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 50%;
        width: 8px;
        height: 8px;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        -webkit-transform: translateX(50%) translateY(50%) rotate(45deg);
        transform: translateX(50%) translateY(-50%) rotate(45deg);
        transition: all .3s ease;
    }

    /* 次ボタン */
    .top-mainimg-news .slick-next {
        position: absolute;
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
        width: 65px;
        height: 65px;
        background-color: #124A88;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .top-mainimg-news .slick-next:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 50%;
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: translateX(50%) translateY(50%) rotate(45deg);
        transform: translateX(50%) translateY(-50%) rotate(45deg);
        transition: all .3s ease;
    }

    .top-mainimg-news .slick-prev:hover::before {
        right: 52%;
    }

    .top-mainimg-news .slick-next:hover::before {
        right: 48%;
    }


    /* 横スクロール文字
     ----------------------------------------------------------------- */
    .top-scroll-type-wrap {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 380px;
        background-color: #fff;
    }

    .top-scroll-type-first {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height: 330px;
        color: #ebeff6;
        font-size: 330px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 900;
        line-height: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation: bg-animation-first 90s 0s linear infinite normal;
        animation: bg-animation-first 90s 0s linear infinite normal;
        opacity: 0.55;
    }

    .top-scroll-type-second {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height: 330px;
        color: #ebeff6;
        font-size: 330px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 900;
        line-height: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation: bg-animation-second 90s -45s linear infinite normal;
        animation: bg-animation-second 90s -45s linear infinite normal;
        opacity: 0.55;
    }


    /* 価値を生み出せる人材に
     ----------------------------------------------------------------- */
    .l-top-intro {
        overflow: hidden;
        position: relative;
        margin-top: -220px;
        padding-bottom: 270px;
        z-index: 2;
    }

    .top-intro-img {
        overflow: hidden;
        position: relative;
        float: right;
        width: 50%;
        height: 740px;
        margin: 0 0 0 3.5714285714%;
    }

    .top-intro-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
        z-index: 3;
    }

    .top-intro-info {
        position: relative;
        float: right;
        width: 32.8571428571%;
        min-width: 320px;
        z-index: 2;
    }

    .top-intro-ttl {
        margin-bottom: 38px;
        padding-top: 19px;
        font-size: 34px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1.6470588;
        max-width: 446px;
    }

    .top-intro-txt {
        margin-bottom: 59px;
        font-size: 16px;
        line-height: 2;
        max-width: 472px;
    }

    .top-intro-btn {
        overflow: hidden;
        position: relative;
        display: block;
        width: 190px;
        padding: 24px 0;
        text-align: center;
        color: #fff;
        font-size: 12px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 500;
        line-height: 1;
        text-decoration: none;
        border-radius: 30px;
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
        transition: all .6s ease;
    }

    .top-intro-btn:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: -1;
        transition: all .6s ease;
        background: linear-gradient(to right, #215A99, #215A99);
    }

    .top-intro-btn:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: -2;
        transition: all .6s ease;
        background: linear-gradient(to left, #215A99, #215A99);
    }

    .top-intro-btn:hover {
        opacity: 1;
        box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.15);
    }

    .top-intro-btn:hover::before {
        opacity: 0;
    }

    /* 先輩社員の体験談
     ----------------------------------------------------------------- */
    .l-top-voice {
        overflow: hidden;
        position: relative;
        background-color: #fff;
    }

    .top-voice-bg {
        overflow: hidden;
        height: 540px;
        height: 38.5714285714vw;
        max-height: 540px;
    }

    .top-voice-bg img {
        width: 100%;
        position: relative;
    }

    /* タイトル
  ----------------------- */
    .top-voice-ttl-wrap {
        overflow: hidden;
        position: relative;
        background-color: #fff;
    }

    .top-voice-ttl {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 71.4285714286%;
        padding: 80px 6.4285714286% 30px 14.2857142857%;
        background-color: #fff;
    }

    .top-voice-ttl-main {
        display: inline-block;
        margin-right: 11%;
        font-size: 40px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.2rem;
    }

    .top-voice-ttl-sub {
        display: inline-block;
        margin-bottom: 12px;
        font-size: 18px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1;
        vertical-align: middle;
    }

    /* 各ボックス
  ----------------------- */
    .top-voice-box-wrap {
        margin-top: 170px;
        margin-left: 21.4285714286%;
        padding-bottom: 126px;
        background-color: #f3f6fa;
    }

    .top-voice-box-inner {
        margin-left: -27.2727272727%;
    }

    .top-voice-box-group {
        width: 71.4285714286%;
        max-width: 1000px;
        margin: 0 auto;
    }

    .top-voice-box01,
    .top-voice-box02,
    .top-voice-box03,
    .top-voice-box04,
    .top-voice-box05,
    .top-voice-box06 {
        position: relative;
        display: block;
        width: 42%;
    }


    .top-voice-box01 {
        float: left;
        margin: -100px 0 130px 0;
    }

    .top-voice-box02 {
        float: right;
        margin: -60px 40px 130px 0;
    }

    .top-voice-box03 {
        float: left;
        margin: 40px 0 160px 0;
        margin-left: 2.8571428571vw;
    }

    .top-voice-box04 {
        float: right;
        margin: 40px 0 130px 0;
    }

    .top-voice-box05 {
        float: left;
    }

    .top-voice-box06 {
        float: right;
        margin: 40px 40px 130px 0;
        margin: 40px 2.8571428571vw 130px 0;
    }

    .top-voice-box-img {
        width: 420px;
        width: 100%;
        height: auto;
        transition: transform .5s;
    }

    .top-voice-box01:hover .top-voice-box-img,
    .top-voice-box02:hover .top-voice-box-img,
    .top-voice-box03:hover .top-voice-box-img,
    .top-voice-box04:hover .top-voice-box-img,
    .top-voice-box05:hover .top-voice-box-img,
    .top-voice-box06:hover .top-voice-box-img {
        transform: scale(1.02, 1.02)
    }

    .top-voice-box-txt {
        position: absolute;
        top: 280px;
        top: 82.3529411765%;
        right: -40px;
        right: -9.5238095238%;
        display: block;
        width: 420px;
        width: 100%;
        padding: 34px 68px 34px 40px;
        padding: 8.0952380952% 16.1904761905% 8.0952380952% 9.5238095238%;
        color: #333333;
        font-size: 16px;
        line-height: 1.625;
        background-color: #fff;
        box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
        transition: all .3s ease;
    }

    .top-voice-box01:hover .top-voice-box-txt,
    .top-voice-box02:hover .top-voice-box-txt,
    .top-voice-box03:hover .top-voice-box-txt,
    .top-voice-box04:hover .top-voice-box-txt,
    .top-voice-box05:hover .top-voice-box-txt,
    .top-voice-box06:hover .top-voice-box-txt {
        color: #215A99;
    }

    /*  .top-voice-box-txt:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #215A99;
    border-right: 2px solid #215A99;
    -webkit-transform: translateY(50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: all .5s ease;
  }

  .top-voice-box01:hover .top-voice-box-txt:before,
  .top-voice-box02:hover .top-voice-box-txt:before,
  .top-voice-box03:hover .top-voice-box-txt:before,
  .top-voice-box04:hover .top-voice-box-txt:before {
    right: 25px;
  }*/

    .top-voice-box-sub {
        position: absolute;
        top: -30px;
        left: 0;
        padding: 9px 20px;
        color: #fff;
        font-size: 12px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 400;
        line-height: 1;
        background-color: #215A99;
        transition: all .5s ease;
    }

    .top-voice-box01:hover .top-voice-box-sub,
    .top-voice-box02:hover .top-voice-box-sub,
    .top-voice-box03:hover .top-voice-box-sub,
    .top-voice-box04:hover .top-voice-box-sub {
        background-color: #292c32;
    }

    .top-voice-box-sub span {
        margin-right: 20px;
    }


    /* ボタン
  ----------------------- */
    .top-voice-btn {
        position: relative;
        display: block;
        width: 190px;
        margin: 0 auto;
        padding: 24px 0;
        text-align: center;
        color: #fff;
        font-size: 12px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 400;
        line-height: 1;
        text-decoration: none;
        background-color: #215A99;
        box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
        border-radius: 30px;
    }


    /* 入社したらこんなお仕事を
     ----------------------------------------------------------------- */
    .l-top-work {
        position: relative;
        padding-bottom: 170px;
        background-color: #fff;
    }

    .top-work-inner {
        overflow: hidden;
        position: relative;
        display: block;
        min-height: 460px;
        text-decoration: none;
        background-color: #34373e;
        transition: all .5s ease;
    }

    .top-work-inner:hover {
        opacity: 1;
        background-color: #292c32;
    }


    /* テキスト情報
    ----------------------- */
    .top-work-info {
        overflow: hidden;
        width: 50%;
        max-width: 600px;
        margin-left: 56%;
        padding: 70px 0 0 70px;
        padding: 5vw 0 0 5vw;
    }

    .top-work-ttl {
        position: relative;
        z-index: 1;
        display: inline-block;
        margin-bottom: 10px;
        padding: 12px 22px;
        color: #333;
        font-size: 14px;
        font-family: "YakuHanJP", NotoSansJP-regular;
        line-height: 1;
        letter-spacing: 0;
        background-color: #faf221;
    }

    /*.top-work-ttl:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    display: block;
    background: #fff;
    transform-origin: right top;
    transform: scale(0, 1);
    -webkit-transition: transform .1s;
    transition: transform .1s;
  }

  .top-work-ttl:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    background: #faf221;
    transform-origin: right top;
    transform: scale(0, 1);
    -webkit-transition: transform .3s;
    transition: transform .3s;
  }*/


    .top-work-inner:hover .top-work-ttl:before {
        transform-origin: left top;
        transform: scale(1, 1);
    }

    .top-work-inner:hover .top-work-ttl:after {
        transform-origin: left top;
        transform: scale(1, 1);
    }



    .top-work-headline {
        color: #333;
        font-size: 26px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1;
    }

    .top-work-marker {
        position: relative;
        z-index: 1;
        display: inline-block;
        margin-bottom: 10px;
        padding: 10px 16px;
        background-color: #fff;
        width: 257px;
        box-sizing: border-box;
    }

    .top-work-marker:nth-child(3) {
        background-color: #215A99;
        color: #fff;
    }

    /*.top-work-marker:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        display: block;
        background: #faf221;
        transform-origin: right top;
        transform: scale(0, 1);
        -webkit-transition: transform .3s;
        transition: transform .3s;
    }

    .top-work-inner:hover .top-work-marker:before {
        transform-origin: left top;
        transform: scale(1, 1);
    }*/

    .top-work-txt {
        max-width: 400px;
        margin-top: 40px;
        color: #000000;
        font-size: 15px;
        line-height: 2.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }


    /* 画像
    ----------------------- */
    .top-work-img {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        float: right;
        width: 50%;
        height: 460px;
        height: 32.8571428571vw;
        min-height: 460px;
    }

    .top-work-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        transform-origin: center center;
        transform: translate(-50%, -50%);
        -webkit-transition: transform .5s;
        transition: transform .5s;
    }

    .top-work-inner:hover .top-work-img img {
        transform: scale(1.02, 1.02)translate(-50%, -50%);
    }

    /* Case Study */
    .top-work-casestudy {
        position: absolute;
        bottom: 67px;
        bottom: 4.7857142857vw;
        right: 79px;
        right: 5.6428571429vw;
        width: 142px;
        width: 10.1428571429vw;
        max-width: 142px;
    }


    /* 職種一覧
     ----------------------------------------------------------------- */
    .l-top-list {
        position: relative;
        margin-right: 21.4285714286%;
        padding: 110px 0 240px;
        background-color: #f3f6fa;
    }

    .top-list-inner {
        margin-right: -27.2727272727%;
    }

    /* タイトル
  ----------------------- */
    .top-list-ttl {
        overflow: hidden;
        position: absolute;
        top: -21px;
        left: 18.1818181818%;
        width: 81.8181818182%;
    }

    .top-list-ttl-main {
        display: block;
        float: left;
        margin-right: 15%;
        font-size: 40px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.2rem;
    }

    .top-list-ttl-sub {
        display: block;
        float: left;
        margin-top: 12px;
        font-size: 18px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1;
    }

    /* リスト
  ----------------------- */
    /* タブ */
    .top-list-tab {
        overflow: hidden;
        position: relative;
        margin-left: 14.2857142857%;
    }

    .top-list-fresh-ttl a,
    .top-list-career-ttl a,
    .top-list-part-ttl a {
        float: left;
        /*width: 33.333333%;*/
        width: 50%;
        padding: 41px 0;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 18px;
        line-height: 1;
        transition: all .3s ease;
        background-color: #C3CBD6;
    }

    .top-list-fresh-ttl a:hover,
    .top-list-career-ttl a:hover,
    .top-list-part-ttl a:hover {
        opacity: 1;
        background-color: #215A99;
    }

    .top-list-fresh-ttl a.active,
    .top-list-career-ttl a.active,
    .top-list-part-ttl a.active {
        background: #215A99;
    }

    /* コンテンツ */
    .top-list-content {}

    .top-list-fresh,
    .top-list-career,
    .top-list-part {
        position: relative;
        margin-left: 14.2857142857%;
        background-color: #fff;
        box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
    }

    .top-list-fresh:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 46.6666666667%;
        height: 100%;
    }

    .top-list-career:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 46.6666666667%;
        height: 100%;
    }

    .top-list-part:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 46.6666666667%;
        height: 100%;
        background: url("../../images/top/list/pic_list_part@2x.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .top-list-item {
        position: relative;
        width: 53.3333333333%;
        border-bottom: 1px solid #ebeff6;
        background-color: #fff;
    }

    .top-list-item:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 60px;
        width: 7px;
        height: 7px;
        border-top: 2px solid #215A99;
        border-right: 2px solid #215A99;
        -webkit-transform: translateY(50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        transition: all .5s ease;
    }

    .top-list-item:hover::before {
        right: 55px;
    }

    .top-list-item a:hover {
        color: #215A99;
        opacity: 1;
    }

    .top-list-item a {
        display: block;
        padding: 39px 80px 40px 50px;
        color: #333;
        font-size: 16px;
        line-height: 1.25;
        text-decoration: none;
        transition: all .5s ease;
    }

    .top-list-img {
        position: absolute;
        top: 0;
        right: 0;
    }

    /* 働く環境
     ----------------------------------------------------------------- */
    .l-top-environment {}

    .top-environment-bg {
        overflow: hidden;
        height: 540px;
        height: 38.5714285714vw;
        max-height: 540px;
    }

    .top-environment-bg img {
        width: 100%;
    }

    .intro-environment {
        margin: 0 auto;
        padding-bottom: 80px;
        max-width: 1000px;
        width: 71.4285714286%;
        color: #333;
        font-size: 16px;
        line-height: 1.71;
    }

    /* 成長環境
  ----------------------- */

    .environment-intro-img {
        overflow: hidden;
        position: relative;
        float: right;
        width: 50%;
        height: 37.5vw;
    }

    .environment-intro-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
        z-index: 3;
        /* width: 35.938vw; */
        height: 37.5vw;
    }

    .environment-growth-ttl {
        padding-bottom: 60px;
        color: #333;
        font-size: 30px;
        line-height: 1.63;
    }

    .environment-growth-txt {
        margin-right: 30px;
        line-height: 2;
        width: 50%;
        /* position: relative;
    float: left;
    width: 31.25vw;
    min-width: 25vw;
    font-size: 16px; */
    }

    .environment-growth-txt span {
        font-weight: bold;
    }

    .environment-growth-valuetxt {
        margin-bottom: 40px;
        line-height: 2;
    }

    .l-environment-growth {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }

    .l-environment-value {
        margin-bottom: 120px;
        border-top: solid 1px #63D49F;
        border-bottom: solid 1px #63D49F;
    }

    .environment-value+.environment-value {
        border-top: solid 1px #63D49F;
    }

    .environment-value {
        padding: 40px 0 40px 50px;
        display: flex;
        align-items: center;
    }

    .environment-value-subttl {
        color: #63D49F;
        font-family: "brandon-grotesque, sans-serif";
        font-size: 2.344vw;
        font-weight: 700;
    }

    .environment-value-ttl {
        width: 29.141vw;
        font-size: 2.969vw;
        font-weight: 700;
    }

    .environment-value-txt li {
        position: relative;
        padding-left: 0.6em;
        font-size: 18px;
        line-height: 2;
    }

    .environment-value-txt li:before {
        border-radius: 50%;
        width: 5px;
        height: 5px;
        display: block;
        position: absolute;
        left: -2px;
        top: 0.75em;
        content: "";
        background: #63D49F;
    }

    /* #SPECIAL CONTENTS
   ----------------------------------------------------------------- */
    .l-special-contents {
        display: flex;
        width: 71.4285714286%;
        max-width: 1000px;
        margin: 0 auto;
        justify-content: space-between;
    }

    .l-special-contents+.l-special-contents {
        margin-top: 40px;
    }

    .special-contents-txt {
        height: 207px;
        font-size: 14px;
        padding: 40px;
        color: #333333;
        line-height: 1.8;
    }

    .special-contents-img img {
        overflow: hidden;
        width: 100%;
    }

    .special-contents-img img {
        transform-origin: center center;
        -webkit-transition: transform .5s;
        transition: transform .5s;
    }

    .special-contens-block {
        width: 33.984vw;
        padding-bottom: 20px;
        background-color: #fff;
    }

    .special-contens-block a {
        text-decoration: none;
    }

    .special-contens-block:hover .special-contents-img img {
        transform: scale(1.03, 1.03);
    }

    .special-contens-block figure {
        margin: 0;
    }

    .special-contents-btn {
        margin-top: 20px;
        display: flex;
        align-items: center;
        float: right;
    }

    .special-contents-btn-txt {
        margin-right: 20px;
        font-size: 18px;
        color: #63D49F;
        font-family: "brandon-grotesque, sans-serif";
        font-weight: bold;
    }

    .special-contents-btn-ico {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        background-color: #63D49F;
        border-radius: 100px;
    }

    /* 制度
  ----------------------- */
    .environment-list-wrap-comfort {
        margin-top: 80px;
    }

    .environment-comfort-box {
        max-width: 1000px;
        width: 71.4285714286%;
        margin: 0 auto;
        /* margin: 4.469vw auto; */
        padding: 70px 70px 0 70px;
        /* padding: 5.469vw 5.469vw 0 5.469vw; */
        background-color: #fff;
        box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
    }

    .l-life-event {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 24px;
    }

    .life-event-box:nth-of-type(4) {
        margin-left: 15%;
    }

    .life-event-box:nth-of-type(5) {
        margin-right: 15%;
    }

    .life-event-box {
        margin-bottom: 56px;
        width: 18.203vw;
    }

    .life-event-box img {
        width: 18.203vw;
    }

    .life-event-ttl {
        margin-top: 20px;
        color: #63D49F;
        font-weight: bold;
    }

    .life-event-txt {
        margin-top: 10px;
        font-size: 14px;
    }

    .l-benefits-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .benefits-box {
        margin-bottom: 80px;
        width: 29.297vw;
    }

    .benefits-box img {
        width: 29.297vw;
    }

    .benefits-txt {
        margin-top: 10px;
        font-size: 14px;
        /* width: 29.297vw; */
    }

    /* オフィスの雰囲気
  ----------------------- */
    .environment-office-ttl {
        margin: 35px 0;
        padding-left: 50px;
        position: relative;
        font-size: 24px;
        line-height: 1.66;
    }

    .environment-office-ttl:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 30px;
        height: 4px;
        margin-top: -2px;
        background-color: #faf221;
    }

    .mt80 {
        margin-top: 80px;
    }

    .environment-office-box {
        padding: 30px;
        height: 186px;
        width: 394px;
        background-color: #fff;
        box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
    }

    .environment-office-subttl {
        font-size: 16px;
        color: #63D49F;
    }

    .environment-office-txt {
        font-size: 14px;
    }

    /*スクロールバーのstyle*/
    .environment-office-scroll::-webkit-scrollbar {
        height: 6px;
        width: 6px;
    }

    .environment-office-scroll::-webkit-scrollbar-track {
        background-color: #D9D9D9;
    }

    .environment-office-scroll::-webkit-scrollbar-thumb {
        background-color: #333;
        border-radius: 10px;
    }

    /*FireFoxのみ適用*/
    @-moz-document url-prefix() {
        .environment-office-scroll {
            scrollbar-width: thin;
            scrollbar-color: #333 #D9D9D9;
        }
    }

    .environment-office-scroll {
        margin: 0 auto;
        position: relative;
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .environment-office-scroll ul {
        margin: 100px 0 70px 0;
        display: flex;
        position: relative;
    }

    .environment-office-scroll li {
        margin-right: 40px;
    }


    /* タイトル
  ----------------------- */
    .top-environment-ttl-wrap {
        overflow: hidden;
        position: relative;
        margin-bottom: 150px;
    }

    .top-environment-ttl {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 71.4285714286%;
        padding: 80px 6.4285714286% 30px 14.2857142857%;
        background-color: #fff;
    }

    .top-environment-ttl-main {
        display: inline-block;
        margin-right: 15%;
        font-size: 40px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.1rem;
    }

    .top-environment-ttl-sub {
        display: inline-block;
        margin-bottom: 12px;
        font-size: 18px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1;
        vertical-align: middle;
    }

    /* リスト
  ----------------------- */
    .top-environment-wrap {
        margin-left: 21.4285714286%;
        padding-bottom: 100px;
        background-color: #f3f6fa;
    }

    .top-environment-ttl-inner {
        margin-left: -27.2727272727%;
    }

    .top-environment-list {
        width: 71.4285714286%;
        max-width: 1000px;
        min-width: 720px;
        margin: 0 auto;
    }

    .top-environment-item {
        position: relative;
        margin-bottom: 50px;
        box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
        background-color: #fff;
    }

    .top-environment-item:first-child {
        margin-top: -52px;
    }

    .top-environment-item-inner {
        overflow: hidden;
        display: block;
        color: #34373e;
        text-decoration: none;
    }

    /* 画像 */
    .top-environment-item-thumb {
        overflow: hidden;
        position: relative;
        display: block;
        float: left;
        width: 34%;
        height: 250px;
    }

    .top-environment-item-thumb img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
        transition: transform .5s;
    }

    .top-environment-item-inner:hover {
        opacity: 1;
    }

    .top-environment-item-inner:hover .top-environment-item-thumb img {
        transform: scale(1.02, 1.02) translate(-50%, -50%);
    }

    /* テキスト部 */
    .top-environment-item-info {
        position: relative;
        float: left;
        width: 66%;
        height: 250px;
        padding: 0 18% 0 6%;
    }

    .top-environment-item-info:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 50px;
        width: 7px;
        height: 7px;
        border-top: 2px solid #215A99;
        border-right: 2px solid #215A99;
        -webkit-transform: translateY(50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        transition: all .5s ease;
    }

    .top-environment-item-inner:hover .top-environment-item-info:before {
        right: 45px;
    }

    /* サブ */
    .top-environment-item-sub {
        margin: 70px 0 20px;
        color: #215A99;
        font-size: 14px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 400;
        line-height: 1;
    }

    /* タイトル */
    .top-environment-item-main {
        margin-bottom: 25px;
        font-size: 26px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1;
        transition: all .5s ease;
    }

    /* キャプション */
    .top-environment-item-cup {
        overflow: hidden;
        display: -webkit-box;
        max-height: 52px;
        text-overflow: ellipsis;
        font-size: 16px;
        line-height: 1.625;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        transition: all .5s ease;
    }

    .top-environment-item-inner:hover .top-environment-item-main,
    .top-environment-item-inner:hover .top-environment-item-cup {
        color: #215A99;
    }

    /* ボタン
  ----------------------- */
    .top-environment-btn-wrap {
        background: transparent;
        margin-top: 90px;
    }

    .top-environment-btn {
        overflow: hidden;
        position: relative;
        z-index: 1;
        display: block;
        width: 190px;
        margin: 0 auto;
        padding: 24px 0;
        text-align: center;
        color: #fff;
        font-size: 12px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 500;
        line-height: 1;
        text-decoration: none;
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
        border-radius: 30px;
        transition: all .6s ease;
    }

    .top-environment-btn:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 3;
        transition: all .6s ease;
        background: linear-gradient(to right, #215A99, #215A99);
    }

    .top-environment-btn:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 2;
        transition: all .6s ease;
        background: linear-gradient(to left, #215A99, #215A99);
    }

    .top-environment-btn:hover {
        opacity: 1;
        box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.15);
    }

    .top-environment-btn:hover::before {
        opacity: 0;
    }

    .top-environment-btn span {
        position: relative;
        z-index: 4;
    }

    /* Instagram読み込み
     ----------------------------------------------------------------- */
    .l-instagram {
        padding: 100px 0 170px;
        padding: 7.1428571429% 0 12.1428571429%;
        background: rgb(161, 81, 190);
        /* Old browsers */
        background: -moz-linear-gradient(left, rgba(161, 81, 190, 0.3) 0%, rgba(217, 144, 110, 0.3) 60%, rgba(206, 70, 106, 0.3) 100%);
        background: -webkit-linear-gradient(left, rgba(161, 81, 190, 0.3) 0%, rgba(217, 144, 110, 0.3) 60%, rgba(206, 70, 106, 0.3) 100%);
        background: linear-gradient(to right, rgba(161, 81, 190, 0.3) 0%, rgba(217, 144, 110, 0.3) 60%, rgba(206, 70, 106, 0.3) 100%);
    }

    .instagram-inner {
        width: 71.4285714286%;
        max-width: 1000px;
        margin: 0 auto;
    }

    .instagram-headline {
        margin-bottom: 34px;
        margin-bottom: 3.4%;
        /* padding-left: 288px;
    padding-left: 28.8%; */
        text-align: center;
        line-height: 1;
    }

    .instagram-logo {
        width: 182px;
        /* width: 25.5617977528%; */
    }

    .instagram-headline-sub {
        display: inline-block;
        padding-left: 20px;
        /* padding-left: 2.808988764%; */
        padding-top: 12px;
        /* padding-top: 1.6853932584%; */
        font-size: 14px;
        color: #000;
        vertical-align: top;
    }

    .instagram-txt {
        margin-bottom: 50px;
        margin-bottom: 5%;
        text-align: center;
        font-size: 15px;
        color: #34373e;
    }

    /* #読み込みtemplate
  ----------------------- */
    .instafeed-list {
        overflow: hidden;
    }

    .instafeed-item {
        float: left;
        width: 232px;
        width: 23.2%;
        height: 232px;
        height: 23.2%;
        margin-top: 24px;
        margin-top: 2.4%;
        margin-left: 24px;
        margin-left: 2.4%;
        overflow: hidden;
    }

    .instafeed-item:nth-child(-n + 4) {
        margin-top: 0;
    }

    .instafeed-item:nth-child(4n + 1) {
        margin-left: 0;
    }

    .instafeed-a {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        padding-top: 100%;
        overflow: hidden;
    }

    .instafeed-inner {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }

    .instafeed-inner img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: 105%;
        transform: translateX(-50%) translateY(-50%);
    }

    .instafeed-yokonaga {
        height: 100%;
    }

    .instafeed-tatenaga {
        width: 100%;
    }


    /* ==========================================================================
     #layer
     ========================================================================== */

    /* RECRUIT2020
     ----------------------------------------------------------------- */
    .bg-type-wrap {
        position: relative;
    }

    .bg-type {
        position: fixed;
        top: 90px;
        right: 0;
        overflow: hidden;
        width: 270px;
        height: 1800px;
        color: #f5f8fb;
        font-family: brandon-grotesque, sans-serif;
        font-size: 300px;
        font-weight: 700;
        line-height: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: transform 1.4s, opacity 1.4s;
        transition: transform 1.4s, opacity 1.4s;
        opacity: 0.8;
    }

    /* 非表示 */
    .js-ready .bg-type {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    /* 表示 */
    .bg-type .in {
        position: absolute;
        top: -24px;
        right: -36px;
        -webkit-transform: translateX(100%) rotate(90deg);
        transform: translateX(100%) rotate(90deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }


    /* メインイメージ
     ----------------------------------------------------------------- */
    .l-mainimg {
        position: relative;
        height: 720px;
        height: 51.4285714286vw;
        margin-bottom: 60px;
        margin-bottom: 4.2857142857vw;
    }


    /* 動く背景
  ----------------------- */
    .mainimg-bg {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
        /* bg-typeより下に表示 */
        width: 1100px;
        width: 78.5714285714vw;
        height: 720px;
        height: 51.4285714286vw;
        background-color: #f2f5fa;
    }


    /* 画像
  ----------------------- */
    .mainimg-img-wrap {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        /* bg-typeより上に表示 */
        width: 1200px;
        width: 85.7142857143vw;
        height: 630px;
        height: 45vw;
    }

    .mainimg-img-wrap img {
        width: 120%;
        margin: -50px 0 0 -120px;
    }

    .mainimg-info {
        position: relative;
        z-index: 3;
        /* bg-typeより上に表示 */
        padding: 32vw 0 0;
    }

    /* 筆記体
  ----------------------- */
    .mainimg-cursive-wrap {
        position: absolute;
    }

    .mainimg-cursive {
        margin: 0 0 6.4285714286vw 26.7142857143vw;
    }

    .mainimg-cursive img {
        width: 42.8571428571vw;
    }

    /* タイトル
  ----------------------- */
    .mainimg-ttl-wrap {
        position: absolute;
        top: 200px;
        top: 14.2857142857vw;
        right: 78px;
        right: 5.5714285714vw;
    }

    .mainimg-ttl-wrap-mt {
        top: 22.285714vw;
    }

    /* 新卒採用 or 中途採用 */
    .mainimg-ttl-type {
        display: none;
    }

    .mainimg-ttl {
        font-size: 0;
    }

    /* 職種 */
    .mainimg-ttl-sub {
        display: inline-block;
        margin-bottom: 10px;
        margin-bottom: 0.7142857143vw;
        padding: 14px 20px;
        padding: 1vw 1.4285714286vw;
        color: #fff;
        font-size: 14px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1;
        background-color: #215a99;
    }


    /* メイン */
    .mainimg-ttl-main {
        font-size: 30px;
        font-size: 2.1428571429vw;
        font-family: "YakuHanJP", NotoSansJP-medium;
        letter-spacing: 0.06em;
        line-height: 1;
        background: linear-gradient(transparent 0%, #fff 0%);
    }

    .mainimg-ttl-border {
        display: inline-block;
        margin-bottom: 10px;
        margin-bottom: 0.7142857143vw;
        padding: 16px 20px;
        padding: 1.1428571429vw 1.4285714286vw;
        line-height: 1;
        background: linear-gradient(transparent 0%, #fff 0%);
    }

    .mainimg-lh-ttl-border {
        display: inline-block;
        margin-bottom: 10px;
        margin-bottom: 0.7142857143vw;
        padding: 16px 20px;
        padding: 1.1428571429vw 1.4285714286vw;
        line-height: 1.5;
        background: linear-gradient(transparent 0%, #fff 0%);
    }

    .mainimg-ttl-border.sub {
        font-size: 20px;
        font-size: 1.4285714286vw;
    }

    /* 目次
     ----------------------------------------------------------------- */
    .toc {
        position: relative;
        z-index: 2;
        width: 960px;
        font-size: 0;
        letter-spacing: 0;
        margin: 0 auto 210px;
    }

    .toc-item {
        position: relative;
        display: inline-block;
        min-width: 170px;
        margin: 0 35px;
        padding-right: 20px;
        vertical-align: top;
        border-bottom: 1px solid #e6e6e6;
    }

    .toc-item:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 5px;
        width: 7px;
        height: 7px;
        border-bottom: 2px solid #215A99;
        border-right: 2px solid #215A99;
        -webkit-transform: translateX(50%) translateY(50%) rotate(45deg);
        transform: translateX(50%) translateY(-50%) rotate(45deg);
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

    .toc-item:hover::before {
        top: 55%;
        border-bottom: 2px solid #215A99;
        border-right: 2px solid #215A99;
    }

    .toc-item a {
        display: block;
        padding: 20px 5px;
        color: #333;
        font-size: 16px;
        line-height: 1;
        text-decoration: none;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .toc-item a:hover {
        color: #215A99;
        opacity: 1;
    }


    /* 職種の説明
     ----------------------------------------------------------------- */
    .l-work {}

    /* キャッチ */
    .work-catch {
        position: relative;
        z-index: 2;
        /* bg-typeより上に表示 */
        margin: 0 0 50px 14.2857142857%;
        padding: 36px 50px 36px 80px;
        color: #fff;
        font-size: 22px;
        font-family: "YakuHanJP", NotoSansJP-regular;
        line-height: 1.2727272727;
        background-color: #215A99;
    }

    /* スクロール */

    .work-catch-scroll-outer {
        position: relative;
        margin: 0 0 0 14.2857142857%;
        z-index: 3;
        font-size: 22px;
        line-height: 1.2727272727;
        opacity: 0;
    }

    .work-catch-scroll {
        overflow: hidden;
        position: absolute;
        top: -120px;
        left: 36px;
        display: block;
        width: 140px;
        height: 14px;
        transform-origin: top left;
        transform: rotate(90deg);
    }

    .work-catch-scroll:before {
        content: "Scroll";
        position: absolute;
        top: 0;
        left: 0;
        color: #333;
        font-size: 13px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 400;
    }

    .work-scroll-arrow {
        position: absolute;
        top: 50%;
        left: 35px;
        display: block;
        width: 80px;
        height: 1px;
        background-color: #333;
        -webkit-animation: sdb 3.0s infinite;
        animation: sdb 2.0s infinite;
    }

    .work-inner {
        margin-right: 28.5714285714%;
        padding-bottom: 180px;
        background-color: #f3f6fa;
    }


    /* 情報
     ----------------------- */
    .work-box-left-first {
        position: relative;
        z-index: 2;
        /* bg-typeより上に表示 */
        margin: 0 -40% 14% 0;
        padding-top: 14.5%;
    }

    .work-box-right {
        position: relative;
        z-index: 2;
        /* bg-typeより上に表示 */
        margin: 0 -40% 15% 0;
        /* padding-top: 35%; */
    }

    .work-box-left {
        position: relative;
        z-index: 2;
        /* bg-typeより上に表示 */
        margin: 0 -40% 5% 0;
        padding-top: 28%;
    }

    /* 画像(一番上) */
    .work-box-left-first-img {
        position: absolute;
        top: -130px;
        left: 0;
        width: 64.2857142857%;
        max-width: 900px;
    }

    /* 画像(左) */
    .work-box-left-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 64.2857142857%;
        max-width: 900px;
    }

    /* 画像（右） */
    .work-box-right-img {
        position: absolute;
        top: 0;
        right: 0;
        width: 64.2857142857%;
        max-width: 900px;
    }

    .work-img-mb {
        margin-top: -130px;
    }

    /* 各ボックス */
    .work-box {
        position: relative;
        z-index: 3;
        /* 各画像より上に表示 */
        width: 71.4285714286%;
        max-width: 1000px;
        min-width: 720px;
        margin: 0 auto;
        padding: 62px 70px 36px;
        background-color: #fff;
        box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
    }

    /* タイトル */
    .work-ttl {
        position: relative;
        margin-bottom: 44px;
        font-size: 24px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1.66666;
    }

    .work-ttl:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -70px;
        width: 30px;
        height: 4px;
        margin-top: -2px;
        background-color: #215a99;
    }

    /* 余白の調整 */
    .common-list+.work-ttl,
    .seminar-column+.work-ttl,
    .work-txt+.work-ttl,
    .work-box-right-img+.work-ttl,
    img+.work-ttl {
        margin-top: 60px;
    }

    /* タイトル02 */
    .work-ttl02 {
        margin-bottom: 25px;
        font-size: 20px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1.66666;
    }

    /* テキスト */
    .work-txt {
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 2.2;
    }

    .work-link {
        color: #215A99;
    }

    /* 代理店及びパートナー
     ----------------------------------------------------------------- */

    .l-partner {
        margin: 100px 21.4285714286% 170px 0;
        padding: 90px 0 70px;
        background-color: #f3f6fa;
    }

    .partner-list {
        overflow: hidden;
        margin: 0 10% 0 14.2857142857%;
    }

    .partner-list-item {
        float: left;
        text-align: center;
        width: 47.1698113208%;
        margin: 0 2.8301886792% 2.8301886792% 0;
        padding: 0 30px;
        background-color: #fff;
        box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
    }

    .partner-list-item-inner {
        display: table-cell;
        height: 200px;
        vertical-align: middle;
        text-align: center;
    }

    .partner-small {
        font-size: 13px;
    }

    .partner-list-logo {
        width: 150px;
    }

    .partner-list-logo-g {
        width: 100px;
        margin-bottom: 10px;
    }

    .partner-list-txt {
        overflow: hidden;
        display: -webkit-box;
        max-height: 81px;
        text-overflow: ellipsis;
        font-size: 15px;
        line-height: 1.555555;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .partner-list-txt-y {
        margin-bottom: 15px;
    }


    /* メッセージ
     ----------------------------------------------------------------- */
    .l-message {
        position: relative;
        z-index: 2;
        /* bg-typeより上に表示 */
        overflow: hidden;
        margin-bottom: 150px;
        background-color: #215A99;
    }

    .message-img {
        overflow: hidden;
        position: relative;
        float: left;
        width: 37.1428571429%;
        height: 300px;
    }

    .message-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        transform: translate(-50%, -50%);
    }

    .message-info {
        float: left;
        width: 62.8571428571%;
        padding-right: 14.2857142857%;
    }

    .message-info-inner {
        display: table-cell;
        height: 300px;
        vertical-align: middle;
        padding-left: 70px;
        padding-left: 5vw;
    }

    .message-info-ttl {
        margin-bottom: 26px;
        color: #00ffa2;
        font-size: 20px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 500;
        line-height: 1;
    }

    .message-info-txt {
        color: #fff;
        font-size: 16px;
        line-height: 2;
    }

    /* メッセージ詳細（主に中途）
  ----------------------- */
    .l-message-sub {
        position: relative;
        z-index: 3;
        /* 各画像より上に表示 */
        width: 71.4285714286%;
        max-width: 1000px;
        margin: 0 auto 150px;
        padding: 62px 70px 36px;
        background-color: #fff;
        box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
    }

    /* テキスト */
    .message-sub-txt {
        margin-bottom: 32px;
        font-size: 14px;
        line-height: 2;
    }

    .message-sub-list {
        list-style: disc;
        margin: 0 0 32px 20px;
        font-size: 14px;
        line-height: 1.6;
    }

    .message-sub-list li {
        margin-bottom: 10px;
    }


    /* 入社したら
     ----------------------------------------------------------------- */
    .l-beginner {
        margin: 0 21.4285714286% 170px 0;
        padding: 90px 0 70px;
        background-color: #f3f6fa;
    }

    .beginner-inner {
        position: relative;
        z-index: 2;
        /* bg-typeより上に表示 */
        margin-right: -27.2727272727%;
    }

    .beginner-ttl {
        position: absolute;
        top: -110px;
        left: 14.2857142857%;
    }

    .beginner-ttl-main {
        display: block;
        float: left;
        margin-right: 60px;
        font-size: 40px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.1em;
    }

    .beginner-ttl-sub {
        display: block;
        float: left;
        font-size: 18px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 42px;
    }

    .beginner-list {
        overflow: hidden;
        margin: 0 10% 2% 14.2857142857%;
    }

    .beginner-list-item {
        float: left;
        width: 47.1698113208%;
        margin: 0 2.8301886792% 2.8301886792% 0;
        padding: 0 50px;
        background-color: #fff;
        box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
    }

    .beginner-list-item-inner {
        display: table-cell;
        height: 180px;
        vertical-align: middle;
    }

    .beginner-list-no {
        margin-bottom: 10px;
        color: #215A99;
        font-size: 20px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 400;
        line-height: 1;
    }

    .beginner-list-txt {
        overflow: hidden;
        display: -webkit-box;
        max-height: 81px;
        text-overflow: ellipsis;
        font-size: 18px;
        line-height: 1.555555;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .beginner-list-txt-long {
        display: -webkit-box;
        text-overflow: ellipsis;
        font-size: 18px;
        line-height: 1.555555;
        -webkit-line-clamp: 3;
    }

    .beginner-advice {
        width: 57.1428571429%;
        margin-left: 18.5714285714%;
        font-size: 14px;
        line-height: 2.285714;
    }



    /* 環境
     ----------------------------------------------------------------- */
    .l-environment-pickup {
        margin-left: 300px;
        padding: 116px 0 130px;
        background-color: #f3f6fa;
    }

    .environment-pickup-ttl {
        position: absolute;
        top: -136px;
        left: 14.2857142857%;
        z-index: 2;
        /* bg-typeより上に表示 */
    }

    .environment-pickup-ttl-main {
        display: block;
        float: left;
        margin-right: 80px;
        font-size: 40px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.1em;
    }

    .environment-pickup-ttl-sub {
        display: block;
        float: left;
        font-size: 18px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 42px;
    }

    .environment-pickup-inner {
        position: relative;
        z-index: 2;
        /* bg-typeより上に表示 */
        margin-left: -300px;
    }

    .environment-pickup-list {
        overflow: hidden;
        margin: 0 9.6428571429% 15px 14.2857142857%;
    }

    .environment-pickup-list-item {
        float: left;
        width: 27.2300469484%;
        margin: 0 6.103286385% 6.103286385% 0;
        box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.2);
    }


    .environment-pickup-list-item img {
        width: 100%;
    }

    .environment-pickup-list-txt {
        display: table-cell;
        width: inherit;
        height: 70px;
        padding: 0 10px;
        text-align: center;
        font-size: 16px;
        line-height: 1.1818181818;
        vertical-align: middle;
        background-color: #fff;
        border-radius: 0 0 5px 5px;
    }

    /* ボタン */
    .environment-pickup-btn {
        overflow: hidden;
        position: relative;
        display: block;
        width: 190px;
        margin: 0 auto;
        padding: 24px 0;
        text-align: center;
        color: #fff;
        font-size: 12px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 500;
        line-height: 1;
        text-decoration: none;
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
        border-radius: 30px;
        -webkit-transition: all .3s ease;
        transition: all .6s ease;
    }

    .environment-pickup-btn:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: -1;
        transition: all .6s ease;
        background: linear-gradient(to right, #215A99, #215A99);
    }

    .environment-pickup-btn:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: -2;
        transition: all .6s ease;
        background: linear-gradient(to left, #215A99, #215A99);
    }

    .environment-pickup-btn:hover {
        opacity: 1;
        box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.15)
    }

    .environment-pickup-btn:hover::before {
        opacity: 0;
    }



    /* オフィスの雰囲気
     ----------------------------------------------------------------- */
    .l-office {
        position: relative;
        z-index: 2;
        /* bg-typeより上に表示 */
        margin-bottom: 260px;
        background-color: #34373e;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .office-slide-wrap {
        overflow: hidden;
        position: relative;
        height: 600px;
    }

    /* 前ボタン */
    .office-slide-wrap .slick-prev {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 42.8571428571%;
        right: auto;
        z-index: 2;
        width: 80px;
        height: 80px;
        background-color: #0bc071;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        border: none;
        outline: none;
        border-radius: 0;
        -webkit-appearance: none;
        appearance: none;
    }

    .office-slide-wrap .slick-prev:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 50%;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        -webkit-transform: translateX(50%) translateY(50%) rotate(45deg);
        transform: translateX(50%) translateY(-50%) rotate(45deg);
        transition: all .3s ease;
    }

    /* 次ボタン */
    .office-slide-wrap .slick-next {
        position: absolute;
        top: auto;
        bottom: 0;
        left: -webkit-calc(42.8571428571% + 80px);
        left: calc(42.8571428571% + 80px);
        right: auto;
        width: 80px;
        height: 80px;
        background-color: #17d582;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        border: none;
        outline: none;
        border-radius: 0;
        -webkit-appearance: none;
        appearance: none;
    }

    .office-slide-wrap .slick-next:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 50%;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: translateX(50%) translateY(50%) rotate(45deg);
        transform: translateX(50%) translateY(-50%) rotate(45deg);
        transition: all .3s ease;
    }

    .office-slide-wrap .slick-prev:hover,
    .office-slide-wrap .slick-next:hover {
        opacity: 1;
    }

    .office-slide-wrap .slick-prev:hover::before {
        right: 52%
    }

    .office-slide-wrap .slick-next:hover::before {
        right: 48%
    }


    /* ドット */
    .office-slide-wrap .slick-dots {
        position: absolute;
        bottom: 60px;
        left: 0;
        right: auto;
        width: 42.8571428571%;
    }

    .office-slide-wrap .slick-dots li {
        width: 14px;
        height: 14px;
        margin: 0 0 0 6px;
    }

    .office-slide-wrap .slick-dots li:first-child {
        margin: 0;
    }

    .office-slide-wrap .slick-dots li button {
        width: 14px;
        height: 14px;
        margin: 0;
        padding: 5px;
    }

    .office-slide-wrap .slick-dots li button:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        width: 4px;
        height: 4px;
        margin: 0;
        padding: 0;
        border-radius: 50%;
        background-color: #fff;
        opacity: 1;
    }

    .office-slide-wrap .slick-dots li.slick-active button:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 14px;
        height: 14px;
        margin: 0;
        padding: 0;
        border-radius: 50%;
        background-color: #17d582;
        opacity: 1;
    }

    .office-slide-wrap .slick-dots li.slick-active button:after {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        width: 4px;
        height: 4px;
        margin: 0;
        padding: 0;
        border-radius: 50%;
        background-color: #fff;
        opacity: 1;
    }

    /* 各スライド */
    .office-slide-item {
        overflow: hidden;
    }

    .office-slide-item-info {
        float: left;
        width: 42.8571428571%;
        padding: 7.1428571429% 9.2857142857% 0;
        color: #fff;
    }

    .office-slide-item-ttl-sub {
        margin-bottom: 18px;
        font-size: 18px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.1em;
    }

    .office-slide-item-ttl {
        margin-bottom: 24.1176470588%;
        font-size: 32px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1.25;
    }

    .office-slide-item-txt {
        font-size: 16px;
        line-height: 2;
    }

    .office-slide-item-img {
        overflow: hidden;
        position: relative;
        float: left;
        width: 57.1428571429%;
        height: 600px;
    }

    .office-slide-item-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        transform: translate(-50%, -50%);
    }


    /* 募集要項
     ----------------------------------------------------------------- */
    .l-info {
        margin-right: 21.4285714286%;
        padding: 125px 0 150px;
        background-color: #f3f6fa;
    }

    .info-inner {
        position: relative;
        z-index: 2;
        /* bg-typeより上に表示 */
        margin-right: -27.2727272727%;
    }

    /* 画像 */
    .info-img {
        position: absolute;
        top: -265px;
        right: 0;
        width: 42.8571428571%;
        max-width: 636px;
    }

    /* タイトル */
    .info-ttl {
        position: absolute;
        top: -145px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 40px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.1em;
    }

    /* 表 */
    .info-box {
        position: relative;
        width: 71.4285714286%;
        max-width: 1000px;
        min-width: 720px;
        margin: 0 auto;
        padding: 7.1428571429% 7.1428571429% 7.7142857143%;
        background-color: #fff;
        box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
    }

    .info-box-ttl {
        margin-bottom: 65px;
        text-align: center;
        font-size: 24px;
        font-family: "YakuHanJP", NotoSansJP-bold;
        line-height: 1;
    }

    .info-table {
        width: 100%;
        border-collapse: collapse;
    }

    .info-head {
        width: 166px;
        padding: 34px 20px;
        text-align: left;
        color: #999;
        font-size: 16px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 2;
        border-top: 1px solid #ebeff6;
    }

    .info-txt {
        padding: 34px 20px;
        font-size: 16px;
        line-height: 2;
        border-top: 1px solid #ebeff6;
    }

    .info-txt-attention {
        margin-bottom: 15px;
        font-size: 14px;
    }


    /* 通常適テキスト */
    .info-normal-txt {}

    /* リスト */
    .info-list-ttl {
        margin-bottom: 13px;
        font-size: 16px;
        line-height: 1.5;
        font-family: "YakuHanJP", NotoSansJP-medium;
    }

    .info-list li {
        position: relative;
        margin-bottom: 13px;
        padding-left: 10px;
        font-size: 16px;
        line-height: 1.5;
    }

    .info-list li:before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        width: 4px;
        height: 4px;
        background-color: #333;
        border-radius: 2px;
    }

    .info-list li:last-child {
        margin-bottom: 0;
    }

    /* 注意書き */
    .info-note {
        position: relative;
        padding-left: 14px;
        color: #666;
        font-size: 14px;
        line-height: 1.4285714286;
    }

    .info-note:before {
        content: "※";
        position: absolute;
        top: 0;
        left: 0;
    }

    /* 調整 */
    .info-normal-txt+.info-list,
    .info-list+.info-note,
    .info-list+.info-normal-txt,
    .info-normal-txt+.info-normal-txt,
    .info-note+.info-normal-txt,
    .info-note+.info-list {
        margin-top: 21px;
    }

    .info-list+.info-list,
    .info-normal-txt+.info-list-ttl,
    .info-list+.info-list-ttl {
        margin-top: 30px;
    }

    .info-normal-txt+.info-note,
    .info-note+.info-note {
        margin-top: 6px;
    }



    /* エントリー
     ----------------------------------------------------------------- */
    .entry-btn {
        position: relative;
        z-index: 2;
        /* bg-typeより上に表示 */
        display: block;
        margin-bottom: 160px;
        padding: 150px 0;
        color: #333;
        font-size: 38px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.2em;
        text-align: center;
        text-decoration: none;
        background-color: #f3eb16;
        transition: all .3s ease;
    }

    .entry-btn-sub {
        display: block;
        margin-top: 30px;
        font-size: 20px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        font-weight: 300;
        line-height: 1.2;
        letter-spacing: 0.08em;
    }

    .entry-btn:hover {
        opacity: 1;
    }

    .entry-btn:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        display: block;
        background: #fff619;
        transform-origin: right top;
        transform: scale(0, 1);
        -webkit-transition: transform .3s;
        transition: transform .3s;
    }

    .entry-btn:hover::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }

    /* メール登録
     ----------------------------------------------------------------- */
    .l-mail {
        position: relative;
        z-index: 2;
        /* bg-typeより上に表示 */
        margin-bottom: 160px;
        padding: 68px 0 76px;
        background-color: #34373e;
    }

    .mail-inner {
        width: 730px;
        margin: 0 auto;
    }

    .mail-cup {
        margin-bottom: 28px;
        padding-left: 180px;
        color: #fff;
        font-size: 18px;
        line-height: 2;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .mail-label {
        display: block;
        float: left;
        margin-right: 30px;
        padding: 12px 0;
        color: #fff;
        font-size: 36px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.1rem;
    }

    .mail-input {
        display: block;
        float: left;
        width: 440px;
        height: 60px;
        margin-right: 1px;
        padding: 0 30px;
        font-size: 20px;
        border: none;
        border-radius: 5px 0 0 5px;
        outline: none;
        background: none;
        background-color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .mail-input::-webkit-input-placeholder {
        color: #cfd8e5;
    }

    .mail-button {
        overflow: hidden;
        position: relative;
        z-index: 1;
        display: block;
        float: left;
        width: 120px;
        height: 60px;
        padding: 0;
        font-size: 14px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1;
        cursor: pointer;
        outline: none;
        background-color: #f3eb16;
        border: none;
        border-radius: 0 5px 5px 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .mail-button:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        display: block;
        background-color: #fff619;
        border-radius: 0 5px 5px 0;
        transform-origin: right top;
        transform: scale(0, 1);
        -webkit-transition: transform .3s;
        transition: transform .3s;
    }

    .mail-button:hover::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }

    /* 送信完了時に表示 */
    .mail-success {
        display: none;
    }

    .mail-success-txt {
        float: left;
        width: 561px;
        border: 1px solid #fff;
        height: 60px;
        padding: 20px 0;
        text-align: center;
        font-size: 20px;
        line-height: 1;
        background-color: #fff;
        border-radius: 5px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }


    /* 他職種
     ----------------------------------------------------------------- */
    .l-other {
        margin-left: 21.4285714286%;
        background-color: #f3f6fa;
    }

    .other-inner {
        position: relative;
        z-index: 2;
        /* bg-typeより上に表示 */
        margin-left: -27.2727272727%;
        padding: 106px 0 110px;
    }

    /* タイトル
  ----------------------- */
    .other-ttl {
        overflow: hidden;
        position: absolute;
        top: -21px;
        left: 14.2857142857%;
        width: 71.4285714286%;
    }

    .other-ttl-main {
        display: block;
        float: left;
        margin-right: 11%;
        font-size: 40px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.1em;
    }

    .other-ttl-sub {
        display: block;
        float: left;
        margin-top: 12px;
        font-size: 18px;
        line-height: 1;
    }

    .other-box-wrap {
        width: 68.5714285714%;
        max-width: 960px;
        min-width: 680px;
        margin: 0 auto 140px;
    }

    .other-box01,
    .other-box02 {
        position: relative;
        display: block;
        float: left;
        width: 43.75%;
        text-decoration: none;
    }

    .other-box01+.other-box01,
    .other-box02+.other-box01,
    .other-box01+.other-box02,
    .other-box02+.other-box02 {
        position: relative;
        display: block;
        float: right;
        width: 43.75%;
        text-decoration: none;
    }

    /* 新卒 or 中途
     ----------------------- */
    .other-box-sub {
        position: absolute;
        top: -20px;
        left: -20px;
        z-index: 2;
        width: 70px;
        padding: 21px 0;
        text-align: center;
        color: #333;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.1666666667;
        background-color: #faf221;
        border-radius: 35px;
    }

    /* 画像
   ----------------------- */
    .other-box01 img,
    .other-box02 img {
        width: 100%;
        transition: all .5s ease;
    }

    .other-box01:hover,
    .other-box02:hover {
        opacity: 1;
    }

    .other-box01:hover img,
    .other-box02:hover img {
        transform: scale(1.02, 1.02);
    }

    /* テキスト
     ----------------------- */
    .other-box-txt {
        position: absolute;
        top: 82.3529411765%;
        right: -40px;
        width: 100%;
        height: 120px;
        padding: 8.3333333333% 21.4285714286% 8.3333333333% 9.5238095238%;
        color: #333;
        font-size: 16px;
        line-height: 1.625;
        background-color: #fff;
        box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
        transition: all .3s ease;
    }

    .other-box01:hover .other-box-txt,
    .other-box02:hover .other-box-txt {
        color: #215A99;
    }

    .other-box-txt:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 30px;
        width: 7px;
        height: 7px;
        border-top: 2px solid #215A99;
        border-right: 2px solid #215A99;
        -webkit-transform: translateY(50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        transition: all .5s ease;
    }

    .other-box01:hover .other-box-txt:before,
    .other-box02:hover .other-box-txt:before {
        right: 25px;
    }

    /* 職種 */
    .other-box-txt-head {
        position: absolute;
        top: -30px;
        left: 0;
        padding: 9px 20px;
        color: #fff;
        font-size: 12px;
        line-height: 1;
        background-color: #34373e;
        transition: all .5s ease;
    }

    .other-box01:hover .other-box-txt-head,
    .other-box02:hover .other-box-txt-head {
        background-color: #292c32;
    }

    /* ボタン
  ----------------------- */
    .other-btn {
        position: relative;
        display: block;
        width: 190px;
        margin: 0 auto;
        padding: 24px 0;
        text-align: center;
        color: #fff;
        font-size: 12px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 400;
        line-height: 1;
        text-decoration: none;
        background-color: #215A99;
        box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
        border-radius: 30px;
    }


    /* 実績の例 company等で使用
   ----------------------------------------------------------------- */
    .example-wrap {}

    .example-item {
        margin-bottom: 80px;
    }

    .example-item-img,
    .work-box .example-item-img {
        float: left;
        width: 30.2325581395%;
        margin-right: 5.8139534884%;
    }

    .example-item-info {
        float: left;
        width: 63.9534883721%;
    }

    .example-info-type {
        width: 210px;
        margin: 0 0 30px 24px;
        position: relative;
        padding: 9px 0;
        text-align: center;
        font-size: 12px;
        line-height: 1;
        background-color: #f3f6fa;
    }

    .example-info-type-circle {
        position: absolute;
        top: -15px;
        left: -36px;
        display: block;
        width: 60px;
        height: 60px;
        padding-top: 15px;
        font-size: 11px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 500;
        background-color: #faf221;
        border-radius: 30px;
    }

    .example-info-type-circle span {
        display: block;
        margin-top: 3px;
        font-size: 18px;
    }

    .example-info-ttl {
        margin-bottom: 25px;
        font-size: 22px;
        line-height: 1.6363636364;
    }

    .example-info-txt {
        font-size: 14px;
        line-height: 1.7142857143;
    }

    /* お知らせ
   ----------------------------------------------------------------- */
    .announcement {
        width: 71.4285714286%;
        max-width: 1000px;
        margin: -150px auto 210px;
        padding: 70px 70px 40px;
        border: 1px solid #215A99;
        background-color: #fff;
    }

    .annoouncement-txt {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 2.2;
    }


    /* ==========================================================================
     #news
     ========================================================================== */
    .l-news {
        padding: 80px 0 120px;
        background-color: #f3f6fa;
    }

    .news-inner {
        width: 71.4285714286%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 75px 80px 20px;
        background-color: #fff;
        box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
    }

    .news-ttl {
        margin-bottom: 77px;
        font-size: 34px;
        font-family: "YakuHanJP", NotoSansJP-bold;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        color: #215A99;
    }

    .news-list li {
        position: relative;
        padding: 60px 0;
        border-top: 1px solid #ebeff6;
        overflow: hidden;
    }

    /* 画像 */
    .news-list-img {
        overflow: hidden;
        position: absolute;
        top: 60px;
        left: 0;
        width: 26.1904761905%;
        max-width: 220px;
        height: 12.1428571429vw;
        max-height: 170px;
    }

    .news-list-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* テキスト部分 */
    .news-list-body {
        float: right;
        width: 73.8095238095%;
        min-height: 170px;
        padding: 0 0 0 4.7619047619%;
        font-size: 16px;
        line-height: 2;
    }

    .news-list-data {
        display: block;
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 1;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 600;
        color: #215A99;
    }

    .news-list-ttl {
        margin-bottom: 10px;
        font-size: 18px;
        font-family: "YakuHanJP", NotoSansJP-bold;
        line-height: 1.4;
    }

    .news-list-txt {
        font-size: 14px;
        line-height: 2;
    }

    .news-txt-attention {
        color: #d44754;
    }


    /* ==========================================================================
     #project
     ========================================================================== */
    /* メインイメージ */
    .l-mainimg.project {
        height: 570px;
    }

    .project .mainimg-bg {
        height: 570px;
    }

    .project .mainimg-img-wrap {
        width: 1200px;
        height: 500px;
    }

    .project .mainimg-ttl-wrap {
        top: 200px;
        right: 78px;
    }

    .project .mainimg-ttl-main {
        font-size: 30px;
    }

    /* ボックス */
    .project .work-box {
        padding: 62px 60px 30px;
    }

    .project .work-inner {
        padding-bottom: 100px;
    }

    .project .toc {
        margin-bottom: 25px;
    }

    .project .work-box-left {
        margin-top: 64px;
        margin-bottom: 0;
        padding-top: 80px;
    }

    /* 参加する職種
     ----------------------------------------------------------------- */
    .project-job-wrap {
        overflow: hidden;
        margin-right: -6.8181818182%;
    }

    .project-job-item {
        position: relative;
        float: left;
        width: 43.1818181818%;
        min-height: 80px;
        margin: 0 6.3829787234% 50px 0;
        padding-left: 110px;
    }

    .project-job-img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .project-job-ttl {
        margin-bottom: 15px;
        color: #215A99;
        font-size: 16px;
        line-height: 1;
    }

    .project-job-txt {
        font-size: 14px;
        line-height: 1.7142857143;
    }


    /* 区切り
     ----------------------------------------------------------------- */
    .project-cut {
        position: relative;
        margin: 80px 0;
        padding: 40px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        line-height: 1;
        background-color: #215A99;
    }

    .project-cut:before {
        content: "";
        position: absolute;
        top: -100px;
        left: 50%;
        z-index: 3;
        width: 10px;
        height: 100px;
        margin-left: -5px;
        background-color: #faf221;
        border-radius: 5px 5px 0 0;
    }

    .project-cut.btn:before {
        content: none;
    }

    .project-cut:after {
        content: "";
        position: absolute;
        bottom: -100px;
        left: 50%;
        z-index: 4;
        width: 10px;
        height: 100px;
        margin-left: -5px;
        background-color: #faf221;
        border-radius: 0 0 5px 5px;
    }

    .project-border {
        position: relative;
        margin-bottom: 80px;
    }

    .project-border:after {
        content: "";
        position: absolute;
        top: -20px;
        left: 50%;
        z-index: 4;
        width: 10px;
        height: 120px;
        margin-left: -5px;
        background-color: #faf221;
        border-radius: 5px;
    }

    /* タイトル
     ----------------------------------------------------------------- */
    .project-box {
        position: relative;
        z-index: 3;
        width: 71.4285714286%;
        max-width: 1000px;
        margin: 0 auto;
        background-color: #fff;
        box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
    }

    .project-ttl {
        margin-bottom: 53px;
        padding: 64px 0 64px 150px;
        font-size: 32px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1;
        background-color: #fffdce;
    }

    .project-ttl-sub {
        position: absolute;
        ;
        top: 40px;
        left: 40px;
        display: block;
        width: 80px;
        height: 80px;
        text-align: center;
        font-family: "YakuHanJP", NotoSansJP-medium;
        border-radius: 40px;
        background-color: #faf221;
    }

    .project-ttl-sub-process {
        position: relative;
        top: 0;
        left: 0;
        width: 36px;
    }

    /* 小見出し
     ----------------------------------------------------------------- */
    .project-headline {
        position: relative;
        margin: 50px 40px 50px;
        padding: 20px 80px;
        text-align: center;
        font-size: 18px;
        line-height: 1;
        background-color: #f3f6fa;
        border-radius: 30px;
    }

    .project-headline-img {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -40px;
    }


    /* 見出しと見出しのボーダー
     ----------------------------------------------------------------- */
    .project-haedline-border {
        position: relative;
        margin-top: 70px;
    }

    .project-haedline-border:before {
        content: "";
        position: absolute;
        top: 0;
        left: 80px;
        width: 1px;
        height: 100%;
        background-color: #faf221;
    }


    /* テキスト
   ----------------------------------------------------------------- */
    .project-box-txt {
        margin: 0 80px 53px;
        font-size: 14px;
        line-height: 2;
    }

    .project-box-txt-left {
        margin: 0 80px;
        padding-left: 50px;
        font-size: 14px;
    }


    /* 画像
   ----------------------------------------------------------------- */
    .project-box-img {
        padding: 0 40px;
    }

    .project-box-img img {
        width: 100%;
    }

    .project-box-img.layout01 img,
    .project-box-img.layout10 img,
    .project-box-img.layout14 img,
    .project-box-img.layout15 img,
    .project-box-img.layout16 img,
    .project-box-img.layout19 img {
        position: relative;
        margin-top: -44px;
    }

    .project-box-img.layout11 img,
    .project-box-img.layout12 img {
        position: relative;
        margin-top: -66px;
    }

    .project-box-img.layout13 img {
        position: relative;
        margin-top: -28px;
    }




    /* 全てソルブレイン主導で提案します。
   ----------------------------------------------------------------- */
    .project-solebrain {
        position: relative;
        margin: 80px 60px 0;
        padding: 30px;
        border: 1px solid #215A99;
    }

    .project-solebrain-ttl {
        position: absolute;
        top: -41px;
        left: 0;
        padding: 12px 22px 13px;
        font-size: 15px;
        line-height: 1;
        background-color: #faf221;
    }

    .project-solebrain-list {
        float: left;
        width: 55.0122249389%;
        padding: 20px 0 0 20px;
    }

    .project-solebrain-list-item {
        position: relative;
        margin-bottom: 13px;
        padding-left: 40px;
        font-size: 20px;
        line-height: 1.5;
    }

    .project-solebrain-list-item:before {
        content: url("../../images/project/ico_list.png");
        position: absolute;
        top: 3px;
        left: 0;
    }

    .project-box-img.layout06 {
        float: right;
        width: 41.564792176%;
        padding: 0;
    }

    .project-box-img.layout07 img {
        position: relative;
        margin-top: -18px;
    }

    /* デザイナーが気にしてる
   ----------------------------------------------------------------- */
    .project-designer {
        overflow: hidden;
        margin: 0 60px;
        padding: 30px;
        border: 1px solid #215A99;
    }

    .project-box-img.layout08 {
        float: left;
        width: 41.564792176%;
        padding: 0;
    }

    .project-designer-txt {
        float: right;
        width: 55.0122249389%;
        padding-top: 4px;
        font-size: 14px;
        line-height: 2.2857142857;
    }

    /* 完成
   ----------------------------------------------------------------- */
    .project-box.process-finish {
        padding-top: 82px;
        background-color: #fffdce;
        border: 2px solid #faf221;
    }

    .process-finish-ttl {
        position: absolute;
        top: -35px;
        left: 60px;
        width: 395px;
        padding: 18px 0;
        text-align: center;
        font-size: 34px;
        line-height: 1;
        font-family: "YakuHanJP", NotoSansJP-medium;
        background-color: #faf221;
    }

    .process-finish-txt {
        position: absolute;
        top: 56px;
        right: 50px;
        font-size: 20px;
        line-height: 1;
        font-family: "YakuHanJP", NotoSansJP-medium;
    }

    /* 改善の結果
   ----------------------------------------------------------------- */
    .project-box-img.layout22 {
        padding-bottom: 80px;
    }

    .project-result {
        position: relative;
        z-index: 4;
        width: 71.4285714286%;
        max-width: 1000px;
        margin: 0 auto;
        padding-bottom: 60px;
        background-color: #fff84e;
        box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
    }

    .project-result:after {
        content: "";
        position: absolute;
        bottom: -100px;
        left: 50%;
        width: 10px;
        height: 100px;
        margin-left: -5px;
        background-color: #faf221;
    }

    /* タイトル */
    .project-result-ttl {
        min-height: 221px;
        margin-bottom: 8px;
        padding-top: 57px;
        text-align: center;
        font-size: 34px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1;
        background: url("../../images/project/bg_voice.png") no-repeat;
        background-size: 100%;
        background-position: center center;
    }

    .project-result-ttl-inner {
        display: inline-block;
        text-align: left;
    }

    .project-result-ttl-marker {
        display: inline-block;
        margin-bottom: 10px;
        padding: 8px 10px;
        background-color: #fffdce;
    }

    /* リスト */
    .project-result-list {
        overflow: hidden;
        width: 88%;
        margin: 0 auto 60px;
    }

    .project-result-item {
        position: relative;
        float: left;
        width: 29.5454545455%;
        margin-right: 5.6818181818%;
        text-align: center;
    }

    .project-result-item:before {
        content: "";
        position: absolute;
        top: 50%;
        right: -44px;
        margin-top: -10px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 12px solid transparent;
        border-left: 12px solid #215A99;
    }

    .project-result-item:last-child {
        margin-right: 0;
    }

    .project-result-item:last-child:before {
        margin-right: 0;
    }

    .project-result-item-head {
        padding: 10px 0;
        font-size: 20px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1;
        background-color: #f3f6fa;
        border-radius: 5px 5px 0 0;
    }

    .project-result-item-txt {
        padding: 19px 0;
        font-size: 24px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1;
        background-color: #fff;
        border-radius: 0 0 5px 5px;
    }

    .project-result-item-nember {
        color: #215A99;
        font-size: 50px;
        font-family: "YakuHanJP", NotoSansJP-bold;
    }

    .project-result-item-unit {
        color: #215A99;
        font-size: 40px;
        font-family: "YakuHanJP", NotoSansJP-bold;
    }

    .project-result-item-ni {
        font-size: 30px;
    }

    /* 83倍 */
    .project-result-finish {
        position: relative;
        margin: 0 6%;
        background-color: #fff;
        border-radius: 5px;
    }

    .project-result-finish-info {
        float: right;
        width: 51.2%;
        padding-bottom: 40px;
        text-align: center;
    }

    .project-box-img.layout22 {
        position: absolute;
        top: 50%;
        left: 0;
        padding: 0;
        width: 41.0227272727%;
        margin-top: -130px;
    }

    .project-result-finish-ttl {
        display: inline-block;
        margin-bottom: 30px;
        padding: 12px 0;
        width: 78.125%;
        margin-top: -24px;
        color: #fff84e;
        font-size: 24px;
        font-family: "YakuHanJP", NotoSansJP-bold;
        line-height: 1;
        background-color: #34373e;
        border-radius: 5px;
    }

    .project-result-finish-txt {
        font-size: 60px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1;
    }

    .project-result-finish-txt-sub {
        font-size: 44px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1;
    }

    .project-result-finish-txt-number {
        display: inline-block;
        font-size: 82px;
    }


    /* 調整
   ----------------------------------------------------------------- */
    .project-box.process01 {
        margin-bottom: 170px;
    }

    .project-box-img.layout01 {
        padding-bottom: 190px;
    }

    .project-box-img.layout02 {
        position: absolute;
        bottom: -175px;
        left: 50%;
        padding: 0;
    }

    .project-box-img.layout01 img {
        margin-top: -109px;
    }

    .project-box-img.layout02 img {
        margin-left: -197px;
        width: auto;
    }

    .project-box-img.layout03 img {
        margin-top: -137px;
    }

    .project-box.process03 {
        padding-bottom: 60px;
    }


    .project-box-img.layout05 img {
        position: relative;
        margin-top: -300px;
    }

    .project-box-img.layout09 {
        padding: 25px 40px 80px;
    }

    .project-box-img.layout12 {
        padding-bottom: 94px;
    }

    .project-box-img.layout16 {
        padding-bottom: 80px;
    }

    .project-box-img.layout17 {
        padding-left: 38px;
        padding-right: 38px;
    }

    .project-box-img.layout21 {
        padding-bottom: 90px;
    }

    /* メッセージ
   ----------------------------------------------------------------- */
    .project.l-message {
        margin-bottom: 0;
    }

    .project .message-img {
        width: 600px;
        width: 42.8571428571vw;
    }

    .project .message-info {
        width: 57.1428571429%;
    }

    .project .message-info-txt {
        font-size: 28px;
        line-height: 1.7142857143;
    }





    /* ==========================================================================
   #company
   ========================================================================== */
    .company .work-inner {
        padding-bottom: 30px;
    }

    /* メインイメージ */
    .l-mainimg.company {
        height: 570px;
        height: 40.7142857143vw;
    }

    .company .mainimg-bg {
        height: 570px;
        height: 40.7142857143vw;
    }

    .company .mainimg-img-wrap {
        height: 500px;
        height: 35.7142857143vw;
    }

    /* 目次 */
    .company .toc {
        margin-bottom: 78px;
    }

    .company .work-box-left,
    .company .work-box-right {
        padding-top: 60px;
    }

    /* 各領域の専門家が密接に連携 */
    .company-job-ttl {
        width: 71.4285714286%;
        max-width: 1000px;
        margin: 75px auto 55px;
        text-align: center;
        font-size: 20px;
        line-height: 1.5;
        font-family: "YakuHanJP", NotoSansJP-regular;
    }

    .company-job-wrap {
        width: 71.4285714286%;
        max-width: 1000px;
        margin: 0 auto;
    }

    .company-job {
        margin-right: -2%;
    }

    .company-job-item {
        float: left;
        width: 48.0392156863%;
        margin: 0 1.9607843137% 1.9607843137% 0;
        background-color: #fff;
        box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
    }

    .company-job-thumb {
        float: left;
        width: 32.6530612245%;
    }

    .example-item-thumb-img,
    .work-inner .example-item-thumb-img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .company-job-info {
        float: left;
        width: 67.3469387755%;
        padding: 28px;
    }

    .company-job-type {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 1;
    }

    .company-job-txt {
        color: #666;
        font-size: 13px;
        line-height: 1.5384615385;
    }

    /* ==========================================================================
   #environment
   ========================================================================== */
    /* 動く背景 */
    .environment .mainimg-bg {
        height: 570px;
        height: 40.7142857143vw;
    }

    /* メインイメージ */
    .l-mainimg.environment {
        height: 570px;
        height: 40.7142857143vw;
    }

    .environment .mainimg-img-wrap {
        height: 500px;
        height: 35.7142857143vw;
    }

    /* 目次 */
    .toc.environment {
        margin-bottom: 78px;
    }

    /* 見出し */
    .environment-headline {
        position: absolute;
        top: -16px;
        right: 0;
        left: 0;
        width: 71.4285714286%;
        max-width: 1000px;
        margin: 0 auto;
        color: #333;
        font-size: 32px;
        font-family: "YakuHanJP", NotoSansJP-regular;
        line-height: 1;
    }

    .environment-headline:before {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 0;
        width: 40px;
        height: 1px;
        background-color: #215A99;
    }

    .l-environment-headline {
        position: relative;
    }

    .environment-headline-txt {
        width: 71.4285714286%;
        max-width: 1000px;
        margin: 0 auto;
        padding-left: 120px;
        font-size: 14px;
        transform: translateY(-50%);
    }

    .environment-headline-txt-pl {
        padding-left: 280px;
    }

    /* リスト */
    .environment-list-wrap {
        width: 71.4285714286%;
        max-width: 1000px;
        margin: 0 auto;
    }

    .environment-list {
        overflow: hidden;
        margin-right: -6%;
    }

    .environment-list-item {
        float: left;
        width: 40.5660377358%;
        margin: 0 9.4339622642% 6% 0;
    }

    .environment-list-item img {
        width: 100%;
    }

    .environment-box {
        position: relative;
        width: 100%;
        margin: -13.9534883721% 0 0 9.3023255814%;
        padding: 8.8372093023% 9.3023255814% 8.3720930233%;
        background-color: #fff;
        box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
    }

    .environment-box-headline {
        margin-bottom: 6px;
        color: #215A99;
        font-size: 15px;
        line-height: 1.2666666667;
    }

    .environment-box-txt {
        color: #34373e;
        font-size: 13px;
        line-height: 1.6923076923;
    }

    /* youtube */
    .environment-youtube {
        position: relative;
        width: 100%;
        padding-top: 12%;
    }

    .environment-youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


    /* 奇数
     ----------------------------------------------------------------- */
    .environment-item:nth-child(odd) {
        position: relative;
        z-index: 2;
        margin: 0 28.5714285714% 114px 0;
        background-color: #f3f6fa;
    }

    .environment-item:nth-child(odd) .environment-item-inner {
        position: relative;
        margin-right: -40%;
        padding: 105px 0 50px;
    }

    /* 偶数
   ----------------------------------------------------------------- */
    .environment-item:nth-child(even) {
        position: relative;
        z-index: 2;
        margin: 0 0 114px 28.5714285714%;
        background-color: #f3f6fa;
    }

    .environment-item:nth-child(even) .environment-item-inner {
        position: relative;
        margin-left: -40%;
        padding: 105px 0 50px;
    }

    /* ==========================================================================
   #internship
   ========================================================================== */
    /* レイアウト */
    .l-mainimg.internship {
        /* margin-bottom: 240px!important; */
    }

    /* タイトル */
    .internship .mainimg-ttl-border.second {
        font-size: 20px;
        font-size: 1.4285714286vw;
    }

    /* 筆記体 */
    .internship .mainimg-cursive {
        margin-top: 8.5714285714vw;
        margin-bottom: 0;
    }

    .work-inner.internship {
        padding-bottom: 80px;
    }

    .l-info.internship {
        margin-top: 200px;
    }

    /* インターンタイトル */
    .internship-box-ttl {
        margin-bottom: 40px;
        padding: 25px;
        color: #fff;
        font-size: 24px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1.5;
        text-align: center;
        background-color: #215A99;
    }

    .internship-box-ttl-sub {
        display: block;
        margin-top: 8px;
        font-size: 18px;
        line-height: 1.2;
    }

    /* 見出し */
    .internship-box-headline01 {
        margin-bottom: 25px;
        padding-bottom: 10px;
        font-size: 16px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1;
        border-bottom: 1px solid #eee;
    }

    .message-sub-list+.internship-box-headline01 {
        margin-top: 40px;
    }

    .internship-box-info-txt+.internship-box-headline01 {
        margin-top: 40px;
    }

    .internship-box-headline02 {
        margin-bottom: 10px;
        font-size: 14px;
        font-family: "YakuHanJP", NotoSansJP-medium;
    }

    /* 募集要項テキスト */
    .internship-box-info-txt {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.5;
    }

    /* 画像 */
    .internship-box img {
        margin-bottom: 30px;
    }

    /* ボタン */
    .internship-box-btn {
        display: block;
        margin-top: 50px;
        padding: 40px 0;
        color: #333;
        text-decoration: none;
        font-size: 20px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1;
        text-align: center;
        background-color: #f3eb16;
    }

    /* プルダウン */
    .internship-box-down {
        display: none;
    }

    .internship-box-btn-more {
        width: 180px;
        margin: 60px auto 0;
        padding: 22px 0;
        color: #fff;
        font-size: 14px;
        line-height: 1;
        text-align: center;
        background: linear-gradient(to right, #215A99, #215A99);
        /*box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);*/
        border-radius: 30px;
    }

    .internship-box-btn-more.active {
        margin: 40px auto 0;
        background: #e6e6e6;
        color: #999;
    }

    .internship-box-btn-more .close {
        display: none;
    }

    .internship-box-btn-more.active .open {
        display: none;
    }

    .internship-box-btn-more.active .close {
        display: inline-block;
    }

    /* 対象職種　*/
    .internship-box-job {
        overflow: hidden;
        margin-bottom: 5px;
    }

    .internship-box-job-ttl {
        float: left;
        margin: 0 5px 5px 0;
        padding: 5px;
        color: #fff;
        font-size: 12px;
        line-height: 1;
        background-color: #333;
    }

    .internship-box-job-item {
        float: left;
        margin: 0 5px 5px 0;
        padding: 5px;
        font-size: 12px;
        line-height: 1;
        background-color: #faf221;
    }

    /* コーススタイル 20210609 */
    .internship-course-ttl {
        position: relative;
        margin: 40px 0 80px;
        font-size: 32px;
        font-family: "NotoSansJP-bold";
        text-align: center;
        line-height: 1.3;
    }

    .internship-course-ttl:before {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 50%;
        width: 60px;
        height: 1px;
        background-color: #215A99;
        transform: translateX(-50%);
    }

    .internship-course-headline {
        position: relative;
        margin: 80px 0 40px;
        padding-left: 100px;
    }

    .internship-course-headline .number {
        position: absolute;
        top: 50%;
        left: 0;
        width: 80px;
        height: 80px;
        padding-top: 24px;
        color: #333;
        font-size: 14px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        border-radius: 50%;
        background-color: #faf221;
        transform: translateY(-50%);
    }

    .internship-course-headline .number .number-main {
        display: block;
        margin-top: 2px;
        font-size: 24px;
    }

    .internship-course-headline .main {
        display: block;
        margin-bottom: 7px;
        font-size: 22px;
        font-family: "NotoSansJP-bold";
        line-height: 1.4;
    }

    .internship-course-headline .sub {
        display: block;
        font-size: 16px;
        line-height: 1;
        margin-top: 15px;
    }

    .internship-course-subttl {
        font-size: 24px;
    }

    .internship-course-solo-headline {
        position: relative;
        margin-bottom: 40px;
        /* margin: 80px 0 40px; */
        text-align: center;
        /* padding-left: 100px; */
    }

    .internship-course-solo-headline .main {
        display: block;
        margin-bottom: 7px;
        font-size: 22px;
        font-family: "NotoSansJP-bold";
        line-height: 1.4;
    }


    .internship-course-img {
        margin: 0 0 30px;
    }

    .internship-course-img img {
        width: 100%;
        height: auto;
    }

    .internship-course-info {
        display: none;
        overflow: hidden;
        padding: 0 60px 40px;
        border-radius: 8px;
        background-color: #f5f8fb;
    }

    .internship-course-info-sol {
        overflow: hidden;
        padding: 0 60px 40px;
        border-radius: 8px;
        background-color: #f5f8fb;
    }

    .internship-course-info-bizdev {
        /* display: none; */
        overflow: hidden;
        padding: 0 60px 40px;
        border-radius: 8px;
        background-color: #f5f8fb;
    }

    .internship-course-info-ttl01 {
        position: relative;
        margin: 60px 0 40px;
        padding-left: 26px;
        font-size: 24px;
        font-family: "NotoSansJP-bold";
        line-height: 1.3;
    }

    .internship-course-info-ttl01:before {
        content: "";
        position: absolute;
        top: -4px;
        left: 0;
        bottom: -4px;
        width: 6px;
        background-color: #215A99;
        border-radius: 3px;
    }

    .internship-course-table {
        width: 100%;
        border-collapse: collapse;
    }

    .internship-course-table th {
        width: 100px;
        padding: 10px;
        font-size: 14px;
        line-height: 1.5;
        font-family: "NotoSansJP-medium";
        text-align: left;
        vertical-align: top;
    }

    .internship-course-table td {
        padding: 10px;
        vertical-align: top;
    }

    .internship-course-txt {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.5;
    }


    .work-txt-ico {
        position: relative;
        padding-left: 1.3em;
    }

    .work-txt-ico:before {
        position: absolute;
        content: "■";
        left: 0;
    }

    .internship-course-btn {
        position: relative;
        width: 240px;
        margin: 30px auto 80px;
        padding: 21px 0;
        color: #fff;
        font-size: 18px;
        font-family: "NotoSansJP-medium";
        line-height: 1;
        text-align: center;
        background: linear-gradient(to right, #215A99, #215A99);
        border-radius: 30px;
    }

    .internship-course-btn:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 30px;
        width: 10px;
        height: 2px;
        background-color: #fff;
        transform-origin: center center;
        transform: translateY(-50%) rotate(0);
    }

    .internship-course-btn:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 30px;
        width: 10px;
        height: 2px;
        background-color: #fff;
        transform-origin: center center;
        transform: translateY(-50%) rotate(90deg);
    }

    .internship-course-btn .close {
        display: none;
    }

    .internship-course-btn.active {
        background: #e6e6e6;
    }

    .internship-course-btn.active:after {
        transform: translateY(-50%) rotate(0);
    }

    .internship-course-btn.active .close {
        display: inline-block;
    }

    .internship-course-btn.active .open {
        display: none;
    }



    /* ==========================================================================
   #engineer-intern
   ========================================================================== */
    /* レイアウト */
    /* .l-mainimg.engineer-intern {
    margin-bottom: 240px!important;
  } */

    /* タイトル */
    .engineer-intern .mainimg-ttl-border.second {
        font-size: 20px;
        font-size: 1.4285714286vw;
    }

    /* 筆記体 */
    .engineer-intern .mainimg-cursive {
        margin-top: 8.5714285714vw;
        margin-bottom: 0;
    }

    .work-inner.engineer-intern {
        padding-bottom: 80px;
    }

    .l-info.engineer-intern {
        margin-top: 200px;
    }


    /* ==========================================================================
   #contents
   ========================================================================== */
    .l-contents {
        padding: 80px 0 120px;
        background-color: #f3f6fa;
    }

    .contents-inner {
        width: 71.4285714286%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 75px 80px 80px;
        background-color: #fff;
        box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
    }

    /* タイトル */
    .contents-ttl {
        margin-bottom: 60px;
        font-size: 32px;
        font-family: "YakuHanJP", NotoSansJP-bold;
        font-weight: 700;
        line-height: 1.5;
        color: #215A99;
    }

    /* タイトル下情報 */
    .contents-info {
        overflow: hidden;
        margin-bottom: 50px;
    }

    .contents-ttl+.contents-info {
        margin-top: -30px;
    }

    .contents-info-ico {
        float: left;
        margin-right: 20px;
    }

    .contents-info-name {
        float: left;
        padding: 23px 0;
        font-size: 14px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1;
    }

    .contents-info-date {
        float: right;
        padding: 23px 0;
        color: #999;
        font-size: 14px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1;
    }


    /* メインイメージ */
    .contents-mainimg {
        margin: 0 -80px 60px;
    }


    /* 見出し01 */
    .contents-headline01 {
        position: relative;
        margin-bottom: 44px;
        font-size: 24px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1.66666;
    }

    .contents-headline01:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -80px;
        width: 30px;
        height: 4px;
        margin-top: -2px;
        background-color: #faf221;
    }

    .contents-txt+.contents-headline01,
    .contents-img+.contents-headline01 {
        margin-top: 60px;
    }

    /* 見出し02 */
    .contents-headline02 {
        margin-bottom: 24px;
        font-size: 18px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1.66666;
    }

    /* テキスト */
    .contents-txt {
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 2.2;
    }

    /* 画像 */
    .contens-img {
        margin-bottom: 60px;
        text-align: center;
    }

    .contens-img-cup {
        margin-top: 15px;
        color: #666;
        font-size: 13px;
        line-height: 1;
    }

    /* リスト */

    /* ul */
    ul.contents-list {
        margin: 50px 0;
        font-size: 13px;
        font-family: "YakuHanJP", NotoSansJP-medium;
    }

    ul.contents-list .contents-list-item {
        position: relative;
        margin-bottom: 15px;
        padding-left: 20px;
    }

    ul.contents-list .contents-list-item:before {
        content: "";
        position: absolute;
        top: 8px;
        left: 8px;
        width: 4px;
        height: 4px;
        border-radius: 2px;
        background-color: #333;
    }

    /* ol */
    ol.contents-list {
        margin: 50px 0;
        padding: 0 20px;
        font-size: 13px;
        font-family: "YakuHanJP", NotoSansJP-medium;
    }

    ol.contents-list .contents-list-item {
        position: relative;
        margin-bottom: 15px;
    }


    /* ==========================================================================
   #seminar
   ========================================================================== */
    .l-seminar {
        margin-bottom: 260px;
    }

    /*ttl*/
    .seminar-content-ttl {
        margin: 40px 0 70px;
        text-align: center;
        font-size: 30px;
        font-family: "YakuHanJP", NotoSansJP-bold;
        line-height: 1;
    }

    .seminar .mainimg-ttl-border.second {
        font-size: 20px;
        font-size: 1.4285714286vw;
    }

    /*セミナーコラム*/
    .seminar-column {
        overflow: hidden;
        width: 100%;
        padding: 30px 30px 0;
        margin-bottom: 44px;
        background-color: #f5f8fb;
    }

    .seminar-column-ttl {
        position: relative;
        margin-bottom: 15px;
        padding-left: 34px;
        font-size: 20px;
        line-height: 1.4;
        font-family: "YakuHanJP", NotoSansJP-medium;
    }

    .seminar-column-ttl .number {
        position: absolute;
        top: 2px;
        left: 0;
        width: 24px;
        height: 24px;
        padding-top: 5px;
        color: #fff;
        font-size: 14px;
        line-height: 1;
        text-align: center;
        background-color: #215A99;
    }

    .seminar-column-ttl .mini {
        font-size: 16px;
    }

    .seminar-column-img {
        margin-bottom: 30px;
    }

    .seminar-column-img img {
        position: relative;
        width: 100%;
    }

    /*新卒採用について*/
    .seminar-job-ttl {
        position: relative;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1.4;
        font-family: "YakuHanJP", NotoSansJP-medium;
    }

    .common-list+.seminar-job-ttl {
        margin-top: 40px;
    }

    .seminar-table {
        border-collapse: collapse;
        margin-bottom: 60px;
        border-top: 1px solid #ebeff6;
    }

    .seminar-table-head {
        width: 166px;
        padding: 34px 20px;
        text-align: left;
        color: #999;
        font-size: 16px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 2;
        border-bottom: 1px solid #ebeff6;
    }

    .seminar-table-txt {
        padding: 34px 20px;
        font-size: 16px;
        line-height: 2;
        border-bottom: 1px solid #ebeff6;
    }

    /* 実際に参加された方の声 */
    .seminar-voice {
        margin-bottom: 30px;
        padding: 30px 40px 33px;
        font-size: 0;
        background-color: #f5f8fb;
        border-radius: 8px;
    }

    .seminar-voice p.name {
        display: inline-block;
        margin-bottom: 10px;
        padding: 5px 15px;
        font-size: 12px;
        line-height: 1;
        background-color: #faf221;
        border-radius: 11px;
    }

    .seminar-voice p {
        font-size: 14px;
        line-height: 2;
    }

    .seminar-voice span {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1;
        color: #999;
    }


    /* ==========================================================================
  #voice 先輩の声
  ========================================================================== */
    .work-catch.voice-catch {
        padding-bottom: 26px;
    }

    .voice-catch-txt-wrap {
        display: block;
        overflow: hidden;
    }

    .voice-catch-txt {
        overflow: hidden;
        float: left;
        display: block;
        margin: 0 30px 10px 0;
    }

    .voice-catch-head {
        float: left;
        display: block;
        margin-right: 10px;
        padding: 3px 6px;
        color: #215A99;
        font-size: 12px;
        line-height: 1;
        background-color: #fff;
    }

    .voice-catch-info {
        float: left;
        display: block;
        font-size: 16px;
        line-height: 1.125;
    }


    /* ==========================================================================
   #common-style 共通スタイル
   ========================================================================== */
    /* リスト(ul)
     ----------------------- */
    ul.common-list {
        margin: 40px 0;
    }

    ul.common-list li {
        position: relative;
        margin-bottom: 13px;
        padding-left: 10px;
        font-size: 14px;
        line-height: 1.7142857143;
        counter-reset: item;
        list-style-type: none;
    }

    ul.common-list li:before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        width: 4px;
        height: 4px;
        background-color: #333;
        border-radius: 2px;
    }

    ul.common-list li:last-child {
        margin-bottom: 0;
    }

    /* リスト(ol)
     ----------------------- */
    ol.common-list {
        margin: 40px 0;
        padding: 0;
        counter-reset: item;
        list-style-type: none;
    }

    ol.common-list li {
        position: relative;
        margin-bottom: 13px;
        padding-left: 15px;
        font-size: 14px;
        line-height: 1.7142857143;
    }

    ol.common-list li:before {
        counter-increment: item;
        content: counter(item)'.';
        position: absolute;
        top: 0;
        left: 0;
    }

    ol.common-list li:last-child {
        margin-bottom: 0;
    }

    /* 余白の調整 */
    .work-ttl02+.common-list {
        margin-top: 20px;
    }

    /* 注釈
     ----------------------- */
    .common-note {
        position: relative;
        padding-left: 12px;
        margin-bottom: 40px;
        color: #666;
        font-size: 12px;
        line-height: 2.2;
    }

    .common-note:before {
        content: "※";
        position: absolute;
        top: 0;
        left: 0;
    }


    /* ==========================================================================
   #entry
   ========================================================================== */
    .entry-wrap {
        padding: 80px 0 100px;
        background-color: #f3f6fa;
    }

    .entry-inner {
        width: 71.4285714286%;
        min-width: 680px;
        max-width: 1000px;
        margin: 0 auto;
        padding: 100px 5.7142857143% 188px;
        background-color: #fff;
        box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
    }

    /* タイトル
     ----------------------- */
    .entry-ttl-sub {
        margin-bottom: 27px;
        text-align: center;
        font-size: 18px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 400;
        line-height: 1;
    }

    .entry-ttl {
        margin-bottom: 41px;
        text-align: center;
        font-size: 34px;
        font-family: "YakuHanJP", NotoSansJP-bold;
        line-height: 1.3333333333;
    }

    .entry-cup-wrap {
        margin-bottom: 64px;
        text-align: center;
    }

    /* 説明
     ----------------------- */
    .entry-cup {
        display: inline-block;
        max-width: 560px;
        margin: 0 auto;
        text-align: left;
        font-size: 14px;
        line-height: 1.8571428571;
    }

    /* ステップ
     ----------------------- */
    .entry-step-wrap {
        position: relative;
        margin-bottom: 30px;
    }

    .entry-step-wrap:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background-color: #ebeff6;
    }

    .entry-step {
        position: relative;
        width: 340px;
        margin: 0 auto;
    }

    .entry-step-item {
        position: relative;
        float: left;
        width: 60px;
        margin-left: 80px;
        padding: 23px 0;
        text-align: center;
        color: #999;
        font-size: 14px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1;
        background-color: #f4f7fa;
        border-radius: 30px;
    }

    .entry-step-item.entry-step-active {
        color: #333;
        background-color: #faf221;
    }

    .entry-step-item:first-child {
        margin-left: 0;
    }

    .entry-step-item-no {
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 14px;
        font-family: brandon-grotesque, sans-serif;
        font-weight: 500;
        line-height: 1;
    }

    /* フォーム
     ----------------------------------------------------------------- */
    .form-inner {
        width: 100%;
        margin-bottom: 20px;
        border-collapse: separate;
        border-spacing: 0 60px;
    }

    /* 見出し
     ----------------------- */
    /* 中央揃え */
    .form-head01 {
        width: 160px;
        padding: 20px 0 0;
        vertical-align: top;
        text-align: left;
        font-size: 16px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1.25;
    }

    /* 上揃え */
    .form-head02 {
        width: 160px;
        padding: 3px 0 0;
        vertical-align: top;
        text-align: left;
        font-size: 16px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1.25;
    }

    .form-head03 {
        width: 160px;
        padding: 15px 0 0;
        vertical-align: top;
        text-align: left;
        font-size: 16px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1.25;
    }

    .form-head04 {
        padding-bottom: 10px;
        font-size: 18px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        text-align: left;
        border-bottom: 1px solid #333;
    }

    .form-head-inner {
        position: relative;
        display: inline-block;
    }

    .form-head-inner-min {
        padding-right: 30px;
    }

    .form-head-inner .hissu {
        position: absolute;
        top: 0;
        right: -20px;
        color: #215A99;
    }

    .form-head-inner-min .hissu {
        right: 15px;
    }


    /* 各項目
     ----------------------- */
    .form-data {
        overflow: hidden;
        padding: 0;
    }

    .txt-count {
        text-align: right;
        margin-top: 10px;
    }

    /* ラジオボタン
     ----------------------- */
    .form-data input[type="radio"] {
        display: none;
    }

    .form-data input[type="radio"]+label {
        position: relative;
    }

    .form-data input[type="radio"]+label:hover {
        color: #215A99;
    }

    .form-data input[type="radio"]+label:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 26px;
        height: 26px;
        background-color: #f3f6fa;
        border-radius: 13px;
    }

    .form-data label:after {
        content: "";
        background-color: #215A99;
        transition: opacity 0.3s;
        opacity: 0;
    }

    .form-data input[type="radio"]:checked+label:after {
        position: absolute;
        top: 7px;
        left: 7px;
        width: 12px;
        height: 12px;
        border-radius: 13px;
        opacity: 1;
    }

    .form-data input[type="radio"]:checked+label {
        color: #215A99;
    }

    .form-data input[type="radio"]:checked+label:hover {
        opacity: 1;
    }

    /* チェックボックス
     ----------------------- */
    .form-data input[type="checkbox"] {
        display: none;
    }

    .form-data input[type="checkbox"]+label {
        position: relative;
    }

    .form-data input[type="checkbox"]+label:hover {
        color: #215A99;
    }

    .form-data input[type="checkbox"]+label:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 26px;
        height: 26px;
        background-color: #f3f6fa;
    }

    .form-data label:after {
        background-color: #215A99;
        transition: opacity 0.3s;
        opacity: 0;
    }

    .form-data input[type="checkbox"]:checked+label:after {
        content: "";
        position: absolute;
        top: 7px;
        left: 7px;
        width: 12px;
        height: 12px;
        opacity: 1;
    }

    .form-data input[type="checkbox"]:checked+label {
        color: #215A99;
    }

    .form-data input[type="checkbox"]:checked+label:hover {
        opacity: 1;
    }


    /* 応募職種
     ----------------------- */
    .form-job-wrap {
        overflow: hidden;
        display: block;
        margin-bottom: 30px;
    }

    .form-job-wrap:last-child {
        margin-bottom: 0;
    }

    .form-job-txt {
        display: block;
        float: left;
        width: 50%;
        padding: 0 20px 0 42px;
        font-size: 16px;
        line-height: 1.625;
        transition: color 0.3s;
    }

    .form-job-ttl {
        position: relative;
        font-size: 16px;
        font-family: "YakuHanJP", NotoSansJP-bold;
    }

    .form-job-wrap+.form-job-ttl {
        margin-top: 20px;
    }

    .form-job-ttl-sub {
        position: relative;
        margin-bottom: 20px;
        padding-left: 24px;
        font-size: 14px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1.25;
    }

    .form-job-ttl-sub:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 4px;
        height: 100%;
        border-radius: 2px;
        background-color: #215A99;
    }



    /* 性別
     ----------------------- */
    .form-seibetu-txt {
        display: block;
        float: left;
        width: 130px;
        padding: 0 10px 0 42px;
        font-size: 16px;
        line-height: 1.625;
    }


    /* テキストエリア(1行)
   ----------------------- */
    .form-input {
        width: 100%;
        height: 60px;
        padding: 0 4.4117647059%;
        font-size: 16px;
        outline: none;
        background-color: #f9fbfd;
        border: 1px solid #e0e5eb;
        border-radius: 5px;
        resize: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }


    /* テキストエリア(複数行)
     ----------------------- */
    .form-textarea {
        display: block;
        width: 100%;
        height: 200px;
        padding: 23px 30px;
        font-size: 14px;
        line-height: 2;
        outline: none;
        background-color: #f9fbfd;
        border: 1px solid #e0e5eb;
        border-radius: 5px;
        resize: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }


    /* テキストエリア(複数行large)
     ----------------------- */
    .form-textarea-large {
        display: block;
        width: 100%;
        height: 290px;
        padding: 23px 30px;
        font-size: 13.8px;
        line-height: 2;
        outline: none;
        background-color: #f9fbfd;
        border: 1px solid #e0e5eb;
        border-radius: 5px;
        resize: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    /* セレクトボックス
     ----------------------- */
    .form-select-wrap {
        overflow: hidden;
        float: left;
        margin-bottom: 20px;
    }

    .form-select-wrap.form-select-last {
        margin-bottom: 0;
    }

    .form-select-inner {
        position: relative;
        float: left;
        width: 170px;
    }

    .form-select-inner-l {
        width: 92%;
    }

    .form-select-inner:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 22px;
        width: 7px;
        height: 7px;
        border-bottom: 1px solid #999;
        border-right: 1px solid #999;
        -webkit-transform: translateY(50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }

    .form-select {
        position: relative;
        width: 100%;
        height: 60px;
        padding-left: 25px;
        font-size: 12px;
        border: 1px solid #ecf0f4;
        border-radius: 5px;
        outline: none;
        background-image: -moz-linear-gradient(90deg, rgb(244, 247, 250) 0%, rgb(244, 248, 251) 100%);
        background-image: -webkit-linear-gradient(90deg, rgb(244, 247, 250) 0%, rgb(244, 248, 251) 100%);
        background-image: -ms-linear-gradient(90deg, rgb(244, 247, 250) 0%, rgb(244, 248, 251) 100%);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .form-select::-ms-expand {
        display: none;
    }

    .form-select-unit {
        float: left;
        margin: 20px 20px 0 10px;
        font-size: 16px;
        line-height: 1;
    }

    /* 郵便番号
     ----------------------- */
    .form-postcode-wrap {
        overflow: hidden;
    }

    /* 〒 */
    .form-mark {
        float: left;
        margin-right: 10px;
        font-size: 18px;
        line-height: 50px;
    }

    /* 西暦（年） 入力Ver.
    ----------------------- */
    .form-year-wrap {
        width: 100;
        margin-bottom: 20px;
    }

    .form-year-wrap::after {
        content: "";
        display: block;
        clear: both;
    }

    .form-year {
        width: 90%;
        height: 60px;
        padding: 0 4.4117647059%;
        font-size: 16px;
        outline: none;
        background-color: #f9fbfd;
        border: 1px solid #e0e5eb;
        border-radius: 5px;
        resize: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .form-year-inner {
        float: left;
    }

    .form-year-unit {
        float: left;
        margin: 20px 20px 0 -7px;
        font-size: 16px;
        line-height: 1;
    }

    /* 郵便番号 */
    .form-postcode {
        float: left;
        width: 44.1176470588%;
        min-width: 200px;
        height: 50px;
        margin: 0 2.9411764706% 20px 0;
        padding: 0 30px;
        font-size: 16px;
        outline: none;
        background-color: #f9fbfd;
        border: 1px solid #e0e5eb;
        border-radius: 5px;
        resize: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    /* 自動入力ボタン */
    .form-postcode-btn {
        float: left;
        width: 30.8823529412%;
        min-width: 180px;
        height: 50px;
        margin-bottom: 20px;
        padding: 0;
        font-size: 12px;
        line-height: 1;
        outline: none;
        background-color: #f4f7fa;
        border: 1px solid #e0e5eb;
        border-radius: 5px;
        resize: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .form-postcode-btn:hover {
        opacity: 0.7;
    }

    .form-postcode-txt {
        padding: 0 5px;
        font-size: 13px;
        line-height: 1.5384615385;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    /* 住所
     ----------------------- */
    .form-addres-select-wrap {
        overflow: hidden;
        position: relative;
    }

    .form-addres-txt {
        margin: 30px 0 15px;
        color: #333;
        font-size: 13px;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }



    /* 電話
     ----------------------- */
    .form-tel-outer {
        width: 100%;
        display: inline-block;
    }

    .form-tel {
        float: left;
        width: 44.1176470588%;
        height: 60px;
        margin-right: 3.8235294118%;
        padding: 0 4.4117647059%;
        font-size: 16px;
        line-height: normal;
        outline: none;
        background-color: #f9fbfd;
        border: 1px solid #e0e5eb;
        border-radius: 5px;
        resize: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .form-tel-txt {
        float: left;
        margin-top: 23px;
        color: #333;
        font-size: 13px;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }


    /* メール
     ----------------------- */
    .form-mail {
        width: 79.4117647059%;
        height: 60px;
        padding: 0 30px;
        font-size: 16px;
        outline: none;
        background-color: #f9fbfd;
        border: 1px solid #e0e5eb;
        border-radius: 5px;
        resize: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    /* 注意書き */
    .form-mail-attention01 {
        position: relative;
        margin: 16px 0 10px;
        padding: 0 5px 0 21px;
        color: #999;
        font-size: 12px;
        line-height: 1.6666666667;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .form-mail-attention01:before {
        content: "※";
        position: absolute;
        top: 0;
        left: 5px;
    }

    .form-mail-attention02 {
        position: relative;
        padding: 0 5px 0 21px;
        color: #999;
        font-size: 12px;
        line-height: 1.6666666667;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }


    /* 卒業区分
     ----------------------- */
    .form-graduate-wrap {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .form-graduate-head {
        width: 90px;
        padding: 18px 0 0 5px;
        text-align: left;
        vertical-align: top;
        font-size: 14px;
        line-height: 1;
    }

    .form-graduate-data {
        overflow: hidden;
        padding: 0;
    }

    .form-select-graduate-wrap01 {
        overflow: hidden;
        float: left;
        margin-bottom: 20px;
    }

    .form-select-graduate-wrap02 {
        overflow: hidden;
        float: left;
    }


    /* 応募のきっかけその他
     ----------------------- */
    .form-reason-other-txt {
        display: inline-block;
        width: 111px;
        margin-top: 15px;
        margin-right: 15px;
    }

    .form-reason-other {
        /*float: left;*/
        /*width: 44.1176470588%;*/
        width: calc(100% - 126px);
        height: 60px;
        padding: 0 30px;
        font-size: 16px;
        outline: none;
        background-color: #f9fbfd;
        border: 1px solid #e0e5eb;
        border-radius: 5px;
        resize: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .err input.form-reason-other {
        background-color: #f9fbfd;
    }

    #err_reason .formErrorContent {
        width: auto;
    }


    /* チェックボックス
     ----------------------- */
    .form-checkbox-wrap {
        padding: 5px 0 0 5px;
    }

    .form-checkbox {
        margin-bottom: 20px;
        line-height: 1;
        font-size: 14px;
    }

    .form-checkbox label {
        position: relative;
        padding-left: 22px;
    }

    .form-checkbox input[type="checkbox"] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0;
    }

    /* 例
     ----------------------- */
    .form-input::-webkit-input-placeholder,
    .form-textarea::-webkit-input-placeholder,
    .form-textarea-large::-webkit-input-placeholder,
    .form-postcode::-webkit-input-placeholder,
    .form-tel::-webkit-input-placeholder,
    .form-mail::-webkit-input-placeholder,
    .form-year::-webkit-input-placeholder {
        color: #cfd8e5;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    /* キャプション
     ----------------------- */
    .form-data-cup {
        margin-bottom: 16px;
        padding: 0 5px;
        font-size: 13px;
        line-height: 1.5384615385;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .form-data-cup-sub {
        padding: 0 5px;
        font-size: 12px;
        line-height: 1.5384615385;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }


    /* 次に進むボタン
     ----------------------- */
    .form-next {
        overflow: hidden;
        position: relative;
        display: block;
        width: 210px;
        margin: 0 auto;
        padding: 23px 0;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1;
        text-decoration: none;
        outline: none;
        cursor: pointer;
        border: none;
        background: linear-gradient(to right, #215A99, #215A99);
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
        border-radius: 30px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        transition: all .6s ease;
    }

    .form-next:hover {
        opacity: 0.8;
    }

    .form-next#js-next-btn,
    .form-next.dis {
        background: #ccc;
        cursor: default;
        pointer-events: none;
        transition: color 0s;
    }

    .form-next.confirm-enable#js-next-btn {
        background: linear-gradient(to right, #215A99, #215A99);
        cursor: pointer;
        pointer-events: auto;
    }

    /* 例文
     ----------------------- */
    .form-example {
        position: relative;
        margin-bottom: 16px;
        padding-left: 27px;
        color: #999;
        font-size: 11px;
        line-height: 1.6363636364;
    }

    .form-example:before {
        content: "例）";
        position: absolute;
        top: 0;
        left: 5px;
    }

    /* 個人情報保護方針
    ----------------------- */
    /* ポップアップ */
    .form-privacy-popup {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 30px 0;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
    }

    .form-privacy-popup.is-show {
        opacity: 1;
        visibility: visible;
    }

    .form-privacy-popup-wrap {
        overflow: scroll;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        max-width: 700px;
        height: 60%;
        padding: 0 60px;
        background-color: #fff;
        z-index: 2;
    }

    .form-privacy-popup-inner {
        padding: 60px;
    }

    .form-privacy-popup-inner p {
        margin-bottom: 20px;
    }

    .form-privacy-popup-ttl {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }

    .privacy-ico {
        position: relative;
        display: inline-block;
        padding-right: 16px;
    }

    .privacy-ico:before {
        content: "";
        position: absolute;
        top: 9px;
        right: 2px;
        width: 10px;
        height: 8px;
        border: 1px solid #215A99;
    }

    .privacy-ico:after {
        content: "";
        position: absolute;
        top: 7px;
        right: 0;
        width: 10px;
        height: 8px;
        border-top: 1px solid #215A99;
        border-right: 1px solid #215A99;
    }

    /* 同意する */
    .form-privacy-popup-consent {
        display: block;
        width: 280px;
        margin: 40px auto 0;
        padding: 20px 0;
        color: #215A99;
        font-size: 16px;
        line-height: 1;
        text-align: center;
        cursor: pointer;
        border: 1px solid #215A99;
        border-radius: 29px;
    }

    /* 背景 */
    .form-privacy-popup-background {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .8);
        z-index: 1;
        cursor: pointer;
    }

    /* 個人情報保護方針に同意する */
    .form-privacy-checkbox-wrap {
        margin-bottom: 60px;
        font-size: 0;
        text-align: center;
    }

    .form-privacy-checkbox-input {
        display: none;
    }

    .form-privacy-checkbox {
        position: relative;
        display: inline-block;
        padding-left: 24px;
        font-size: 14px;
        line-height: 1;
        cursor: pointer;
    }

    .form-privacy-checkbox:before {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        width: 16px;
        height: 16px;
        background-color: #f9fbfd;
        border: 1px solid #e0e5eb;
        border-radius: 2px;
    }

    .form-privacy-checkbox-input:checked+.form-privacy-checkbox:after {
        content: "";
        position: absolute;
        top: 1px;
        left: 4px;
        width: 6px;
        height: 10px;
        border-bottom: 2px solid #215A99;
        border-right: 2px solid #215A99;
        transform: rotate(45deg);
    }

    /* 必須チェック */
    .form-privacy-checkbox-error {
        margin: -20px 0 60px;
        color: #f00;
        font-size: 12px;
        text-align: center;
        line-height: 1;
    }


    /* 確認
     ----------------------------------------------------------------- */
    .form-inner-confirm {
        margin: 0 auto 20px;
        border-collapse: separate;
        border-spacing: 0 60px;
    }

    .form-confirm-head {
        width: 160px;
        padding: 0;
        vertical-align: top;
        text-align: left;
        font-size: 16px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1.5;
    }

    .form-confirm-txt {
        padding: 0;
        font-size: 16px;
        line-height: 1.5;
        vertical-align: top;
    }

    /* 前に戻る
   ----------------------- */
    .form-btn-wrap {
        width: 450px;
        margin: 0 auto;
    }

    .form-back-wrap {
        float: left;
    }

    .form-next-wrap {
        float: right;
    }

    .form-back {
        position: relative;
        display: block;
        width: 210px;
        margin: 0 auto;
        padding: 23px 0;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-family: "YakuHanJP", NotoSansJP-medium;
        line-height: 1;
        text-decoration: none;
        outline: none;
        cursor: pointer;
        border: none;
        background-color: #ccc;
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
        border-radius: 30px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        transition: all .6s ease;
    }

    .form-back:hover {
        opacity: 0.8;
    }

    /* 送信中 */
    .form-loadings-wrap {
        display: none;
        width: 450px;
        margin: 0 auto;
        text-align: center;
        font-size: 14px;
    }

    /* 完了
     ----------------------------------------------------------------- */
    .entry-step-wrap.entry-step-wrap-finish {
        margin-bottom: 90px;
    }

    /* エラー
     ----------------------------------------------------------------- */
    .entry-step-wrap.entry-step-wrap-error {
        margin-bottom: 90px;
    }




}




/* ==========================================================================
   #微調整
   ========================================================================== */
@media screen and (min-width:736px) and (max-width: 1000px) {

    /* TOP */

    /* 全ての産業にテクノロジーで最適解を提供する */
    .top-intro-ttl {
        font-size: 24px;
    }

    .top-intro-txt {
        font-size: 14px;
    }

    /* 入社したらこんなお仕事を */
    .top-work-headline {
        font-size: 18px;
    }

    .top-work-txt {
        margin-top: 20px;
        padding-right: 70px;
        font-size: 14px;
    }
}

@media screen and (min-width: 1401px) {
    /* TOP */

    /* メインイメージ
     ----------------------------------------------------------------- */
    .l-top-mainimg {
        position: relative;
        width: 100%;
    }

    /* スライドショー
  ----------------------- */
    .top-mainimg.slick-dotted.slick-slider {
        margin: 0;
    }

    /* 画像 */
    .top-mainimg li {
        height: 1000px;
    }

    /* ドット */
    .top-mainimg .slick-dots {
        bottom: 36px;
    }

    /* キャッチ
  ----------------------- */
    .top-mainimg-catch-wrap {
        position: absolute;
        top: 360px;
        width: 1162px;
    }

    .top-mainimg-catch-top {
        margin-bottom: 20px;
        padding-top: 30px;
        font-size: 78px;
        border-top: 6px solid #fff;
    }

    .top-mainimg-catch-top-inner {
        margin-left: -7px;
    }

    .top-mainimg-catch-middle {
        font-size: 16px;
    }

    .top-mainimg-catch-middle:before {
        width: 290px;
        height: 6px;
    }

    .top-mainimg-catch-middle:after {
        width: 290px;
        height: 6px;
    }

    /*.top-mainimg-catch-bottom {
    padding-bottom: 38px;
    font-size: 95px;
    border-bottom: 6px solid #fff;
  }

  .top-mainimg-catch-bottom-left {
    margin-left: -9px;
  }

  .top-mainimg-catch-bottom-right {
    margin-right: -5px;
  }*/

    .top-mainimg-catch-sub {
        bottom: 28px;
        right: -38px;
        width: auto;
    }

    /* TOP 導入 */
    .top-intro-ttl br.pc-none {
        display: block !important;
    }


    /* 下層 */
    .work-box-left-first,
    .work-box-right,
    .work-box-left {
        padding-top: 230px;
    }

    .beginner-list,
    .beginner-advice {
        width: 1060px;
        margin: 0 auto 15px;
    }

    .environment-pickup-list {
        width: 1065px;
        margin: 0 auto;
    }

    /* フォーム */
    .entry-inner {
        padding: 100px 80px 188px;
    }


}

@media screen and (min-width: 1450px) {
    .special-contens-block {
        width: 450px;
    }

    .life-event-box {
        width: 233px;
    }

    .life-event-box img {
        width: 233px;
    }

    .benefits-box {
        width: 375px;
    }

    .benefits-box img {
        width: 375px;
    }

    .environment-growth-txt {
        width: 400px;
    }

    .environment-intro-img {
        width: 460px;
        height: 480px;
    }

    .environment-intro-img img {
        height: 480px;
        width: 460px;
    }

    .environment-value-ttl {
        width: 373px;
        font-size: 38px;
    }

    .environment-value-subttl {
        font-size: 30px;
    }
}

@media screen and (max-width: 869px) {
    .environment-growth-txt {
        width: 100%;
    }

    .environment-intro-img {
        width: 100%;
        overflow: hidden;
    }
}

@media screen and (max-width: 1200px) {
    .environment-comfort-box {
        margin: 4.469vw auto;
        padding: 5.469vw 5.469vw 0 5.469vw;
    }
}


/* ==========================================================================
   #アニメーション
   ========================================================================== */
@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(180px, 0);
        transform: translate(180px, 0);
        opacity: 1;
    }
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(180px, 0);
        opacity: 1;
    }
}

@-webkit-keyframes bg-animation-first {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes bg-animation-first {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}


@-webkit-keyframes bg-animation-second {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes bg-animation-second {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}