@charset "UTF-8";
.section h3:first-child {
  margin-bottom: 30px;
}
.section hr {
  margin-bottom: 75px;
  margin-top: 75px;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .section hr {
    margin-bottom: 125px;
    margin-top: 125px;
  }
}

.section_bg {
  background: #daecf7;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #daecf7;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #daecf7;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #daecf7;
}

section:not(.section_bg) > .box_bg > .box_border {
  border: none !important;
}

.box_border {
  background: #fff;
  border: 1px solid #024176;
}

.section_bg > .box_border {
  border: none;
}

.box_border .box_bg {
  background: #daecf7;
}

.section_bg .box_border .box_bg {
  background: #daecf7;
}

.box_bg,
.box_border {
  border-radius: 30px;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 30px 20px;
}
.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .box_bg,
  .box_border {
    margin-bottom: 62.5px;
    padding: 40px 55px;
  }
}
.section .box_bg:first-child,
.section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 30px;
}
.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;
}

.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: 50px;
}
@media (min-width: 768px) {
  div.clearfix {
    margin-bottom: 62.5px;
  }
}

.mce-content-body .link_anchor {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .mce-content-body .link_anchor {
    margin-top: 20px;
  }
}

.link_anchor {
  border-radius: 30px;
  padding: min(30px, 3.8vw);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: min(20px, 2.4vw);
  column-gap: min(20px, 2.4vw);
  row-gap: min(14px, 2vw);
}
.link_anchor li {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  align-items: baseline;
}
.link_anchor a {
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: 600;
  border-radius: 0;
  border: none;
  color: #007ac4 !important;
  display: inline;
  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: #007ac4 !important;
  opacity: 1;
  text-decoration: underline;
}
.link_anchor a::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  left: calc((1.6875em / 2) - 6px);
  transform: rotate(45deg);
  top: calc(0.65em + 0.25em - 6px);
}
.link_anchor a::before {
  display: block;
  background: #007ac4;
  border-radius: 50%;
  height: 1.5em;
  width: 1.5em;
  left: 1px;
  top: 2px;
}
@media (min-width: 768px) {
  .link_anchor li {
    flex: 0 0 100%;
    max-width: calc((100% - min(20px, 2.4vw)) / 2);
  }
  .link_anchor li a {
    height: 100%;
    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: 30px;
}
.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: 15px;
  padding-left: 22px;
  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: 15px;
}
.ul_circle + p,
.ul_dot + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 30px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #024176;
  height: calc(20px / 2);
  left: 0.2em;
  top: calc(20px * 1.75 / 2 - 20px / 4);
  width: calc(20px / 2);
}

.ul_dot li::before {
  border-radius: 50%;
  background: #024176;
  height: calc(20px / 3);
  left: 0.5em;
  top: calc(20px * 1.75 / 2 - 20px / 6);
  width: calc(20px / 3);
}

.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;
  transform: rotate(50deg);
  top: 10px;
  width: 7px;
  z-index: 1;
}
.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #024176;
  width: 20px;
  height: 20px;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  z-index: 0;
  border-radius: 2px;
}

.ul_triangle li::before {
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #024176;
  top: calc(20px * 1.75 / 2 - 20px / 4);
}

.ol_circle {
  counter-reset: ol_circle;
}
.ol_circle li {
  padding-left: 35px;
  position: relative;
}
.ol_circle li::before,
.ol_circle li:after {
  content: "";
  position: absolute;
}
.ol_circle li::before {
  background-color: #024176;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 16.4px;
  height: 25px;
  left: 0;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 7.5px;
  width: 25px;
  position: absolute;
}

