@charset "UTF-8";
.section h3:first-child {
  margin-bottom: 24px;
}

.section hr {
  margin-bottom: 60px;
  margin-top: 60px;
  max-width: 1200px;
}

@media (min-width: 768px) {
  .section hr {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}
.section_bg {
  background: #f5f1d6;
}

.section_bg .box_bg {
  background: #fff;
}

.section_bg .box_bg .box_bg {
  background: #f5f1d6;
}

.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #f5f1d6;
}

.box_bg .box_bg {
  background: #fff;
}

.box_bg .box_bg .box_bg {
  background: #f5f1d6;
}

.box_border {
  background: #fff;
  border: 2px solid #0ab7c5;
}

.box_border .box_bg {
  background: #f5f1d6;
}

.section_bg .box_border .box_bg {
  background: #f5f1d6;
}

.box_bg,
.box_border {
  border-radius: 0px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 24px 16px;
}

.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .box_bg,
  .box_border {
    margin-bottom: 50px;
    padding: 50px;
  }
}
.section .box_bg:first-child,
.section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 24px;
}

.box_bg ul:first-child,
.box_bg ol:first-child,
.box_bg dl:first-child,
.box_bg table:first-child,
.box_bg p:first-child,
.box_bg h3:first-child,
.box_bg h4:first-child,
.box_bg h5:first-child,
.box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child {
  margin-top: 0;
}

.box_bg {
  background: #fff !important;
  border: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
}

.row.sp_col_2 .col_2 .box_bg,
.row.sp_col_2 .col_2 .box_border,
.row.sp_col_2 .col_3 .box_bg,
.row.sp_col_2 .col_3 .box_border,
.row.sp_col_2 .col_4 .box_bg,
.row.sp_col_2 .col_4 .box_border,
.row.sp_col_2 .col_5 .box_bg,
.row.sp_col_2 .col_5 .box_border,
.row.sp_col_2 .col_6 .box_bg,
.row.sp_col_2 .col_6 .box_border {
  height: 100%;
}

.row.sp_col_2 .col_2 .box_bg .box_bg,
.row.sp_col_2 .col_2 .box_bg .box_border,
.row.sp_col_2 .col_2 .box_border .box_bg,
.row.sp_col_2 .col_2 .box_border .box_border,
.row.sp_col_2 .col_3 .box_bg .box_bg,
.row.sp_col_2 .col_3 .box_bg .box_border,
.row.sp_col_2 .col_3 .box_border .box_bg,
.row.sp_col_2 .col_3 .box_border .box_border,
.row.sp_col_2 .col_4 .box_bg .box_bg,
.row.sp_col_2 .col_4 .box_bg .box_border,
.row.sp_col_2 .col_4 .box_border .box_bg,
.row.sp_col_2 .col_4 .box_border .box_border,
.row.sp_col_2 .col_5 .box_bg .box_bg,
.row.sp_col_2 .col_5 .box_bg .box_border,
.row.sp_col_2 .col_5 .box_border .box_bg,
.row.sp_col_2 .col_5 .box_border .box_border,
.row.sp_col_2 .col_6 .box_bg .box_bg,
.row.sp_col_2 .col_6 .box_bg .box_border,
.row.sp_col_2 .col_6 .box_border .box_bg,
.row.sp_col_2 .col_6 .box_border .box_border {
  height: auto;
}

@media (min-width: 768px) {
  .row .col_2 .box_bg,
  .row .col_2 .box_border,
  .row .col_3 .box_bg,
  .row .col_3 .box_border,
  .row .col_4 .box_bg,
  .row .col_4 .box_border,
  .row .col_5 .box_bg,
  .row .col_5 .box_border,
  .row .col_6 .box_bg,
  .row .col_6 .box_border {
    height: 100%;
  }
  .row .col_2 .box_bg .box_bg,
  .row .col_2 .box_bg .box_border,
  .row .col_2 .box_border .box_bg,
  .row .col_2 .box_border .box_border,
  .row .col_3 .box_bg .box_bg,
  .row .col_3 .box_bg .box_border,
  .row .col_3 .box_border .box_bg,
  .row .col_3 .box_border .box_border,
  .row .col_4 .box_bg .box_bg,
  .row .col_4 .box_bg .box_border,
  .row .col_4 .box_border .box_bg,
  .row .col_4 .box_border .box_border,
  .row .col_5 .box_bg .box_bg,
  .row .col_5 .box_bg .box_border,
  .row .col_5 .box_border .box_bg,
  .row .col_5 .box_border .box_border,
  .row .col_6 .box_bg .box_bg,
  .row .col_6 .box_bg .box_border,
  .row .col_6 .box_border .box_bg,
  .row .col_6 .box_border .box_border {
    height: auto;
  }
}
.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section .box_bg:first-child,
.section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 0;
}

div.clearfix {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  div.clearfix {
    margin-bottom: 50px;
  }
}
.mce-content-body .link_anchor {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .mce-content-body .link_anchor {
    margin-top: 20px;
  }
}
.link_anchor {
  border: 1px solid #0ab7c5;
  border-radius: 0px;
  padding: min(30px, 3.8vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: min(20px, 2.4vw);
  -moz-column-gap: min(20px, 2.4vw);
       column-gap: min(20px, 2.4vw);
  row-gap: min(14px, 2vw);
}

.link_anchor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.link_anchor a {
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
  border: none;
  color: #0d1947 !important;
  display: inline;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  padding: 0.25em 0;
  padding-left: 2.1em;
}

.link_anchor a::after,
.link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

.link_anchor a:before {
  display: none;
}

.link_anchor a:hover {
  background: none;
  color: #0d1947 !important;
  opacity: 1;
  text-decoration: underline;
}

.link_anchor a::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  left: calc(0.84375em - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(0.9em - 4px);
}

.link_anchor a::before {
  display: block;
  background: #0ab7c5;
  border-radius: 50%;
  height: 1.6875em;
  width: 1.6875em;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .link_anchor li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc((100% - min(20px, 2.4vw)) / 2);
  }
  .link_anchor li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .link_anchor.link_col_3 li {
    max-width: calc((100% - min(20px, 2.4vw) - min(20px, 2.4vw)) / 3);
  }
}
.ul_circle,
.ul_dot,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 24px;
}

.ul_circle:last-child,
.ul_dot:last-child,
.ul_triangle:last-child,
.ul_check:last-child,
.ol_circle:last-child {
  margin-bottom: 0;
}

.ul_circle li,
.ul_dot li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 17.6px;
  position: relative;
}

.ul_circle li:last-child,
.ul_dot li:last-child,
.ul_triangle li:last-child,
.ul_check li:last-child,
.ol_circle li:last-child {
  margin-bottom: 0;
}

.ul_circle li::before,
.ul_circle li::after,
.ul_dot li::before,
.ul_dot li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_check li::before,
.ul_check li::after,
.ol_circle li::before,
.ol_circle li::after {
  content: "";
  position: absolute;
  letter-spacing: 0;
}

.ul_circle li ul:first-child,
.ul_dot li ul:first-child,
.ul_triangle li ul:first-child,
.ul_check li ul:first-child,
.ol_circle li ul:first-child {
  margin-top: 12px;
}

.ul_circle + p,
.ul_dot + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 24px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #ad9900;
  height: 8px;
  left: 0.2em;
  top: 9.4285714286px;
  width: 8px;
}

.ul_dot li::before {
  border-radius: 50%;
  background: #ad9900;
  height: 5.3333333333px;
  left: 0.5em;
  top: 11.3333333333px;
  width: 5.3333333333px;
}

.ul_check li {
  padding-left: 2em;
}

.ul_check li::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: 10px;
  width: 7px;
  z-index: 1;
}

.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #ad9900;
  width: 20px;
  height: 20px;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  z-index: 0;
  border-radius: 2px;
}

.ul_check li:before {
  display: none;
}

.ul_check li:after {
  width: 20px;
  height: 21px;
  background: url("../img/common/check.png") no-repeat center/cover;
}

.ul_triangle li::before {
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #ad9900;
  top: 10px;
}

.ol_circle {
  counter-reset: ol_circle;
}

.ol_circle li {
  padding-left: 28px;
  position: relative;
}

.ol_circle li::before,
.ol_circle li:after {
  content: "";
  position: absolute;
}

.ol_circle li::before {
  background-color: #ad9900;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 13.12px;
  height: 20px;
  left: 0;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 3px;
  width: 20px;
  position: absolute;
}

