@charset "UTF-8";
.section h3:first-child {
  margin-bottom: calc(var(--fontsize) * 1.5);
}
.section hr {
  margin-bottom: var(--sec-padding);
  margin-top: var(--sec-padding);
  max-width: 1200px;
}

.section_bg {
  background: var(--color_bg);
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: var(--color_bg);
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: var(--color_bg);
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: var(--color_bg);
}

.box_border {
  background: #fff;
  border: 5px solid var(--color_bg);
}

.box_border .box_bg {
  background: var(--color_bg);
}

.section_bg .box_border .box_bg {
  background: var(--color_bg);
}

.box_bg,
.box_border {
  border-radius: var(--box-radius);
  margin-top: 0;
  margin-bottom: calc(var(--fontsize) * 2.5);
  padding: calc(var(--fontsize) * 1.5) calc(var(--fontsize) * 1);
}
p + .box_bg, ul + .box_bg, .btnstyle + .box_bg,
p + .box_border,
ul + .box_border,
.btnstyle + .box_border {
  margin-top: calc(var(--title_top) * 1.25);
}
.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .box_bg,
  .box_border {
    margin-bottom: calc(var(--fontsize) * 3.125);
    padding: calc(var(--fontsize) * 3.125);
  }
}
.section .box_bg:first-child, .section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: calc(var(--fontsize) * 1.5);
}
.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;
}

ul.ul_circle.box_border {
  margin-bottom: calc(var(--title_top) * 1.25);
}

.box_border {
  background: #fff;
  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: calc(var(--fontsize) * 2.5);
}
@media (min-width: 768px) {
  div.clearfix {
    margin-bottom: calc(var(--fontsize) * 3.125);
  }
}

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

.link_anchor {
  border-radius: 18px;
  padding: min(30px , 3.8vw);
  background: #f3f1e7;
  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;
  border-radius: 0;
  border: none;
  color: var(--color_text);
  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: var(--color_primary);
  opacity: 1;
  text-decoration: underline;
}
.link_anchor a::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  left: calc( ( 1.6875em / 2 ) - 4px);
  transform: rotate(45deg);
  top: calc(0.65em + 0.25em - 4px);
}
.link_anchor a::before {
  display: block;
  background: var(--color_primary);
  border-radius: 50%;
  height: 1.6875em;
  width: 1.6875em;
  left: 0;
  top: 0;
}
@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: calc(var(--fontsize) * 1.5);
}
.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: calc(var(--fontsize) * 0.5);
  padding-left: calc(var(--fontsize) * 1.1);
  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: calc(var(--fontsize) * 0.75);
}
.ul_circle + p,
.ul_dot + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: calc(var(--fontsize) * 1.5);
}

.ul_circle li::before {
  border-radius: 50%;
  background: var(--color_primary);
  height: calc(var(--fontsize) / 2);
  left: 0.2em;
  top: calc(var(--fontsize) * 1.75 / 2 - var(--fontsize) / 4);
  width: calc(var(--fontsize) / 2);
}

.ul_dot li::before {
  border-radius: 50%;
  background: var(--color_primary);
  height: calc(var(--fontsize) / 3);
  left: 0.5em;
  top: calc(var(--fontsize) * 1.75 / 2 - var(--fontsize) / 6);
  width: calc(var(--fontsize) / 3);
}

.ul_check li {
  padding-left: 2em;
}
.ul_check li::before {
  border-right: 2px solid var(--color_text_reversal);
  border-bottom: 2px solid var(--color_text_reversal);
  height: 12px;
  left: 6px;
  margin-top: -4px;
  transform: rotate(50deg);
  top: calc(var(--fontsize) * 1.75 / 2 - var(--fontsize) / 4);
  width: 7px;
  z-index: 1;
}
.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: var(--color_secondary);
  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 var(--color_primary);
  top: calc(var(--fontsize) * 1.75 / 2 - var(--fontsize) / 4);
}

.ol_circle {
  counter-reset: ol_circle;
}
.ol_circle li {
  padding-left: calc(var(--fontsize) * 1.75);
  position: relative;
}
.ol_circle li::before, .ol_circle li:after {
  content: "";
  position: absolute;
}
.ol_circle li::before {
  background-color: var(--color_primary);
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: calc(var(--fontsize) * 0.82);
  height: calc(var(--fontsize) * 1.25);
  left: 0;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: center;
  top: calc(var(--fontsize) * 0.375);
  width: calc(var(--fontsize) * 1.25);
  position: absolute;
}

@media (min-width: 768px) {
  ul.list_columns_2,
  ul.list_columns_3 {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--fontsize) * 0.5) 2%;
  }
  ul.list_columns_2 li,
  ul.list_columns_3 li {
    margin: 0;
  }
  ul.list_columns_2 li {
    width: 49%;
  }
  ul.list_columns_3 li {
    width: 32%;
  }
}
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: var(--color_primary_txt);
  border-top: 1px solid var(--color_primary);
  border-bottom: 1px solid var(--color_primary);
  font-weight: 400;
  text-align: left;
  width: 32%;
}
@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: 0.8em 0.1em;
  text-align: center;
  font-weight: normal;
}
table.table_timetable thead th {
  background: var(--color_primary);
  color: var(--color_text_reversal);
  font-feature-settings: "palt";
}
table.table_timetable thead th:first-child {
  width: 30%;
}
table.table_timetable thead th:last-child {
  width: 18%;
}
table.table_timetable tbody th {
  text-align: center;
}
@media (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
}
table.table th, table.table td {
  border: 1px solid #ddd;
  font-weight: normal;
  padding: 0.75em 0.35em;
  text-align: center;
}
table.table thead th, table.table thead td {
  background: var(--color_primary);
  color: var(--color_text_reversal);
  font-weight: normal;
}
table.table tbody th {
  background: #f7f9fc;
}
table.table tbody td {
  background: var(--body_bg);
}
@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 tr th:first-child {
  width: 32%;
}
@media (min-width: 768px) {
  table.table_default tbody tr th:first-child {
    width: 25%;
  }
}
table.table_default tbody th, table.table_default tbody td {
  text-align: left;
}
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 (min-width: 768px) {
  table.table_mini th, table.table_mini td {
    padding: 0.85em 0.75em;
  }
}
@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: var(--color_primary) !important;
}

