@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: #38b8cf;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #38b8cf;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #38b8cf;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #38b8cf;
}

.box_border {
  background: #fff;
  border: 5px solid #38b8cf;
}

.box_border .box_bg {
  background: #38b8cf;
}

.section_bg .box_border .box_bg {
  background: #38b8cf;
}

.box_bg,
.box_border {
  border-radius: 30px;
  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_border {
  background: #fff;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
}

.box_bg {
  background: #fff !important;
  border: none;
  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;
  }
}

.section_bg > h2 {
  color: #fff;
}
.section_bg > p {
  color: #fff;
}
.section_bg > h4 {
  color: #fff;
}

.mce-content-body .link_anchor {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .mce-content-body .link_anchor {
    margin-top: 20px;
  }
}

.link_anchor {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: min(20px , 2.4vw);
}
.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;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #b6d150;
  color: #b6d150 !important;
  padding: 1.1em 1.25em;
  padding-right: 1.75em;
  width: 100%;
  color: #fff !important;
  background: #b6d150;
}
.link_anchor a::after, .link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.link_anchor a:before {
  display: none;
}
.link_anchor a::after {
  top: auto;
  bottom: auto;
}
@media (hover: hover) and (pointer: fine) {
  .link_anchor a:hover {
    background: #b6d150;
    color: #fff !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .link_anchor a:hover {
    background: #fff;
    color: #b6d150 !important;
  }
}
.link_anchor a::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #b6d150;
  border-right: 1px solid #b6d150;
  left: auto;
  right: 15px;
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .link_anchor a:hover::after {
    border-color: #fff;
  }
}
.link_anchor a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (hover: hover) and (pointer: fine) {
  .link_anchor a:hover::after {
    border-color: #b6d150;
  }
}
@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: 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: #38b8cf;
  height: calc(16px / 2);
  left: 0.2em;
  top: calc(16px * 1.75 / 2 - 16px / 4);
  width: calc(16px / 2);
}

.ul_dot li::before {
  border-radius: 50%;
  background: #38b8cf;
  height: calc(16px / 3);
  left: 0.5em;
  top: calc(16px * 1.75 / 2 - 16px / 6);
  width: calc(16px / 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: calc(16px * 1.75 / 2 - 16px / 4);
  width: 7px;
  z-index: 1;
}
.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #9ab72e;
  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 #38b8cf;
  top: calc(16px * 1.75 / 2 - 16px / 4);
}

.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: #9ab72e;
  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: 6px;
  width: 20px;
  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;
}
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: #38b8cf;
  border-top: 1px solid #38b8cf;
  border-bottom: 1px solid #38b8cf;
  font-weight: 500;
  text-align: left;
  width: 32%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-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: #fff;
  border-bottom: 1px solid #ddd;
  padding: 1.4rem 0.2rem;
  text-align: center;
}
table.table_timetable thead th {
  background: #38b8cf;
  color: #fff;
  font-weight: 500;
}
table.table_timetable thead th:first-child {
  width: 30%;
}
table.table_timetable tbody th {
  text-align: center;
  font-weight: 500;
}
@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: #38b8cf;
  color: #fff;
  font-weight: 500;
}
table.table tbody th {
  font-weight: 600;
}
table.table tbody th {
  background: #f4fdff;
}
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: #9ab72e !important;
}

.consul2 {
  color: #b6d150 !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: "Arial", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-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: 500;
  line-height: 1.6;
}
.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #38b8cf;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-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: #38b8cf;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}
.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: #9ab72e;
  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: 5px solid #38b8cf;
  background: #fff;
  border-radius: 30px;
  margin-top: calc(16px * 5.125);
  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: #a6edfb;
  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: #a6edfb;
}
.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: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  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: #9ab72e;
  background: #9ab72e;
  margin-right: 0.5em;
  margin-bottom: auto;
  color: #fff;
  border-radius: 2px;
  flex: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-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);
  }
}

.flow-block {
  background: #fff;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
}

.footer {
  border-top: none;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .footer {
    margin-top: 100px;
  }
}

