/*
====================
↓メインビジュアル
====================
*/

.main_visual {
    box-sizing: border-box;
    position: relative;
    height: 400px;
    background: url(https://gsx-co-jp.s3.ap-northeast-1.amazonaws.com/services/securitylearning/securist/ai_security_engineer/mv.jpg)
        no-repeat center top;
    background-size: cover;
}

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

.main_visual .logo {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 520px;
    height: auto;

    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.main_visual .mv_inquiry_bnr {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 290px;
    height: auto;
    min-height: 90px;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0c59be;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
}

.mv_inquiry_bnr:hover {
    opacity: 0.9;
}

@media screen and (max-width: 1024px) {
    .mv_inquiry_bnr {
        font-size: 16px;
        margin-top: 40px;
        padding: 15px 20px;
        width: auto;
        border-radius: 10px;
        display: block;
        justify-content: right;
        background-color: #0c59be;
        color: #ffffff;
        position: relative;
        text-align: center;
        font-weight: bold;
    }
}

.main_visual .main_visual_inner {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 72px;
    width: 90%;
    max-width: 1296px;
    margin: 0 auto;
    height: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10;
}

.main_visual_inner .mv_left {
    box-sizing: border-box;
    width: 70%;
    padding-right: 50px;
}

.main_visual_inner .mv_right {
    box-sizing: border-box;
    margin-top: 0;
    width: 30%;
}

.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_inner .mv_title img {
    height: 140px;
    width: auto;
}

.main_visual_inner .mv_subtitle {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.25;
    color: #f2f2f2;
}

.main_visual_inner .mv_caption {
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    line-height: 1.75;
    color: #f0f0f0;
    margin-top: 16px;
}

.main_visual_inner .popup-iframe {
    position: absolute;
    top: 50%;
    right: 72px;
    outline: none;
    width: 400px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.main_visual_inner .popup-iframe img {
    width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

/* PC｜1440pxより広い  */
@media screen and (min-width: 1441px) {
    .main_visual .main_visual_inner {
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90%;
        max-width: 1296px;
        margin: 0 auto;
        height: auto;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        z-index: 10;
    }
}

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

    .main_visual {
        width: 100%;
        height: 220px;
        margin-top: 0px;
    }

    .main_visual .logo {
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        width: 80%;

        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .main_visual::after {
        height: 220px;
        background: rgba(0, 0, 0, 0.3);
    }

    .main_visual .main_visual_inner {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90vw;
        height: auto;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
    }

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

    .main_visual_inner .mv_title img {
        height: auto;
        width: 90%;
    }

    .main_visual_inner .mv_subtitle {
        max-width: 100%;
        margin-bottom: 0;
        margin-top: 8px;
        text-align: left;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
    }

    .main_visual_inner .mv_left {
        padding: 0;
        width: 100%;
    }

    .main_visual_sp {
        padding: 32px 5%;
    }

    .main_visual_sp {
        padding: 32px 5%;
    }

    .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;
    }
}

/*
====================
↓アイコンのセクション
====================
*/
.icon_area {
    position: relative;
    margin: 0 auto;
    width: 200px;
    height: 200px;
}
.icon_area img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

.g_flexbox .item .title {
    background-color: #fff;
    color: var(--g-primary);
    font-size: 20px;
    min-height: auto;
    padding: 0;
}
.g_flexbox .item .text {
    text-align: center;
}

.target_audience .item:not(:last-child){
    border-right: 1px solid #999;
    margin-right: 20px;
    padding-right: 20px;
}

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

/*
====================
↓ モジュール
====================
*/
.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;
    height: 100px;
}
/* SP｜1024px以下  */
@media screen and (max-width: 1024px) {
    .s_table td {
        height: auto;
    }
}
/*
====================
↓ 監修者
====================
*/

.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) {
}

/*
====================
↓問い合わせボタン
====================
*/

.section_content .cv_btn {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 24px;

    width: 100%;
    max-width: 918px;
    margin: 0 auto;
    padding: 24px 16px;
    background: #fff;

    border: 2px solid #0c59be;
    border-radius: 4px;
    transition: 0.3s;

    box-sizing: border-box;
}

.section_content .cv_btn::after {
    position: absolute;
    top: 50%;
    right: 40px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0c59be;
    border-right: 2px solid #0c59be;

    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
}

.section_content .cv_btn .service_image_area {
    width: 33%;
    height: auto;
    overflow: hidden;
}

.section_content .cv_btn .service_image_area img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.section_content .cv_btn p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #0c59be;
}