@media (min-width: 768px) {
  ul.list_columns_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.list_columns_2 li {
    width: 49%;
    margin: 0;
  }
  ul.list_columns_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.list_columns_3 li {
    width: 32%;
    margin: 0;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  line-height: 1.6;
}

table.table_address,
table.table_timetable,
table.table {
  margin-bottom: 1em;
}

table.table_address:last-child,
table.table_timetable:last-child,
table.table:last-child {
  margin-bottom: 0;
}

table.table_address {
  background: none;
}

table.table_address th,
table.table_address td {
  text-align: left;
  padding: 1em 0 1em 0.5em;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

table.table_address th {
  color: #ad9900;
  border-top: 1px solid #ad9900;
  border-bottom: 1px solid #ad9900;
  font-weight: 600;
  text-align: left;
  width: 32%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

@media (min-width: 768px) {
  table.table_address th {
    width: 25%;
  }
  table.table_address th,
  table.table_address td {
    padding: 1.5em 0 1.5em 1em;
  }
}
table.table_timetable {
  table-layout: fixed;
}

table.table_timetable th,
table.table_timetable td {
  background: none;
  padding: 0.8rem 0.2rem;
  text-align: center;
  border: none;
}

table.table_timetable thead {
  border-top: 1px solid #4c4036;
}

table.table_timetable thead th {
  background: none;
  color: #0d1947;
}

table.table_timetable thead th:first-child {
  width: 30%;
}

table.table_timetable tbody {
  border-bottom: 1px solid #4c4036;
}

table.table_timetable tbody th {
  text-align: center;
}

@media (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
}
table.table th,
table.table td {
  border: 1px solid #ddd;
  font-weight: normal;
  padding: 0.75em 0.35em;
  text-align: center;
}

table.table thead th,
table.table thead td {
  background: #4c4036;
  color: #fff;
  font-weight: bold;
}

table.table tbody th {
  background: #f9f9f9;
}

table.table tbody td {
  background: #fff;
}

@media (min-width: 768px) {
  table.table th,
  table.table td {
    padding: 1.3em 1em;
  }
}
table.th_td_left tbody th,
table.th_td_left tbody td {
  text-align: left;
}

table.th_left tbody th {
  text-align: left;
}

table.td_left tbody td {
  text-align: left;
}

table.td_right tbody td {
  text-align: right;
}

table.td_last_right tbody td:last-child {
  text-align: right;
}

table.table_default tbody th,
table.table_default tbody td {
  text-align: left;
}

table.table_default:not(.table_fixed) tbody tr th:first-child {
  width: 32%;
}

@media (min-width: 768px) {
  table.table_default:not(.table_fixed) tbody tr th:first-child {
    width: 25%;
  }
}
table.table_fee tbody th {
  text-align: left;
}

table.table_fee tbody td:last-child {
  text-align: right;
}

table.table_fixed {
  table-layout: fixed;
}

@media (max-width: 767px) {
  table.table_sp_stack,
  table.table_sp_stack_noborder {
    border-bottom: 1px solid #ddd;
  }
  table.table_sp_stack thead,
  table.table_sp_stack tbody,
  table.table_sp_stack tr,
  table.table_sp_stack th,
  table.table_sp_stack td,
  table.table_sp_stack_noborder thead,
  table.table_sp_stack_noborder tbody,
  table.table_sp_stack_noborder tr,
  table.table_sp_stack_noborder th,
  table.table_sp_stack_noborder td {
    display: block;
    width: auto;
  }
  table.table_sp_stack th,
  table.table_sp_stack_noborder th {
    border-bottom: none;
  }
  table.table_sp_stack td,
  table.table_sp_stack_noborder td {
    border-bottom: none;
  }
  table.table_sp_stack_noborder th {
    border-top-color: #ddd;
    padding-bottom: 0.25em;
  }
  table.table_sp_stack_noborder td {
    border-top: none;
    padding-top: 0.25em;
  }
}
.consul {
  color: #4c4036 !important;
}

.consul2 {
  color: #0d1947 !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 1em;
}

.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 768px;
  }
  .js-scrollable table.table_fixed {
    width: 100%;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}

.js-scrollable_pc table.table_fixed {
  width: 100%;
}

@media (min-width: 768px) {
  .js-scrollable_pc table {
    min-width: 1300px;
  }
}
.js-scrollable.scroll-hint {
  overflow-y: hidden !important;
}

.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 28px;
  margin-bottom: 28px;
}

.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.box_faq .question,
.box_faq .answer {
  padding: 6px 0px 6px 60px;
  position: relative;
}

.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 20px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 26px;
  font-weight: 600;
  height: 40px;
  left: 0;
  letter-spacing: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}

.box_faq .question {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}

.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #ad9900;
}

.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-top: 0;
  padding-right: 20px;
  position: relative;
}

.box_faq .question .faq_title::before,
.box_faq .question .faq_title::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  background: #ad9900;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}

.box_faq .question .faq_title::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box_faq.open .question .faq_title::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.box_faq .answer {
  display: none;
  padding-top: 37px;
}

.box_faq .answer p {
  margin-top: 0;
}

.box_faq .answer::before {
  content: "A";
  color: #fff;
  background: #4c4036;
  top: 30px;
}

.flow-box {
  margin-bottom: 50px;
}

.flow-box:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .flow-box {
    margin-bottom: 40px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}
.flow-block {
  border: 1px solid #ad9900;
  background: #fff;
  border-radius: 0px;
  margin-top: 82px;
  padding: 50px;
  position: relative;
}

.flow-block:first-child {
  margin-top: 0;
}

.flow-block:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 32px solid transparent;
  border-top-color: #ad9900;
  left: 50%;
  margin-left: -32px;
  position: absolute;
}

@media (max-width: 767px) {
  .flow-block::after {
    bottom: -95px;
  }
}
.flow-block:last-child::after,
.flow-block.last::after {
  display: none;
}

.section_bg .flow-block {
  background: #fff;
}

.section_bg .flow-block::after {
  border-top-color: #e6cb33;
}

.flow-block .title {
  --flow-title-font-size: 18px;
  /* .flow-block .title の font-size */
  --flow-title-line-height: 1.5;
  /* .flow-block .title の line-height */
  /**/
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  font-size: var(--flow-title-font-size);
  line-height: var(--flow-title-line-height);
  margin-top: 0 !important;
  padding: 0;
  text-align: left;
  border: none;
}

@media (min-width: 768px) {
  .flow-block .title {
    --flow-title-font-size: 24px;
    /* .flow-block .title の font-size */
  }
}
.flow-block .title::after,
.flow-block .title::before {
  display: none;
}

.flow-block .title .num {
  --flow-num-font-percent: 0.83;
  /* .flow-block .title .num フォントサイズ */
  --flow-num-width: calc(var(--flow-title-line-height) * var(--flow-title-font-size) * var(--flow-num-font-percent) + (var(--flow-title-font-size) / 6));
  /* .flow-block .title .num の width*/
  /**/
  display: block;
  border: #ad9900;
  background: #ad9900;
  margin-right: 0.5em;
  margin-bottom: auto;
  color: #fff;
  border-radius: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: calc(var(--flow-title-font-size) * var(--flow-num-font-percent));
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: var(--flow-num-width);
  width: var(--flow-num-width);
  aspect-ratio: 1;
  -webkit-transform: translateY(calc(var(--flow-title-font-size) / 6 / 2 - var(--yugo-minus)));
  transform: translateY(calc(var(--flow-title-font-size) / 6 / 2 - var(--yugo-minus)));
}

@media (min-width: 768px) {
  .flow-block .title {
    font-size: var(--flow-title-font-size);
  }
}
.home .footer {
  border-top: none;
}

.footer {
  padding-top: 50px;
  background: url("../img/common/footer_bg.png") no-repeat center/cover;
  overflow: hidden;
  color: #fff;
}

.footer .sec_logo {
  margin: 0 0 30px;
}

.footer .sec_address {
  margin: 0 0 15px;
  letter-spacing: 0;
}

.footer .sec_tel {
  margin-bottom: 25px;
}

.footer .sec_tel a {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: 58px;
  color: #fff;
  font-family: "Times New Roman", serif;
  position: relative;
}

.footer .sec_tel a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 48px;
  height: 49px;
  background: url("../img/common/footer_icon02.png") no-repeat center/cover;
}

.footer .sec_title {
  font-size: 26px;
  line-height: 1;
  margin: 30px 0 10px;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .sec_title:after {
  content: "";
  margin-left: 1rem;
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
}

.footer .btnstyle {
  margin-top: 25px;
}

.footer .btnstyle a {
  max-width: 260px;
  background: #fff;
  color: #0d1947 !important;
  border-color: #fff;
}

.footer .btnstyle a:after {
  background: url("../img/common/btn_arrow.png") no-repeat center/cover;
}

.footer .footer_text {
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #fff;
}

.footer .sec_access {
  position: relative;
  line-height: 25px;
  letter-spacing: 0;
  color: #fff;
  margin: 0;
  padding-top: 47px;
}

.footer .sec_access .sec_span {
  font-size: 26px;
  font-weight: bold;
  display: block;
  padding-top: 5px;
}

.footer .sec_access .sec_span2 {
  font-size: 26px;
  font-weight: bold;
}

.footer .sec_access:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  width: 27px;
  height: 39px;
  background: url("../img/common/footer_icon01.png") no-repeat center/cover;
}

