/* Base */

body {
    color: #2f2f2f;
    font: 500 16px "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    line-height: 1.5;
    height: 100%;
    text-align: left;
    width: 100%;
}

main {
    display: block;
}

ul {
    list-style: none;
}

#base {
    width: 1220px;
}

#wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto 0;
    width: 1220px;
}

#mainContents {
    width: 970px;
}

#sideContents {
    font-size: 12px;
    width: 200px;
}

.heading--keyvisual {}

.heading--keyvisual>img {
    width: 970px;
    height: 300px;
}

/* Layout */
.l_grid {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.l_grid__item {
    display: flex;
}

.l_grid__inner {
    display: block;
    width: 100%;
}

.l_grid--hasGutter {
    margin: -12px;
}

.l_grid--hasGutter>.l_grid__item {
    padding: 12px;
}

/*    Display
=====================================================*/
/*-- PC --*/
.u_tbl {
    display: none !important;
}

.u_sp {
    display: none !important;
}

.u_pc {
    display: block !important;
}

.u_pc.u_inlineB {
    display: inline-block !important;
}

.u_pc.u_inline {
    display: inline !important;
}

@media (max-width: 768px) {
    .u_pc {
        display: none !important;
    }

    .u_sp {
        display: none !important;
    }

    .u_tbl {
        display: block !important;
    }

    .u_tbl.u_pc {
        display: block !important;
    }

    .u_pc.u_inlineB {
        display: none !important;
    }

    .u_tbl.u_inlineB {
        display: inline-block !important;
    }

    .u_tbl.u_pc.u_inlineB {
        display: inline-block !important;
    }

    .u_pc.u_inline {
        display: none !important;
    }

    .u_tbl.u_inline {
        display: inline !important;
    }

    .u_tbl.u_pc.u_inline {
        display: inline !important;
    }

    .u_sp.u_tbl {
        display: block !important;
    }

    .u_sp.u_tbl.u_inlineB {
        display: inline-block !important;
    }

    .u_sp.u_tbl.u_inline {
        display: inline !important;
    }
}

/*-- SP --*/
@media (max-width: 599px) {
    .u_pc {
        display: none !important;
    }

    .u_tbl {
        display: none !important;
    }

    .u_sp {
        display: block !important;
    }

    .u_tbl.u_pc {
        display: none !important;
    }

    .u_sp.u_tbl {
        display: block !important;
    }

    .u_sp.u_inlineB {
        display: inline-block !important;
    }

    .u_sp.u_tbl.u_inlineB {
        display: inline-block !important;
    }

    .u_sp.u_inline {
        display: inline !important;
    }

    .u_sp.u_tbl.u_inline {
        display: inline !important;
    }
}

/* Module */
.topMesseage__wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.topMesseage__inner {
    width: 100%;
}

.topMesseage {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    letter-spacing: -1px;
}

.topMesseage+.topMesseage {
    margin-top: 24px;
}

.topMesseage--img {}

.topMesseage--img>img {
    max-width: 350px;
    max-height: 280px;
}

.m_EB_servicelineup__wrap {
    margin-top: 100px;
}

.m_EB_servicelineup__ttl_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #2E3591;
    letter-spacing: 3px;
    margin-bottom: 24px;
}

.m_EB_servicelineup__ttl {
    margin-top: 10px;
    font-size: 30px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.07em;
}

.m_EB_servicelineup__subTtl {
    padding: 2px 15px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #2E3591;
    letter-spacing: 0.01em;
}

.m_EB_servicelineup_navi__wrap.is-active {
    position: fixed;
    width: 970px;
    margin: 0;
    top: 0;
    background: #fff;
    z-index: 999;
}

.m_EB_servicelineup_navi {
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #2E3591;
}

.m_EB_servicelineup_navi_item {
    width: 225px;
    height: 45px;
    background: #f2f2f2;
    font-size: 24px;
    font-weight: bold;
}

.m_EB_servicelineup_navi_item:hover {
    background: #2E3591;
}

.m_EB_servicelineup_navi_link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #2E3591;
}

.m_EB_servicelineup_navi_link::before {
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
}

.m_EB_servicelineup_navi_item:hover .m_EB_servicelineup_navi_link {
    color: #fff;
}

.m_EB_servicelineup_navi_link--recruitment {}

.m_EB_servicelineup_navi_link--recruitment::before {
    content: "\f2c2";
}

.m_EB_servicelineup_navi_link--hrd {}

.m_EB_servicelineup_navi_link--hrd::before {
    content: "\f19d";
}

.m_EB_servicelineup_navi_link--assessment {}

.m_EB_servicelineup_navi_link--assessment::before {
    content: "\f200";
}

.m_EB_servicelineup_navi_link--other {}

.m_EB_servicelineup_navi_link--other::before {
    content: "\f0c9";
}

.m_EB_servicelineup_small_navi__wrap {
    display: none;
}

.m_EB_servicelineup_small_navi_area__toggle_menu {
    display: none;
}

@media screen and (max-width:768px) {
    .m_EB_servicelineup__subTtl {
        font-size: 18px;
    }
}

.m_EB_service {
    margin-top: 30px;
}

.m_EB_service+.m_EB_service {
    margin-top: 100px;
}

.m_EB_service_ttl__wrap {
    font-size: 30px;
    color: #2E3591;
    margin-bottom: 24px;
}

.m_EB_service_ttl {
    position: relative;
}

.m_EB_service_ttl::before {
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
}

.m_EB_service_ttl--recruitment {}

.m_EB_service_ttl--recruitment::before {
    content: "\f2c2";
}

.m_EB_service_ttl--hrd {}

.m_EB_service_ttl--hrd::before {
    content: "\f19d";
}

.m_EB_service_ttl--assessment {}

.m_EB_service_ttl--assessment::before {
    content: "\f200";
}

.m_EB_service_ttl--other {}

.m_EB_service_ttl--other::before {
    content: "\f0c9";
}

.m_EB_service_salescopy__wrap {
    display: flex;
}

.m_EB_service_salescopy__inner {
    padding-left: 30px;
}

.m_EB_service_salescopy {
    line-height: 1.6;
}

.m_EB_service_salescopy+.m_EB_service_salescopy {
    margin-top: 24px;
}

.m_EB_service_salescopy--img {}

