@charset "utf-8";

.p_heading__img {
    margin-bottom: 20px;
}

/* ファーストビュー下のテキスト */
.section1 {
    padding: 0 3%;
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 2.2em;
}

.fv_under_bold {
    font-size: 2em;
    background: linear-gradient(transparent 70%, #fccd75 70%);
    font-weight: bold;
}

.yellow_underline {
    background: linear-gradient(transparent 75%, #fccd75 75%);
}

/* ナビゲーションメニューここから */
.nt2__list a {
    color: #333333;
    font-size: 1em;
}

.nav-top2 {
    width: 100%;
    padding: 20px .5% 24px;
    background: #e8eaef
}

.nav-top2__title {
    margin: 0 auto 16px;
    line-height: 1;
    color: #164a84;
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

.nt2 {
    display: flex;
}

.nt2__list {
    width: 100%;
    padding: 2px
}

.nt2__link {
    display: block;
    padding: 8px 0;
    border-radius: 8px;
    box-shadow: 2px 2px 2px #ccc;
    text-align: center;
    font-weight: 700;
    background: #fff;
    line-height: 1em;
    height: 100px;
}

.nt2__link::before {
    content: "";
    display: block;
    height: 52px;
    background: no-repeat center center
}

.nav a:hover {
    color: #fff;
}

.nt2__link:hover {
    background: #164a84;
    color: #fff
}


@media screen and (max-width:768px) {
    .nav-top2 a {
        font-size: 12px;
    }

    .nav-top2 a.nt2__link--html {
        font-size: 8px;
        line-height: 1.7em;
    }

    .nav-top2 {
        padding: 16px 0 24px
    }

    .nav-top2__title {
        margin: 0 auto 8px;
        font-size: 16px
    }

    .nav-top2__title {
        width: 100%
    }

    .nt2 {
        width: 100%
    }

    .nt2__list {
        width: 100%;
        padding: 2px
    }

    .nt2__link {
        height: 80px;
    }

    .nt2__link::after {
        content: none
    }
}


/* コンテンツ部分 */
.h2_dx_middle {
    width: 100%;
    border-left: 7px solid #00CEF0;
    padding-left: 15px;
}

/* メモクリップ */
.contents-block-explain {
    position: relative;
    margin: 2em auto;
    padding: 15px 35px 15px 25px;
    width: 90%;
    /* ボックス幅 */
    background-color: #f0f0f0;
    /* ボックス背景色 */
    color: #555555;
    /* 文章色 */
    border: 1px solid #ccc;
    /* 枠線 */
    box-shadow: 1px 1px 1px #acacac;
    /* 影の色 */
}

.contents-block-explain::before {
    position: absolute;
    content: '';
    top: -15px;
    right: 10px;
    height: 55px;
    width: 15px;
    border: 3px solid #555555;
    /*クリップ色 */
    background-color: none;
    border-radius: 12px;
    box-shadow: 1px 1px 2px #999;
    transform: rotate(10deg);
    z-index: 1;
}

.contents-block-explain::after {
    position: absolute;
    content: '';
    top: 0px;
    width: 10px;
    right: 20px;
    border: solid 5px #f0f0f0;
    /*背景色と同じ色にする*/
    z-index: 2;
}

.contents-block {
    padding: 5% 0;
}

/* お問い合わせセクション */

#section10 {
    margin-top: 80px;
    padding-top: 0;
}

.u_ac {
    text-align: left;
    margin-left: 25px;
}

.adress-box {
    margin: 0 50px;
}

.adress-box-tell-bg,
.adress-box-mail-bg {
    display: inline-block;
    width: 60px;
    height: 50px;
    margin-top: 8px;
}

.adress-box-tell-bg {
    background-image: url(../img/middle/pl/icon_tell.png);
    background-size: contain;
    margin-right: 5px;
    background-repeat: no-repeat;
}

.adress-box .tel-link {
    font-size: 28px;
}

.adress-box-mail-bg {
    background-image: url(../img/middle/pl/icon_mail.png);
    background-size: contain;
    font-weight: bold;
    margin-right: 20px;
    background-repeat: no-repeat;
}

.adress-box .btn-mail {
    display: block;
    background-color: #002060;
    border-radius: 5px;
    line-height: 30px;
    padding: 5px 10px;
    position: absolute;
}

.adress-box .btn-mail a {
    color: #fff;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.adress-box .tel-link {
    pointer-events: none;
}


/* お問い合わせセクション レスポンシブ */
@media screen and (max-width:768px) {
    #section10 {
        margin-top: 60px;
    }

    .u_ac {
        margin-left: 5px;
    }

    .dx-info-adress {
        display: block;
        width: 100%;
    }

    .adress-box {
        margin: 0 0;
        width: 70%;
        margin: 30px auto;
    }

    .adress-box-tell-bg {
        width: 50px;
        background-size: cover;
        margin-right: 10px;
    }

    .adress-box-mail-bg {
        width: 50px;
        background-size: cover;
    }

    .adress-box .tel-link {
        pointer-events: all;
    }
}


#vueFunc {
    width: 980px;
    position: relative;
    margin: 0 auto;
}

