@charset "UTF-8";

/*section_wrap 共通*/
.section_wrap {
  margin-top: 48px;
}
.section_header {
  text-align: center;
}
.section_wrap .section_inner {
  margin-top: 32px;
}
@media only screen and (min-width: 1024px) {
  .section_wrap {
    margin-top: 80px;
  }
  .section_wrap .section_inner {
    margin-top: 40px;
  }
}
/*.section_inner_column 共通 カラムデザイン*/
.section_inner_column {
  display: flex;
  row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
}
d .section_inner_column + .section_inner_column {
  margin-top: 40px;
}
.column_text_box > *:nth-child(n + 2) {
  margin-top: 16px;
}
@media only screen and (min-width: 1024px) {
  .section_inner_column {
    display: flex;
    row-gap: 16px;
    flex-direction: row;
    column-gap: 4%;
    margin-top: 62px;
  }
  .section_inner_column .column_img {
    width: 64%;
  }
  .section_inner_column .column_text_box {
    width: 32%;
  }
  .column_text_box > *:nth-child(n + 2) {
    margin-top: 24px;
  }
  .column_outer .section_inner_column:nth-child(even) {
    flex-direction: row-reverse;
  }
}

/*.concept_section*/

@media only screen and (min-width: 1024px) {
  .concept_section p {
    text-align: center;
  }
}

/*index_section*/
.index_list_item a.btn {
  padding-inline: 1.6rem;
}
.index_list_item {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-right: -1px;
}
@media only screen and (min-width: 1024px) {
  .index_list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    row-gap: 8px;
  }
}
/* */
.section_inner_main .text_box {
  margin-top: 16px;
}
.column_text_table tbody {
  display: grid;
  border: 1px solid #ccc;
}
.column_text_table tr {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  background-color: #f0f0f0;
}
.column_text_table tr td {
  padding: 1.2rem 1.5rem;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.column_text_table tr td:last-child {
  border-right: none;
}
.column_text_table tr:last-child td {
  border-bottom: none;
}
.column_text_table .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_box {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-inline: auto;
}
.btn_box .btn {
  max-width: 352px;
}
/* section_inner_main */
.iframe-wrapper {
  position: relative;
  width: 100%; /* ラッパーを横幅いっぱいにする */
  padding-top: 56.25%; /* 16:9 のアスペクト比を保持 */
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie_box p {
  margin-top: 10px;
}