.footer {
  padding-top: 50px;
  background: #fff;
  overflow: hidden;
}
.footer .sec_logo {
  margin: 0 0 50px;
  text-align: center;
}
.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: #121212;
  position: relative;
  padding-left: 15px;
}
@media (hover: hover) and (pointer: fine) {
  .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 #121212;
  border-right: 1px solid #121212;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .footer {
    padding-top: 110px;
  }
  .footer .googlemap {
    height: 100%;
    padding-top: initial;
  }
}

.copyright {
  color: #fff;
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .copyright {
    padding: 10px 0 85px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#footer {
  position: relative;
}
#footer:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1900px;
  height: 100%;
  bottom: 0;
  right: 0;
  max-width: calc(100% - 5px);
  background-image: linear-gradient(-157deg, rgb(115, 217, 235) 0%, rgb(56, 184, 207) 100%);
  border-radius: 50px 0 0 0;
}
@media (min-width: 768px) {
  #footer:before {
    max-width: calc(100% - 10px);
    border-radius: 200px 0 0 0;
  }
}
#footer .footer_inner {
  position: relative;
  z-index: 1;
}
#footer .f_address_table {
  color: #fff;
  border-collapse: separate;
  border-spacing: 5px;
}
#footer .f_address_table a {
  color: #fff !important;
}
#footer .f_address_table th {
  vertical-align: top;
}
#footer .f_btn_list {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  gap: 10px;
}
#footer .f_btn_list li {
  flex: 1;
}
#footer .f_btn_list li:nth-child(2) .btnstyle a::after {
  border: none;
  transform: none;
  width: 10px;
  height: 10px;
  background: url(../img/top/btn_icon03.png);
}
#footer .btnstyle a {
  border-radius: 10px;
  border: none;
  color: #38b8cf !important;
  font-size: 18px;
  padding: 1.5rem 2.4rem;
  font-weight: bold;
}
@media (hover: hover) and (pointer: fine) {
  #footer .btnstyle a:hover {
    background: #fff;
    opacity: 0.7;
  }
}
#footer .btnstyle a:after {
  border-color: #38b8cf;
}
@media (max-width: 767px) {
  #footer .btnstyle a {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
    min-height: 66px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  #footer .btnstyle a .sp {
    height: 0;
  }
}
#footer .table_timetable thead th:first-child {
  width: 23%;
}
#footer .f_row {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #footer .f_row {
    margin-bottom: 120px;
  }
}

.list_list dd a {
  color: #121212;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .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;
  }
}

.loopslider_wrap {
  overflow: hidden;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .loopslider_wrap {
    margin-top: 100px;
  }
}

.loopslider_item {
  padding: 0 5px;
}
@media (min-width: 768px) {
  .loopslider_item {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .loopslider_item img {
    width: 200px;
  }
}

.loopslider {
  animation: loopslider 120s linear infinite;
  display: flex;
  width: 1680px;
  height: 100%;
}

@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-840px);
  }
}
@media (min-width: 768px) {
  .loopslider {
    animation: loopslider 140s linear infinite;
    width: 4832px;
  }
  @keyframes loopslider {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-2416px);
    }
  }
}
.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;
}
.sec_top h2:before, .sec_top h2:after,
.sec_top h3:before,
.sec_top h3:after {
  display: none;
}

.sec00 {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .sec00 {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1240px) {
  .sec00 {
    padding: 100px 0;
  }
}

.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;
}

.btnstyle.btnstyle_02 a {
  background: #b6d150;
  color: #fff !important;
  border-radius: 10px;
  padding: 18px 2rem;
  transition: 0.4s;
  font-weight: 600;
}
@media (min-width: 768px) {
  .btnstyle.btnstyle_02 a {
    font-size: 24px;
    letter-spacing: 0.05em;
    padding: 29px 2.4rem;
  }
}
.btnstyle.btnstyle_02 a:after {
  border-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btnstyle.btnstyle_02 a:hover {
    background: #fff;
    color: #b6d150 !important;
    border-color: #b6d150;
  }
  .btnstyle.btnstyle_02 a:hover:after {
    border-color: #b6d150;
  }
}