.footer .sec_sns {
  margin: 0 0 30px;
  color: #fff;
  letter-spacing: 0.05em;
}

.footer .sec_sns a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  color: #fff;
}

.footer .sec_sns a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.5;
}

.footer .sec_sns .sec_span {
  position: relative;
  padding-right: 79px;
}

.footer .sec_sns .sec_span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 49px;
  height: 49px;
  background: url("../img/common/footer_icon04.png") no-repeat center/cover;
}

.footer .row {
  margin-bottom: 50px;
}

.footer .sec_img {
  margin: 0;
}

.footer .consul {
  color: #8b6e17 !important;
}

.footer .consul2 {
  color: #fff !important;
}

.footer .sec_bnr {
  margin-top: 30px;
}

.footer .table_timetable {
  margin: 0 0 10px;
}

.footer .table_timetable th,
.footer .table_timetable td {
  color: #fff;
  border-color: #fff;
}

.footer .table_timetable thead {
  border-color: #fff;
}

.footer .table_timetable thead th,
.footer .table_timetable thead td {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.footer .table_timetable tbody {
  border-color: #fff;
}

.footer .table_timetable tbody tr th,
.footer .table_timetable tbody tr td {
  padding: 0.4rem 0.2rem;
}

.footer .table_timetable tbody tr:first-child th,
.footer .table_timetable tbody tr:first-child td {
  padding-top: 1.3rem;
}

.footer .table_timetable tbody tr:last-child th,
.footer .table_timetable tbody tr:last-child td {
  padding-bottom: 1.8rem;
}

.footer .sitemap {
  text-align: center;
  margin-bottom: 0;
}

.footer .sitemap a {
  text-decoration: none;
  color: #fff;
  position: relative;
}

.footer .sitemap a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .footer .btnstyle {
    margin-bottom: 30px !important;
  }
  .footer .sec_logo {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }
  .footer .sec_sns {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer {
    padding-top: 120px;
  }
  .footer .row {
    margin-bottom: 120px;
  }
  .footer .sec_logo {
    margin: 0 0 40px;
  }
  .footer .sec_bnr {
    margin-top: 42px;
  }
  .footer .btnstyle {
    margin-top: 20px;
  }
  .footer .btnstyle a {
    padding: 1.45rem 2.4rem;
    margin: 0 0 0 auto;
  }
  .footer .row {
    gap: 0 7.2%;
  }
  .footer .row .col_2 {
    margin: 0;
  }
  .footer .row .col_2:first-child {
    width: 41.7%;
  }
  .footer .row .col_2:last-child {
    width: 51.1%;
  }
  .footer .sec_address {
    margin: 0 0 10px;
  }
  .footer .sec_tel {
    margin-bottom: 30px;
  }
  .footer .sec_tel a {
    font-size: 46px;
    line-height: 1;
    letter-spacing: 0.1em;
    padding-left: 58px;
  }
  .footer .sec_tel a:after {
    width: 48px;
    height: 49px;
  }
  .footer .sec_access {
    padding: 0;
    padding-left: 47px;
  }
  .footer .sec_access:after {
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
  }
  .footer .sec_sns {
    text-align: center;
    margin-bottom: 50px;
  }
  .footer .sec_sns .sec_span {
    padding: 0;
    padding-right: 79px;
  }
  .footer .sec_sns .sec_span:after {
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.copyright {
  background: transparent;
  color: #fff;
  margin-top: 0;
  padding: 10px 0 19%;
  text-align: center;
}

@media (min-width: 768px) {
  .copyright {
    padding: 10px 0 100px;
  }
}
@media screen and (min-width: 1500px) {
  .copyright {
    padding: 10px 0;
  }
}
.list_list dd a {
  color: #0d1947;
  text-decoration: none;
}

.list_list dd a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .list_list dt {
    padding: 0.5em 0 0;
  }
  .list_list dd {
    padding: 0 0 0.5em;
  }
}
@media (min-width: 768px) {
  .list_list dt {
    float: left;
  }
  .list_list dd {
    padding-left: 120px;
  }
}
.img_slider {
  max-width: 850px;
  margin: auto;
}

.img_slider img {
  border-radius: 0;
}

.img_slider .img_slide_thumb {
  margin-top: 10px;
}

.img_slider .img_slide_thumb img {
  padding: 0 2px;
}

.img_slider .img_slide_main .item {
  position: relative;
}

.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .img_slider .img_slide_thumb img {
    padding: 0 5px;
  }
}
.splide__arrow {
  width: 35px;
  height: 35px;
  opacity: 1;
}

.splide__arrow:hover {
  opacity: 0.7;
}

.splide__arrow:before,
.splide__arrow:after {
  display: none;
}

.splide__arrow svg {
  display: none;
}

.splide__arrow.splide__arrow--prev {
  background: url("../img/common/main_arrow01.png") no-repeat center/cover;
}

.splide__arrow.splide__arrow--next {
  background: url("../img/common/main_arrow02.png") no-repeat center/cover;
}

@media (min-width: 768px) {
  .splide__arrow {
    width: 59px;
    height: 59px;
  }
}
.wrap {
  position: relative;
  z-index: 0;
}

.sec_top {
  margin: 0;
}

.sec_top h2,
.sec_top h3 {
  padding: 0;
  margin: 0;
  border: none;
  color: #0d1947;
}

.sec_top h2:before,
.sec_top h2:after,
.sec_top h3:before,
.sec_top h3:after {
  display: none;
}

.sec_top .sec_img {
  margin: 0;
  text-align: center;
}

.sec_top .sec_img img {
  margin: auto;
}

.sec_top .btnstyle a {
  max-width: 260px;
  padding: 1.45rem 2.4rem;
}

.sec01 {
  padding: 0 0 50px;
  margin-top: 50px;
  background: url("../img/top/sec01_bg.png") no-repeat center top/cover;
}

.sec01 h2 {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 0px;
  position: relative;
  top: -30px;
  color: #1d1d1d;
}

.sec01 h2 .sec_span {
  font-size: 50px;
  padding-right: 10px;
  color: #0d1947;
  font-family: "Times New Roman", serif;
  font-weight: 400;
}

.sec01 .btnstyle {
  margin-top: 25px;
}

.sec01 .sec_title {
  text-align: center;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 10px;
  color: #0d1947;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.sec01 .img_box {
  margin: 0 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec01 .img_box .sec_img {
  width: 50%;
}

.sec01 .img_box .sec_img .sec_span {
  font-size: 18px;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  display: block;
  width: 100%;
  text-align: center;
  background: #758dcb;
}

.sec01 .img_box .sec_img:last-child .sec_span {
  background: #ad9900;
}

.sec01 .sec_title2 {
  font-size: 18px;
  height: 60px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #0d1947;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.sec01 .text_box {
  gap: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec01 .text_box .sec_title2 {
  width: 110px;
}

.sec01 .text_box .sec_text {
  width: calc(100% - 130px);
}

.sec01 .sec_box {
  padding: 10px 10px 30px;
  background: #fff;
  max-width: 585px;
  margin: auto;
  position: relative;
}

.sec01 .sec_box:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 10px;
  top: auto;
  bottom: 10px;
  width: 40px;
  height: 40px;
  border-right: 1px solid #95a8d7;
  border-bottom: 1px solid #95a8d7;
}

.sec01 .sec_box a {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  font-size: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
}

.sec01 .sec_box a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.3;
}

.sec01 .splide__arrow {
  top: -52px;
}

.sec01 .splide__arrow--prev {
  margin: auto;
  right: 60px;
  left: auto;
}

.sec01 .splide__arrow--next {
  margin: auto;
  right: 0;
  left: auto;
}

@media (min-width: 768px) {
  .sec01 {
    padding: 0 0 120px;
    margin-top: 180px;
  }
  .sec01 .splide__arrow {
    top: -85px;
  }
  .sec01 .splide__arrow--prev {
    margin: auto;
    right: 120px;
    left: auto;
  }
  .sec01 .splide__arrow--next {
    margin: auto;
    right: 30px;
    left: auto;
  }
  .sec01 h2 {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 0 -35px;
    top: -67px;
  }
  .sec01 h2 .sec_span {
    font-size: 120px;
    padding-right: 20px;
    letter-spacing: 0.1em;
  }
  .sec01 .sec_title {
    font-size: 36px;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: 0.1em;
  }
  .sec01 .sec_title2 {
    font-size: 20px;
    height: 73px;
  }
  .sec01 .sec_box {
    padding: 40px 20px;
  }
  .sec01 .container_wd {
    width: 100%;
    max-width: 100%;
    margin-left: 20px;
  }
  .sec01 .btnstyle {
    margin-top: 50px;
  }
  .sec01 .btnstyle a {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1260px) {
  .sec01 .sec_box {
    padding: 40px 37px;
  }
  .sec01 .splide__arrow--prev {
    right: calc((100vw - 1200px) / 2 + 90px);
  }
  .sec01 .splide__arrow--next {
    right: calc((100vw - 1200px) / 2);
  }
}
.sec02 {
  padding: 0;
  background: url("../img/top/sp_sec02_bg.png") no-repeat center/cover;
}

.sec02 .sec_text {
  line-height: 32px;
  letter-spacing: 0.1em;
}

.sec02 h2 {
  font-size: 22px;
  line-height: 40px;
  margin: 15px auto 25px;
  letter-spacing: 0;
  text-align: center;
  font-weight: bold;
  color: #0d1947;
  position: relative;
}

.sec02 h2 .sec_span {
  font-size: 30px;
  color: #0ab7c5;
}

.sec02 h2:before,
.sec02 h2:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 29px;
  height: 83px;
}

.sec02 h2:before {
  left: 0;
  right: auto;
  background: url("../img/top/sp_sec02_icon01.png") no-repeat center/cover;
}

.sec02 h2:after {
  left: auto;
  right: 0;
  background: url("../img/top/sp_sec02_icon02.png") no-repeat center/cover;
}

@media (max-width: 767px) {
  .sec02 h2 {
    max-width: 360px;
  }
  .sec02 .btnstyle {
    margin-bottom: 20px;
  }
  .sec02 .sec_img {
    margin-left: -10px;
    width: 100vw;
  }
  .sec02 .sec_img2 {
    max-width: 95%;
    margin: auto;
    margin-top: -28%;
  }
}
@media (min-width: 768px) {
  .sec02 {
    padding: 120px 0;
    background: url("../img/top/sec02_bg.jpg") no-repeat center/cover;
    position: relative;
    z-index: 0;
  }
  .sec02 h2 {
    font-size: 60px;
    line-height: 74px;
    margin: 0 0 30px;
    letter-spacing: 0.1em;
  }
  .sec02 h2 .sec_span {
    font-size: 80px;
  }
  .sec02 h2:before,
  .sec02 h2:after {
    top: 0;
    bottom: 0;
    width: 53px;
    height: 151px;
  }
  .sec02 h2:before {
    background: url("../img/top/sec02_icon01.png") no-repeat center/cover;
  }
  .sec02 h2:after {
    background: url("../img/top/sec02_icon02.png") no-repeat center/cover;
  }
  .sec02 .sec_img2 {
    position: absolute;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    z-index: -1;
  }
  .sec02 .sec_box {
    max-width: 725px;
    margin: auto;
  }
  .sec02 .btnstyle {
    margin-top: 40px;
  }
}
.sec03 {
  padding: 30px 0;
  background: url("../img/top/sec03_bg.jpg") no-repeat center/cover;
}

.sec03 .sec_title {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

@media (min-width: 768px) {
  .sec03 {
    padding: 40px 0 50px;
  }
  .sec03 .sec_title {
    font-size: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .sec03 .bnr_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec03 .bnr_box .sec_bnr {
    margin: 0;
  }
}
.sec04 {
  padding: 50px 0 40px;
  background: url("../img/top/sp_sec04_bg.png") no-repeat center top/100%;
}

.sec04 h2 {
  font-size: 22px;
  font-weight: bold;
  padding: 5px 0;
  margin-bottom: 25px;
  letter-spacing: 0;
  text-align: left;
  background: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.sec04 h2 .sec_span {
  font-size: 30px;
  color: #107fb9;
}

.sec04 .btn_box {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .sec04 {
    position: relative;
  }
  .sec04:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #e6f9fb;
  }
  .sec04 h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 10px;
  }
  .sec04 .sec04_box {
    margin-top: 35px;
  }
  .sec04 .bnr_list {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 1%;
  }
  .sec04 .bnr_list li {
    margin-left: -2%;
    margin-top: -5%;
    width: 49.5%;
  }
  .sec04 .bnr_list li img {
    max-width: 110%;
  }
  .sec04 .sec_img {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .sec04 {
    padding: 120px 0 90px;
    background: url("../img/top/sec04_bg.jpg") no-repeat center top/cover;
  }
  .sec04 h2 {
    font-size: 40px;
    padding: 5px 0;
    margin-bottom: 40px;
    letter-spacing: -0.05em;
    position: relative;
  }
  .sec04 h2 .sec_span {
    font-size: 60px;
  }
  .sec04 h2:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: -20px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 100%;
    background: #fff;
  }
  .sec04 .bnr_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec04 .bnr_list li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sec04 .row .col_2 {
    margin: 0;
  }
  .sec04 .row .col_2:first-child {
    width: 48.3%;
  }
  .sec04 .row .col_2:last-child {
    width: 51.7%;
  }
  .sec04 .sec_img {
    text-align: left;
    margin-top: -20px;
  }
  .sec04 .sec_text {
    line-height: 32px;
    letter-spacing: 0.1em;
  }
  .sec04 .btn_box {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .sec04 .btn_box .btnstyle {
    width: 260px;
    margin: 0;
  }
  .sec04 .sec04_box {
    margin-top: 60px;
  }
  .sec04 .sec04_box .container {
    width: 1920px;
  }
  .sec04 .bnr_list {
    max-width: 1788px;
  }
  .sec04 .bnr_list img {
    max-width: clamp(288.6875px, 23.28125vw, 447px);
  }
  .sec04 .bnr_list:first-child li:not(:first-child) {
    margin-left: calc(clamp(96.875px, 7.8125vw, 150px) * -1);
  }
  .sec04 .bnr_list:last-child {
    margin-top: calc(clamp(35.5208333333px, 2.8645833333vw, 55px) * -1);
    margin-left: auto;
  }
  .sec04 .bnr_list:last-child li {
    position: relative;
  }
  .sec04 .bnr_list:last-child li:nth-child(1) {
    right: calc(clamp(22.6041666667px, 1.8229166667vw, 35px) * -1 * 4);
  }
  .sec04 .bnr_list:last-child li:nth-child(2) {
    right: calc(clamp(22.6041666667px, 1.8229166667vw, 35px) * -1 * 3);
  }
  .sec04 .bnr_list:last-child li:nth-child(3) {
    right: calc(clamp(22.6041666667px, 1.8229166667vw, 35px) * -1 * 2);
  }
  .sec04 .bnr_list:last-child li:nth-child(4) {
    right: calc(clamp(22.6041666667px, 1.8229166667vw, 35px) * -1);
  }
}
@media only screen and (min-width: 1240px) {
  .sec04 h2:before {
    left: calc((100vw - 1200px) / 2 * -1);
    width: calc((100vw - 1200px) / 2);
  }
}
.sec05 {
  padding: 50px 0;
  background: url("../img/top/sp_sec05_bg.jpg") no-repeat center top/100%;
}
.sec05.bg_typeA {
  background: url("../img/top/sec05_bg_typeA.jpg") no-repeat center top/100%;
}
.sec05.bg_typeA .sec05_bnr_box {
  margin-top: 0;
}

.sec05 h2 {
  margin-bottom: 20px;
}

.sec05 .text_box {
  margin-bottom: 30px;
}

.sec05 .sec_bnr a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.sec05 .sec_bnr a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  width: clamp(30px, 8.3333333333vw, 63.9166666667px);
  height: clamp(30px, 8.3333333333vw, 63.9166666667px);
  background: url("../img/top/sec05_arrow.png") no-repeat center/cover;
}

.sec05 .sec_bnr a .sec_img,
.sec05 .sec_bnr a .sec_sub,
.sec05 .sec_bnr a .sec_title,
.sec05 .sec_bnr a .sec_text,
.sec05 .sec_bnr a .span_box {
  display: block;
}

.sec05 .sec_bnr a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.7;
}

.sec05 .sec_bnr a:hover img {
  opacity: 1;
}

.sec05 .sec_sub {
  font-size: clamp(16px, 4.4444444444vw, 34.0888888889px);
  line-height: 1.4;
  margin: 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  letter-spacing: 0em;
}

.sec05 .sec_title {
  font-size: clamp(20px, 5.5555555556vw, 42.6111111111px);
  line-height: 1;
  margin: clamp(10px, 2.7777777778vw, 21.3055555556px) 0;
  color: #107fb9;
  padding: clamp(8px, 2.2222222222vw, 17.0444444444px) clamp(5px, 1.3888888889vw, 10.6527777778px);
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  letter-spacing: -0.1em;
  background: #fff;
  text-align: center;
}

.sec05 .sec05_bnr_box .sec_bnr1 a {
  background: url("../img/top/sp_sec05_bnr_bg01.png") no-repeat center/cover;
}

.sec05 .sec05_bnr_box .sec_bnr2 a {
  background: url("../img/top/sp_sec05_bnr_bg02.png") no-repeat center/cover;
}

.sec05 .sec05_bnr_box .sec_bnr3 a {
  color: #0d1947;
  background: url("../img/top/sp_sec05_bnr_bg03.png") no-repeat center top/100%;
}

@media (max-width: 767px) {
  .sec05 .sec_sub {
    text-align: center;
  }
  .sec05 h2 {
    max-width: 65%;
    margin-left: auto;
  }
  .sec05 .sec_img {
    max-width: 80%;
    margin: auto;
  }
  .sec05 .sec_bnr .sec_text {
    font-size: clamp(13px, 3.6111111111vw, 27.6972222222px);
    line-height: clamp(20px, 5.5555555556vw, 42.6111111111px);
    letter-spacing: 0;
    margin: 0 0 clamp(10px, 2.7777777778vw, 21.3055555556px);
  }
  .sec05 .sec_bnr a {
    padding: clamp(20px, 5.5555555556vw, 42.6111111111px) clamp(15px, 4.1666666667vw, 31.9583333333px) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .sec05 .sec_bnr2 .sec_img {
    padding-bottom: clamp(15px, 4.1666666667vw, 31.9583333333px);
  }
  .sec05 .sec_bnr3 a {
    z-index: 0;
    padding: clamp(30px, 8.3333333333vw, 63.9166666667px) clamp(30px, 8.3333333333vw, 63.9166666667px) 0;
  }
  .sec05 .sec_bnr3 a:before {
    content: "KODOMO";
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: clamp(30px, 8.3333333333vw, 63.9166666667px);
    top: clamp(70px, 19.4444444444vw, 149.1388888889px);
    bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: clamp(50px, 13.8888888889vw, 106.5277777778px);
    line-height: 1;
    letter-spacing: 0.07em;
    color: #e2eff6;
    z-index: -1;
    font-family: "Times New Roman", serif;
  }
  .sec05 .sec_bnr3 .sec_text {
    margin: 0 0 clamp(20px, 5.5555555556vw, 42.6111111111px);
  }
  .sec05 .sec_bnr3 .sec_title_img {
    display: block;
    margin-bottom: clamp(15px, 4.1666666667vw, 31.9583333333px);
    max-width: 92%;
  }
  .sec05 .sec_bnr3 .sec_img {
    width: 109%;
    margin-left: -4%;
    max-width: initial;
  }
}
@media (min-width: 768px) {
  .sec05 {
    padding: 110px 0 120px;
    background: url("../img/top/sec05_bg.jpg") no-repeat center top/contain;
  }
  .sec05.bg_typeA {
    background: url("../img/top/sec05_bg_typeA.jpg") no-repeat center top/contain;
  }
  .sec05 .text_box {
    max-width: 680px;
    margin-bottom: 190px;
    margin-left: auto;
  }
  .sec05 h2 {
    text-align: left;
  }
  .sec05 .sec_text {
    line-height: 32px;
    letter-spacing: 0.1em;
  }
  .sec05 .sec_sub {
    font-size: clamp(18.0833333333px, 1.4583333333vw, 28px);
    line-height: 1;
    margin: 0;
    letter-spacing: 0em;
  }
  .sec05 .sec_title {
    font-size: clamp(32.2916666667px, 2.6041666667vw, 50px);
    line-height: 1;
    margin: clamp(12.9166666667px, 1.0416666667vw, 20px) 0;
    padding: clamp(12.9166666667px, 1.0416666667vw, 20px) clamp(6.4583333333px, 0.5208333333vw, 10px);
    letter-spacing: -0.1em;
  }
  .sec05 .sec_bnr:not(:first-child) {
    margin-top: clamp(58.125px, 4.6875vw, 90px);
  }
  .sec05 .sec_bnr a {
    padding: clamp(41.9791666667px, 3.3854166667vw, 65px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 3%;
  }
  .sec05 .sec_bnr a .span_box:first-child {
    width: calc(97% - clamp(458.5416666667px, 36.9791666667vw, 710px));
  }
  .sec05 .sec_bnr a .span_box:last-child {
    width: clamp(458.5416666667px, 36.9791666667vw, 710px);
  }
  .sec05 .sec_bnr a:after {
    width: clamp(40.0416666667px, 3.2291666667vw, 62px);
    height: clamp(40.0416666667px, 3.2291666667vw, 62px);
  }
  .sec05 .sec05_bnr_box .sec_text {
    font-size: clamp(10.3333333333px, 0.8333333333vw, 16px);
    line-height: clamp(20.6666666667px, 1.6666666667vw, 32px);
  }
  .sec05 .sec05_bnr_box .container {
    width: clamp(1033.3333333333px, 83.3333333333vw, 1600px);
  }
  .sec05 .sec05_bnr_box .sec_bnr1 a {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    height: clamp(291.2708333333px, 23.4895833333vw, 451px);
    background: url("../img/top/sec05_bnr_bg01.png") no-repeat center/cover;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .sec05 .sec05_bnr_box .sec_bnr1 a .sec_img {
    margin-bottom: calc(clamp(41.9791666667px, 3.3854166667vw, 65px) * -1);
    text-align: left;
  }
  .sec05 .sec05_bnr_box .sec_bnr1 a .sec_img img {
    max-width: clamp(398.4791666667px, 32.1354166667vw, 617px);
  }
  .sec05 .sec05_bnr_box .sec_bnr2 a {
    height: clamp(291.2708333333px, 23.4895833333vw, 451px);
    background: url("../img/top/sec05_bnr_bg02.png") no-repeat center/cover;
  }
  .sec05 .sec05_bnr_box .sec_bnr2 a .sec_img {
    margin-top: calc(clamp(64.5833333333px, 5.2083333333vw, 100px) * -1);
  }
  .sec05 .sec05_bnr_box .sec_bnr2 a .sec_img img {
    max-width: clamp(402.3541666667px, 32.4479166667vw, 623px);
  }
  .sec05 .sec05_bnr_box .sec_bnr3 a {
    padding: 0 clamp(64.5833333333px, 5.2083333333vw, 100px) 0 clamp(32.2916666667px, 2.6041666667vw, 50px);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    height: clamp(291.9166666667px, 23.5416666667vw, 452px);
    gap: 0 2%;
    background: url("../img/top/sec05_bnr_bg03.png") no-repeat center/cover;
    z-index: 0;
  }
  .sec05 .sec05_bnr_box .sec_bnr3 a:before {
    content: "KODOMO";
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: clamp(29.0625px, 2.34375vw, 45px);
    top: auto;
    bottom: clamp(16.1458333333px, 1.3020833333vw, 25px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: clamp(83.9583333333px, 6.7708333333vw, 130px);
    line-height: 1;
    letter-spacing: 0.07em;
    color: #e2eff6;
    z-index: -1;
    font-family: "Times New Roman", serif;
  }
  .sec05 .sec05_bnr_box .sec_bnr3 a .sec_img img {
    max-width: clamp(361.0208333333px, 29.1145833333vw, 559px);
  }
  .sec05 .sec05_bnr_box .sec_bnr3 a .sec_title_img {
    display: block;
    max-width: clamp(343.5833333333px, 27.7083333333vw, 532px);
    margin-bottom: clamp(12.9166666667px, 1.0416666667vw, 20px);
  }
  .sec05 .sec05_bnr_box .sec_bnr3 a .span_box:first-child {
    width: calc(98% - clamp(548.9583333333px, 44.2708333333vw, 850px));
  }
  .sec05 .sec05_bnr_box .sec_bnr3 a .span_box:last-child {
    width: clamp(548.9583333333px, 44.2708333333vw, 850px);
    padding-bottom: clamp(54.8958333333px, 4.4270833333vw, 85px);
  }
}
@media (min-width: 1921px) {
  .sec05 {
    background-size: cover;
  }
}
.sec05 .sec05_bnr_box .container .sec_bnr1 {
  position: relative;
}
.sec05 .sec05_bnr_box .container .sec_bnr1:before {
  content: "";
  width: clamp(700px, 700px + 427 * (100vw - 1250px) / 670, 1127px);
  height: clamp(118px, 118px + 73 * (100vw - 1250px) / 670, 191px);
  background: url("../img/top/sec_bnr1_ttl.png") no-repeat center/cover;
  position: absolute;
  bottom: calc(100% - 25px);
  left: 0;
  z-index: 1;
}
.sec05 .sec05_bnr_box .container .sec_bnr1 a:after {
  background: url(../img/top/arrow_sec_bnr1.png) no-repeat center/cover;
  width: 344px;
  height: 62px;
}
.sec05 .sec05_bnr_box .container .sec_bnr2 a:after {
  background: url(../img/top/arrow_sec_bnr2.png) no-repeat center/cover;
  width: 264px;
  height: 62px;
}
.sec05 .sec05_bnr_box .container .sec_bnr3 a:after {
  background: url(../img/top/arrow_sec_bnr3.png) no-repeat center/cover;
  width: 414px;
  height: 62px;
}

@media (max-width: 767px) {
  .sec05 .sec05_bnr_box {
    margin-top: clamp(110px, 110px + 150 * (100vw - 360px) / 407, 260px);
  }
  .sec05 .sec05_bnr_box .container .sec_bnr1:before {
    background: url("../img/top/sec_bnr1_ttl_sp.png") no-repeat center/cover;
    width: calc(100% - 20px);
    height: clamp(109px, 109px + 128 * (100vw - 360px) / 407, 237px);
    bottom: calc(100% - 10px);
    left: 0;
    right: 0;
    margin: auto;
  }
  .sec05 .sec05_bnr_box .container .sec_bnr1 a:after {
    width: clamp(160px, 160px + 184 * (100vw - 360px) / 407, 344px);
    height: clamp(30px, 30px + 32 * (100vw - 360px) / 407, 62px);
  }
  .sec05 .sec05_bnr_box .container .sec_bnr2 a:after {
    width: clamp(122px, 122px + 142 * (100vw - 360px) / 407, 264px);
    height: clamp(30px, 30px + 32 * (100vw - 360px) / 407, 62px);
  }
  .sec05 .sec05_bnr_box .container .sec_bnr3 a:after {
    width: clamp(188px, 188px + 226 * (100vw - 360px) / 407, 414px);
    height: clamp(30px, 30px + 32 * (100vw - 360px) / 407, 62px);
  }
}
.strengths_container {
  padding: clamp(30px, 5.6vw, 70px) 0 clamp(40px, 6.4vw, 80px);
}
.strengths_container h3 {
  background: transparent;
  text-align: center;
  font-size: clamp(16px, 3.68vw, 46px);
  letter-spacing: 0.1em;
  margin-bottom: clamp(20px, 4vw, 50px);
}
.strengths_container h3 .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #ffff00));
  background: linear-gradient(transparent 60%, #ffff00 50%);
}
.strengths_container h3 .large {
  font-size: clamp(20px, 4.8vw, 60px);
}
.strengths_container h3 .color {
  color: #0ab7c5;
}
.strengths_container h4 {
  text-align: center;
  font-size: clamp(20px, 3.2vw, 40px);
  line-height: 1.45;
  margin-bottom: 20px;
}
.strengths_container h4:after {
  display: none;
}
.strengths_container .row .col {
  padding: 0 clamp(15px, 4.64vw, 58px) clamp(15px, 4.64vw, 58px);
  position: relative;
  z-index: 0;
}
.strengths_container .row .col:after {
  content: "";
  width: 100%;
  height: calc(100% - 100px);
  background: url(../img/top/strengths_container_bg.jpg) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.strengths_container .row .col figure {
  text-align: center;
  position: relative;
}
.strengths_container .row .col figure figcaption {
  font-size: clamp(100px, 11.2vw, 140px);
  color: #6a84c2;
  line-height: 0.9;
  font-family: "Times New Roman", serif;
  position: absolute;
  bottom: -30px;
  left: -40px;
}
@media (max-width: 767px) {
  .strengths_container .row .col:not(:last-child) {
    margin-bottom: 30px;
  }
  .strengths_container .row .col figure figcaption {
    left: -20px;
    font-size: 80px;
  }
}
@media (min-width: 768px) {
  .strengths_container .container {
    width: clamp(1033.3333333333px, 83.3333333333vw, 1600px);
  }
  .strengths_container .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 75px;
  }
  .strengths_container .row figure figcaption {
    font-size: 40px;
  }
}

.pb0 {
  padding-bottom: 0 !important;
}

.message-critica {
  padding: clamp(40px, 12vw, 150px) 0;
  background: url(../img/top/message-critica_bg.jpg) no-repeat center/cover;
}
.message-critica h3 {
  background: transparent;
  font-size: clamp(22px, 3.8vw, 58px);
  line-height: 1.3333333333;
  margin-bottom: 20px;
  letter-spacing: normal;
  color: #fff;
}
.message-critica .inner_box p {
  color: #fff;
}
@media (max-width: 767px) {
  .message-critica {
    background: #192636;
  }
}
@media (min-width: 768px) {
  .message-critica .container {
    width: clamp(1033.3333333333px, 83.3333333333vw, 1600px);
  }
  .message-critica .inner_box {
    max-width: clamp(700px, 64vw, 940px);
    width: 100%;
  }
  .message-critica .inner_box p {
    line-height: 2;
  }
}

.sec06 {
  padding: 50px 0 250px;
  position: relative;
  z-index: 0;
}

.sec06:before,
.sec06:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
}

.sec06:before {
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../img/top/sec06_bg02.png") no-repeat center top/cover;
  z-index: -2;
}

.sec06:after {
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: url("../img/top/sp_sec06_bg01.png") no-repeat center top/100%;
  z-index: -1;
}

.sec06 h2 {
  margin-bottom: 30px;
}

.sec06 .row {
  margin-bottom: 30px;
}

.sec06 .sec_title {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.05em;
  min-height: 91px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-bottom: 10px;
  padding-bottom: 25px;
  position: relative;
}

.sec06 .sec_title .span_color {
  color: #0ab7c5;
}

.sec06 .sec_title:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  max-width: 226px;
  height: 13px;
  background: url("../img/top/sec06_border.png") no-repeat center/cover;
}

.sec06 .sec_icon {
  display: block;
}

.sec06 .sec_bnr a {
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 20px 5px 25px;
  border: 2px solid #ad9900;
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2901960784);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2901960784);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sec06 .sec_bnr a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.7;
}

.sec06 .sec_bnr a img {
  opacity: 1;
}

.sec06 .sec_bnr a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: -2px;
  top: auto;
  bottom: -2px;
  width: 25px;
  height: 25px;
  background: url("../img/top/sec06_arrow.png") no-repeat center/cover;
}

