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

.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/securitypassport/images/securitypassport_bg.webp) 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_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;
  }

  .popup-iframe {
    display: block;
    width: 100%;
    height: auto;
    outline: none;
  }

  .popup-iframe img {
    width: 100%;
    height: auto;
  }

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

/* セキュリティパスポート講座について */
.feature_item {
  margin-top: 20px;
  background-color: white;
  overflow: hidden;
}

.feature_item .feature_title {
  margin: 0;
  padding: 10px;
  background-color: var(--g-primary);
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
}

.feature_item .feature_text_box {
  border: 1px solid var(--g-primary);
  height: calc(100% - 80px);
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
}

.feature_item .feature_text {
  flex: 1;
}

/* リストのスタイル */
.feature_check_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature_check_list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.feature_check_list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-size: 16px;
}

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

/*
====================
↓アイコンが3つ横並びになるセクション
====================
*/

.section_content .flex {
  box-sizing: border-box;
  width: 100%;
  margin-top: 64px;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  gap: 15px;
}

.section_content .flex_item {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section_content .flex_title {
  color: #133B88;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.section_content .flex_item_border {
  border: 2px solid #133B88;
  border-radius: 50px;
  padding: 32px 24px;
}

.section_content .flex_item_group_border {
  width: 70%;
  border: 2px solid #133B88;
  border-radius: 50px;
  padding: 32px 24px;
}

.section_content .flex_item_group_border .group_items {
  display: flex;
  gap: 32px;
  width: 100%;
}

.section_content .flex_item_group_border .group_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section_content .flex_item .icon_area {
  position: relative;
  width: 150px;
  height: 150px;
  background: #012E83;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 32px;
}

.section_content .flex_item .icon_area img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

.section_content .flex_item .caption_area {
  width: 100%;
  margin-top: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.section_content .caption_area h3 {
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  color: #133B88;
  text-align: center;
  font-weight: bold;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

  /*
  ====================
  ↓アイコンが3つ横並びになるセクション
  ====================
  */

  .section_content .flex {
    box-sizing: border-box;
    width: 100%;
    margin-top: 64px;
    display: block;
  }

  .section_content .flex_item {
    width: 100%;
    margin-top: 56px;
  }

  .section_content .flex_title {
    font-size: 24px;
  }

  .section_content .flex_item_border,
  .section_content .flex_item_group_border {
    width: 100%;
  }

  .section_content .flex_item_group_border .group_items {
    flex-direction: column;
    gap: 48px;
  }

  .section_content .flex_item .caption_area {
    margin-top: 40px;
  }

  .section_content .caption_area h3 {
    font-size: 24px;
    min-height: auto;
    display: block;
  }

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

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

/* 監修者プロフィール */

.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: 100%;
  height: 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_book {
  text-align: center;
}

.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-bottom: 20px;
}

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

.book_box .book_text {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.book_box .book_text .book_date {
  font-weight: bold;
}

.book_box .book_text .book_title {
  font-size: 20px;
  font-weight: bold;
}

.book_box .book_text .book_details {
  font-weight: bold;
  margin-bottom: 15px;
}

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

.book_box .book_image img {
  height: auto;
}

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

  .book_box .book_text,
  .book_box .book_image {
    width: 100%;
  }
}

/*
====================
↓申し込みボタン
====================
*/
.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 .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%;
  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);
}

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

}

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

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

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

/* 
====================
↓ボタン系
====================
*/

.email_btn{
  color: #fff;
  width: 160px;
  text-align: center;
  display: block;
  border-radius: 6px;
  text-decoration: none;
  background: #b81f1f;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
}

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