.p_toPageTop {
    bottom: 20px;
    left: auto;
    right: auto;
    /* right: 10%; */
    line-height: 3em;
    height: 3em;
    border-radius: 10px;
    margin: 0 0 0 800px;
}


/* 講師派遣案内 */
.instructor {
    font-size: 16px;
    padding: 30px 30px;
    background-color: rgba(82, 195, 241, 0.1490196078);
    margin-top: -10px;
    margin-bottom: 60px;
}

.instructor .target {
    height: auto;
    line-height: 1.5em;
    color: #0D459C;
    font-size: 26px;
    font-weight: 600;

}

.instructor .flex {
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.instructor .flex div p+p {
    margin-top: 20px;
}

.instructor figure {
    width: 32%;
}

.instructor a,
.p_lineupBoxList a {
    color: #E6002D;
    text-decoration: underline;
}

.instructor a:hover,
.p_lineupBoxList a:hover {
    opacity: .7;
}

@media screen and (max-width:768px) {
    .instructor .target br {
        display: none;

    }

    .instructor .flex {
        display: block;
    }

    .instructor figure {
        width: 50%;
        margin: 0 auto;
    }

}

.contents-block-list a.flex {
    width: 100%;
    height: 100%;
}

.contents-block-explain a {
    color: #9E1930;
    font-weight: bold;
}

.contents-block-explain a:hover {
    text-decoration: underline;
}

/*ここまで全研修一覧ページ共通*/

/*DX研修*/
.nt2__link--dx1::before {
    background-image: url(../img/middle/ds/statistics_blue.svg);
    background-size: 45px 45px;
}

.nt2__link--dx2::before {
    background-image: url(../img/middle/dx_base/ipass_blue.svg);
    background-size: 45px 50px;
}

.nt2__link--dx3::before {
    background-image: url(../img/middle/oa/pc_blue.svg);
    background-size: 45px 35px;
}

.nt2__link--dx4::before {
    background-image: url(../img/middle/dx_base/nw_blue.svg);
    background-size: 45px 45px;
}

.nt2__link--dx5::before {
    background-image: url(../img/middle/pl/others_blue.svg);
    background-size: 40px 30px;
}

.nt2__link--dx1:hover::before {
    background-image: url(../img/middle/ds/statistics_white.svg);
}

.nt2__link--dx2:hover::before {
    background-image: url(../img/middle/dx_base/ipass_white.svg);
}

.nt2__link--dx3:hover::before {
    background-image: url(../img/middle/oa/pc_white.svg);
}

.nt2__link--dx4:hover::before {
    background-image: url(../img/middle/dx_base/nw_white.png);
}

.nt2__link--dx5:hover::before {
    background-image: url(../img/middle/pl/others_white.svg);
}

/*ＲＰＡ研修*/
.nt2__link--rpa::before {
    background-image: url(../img/middle/rpa/rpa.svg);
    background-size: 45px 50px;
}

.nt2__link--UiPath::before {
    background-image: url(../img/middle/rpa/uipath.svg);
    background-size: 45px 45px;
}

.nt2__link--WinActor::before {
    background-image: url(../img/middle/rpa/winactor.svg);
    background-size: 45px 45px;
}

.nt2__link--PowerAutomate::before {
    background-image: url(../img/middle/rpa/pa.svg);
    background-size: 40px 40px;
}

.nt2__link--others::before {
    background-image: url(../img/middle/rpa/other.svg);
    background-size: 45px 50px;
}

.nt2__link--rpa:hover::before {
    background-image: url(../img/middle/rpa/rpa_white.svg);
}

.nt2__link--UiPath:hover::before {
    background-image: url(../img/middle/rpa/uipath_white.svg);
}

.nt2__link--WinActor:hover::before {
    background-image: url(../img/middle/rpa/winactor_white.svg);
}

.nt2__link--PowerAutomate:hover::before {
    background-image: url(../img/middle/rpa/pa_white.svg);
}

.nt2__link--others:hover::before {
    background-image: url(../img/middle/rpa/others_white.svg);
}

/*プログラミング言語*/
.nt2__link--c::before {
    background-image: url(../img/middle/pl/C_blue.svg);
    background-size: 40px 45px
}

.nt2__link--php::before {
    background-image: url(../img/middle/pl/php_blue.svg);
    background-size: 40px 20px
}

.nt2__link--java::before {
    background-image: url(../img/middle/pl/java_blue.svg);
    background-size: 40px 40px
}

.nt2__link--html::before {
    background-image: url(../img/middle/pl/web_blue.svg);
    background-size: 35px 45px
}

.nt2__link--python::before {
    background-image: url(../img/middle/pl/python_blue.svg);
    background-size: 40px 40px
}

.nt2__link--sql::before {
    background-image: url(../img/middle/pl/SQL_blue.svg);
    background-size: 34px 45px
}

.nt2__link--c:hover::before {
    background-image: url(../img/middle/pl/C_white.svg);
}

.nt2__link--php:hover::before {
    background-image: url(../img/middle/pl/php_white.svg)
}

.nt2__link--java:hover::before {
    background-image: url(../img/middle/pl/java_white.svg);
}

.nt2__link--html:hover::before {
    background-image: url(../img/middle/pl/web_white.svg)
}

.nt2__link--python:hover::before {
    background-image: url(../img/middle/pl/python_white.svg)
}

.nt2__link--sql:hover::before {
    background-image: url(../img/middle/pl/SQL_white.svg)
}

/*データ分析*/
.nt2__link--statistics::before {
    background-image: url(../img/middle/ds/statistics_blue.svg);
    background-size: 40px 45px
}

.nt2__link--excel::before {
    background-image: url(../img/middle/ds/excel.svg);
    background-size: 40px 45px
}

.nt2__link--bd::before {
    background-image: url(../img/middle/ds/bd_blue.svg);
    background-size: 40px 45px
}

.nt2__link--brain::before {
    background-image: url(../img/middle/ds/brain_blue.svg);
    background-size: 50px 45px
}

.nt2__link--ds::before {
    background-image: url(../img/middle/ds/ds_blue.svg);
    background-size: 40px 40px
}

.nt2__link--statistics:hover:before {
    background-image: url(../img/middle/ds/statistics_white.svg);
}

.nt2__link--excel:hover:before {
    background-image: url(../img/middle/ds/excel_white.svg);
}

.nt2__link--bd:hover:before {
    background-image: url(../img/middle/ds/bd_white.svg);
}

.nt2__link--brain:hover:before {
    background-image: url(../img/middle/ds/brain_white.svg);
}

.nt2__link--ds:hover:before {
    background-image: url(../img/middle/ds/ds_white.svg);
}

/*OA研修*/
.nt2__link--excel2::before {
    background-image: url(../img/middle/oa/excel.svg);
    background-size: 40px 45px
}

.nt2__link--word::before {
    background-image: url(../img/middle/oa/word.svg);
    background-size: 40px 45px
}

.nt2__link--powerpoint::before {
    background-image: url(../img/middle/oa/powerpoint.svg);
    background-size: 40px 45px
}

.nt2__link--access::before {
    background-image: url(../img/middle/oa/access.svg);
    background-size: 40px 45px
}

.nt2__link--office365::before {
    background-image: url(../img/middle/oa/office365.svg);
    background-size: 45px 30px
}

.nt2__link--powerautomate::before {
    background-image: url(../img/middle/oa/powerautomate.svg);
    background-size: 40px 40px
}

.nt2__link--pc::before {
    background-image: url(../img/middle/oa/pc_blue.svg);
    background-size: 45px 35px
}

.nt2__link--excel2:hover:before {
    background-image: url(../img/middle/oa/excel_white.svg);
}

.nt2__link--word:hover:before {
    background-image: url(../img/middle/oa/word_white.svg);
}

.nt2__link--powerpoint:hover:before {
    background-image: url(../img/middle/oa/powerpoint_white.svg);
}

.nt2__link--access:hover:before {
    background-image: url(../img/middle/oa/access_white.svg);
}

.nt2__link--office365:hover:before {
    background-image: url(../img/middle/oa/office365_white.svg);
}

.nt2__link--powerautomate:hover:before {
    background-image: url(../img/middle/oa/powerautomate_white.svg);
}

.nt2__link--pc:hover:before {
    background-image: url(../img/middle/oa/pc_white.svg);
}

/*Web制作研修*/
.nt2__link--design::before {
    background-image: url(../img/middle/web/design_blue.svg);
    background-size: 45px 45px;
}

.nt2__link--uiux::before {
    background-image: url(../img/middle/web/uiux_blue.svg);
    background-size: 40px 40px;
}

.nt2__link--marketing::before {
    background-image: url(../img/middle/ds/statistics_blue.svg);
    background-size: 45px 45px;
}

.nt2__link--front::before {
    background-image: url(../img/middle/pl/others_blue.svg);
    background-size: 40px 30px;
}

.nt2__link--design:hover::before {
    background-image: url(../img/middle/web/design_white.png);
}

.nt2__link--uiux:hover::before {
    background-image: url(../img/middle/web/uiux_white.svg);
}

.nt2__link--marketing:hover::before {
    background-image: url(../img/middle/ds/statistics_white.svg);
}

.nt2__link--front:hover::before {
    background-image: url(../img/middle/pl/others_white.svg);
}

/* まかせてweb */
.makasete {
    text-align: center;
    margin-bottom: 60px;
    margin-top: -10px;
}

.makasete h3 {
    position: relative;
    line-height: 1.5em;
    color: #0D459C;
    font-size: 20px;
    font-weight: 600;
    padding: 0 30px;
    display: inline-block;
    margin-bottom: 10px;
}

@media screen and (max-width:768px) {
    .makasete h3 {
        font-size: 3vw;
    }
}

.makasete h3::before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    left: 0;
    height: 2px;
    background-color: #014488;
    transform: rotate(60deg);
}

