@charset "utf-8";
/*************************************************************
CSS information
style info :  TOPページ限定のスタイル
**************************************************************/
* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

#a_1, #a_2, #a_3, #a_4, #a_5, #a_6 {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.main_visual_flex {
    box-sizing: border-box;
    position: relative;
    height: 400px;
    background: url(/services/securitylearning/ciso/images/mv_bg.webp) no-repeat center top;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.main_visual_flex::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 400px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.main_visual_flex .main_visual_inner {
    box-sizing: border-box;
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1108px;
    height: 100%;
    top: 50%;
    gap: 10px;
    padding: 0 16px;

    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10;
}

.main_visual_flex .main_visual_inner .mv_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    width: calc(60% - 5px);
}

.main_visual_flex .main_visual_inner .mv_right {
    display: flex;
    flex-direction: column;
    width: calc(40% - 5px);
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.main_visual_flex .main_visual_inner .mv_right .mv_profile {
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: 50%;
    color: #000;
    background-color: rgb(200, 200, 200, 0.8);
    padding: 10px;
    font-size: 12px;
    width: 100%;
}

.main_visual_flex .main_visual_inner .mv_title {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 56px;
    line-height: 1.25;
    color: #F2F2F2;
}

.main_visual_flex .main_visual_inner .mv_caption,
.main_visual_inner .mv_caption_sub {
    box-sizing: border-box;
    width: 100%;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.25;
    color: #fff;
}

.main_visual_flex .main_visual_inner .mv_caption {
    box-sizing: border-box;
    width: 100%;
    font-size: 28px !important;
    line-height: 1.3 !important;
}

.main_visual_flex .main_visual_inner .mv_caption_sub {
    font-weight: normal;
    font-size: 16px !important;
    line-height: 1.5;
    margin-top: 16px;
}

.main_visual_flex .mv_service_bnr {
    width: 290px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff3d00;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
}

.s_table {
    margin-top: 40px;
    border-bottom: solid 1px #002f8e;
    border-right: solid 1px #002f8e;
    margin-bottom: 70px;
}

.s_table th {
    width: 10%;
    border-left: solid 1px #fff;
    border-bottom: none;
    background: #002f8e;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

.s_table td {
    border-top: solid 1px #002f8e;
    border-left: solid 1px #002f8e;
    background: #fff;
    padding: 10px;
    color: #002f8e;
    text-align: left;
    vertical-align: middle;
}

/* PC｜1440pxより広い  */
@media screen and (min-width: 1441px) {

}


/* SP｜1024px以下  */
@media screen and (max-width: 1024px) {
    /*
    ====================
    ↓メインビジュアル
    ====================
    */
    .main_visual_flex {
        height: 220px;
    }
    .main_visual_flex::after {
        height: 220px;
    }

    .main_visual_flex .main_visual_inner .mv_title {
        max-width: 100%;
        margin-bottom: 0px;
        text-align: left;
        font-weight: bold;
        font-size: 24px;
    }

    .main_visual_flex .main_visual_inner .mv_subtitle {
        max-width: 100%;
        margin-bottom: 0;
        margin-top: 8px;
        text-align: left;
        font-weight: 500;
        font-size: 14px;
    }

    .main_visual_flex .main_visual_inner .mv_right {
        width: 0;
    }

    .main_visual_sp {
        padding: 32px 5%;
    }

    .main_visual_sp {
        padding: 32px 5%;
    }

    .main_visual_sp .mv_profile {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .main_visual_sp_container {
        position: relative;
        padding-top: 24px;
        margin-bottom: 32px;
    }

    .main_visual_sp_container:last-child {
        margin-bottom: 0;
    }

    .main_visual_sp_container::before {
        position: absolute;
        width: 64px;
        height: 2px;
        background: linear-gradient(90deg, #012E83 0%, #0C59BE 100%);
        content: '';
        top: 0;
        left: 0;
    }

    .main_visual_sp_container p {
        font-size: 14px;
        line-height: 2;
        color: #222;
        text-align: left;
    }

    .main_visual_sp_container .mv_link {
        margin-top: 8px;
        font-size: 14px;
        line-height: 2;
        color: #222;
        text-align: left;
        text-decoration: underline;
    }

    .main_visual_sp_container p {
        font-size: 14px;
        line-height: 2;
        color: #222;
        text-align: left;
    }

    .service_bnr {
        font-size: 16px;
        margin-top: 40px;
        padding: 20px 20px 20px;
    }

    .s_table {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}


/*
====================
↓アンカーメニュー
====================
*/

.anchor_menu {
    width: 100%;
    padding: 20px 0;
}

.anchor_menu_container {
    display: flex;
    justify-content: space-around;
    max-width: 1296px;
    margin: 0 auto;
}

.anchor_menu_item {
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    border-left: 1px solid #D8D8D8;
}

.anchor_menu_item > a {
    text-decoration: none;
    outline: none;

    display: grid;
    place-items: center;
    width: 100%;
    height: 40px;

    font-size: 16px;
    color: #012E83;
}

.anchor_menu_item:last-child {
    border-right: 1px solid #D8D8D8;
}

.entry_btn {
    font-size: 20px;
    padding: 25px 20px;
    width: calc(80% + 20px);
    border: 2px solid #ff3d00;
    border-radius: 10px;
    display: block;
    position: relative;
    text-align: center;
    background-color: #ff3d00;
    color: #fff;
    margin: 20px auto;
}

/* SP｜1024px以下  */
@media screen and (max-width: 1024px) {

    /*
    ====================
    ↓アンカーメニュー
    ====================
    */
    .anchor_menu {
        width: 100%;
        padding: 0;
    }

    .anchor_menu_container {
        display: grid;
        grid-template-columns: 1fr;

        margin: 0;
    }

    .anchor_menu_item > a {
        list-style: none;
        box-sizing: border-box;

        display: grid;
        place-items: center start;
        height: 56px;
        padding: 0 5%;
        border-left: none;
        border-bottom: 1px solid rgba(216, 216, 216, 0.5);

        text-align: left;
        font-size: 14px;
    }

    .anchor_menu_item {
        position: relative;
        border-left: none;
    }

    .anchor_menu_item:last-child {
        border-right: none;
    }

    .anchor_menu_item::after {
        position: absolute;
        content: "";
        margin: auto;
        top: 0;
        bottom: 4px;
        right: 5%;
        width: 8px;
        height: 8px;
        border-top: 1.5px solid rgba(153, 153, 153, 0.7);
        border-right: 1.5px solid rgba(153, 153, 153, 0.7);
        transform: rotate(135deg);
    }


}
/*
====================
↓ 事例バナー
====================
*/
.cs_link {
    display: block;
    margin-top: 20px;
}
.cs_link img {
    width: 100%;
    height: auto;
}
/*
====================
↓本文
====================
*/


.section_content {
    box-sizing: border-box;
    padding: 80px 11.5%;
    background: #fff;
}

.bg_gray {
    background: #F9F9F9;
}

.bg_light_blue {
    background: #F6F9FC;
}

.section_content .menu_title {
    margin-bottom: 80px;
}

.section_content .menu_title > h2 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.1;
    color: #012E83;
}

.section_content .menu_title > hr {
    margin: 0 auto;
    margin-top: 24px;

    border: 3px solid;
    border-image: linear-gradient(90deg, #012E83 0%, #0C59BE 100%) 1/0 0 3px 0;
    border-style: solid;

    width: 40px;
}

.section_content .section_title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 12px;
    margin: 64px 0 32px;
    border-bottom: 4px solid #D8D8D8;

    font-size: 24px;
    font-weight: bold;
    color: #012E83;
    text-align: left;
}

.section_content .section_title::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -4px;
    width: 64px;
    height: inherit;
    border: 4px solid;
    border-image: linear-gradient(90deg, #012E83 0%, #0C59BE 100%) 1/0 0 4px 0;
    border-style: solid;
}

.section_content .caption {
    box-sizing: border-box;
    width: 100%;
    margin-top: 24px;

    font-size: 16px;
    line-height: 2;
    color: #222;
    text-align: left;
}

.section_content .link {
    text-decoration: underline;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-top: 24px;

    font-size: 16px;
    line-height: 2;
    color: #222;
    text-align: left;
}

/* SP｜1024px以下  */
@media screen and (max-width: 1024px) {

    /*
    ====================
    ↓本文
    ====================
    */
    .section_content {
        padding: 40px 5%;
    }

    .sp_nopad {
        padding: 40px 0 !important;
    }

    .section_content .menu_title {
        margin-bottom: 32px;
    }

    .section_content .menu_title > h2 {
        text-align: center;
        font-weight: bold;
        font-size: 28px;
        line-height: 1.25;
        color: #012E83;
    }

    .section_content .menu_title > hr {
        margin: 0 auto;
        margin-top: 24px;

        border: 2px solid;
        border-image: linear-gradient(90deg, #012E83 0%, #0C59BE 100%) 1/0 0 2px 0;
        border-style: solid;

        width: 40px;
    }

    .section_content .section_title {
        position: relative;
        box-sizing: border-box;
        max-width: 90vw;
        padding-bottom: 12px;
        margin: 32px auto 24px auto;
        border-bottom: 2px solid #D8D8D8;

        font-size: 20px;
        font-weight: bold;
        color: #012E83;
        text-align: left;
    }

    .section_content .section_title::before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: -2px;
        width: 64px;
        height: inherit;
        border: 2px solid;
        border-image: linear-gradient(90deg, #012E83 0%, #0C59BE 100%) 1/0 0 2px 0;
        border-style: solid;
    }

    .section_content .caption,
    .section_content .link {
        font-size: 14px;
        max-width: 90vw;
        margin: 0 auto;
    }

}

.ciso_skill {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 24px;
}

.ciso_skill_left {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ciso_skill_right {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ciso_skill_right > div {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.ciso_skill_right > div > img {
    width: calc(50% - 10px);
    height: auto;
}

/* SP｜1024px以下  */
@media screen and (max-width: 1024px) {
    .ciso_skill {
        display: block;
    }

    .ciso_skill_left {
        width: 100%;
    }

    .ciso_skill_right {
        width: 100%;
    }

    .ciso_skill_right > div {
        display: block;
    }

    .ciso_skill_right > div > img {
        width: 100%;
        margin-top: 24px;
    }
}

.course-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    padding-bottom: 24px;
}

.course-container > div {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 32px;
}

.course-container > div > div {
    display: flex;
    flex-direction: column;
    border: 1px solid #012E83;
    flex-basis: 25%;
}

.course-container > div > div > h3 {
    font-size: 20px;
    font-weight: bold;
    background-color: #012E83;
    color: #fff;
    text-align: center;
}

.course-container > div > div > p {
    padding: 8px;
}

@media screen and (max-width: 1024px) {
    .course-container > div {
        flex-wrap: wrap;
    }

    .course-container > div > div {
        flex-basis: 45%;
        flex-grow: 1;
    }
}

.feature-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
    padding-bottom: 24px;
}

.feature-container > div {
    display: flex;
    flex-direction: column;
    border: 1px solid #012E83;
}

.feature-container > div > h3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: bold;
    background-color: #012E83;
    color: #fff;
    padding: 8px 0;
}

.feature-container > div > h3 > .feature-container-number {
    color: #012E83;
    font-weight: bold;
    background-color: #F6F9FC;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.feature-container > div > h3 > .feature-container-title {
    display: block;
    margin-left: 8px;
}

.feature-container > div > p {
    padding: 8px;
}

.profile-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 24px;
    padding-bottom: 24px;
}

.profile-container > div:first-child {
    width: 30%;
}

.profile-container > div:first-child > img {
    width: 100%;
    height: auto;
}

.profile-container > div:last-child {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (max-width: 1024px) {
    .profile-container {
        display: block;
    }

    .profile-container > div:first-child {
        width: 100%;
    }

    .profile-container > div:last-child {
        width: 100%;
    }
}

/*
====================
↓お問い合わせバナー
====================
*/
.service_bnr > a {
    font-size: 16px;
    padding: 20px 20px 20px;
    width: 100%;
    border: 2px solid #ff3d00;
    border-radius: 10px;
    display: block;
    justify-content: right;
    position: relative;
    text-align: center;
    background-color: #fff;
    color: #ff3d00;
}

.section_inquiry {
    padding-top: 0;
}

.wp_pb_inquiry {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 20px;
}

.wp_pb_inquiry .service_bnr {
    width: 40%;
}

.wp_pb_inquiry + .text_center {
    margin-top: 40px;
}

/* SP｜1024px以下  */
@media screen and (max-width: 1024px) {
    .wp_pb_inquiry .service_bnr {
        width: 100%;
        margin-top: 0;
    }
}

.exam_btn {
    width: 160px;
    text-align: center;
    display: block;
    border-radius: 6px;
    text-decoration: none;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    background-color: #9ba6ab;
}
.exam_btn:hover {
    opacity: 0.7;
    color: #fff;
    text-decoration: none;
}