@charset "utf-8";
/*************************************************************
CSS information
style info :  ECIHページ限定のスタイル
**************************************************************/

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


.display_pc_table {
    display: table-row;
}

.display_sp_table {
    display: none;
}

@media screen and (max-width: 1024px) {
    .display_pc_table {
        display: none;
    }
    .display_sp_table {
        display: table-row;
    }
}

.text_center {
    text-align: center;
}

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

.main_visual {
    background: url(https://gsx-co-jp.s3.ap-northeast-1.amazonaws.com/services/securitylearning/eccouncil/cnd/mv_bg.jpeg) 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.5);
    z-index: 0;
}

.main_visual .main_visual_inner .mv_left .mv_title img {
    max-height: 150px;
    width: auto;
}

/* SP｜1024px以下  */
@media screen and (max-width: 1024px) {
    /*
    ====================
    ↓メインビジュアル
    ====================
    */
    .main_visual {
        width: 100%;
        height: 220px;
        margin-top: 0px;
    }
    .main_visual::after {
        height: 220px;
        background: rgba(0, 0, 0, 0.4);
    }
    .main_visual .main_visual_inner {
        padding-top: 0;
    }
}

.bnr_case_area {
    display: block;
    box-sizing: border-box;
    width: 918px;
    margin: 0 auto;
    margin-top: 40px;
    height: 300px;
}

.interview_banner_3 {
  background-image: linear-gradient(to top, rgba(51, 51, 51, 0.8), rgba(255, 255, 255, 0) 60%), url(../../cnd/images/banner_bg.jpg);
  background-size: cover;
  background-position: bottom;
}

.title_interview_3 {
  padding: 70px 30px 0px 30px;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}

.text_interview_3 {
  padding: 15px 30px 0px 30px;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

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


  .bnr_case_area {
    display: block;
    width: 100%;
    margin-top: 20px;
    height: 200px;
  }

  .interview_banner_3 {
    background-position: right;
  }

  .title_interview_3 {
    padding: 40px 20px 0px 20px;
    color: #fff;
    font-size: 14px;
    text-align: left;
  }

  .text_interview_3 {
    padding: 10px 20px 0px 20px;
    color: #fff;
    font-size: 14px;
    text-align: left;
  }
}

/*
====================
↓ 本文
====================
*/
.section_content .image_caption {
    padding: 0;
}


/*
====================
↓ 関連サービス
====================
*/
.section_content .service_item .card_flex {
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    padding: 40px;
    margin-top: 10px;
    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 .card_thumbnail_area {
    width: 40%;
    height: auto;
    overflow: hidden;
}

.section_content .service_item .card_thumbnail_area img {
    width: 320px;
    height: 180px;
    object-fit: contain;
    vertical-align: bottom;
    transition: .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: .3s;
}
.section_content .service_item .caption_area p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    color: #222;
}

/* SP｜1024px以下  */
@media screen and (max-width: 1024px) {
    .section_content .service_item .card_flex {
        margin-top: 0;
        padding: 0;
        display: block;
    }
    .section_content .service_item .card_thumbnail_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 p {
        margin-top: 16px;
        font-size: 14px;
    }
}

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

.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: .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%;
  max-width: 240px;
  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;
  vertical-align: bottom;
}

.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: .3s;
  transform: scale(1.1);
}

/* 
====================
↓受講概要
====================
*/

table.table_1 {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 2.2;
	border-spacing: 0;
}
table.table_1 th {
	width: 120px;
	padding: 16px 0px;
	text-align: left;
	border-bottom: 1px solid #becad9;
	color: #012E83;
	font-weight: bold;
	vertical-align: top;
}
table.table_1 td {
	padding: 16px 0px;
	border-bottom: 1px solid #becad9;
	vertical-align: middle;
}
table.table_1 tr:last-child th,
table.table_1 tr:last-child td {
	border-bottom: none;
}

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

  /*
  ====================
  ↓受講概要
  ====================
  */
  table.table_1 {
    box-sizing: border-box;
    width: 100%;
    display: block;
    padding: 0 8px;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2.2;
    border-spacing: 0;
  }
  table.table_1 th {
    width: 30vw;
    padding: 20px 0;
    font-size: 90%;
    line-height: 130%;
  }
  table.table_1 td {
    width: auto;
    font-size: 90%;
    line-height: 130%;
    padding-right: 4px;
  }

}

/* 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%;
    max-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);
  }

}

/*
====================
↓バナーエリア
====================
*/

.bnr_area {
  display: block;
  box-sizing: border-box;

  width: 100%;
  max-width: 918px;
  margin: 0 auto;
  margin-top: 40px;
}

.bnr_first {
  margin-top: 0
}

.bnr_area img {
  width: 100%;
  vertical-align: bottom;
  object-fit: contain;
}

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

  /*
  ====================
  ↓バナーエリア
  ====================
  */

  .bnr_area {
    width: 100%;
    margin-top: 20px;
  }

  .bnr_first {
    margin-top: 0
  }

}

.caution {
  color: #ff0000;
}

.content_image {
    text-align: center;
}

.content_image img {
    width: auto;
}

.menu-flex {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(5, 1fr);
    grid-auto-flow: column;
}

.menu-item {
    display: flex;
    align-items: center;
    padding: 10px;
}

.number {
    background: #012E83;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0 2px 4px rgba(44, 95, 124, 0.3);
}

.text {
    font-size: 16px;
    color: #333;
}

@media (max-width: 768px) {
    .menu-flex {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-auto-flow: row;
        gap: 20px;
    }
    .menu-item {
        padding: 16px;
    }
    .number {
        width: 45px;
        height: 45px;
        margin-right: 16px;
    }
    .text {
        font-size: 15px;
    }
}

.content_ecih_grid {
    max-width: 1400px;
    margin: 0 auto;
}

.content_ecih_grid_title {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.cards_ecih_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.card_ecih {
    background: #012E83;
    color: white;
    padding: 50px 30px;
    border-radius: 20px;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .cards_ecih_container {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .card_ecih {
        padding: 40px 25px;
        min-height: 120px;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .content_ecih_grid_title {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .card_ecih {
        padding: 35px 20px;
        min-height: 100px;
        font-size: 16px;
        border-radius: 15px;
    }
}

.flowchart_section {
    flex: 1;
}

.flowchart {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
    padding-top: 20px;
}

.flowchart_row {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: flex-start;
    width: 100%;
}

.flowbox {
    background-color: #012E83;
    color: #fff;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    min-height: 75px;
    min-width: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.flow_arrow_right::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid #000000;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.flow_arrow_down {
    transform: rotate(90deg);
    margin: 10px 0;
}

.flow_arrow_down::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid #000000;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

@media (max-width: 1080px) {
    .flowchart_row {
        gap: 10px;
    }
    .flowbox {
        min-width: 119px;
        font-size: 10px;
        padding: 12px 8px;
    }
}

@media (max-width: 640px) {
    .flowchart_row {
        gap: 20px;
    }
}