/* ==========
Secure AI Agent
========== */
:root {}

/* main visual */
.main_visual {
    background-image: url("https://gsx-co-jp.s3.ap-northeast-1.amazonaws.com/services/securitylearning/securist/secure_ai_agent/secure_ai_agent_mv.webp");
}
.main_visual::after {
    /* background: rgba(0, 0, 0, 0.6); */
}
.main_visual .mv_title {
    width: 50%;
}
.main_visual .mv_title img {
    width: 100%;
    height: auto;
}
.main_visual .mv_right {
    display: flex;
    align-items: center;
}

/*
.main_visual .main_visual_inner {
    justify-content: space-between;
}

.main_visual_inner .mv_subtitle {
    font-size: 32px;
}

.main_visual .mv_right .thumb img {
    width: 100%;
    height: auto;
} */

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

/*
====================
↓ anchor
====================
*/
.anchor_menu_container .anchor_menu_item a {}

/*
====================
↓ about
====================
*/
#about .item_title {
    font-size: 20px;
    font-weight: bold;
    color: var(--g-primary);
}

@media screen and (max-width: 1024px) {
    #about .item_title {
        font-size: 18px;
    }
}
/*
====================
↓ why
====================
*/
.why_list .text {
    padding: 0 10px;
}
/*
====================
↓ suggest
====================
*/
.worries_list .item {
    border: 1px solid #222;
    padding: 10px;
}
.worries_list .item_title {
    font-size: 20px;
    color: var(--g-primary);
    font-weight: bold;
}
@media screen and (max-width: 1024px) {
    .worries_list .item_title {
        font-size: 18px;
    }
}
/*
====================
↓ benefit
====================
*/
#benefit .g_flexbox .item {
    position: relative;
}
#benefit .g_flexbox .item:nth-child(1) {
    width: 45%;
}
#benefit .g_flexbox .item:nth-child(2) {
    width: 10%;
}
#benefit .g_flexbox .item:nth-child(3) {
    width: 45%;
}
#benefit .g_flexbox .item .arrow {
    display: block;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #0054a9;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 50px);
}
@media screen and (max-width: 1024px) {
    #benefit .g_flexbox .item:nth-child(1) {
        width: 100%;
    }
    #benefit .g_flexbox .item:nth-child(2) {
        width: 100%;
        height: 80px;
    }
    #benefit .g_flexbox .item:nth-child(3) {
        width: 100%;
    }
    #benefit .g_flexbox .item .arrow {
        top: calc(50% - 25px);
        left: calc(50% - 50px);
        border-left: 50px solid transparent;
        border-top: 50px solid #0054a9;
    }
}

/*
====================
↓ feature
====================
*/

.feature_list .item {
    border: 1px solid #222;
    padding: 10px;
}
.feature_list .item .num_title {
    height: 80px;
}
@media screen and (max-width: 1024px) {
    .feature_list .item .num_title {
        height: auto;
    }
}
/*
====================
↓ structure
====================
*/
table.g_table_1.curriculum_list th {
    padding: 10px;
    text-align: center;
}
table.g_table_1.curriculum_list tr th:first-child {
    padding: 10px;
}
.g_table_1.curriculum_list tr td:nth-child(1){
    width: 20%;
    padding: 15px 10px;
    text-align: center;
}
.g_table_1.curriculum_list tr td:nth-child(2){
    width: 60%;
    padding: 15px 10px;
}
.g_table_1.curriculum_list tr td:nth-child(3){
    width: 20%;
    padding: 15px 10px;
    text-align: center;
}
table.g_table_1.curriculum_list .type_tip {
    background-color: #f5f5f5;
    padding: 5px 10px;
    margin-right: 10px;
}
table.g_table_1.curriculum_list .type_tip_2 {
    background-color: var(--g-lightblue);
    padding: 5px 10px;
    margin-right: 10px;
}


/*
====================
↓ 監修者
====================
*/

.profile_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 25px;
    padding-bottom: 25px;
}

.profile_box > .prof_text {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.profile_box .prof_image {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.profile_box .prof_image img {
    width: 70%;
    height: auto;
    margin: 0 auto;
    }

.profile_box .prof_text .prof_content {
    display: flex;
    gap: 32px;
}

.profile_box .prof_text .prof_content div {
    width: 50%;
}

.profile_box .prof_text .prof_content .mt_6 {
    margin-top: 6px;
}

.profile_box .prof_text .prof_content .prof_etc {
    text-align: right;
}

.position-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.position-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
}

.position-list li::before {
    content: "■";
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
    font-weight: bold;
}

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

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

    .profile_box .prof_text,
    .profile_box .prof_image {
        width: 100%;
    }

    .profile_box .prof_text .prof_content {
        display: block;
    }

    .profile_box .prof_text .prof_content div {
        width: 100%;
    }
}

.prof_link {
    margin-top: auto;
}

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

/*
====================
↓ course_outline
====================
*/
.iframeStyle {
    margin-top: 5px;
    width: 100%;
    border: none;
}