@media (min-width: 768px) {
  ul.list_columns_2 {
    display: flex;
    gap: 12px 2%;
    flex-wrap: wrap;
  }
  ul.list_columns_2 li {
    width: 49%;
    margin: 0;
  }
  ul.list_columns_3 {
    display: flex;
    gap: 12px 2%;
    flex-wrap: wrap;
  }
  ul.list_columns_3 li {
    width: 32%;
    margin: 0;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  line-height: 1.6;
  border: 1px solid #c2c2c2;
}
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 #c2c2c2;
  border-top: 1px solid #c2c2c2;
}
table.table_address td {
  background: #fff;
}
table.table_address th {
  color: #fff;
  font-family: serif;
  border-top: 1px solid #024176;
  border-bottom: 1px solid #024176;
  border-left: 1px solid #024176;
  font-weight: 600;
  text-align: left;
  width: 32%;
  background: #007ac4;
}
@media (min-width: 768px) {
  table.table_address th {
    width: 25%;
  }
  table.table_address th,
  table.table_address td {
    padding: 0.8em 0 0.8em 1em;
  }
}
table.table_timetable {
  table-layout: fixed;
}
table.table_timetable th,
table.table_timetable td {
  background: #fff;
  border-bottom: 1px solid #c2c2c2;
  padding: 1.2rem 0.2rem;
  text-align: center;
}
table.table_timetable thead th {
  background: #007ac4;
  color: #fff;
  font-weight: normal;
}
table.table_timetable thead th:first-child {
  width: 30%;
}
table.table_timetable tbody th {
  text-align: center;
  font-weight: normal;
}
@media (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
}
table.table th,
table.table td {
  border: 1px solid #c2c2c2;
  font-weight: normal;
  padding: 0.75em 0.35em;
  text-align: center;
}
table.table thead th,
table.table thead td {
  background: #007ac4;
  color: #fff;
}
table.table tbody th {
  background: #e1edf5;
}
table.table tbody td {
  background: #fff;
}
@media (min-width: 768px) {
  table.table th,
  table.table td {
    padding: 0.5em 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;
}
@media (min-width: 768px) {
  table.table_default thead {
    font-size: 22px;
  }
}
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 #c2c2c2;
  }
  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: #c2c2c2;
    padding-bottom: 0.25em;
  }
  table.table_sp_stack_noborder td {
    border-top: none;
    padding-top: 0.25em;
  }
}

.consul {
  color: #007ac4 !important;
}

.consul2 {
  color: #024176 !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 #c2c2c2;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box_faq .question,
.box_faq .answer {
  padding: 7.5px 0px 7.5px 75px;
  position: relative;
}
.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 25px;
  font-family: "游明朝", "Times New Roman", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 32.5px;
  font-weight: 600;
  height: 50px;
  left: 0;
  letter-spacing: 0;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}
.box_faq .question {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.6;
}
.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #024176;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-top: 0;
  padding-right: 25px;
  position: relative;
}
.box_faq .question .faq_title::before,
.box_faq .question .faq_title::after {
  position: absolute;
  content: "";
  top: 15px;
  right: 0;
  background: #024176;
  border-radius: 1px;
  width: 20px;
  height: 3.75px;
}
.box_faq .question .faq_title::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.box_faq.open .question .faq_title::after {
  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: #007ac4;
  top: 30px;
}