.makasete h3::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #014488;
    transform: rotate(-60deg);
}

.makasete a {
    display: inline-block;
}

/*セキュリティ研修*/
.nt2__link--user::before {
    background-image: url(../img/middle/security/staff_blue.svg);
    background-size: 45px 45px;
}

.nt2__link--system::before {
    background-image: url(../img/middle/security/system_blue.svg);
    background-size: 45px 45px;
}

.nt2__link--itEngineer::before {
    background-image: url(../img/middle/security/test_blue.svg);
    background-size: 45px 45px;
}

.nt2__link--examPreparation::before {
    background-image: url(../img/middle/security/security_blue.svg);
    background-size: 45px 45px;
}

.nt2__link--user:hover::before {
    background-image: url(../img/middle/security/staff_white.svg);
}

.nt2__link--system:hover::before {
    background-image: url(../img/middle/security/system_white.svg);
}

.nt2__link--itEngineer:hover::before {
    background-image: url(../img/middle/security/test_white.svg);
}

.nt2__link--examPreparation:hover::before {
    background-image: url(../img/middle/security/security_white.svg);
}

/*ＡＩ／生成ＡＩ研修*/
.nt2__link--ai::before {
    background-image: url(../img/middle/pm/leader_blue.svg);
    background-size: 45px 40px;
}