.sec06 .sec_bnr2 {
  text-align: center;
}

@media (max-width: 767px) {
  .sec06 .row .col_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec06 .row .col_4 .sec_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .sec06 .row .col_4 .sec_bnr a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .sec06 .sec_icon {
    max-width: 90%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .sec06 {
    padding: 120px 0 320px;
  }
  .sec06:after {
    height: 819px;
    background: url("../img/top/sec06_bg01.png") no-repeat center/cover;
    z-index: -1;
  }
  .sec06 h2 {
    margin-bottom: 50px;
  }
  .sec06 .row {
    gap: 19px 1.5%;
    margin-bottom: 50px;
  }
  .sec06 .row .col_4 {
    width: 23.875%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .sec06 .row .col_4 .sec_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .sec06 .row .col_4 .sec_bnr a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .sec06 .sec_title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0em;
    min-height: 125px;
    margin-bottom: 17px;
    padding-bottom: 32px;
  }
  .sec06 .sec_title:after {
    width: 100%;
    height: 13px;
    background: url("../img/top/sec06_border.png") no-repeat center/cover;
  }
  .sec06 .sec_bnr a {
    padding: 25px 27px 32px;
  }
  .sec06 .sec_bnr a:after {
    right: -2px;
    bottom: -2px;
    width: 37.25px;
    height: 37.25px;
  }
}
.sec07 {
  padding: 50px 0 0;
  margin-top: -200px;
  background: url("../img/top/sec07_bg.png") no-repeat center top/cover;
  position: relative;
  z-index: 0;
}

.sec07 h2 {
  margin-bottom: 25px;
}

.sec07 .sec_no {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-align: center;
  color: #b1b1b1;
  font-family: "Times New Roman", serif;
}

.sec07 .sec_no .sec_span {
  font-size: 50px;
  display: block;
  color: #2dd7e5;
}

.sec07 .sec_no.sec_no_color2 .sec_span {
  color: #ad9900;
}

.sec07 .sec_title {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0em;
  font-weight: bold;
  color: #0d1947;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.sec07 .sec_title2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0.07em;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #4a6280;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.sec07 .sec_title3 {
  font-size: 18px;
  line-height: 1;
  padding: 15px 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
  background: #107fb9;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #fff;
}

.sec07 .sec_title4 {
  font-size: 22px;
  line-height: 32px;
  margin: 0 0 25px;
  letter-spacing: -0.06em;
  text-align: left;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.sec07 .sec_title5 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 10px;
  letter-spacing: -0.06em;
  text-align: left;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.sec07 .sec07_box01 .sec_no {
  text-align: left;
}

.sec07 .sec07_box01 .sec_no .sec_span {
  display: inline;
}

.sec07 .sec07_box01 .sec_title_box {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.sec07 .sec07_box01 .sec_title_box:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: -10px;
  right: auto;
  top: auto;
  bottom: 0;
  width: 100vw;
  height: 165px;
  background: #e6f9fb;
  z-index: -1;
}

.sec07 .sec07_box01 .sec_no .sec_span {
  padding-left: 10px;
}

.sec07 .sec07_box01 .text_box {
  padding: 10px 10px 30px;
  background: #f0f0f0;
}

.sec07 .sec07_box02 {
  margin-top: 70px;
}

.sec07 .sec07_box02 .sec_title {
  text-align: center;
}

.sec07 .sec07_box02 .sec_box {
  padding: 0 10px 30px;
  background: url("../img/top/sec07_bg02.png") no-repeat center/cover;
}

.sec07 .sec07_box02 .sec_no {
  position: relative;
  top: -40px;
  margin-bottom: -35px;
}

.sec07 .sec07_box02 .row1 {
  margin-top: 30px;
}

.sec07 .sec07_box02 .row1 .sec_img {
  margin-bottom: 15px;
}

.sec07 .sec07_box02 .row2 .text_box {
  padding: 20px 10px 30px;
  background: #fff;
}

.sec07 .sec07_box03,
.sec07 .sec07_box04 {
  margin-top: 70px;
}

.sec07 .sec07_box03 .sec_no,
.sec07 .sec07_box04 .sec_no {
  position: relative;
  top: -40px;
  margin-bottom: -35px;
}

.sec07 .sec07_box03 .sec_img {
  margin-bottom: 25px;
}

.sec07 .sec07_box03 .sec_box {
  padding: 0 10px 30px;
  background: url("../img/top/sec07_bg02.png") no-repeat center/cover;
}

.sec07 .sec07_box04 .sec_img {
  margin-bottom: 15px;
}

.sec07 .sec07_box04 .sec_box {
  padding: 0 10px 30px;
  background: url("../img/top/sec07_bg02.png") no-repeat center/cover;
}

@media (max-width: 767px) {
  .sec07 .sec07_box01 .row1 {
    margin-bottom: 30px;
  }
  .sec07 .sec07_box01 .row1 .sec_img {
    margin-right: -10px;
  }
  .sec07 .sec07_box02 .row1 {
    margin-bottom: 20px;
  }
  .sec07 .sec07_box02 .row1 .col_2 {
    margin: 0;
  }
  .sec07 .sec07_box02 .row1 .col_2:not(:first-child) {
    margin-top: 20px;
  }
  .sec07 .sec07_box02 .row2 {
    margin-bottom: 25px;
  }
  .sec07 .sec07_box02 .row2 .sec_title3 {
    line-height: 1.4;
  }
  .sec07 .sec07_box02 .row2 .col_2 {
    margin: 0;
  }
  .sec07 .sec07_box03 .row .col_2,
  .sec07 .sec07_box03 .row .col_3,
  .sec07 .sec07_box04 .row .col_2,
  .sec07 .sec07_box04 .row .col_3 {
    margin: 0;
  }
  .sec07 .sec07_box03 .row .col_2:not(:first-child),
  .sec07 .sec07_box03 .row .col_3:not(:first-child),
  .sec07 .sec07_box04 .row .col_2:not(:first-child),
  .sec07 .sec07_box04 .row .col_3:not(:first-child) {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .sec07 {
    padding: 110px 0 0;
    margin-top: -200px;
  }
  .sec07 h2 {
    margin-bottom: 40px;
  }
  .sec07 .sec_no {
    font-size: 24px;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
  }
  .sec07 .sec_no .sec_span {
    font-size: 100px;
  }
  .sec07 .sec_title {
    font-size: 40px;
    line-height: 58px;
    letter-spacing: 0em;
  }
  .sec07 .sec_title2 {
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 0.07em;
    margin-bottom: 17px;
    padding-bottom: 12px;
  }
  .sec07 .sec_title3 {
    font-size: 30px;
    line-height: 1;
    padding: 15px 0;
    margin: 0;
  }
  .sec07 .sec_title4 {
    font-size: 32px;
    line-height: 45px;
    margin: 0 0 25px;
    letter-spacing: -0.06em;
  }
  .sec07 .sec_title5 {
    font-size: 26px;
    line-height: 36px;
    min-height: 108px;
    margin: 0 0 10px;
    letter-spacing: -0.06em;
  }
  .sec07 .sec_text {
    line-height: 32px;
    letter-spacing: 0.1em;
  }
  .sec07 .sec07_box01 .text_box {
    padding: 35px 60px 35px 35px;
  }
  .sec07 .sec07_box01 .sec_title_box {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sec07 .sec07_box01 .sec_title_box:after {
    left: -20px;
    right: auto;
    width: 100vw;
    height: 250px;
  }
  .sec07 .sec07_box01 .row1 {
    margin-bottom: 70px;
    gap: 0 1%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec07 .sec07_box01 .row1 .sec_img {
    width: 980px;
  }
  .sec07 .sec07_box01 .row1 .sec_text {
    padding-right: 3%;
  }
  .sec07 .sec07_box01 .row1 .col_2 {
    margin: 0;
  }
  .sec07 .sec07_box01 .row1 .col_2:first-child {
    width: 49%;
  }
  .sec07 .sec07_box01 .row1 .col_2:last-child {
    width: 50%;
  }
  .sec07 .sec07_box01 .row2 {
    gap: 0 4%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec07 .sec07_box01 .row2 .col_2 {
    margin: 0;
  }
  .sec07 .sec07_box01 .row2 .col_2:first-child {
    width: 490px;
  }
  .sec07 .sec07_box01 .row2 .col_2:last-child {
    width: calc(96% - 490px);
  }
  .sec07 .sec07_box02 {
    margin-top: 160px;
  }
  .sec07 .sec07_box02 .sec_box_inner {
    max-width: 1200px;
    margin: auto;
  }
  .sec07 .sec07_box02 .sec_title {
    margin-bottom: 15px;
  }
  .sec07 .sec07_box02 .sec_no {
    position: relative;
    top: -75px;
    margin-bottom: -70px;
  }
  .sec07 .sec07_box02 .container {
    width: 1380px;
  }
  .sec07 .sec07_box02 .sec_box {
    padding: 0 20px 87px;
  }
  .sec07 .sec07_box02 .row1 {
    gap: 0 3%;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .sec07 .sec07_box02 .row1 .col_2 {
    margin: 0;
    width: 48.5%;
  }
  .sec07 .sec07_box02 .row2 .text_box {
    padding: 25px 70px 35px 35px;
  }
  .sec07 .sec07_box02 .row2 .col_2 {
    margin: 0;
  }
  .sec07 .sec07_box02 .row2 .col_2:first-child {
    width: 620px;
  }
  .sec07 .sec07_box02 .row2 .col_2:last-child {
    width: calc(100% - 620px);
  }
  .sec07 .sec07_box02 .row2 .col_2:last-child .sec_img {
    margin-left: -42px;
  }
  .sec07 .sec07_box02 .row2 .col_2:last-child .sec_img img {
    height: 281px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
  }
  .sec07 .sec07_box03,
  .sec07 .sec07_box04 {
    margin-top: 150px;
  }
  .sec07 .sec07_box03 .sec_no,
  .sec07 .sec07_box04 .sec_no {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    top: -75px;
    margin-bottom: -70px;
  }
  .sec07 .sec07_box03 .container,
  .sec07 .sec07_box04 .container {
    width: 1380px;
  }
  .sec07 .sec07_box03 .row .col_2,
  .sec07 .sec07_box03 .row .col_3,
  .sec07 .sec07_box04 .row .col_2,
  .sec07 .sec07_box04 .row .col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec07 .sec07_box03 .row .col_2 .sec_box,
  .sec07 .sec07_box03 .row .col_3 .sec_box,
  .sec07 .sec07_box04 .row .col_2 .sec_box,
  .sec07 .sec07_box04 .row .col_3 .sec_box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec07 .sec07_box03 .row .col_2 .sec_box .btnstyle,
  .sec07 .sec07_box03 .row .col_3 .sec_box .btnstyle,
  .sec07 .sec07_box04 .row .col_2 .sec_box .btnstyle,
  .sec07 .sec07_box04 .row .col_3 .sec_box .btnstyle {
    margin-top: auto;
  }
  .sec07 .sec07_box03 .sec_box {
    padding: 0 50px 50px;
  }
  .sec07 .sec07_box03 .row {
    gap: 0 3%;
  }
  .sec07 .sec07_box03 .row .col_2 {
    width: 48.5%;
    margin: 0;
  }
  .sec07 .sec07_box04 .sec_box {
    padding: 0 30px 40px;
  }
  .sec07 .sec07_box04 .sec_text {
    margin-bottom: 15px;
  }
  .sec07 .sec07_box04 .row {
    gap: 0 15px;
  }
  .sec07 .sec07_box04 .row .col_3 {
    margin: 0;
    width: initial;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (min-width: 1240px) {
  .sec07 .sec07_box01 .sec_title_box:after {
    left: calc((100vw - 1200px) / 2 * -1);
  }
}
@media screen and (min-width: 1420px) {
  .sec07 .sec_title4 {
    font-size: 36px;
    line-height: 52px;
    margin: 0 0 25px;
    letter-spacing: -0.06em;
  }
  .sec07 .sec_title5 {
    font-size: 31px;
    line-height: 41px;
    min-height: 123px;
    margin: 0 0 10px;
    letter-spacing: -0.06em;
  }
  .sec07 .sec07_box02 .sec_box {
    padding: 0 90px 87px;
  }
}
.sec08_bg {
  background: url("../img/top/sec08_bg.png") no-repeat center bottom 120px;
}

@media (min-width: 768px) {
  .sec08_bg {
    background: url("../img/top/sec08_bg.png") no-repeat center bottom 355px;
  }
}
.sec08 {
  padding: 50px 0;
}

.sec08 h2 {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: "Times New Roman", serif;
}

.sec08 .sec_title {
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.sec08 .sec_name {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 30px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  text-align: right;
}

.sec08 .sec_name .sec_span {
  font-size: 24px;
}

@media (max-width: 767px) {
  .sec08 .sec_title {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .sec08 {
    padding: 120px 0;
  }
  .sec08 h2 {
    font-size: 120px;
    line-height: 1;
    margin-bottom: 40px;
  }
  .sec08 .sec_title {
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
  }
  .sec08 .sec_name {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-top: 40px;
  }
  .sec08 .sec_name .sec_span {
    font-size: 35px;
  }
  .sec08 .row .col_2:first-child {
    width: 465px;
  }
  .sec08 .row .col_2:last-child {
    width: calc(96% - 465px);
  }
  .sec08 .sec_text {
    line-height: 30px;
    letter-spacing: 0.12em;
  }
  .sec08 .btnstyle a {
    margin: 0 0 0 auto;
  }
}
.sec09 {
  padding: 0 0 50px;
}

.sec09 .loopslider_wrap {
  overflow: hidden;
}

.sec09 .loopslider {
  -webkit-animation: loopslider 120s linear infinite;
  animation: loopslider 120s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3600px;
  height: 100%;
}

.sec09 .loopslider .loopslider_item {
  padding: 0 5px;
  margin: 0;
}

.sec09 .loopslider .loopslider_item:nth-child(even) {
  margin-top: 20px;
}

@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1800px);
    transform: translateX(-1800px);
  }
}
@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1800px);
    transform: translateX(-1800px);
  }
}
@media (min-width: 768px) {
  .sec09 .loopslider {
    -webkit-animation: loopslider 140s linear infinite;
    animation: loopslider 140s linear infinite;
    width: 10404px;
  }
  .sec09 .loopslider .loopslider_item {
    padding: 0;
    margin: 0 15px;
  }
  .sec09 .loopslider .loopslider_item:nth-child(even) {
    margin-top: 60px;
  }
  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-5202px);
      transform: translateX(-5202px);
    }
  }
  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-5202px);
      transform: translateX(-5202px);
    }
  }
}
@media (min-width: 768px) {
  .sec09 {
    padding: 0 0 120px;
  }
}
.preparation_text {
  position: relative;
}