.flow-box {
  margin-bottom: 62.5px;
}
.flow-box:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-box {
    margin-bottom: 50px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block {
  border: 1px solid #024176;
  background: #fff;
  border-radius: 30px;
  margin-top: 102.5px;
  padding: 40px 55px;
  position: relative;
}
.flow-block:first-child {
  margin-top: 0;
}
.flow-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-block {
    padding: 30px 20px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 40px solid transparent;
  border-top-color: #024176;
  left: 50%;
  margin-left: -40px;
  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: #024176;
}
.flow-block .title {
  --flow-title-font-size: 18px; /* .flow-block .title の font-size */
  --flow-title-line-height: 1.5; /* .flow-block .title の line-height */
  /**/
  flex: 0 0 auto;
  display: flex;
  font-family: "Times New Roman", "游明朝", "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: 28px; /* .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: #024176;
  background: #024176;
  margin-right: 0.5em;
  margin-bottom: auto;
  color: #fff;
  border-radius: 2px;
  flex: none;
  font-family: "游明朝", "Times New Roman", "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;
  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 {
  background: #daecf7;
  overflow: hidden;
}
.footer .footer_text {
  line-height: 23px;
  margin-top: 5px;
}
.footer table.address {
  margin-bottom: 10px;
}
.footer table.address th,
.footer table.address td {
  padding: 8px 0;
  line-height: 1.4;
}
.footer table.address th {
  width: 60px;
  text-align: left;
  padding-right: 8px;
}
.footer .sec_img {
  margin: 0;
}
.footer .sitemap {
  text-align: center;
  margin-bottom: 30px;
}
.footer .sitemap a {
  text-decoration: none;
  color: #333333;
  position: relative;
  padding-left: 15px;
}
.footer .sitemap a:hover {
  text-decoration: underline;
}
.footer .sitemap a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .footer .googlemap {
    height: 100%;
    padding-top: initial;
  }
}

.copyright {
  background: #024176;
  color: #fff;
  padding: 10px 0 115px;
  text-align: center;
}
@media (max-width: 767px) {
  .copyright {
    padding: 10px 0 31vw;
  }
}

.sec_parallax {
  position: relative;
  width: 100%;
  max-height: 250px;
  aspect-ratio: 370/250;
}
@media (min-width: 768px) {
  .sec_parallax {
    max-height: 660px;
    aspect-ratio: 2000/660;
  }
}

.sec_parallax .parallax_contents {
  position: absolute;
  top: 0;
  z-index: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: fill-box;
}

.sec_parallax .sec_parallax_box {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

.sec_parallax .sec_parallax_box img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer .sec_parallax {
  position: relative;
}
.footer .sec_parallax .sec_logo {
  position: absolute;
  bottom: 0;
  left: max(50% - 600px, 20px);
  z-index: 1;
  max-width: 317px;
  margin: 0 auto;
  width: 70%;
}
@media (max-width: 767px) {
  .footer .sec_parallax .sec_logo {
    left: 0;
    right: 0;
  }
}
.footer .sec_parallax .sec_logo img {
  width: 100%;
}
.footer .footer_inner {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .footer .footer_inner {
    padding-top: 60px;
  }
}
.footer .container .row {
  justify-content: space-between;
}
.footer .container .row .footer_wrap01 {
  margin-right: 0;
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .footer .container .row .footer_wrap01 {
    width: 33.6666666667%;
    padding-bottom: 0;
  }
}
.footer .container .row .footer_wrap01:before {
  content: "";
  position: absolute;
  width: calc(100% + 40px);
  height: calc(100% + 100px);
  bottom: 0;
  right: -20px;
  background: #fff;
  border-radius: 0 120px 0 0;
}
@media (min-width: 768px) {
  .footer .container .row .footer_wrap01:before {
    height: calc(100% + min(56%, 200px));
    width: calc(100% + max(50vw - 600px, 20px));
    right: 0;
    border-radius: 0 160px 0 0;
  }
}
.footer .container .row .footer_wrap01 .sec_logo,
.footer .container .row .footer_wrap01 .box_wrap {
  z-index: 1;
  position: relative;
}
.footer .container .row .footer_wrap02 {
  padding-bottom: 50px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .footer .container .row .footer_wrap02 {
    width: 61.25%;
    padding-bottom: 80px;
    margin-top: 0;
  }
}
.footer .address_box dt {
  width: 120px;
  background: #007ac4;
  color: #fff;
  font-weight: normal;
  border-radius: 5px;
  text-align: center;
  padding: 0.1em;
}
.footer .box + .box {
  margin-top: 20px;
}
.footer .btnstyle a {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footer .btnstyle a {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer .footer_bnr {
    margin: 50px auto 0 !important;
  }
}

.list_list dd a {
  color: #333333;
  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;
  }
}

.sec_tab .tab_item {
  display: none;
}
.sec_tab .tab_item.active {
  display: block;
}
.sec_tab .tab_item_wrap {
  padding-top: 35px;
}
.sec_tab .tab_btn_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 0 !important;
}
.sec_tab .tab_btn_wrap li {
  border-radius: 50vw;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  background-color: #9dc0d6;
  position: relative;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 26px;
}
.sec_tab .tab_btn_wrap li:hover {
  cursor: pointer;
  opacity: 0.8;
}
.sec_tab .tab_btn_wrap li.active {
  color: #fff;
  background: #007ac4;
}
.sec_tab .tab_btn_wrap li.active:after {
  border-color: #fff;
}
.sec_tab .btnstyle a {
  height: 70px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #333333 !important;
  border-radius: 10px;
  border: 2px solid #007ac4;
  max-width: none;
  font-size: 18px;
  font-weight: 500;
}
.sec_tab .btnstyle a:hover {
  background: #007ac4;
  opacity: 1;
  color: #fff !important;
}
.sec_tab .btnstyle a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.sec_tab .btnstyle a:after {
  border-top: 2px solid #007ac4;
  border-right: 2px solid #007ac4;
}
@media (max-width: 767px) {
  .sec_tab .tab_btn_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .sec_tab .tab_btn_wrap li {
    height: 60px;
    width: 49%;
    margin-right: 2%;
  }
  .sec_tab .tab_btn_wrap li:not(:first-child) {
    margin-top: 0;
  }
  .sec_tab .tab_btn_wrap li:nth-child(2n) {
    margin-right: 0;
  }
  .sec_tab .tab_btn_wrap li:nth-child(n + 3) {
    margin-top: 2%;
  }
  .sec_tab .btnstyle a {
    font-size: 18px;
  }
  .sec_tab .tab_btn_wrap .tab_btn {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 570px) {
  .sec_tab .btnstyle a {
    font-size: 3vw;
  }
  .sec_tab .tab_btn_wrap .tab_btn {
    line-height: 20px;
    font-size: 4vw;
  }
}
@media (min-width: 768px) {
  .sec_tab .tab_btn_wrap {
    display: flex;
    justify-content: center;
  }
  .sec_tab .tab_btn_wrap li {
    width: 49%;
    margin-right: 2%;
  }
  .sec_tab .tab_btn_wrap li:last-child {
    margin-right: 0;
  }
  .sec_tab .tab_btn_wrap .tab_btn {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1240px) {
  .sec_tab .btnstyle a {
    font-size: 17px;
  }
  .sec_tab .tab_btn_wrap .tab_btn {
    font-size: 22px;
  }
}

.loopslider_wrap {
  overflow: hidden;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .loopslider_wrap {
    padding: 100px 0;
  }
}

.loopslider {
  animation: loopslider 180s linear infinite;
  display: flex;
  width: 2700px;
  height: 100%;
}
.loopslider .loopslider_item {
  padding: 0 10px;
  margin-bottom: 0;
}

@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1350px);
  }
}
@media (min-width: 768px) {
  .loopslider {
    animation: loopslider 200s linear infinite;
    width: 6830px;
  }
  .loopslider .loopslider_item {
    padding: 0 21px;
  }
  @keyframes loopslider {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-3415px);
    }
  }
}
.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%;
  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;
  }
}
.sec_top {
  margin: 0;
}
.sec_top h2,
.sec_top h3 {
  padding: 0;
  margin: 0;
  border: none;
  color: #333333;
}
.sec_top h2:before,
.sec_top h2:after,
.sec_top h3:before,
.sec_top h3:after {
  display: none;
}