.nt2__link--gpt::before {
    background-image: url(../img/middle/ds/statistics_blue.svg);
    background-size: 40px 40px;
}

.nt2__link--industry::before {
    background-image: url(../img/middle/dx_base/nw_blue.svg);
    background-size: 45px 45px;
}

.nt2__link--organization::before {
    background-image: url(../img/middle/pm/devpm_blue.svg);
    background-size: 45px 45px;
}

.nt2__link--ai:hover::before {
    background-image: url(../img/middle/pm/leader_white.svg);
}

.nt2__link--gpt:hover::before {
    background-image: url(../img/middle/ds/statistics_white.svg);
}

.nt2__link--industry:hover::before {
    background-image: url(../img/middle/dx_base/nw_white.png);
}

.nt2__link--organization:hover::before {
    background-image: url(../img/middle/pm/devpm_white.svg);
}

.nt2__link--copilot::before {
    background-image: url(../img/middle/ai/copilot_blue.svg);
}

.nt2__link--copilot:hover::before {
    background-image: url(../img/middle/ai/copilot_white.svg);
}

/*プロジェクトマネジメント研修*/
.nt2__link--pm::before {
    background-image: url(../img/middle/pm/devpm_blue.svg);
    background-size: 45px 45px;
}

.nt2__link--definition::before {
    background-image: url(../img/middle/pm/leader_blue.svg);
    background-size: 45px 40px;
}