.m_EB_service_salescopy--img>img {
    height: 325px;
    width: 325px;
}

.m_EB_service_plan__wrap {
    position: relative;
    padding: 25px;
    /* background: #EAFCEA; */
    margin-top: 24px;
    border: 1px solid #2E3591;
}

.m_EB_service_plan {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    min-height: 60px;
}

.m_EB_service_plan__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #2E3591;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    justify-content: space-between;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
    /* clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%); */
}

.m_EB_service_plan__ttl::after {
    border: 75px solid #fff;
    border-top: 25px solid #2E3591;
    border-bottom: none;
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
}

.m_EB_service_plan__ttl>span {
    margin: auto;
    font-weight: bold;
}

.m_EB_service_plan__inner {
    position: relative;
    display: flex;
    width: 78%;
    margin: 0px 20px;
    background: #fff;
    padding: 0px;
}

.m_EB_service_plan_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 110px;
    padding: 5px 0px;
}

.m_EB_service_plan_list-row {
    max-height: none;
    flex-direction: row;
}

.m_EB_service_plan:nth-child(n + 2)>.m_EB_service_plan__inner>.m_EB_service_plan_list::before {
    position: absolute;
    content: "";
    border-top: 2px dotted #b7b7b7;
    width: 95%;
    height: 2px;
    top: 0;
}

.m_EB_service_plan_item {
    padding: 0px 5px;
    line-height: 1.8;
    text-indent: -1em;
    padding-left: 1em;
}

.m_EB_service_plan_item::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #2E3591;
    border-radius: 50%;
}

.m_EB_service_plan_link {
    font-size: 16px;
    text-decoration: underline;
    padding-left: 5px;
}

.m_EB_service_plan_link:hover {
    opacity: 0.6;
}

.m_EB_service_other_plan {
    margin: 24px 0px;
}

.m_EB_service_other_plan__inner {}

.m_EB_service_other_plan__inner__wrap {
    display: flex;
    gap: 20px;
}

.m_EB_service_other_plan_ttl__wrap {
    position: relative;
    border-left: 5px solid #2E3591;
    color: #2E3591;
    margin-bottom: 24px;
}

.m_EB_service_other_plan_ttl {
    font-size: 20px;
    font-weight: bold;
    padding-left: 12px;
}

.m_EB_service_other_plan_copy {
    line-height: 1.6;
}

.m_EB_service_other_plan_img {
    margin-top: auto;
}

.m_EB_service_other_plan_img>img {}

.m_EB_service_reccomend_ttl__wrap {
    position: relative;
    border-left: 5px solid #2E3591;
    color: #2E3591;
    margin-bottom: 24px;
}

.m_EB_service_reccomend_ttl {
    font-size: 24px;
    font-weight: bold;

    padding-left: 12px;
}

.m_EB_service_reccomend {}

.m_EB_service_reccomend+.m_EB_service_reccomend {
    margin-top: 28px;
}

.m_EB_service_reccomend_case {
    font-size: 20px;
    font-weight: bold;
    background: #2E3591;
    color: #fff;
    padding: 8px 15px;
}

.m_EB_service_reccomend__inner {
    /* display: flex;
    justify-content: space-around;
    background: #fff;
    padding: 15px;
    margin: 10px 0px; */
}

.m_EB_service_reccomend_img {}

.m_EB_service_reccomend_img>img {
    width: 277px;
    height: auto;
}

.m_EB_service_reccomend_service {
    padding-left: 24px;
}

.m_EB_service_reccomend_service_ttl {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
}

.m_EB_service_reccomend_service_link {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    padding: 15px;
    margin: 10px 0px;
    color: #000;
}

.m_EB_service_reccomend_service_link:hover {
    opacity: 0.6;
}

.m_EB_service_reccomend_service_txt {}

.m_EB_service_reccomendOther__wrap {
    display: flex;
}

.m_EB_service_reccomendOther__wrap+.m_EB_service_reccomendOther__wrap {
    margin-top: 12px;
}

.m_EB_service_reccomendOther {
    width: 230px;
}

.m_EB_service_reccomendOther__inner {
    display: flex;
    flex-direction: row;
    background: #fff;
}

.m_EB_service_reccomendOther_img {
    width: 80px;
    height: 80px;
}

.m_EB_service_reccomendOther_img>img {
    min-width: 80px;
    min-height: 80px;
}