.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: -moz-fit-content;
  height: fit-content;
}

.inlineBlock {
  display: inline-block;
}

.sec_time h2.top_title,
.sec_news h2.top_title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #024176;
}

.sec_time h2.top_title {
  text-align: left;
  padding-left: 22px;
  position: relative;
  margin-bottom: 0.8em;
}
.sec_time h2.top_title:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 40px;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  background: #024176;
}

.sec_news h2.top_title {
  padding-bottom: 0.3em;
  position: relative;
}
.sec_news h2.top_title:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 1px;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  background: #024176;
}

.sec_guidance h2.top_title,
.sec_healthcheck h2.top_title,
.sec_feature h2.top_title,
.sec_about h2.top_title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #024176;
}
@media (min-width: 768px) {
  .sec_guidance h2.top_title,
  .sec_healthcheck h2.top_title,
  .sec_feature h2.top_title,
  .sec_about h2.top_title {
    font-size: 44px;
  }
}
.sec_guidance h2.top_title:after,
.sec_healthcheck h2.top_title:after,
.sec_feature h2.top_title:after,
.sec_about h2.top_title:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 0.41em auto;
  background: #024176;
}
@media (min-width: 768px) {
  .sec_guidance h2.top_title:after,
  .sec_healthcheck h2.top_title:after,
  .sec_feature h2.top_title:after,
  .sec_about h2.top_title:after {
    width: 60px;
  }
}

.sec_feature h2.top_title {
  color: #fff;
}
.sec_feature h2.top_title:after {
  background: #fff;
}