.sec_topic {
  padding: 50px 0 80px;
}
@media (min-width: 768px) {
  .sec_topic {
    padding: 120px 0 160px;
  }
}
.sec_topic .top_h2 {
  color: #38b8cf;
  font-size: 40px;
  letter-spacing: 0.1em;
  font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1;
}
@media (min-width: 768px) {
  .sec_topic .top_h2 {
    font-size: 80px;
  }
}
.sec_topic .tab_btn02_wrap {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sec_topic .tab_btn02_wrap {
    margin-top: 40px;
  }
}
.sec_topic .tab_btn02_wrap li {
  cursor: pointer;
}
@media (min-width: 768px) {
  .sec_topic .tab_btn02_wrap li {
    text-align: right;
  }
}
.sec_topic .tab_btn02_wrap li:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 1px;
  background: #121212;
  margin-right: 10px;
  vertical-align: 5px;
}
.sec_topic .tab_btn02_wrap li.active {
  color: #38b8cf;
  font-weight: bold;
}
.sec_topic .tab_btn02_wrap li.active:before {
  background: #38b8cf;
}
@media (max-width: 767px) {
  .sec_topic .tab_item02 {
    margin-top: 20px;
  }
}
.sec_topic .row {
  justify-content: space-between;
  align-items: start;
  gap: 114px;
}
.sec_topic .row .col_news {
  flex: 1;
}
@media (min-width: 768px) {
  .sec_topic .btnstyle a {
    margin-right: 0;
    max-width: 188px;
  }
}
@media (min-width: 768px) {
  .sec_topic .list_list dt:nth-of-type(1) {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .sec_topic .list_list dd:nth-of-type(1) {
    padding-top: 0;
  }
}
.sec_topic .list_list dt {
  padding-top: 0.3em;
}
@media (min-width: 768px) {
  .sec_topic .list_list dt {
    padding-bottom: 0.3em;
  }
}
.sec_topic .list_list dd {
  padding-bottom: 0.3em;
}
@media (min-width: 768px) {
  .sec_topic .list_list dd {
    padding-left: 180px;
    padding-top: 0.3em;
  }
}

.tab_item02 {
  display: none;
}

.tab_item02.active {
  display: block;
}

.sec_info {
  background: url(../img/top/top_info_bg_img002.jpg) no-repeat center center/cover;
  padding: 1px 0 50px;
  position: relative;
}
@media (min-width: 768px) {
  .sec_info {
    padding: 1px 0 90px;
  }
}
.sec_info:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 488px;
  aspect-ratio: 488/455;
  bottom: 0;
  right: 30px;
  background: url(../img/top/top_info_bg_img001.png) no-repeat center center/cover;
  max-width: 60%;
}
.sec_info .top_h2 {
  color: #38b8cf;
  font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: -0.5em;
  line-height: 1;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sec_info .top_h2 {
    font-size: 96px;
    margin-bottom: 50px;
  }
}
.sec_info .table_timetable {
  position: relative;
  z-index: 1;
}
.sec_info .table_timetable th,
.sec_info .table_timetable td {
  font-size: 16px;
}
@media (min-width: 768px) {
  .sec_info .table_timetable th,
  .sec_info .table_timetable td {
    font-size: 20px;
  }
}
.sec_info .table_timetable thead th:first-child {
  width: 23%;
}
.sec_info .row {
  align-items: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sec_info .row {
    margin-top: 50px;
  }
}
.sec_info .row .col_l {
  color: #fff;
  position: relative;
  padding-left: 120px;
}
@media (min-width: 768px) {
  .sec_info .row .col_l {
    width: 30.8333333333%;
    border-right: 1px solid #fff;
  }
}
.sec_info .row .col_l p {
  margin-bottom: 0.2em;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 768px) {
  .sec_info .row .col_l p {
    font-size: 20px;
  }
}
.sec_info .row .col_l::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 93px;
  aspect-ratio: 1/1;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  transform: translateY(-50%);
  background: url(../img/top/top_info_icon001.png) no-repeat center center/cover;
}
.sec_info .row .col_l .google_btn {
  color: #fff !important;
  position: relative;
  padding-right: 25px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .sec_info .row .col_l .google_btn:hover {
    text-decoration: underline !important;
    opacity: 0.7;
  }
}
.sec_info .row .col_l .google_btn:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 6px;
  transform: rotate(45deg);
}
.sec_info .row .col_r {
  flex: 1;
}
.sec_info .btn_list {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .sec_info .btn_list {
    margin-top: 20px;
  }
}
.sec_info .btn_list li {
  max-width: 375px;
  flex: 1;
}
.sec_info .btn_list .btnstyle a {
  max-width: 375px;
}