.m_EB_service_reccomendOther_service_ttl {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.m_EB_service_reccomendOther_service_link {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.m_EB_service_reccomendOther_service_link:hover {
    opacity: 0.6;
}

/* Utility */
/* order */
.u_ord0 {
    order: 0 !important;
}

.u_ord1 {
    order: 1 !important;
}

.u_ord2 {
    order: 2 !important;
}

.u_ord3 {
    order: 3 !important;
}

.u_ord4 {
    order: 4 !important;
}

.u_ord5 {
    order: 5 !important;
}

.u_ord6 {
    order: 6 !important;
}

.u_ord9999 {
    order: 9999 !important;
}

.u_ord-1 {
    order: -1 !important;
}

.u_Hide {
    display: none;
}

.u_Inline {
    display: block;
}

/* MediaQuery */
@media screen and (max-width: 768px) {
    #base {
        width: 100%;
    }

    #sideContents {
        display: none;
    }

    #mainContents {
        width: 100%;
    }

    #wrapper {
        width: 100%;
    }

    .heading--keyvisual>img {
        width: initial;
        height: initial;
    }

    .topMesseage__wrap {
        flex-direction: column;
        align-items: center;
    }

    .topMesseage {
        font-size: 16px;
        text-align: center;
        letter-spacing: -1.5px;
    }

    .topMesseage--img>img {
        max-width: none;
        max-height: none;
        width: 100%;
        height: 100%;
    }

    .m_EB_service:first-child {
        margin-top: 48px;
    }

    .m_EB_servicelineup__ttl {
        font-size: 24px;
    }

    .m_EB_service_ttl__wrap {
        font-size: 24px;
    }

    .m_EB_service_reccomend_img>img {
        width: 277px;
        height: auto;
    }

    .m_EB_service_reccomend_ttl {
        font-size: 20px;
        letter-spacing: -1px;
    }

    .m_EB_service_salescopy__wrap {
        flex-direction: column;
        align-items: center;
    }

    .m_EB_service_salescopy__inner {
        padding-left: initial;
    }

    .m_EB_service_salescopy--img {
        display: flex;
        justify-content: center;
        margin-bottom: 24px;
    }

    .m_EB_service_salescopy--img>img {
        width: 80%;
        height: initial;
    }

    .m_EB_service_plan__inner {
        width: 100%;
        margin: 0px 0px;
    }

    .m_EB_service_plan_list {
        max-height: 100%;
    }

    .m_EB_service_plan:nth-child(n + 2)>.m_EB_service_plan__inner>.m_EB_service_plan_list::before {
        content: initial;
    }

    .m_EB_service_plan+.m_EB_service_plan {
        margin-top: 24px;
    }

    .m_EB_service_reccomend_service_link {
        flex-direction: column;
        align-items: center;
    }

    .m_EB_service_reccomend_img {
        margin-bottom: 12px;
    }

    .m_EB_service_reccomend_case {
        font-size: 18px;
        padding: 8px 10px;
    }

    .m_EB_service_other_plan__inner__wrap {
        display: flex;
        gap: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .m_EB_service_other_plan {
        flex-direction: column;
        align-items: center;
    }

    .m_EB_service_other_plan_ttl {
        font-size: 18px;
        letter-spacing: -1.1px;
    }

    .m_EB_service_other_plan_copy {
        width: 100%;
        margin-bottom: 12px;
    }

    .m_EB_service_other_plan_img {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .m_EB_service_other_plan_img>img {}

    .m_EB_service_reccomend_service {
        padding-left: initial;
    }

    .m_EB_service_plan__wrap {
        margin-top: 24px;
    }

    .m_EB_service_plan__wrap::before {
        content: initial;
    }

    .m_EB_service_plan__ttl {
        min-width: 180px;
        padding: 5px 10px;
        margin-bottom: initial;
    }

    .m_EB_service_plan__ttl::after {
        content: initial;
    }

    .m_EB_service_reccomendOther {
        width: initial;
    }

    .m_EB_service_reccomendOther__inner {
        display: block;
        width: 100%;
    }

    .m_EB_service_reccomendOther__inner+.m_EB_service_reccomendOther__inner {
        margin-top: 12px;
    }

    .m_EB_servicelineup_navi {
        display: none;
    }

    .m_EB_servicelineup_small_navi__wrap {}

    .m_EB_servicelineup_small_navi__wrap.is_show {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        z-index: 999;
        background: #f2f2f2;
        width: 100%;
        height: 60px;
    }

    .m_EB_servicelineup_small_navi_area__toggle_menu_wrap {
        display: block;
    }

    .m_EB_servicelineup_small_navi_area__toggle_menu {
        position: relative;
        cursor: pointer;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        top: 0px;
        left: 5px;
        z-index: 999;
    }

    .m_EB_servicelineup_small_navi_area__toggle_menu span:nth-of-type(1) {
        top: 15px;
    }

    .m_EB_servicelineup_small_navi_area__toggle_menu span:nth-of-type(2) {
        top: 23px;
    }

    .m_EB_servicelineup_small_navi_area__toggle_menu span:nth-of-type(3) {
        top: 31px;
    }

    .m_EB_service_ttl {
        font-size: 24px;
    }

    .u_MdHide {
        display: none;
    }

    .u_MdInline {
        display: block;
    }
}

@media screen and (max-width: 599px) {
    #base {
        width: 100%;
    }

    #sideContents {
        display: none;
    }

    #mainContents {
        width: 100%;
    }

    #wrapper {
        width: 100%;
    }

    .heading--keyvisual>img {
        width: initial;
        height: initial;
    }

    .topMesseage__wrap {
        flex-direction: column;
        align-items: center;
    }

    .topMesseage {
        font-size: 16px;
        text-align: center;
        letter-spacing: -1.5px;
    }

    .topMesseage--img>img {
        max-width: none;
        max-height: none;
        width: 100%;
        height: 100%;
    }

    .m_EB_service:first-child {
        margin-top: 48px;
    }

    .m_EB_servicelineup__ttl {
        font-size: 24px;
    }

    .m_EB_service_ttl__wrap {
        font-size: 16px;
    }

    .m_EB_service_reccomend_img>img {
        width: 277px;
        height: auto;
    }

    .m_EB_service_reccomend_ttl {
        font-size: 20px;
        letter-spacing: -1px;
    }

    .m_EB_service_salescopy__wrap {
        flex-direction: column;
        align-items: center;
    }

    .m_EB_service_salescopy__inner {
        padding-left: initial;
    }

    .m_EB_service_salescopy--img {
        display: flex;
        justify-content: center;
        margin-bottom: 24px;
    }

    .m_EB_service_salescopy--img>img {
        width: 80%;
        height: initial;
    }

    .m_EB_service_plan__inner {
        width: 100%;
        margin: 0px 0px;
    }

    .m_EB_service_plan_list {
        max-height: 100%;
    }

    .m_EB_service_plan:nth-child(n + 2)>.m_EB_service_plan__inner>.m_EB_service_plan_list::before {
        content: initial;
    }

    .m_EB_service_plan+.m_EB_service_plan {
        margin-top: 24px;
    }

    .m_EB_service_reccomend_service_link {
        flex-direction: column;
        align-items: center;
    }

    .m_EB_service_reccomend_img {
        margin-bottom: 12px;
    }

    .m_EB_service_reccomend_case {
        font-size: 18px;
        padding: 8px 10px;
    }

    .m_EB_service_other_plan__inner__wrap {
        display: flex;
        gap: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .m_EB_service_other_plan {
        flex-direction: column;
        align-items: center;
    }

    .m_EB_service_other_plan_ttl {
        font-size: 18px;
        letter-spacing: -1.1px;
    }

    .m_EB_service_other_plan_copy {
        width: 100%;
        margin-bottom: 12px;
    }

    .m_EB_service_other_plan_img {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .m_EB_service_other_plan_img>img {}

    .m_EB_service_reccomend_service {
        padding-left: initial;
    }

    .m_EB_service_plan__wrap {
        margin-top: 24px;
    }

    .m_EB_service_plan__wrap::before {
        content: initial;
    }

    .m_EB_service_plan__ttl {
        min-width: 180px;
        padding: 5px 10px;
        margin-bottom: initial;
    }

    .m_EB_service_plan__ttl::after {
        content: initial;
    }

    .m_EB_service_reccomendOther {
        width: initial;
    }

    .m_EB_service_reccomendOther__inner {
        display: block;
        width: 100%;
    }

    .m_EB_service_reccomendOther__inner+.m_EB_service_reccomendOther__inner {
        margin-top: 12px;
    }

    .m_EB_service_ttl {
        font-size: 24px;
    }

    .u_SmHide {
        display: none;
    }

    .u_SmInline {
        display: block;
    }
}

.m_EB_servicelineup_small_nav__wrap {
    display: none;
}

.m_EB_servicelineup_small_nav {
    display: flex;
    justify-content: center;
    margin: auto;
    position: relative;
    width: 980px;
    background-color: #f2f2f2;
}

.m_EB_servicelineup_small_nav__toggle_menu_wrap {}

.m_EB_servicelineup_small_nav__toggle_menu {
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    top: 5px;
    left: 5px;
    z-index: 9999;
}

.m_EB_servicelineup_small_nav__toggle_menu span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #333;
    width: 45%;
}

