/* ==========
Ai Security Management
========== */

table.g_table_1 th {
    text-align: center;
    padding: 10px;
}

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

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

/*
====================
↓ anchor
====================
*/

/*
====================
↓ なぜ今、経営層がAIを学ぶ必要があるのか
  why
====================
*/
#why .g_flexbox.flex_02 .item img {
    width: 100%;
    height: auto;
}
#why .why_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    max-width: 1080px;
    margin: 0 auto;
}

#why .why_card {
    background: #CFE8F3;
    border-radius: 20px;
    padding: 28px 32px;
}

#why .why_card_title {
    margin: 0 0 14px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

#why .why_card_subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1.5px solid #222222;
    padding-bottom: 6px;
    margin-bottom: 18px;
}

#why .why_card_body {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

#why .why_card_icon {
    flex: 0 0 auto;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#why .why_card_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#why .why_card_icon.why_card_icon_lg {
    width: 100px;
    height: 100px;
}

#why .why_card_text {
    font-size: 16px;
    line-height: 1.9;
    color: #222222;
    margin: 0;
}

@media (max-width: 720px) {
    #why .why_grid {
        grid-template-columns: 1fr;
    }
}

/*
====================
↓ AI時代に経営層が抱える課題
  assignment
====================
*/
#assignment .c_inner img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/*
====================
↓ AIセキュリティ経営講座とは
  about
====================
*/
#about .about_sub_title {
    margin-bottom: 15px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: var(--primary);
    text-align: left;
}

#about .about_box {
    background: #EAF3FB;
    border: 1.5px solid #2E75B6;
    border-radius: 14px;
    padding: 26px 40px 30px 40px;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.12);
}

#about .about_lead {
    text-align: center;
    font-size: 16px;
    color: #1a1a1a;
    margin: 6px 0 22px 0;
}

#about .about_points {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #1a1a1a;
    line-height: 2;
}

#about .about_points li {
    text-align: center;
}

#about .about_points li::before {
    content: "・";
}

/*
====================
↓ 本講座で得られること
  benefits
====================
*/
#benefits .benefits_list {
    max-width: 900px;
}

#benefits .benefits_item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 34px;
}

#benefits .benefits_item:last-child {
    margin-bottom: 0;
}

#benefits .benefits_item_number {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F5A623;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

#benefits .benefits_item_body {
    padding-top: 2px;
}

#benefits .benefits_item_title {
    margin: 0 0 6px 0;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
}

#benefits .benefits_item_text {
    margin: 0;
    font-size: 14px;
    color: #222222;
    line-height: 1.6;
}

/*
====================
↓ AIセキュリティ経営講座のゴール
  goal
====================
*/


/*
====================
↓ 監修者
  supervisor
====================
*/
#supervisor .supervisor_sub_title {
    margin-bottom: 15px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: var(--primary);
    text-align: left;
}

#supervisor .profile_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin-top: 20px;
}

#supervisor .profile_intro {
    flex: 1;
    font-size: 16px;
    line-height: 1.9;
}

#supervisor .profile_photo {
    flex: 0 0 auto;
    width: 190px;
    border: 1px solid #2E75B6;
}

#supervisor .profile_photo img {
    display: block;
    width: 100%;
    height: auto;
}

#supervisor .profile_bottom {
    display: flex;
    gap: 20px;
    margin-top: 28px;
    align-items: stretch;
}

#supervisor .profile_info {
    flex: 0 1 480px;
    min-width: 0;
}

#supervisor .profile_name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

#supervisor .profile_creds {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.85;
}

#supervisor .profile_creds li::before {
    content: "・";
}

#supervisor .profile_book {
    flex: 0 0 350px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #DCE9F5;
    padding: 14px;
    border-radius: 6px;
}

#supervisor .profile_book img {
    width: 150px;
    height: auto;
    flex-shrink: 0;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25);
}

#supervisor .profile_book_info {
    font-size: 16px;
    line-height: 1.65;
}

#supervisor .profile_book_label {
    font-weight: bold;
    margin-bottom: 4px;
}

@media screen and (max-width: 1024px) {
    #supervisor .profile_bottom {
        flex-direction: column;
    }

    #supervisor .profile_info {
        flex: 1 1 auto;
        max-width: 100%;
    }

    #supervisor .profile_book {
        flex: 1 1 auto;
        width: 100%;
    }
}

/*
====================
↓ カリキュラム
  curriculum
====================
*/
#curriculum .curriculum_table {
    margin: 40px auto 70px;
    border-right: solid 1px #002f8e;
    border-bottom: solid 1px #002f8e;
}

#curriculum .curriculum_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;
}

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

/* SP｜1024px以下  */
@media screen and (max-width: 1024px) {
    #curriculum .curriculum_table td {
        height: auto;
    }
}
/*
====================
↓ 受講概要・料金
  course_outline
====================
*/
.iframeStyle {
    margin-top: 20px;
    width: 100%;
    border: none;
}