.sec_about h2.top_title {
  -moz-text-align-last: left;
  text-align-last: left;
}
.sec_about h2.top_title:after {
  margin-left: 0;
}



.bg_wrap02 {
  background: url(../img/top/bg_img002.jpg) no-repeat center center/cover;
}

.sec_sponly_banner {
  padding-top: 80px;
}

.sec_banner {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .sec_banner {
    padding-top: 100px;
  }
}

.sec_time {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .sec_time .btnstyle a {
    margin-left: 0;
  }
}
.sec_time .row {
  justify-content: space-between;
}
@media (min-width: 768px) {
  .sec_time .text_col {
    width: 30%;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .sec_time .table_col {
    width: 66.6666666667%;
  }
}
.sec_time table.table_timetable {
  margin-bottom: 0.2em;
}
@media (max-width: 767px) {
  .sec_time table.table_timetable {
    margin-top: 40px;
  }
}

.sec_address {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .sec_address {
    padding-top: 60px;
  }
}
.sec_address .row.box_bg {
  justify-content: space-between;
  padding: 30px;
}
@media (min-width: 768px) {
  .sec_address .img_col {
    width: 35.0877192982%;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .sec_address .text_col {
    width: 61.4035087719%;
  }
}
.sec_address .address_box {
  line-height: 1.6;
  margin-bottom: 0;
}
.sec_address .address_box .row {
  align-items: start;
}
.sec_address .address_box .row:nth-child(2) {
  margin-bottom: 0;
}
.sec_address .address_box .row:first-child {
  margin-bottom: 25px;
}
.sec_address .address_box .subtitle {
  width: 120px;
  background: #007ac4;
  color: #fff;
  font-weight: normal;
  border-radius: 5px;
  text-align: center;
  padding: 0.1em;
  margin: 0;
}
.sec_address .address_box .detail {
  flex: 1;
}
@media (min-width: 768px) {
  .sec_address .address_box .detail {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .sec_address .col2 + .col2 {
    margin-top: 20px;
  }
}
.sec_address .btnstyle a {
  margin-left: auto;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sec_address .btnstyle a {
    margin-top: 10px;
    margin-left: 150px;
  }
}

.sec_news {
  padding: 60px 0 50px;
}
@media (min-width: 768px) {
  .sec_news {
    padding: 60px 0 100px;
  }
}
.sec_news .box_shadow {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 30px;
}
@media (min-width: 768px) {
  .sec_news .box_shadow {
    padding: 50px;
  }
}
.sec_news dd {
  border-bottom: 1px solid #c2c2c2;
}
@media (min-width: 768px) {
  .sec_news dt,
  .sec_news dd {
    padding: 15px 0;
  }
}
.sec_news dt {
  padding-right: 1em;
}
.sec_news .btnstyle a {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sec_news .btnstyle a {
    margin-top: 40px;
  }
}

.sec_guidance {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .sec_guidance {
    padding-top: 100px;
  }
}
.sec_guidance .row_01 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
  gap: 15px 0;
}
@media (min-width: 768px) {
  .sec_guidance .row_01 {
    gap: 20px 0;
  }
}
.sec_guidance .row_01 .col_4 {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin-right: 0;
  width: 48%;
  margin-top: 0;
}
@media (min-width: 768px) {
  .sec_guidance .row_01 .col_4 {
    width: 23.75%;
  }
}
.sec_guidance .row_01 .col_4 .btn_img {
  height: 80px;
  display: inline-block;
}
.sec_guidance .row_01 .col_4 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: 600;
  font-size: 20px;
  border-radius: 30px;
  position: relative;
  height: 200px;
  gap: 18px;
  line-height: 1.3571428571;
  text-align: center;
}
.sec_guidance .row_01 .col_4 a:hover:after {
  opacity: 0.8;
}
.sec_guidance .row_01 .col_4 a:hover .btn_text {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .sec_guidance .row_01 .col_4 a {
    font-size: 28px;
    height: 220px;
  }
}
.sec_guidance .row_01 .col_4 a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: auto;
  bottom: 18px;
  left: auto;
  right: 18px;
  margin: auto;
  background: #007ac4;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
@media (min-width: 768px) {
  .sec_guidance .row_01 .col_4 a:after {
    bottom: 20px;
    right: 20px;
  }
}
.sec_guidance .row_01 .line_2 .btn_img {
  height: auto;
}
.sec_guidance .row_01 .line_2 a {
  padding-top: 20px;
  gap: 15px;
  justify-content: start;
}
@media (min-width: 768px) {
  .sec_guidance .row_01 .line_2 a {
    padding-top: 45px;
  }
}
.sec_guidance h3.top_title {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #024176;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .sec_guidance h3.top_title {
    font-size: 28px;
  }
}
.sec_guidance h3.top_title:before,
.sec_guidance h3.top_title:after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: #024176;
  margin: 0 18px;
  position: static;
  width: auto;
}
@media (max-width: 767px) {
  .sec_guidance .tab_content .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }
  .sec_guidance .tab_content .row .col_4 {
    width: 48%;
    margin-top: 0;
  }
  .sec_guidance .tab_content .row .btnstyle a {
    height: 74px;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.sec_healthcheck {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .sec_healthcheck {
    padding-top: 100px;
  }
}
.sec_healthcheck .link {
  font-size: 0;
}
.sec_healthcheck h2.top_title {
  margin-bottom: 40px;
}
.sec_healthcheck .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.sec_healthcheck .row .col_2 {
  margin-right: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .sec_healthcheck .row .col_2 {
    width: 50%;
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.sec_healthcheck .row .col_2:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
  margin: auto;
  background: #fff;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.sec_healthcheck .row .col_2 a {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.4s;
}
.sec_healthcheck .row .col_2 a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.sec_healthcheck .row .col_2:first-child {
  position: relative;
  background: #007ac4;
  padding-right: 28px;
  padding-left: max(50% - 600px, 20px);
  border-radius: 0 90px 0 0;
}
@media (min-width: 768px) {
  .sec_healthcheck .row .col_2:first-child {
    border-radius: 0 120px 0 0;
    padding-right: 65px;
  }
  .sec_healthcheck .row .col_2:first-child .ml {
    margin-left: 1em;
  }
}
.sec_healthcheck .row .col_2:first-child a {
  border-radius: 0 90px 0 0;
}
@media (min-width: 768px) {
  .sec_healthcheck .row .col_2:first-child a {
    border-radius: 0 120px 0 0;
  }
}
.sec_healthcheck .row .col_2:first-child h3.top_title {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .sec_healthcheck .row .col_2:first-child h3.top_title {
    font-size: 30px;
  }
}
.sec_healthcheck .row .col_2:first-child h3.top_title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 0.5em auto;
  background: #fff;
  position: static;
}
.sec_healthcheck .row .col_2:first-child ul {
  margin-top: 30px;
}
.sec_healthcheck .row .col_2:first-child ul li {
  background: #fff;
  border-radius: 10px;
  box-shadow: 6px 6px 0px 0px #00609c;
  font-size: 21px;
  padding: 0.3em 0.8em;
}
@media (min-width: 768px) {
  .sec_healthcheck .row .col_2:first-child ul li {
    font-size: 24px;
  }
}
.sec_healthcheck .row .col_2:first-child ul li .icon {
  padding-left: 35px;
  position: relative;
  display: inline-block;
}
.sec_healthcheck .row .col_2:first-child ul li .icon:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 22px;
  top: 9px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  background: url(../img/top/check_ic.png) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .sec_healthcheck .row .col_2:first-child ul li .icon:before {
    top: 11px;
  }
}
.sec_healthcheck .row .col_2:first-child ul li + li {
  margin-top: 20px;
}
.sec_healthcheck .row .col_2:last-child {
  background: #024176;
  color: #fff;
  padding-left: 28px;
  padding-right: max(50% - 600px, 20px);
  border-radius: 90px 0 0 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .sec_healthcheck .row .col_2:last-child {
    border-radius: 120px 0 0 0;
    padding-left: 65px;
  }
}
.sec_healthcheck .row .col_2:last-child:after {
  right: max(100% - 600px, 20px);
}
.sec_healthcheck .row .col_2:last-child a {
  border-radius: 90px 0 0 0;
}
@media (min-width: 768px) {
  .sec_healthcheck .row .col_2:last-child a {
    border-radius: 120px 0 0 0;
  }
}
.sec_healthcheck .row .col_2:last-child h3.top_title {
  font-size: 28px;
  font-weight: 600;
  color: #024176;
  background: #fff;
  padding: 3px;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .sec_healthcheck .row .col_2:last-child h3.top_title {
    font-size: 30px;
  }
}
.sec_healthcheck .row .col_2:last-child h3.top_title span {
  display: block;
  border: 2px solid #024176;
  border-radius: 10px;
  padding: 0.7em 1em;
}