.m_EB_servicelineup_small_nav__toggle_menu span:nth-of-type(1) {
    top: 15px;
}

.m_EB_servicelineup_small_nav__toggle_menu span:nth-of-type(2) {
    top: 23px;
}

.m_EB_servicelineup_small_nav__toggle_menu span:nth-of-type(3) {
    top: 31px;
}

.m_EB_servicelineup_small_nav__toggle_menu.is-active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.m_EB_servicelineup_small_nav__toggle_menu.is-active span:nth-of-type(2) {
    opacity: 0;
}

.m_EB_servicelineup_small_nav__toggle_menu.is-active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.m_EB_servicelineup_small_nav__menu_wrap {
    display: flex;
    border-right: 1px solid #fff;
    width: 980px;
    margin: 0 auto;
}

.m_EB_servicelineup_small_nav__menu_item {
    color: #fff;
    border-left: 1px solid #fff;
    text-align: center;
    width: 100%;
}

.m_EB_servicelineup_small_nav__menu_link {
    color: #333;
    font-size: 20px;
    text-decoration: none;
    height: 100%;
    width: 100%;
    line-height: 1.5;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 10px 0;
}

.m_EB_servicelineup_small_nav__menu_link:hover {
    color: #fff;
    background: #2E3591;
}

@media screen and (max-width: 768px) {
    .m_EB_servicelineup_small_nav__wrap {
        position: fixed;
        display: block;
        top: -10px;
        background-color: #f2f2f2;
        box-shadow: 0 4px 4px #aaa;
        width: 100%;
        z-index: 9999;
        transform: translateY(-100%);
        transition: 0.5s transform;
    }

    .m_EB_servicelineup_small_nav {
        display: flex;
        justify-content: space-between;
        height: 60px;
    }

    .m_EB_servicelineup_small_nav__toggle_menu_wrap {
        display: block;
    }

    .m_EB_servicelineup_small_nav__menu_wrap {
        display: block;
        border: none;
        box-sizing: border-box;
        width: 220px;
        box-shadow: 4px 4px 4px #aaa;
        /* padding: 0 0 20px; */
        background-color: #fff;
    }

    .m_EB_servicelineup_small_nav__menu_item {
        color: #283a5b;
    }

    .js_menu_list {
        position: absolute;
        z-index: 9999;
        top: 100%;
        left: -100%;
        transition: all 0.5s;
    }
}

.js_fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transform: none;
}

.is-menu_active {
    left: 0;
}

/* -----
utility
---- */
/*横幅*/
.u_col1 {
    width: 8.333%;
}

.u_col2 {
    width: 16.667%;
}

.u_col3 {
    width: 25%;
}

.u_col4 {
    width: 33.333%;
}

.u_col5 {
    width: 41.666%;
}

.u_col6 {
    width: 50%;
}

.u_col7 {
    width: 58.333%;
}

.u_col8 {
    width: 66.666%;
}

.u_col9 {
    width: 75%;
}

.u_col10 {
    width: 83.33%;
}

.u_col11 {
    width: 91.666%;
}

.u_col12 {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .u_resMdCol1 {
        width: 8.333%;
    }

    .u_resMdCol2 {
        width: 16.667%;
    }

    .u_resMdCol3 {
        width: 25%;
    }

    .u_resMdCol4 {
        width: 33.333%;
    }

    .u_resMdCol5 {
        width: 41.666%;
    }

    .u_resMdCol6 {
        width: 50%;
    }

    .u_resMdCol7 {
        width: 58.333%;
    }

    .u_resMdCol8 {
        width: 66.666%;
    }

    .u_resMdCol9 {
        width: 75%;
    }

    .u_resMdCol10 {
        width: 83.33%;
    }

    .u_resMdCol11 {
        width: 91.666%;
    }

    .u_resMdCol12 {
        width: 100%;
    }
}

@media screen and (max-width: 599px) {
    .u_resSmCol1 {
        width: 8.333%;
    }

    .u_resSmCol2 {
        width: 16.667%;
    }

    .u_resSmCol3 {
        width: 25%;
    }

    .u_resSmCol4 {
        width: 33.333%;
    }

    .u_resSmCol5 {
        width: 41.666%;
    }

    .u_resSmCol6 {
        width: 50%;
    }

    .u_resSmCol7 {
        width: 58.333%;
    }

    .u_resSmCol8 {
        width: 66.666%;
    }

    .u_resSmCol9 {
        width: 75%;
    }

    .u_resSmCol10 {
        width: 83.33%;
    }

    .u_resSmCol11 {
        width: 91.666%;
    }

    .u_resSmCol12 {
        width: 100%;
    }
}


/* =================
2024.09 リニューアル
  ================= */
/* Common */
.m_EB_btn {
    width: fit-content;
    border-radius: calc(5/16 * 1.6rem);
    background-color: #9F7A46;
    margin: 0 auto;
    cursor: pointer;
}

.m_EB_btn a {
    display: block;
    width: 100%;
    font-weight: 700;
    padding: 17px 30px;
    color: #fff;
    transition: 0.6s;
}

@media (any-hover: hover) {
    .m_EB_btn a:hover {
        opacity: 0.6;
    }
}