.consul2 {
  color: var(--color_primary) !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: calc(var(--fontsize) * 1.75);
  margin-bottom: calc(var(--fontsize) * 1.75);
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box_faq .question,
.box_faq .answer {
  padding: calc(var(--fontsize) * 0.375) calc(var(--fontsize) * 0) calc(var(--fontsize) * 0.375) calc(var(--fontsize) * 3.75);
  position: relative;
}
.box_faq .question::before,
.box_faq .answer::before {
  border-radius: calc(var(--fontsize) * 1.25);
  font-family: var(--title_family);
  font-size: calc(var(--fontsize) * 1.625);
  font-weight: var(--title_weight);
  height: calc(var(--fontsize) * 2.5);
  left: 0;
  letter-spacing: 0;
  line-height: calc(var(--fontsize) * 2.5);
  position: absolute;
  text-align: center;
  top: 0;
  width: calc(var(--fontsize) * 2.5);
}
.box_faq .question {
  font-size: calc(var(--fontsize) * 1.25);
  font-weight: 600;
  line-height: 1.6;
}
.box_faq .question::before {
  content: "Q";
  color: var(--color_text_reversal);
  background: var(--color_primary);
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: var(--title_family);
  margin-top: 0;
  padding-right: calc(var(--fontsize) * 1.25);
  position: relative;
}
.box_faq .question .faq_title::before, .box_faq .question .faq_title::after {
  position: absolute;
  content: "";
  top: calc(var(--fontsize) * 0.75);
  right: 0;
  background: var(--color_primary);
  border-radius: 1px;
  width: var(--fontsize);
  height: calc(var(--fontsize) * 0.1875);
}
.box_faq .question .faq_title::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.box_faq .question.open .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: var(--color_text_reversal);
  background: var(--color_secondary);
  top: 30px;
}

.flow-box {
  margin-bottom: calc(var(--fontsize) * 3.125);
}
.flow-box:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-box {
    margin-bottom: calc(var(--fontsize) * 2.5);
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block {
  background: #fff;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
  border-radius: var(--box-radius);
  margin-top: 82px;
  padding: calc(var(--fontsize) * 3.125);
  position: relative;
}
.flow-block:first-child {
  margin-top: 0;
}
.flow-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-block {
    padding: calc(var(--fontsize) * 1.5) calc(var(--fontsize) * 1);
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: calc(var(--fontsize) * 2) solid transparent;
  border-top-color: #ebe1b0;
  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: var(--color_primary);
}
.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: var(--title_family);
  font-weight: var(--title_weight);
  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: var(--color_primary);
  background: var(--color_primary);
  margin-right: 0.5em;
  margin-bottom: auto;
  color: #fff;
  border-radius: 2px;
  flex: none;
  font-size: calc(var(--flow-title-font-size) * var(--flow-num-font-percent));
  font-weight: var(--title_weight);
  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 {
  padding-top: 50px;
  background: url(../img/common/footer_bg_sp_min.jpg) center center/cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer .spbr {
    display: inline-block;
  }
}
.footer .footer_logomark {
  margin-bottom: 30px;
  text-align: center;
}
.footer .sec_logo {
  margin-bottom: 1em;
}
.footer .sec_logo img {
  width: min(calc(761 / 2 * 1px) , 75vw);
}
.footer table.address {
  margin-bottom: 10px;
}
.footer table.address th, .footer table.address td {
  padding: calc(var(--fontsize) * 1.5) 0;
  line-height: 1.7;
  border-bottom: 1px solid var(--border-color);
  font-weight: normal;
}
.footer table.address th.aligntop, .footer table.address td.aligntop {
  vertical-align: top;
}
.footer table.address th {
  width: 60px;
  text-align: left;
  padding-right: 8px;
}
.footer table.address a[href^="tel:"] {
  font-size: 20px;
}
@media (min-width: 768px) {
  .footer table.address a[href^="tel:"] {
    font-size: 24px;
  }
}
.footer .footer_access_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.footer .footer_access,
.footer .footer_parking {
  --bnr-gap: 10px;
  flex: 1 1 auto;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 20px;
  gap: var(--bnr-gap);
  padding: 0 var(--bnr-gap);
  height: auto;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .footer .footer_access,
  .footer .footer_parking {
    --bnr-gap: 18px;
  }
}
.footer .footer_access .icon,
.footer .footer_parking .icon {
  width: 60px;
  flex: 0 0 auto;
}
.footer .footer_access .txt,
.footer .footer_parking .txt {
  flex: 1 1 auto;
  font-feature-settings: "palt";
  font-family: var(--title_family);
  font-weight: bold;
}
@media (max-width: 767px) {
  .footer .footer_access,
  .footer .footer_parking {
    padding-top: 18px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .footer .footer_access,
  .footer .footer_parking {
    width: 560px;
    flex: 0 0 auto;
    height: 150px;
  }
  .footer .footer_access .icon,
  .footer .footer_parking .icon {
    width: 100px;
  }
}
.footer .footer_access .txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.075em;
}
.footer .footer_access .txt .sub {
  font-size: 15px;
}
.footer .footer_access .txt .num {
  color: var(--color_primary);
  font-size: 22px;
}
@media (min-width: 768px) {
  .footer .footer_access .txt {
    font-size: 28px;
  }
  .footer .footer_access .txt .sub {
    font-size: 20px;
  }
  .footer .footer_access .txt .num {
    font-size: 44px;
  }
}
.footer .footer_parking .txt {
  font-size: 16px;
  line-height: 1.3333333333;
}
.footer .footer_parking .txt .sub {
  font-size: 12px;
}
.footer .footer_parking .txt .big {
  color: #ab9a4a;
  display: block;
  font-weight: normal;
  padding-top: 0.1em;
}
@media (min-width: 768px) {
  .footer .footer_parking .txt {
    font-size: 18px;
  }
  .footer .footer_parking .txt .sub {
    font-size: 14px;
  }
}
.footer .bnr_official {
  text-align: center;
  margin-bottom: 35px;
}
.footer .bnr_official a {
  text-decoration: none;
}
.footer .bnr_official img {
  width: 414px;
}
.footer .bnr_official .sub {
  display: block;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .footer .bnr_official .sub {
    font-size: 14px;
  }
}
@media (min-width: 421px) {
  .footer {
    background-image: url(../img/common/footer_bg_sp.jpg);
  }
}
@media (max-width: 767px) {
  .footer .footer_logomark {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer {
    background-image: url(../img/common/footer_bg.jpg);
    padding-top: 100px;
  }
  .footer .footer_logomark {
    margin-bottom: 80px;
  }
  .footer .footer_info_wrap .row .col_2,
  .footer .footer_access_wrap .row .col_2 {
    width: 560px;
    margin: 0;
  }
  .footer .footer_access,
  .footer .footer_parking {
    --bnr-gap: 30px;
  }
}

.copyright {
  color: var(--color_text);
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .copyright {
    padding: 10px 0 17%;
  }
}

.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  animation: loopslider 120s linear infinite;
  display: flex;
  width: 2400px;
  height: 100%;
}

@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1200px);
  }
}
@media (min-width: 768px) {
  .loopslider {
    animation: loopslider 140s linear infinite;
    width: 3840px;
  }
  @keyframes loopslider {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1920px);
    }
  }
}
.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 .slick-prev,
.img_slider .img_slide_main .slick-next {
  width: 20px;
  height: 20px;
}