.sec_feature {
  background: url(../img/top/bg_img003.jpg) no-repeat center center/cover;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .sec_feature {
    padding: 90px 0;
  }
}
.sec_feature .row {
  margin-top: 40px;
  justify-content: space-between;
}
.sec_feature .row .col_3 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .sec_feature .row .col_3 {
    width: 30.1666666667%;
  }
}
@media (min-width: 768px) {
  .sec_feature .row .col_3:nth-child(n + 4) {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .sec_feature .row .col_3 + .col_3 {
    margin-top: 60px;
  }
}
.sec_feature h3.top_title {
  color: #fff;
  text-align: center;
  font-size: 28px;
}
@media (min-width: 768px) {
  .sec_feature h3.top_title {
    font-size: 28px;
  }
}
.sec_feature h3.top_title .small_txt {
  font-size: 20px;
  display: block;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .sec_feature h3.top_title .small_txt {
    font-size: 21px;
  }
}
.sec_feature .textBox {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sec_feature .textBox {
    padding-right: 30px;
  }
}
.sec_feature .btnstyle a {
  background: #fff;
  color: #024176 !important;
  margin-top: 20px;
}
.sec_feature .btnstyle a:after {
  border-top: 1px solid #024176;
  border-right: 1px solid #024176;
}

.sec_about {
  background: url(../img/top/bg_img004.jpg) center center/cover no-repeat;
  padding: 50px 0px;
}
@media (min-width: 768px) {
  .sec_about {
    padding: 100px 0px;
  }
}
.sec_about h2.top_title {
  text-align: left !important;
}
@media (max-width: 767px) {
  .sec_about h2.top_title {
    font-size: 25px;
  }
}
.sec_about .row {
  justify-content: space-between;
}
.sec_about .row .text_col {
  margin-right: 0;
}
@media (min-width: 768px) {
  .sec_about .row .text_col {
    width: 67.3333333333%;
  }
}
@media (min-width: 768px) {
  .sec_about .row .img_col {
    width: 29.1666666667%;
  }
}
@media (min-width: 768px) {
  .sec_about .btnstyle a {
    margin-left: 0;
    margin-top: 35px;
  }
}

body:not(.home) {
  background: #f0f6fa;
}

.slide-left {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: all 0.3s ease-out;
}

.delay2s {
  transition-delay: 0.4s;
}

@media screen and (max-width: 768px) {
  .delay2s {
    transition-delay: 0.3s;
  }
}
.delay4s {
  transition-delay: 0.5s;
}

@media screen and (max-width: 768px) {
  .delay4s {
    transition-delay: 0.3s;
  }
}
.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 */

/* 2025/11/5追記 */
.inlineblock {
  display: inline-block;
}

.tab_item02 {
  display: none;
}

.tab_item02.active {
  display: block;
}

.tab_btn02_wrap {
  display: flex;
  justify-content: space-between;
}

.tab_btn02_wrap .tab_btn02 {
  width: calc((216 / 1200) * 100%);
  text-align: center;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: 600;
  color: #7994b4;
  border-bottom: 1px solid #7994b4;
  font-size: 24px;
  position: relative;
  cursor: pointer;
}

.tab_btn02_wrap .tab_btn02::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 8px;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #7994b4;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab_btn02_wrap .tab_btn02.active {
  color: #024176;
  border-bottom: 1px solid #024176;
}

.tab_btn02_wrap .tab_btn02.active::after {
  background: #024176;
}

@media (max-width: 767px) {
  .tab_btn02_wrap .tab_btn02 {
    width: 48%;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tab_btn02_wrap {
    flex-wrap: wrap;
    gap: 20px 0;
  }
}

@media (min-width: 768px) {
  .pc_block {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc_block {
    display: none;
  }
}