@media screen and (max-width:768px) {
    .m_EB_btn a {
        padding: 10px 27px;
    }
}

/* Navi */
.topMesseage_business_scale_lst {
    display: flex;
    width: 100%;
    gap: 10px;
}

.topMesseage_business_scale_itm {
    position: relative;
    width: 100%;
    margin-top: 15px;
    border-radius: calc(5/16 * 1.6rem);
    background-color: #2E3591;
    border: 2px solid #2E3591;
    transition: 0.6s;
}

.topMesseage_business_scale_itm a {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-weight: 700;
    color: #fff;
}

.topMesseage_business_scale_itm::before {
    content: "";
    position: absolute;
    width: calc(13/16 * 1.6rem);
    height: calc(13/16 * 1.6rem);
    right: calc(5/16 * 1.6rem);
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
    mask-image: url(/resource/img/division/for-glowbusiness/tab.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #fff;
}

.topMesseage_anchor_lst {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 50px;
}

.topMesseage_anchor_itm {
    position: relative;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.topMesseage_anchor_itm::before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    right: 10px;
    top: 40%;
    border-top: 1px solid #2E3591;
    border-right: 1px solid #2E3591;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.topMesseage_anchor_itm::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 15px;
    right: 0;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
    border-right: 1px solid #A8A8A8;
}

.topMesseage_anchor_itm a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-right: 45px;
    align-items: center;
    color: #000;
    font-weight: 700;
    transition: 0.6s;
}

.topMesseage_anchor_itm.topMesseage_anchor_itm__commonInquiry a {
    color: #ff0000;
}

@media (any-hover: hover) {
    .topMesseage_business_scale_itm:hover {
        border: 2px solid #2E3591;
        background-color: #fff;
    }

    .topMesseage_business_scale_itm:hover a {
        color: #2E3591;
    }

    .topMesseage_business_scale_itm:hover::before {
        /* background-image: url(/resource/img/division/for-glowbusiness/tab_green.svg); */
        background-color: #2E3591;
    }

    .topMesseage_anchor_itm a:hover {
        opacity: 0.6;
    }
}

@media screen and (max-width: 768px) {

    .topMesseage_business_scale_lst,
    .topMesseage_anchor_lst {
        display: block;
    }

    .topMesseage_anchor_lst {
        background-image: repeating-linear-gradient(180deg, #cbcbcb, #cbcbcb 3px, transparent 3px, transparent 6px), repeating-linear-gradient(180deg, #cbcbcb, #cbcbcb 3px, transparent 3px, transparent 6px);
        background-position: right top, left top;
        background-repeat: repeat-y, repeat-y;
        background-size: 2px 100%, 2px 100%;
        padding: 0 10px;
    }

    .topMesseage_anchor_itm a {
        justify-content: flex-start;
    }

    .topMesseage_anchor_itm_br {
        display: none;
    }

    .topMesseage_anchor_itm::after {
        display: none;
    }
}

/* Section:インソースグループのサービスのポイント */
.topMesseage_lead {
    margin-top: 40px;
    font-family: "Helvetica Neue", "Noto Serif JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
}

.m_EB_servicelineup_lead+.m_EB_servicelineup_lead {
    margin-top: 25px;
}

.m_EB_servicelineup_lead_ttl {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    padding-left: 15px;
}

.m_EB_servicelineup_lead_ttl::before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #2E3591;
    border-radius: 50%;
    left: 0;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
}

.m_EB_servicelineup_lead_txt {
    padding-top: 15px;
}

.m_EB_servicelineup_lead_txt p+p {
    margin-top: 15px;
}

.m_EB_servicelineup_lead_lst {
    margin-top: 15px;
}

.m_EB_servicelineup_lead_lst li {
    text-indent: -1em;
    padding-left: 1em;
}

.m_EB_servicelineup_lead_wrap .m_EB_btn {
    margin-top: 45px;
}

@media screen and (max-width:766px) {
    .topMesseage_lead {
        font-size: 16px;
        letter-spacing: -1.5px;
    }
}

/* Section:数字で見るインソース */
:root {
    --vw-value-lg: 970;
    --vw-value-sm: 599;
}

.m_EB_sec_number {
    margin-top: 100px;
}

.m_EB_sec_number_itm {
    display: grid;
    display: -ms-grid;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    -ms-grid-row-span: 4;
    grid-row: span 4;
    place-items: center;
    row-gap: 0;
    padding: 10px 20px;
    border-radius: calc(10/16 * 1.6rem);
    box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.6);
    text-align: center;
}