.img_slider .img_slide_main .slick-prev::before,
.img_slider .img_slide_main .slick-next::before {
  font-size: 20px;
}

.img_slider .img_slide_main .slick-prev {
  left: 5px;
  z-index: 1;
}

.img_slider .img_slide_main .slick-next {
  right: 5px;
}

.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;
  }
  .img_slider .img_slide_main .slick-prev,
  .img_slider .img_slide_main .slick-next {
    width: 30px;
    height: 30px;
  }
  .img_slider .img_slide_main .slick-prev::before,
  .img_slider .img_slide_main .slick-next::before {
    font-size: 30px;
  }
  .img_slider .img_slide_main .slick-prev {
    left: 20px;
  }
  .img_slider .img_slide_main .slick-next {
    right: 20px;
  }
}
.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;
}

/* feature */
.sec_feature {
  background: var(--color_bg);
  position: relative;
  border-top-right-radius: calc(150 / 770 * 100vw);
}
@media (min-width: 768px) {
  .sec_feature {
    border-top-right-radius: 500px;
  }
}
.sec_feature .img_long img,
.sec_feature .img_short img,
.sec_feature .img_min img {
  border-radius: calc(40 / 770 * 100vw);
}
@media (max-width: 767px) {
  .sec_feature .img_short {
    display: table;
    margin: auto;
    padding-left: 65px;
  }
  .sec_feature .img_short img {
    width: 240px;
  }
}
@media (min-width: 768px) {
  .sec_feature .img_long img,
  .sec_feature .img_short img,
  .sec_feature .img_min img {
    border-radius: 40px;
  }
  .sec_feature .img_short {
    width: 395px;
  }
  .sec_feature .feature_02 .img_short {
    width: 480px;
    border-radius: 30px;
  }
}

.sec_feature {
  counter-reset: feature;
}
.sec_feature h2 {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 1em;
}
.sec_feature h2 .sub {
  display: block;
  font-size: 70%;
}
.sec_feature h2 .color {
  font-size: calc(66 / 48 * 100%);
}
.sec_feature h2 .color.num {
  font-size: calc(72 / 48 * 100%);
}
.sec_feature h3 {
  counter-increment: feature;
  font-size: 22px;
  line-height: 1.6666666667;
  margin-bottom: 0.75em;
  padding-bottom: 0.55em;
}
.sec_feature h3::before {
  content: counter(feature, decimal-leading-zero);
  font-size: 68px;
  font-weight: 300;
  line-height: 1;
  bottom: calc(100% + 32px);
}
.sec_feature .feature_01 h3::before {
  font-size: 90px;
}
@media (max-width: 767px) {
  .sec_feature .feature_02 .h3_wrap::after,
  .sec_feature .feature_02 h3::before,
  .sec_feature .feature_03_04 .h3_wrap::after,
  .sec_feature .feature_03_04 h3::before {
    text-shadow: 0 0 20px #faf9f7, 0 0 20px #faf9f7, 0 0 20px #faf9f7, 0 0 20px #faf9f7;
  }
  .sec_feature .feature_02 h3,
  .sec_feature .feature_03_04 h3 {
    margin-top: 0.35em;
  }
}
@media (min-width: 768px) {
  .sec_feature h2 {
    font-size: 48px;
    margin-bottom: var(--sec-top-padding);
  }
  .sec_feature h2 .sub {
    font-size: 50%;
  }
  .sec_feature .feature_01 h3,
  .sec_feature .feature_02 h3 {
    font-size: 36px;
  }
  .sec_feature .feature_03_04 h3 {
    font-size: 30px;
  }
  .sec_feature .feature_01 h3::before,
  .sec_feature .feature_02 h3::before,
  .sec_feature .feature_03_04 h3::before {
    font-size: 140px;
  }
}
.sec_feature .h3_wrap {
  position: relative;
}
.sec_feature .h3_wrap::before, .sec_feature .h3_wrap::after {
  position: absolute;
  bottom: calc(100% + 20px);
  font-size: 12px;
  font-family: var(--title_family);
  line-height: 1;
}
.sec_feature .h3_wrap::before {
  content: "";
  width: 18px;
  height: 1px;
  transform: rotate(-45deg);
  transform-origin: left bottom;
  background: currentColor;
  left: 0;
}
.sec_feature .h3_wrap::after {
  content: "feature";
  left: 1.25em;
}
.sec_feature h3 {
  position: relative;
}
.sec_feature h3::before, .sec_feature h3::after {
  display: block;
}
.sec_feature h3::before {
  position: absolute;
  background: none;
  left: 0;
}
.sec_feature h3::after {
  width: calc(138 / 770 * 100vw);
  height: 1px;
  background: currentColor;
  top: auto;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .sec_feature h3::before {
    left: calc(50% - 144px);
  }
  .sec_feature .h3_wrap::before {
    left: calc(50% - 140px);
  }
  .sec_feature .h3_wrap::after {
    left: calc(50% - 125px);
    letter-spacing: 0;
  }
  .sec_feature .feature_01 .h3_wrap::before {
    left: 8px;
    width: 24px;
  }
  .sec_feature .feature_01 .h3_wrap::after {
    left: 27px;
    font-size: 15px;
  }
  .sec_feature .feature_01 h3::before {
    left: 0;
  }
}
@media (min-width: 768px) {
  .sec_feature .h3_wrap::before, .sec_feature .h3_wrap::after {
    font-size: 24px;
  }
  .sec_feature .h3_wrap::before {
    width: 30px;
  }
  .sec_feature h3::before {
    bottom: calc(100% + 32px);
  }
  .sec_feature h3::after {
    right: 0;
    margin: auto;
    width: 120px;
  }
}
.sec_feature .btnstyle a {
  margin-right: 0;
  margin-left: auto;
  margin-top: 1em;
}