.section_content .cv_btn:hover {
    filter: brightness(0.9);
}

.section_content .cv_btn:hover .service_image_area img {
    transition-duration: 0.3s;
    transform: scale(1.1);
}

/* SP｜1024px以下  */
@media screen and (max-width: 1024px) {
    /*
  ====================
  ↓問い合わせボタン
  ====================
  */

    .section_content .cv_btn {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        background: #fff;
        border: none;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .section_content .cv_btn::after {
        content: none;
    }

    .section_content .cv_btn .service_image_area {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-radius: 4px 4px 0 0;
    }

    .section_content .cv_btn p {
        position: relative;
        padding: 16px 32px 16px 12px;
        background-color: #0c59be;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.5;
        text-align: left;
        color: #fff;

        border-radius: 0 0 4px 4px;
    }

    .section_content .cv_btn p::after {
        position: absolute;
        top: 50%;
        right: 12px;
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: 1.5px solid #fff;
        border-right: 1.5px solid #fff;
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
    }
}

/*
====================
↓申し込みボタン
====================
*/
.sp_btn {
    color: #fff;
    width: 200px;
    text-align: center;
    display: block;
    border-radius: 6px;
    text-decoration: none;
    padding: 16px 0;
}

.sp_btn {
    background: #0c59be;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 16px;
    margin-bottom: 60px;
}

.sp_btn:hover {
    opacity: 0.7;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .sp_btn {
        font-size: 14px;
    }
}

/*
====================
↓ 関連サービス
====================
*/

.section_content .service_item {
    margin-top: 24px;
}

.section_content .service_item .flex {
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    padding: 40px;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 1px solid rgba(216, 216, 216, 0.5);
    border-radius: 4px;
}

.section_content .service_item .image_area {
    width: 40%;
    height: auto;
    overflow: hidden;
}

.section_content .service_item .image_area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: bottom;
    transition: 0.3s;
}

.section_content .service_item .caption_area {
    width: 55%;
}

.section_content .service_item .caption_area h3 {
    position: relative;
    margin-top: 0px;
    padding-bottom: 24px;
    font-size: 28px;
    line-height: 1.25;
    text-align: left;
    color: #012e83;
    font-weight: bold;
}

.section_content .service_item .caption_area h3::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    display: block;
    width: 64px;
    height: 2px;
    background: #012e83;
    transition: 0.3s;
}

.section_content .service_item .caption_area p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    color: #222;
}

.section_content .service_item:hover .caption_area h3::after,
.section_content .service_item_child:hover .caption_area h3::after {
    background: #ff3d00;
}

.section_content .service_item:hover .image_area img,
.section_content .service_item_child:hover .image_area img {
    transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
    .contents_in {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 0;
    }

    .padding_sp {
        padding: 0px 5%;
    }

    .section_content .service_item .flex {
        margin-top: 0;
        padding: 0;
        display: block;
    }

    .section_content .service_item .image_area {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .section_content .service_item .caption_area {
        box-sizing: border-box;
        width: 100%;
        padding: 16px;
    }

    .section_content .service_item .caption_area h3 {
        position: relative;
        padding-bottom: 16px;
        font-size: 20px;
    }

    .section_content .service_item .caption_area h3::after {
        width: 40px;
    }

    .section_content .service_item .caption_area p {
        margin-top: 16px;
        font-size: 14px;
    }

    .inner_question .arrow {
        left: 50%;
        margin-left: -10px;
    }
}