.nt2__link--test::before {
    background-image: url(../img/middle/oa/powerautomate.svg);
    background-size: 40px 40px;
}

.nt2__link--agile::before {
    background-image: url(../img/middle/pm/agile_blue.svg);
    background-size: 45px 45px;
}

.nt2__link--pm:hover::before {
    background-image: url(../img/middle/pm/devpm_white.svg);
}

.nt2__link--definition:hover::before {
    background-image: url(../img/middle/pm/leader_white.svg);
}

.nt2__link--test:hover::before {
    background-image: url(../img/middle/oa/powerautomate_white.svg);
}

.nt2__link--agile:hover::before {
    background-image: url(../img/middle/pm/agile_white.svg);
}

/*データベース研修*/
.nt2__link--data::before {
  background-image: url(/ida/common/img/middle/database/database_blue.svg);
  background-size: 45px 45px;
}

.nt2__link--data:hover::before {
  background-image: url(/ida/common/img/middle/database/database_white.svg);
}

.nt2__link--hir::before {
  background-image: url(/ida/common/img/middle/database/hirdb_blue.svg);
  background-size: 45px 45px;
}

.nt2__link--hir:hover::before {
  background-image: url(/ida/common/img/middle/database/hirdb_white.svg);
}

/*ネットワーク・ネットワーク研修*/
.nt2__link--claud::before {
  background-image: url(../img/middle/it_infrastructure/cloud_nayby.svg);
  background-size: 45px 40px;
}
.nt2__link--claud:hover::before {
  background-image: url(../img/middle/it_infrastructure/cloud_white.svg);
}
.nt2__link--aws::before {
  background-image: url(../img/middle/it_infrastructure/aws_nayby.svg);
  background-size: 45px 40px;
}
.nt2__link--aws:hover::before {
  background-image: url(../img/middle/it_infrastructure/aws_white.svg);
}
.nt2__link--azure::before {
  background-image: url(../img/middle/it_infrastructure/azure_nayby.svg);
  background-size: 45px 40px;
}
.nt2__link--azure:hover::before {
  background-image: url(../img/middle/it_infrastructure/azure_white.svg);
}
@media screen and (max-width:768px) {
    .nt2__link {
        font-size: 12px;
    }

    .nt2__link::before {
        height: 36px;
        background-size: contain
    }
}