/* feature01 */
.feature_01_box .img_wrap {
  position: relative;
  flex: 1 1 auto;
}
.feature_01_box .h3_wrap {
  margin-top: calc( 260 / 770 * 100vw);
}
.feature_01_box .img_min {
  position: absolute;
  top: 0;
  right: 0;
  width: calc( 320 / 770 * 100%);
}
.feature_01_box .img_min .caption {
  position: absolute;
  top: calc(20 / 770 * 100vw);
  right: calc( 260 / 770 * 100vw);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  font-family: var(--title_family);
  font-size: calc( 26 / 770 * 100vw);
  letter-spacing: 0;
  line-height: 1.35;
  background: linear-gradient(120deg, #c6db8a, #89d5cc, #91a6d1);
  text-shadow: 0 0 8px rgba(100, 123, 123, 0.75);
  border-radius: 9999px;
  width: calc( 166 / 770 * 100vw);
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .feature_01_box {
    flex-direction: row-reverse;
  }
  .feature_01_box .h3_wrap {
    margin-top: 166px;
  }
  .feature_01_box .img_min {
    left: 0;
    right: auto;
    top: 100%;
    width: 360px;
    padding-left: 40px;
  }
  .feature_01_box .img_min .caption {
    font-size: 24px;
    width: 150px;
    top: -40px;
    left: 0;
    right: auto;
  }
}

.feature_01 .bnr_circle {
  gap: 10px;
  flex-wrap: nowrap;
  margin-top: 30px;
}
.feature_01 .bnr_circle .item {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 9999px;
  font-family: var(--title_family);
  font-size: calc( 24 / 770 * 100vw);
  line-height: 1.3;
  text-align: center;
}
.feature_01 .bnr_circle .item img {
  width: 70%;
}
@media (max-width: 767px) {
  .feature_01 .bnr_circle .caption {
    height: 3.9em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .feature_01 h3 {
    margin-right: -1.5em;
  }
  .feature_01 .img_long {
    width: 750px;
  }
  .feature_01 .txt,
  .feature_01 .bnr_circle {
    margin-left: 450px;
  }
  .feature_01 .bnr_circle {
    justify-content: space-between;
    margin-top: 50px;
  }
  .feature_01 .bnr_circle .item {
    flex: 0 0 auto;
    font-size: 18px;
    width: 220px;
    gap: 20px;
    padding-bottom: 10px;
  }
}

/* feature02 */
.feature_02 {
  padding-top: var(--sec-top-padding);
}
.feature_02 .img_rectangle {
  display: flex;
  flex-wrap: wrap;
  gap: calc( 60 / 770 * 100vw);
  margin-top: 30px;
  font-feature-settings: "palt";
}
.feature_02 .img_rectangle .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc( 120 / 770 * 100vw);
  width: 100%;
  background: #fff;
  border-radius: calc( 20 / 770 * 100vw);
  font-family: var(--title_family);
  font-size: min(calc( 28 / 770 * 100vw) , 20px);
  line-height: 1.44;
}
.feature_02 .img_rectangle .item img {
  margin: 0;
  margin-top: calc( 20 / 770 * 100vw * -1);
  margin-bottom: calc( 20 / 770 * 100vw * -1);
}
.feature_02 .img_rectangle .item .caption {
  flex: 0 1 auto;
  padding-right: 1em;
}
@media (max-width: 767px) {
  .feature_02 .img_rectangle .item img {
    height: calc( 160 / 770 * 100vw);
    width: auto;
  }
  .feature_02 .img_rectangle .item .caption {
    width: calc( 510 / 770 * 100vw);
  }
}
@media (min-width: 768px) {
  .feature_02 .img_rectangle {
    justify-content: space-between;
    gap: 60px;
    margin-top: 50px;
  }
  .feature_02 .img_rectangle .item {
    height: 120px;
    width: 360px;
    border-radius: 20px;
    font-size: 18px;
    justify-content: flex-start;
    gap: 5px;
  }
  .feature_02 .img_rectangle .item img {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .feature_02 .img_rectangle .item.item01 {
    gap: 28px;
  }
  .feature_02 .img_rectangle .item.item02 {
    gap: 20px;
  }
  .feature_02 .img_rectangle .item .pcbr {
    display: block;
  }
}

@media (min-width: 768px) {
  .feature_02_box {
    gap: 95px;
  }
  .feature_02_box .h3_wrap {
    padding-left: 165px;
  }
  .feature_02_box .h3_wrap::before, .feature_02_box .h3_wrap::after {
    bottom: 0;
  }
  .feature_02_box .h3_wrap h3::before {
    bottom: 20px;
    left: -170px;
  }
  .feature_02_box .img_short {
    width: 480px;
    flex: 0 0 auto;
  }
}

/* feature_03_04 */
.feature_03_04 {
  padding-top: var(--sec-top-padding);
}
@media (max-width: 767px) {
  .feature_03_04.flexbox {
    gap: var(--sec-top-padding);
  }
}
@media (min-width: 768px) {
  .feature_03_04 {
    justify-content: space-between;
  }
  .feature_03_04 .item {
    padding-left: 170px;
    position: relative;
    flex: 0 1 auto;
    width: 560px;
  }
  .feature_03_04 .h3_wrap,
  .feature_03_04 h3 {
    position: static;
  }
  .feature_03_04 .h3_wrap::before {
    top: 150px;
  }
  .feature_03_04 .h3_wrap::after {
    top: 130px;
  }
  .feature_03_04 h3::before {
    top: 0;
    left: -0.05em;
  }
  .feature_03_04 h3::after {
    display: none;
  }
  .feature_03_04 h3 .h3 {
    text-align: center;
    display: block;
    position: relative;
  }
  .feature_03_04 h3 .h3::after {
    position: absolute;
    content: "";
    bottom: -0.55em;
    height: 1px;
    background: currentColor;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
  }
}

/* 無料矯正相談 */
.sec_freeconsul {
  background: linear-gradient(37deg, #cbc2b6, #dcd6ce);
  padding-bottom: calc(var(--sec-padding) + 22px);
}
.sec_freeconsul .container.flexbox {
  gap: 20px;
}
.sec_freeconsul h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  color: #fff;
  font-size: calc( 44 / 770 * 100vw);
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 1em;
  text-shadow: 0 0 20px #c0b7a9, 0 0 20px #c0b7a9;
}
.sec_freeconsul h2 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(36 / 44 * 100%);
  background: #fff;
  color: var(--color_primary);
  letter-spacing: 0;
  border-radius: 9999px;
  aspect-ratio: 1;
  width: 2.7em;
  line-height: 1;
  text-shadow: none;
}
.sec_freeconsul .contact_time {
  border: 1px solid #fff;
  color: #fff;
  font-family: var(--title_family);
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  padding: 0.85em 0.25em;
  box-shadow: inset 0 0 20px 0 #c0b7a9, 0 0 20px 0 #c0b7a9;
  text-shadow: 0 0 20px #c0b7a9, 0 0 20px #c0b7a9;
  margin-bottom: 0.5em;
}
.sec_freeconsul .freeconsul_bnr {
  display: flex;
  gap: 10px;
}
.sec_freeconsul .freeconsul_bnr p {
  margin-bottom: 0;
  display: flex;
  flex: 1 1 auto;
  width: 100%;
}
.sec_freeconsul .freeconsul_bnr a {
  flex: 1 1 auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--color_text);
  background: #fff;
  border-radius: 10px;
}
.sec_freeconsul .freeconsul_bnr a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.sec_freeconsul .freeconsul_bnr a .icon::before {
  content: "";
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.sec_freeconsul .freeconsul_bnr a .icon_first::before {
  background-image: url(../img/common/icon_first_consul.svg);
  width: 16px;
  height: 22px;
}
.sec_freeconsul .freeconsul_bnr a .icon_secondopinion::before {
  background-image: url(../img/common/icon_second_opinion.svg);
  width: 19px;
  height: 17px;
}
.sec_freeconsul .calendar {
  position: relative;
}
.sec_freeconsul .calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .sec_freeconsul .freeconsul_bnr {
    flex-wrap: wrap;
  }
  .sec_freeconsul .calendar {
    width: 100%;
    aspect-ratio: 1;
  }
}
@media (min-width: 768px) {
  .sec_freeconsul .container.flexbox {
    justify-content: space-between;
  }
  .sec_freeconsul .container.flexbox .col_left {
    width: 50%;
  }
  .sec_freeconsul .container.flexbox .col_right {
    width: 510px;
  }
  .sec_freeconsul h2 {
    font-size: 44px;
    justify-content: flex-start;
  }
  .sec_freeconsul h2 .icon {
    width: 100px;
  }
  .sec_freeconsul .contact_time {
    font-size: 30px;
  }
}

