/* ========================================
  common
========================================= */
.dc_k-006 section:not(#kv, .section01, .tc_bg_grey_section) {
  /* margin: 60px 0; */
}
picture {
  display: block;
}
.dc_k-006 .tc_bg_grey_section {
  background-color: #f5f5f5;
}
/* .dc_k-006 .tc_comp_titlecnt .tc_section_heading_08 {
  margin-bottom: 56px;
} */

@media only screen and (max-width: 767px) {
  /* .dc_k-006 section {
    margin-top: 64px;
  } */
}

/* utility */
.tc_ctm_mb_m {
  margin-bottom: 20px;
}
.tc_ctm_text_center {
  text-align: center;
}

/* ========================================
  navigation
========================================= */
.dc_k-006 .tc_comp_pagenavlist .tc_dp_flex {
  justify-content: center;
}
.dc_k-006 .tc_comp_pagenavlist .tc_comp_pagenav {
  width: auto;
  border: none;
  padding: 18px 50px 18px 30px;
}
.dc_k-006 .tc_comp_pagenavlist .tc_comp_pagenav::before {
  top: 37%;
  right: 25px;
  width: 10px;
  height: 10px;
}

@media only screen and (max-width: 767px) {
  .dc_k-006 .tc_comp_pagenavlist .tc_dp_flex {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .dc_k-006 .tc_comp_pagenavlist .tc_comp_pagenav {
    justify-content: center;
    font-size: 14px;
    text-align: center;
    width: 50%;
    padding: 10px 20px 10px 10px;
  }
  .dc_k-006 .tc_comp_pagenavlist .tc_comp_pagenav::before {
    top: 41%;
    right: 6px;
    width: 8px;
    height: 8px;
}
}

/* ========================================
  section01
========================================= */
.dc_k-006 .section01 {
  padding: 40px 0 28px;
}
.dc_k-006 .section01 .tc_section_title_05,
.dc_k-006 .section01 .tc_section_honbun_03 {
  text-align: center;
  margin-bottom: 20px;
}
.dc_k-006 .section01 .tc_movie_wrap {
  max-width: 976px;
  aspect-ratio: 967/547;
  margin: 0 auto;
}
.dc_k-006 .section01 .tc_movie_wrap iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .dc_k-006 .section01 {
    padding: 24px 0 16px;
  }
}

/* ========================================
  section02
========================================= */
.dc_k-006 .section02 {
  padding: 80px 0 0;
}
.dc_k-006 .section02 .tc_section_step_03 .tc_comp_step_circle {
  gap: 40px;
  padding-top: 0;
}
.dc_k-006 .section02 .tc_section_step_03 .tc_image > img {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .dc_k-006 .section02 {
    padding: 64px 0 0;
  }
  .dc_k-006 .section02 .tc_section_step_03 .tc_comp_step_circle {
    gap: 12px;
  }
}

/* ========================================
  section03
========================================= */
.dc_k-006 .section03 {
  padding: 80px 0 0;
}

@media only screen and (max-width: 767px) {
  /* .dc_k-006 .section03 {
    padding: 64px 0 0;
  } */
  .dc_k-006 .section03 .tc_section_clm_BG1_02 {
    flex-direction: column-reverse;
  }
  .dc_k-006 .section03 .tc_section_clm_BG1_02 .tc_text {
    border-radius: 40px 0 0 0 !important;
  }
}

/* ========================================
  section04
========================================= */
.dc_k-006 .section04 {
  padding: 80px 0 60px;
}

@media only screen and (max-width: 767px) {
  .dc_k-006 .section04 {
    padding: 80px 0 20px;
  }
}

/* ========================================
  section05
========================================= */
.dc_k-006 .section05 {
  padding: 80px 0;
}
.dc_k-006 .section05 .tc_section_honbun_03 {
  text-align: center;
}
.dc_k-006 .section05 .tc_layout_grid {
  display: grid;
  gap: 24px;
}
.dc_k-006 .section05 .tc_layout_grid:nth-of-type(1) {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 36px;
}
.dc_k-006 .section05 .tc_layout_grid:nth-of-type(2) {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .dc_k-006 .section05 {
    padding: 80px 0 60px;
  }
  .dc_k-006 .section05 .tc_section_honbun_03 {
    text-align: left;
  }
  .dc_k-006 .section05 .tc_layout_grid {
    gap: 14px;
  }
  .dc_k-006 .section05 .tc_layout_grid:nth-of-type(1) {
    margin-top: 14px;
  }
  .dc_k-006 .section05 .tc_layout_grid:nth-of-type(2) {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 14px;
  }
}

/* ========================================
  section06
========================================= */
.dc_k-006 .section06 {
  padding: 80px 0 68px;
}

@media only screen and (max-width: 767px) {
  .dc_k-006 .section06 {
    padding: 80px 0 42px;
  }
}

/* ========================================
  section07
========================================= */
.dc_k-006 .section07 {
  padding: 80px 0 60px;
}
.dc_k-006 .section07 .tc_section_clm_01 .tc_comp_btn {
  margin: 36px auto 0 0;
}

@media only screen and (max-width: 767px) {
  .dc_k-006 .section07 {
    padding: 67px 0 36px;
  }
  .dc_k-006 .section07 .tc_section_honbun_03 {
    margin-top: 0;
  }
  .dc_k-006 .section07 .tc_section_clm_01 .tc_comp_btn {
    margin: 10px auto 0;
    max-width: 160px;
  }
}

/* ========================================
  section08
========================================= */
.dc_k-006 .section08 {
  padding: 186px 0 80px;
}

.dc_k-006 .section08 .tc_section_clm_BG1_01 .tc_comp_btn {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .dc_k-006 .section08 {
    padding: 40px 0 50px;
  }
  .dc_k-006 .section08 .tc_section_clm_BG1_01 .tc_text {
    gap: 10px;
  }
  .dc_k-006 .section08 .tc_section_clm_BG1_01 .tc_comp_btn {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
  }
}

/* ========================================
  related content
========================================= */
.tc_section_relatedContent {
  /* margin-top: 120px; */
  padding-bottom: 0 !important;
}