.preparation_text:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
}

.preparation_text:after {
  content: "決定次第、お知らせします";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.mce-content-body {
  /* 月間予約カレンダー、複合カレンダー、時間割カレンダー、リストカレンダー、ミックスカレンダー、月リストカレンダー */
  /* 指定日予約状況表示 */
  /* ミックスカレンダーデイリー */
  /* 予約フォーム */
  /* Ver.1.34.2 オプション選択肢料金非表示設定 */
  /* 予約フォーム料金表 */
  /* 予約フォーム　同意書　送信ボタン */
  /* 予約フォーム オプション表示項目 */
  /* 予約確認 キャンセル */
}

.mce-content-body .list-monthly-calendar,
.mce-content-body .mix-calendar,
.mce-content-body .list-calendar,
.mce-content-body .timetbale-calendar,
.mce-content-body .multiple-calendar,
.mce-content-body .monthly-calendar {
  margin-bottom: 1.5em;
}

.mce-content-body .list-calendar h3,
.mce-content-body .timetable-calendar h3,
.mce-content-body .multiple-calendar h3,
.mce-content-body .monthly-calendar h3 {
  font-size: 1.1em;
  margin: 0.5em 0;
}

.mce-content-body .calendar-caption {
  font-size: 1.2em;
}

.mce-content-body .mix-calendar th,
.mce-content-body .timetable-calendar th,
.mce-content-body .multiple-calendar th,
.mce-content-body .monthly-calendar th {
  font-size: 1.1em;
}

.mce-content-body .monthly-prev-next {
  font-size: 1em;
}

.mce-content-body .calendar-time-mark,
.mce-content-body .calendar-mark,
.mce-content-body .calendar-time-disable {
  font-size: 1.4em;
}

.mce-content-body .calendar-time-mark {
  line-height: 1.5em;
}

.mce-content-body .calendar-time-mark .time-string,
.mce-content-body .calendar-mark .article-name {
  font-size: 0.8em;
}

.mce-content-body .day-calendar {
  margin-bottom: 1.5em;
}

.mce-content-body .day-calendar h3 {
  font-size: 1.1em;
}

.mce-content-body .day-calendar th,
.mce-content-body .day-calendar td {
  font-size: 1em;
}

.mce-content-body th.day-left {
  line-height: 2.5em;
}

.mce-content-body td.day-right {
  font-size: 1.5em;
}

.mce-content-body .day-mix-calendar {
  margin-bottom: 1.5em;
}

.mce-content-body .day-mix-calendar th,
.mce-content-body .day-mix-calendar td {
  font-size: 1em;
}

.mce-content-body .mix-dayrow.space-line {
  height: 1em;
}

.mce-content-body .content-form {
  margin-bottom: 1em;
}

.mce-content-body .content-form .form-message {
  margin-bottom: 1em;
  padding: 0.5em;
}

.mce-content-body .content-form fieldset {
  margin: 0 0 1.5em 0;
}

.mce-content-body .content-form legend {
  font-size: 1.1em;
}

.mce-content-body .content-form th {
  font-size: 1em;
  line-height: 2.2em;
}

.mce-content-body .content-form td {
  font-size: 0.9em;
}

.mce-content-body .content-form input,
.mce-content-body .content-form textarea {
  font-size: 1em;
}

.mce-content-body .content-text.small {
  width: 3em;
}

.mce-content-body .input-number {
  margin-right: 1em;
}

.mce-content-body .content-form .booking-seimei {
  width: 3em;
}

.mce-content-body .bill-details td {
  padding-right: 0.5em;
}

.mce-content-body .bill-total,
.mce-content-body .bill-tax {
  padding-right: 1.5em;
}

.mce-content-body #terms-conditions,
.mce-content-body #accedence-box,
.mce-content-body #button-message {
  margin: 1em 0;
}

.mce-content-body .content-form input.booking-option-number {
  width: 3em;
}

.mce-content-body .content-form label.field-item {
  margin-right: 0.4em;
}

.mce-content-body .content-form label.field-item input {
  margin-right: 0.15em;
}

.mce-content-body .content-form select {
  font-size: 1em;
  padding: 0.1em 0.15em;
}

.mce-content-body .subscription-title {
  font-size: 1.2em;
}

/*# sourceMappingURL=bond.css.map */