/* contact */
.sec_contact {
  color: #948a7c;
  font-family: var(--title_family);
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 50px;
  text-align: center;
}
.sec_contact h2 {
  font-size: 56px;
  margin-top: -0.8em;
  margin-bottom: calc(44px - 0.2em);
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
@media (min-width: 768px) {
  .sec_contact h2 {
    font-size: 77px;
  }
}
@media (min-width: 768px) {
  .sec_contact {
    font-size: 24px;
  }
  .sec_contact h2 {
    font-size: 77px;
  }
}
.sec_contact .contact_bnrs {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sec_contact .contact_bnrs {
    flex-wrap: wrap;
    gap: 14px;
  }
}
.sec_contact .contact_bnrs li {
  text-align: left;
}
.sec_contact .contact_bnrs li a {
  height: 80px;
  font-size: 24px;
}
.sec_contact .contact_bnrs li.bnr_tel .sub, .sec_contact .contact_bnrs li.bnr_web .sub, .sec_contact .contact_bnrs li.bnr_line .sub {
  font-size: 14px;
}
.sec_contact .contact_bnrs li.bnr_tel a {
  font-size: 28px;
}
.sec_contact .contact_bnrs li.bnr_tel .sub {
  font-size: 14px;
  display: block;
}
.sec_contact .contact_bnrs li.bnr_tel a .num {
  display: inline;
}
.sec_contact .contact_bnrs li.bnr_web .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.sec_contact .contact_bnrs li.bnr_line a {
  font-size: 26px;
  letter-spacing: 0.1em;
}
.sec_contact .contact_bnrs li.bnr_line a .sub {
  padding-left: 0.2em;
}
@media (max-width: 767px) {
  .sec_contact .contact_bnrs li a {
    padding-left: 15px;
    padding-right: 30px;
    gap: 12px;
  }
  .sec_contact .contact_bnrs li .icon {
    width: 40px;
  }
  .sec_contact .contact_bnrs li .txt {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .sec_contact .contact_bnrs li {
    width: 360px;
  }
  .sec_contact .contact_bnrs li a {
    padding-right: 24px;
  }
  .sec_contact .contact_bnrs li a::before {
    width: 20px;
  }
  .sec_contact .contact_bnrs li .icon {
    margin-top: -15px;
  }
  .sec_contact .contact_bnrs li.bnr_tel a, .sec_contact .contact_bnrs li.bnr_web a, .sec_contact .contact_bnrs li.bnr_line a {
    letter-spacing: 0.075em;
  }
  .sec_contact .contact_bnrs li.bnr_tel a {
    line-height: 1.25;
    font-size: 28px;
  }
}

/*  */
.more {
  position: absolute;
}
.more a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, rgba(198, 219, 138, 0.9), rgba(137, 213, 204, 0.9), rgba(145, 166, 209, 0.9)); /* #c6db8a, #89d5cc , #91a6d1 */
  color: #fff;
  text-shadow: 0 0 8px rgba(100, 123, 123, 0.75);
  text-decoration: none;
  border-radius: 9999px;
  position: relative;
  transition: opacity 0.3s;
  width: calc( 200 / 770 * 100vw);
  aspect-ratio: 1;
}
.more a::before, .more a::after {
  position: absolute;
  content: "";
}
.more a::before {
  background: #efebd5;
  top: calc(50% + 1em);
  left: 1em;
  width: calc(100% - 2em);
  height: 1px;
}
.more a::after {
  background: #efebd5;
  top: calc(50% + 1em);
  right: 1em;
  width: 9px;
  height: 1px;
  transform: rotate(36deg);
  transform-origin: right bottom;
}
.more a:hover {
  color: #fff;
}
@media (hover: hover) {
  .more a:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .more a {
    width: 140px;
  }
  .more a::before {
    width: 80px;
    left: 30px;
  }
  .more a::after {
    right: 30px;
  }
}