.m_EB_sec_number_itm__employees {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.m_EB_sec_number_itm__employees_ttl {
    font-size: 22px;
    font-weight: 700;
}

.m_EB_sec_number_itm__employees_num {
    margin-top: 20px;
    color: #E5012D;
    font-size: 95px;
    font-weight: 700;
    font-family: "Helvetica Neue";
}

.m_EB_sec_number_itm__employees_num span {
    font-size: 40px;
    color: #000;
}

.m_EB_sec_number_itm__employees_year {
    font-size: 12px;
    font-weight: 700;
}

.m_EB_sec_number_lst {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.m_EB_sec_number_itm_ttl {
    font-size: 18px;
    font-weight: 700;
    line-height: calc(27/18);
}

.m_EB_sec_number_itm figure {
    display: block;
    line-height: 0;
}

.m_EB_sec_number_itm img {
    display: block;
    width: 100%;
    max-width: 285px;
    margin: 0 auto;
}

.m_EB_sec_number_itm.m_EB_sec_number_itm__employees img {
    max-width: 455px;
}

.m_EB_sec_number_itm_num {
    font-size: 60px;
    font-weight: 700;
    font-family: "Helvetica Neue";
    line-height: calc(76/60);
}

.m_EB_sec_number_itm_num__numCurriculumForTraining .js_str_numCurriculumForTraining {
    color: #00984C;
}

.m_EB_sec_number_itm_num__numCurriculumForOpenSeminar .js_str_numCurriculumForOpenSeminar {
    color: #0067CE;
}

.m_EB_sec_number_itm_num__num_rateOfficerFemale {
    color: #FF9300;
}

.m_EB_sec_number_itm_num__num_DX {
    color: #0067CE;
}

.m_EB_sec_number_itm_num__num_newcomer {
    color: #FF53A8;
}

.m_EB_sec_number_itm_num__leafNumShort .js_str_leafNumShort {
    color: #00984D;
}

.m_EB_sec_number_itm_num__numLecturer .js_str_numLecturer {
    color: #6600CC;
}

.m_EB_sec_number_itm_num__rateOfficerFemale .js_str_rateOfficerFemale {
    color: #FF9300;
}

.m_EB_sec_number_itm_num__max_implementations {
    color: #E5012D;
}

.m_EB_sec_number_itm_num .m_EB_sec_number_itm_unit {
    font-size: 20px;
    color: #000;
}

.m_EB_sec_number_itm_year {
    margin-top: 10px;
    font-size: 8px;
    font-weight: 700;
    color: #808080;
}

@media screen and (max-width: 768px) {
    .m_EB_sec_number_lst {
        overflow-x: scroll;
        gap: calc((100vw / var(--vw-value-sm)) * 10);
        padding: 5px;
    }

    .m_EB_sec_number_itm {
        width: 100%;
        min-width: 160px;
        padding: 10px;
    }

    .m_EB_sec_number_itm__employees_num span {
        font-size: 25px;
    }

    .m_EB_sec_number_itm__employees_ttl {
        line-height: 1.5;
    }

    .m_EB_sec_number_itm__employees {
        display: block;
    }

    .m_EB_sec_number_itm_ttl {
        font-size: calc((100vw / var(--vw-value-sm)) * 18);
    }

    .m_EB_sec_number_itm__employees_num {
        margin-top: 10px;
        font-size: calc((100vw / var(--vw-value-sm)) * 55);
    }

    .m_EB_sec_number_itm_num {
        font-size: calc((100vw / var(--vw-value-sm)) * 40);
    }
}

/* 部署別教育サービス */
.organizationChart {
    background-color: #f8f8f8;
    border: 2px solid #1526bb;
    padding: 40px;
    position: relative;
}

.organizationChart>*:last-child {
    margin-bottom: 0;
}

.organizationChart::before {
    background-image: url("/resource/img/division/gold_click.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 137px;
    position: absolute;
    top: -72px;
    right: 60px;
    width: 145px;
}

/* .organizationChart__item { margin-bottom: 30px; } */

.organizationChart__item.__text {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.organizationChart__item.__map.js-slideToggle {
    font-weight: bold;
    position: relative;
    max-height: 580px;
    transition: max-height 0.5s ease-in-out;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
}

.organizationChart__item.__map {
    max-height: 2000px;
}

.m_EB_btn__lineup.more {
    display: block;
    width: 16em;
    font-weight: 700;
    padding: 17px 30px;
    color: #fff;
    transition: 0.6s;
    text-align: center;
}


.m_EB_btn__lineup.more::after {
    content: "もっと見る";
    transition: .2s;
}

.m_EB_btn__lineup.more.on-click::after {
    content: "閉じる";
}

.organizationChart__item.__map::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.organizationChart__item.__map svg {
    height: auto;
    position: absolute;
    top: 0;
    width: 100%;
}

.m_EB_btn.m_EB_btn__lineup {
    margin-top: 47px;
}

.m_EB_btn.m_EB_btn__lineup.js-open {
    display: block;
    width: 100%;
    font-weight: 700;
    padding: 17px 30px;
    color: #fff;
    transition: 0.6s;
}

@supports (display: grid) {

    /* IE以外 */
    .organizationChart__item.__map::before {
        content: none;
    }

    .organizationChart__item.__map svg {
        position: static;
    }
}

.link--map {}

.link--map:hover .map--stroke {
    stroke: #FF3399;
}

.link--map:hover .map--fill {
    fill: #FF3399;
}

.organizationChart__item.__scrollHint {
    display: none;
}

@media screen and (max-width: 768px) {
    .organizationChart__item.__scrollHint {
        display: block;
    }

    .scrollHint {
        align-items: center;
        color: #1526bb;
        display: flex;
        justify-content: flex-end;
        padding: 5px;
    }

    .scrollHint>img {
        background-color: #1526bb;
    }

    .organizationChart__svgwrapper {
        border: 1px solid #1526bb;
        overflow: auto;
        padding: 20px;
    }

    .organizationChart__svgwrapper>div {
        width: 886px;
    }

    .organizationChart::before {
        right: 18px;
        width: calc(145px / 1.4);
    }
}


@media screen and (max-width: 599px) {
    .organizationChart::before {
        right: 14px;
        width: calc(145px / 1.5);
    }

    .organizationChart__item.__scrollHint {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 10px;
    }
}

/* Section:おすすめ教育ソリューション */
.m_EB_sec_solutions {
    padding-top: 100px;
}

.m_EB_sec_solutions_itm {
    display: flex;
    gap: 30px;
    padding: 20px 0;
}

.m_EB_sec_solutions_itm+.m_EB_sec_solutions_itm {
    background-image: repeating-linear-gradient(90deg, #cbcbcb, #cbcbcb 3px, transparent 3px, transparent 6px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 100% 3px;
}

.m_EB_sec_solutions_itm_img {
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    flex-shrink: 0;
}

.m_EB_sec_solutions_itm_img img {
    display: block;
    width: 100%;
}

.m_EB_sec_solutions_itm_Ttl {
    color: #2E3591;
    font-size: 18px;
    font-weight: 700;
}

.m_EB_sec_solutions_itm_Lst {
    margin-top: 15px;
}

.m_EB_sec_solutions_itm_Itm {
    position: relative;
    padding-left: 20px;
}

.m_EB_sec_solutions_itm_Itm+.m_EB_sec_solutions_itm_Itm {
    margin-top: 10px;
}

.m_EB_sec_solutions_itm_Itm::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #2E3591;
    border-radius: 50%;
    left: 0;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
}

.m_EB_sec_solutions_itm_Itm a {
    color: #000;
}

@media (any-hover: hover) {
    .m_EB_sec_solutions_itm_Itm a:hover {
        color: #052674;
        text-decoration: underline;
        opacity: 0.8;
    }
}

@media screen and (max-width: 768px) {
    .m_EB_sec_solutions_itm {
        flex-direction: column;
        padding: 30px 0;
        gap: 20px;
    }

    .m_EB_sec_solutions_itm_img {
        margin: 0 auto;
    }
}

/* おすすめコラム */
.column_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.column_inner {
    width: 48%;
    padding: 18px;
    border-radius: 9px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
}

.column_inner_hediing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 20px;
}

.column_inner_line {
    width: 40px;
    height: 1px;
    background-color: #2E3591;
    display: flex;
}

.column_inner_ttl {
    font-size: 20px;
    color: #2E3591;
    font-weight: bold;
}

.p_articleBox_small_ttl {
    font-size: 16px;
    line-height: 1.5;
    height: 48px;
    overflow: hidden;
    position: relative;
}

.p_articleBox_small_txt {
    border-bottom: dotted #CBCBCB;
    margin-bottom: 20px;
}

.p_articleBox_small_extra {
    margin-top: 14px;
    margin-bottom: 11px;
    display: flex;
    flex-wrap: wrap;
}

.p_articleBox_small_type {
    font-size: 12px;
    color: #666;
    margin-right: 10px;
}

.p_articleBox_small_date {
    font-size: 12px;
    color: #d66c00;
}

.c_btn--margin-top-auto {
    margin-top: auto;
}

.c_btn--static {
    position: static;
}

.c_btn--rigthSide {
    justify-content: flex-end;
}

.c_btn {
    display: flex;
}

.c_btn--headlineNews>.c_btn__target {
    padding: 0 24px;
    border: 1px solid #383838;
    color: inherit;
    line-height: 1;
    letter-spacing: 2px;
    font-size: 13px;
    transition: .2s background;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p_articleBox_small_item a {
    color: #2f2f2f;
}

.p_articleBox_small_item a:hover {
    opacity: .6;
    transition: .3s;
}

@media screen and (max-width: 768px) {
    .column_wrapper {
        flex-direction: column;
        gap: 60px;
    }

    .column_inner {
        width: 100%;
        box-sizing: border-box;
    }
}

/* Section:同じ組織規模でサービスをご検討されているお客さまからのご質問  */
.m_EB_sec_faq {
    padding-top: 100px;
}

.m_EB_sec_faq_itm {
    position: relative;
    border-bottom: 1px solid #CBCBCB;
}

.m_EB_sec_faq_itm::before,
.m_EB_sec_faq_itm::after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    background-color: #000;
    transition: all 0.4s linear;
    border-radius: calc(1px / 0);
    z-index: 1;
}

.m_EB_sec_faq_itm::before {
    width: calc(16 / 16* 1.6rem);
    height: calc(2 / 16* 1.6rem);
    right: calc(13 / 16* 1.6rem);
    top: calc(23/16 * 1.6rem);
}

.m_EB_sec_faq_itm::after {
    width: calc(2 / 16* 1.6rem);
    height: calc(16 / 16* 1.6rem);
    top: calc(16/16 * 1.6rem);
    right: calc(20 / 16* 1.6rem);
}

.m_EB_sec_faq_itm.js_open::after {
    font-family: "Helvetica Neue";
    -webkit-transform: rotate(90deg) translateY(0px);
    transform: rotate(90deg) translateY(0px);
}

.m_EB_sec_faq_itm_Ttl {
    position: relative;
    padding: 25px 60px;
    font-size: 16px;
    font-weight: 700;
}

.m_EB_sec_faq_itm_Ttl::before {
    content: "Q";
    position: absolute;
    width: 35px;
    height: 55px;
    left: 0;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #2E3591;
}

.m_EB_sec_faq_itm_Cont {
    position: relative;
    margin-top: 10px;
    padding: 25px 60px;
}

.m_EB_sec_faq_itm_Cont::before {
    content: "A";
    position: absolute;
    width: 35px;
    height: 55px;
    left: 2px;
    top: 0;
    font-size: 40px;
    font-weight: 700;
    color: #2E3591;
}

.m_EB_sec_faq_itm_Cont_Txt+.m_EB_sec_faq_itm_Cont_Txt {
    padding-top: 20px;
}

.m_EB_sec_faq_itm_Cont_Txt a {
    color: #052674;
}


@media (any-hover: hover) {
    .m_EB_sec_faq_itm_Ttl:hover {
        cursor: pointer;
    }

    .m_EB_sec_faq_itm_Cont_Txt a:hover {
        text-decoration: underline;
        opacity: 0.8;
    }
}

@media screen and (max-width:768px) {
    .m_EB_sec_faq_itm::before {
        top: calc(22/16 * 1.6rem);
    }

    .m_EB_sec_faq_itm::after {
        top: calc(15/16 * 1.6rem);
    }

    .m_EB_sec_faq_itm_Ttl::before {
        top: 0;
        bottom: auto;
        transform: translateY(0);
    }
}

.m_EB_footer_top_ttl {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.m_EB_footer_top_ttl::after {
    content: "";
    display: block;
    width: calc(60/16 * 1.6rem);
    height: calc(5/16 * 1.6rem);
    background-color: #FF0000;
    margin: 15px auto 0 auto;
}

/* インソースのご利用方法 */
.m_EB_sec_howto_lst {
    margin-top: 50px;
}

.m_EB_sec_howto_itm {
    padding: 30px;
    border-radius: calc(10/16 * 1.6rem);
    box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.6);
    text-align: center;
}

.m_EB_sec_howto_itm+.m_EB_sec_howto_itm {
    margin-top: 20px;
}

.m_EB_sec_howto_itm_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m_EB_sec_howto_itm_txt_box {
    max-width: 500px;
    text-align: start;
}

.m_EB_sec_howto_itm_ttl {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    padding-left: 20px;
}

.m_EB_sec_howto_itm_ttl::before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 100%;
    left: 0;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
}

.m_EB_sec_howto_itm_ttl.m_EB_sec_howto_itm_ttl__consultation::before {
    background-color: #2A6CAE;
}

.m_EB_sec_howto_itm_ttl.m_EB_sec_howto_itm_ttl__coursesApply::before {
    background-color: #01A7FF;
}

.m_EB_sec_howto_itm_ttl.m_EB_sec_howto_itm_ttl__eLearningApply::before {
    background-color: #FF53A8;
}

.m_EB_sec_howto_itm_ttl.m_EB_sec_howto_itm_ttl__trial::before {
    background-color: #E5012D;
}

.m_EB_sec_howto_itm_txt {
    margin-top: 20px;
}

.m_EB_sec_howto_itm_btn {
    width: 285px;
    height: fit-content;
    border-radius: calc(5/16 * 1.6rem);
    box-shadow: 0px 0px 20px -6px rEBa(0, 0, 0, 0.3);
}

.m_EB_sec_howto_itm_btn.m_EB_sec_howto_itm_btn__consultation {
    border: 1px solid #2A6CAE;
}

.m_EB_sec_howto_itm_btn.m_EB_sec_howto_itm_btn__coursesApply {
    border: 1px solid #01A7FF;
}

.m_EB_sec_howto_itm_btn.m_EB_sec_howto_itm_btn__eLearningApply {
    border: 1px solid #FF53A8;
}

.m_EB_sec_howto_itm_btn.m_EB_sec_howto_itm_btn__trial {
    border: 1px solid #E5012D;
}

.m_EB_sec_howto_itm_btn+.m_EB_sec_howto_itm_btn {
    margin-top: 10px;
}

.m_EB_sec_howto_itm_btn a {
    display: flex;
    width: 100%;
    padding: 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
    font-weight: 700;
    transition: 0.6s;
}

.m_EB_sec_howto_itm_btn a::before {
    content: "";
    width: 25px;
    height: 21px;
    background-size: contain;
    background-image: url(/resource/img/division/for-glowbusiness/icon_01.svg);
    background-repeat: no-repeat;
}

.m_EB_sec_howto_itm_btn__coursesApply a::before,
.m_EB_sec_howto_itm_btn__eLearningApply a::before,
.m_EB_sec_howto_itm_btn.m_EB_sec_howto_itm_btn__howToApply_03 a::before {
    width: 16px;
    background-size: auto;
}

.m_EB_sec_howto_itm_btn__trial a::before {
    width: 20px;
    background-size: auto;
}

.m_EB_sec_howto_itm_btn.m_EB_sec_howto_itm_btn__trial a::before {
    background-image: url(/resource/img/division/for-glowbusiness/howto_icon_con_04.svg);
}

.m_EB_sec_howto_itm_btn.m_EB_sec_howto_itm_btn__consultation a::before {
    background-image: url(/resource/img/division/for-glowbusiness/howto_icon_con_01.svg);
}

.m_EB_sec_howto_itm_btn.m_EB_sec_howto_itm_btn__search_01 a::before {
    background-image: url(/resource/img/division/for-glowbusiness/howto_icon_con_02_02.svg);
}

.m_EB_sec_howto_itm_btn.m_EB_sec_howto_itm_btn__search_02 a::before {
    background-image: url(/resource/img/division/for-glowbusiness/howto_icon_con_02_03.svg);
}

.m_EB_sec_howto_itm_btn.m_EB_sec_howto_itm_btn__howToApply_01 a::before {
    background-image: url(/resource/img/division/for-glowbusiness/howto_icon_con_03_02.svg);
}

.m_EB_sec_howto_itm_btn.m_EB_sec_howto_itm_btn__howToApply_02 a::before {
    background-image: url(/resource/img/division/for-glowbusiness/howto_icon_con_03_03.svg);
}

.m_EB_sec_howto_itm_btn.m_EB_sec_howto_itm_btn__howToApply_03 a::before {
    background-image: url(/resource/img/division/for-glowbusiness/howto_icon_con_03_04.svg);
}

@media (any-hover: hover) {
    .m_EB_sec_howto_itm_btn a:hover {
        opacity: 0.6;
    }
}

@media screen and (max-width:768px) {
    .m_EB_sec_howto_itm_cont {
        flex-direction: column;
        gap: 20px;
    }
}

/* WEBinsoureご登録のお願い */
.m_EB_sec_webinsource {
    margin-top: 100px;
}

.m_EB_sec_webinsource_ttl {
    position: relative;
    margin-top: 25px;
    font-size: 24px;
    font-weight: 700;
    padding-left: 55px;
}

.m_EB_sec_webinsource_ttl::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
    left: 0;
    background-size: contain;
    background-image: url(/resource/img/division/for-glowbusiness/ttl_icon_webinsource.svg);
    background-repeat: no-repeat;
}

.m_EB_sec_webinsource_ttl a {
    color: #000;
    transition: 0.6s;
}

.m_EB_sec_webinsource_ttl span {
    color: #E5012D;
}

.m_EB_sec_webinsource_lead {
    margin-top: 20px;
    font-weight: 700;
}

.m_EB_sec_webinsource_btn_wrap {
    margin-top: 40px;
}

.m_banners {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: -12px;
}

.m_banners__item {
    display: flex;
    justify-content: center;
    padding: 12px;
}

@media (any-hover: hover) {
    .m_banners__target:hover {
        opacity: .7;
    }

    .m_EB_sec_webinsource_ttl a:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width:599px) {
    .m_banners {
        display: block;
    }
}

/* ============
 お問合せ・ご質問 */
/* お問合せのみ */
#inquiry.m_commonFtInquiry.m_EB__inquiry {
    display: flex;
    margin: 30px auto;
    padding: 0;
    justify-content: center;
}

#inquiry .m_commonFtInquiry__btns.m_EB__inquiry_btn {
    max-width: 195px;
    width: 100%;
}

#inquiry .m_commonFtInquiry__btn--inquiry {
    display: flex;
    align-items: stretch;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
}

#inquiry .m_commonFtInquiry__btn--inquiry::before {
    content: "";
    display: block;
    height: 3.5em;
}

#inquiry .m_commonFtInquiry__btnTarget {
    width: 100%;
    display: flex;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
    box-shadow: 3px 3px 10px rEBa(158, 39, 48, .16);
    border: 1px solid #E5002D;
    transition: .3s opacity;
}

#inquiry .m_commonFtInquiry__btnInner {
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: bold;
}

#inquiry .m_commonFtInquiry__btnInner::before {
    content: url(/resource/img/inquiry/footer-icon_inquiry.svg);
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto 0;
    top: 5px;
    bottom: 0;
    left: 0;
    line-height: 0;
}

/* お問合せボックス */
.m_EB__commonFtInquiry_wrap #commonInquiry.m_commonFtInquiry {
    margin-top: 90px;
    padding: 0;
}

.p_mainContents__fotter {
    margin-bottom: 100px;
}