.sec_greerting {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .sec_greerting {
    padding-top: 120px;
  }
}
.sec_greerting h2.top_h2 {
  font-size: 25px;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .sec_greerting h2.top_h2 {
    margin-top: 100px;
    font-size: 40px;
  }
}
.sec_greerting .bg_txt {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: #38b8cf;
  color: #fff;
  font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  left: 0.1em;
  font-size: 24px;
  padding: 0.1em 0.5em;
}
@media (min-width: 768px) {
  .sec_greerting .bg_txt {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .sec_greerting .row {
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .sec_greerting .row .col_img {
    width: 33.3333333333%;
  }
  .sec_greerting .row .col_img img {
    width: 651px;
    max-width: calc(100% + max(50vw - 600px, 20px) - 10px);
  }
}
.sec_greerting .row .col_txt {
  flex: 1;
}
.sec_greerting .detail_txt {
  margin-top: 1em;
  margin-bottom: 0;
}
.sec_greerting .doctor_name {
  font-weight: bold;
  text-align: right;
  font-size: 18px;
}
@media (min-width: 768px) {
  .sec_greerting .doctor_name {
    font-size: 22px;
    margin-top: 10px;
  }
}
.sec_greerting .btn_list {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (min-width: 768px) {
  .sec_greerting .btn_list {
    justify-content: flex-end;
  }
}
.sec_greerting .btn_list .btnstyle a {
  font-weight: bold;
}
.sec_greerting .btn_list li {
  flex: 1;
  max-width: 227px;
}
@media (max-width: 767px) {
  .sec_greerting img.sp {
    margin-top: 20px;
  }
}

.sec_symptoms {
  padding: 80px 0 0;
}
@media (min-width: 768px) {
  .sec_symptoms {
    padding: 120px 0 0;
  }
}
.sec_symptoms .top_h2 {
  color: #fff;
  font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  left: 0.1em;
  font-size: 20px;
  line-height: 1.9;
}
@media (min-width: 768px) {
  .sec_symptoms .top_h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .sec_symptoms .top_h2 {
    margin-bottom: 20px;
  }
}
.sec_symptoms .top_h2 .marker {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: #38b8cf;
  padding: 0.2em 0.5em;
}
.sec_symptoms .col_img {
  width: 46.6666666667%;
}
.sec_symptoms .col_txt {
  flex: 1;
}
@media (min-width: 768px) {
  .sec_symptoms .col_txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.sec_symptoms .detail_txt {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sec_symptoms .detail_txt {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .sec_symptoms .top_row .symptoms_list_wrapper {
    margin-right: 80px;
  }
}
.sec_symptoms .symptoms_list_wrapper {
  box-shadow: 0px 0px 24.3px 2.7px rgba(0, 0, 0, 0.13);
  border-radius: 20px;
  padding: 30px 20px 40px;
  background: #fff;
}
@media (min-width: 768px) {
  .sec_symptoms .symptoms_list_wrapper {
    border-radius: 30px;
    padding: 30px 30px 40px;
    font-size: 20px;
  }
}
.sec_symptoms h3 {
  color: #38b8cf;
  border-bottom: 1px solid #38b8cf;
  font-size: 18px;
  padding-bottom: 0.2em;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sec_symptoms h3 {
    font-size: 30px;
  }
}
.sec_symptoms .ul_check li::before {
  border-color: #38b8cf;
}
.sec_symptoms .ul_check li:after {
  background: transparent;
}
@media (max-width: 767px) {
  .sec_symptoms .ul_check li {
    margin-bottom: 6px;
  }
}
.sec_symptoms .btnstyle.btnstyle_03 a {
  border: none;
  background: none;
  width: -moz-fit-content;
  width: fit-content;
  color: #38b8cf !important;
  border-bottom: 1px solid #38b8cf;
  border-radius: 0;
  padding: 0.5em 20px 0.5em 0;
}
@media (min-width: 768px) {
  .sec_symptoms .btnstyle.btnstyle_03 a {
    font-size: 18px;
  }
}
.sec_symptoms .btnstyle.btnstyle_03 a:after {
  border-color: #38b8cf;
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .sec_symptoms .btnstyle.btnstyle_03 a:hover {
    color: #38b8cf !important;
    opacity: 0.7;
  }
  .sec_symptoms .btnstyle.btnstyle_03 a:hover:after {
    transform: translateX(5px) rotate(45deg);
    border-color: #38b8cf;
  }
}
@media (min-width: 768px) {
  .sec_symptoms .btnstyle.btnstyle_03 a {
    margin-right: 0;
  }
}
.sec_symptoms .bottom_row {
  gap: 80px;
}
@media (min-width: 768px) {
  .sec_symptoms .bottom_row .col_list {
    width: calc((100% - 80px) / 2);
  }
}
@media (max-width: 767px) {
  .sec_symptoms .bottom_row .col_list + .col_list {
    margin-top: 50px;
  }
}

.sec_about {
  padding: 50px 0 50px;
}
@media (min-width: 768px) {
  .sec_about {
    padding: 120px 0;
  }
}
.sec_about .top_h2 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (min-width: 768px) {
  .sec_about .top_h2 {
    font-size: 50px;
  }
}
.sec_about .circle_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sec_about .circle_list {
    margin-top: 50px;
    gap: 50px;
  }
}
.sec_about .circle_list li {
  width: 48%;
  aspect-ratio: 1/1;
  border: 4px solid #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4193548387;
}
@media (max-width: 767px) {
  .sec_about .circle_list li {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  .sec_about .circle_list li {
    width: 290px;
    font-size: 31px;
  }
}
.sec_about .btn_list {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sec_about .btn_list {
    margin-top: 40px;
  }
}
.sec_about .btn_list li {
  flex: 1;
  max-width: 375px;
}
.sec_about .btn_list li:last-child .btnstyle a::after {
  border: none;
  transform: none;
  width: 10px;
  height: 10px;
  background: url(../img/top/btn_icon01.png);
}
@media (hover: hover) and (pointer: fine) {
  .sec_about .btn_list li:last-child .btnstyle a:hover:after {
    filter: brightness(0) saturate(100%) invert(84%) sepia(83%) saturate(344%) hue-rotate(13deg) brightness(83%) contrast(97%);
  }
}
.sec_about .btn_list .btnstyle a {
  max-width: 375px;
}

.bg_wrapper01 {
  background: url(../img/top/top_greeting_bg_img002.jpg) no-repeat center top/100% auto, url(../img/top/top_greeting_bg_img001.jpg) no-repeat center bottom;
}
@media (min-width: 768px) {
  .bg_wrapper01 {
    background: url(../img/top/top_greeting_bg_img002.jpg) no-repeat center top, url(../img/top/top_greeting_bg_img001.jpg) no-repeat center bottom;
  }
}

.sec_tab {
  background: url(../img/top/top_menu_bg_img001.jpg) no-repeat center top/cover;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .sec_tab {
    padding: 120px 0;
  }
}
.sec_tab .tab_row {
  justify-content: space-between;
  align-items: center;
}
.sec_tab .top_h2 {
  color: #121212;
  font-size: 25px;
}
@media (min-width: 768px) {
  .sec_tab .top_h2 {
    font-size: 40px;
  }
}
.sec_tab .bg_txt {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: #38b8cf;
  color: #fff;
  font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  left: 0.1em;
  font-size: 20px;
  padding: 0.2em 0.5em;
}
@media (min-width: 768px) {
  .sec_tab .bg_txt {
    font-size: 28px;
  }
}
.sec_tab .btn_list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 768px) {
  .sec_tab .btn_list {
    gap: 28px;
  }
}
.sec_tab .btn_list li {
  width: calc((100% - 24px) / 3);
}
@media (min-width: 768px) {
  .sec_tab .btn_list li {
    width: calc((100% - 84px) / 4);
  }
}

.sec_tab .tab_btn {
  border: 1px solid #38b8cf;
}
.sec_tab .tab_item {
  display: none;
}
.sec_tab .tab_item.active {
  display: block;
}
.sec_tab .tab_item_wrap {
  background: #a6edfb;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0px 0px 24.3px 2.7px rgba(0, 0, 0, 0.13);
}
@media (min-width: 768px) {
  .sec_tab .tab_item_wrap {
    border-radius: 30px;
    min-height: 1210px;
    padding: 40px 35px;
  }
}
.sec_tab .tab_btn_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 0 !important;
}
.sec_tab .tab_btn_wrap li {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #121212;
  position: relative;
  border-radius: 20px;
  box-shadow: 0px 0px 24.3px 2.7px rgba(0, 0, 0, 0.13);
  border: none;
  font-weight: bold;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .sec_tab .tab_btn_wrap li:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.sec_tab .tab_btn_wrap li.active {
  color: #fff;
  background: #38b8cf;
  position: relative;
}
.sec_tab .tab_btn_wrap li.active:after {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 30px;
  aspect-ratio: 2/1;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: calc(100% - 2px);
  margin: 0 auto;
  background: #38b8cf;
}
@media (min-width: 768px) {
  .sec_tab .tab_btn_wrap li.active:after {
    width: 40px;
  }
}
.sec_tab .btnstyle a {
  aspect-ratio: 1/1;
  max-width: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: none;
  color: #121212 !important;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  border-radius: 20px;
}
@media (hover: hover) and (pointer: fine) {
  .sec_tab .btnstyle a:hover {
    opacity: 0.7;
    background-color: #fff;
  }
}
.sec_tab .btnstyle a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  aspect-ratio: 1/1;
  bottom: 10px;
  top: auto;
  right: 10px;
  left: auto;
  background: url(../img/top/btn_icon02.png) no-repeat center center/cover;
  border: none;
  transform: none;
  margin: 0;
}
@media (min-width: 768px) {
  .sec_tab .btnstyle a:after {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .sec_tab .tab_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
  }
  .sec_tab .tab_btn_wrap li {
    width: 31%;
  }
  .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 .btnstyle a {
    font-size: 18px;
    letter-spacing: 0;
    border-radius: 10;
  }
  .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: 3.5vw;
  }
}
@media (min-width: 768px) {
  .sec_tab .tab_btn_wrap {
    display: flex;
    justify-content: center;
  }
  .sec_tab .tab_btn_wrap li {
    width: 250px;
    margin-right: 40px;
  }
  .sec_tab .tab_btn_wrap li:last-child {
    margin-right: 0;
  }
  .sec_tab .tab_btn_wrap .tab_btn {
    font-size: 26px;
  }
}

.sec_trouble {
  background: linear-gradient(-157deg, #73d9eb 0%, #38b8cf 100%);
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  .sec_trouble {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .sec_trouble .container {
    width: 100%;
    max-width: none;
  }
}
.sec_trouble:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 495px;
  aspect-ratio: 495/575;
  bottom: calc(44vw + 20px);
  left: 0;
  background: url(../img/top/sp_top_trouble_bg_img001.png) no-repeat center center/contain;
  max-width: 70%;
}
@media (min-width: 768px) {
  .sec_trouble:before {
    background: url(../img/top/top_trouble_bg_img001.png) no-repeat center center/contain;
    aspect-ratio: 548/575;
    width: 548px;
    bottom: 40px;
  }
}
.sec_trouble .btnstyle a {
  font-weight: bold;
}
.sec_trouble .top_h2 {
  color: #fff;
  font-size: 28px;
  text-align: center;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.08em;
  gap: 20px;
}
@media (min-width: 768px) {
  .sec_trouble .top_h2 {
    font-size: 40px;
    align-items: flex-end;
    line-height: 1;
  }
}
.sec_trouble .top_h2:before, .sec_trouble .top_h2:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 2px;
  height: 2.5em;
  background: #fff;
  text-align: center;
  top: auto;
  left: auto;
  bottom: auto;
  margin: 0;
}
@media (min-width: 768px) {
  .sec_trouble .top_h2:before, .sec_trouble .top_h2:after {
    height: 1.2em;
  }
}
.sec_trouble .top_h2:before {
  transform: rotate(-20deg);
}
.sec_trouble .top_h2:after {
  transform: rotate(20deg);
}
.sec_trouble .circle_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sec_trouble .circle_list {
    margin-top: 50px;
    gap: 40px;
  }
}
.sec_trouble .circle_list li {
  width: 48%;
  aspect-ratio: 1/1;
  border: 4px solid #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4193548387;
}
@media (max-width: 767px) {
  .sec_trouble .circle_list li {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  .sec_trouble .circle_list li {
    width: 200px;
    font-size: 22px;
  }
}
.sec_trouble .row {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  align-items: center;
}
@media (min-width: 768px) {
  .sec_trouble .row .col_img {
    width: 34.6%;
  }
}
@media (min-width: 768px) {
  .sec_trouble .row .col_img img {
    min-width: 600px;
  }
}
.sec_trouble .row .col_txt {
  flex: 1;
}
@media (min-width: 768px) {
  .sec_trouble .row .col_txt {
    padding-left: max(50% - 600px, 20px);
    padding-right: 4.5%;
  }
}
.sec_trouble .btnstyle a {
  background: transparent;
  color: #fff !important;
  border-color: #fff;
  max-width: 315px;
}
@media (hover: hover) and (pointer: fine) {
  .sec_trouble .btnstyle a:hover {
    opacity: 0.7;
  }
  .sec_trouble .btnstyle a:hover:after {
    transform: translateX(3px) rotate(45deg);
  }
}
.sec_trouble .btnstyle a:after {
  border-color: #fff;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .sec_trouble .col_img {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 50px;
  }
}

.sec_reason {
  background: url(../img/top/top_reason_bg_img002.jpg) no-repeat center top/1000px auto;
  padding: 100px 0 30px;
}
@media (min-width: 768px) {
  .sec_reason {
    background: url(../img/top/top_reason_bg_img002.jpg) no-repeat center top;
  }
}
.sec_reason .bg_wrapper {
  background: #fff;
  box-shadow: 0px 0px 24.3px 2.7px rgba(0, 0, 0, 0.13);
  border-radius: 20px;
  position: relative;
  padding: 60px 15px 30px;
}
@media (min-width: 768px) {
  .sec_reason .bg_wrapper {
    border-radius: 30px;
    padding: 130px 60px 65px;
  }
}
.sec_reason .bg_wrapper::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 300px;
  aspect-ratio: 917/112;
  height: auto;
  top: 40px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: 0;
  background: url(../img/top/top_reason_bg_img001.jpg) no-repeat center center/cover;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec_reason .bg_wrapper::before {
    width: 917px;
    top: 70px;
  }
}
.sec_reason .top_h2 {
  color: #121212;
  font-size: 25px;
  text-align: center;
  z-index: 2;
}
@media (min-width: 768px) {
  .sec_reason .top_h2 {
    font-size: 55px;
    letter-spacing: 0.2em;
  }
}
.sec_reason .reason_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sec_reason .reason_list {
    margin-top: 50px;
    gap: 40px 30px;
  }
}
.sec_reason .reason_list li {
  width: calc((100% - 15px) / 2);
}
@media (min-width: 768px) {
  .sec_reason .reason_list li {
    width: calc((100% - 60px) / 3);
  }
}
.sec_reason .reason_list .list_item_title {
  color: #38b8cf;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 1.4583333333;
  letter-spacing: 0em;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .sec_reason .reason_list .list_item_title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .sec_reason .reason_list .list_item_title {
    margin-top: 0.5em;
  }
}
.sec_reason .reason_list .btnstyle a {
  font-weight: bold;
}
.sec_reason .under_row {
  justify-content: space-between;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sec_reason .under_row {
    margin-top: 65px;
  }
}
.sec_reason .under_row .col_txt {
  color: #38b8cf;
  font-size: 17px;
  line-height: 1.5172413793;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .sec_reason .under_row .col_txt {
    font-size: 29px;
  }
}
.sec_reason .under_row .btn_list {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .sec_reason .under_row .btn_list {
    margin-top: 20px;
  }
}
.sec_reason .under_row .btn_list li {
  flex: 1;
}
@media (min-width: 768px) {
  .sec_reason .under_row .btn_list li {
    width: 250px;
  }
}
.sec_reason .under_row .btnstyle.btnstyle_02 a {
  max-width: none;
}
@media (min-width: 768px) {
  .sec_reason .under_row .btnstyle.btnstyle_02 a {
    padding: 23px 2.4rem;
  }
}

.tsh_table01 tbody tr > td:nth-of-type(1),
.tsh_table01 tbody tr > td:nth-of-type(2),
.tsh_table01 tbody tr > td:nth-of-type(3),
.tsh-low_table01 tbody tr > td:nth-of-type(1),
.tsh-low_table01 tbody tr > td:nth-of-type(2),
.tsh-low_table01 tbody tr > td:nth-of-type(3) {
  text-align: center;
}

.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 */