.sec_menu {
  background: linear-gradient(37deg, #cbc2b6, #dcd6ce);
  overflow: hidden;
}
.sec_menu > .container {
  position: relative;
}
.sec_menu > .container::before {
  --top: calc(190 / 770 * 100vw);
  --width: 120%;
  position: absolute;
  content: "";
  background: #fff;
  top: var(--top);
  left: calc( 25 / 770 * 100vw);
  width: 120%;
  height: calc(100% - var(--top));
  border-top-left-radius: calc( 150 / 770 * 100vw);
}
@media (min-width: 768px) {
  .sec_menu > .container::before {
    --top: 100px;
    --width: calc(100% + 50vw);
  }
}
@media (min-width: 768px) {
  .sec_menu > .container::before {
    left: 0;
    width: calc(100% + 50vw);
    border-top-left-radius: 200px;
  }
}
.sec_menu > .container.bnr_rectangle::before {
  display: none;
}
.sec_menu .container {
  position: relative;
}
.sec_menu .menu_box {
  position: relative;
  margin-left: calc( 75 / 770 * 100vw);
}
@media (min-width: 768px) {
  .sec_menu .menu_box {
    margin-left: 200px;
  }
}
.sec_menu h2 {
  position: absolute;
  left: 0;
  writing-mode: vertical-rl;
  font-size: 34px;
  line-height: 1;
}
@media (min-width: 768px) {
  .sec_menu h2 {
    font-size: 48px;
    left: 100px;
    transform: translateX(-50%);
  }
}
.sec_menu h3 {
  font-size: 24px;
  margin-bottom: 0.5em;
}
.sec_menu h3 .sub {
  font-size: 18px;
}
@media (min-width: 768px) {
  .sec_menu h3 {
    font-size: 40px;
  }
  .sec_menu h3 .sub {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .sec_menu .menu01 h3 .sub {
    display: block;
    line-height: var(--lineheight);
    margin-top: -0.5em;
  }
}
.sec_menu .menu03 h3 .sub {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: var(--lineheight);
  display: block;
}
@media (min-width: 768px) {
  .sec_menu .menu03 h3 .sub {
    font-size: 18px;
  }
}
.sec_menu .img {
  position: relative;
}
.sec_menu .img .more {
  bottom: 0;
  transform: translateY(20%);
}
.sec_menu .menu_box .more {
  right: calc( 20 / 770 * 100vw);
}
.sec_menu .menu_box .item + .item .more {
  right: auto;
  left: calc( 20 / 770 * 100vw);
}
.sec_menu .menu01,
.sec_menu .menu02,
.sec_menu .menu03 {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .sec_menu .menu01,
  .sec_menu .menu02,
  .sec_menu .menu03 {
    padding-bottom: 80px;
  }
}
.sec_menu .menu02,
.sec_menu .menu03 {
  border-top: 1px solid #e6e6e6;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .sec_menu .menu02,
  .sec_menu .menu03 {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .sec_menu .menu03 {
    padding-bottom: 120px;
  }
}
.sec_menu .menu01 .flexbox {
  margin-top: 30px;
  position: relative;
}
.sec_menu .menu01 .flexbox .more {
  top: 0;
  bottom: auto;
  right: 0;
}
@media (max-width: 767px) {
  .sec_menu .menu01 .img {
    padding-left: calc( 30 / 770 * 100vw);
  }
  .sec_menu .menu01 .more {
    transform: translateY(-40%);
  }
}
@media (min-width: 768px) {
  .sec_menu .menu01 {
    padding-bottom: 70px;
  }
  .sec_menu .menu01 .flexbox {
    margin-top: 50px;
    gap: 30px;
  }
  .sec_menu .menu01 .flexbox .more {
    position: relative;
  }
  .sec_menu .menu01 .flexbox .more a {
    width: 200px;
  }
  .sec_menu .menu01 .flexbox .more a::before {
    width: 100px;
    left: 50px;
  }
  .sec_menu .menu01 .flexbox .more a::after {
    right: 50px;
  }
}
.sec_menu .menu01 .bnr_ortho {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sec_menu .menu01 .bnr_ortho {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .sec_menu .menu02 .flexbox {
    gap: 40px;
  }
}
.sec_menu .menu02 .flex_title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sec_menu .menu02 .flex_title {
    margin-bottom: 50px;
  }
  .sec_menu .menu02 .flex_title.flexbox {
    align-items: center;
    gap: 60px;
  }
  .sec_menu .menu02 .flex_title h3 {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
.sec_menu .menu02 h4 {
  text-align: center;
  display: block;
  margin: 1em auto 0.5em;
  font-size: 22px;
}
.sec_menu .menu02 h4::first-letter {
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .sec_menu .menu02 .flexbox {
    gap: 55px;
  }
  .sec_menu .menu02 .item .more,
  .sec_menu .menu02 .item + .item .more {
    right: 0;
    left: auto;
  }
  .sec_menu .menu02 h4 {
    font-size: 30px;
  }
}
.sec_menu .menu03 .img {
  position: relative;
  padding-top: calc( 80 / 770 * 100vw);
  padding-left: calc( 75 / 770 * 100vw);
}
.sec_menu .menu03 .img .point {
  position: absolute;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: calc( 265 / 770 * 100vw);
  aspect-ratio: 1;
  border-radius: 9999px;
  font-family: var(--title_family);
  letter-spacing: 0;
  line-height: calc( 22 / 16 );
  text-align: center;
  background: radial-gradient(at 50% 50%, rgba(255, 255, 255, 0) 0, rgba(112, 170, 216, 0.28) 100%);
}
@media (max-width: 767px) {
  .sec_menu .menu03 .img .point {
    font-size: calc( 25 / 770 * 100vw);
  }
}
@media (min-width: 768px) {
  .sec_menu .menu03 .flexbox {
    gap: 10px;
  }
  .sec_menu .menu03 .img {
    padding-top: 0;
    padding-left: 100px;
    width: 440px;
    flex: 0 0 auto;
  }
  .sec_menu .menu03 .img .point {
    width: 170px;
    transform: translateY(-30px);
  }
  .sec_menu .menu03 .more {
    left: 60px;
    right: auto;
    transform: translateY(40px);
  }
}
.sec_menu .bnr_rectangle {
  padding-top: var(--box-top-padding);
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.sec_menu .bnr_rectangle .bnr_item {
  flex: 1 1 auto;
}
.sec_menu .bnr_rectangle .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
  background: #fff;
  border-radius: calc( 10 / 770 * 100vw);
  width: 100%;
  height: calc( 153 / 770 * 100vw);
  padding-left: calc( 40 / 770 * 100vw);
  color: var(--color_text);
  font-family: var(--title_family);
  font-size: calc( 30 / 770 * 100vw);
  letter-spacing: 0.01em;
  line-height: 1.3;
  text-decoration: none;
  overflow: hidden;
}
.sec_menu .bnr_rectangle .item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: calc( 220 / 770 * 100vw);
  height: 100%;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .sec_menu .bnr_rectangle .item br {
    display: none;
  }
}
@media (min-width: 768px) {
  .sec_menu .bnr_rectangle {
    justify-content: space-between;
  }
  .sec_menu .bnr_rectangle .item {
    flex: 0 0 auto;
    border-radius: 10px;
    height: 100px;
    padding-left: 25px;
    font-size: 20px;
    width: 360px;
  }
  .sec_menu .bnr_rectangle .item img {
    width: 150px;
  }
  .sec_menu .bnr_rectangle .item .spbr {
    display: block;
  }
}

.sec_menu_other .container.flexbox {
  gap: 20px;
}
.sec_menu_other h2 {
  margin-bottom: 1em;
}
.sec_menu_other .item {
  position: relative;
  margin-top: 50px;
  background: var(--color_primary);
  color: #fff;
  border-radius: 9999px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 50px 18px 35px;
  position: relative;
  transition: background-color 0.3s;
}
.sec_menu_other .item::before, .sec_menu_other .item::after {
  position: absolute;
  content: "";
  bottom: 20px;
  right: -20px;
  background: #817564;
  height: 1px;
  transition: right 0.3s;
}
.sec_menu_other .item::before {
  width: 100px;
}
.sec_menu_other .item::after {
  width: 9px;
  transform: rotate(36deg);
  transform-origin: right bottom;
}
.sec_menu_other .item .arrow a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  top: 0;
  left: 0;
}
.sec_menu_other .item .arrow a .moretxt {
  opacity: 0;
}
.sec_menu_other .item .svg_wrap {
  position: absolute;
  width: 160%;
  left: -30%;
  top: 0;
  transform: translateY(-27%);
  pointer-events: none;
}
.sec_menu_other .item svg {
  font-family: var(--title_family);
  width: 100%;
}
.sec_menu_other .item svg path {
  fill: transparent;
}
.sec_menu_other .item svg text {
  fill: var(--color_primary);
  font-size: 16px;
  letter-spacing: 0;
}
.sec_menu_other .item .icon {
  margin-bottom: 2em;
}
.sec_menu_other .item .icon img {
  width: 70px;
}
.sec_menu_other .item h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0.5em;
  text-align: center;
}
@media (hover: hover) {
  .sec_menu_other .item:hover {
    background: var(--color_primary_txt);
    cursor: pointer;
  }
  .sec_menu_other .item:hover::before, .sec_menu_other .item:hover::after {
    right: -25px;
  }
  .sec_menu_other .item:hover svg text {
    fill: var(--color_primary_txt);
  }
}
@media (max-width: 767px) {
  .sec_menu_other .item {
    max-width: 290px;
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .sec_menu_other .container.flexbox {
    gap: 50px;
    padding-right: 20px;
  }
  .sec_menu_other .item {
    padding: 50px;
    padding-top: 80px;
  }
  .sec_menu_other .item .icon img {
    width: 112px;
  }
  .sec_menu_other .item h3 {
    font-size: 26px;
  }
  .sec_menu_other .item .arrow {
    bottom: 20px;
  }
}

@media (min-width: 768px) {
  .sec_parallax {
    position: relative;
    width: 100%;
    height: 500px;
  }
  .sec_parallax .parallax_contents {
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: fill-box;
            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;
  }
  .sec_parallax .sec_parallax_box img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.sec_greeting {
  padding-bottom: var(--sec-top-padding);
  position: relative;
}
.sec_greeting h2 {
  position: absolute;
  transform: rotate(90deg);
  transform-origin: top left;
  top: calc(250px - 0.8em);
  left: 1.1em;
  color: var(--color_primary);
  font-size: 60px;
  letter-spacing: 0.065em;
  line-height: 1;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.sec_greeting h2::first-letter {
  color: #fff;
}
.sec_greeting h2::before, .sec_greeting h2::after {
  display: none;
}
.sec_greeting .sec_parallax_box .aligncenter {
  margin-bottom: 0;
}
.sec_greeting .parallax_contents {
  position: relative;
}
.sec_greeting .parallax_contents .container {
  position: relative;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .sec_greeting .parallax_contents .container {
    height: 500px;
  }
}
.sec_greeting .greeting_title {
  color: #fff;
  font-size: 22px;
  font-family: var(--title_family);
  line-height: 1.3636363636;
  text-shadow: 0 0 8px #8d8375, 0 0 8px #8d8375;
}
@media (max-width: 767px) {
  .sec_greeting .greeting_title {
    padding-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .sec_greeting .greeting_title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .sec_greeting .sec_parallax_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
  }
  .sec_greeting .sec_parallax_box img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .sec_greeting .spbr {
    display: block;
  }
}
.sec_greeting .doctor_img {
  position: relative;
  padding-right: 20px;
  width: 255px;
  margin-bottom: 50px;
}
.sec_greeting .doctor_img::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/top/top_doctor_txt.png) no-repeat center center/contain;
  height: 77px;
  width: 100px;
  top: 38px;
  left: -15px;
}
.sec_greeting .doctor_img img.aligncenter {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sec_greeting .doctor_img {
    margin-left: auto;
    margin-top: -40px;
  }
}
.sec_greeting .doctor_name {
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--color_primary);
  text-align: center;
  font-family: var(--title_family);
  font-size: 19px;
  line-height: 1;
  padding: 1em 0.85em 0.85em;
}
.sec_greeting .doctor_name .sub {
  font-size: 15px;
  padding-right: 0.5em;
}
@media (min-width: 768px) {
  .sec_greeting .container.flexbox {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 80px;
  }
  .sec_greeting h2 {
    top: calc(500px - 0.85em);
    left: calc(50% - 600px + 0.85em);
    font-size: 130px;
  }
  .sec_greeting .doctor_img {
    width: 420px;
    margin-top: -200px;
  }
  .sec_greeting .doctor_img .img {
    width: 400px;
  }
  .sec_greeting .doctor_img::after {
    width: 181px;
    height: 77px;
    top: 189px;
    left: -50px;
  }
  .sec_greeting .doctor_name {
    font-size: 30px;
  }
  .sec_greeting .doctor_name .sub {
    font-size: 18px;
  }
  .sec_greeting .txt {
    padding-left: 140px;
    padding-top: 80px;
  }
}
.sec_greeting .btnstyle.flexbox {
  justify-content: flex-start;
  gap: 14px;
  margin-top: 2.25em;
}
.sec_greeting .btnstyle.flexbox a {
  margin: 0;
  min-width: 120px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .sec_greeting .btnstyle.flexbox {
    gap: 45px;
  }
  .sec_greeting .btnstyle.flexbox a {
    min-width: 160px;
    font-size: 18px;
  }
}

.loop_slider .aligncenter {
  margin-bottom: 0;
}
.loop_slider .item {
  width: 380px;
  padding-left: 4px;
  padding-right: 4px;
}
.loop_slider .item:nth-child(even) {
  padding-bottom: calc( 40 / 770 * 100vw);
}
.loop_slider .item:nth-child(odd) {
  padding-top: calc( 40 / 770 * 100vw);
}
@media (min-width: 768px) {
  .loop_slider .item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .loop_slider .item:nth-child(even) {
    padding-bottom: 100px;
  }
  .loop_slider .item:nth-child(odd) {
    padding-top: 100px;
  }
}

.sec_bnr .flexbox {
  gap: 10px;
}
@media (min-width: 768px) {
  .sec_bnr .flexbox {
    justify-content: space-between;
  }
}

.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 */