@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: #fdfaf7;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #fdfaf7;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #fdfaf7;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #fdfaf7;
}

.box_border {
  background: #fff;
  border: 6px solid #f5f7f7;
}

.box_border .box_bg {
  background: #fdfaf7;
}

.section_bg .box_border .box_bg {
  background: #fdfaf7;
}

.box_bg,
.box_border {
  border-radius: 0px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 24px 16px;
}
.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .box_bg,
  .box_border {
    margin-bottom: 50px;
    padding: 50px;
  }
}
.section .box_bg:first-child, .section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 24px;
}
.box_bg ul:first-child, .box_bg ol:first-child, .box_bg dl:first-child, .box_bg table:first-child, .box_bg p:first-child, .box_bg h3:first-child, .box_bg h4:first-child, .box_bg h5:first-child, .box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child {
  margin-top: 0;
}

.row.sp_col_2 .col_2 .box_bg,
.row.sp_col_2 .col_2 .box_border, .row.sp_col_2 .col_3 .box_bg,
.row.sp_col_2 .col_3 .box_border, .row.sp_col_2 .col_4 .box_bg,
.row.sp_col_2 .col_4 .box_border, .row.sp_col_2 .col_5 .box_bg,
.row.sp_col_2 .col_5 .box_border, .row.sp_col_2 .col_6 .box_bg,
.row.sp_col_2 .col_6 .box_border {
  height: 100%;
}
.row.sp_col_2 .col_2 .box_bg .box_bg,
.row.sp_col_2 .col_2 .box_bg .box_border,
.row.sp_col_2 .col_2 .box_border .box_bg,
.row.sp_col_2 .col_2 .box_border .box_border, .row.sp_col_2 .col_3 .box_bg .box_bg,
.row.sp_col_2 .col_3 .box_bg .box_border,
.row.sp_col_2 .col_3 .box_border .box_bg,
.row.sp_col_2 .col_3 .box_border .box_border, .row.sp_col_2 .col_4 .box_bg .box_bg,
.row.sp_col_2 .col_4 .box_bg .box_border,
.row.sp_col_2 .col_4 .box_border .box_bg,
.row.sp_col_2 .col_4 .box_border .box_border, .row.sp_col_2 .col_5 .box_bg .box_bg,
.row.sp_col_2 .col_5 .box_bg .box_border,
.row.sp_col_2 .col_5 .box_border .box_bg,
.row.sp_col_2 .col_5 .box_border .box_border, .row.sp_col_2 .col_6 .box_bg .box_bg,
.row.sp_col_2 .col_6 .box_bg .box_border,
.row.sp_col_2 .col_6 .box_border .box_bg,
.row.sp_col_2 .col_6 .box_border .box_border {
  height: auto;
}
@media (min-width: 768px) {
  .row .col_2 .box_bg,
  .row .col_2 .box_border, .row .col_3 .box_bg,
  .row .col_3 .box_border, .row .col_4 .box_bg,
  .row .col_4 .box_border, .row .col_5 .box_bg,
  .row .col_5 .box_border, .row .col_6 .box_bg,
  .row .col_6 .box_border {
    height: 100%;
  }
  .row .col_2 .box_bg .box_bg,
  .row .col_2 .box_bg .box_border,
  .row .col_2 .box_border .box_bg,
  .row .col_2 .box_border .box_border, .row .col_3 .box_bg .box_bg,
  .row .col_3 .box_bg .box_border,
  .row .col_3 .box_border .box_bg,
  .row .col_3 .box_border .box_border, .row .col_4 .box_bg .box_bg,
  .row .col_4 .box_bg .box_border,
  .row .col_4 .box_border .box_bg,
  .row .col_4 .box_border .box_border, .row .col_5 .box_bg .box_bg,
  .row .col_5 .box_bg .box_border,
  .row .col_5 .box_border .box_bg,
  .row .col_5 .box_border .box_border, .row .col_6 .box_bg .box_bg,
  .row .col_6 .box_bg .box_border,
  .row .col_6 .box_border .box_bg,
  .row .col_6 .box_border .box_border {
    height: auto;
  }
}

.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section .box_bg:first-child, .section_bg .box_bg:first-child, .section .box_border:first-child, .section_bg .box_border:first-child {
  margin-top: 0;
}

div.clearfix {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  div.clearfix {
    margin-bottom: 50px;
  }
}

.mce-content-body .link_anchor {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .mce-content-body .link_anchor {
    margin-top: 20px;
  }
}

.link_anchor {
  border: 1px solid #e49b67;
  border-radius: 0px;
  padding: min(30px , 3.8vw) min(50px, 3.8vw);
  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: #67594c !important;
  display: inline;
  padding: 0.25em 0;
  padding-left: 2.1em;
}
.link_anchor a::after, .link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.link_anchor a:before {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .link_anchor a:hover {
    background: none;
    color: #67594c !important;
    opacity: 1;
    text-decoration: underline;
  }
}
.link_anchor a::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px 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: #e49b67;
  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: 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: #e49b67;
  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: #e49b67;
  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: #e49b67;
  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 #e49b67;
  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: #e49b67;
  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: 20px;
  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 #b3b3b3;
  border-top: 1px solid #b3b3b3;
}
table.table_address th {
  color: #e49b67;
  border-top: 1px solid #e49b67;
  border-bottom: 1px solid #e49b67;
  font-weight: 500;
  text-align: left;
  width: 32%;
}
@media (min-width: 768px) {
  table.table_address th {
    width: 25%;
  }
  table.table_address th,
  table.table_address td {
    padding: 1em 2em;
  }
}
table.table_timetable {
  table-layout: fixed;
}
table.table_timetable th,
table.table_timetable td {
  background: #fff;
  padding: 0.8em 0.5em;
  line-height: 1.25;
  text-align: center;
}
table.table_timetable thead th {
  background: #e49b67;
  color: #fff;
  padding: 0.5em;
}
table.table_timetable thead th:first-child {
  width: 32%;
}
@media (min-width: 768px) {
  table.table_timetable thead th:first-child {
    width: 21%;
  }
}
table.table_timetable tbody tr:not(:last-child) th,
table.table_timetable tbody tr:not(:last-child) td {
  border-bottom: solid 1px #e5ddd8;
}
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 #b3b3b3;
  font-weight: normal;
  padding: 0.75em 0.35em;
  text-align: center;
}
table.table thead th,
table.table thead td {
  background: #e49b67;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
table.table tbody th {
  background: #f0ebe6;
}
table.table tbody td {
  background: #fff;
}
@media (min-width: 768px) {
  table.table thead th,
  table.table thead td {
    padding: 0.8em 1em;
  }
  table.table th,
  table.table td {
    padding: 1em 2.5em;
  }
}
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 #b3b3b3;
  }
  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: #b3b3b3;
    padding-bottom: 0.25em;
  }
  table.table_sp_stack_noborder td {
    border-top: none;
    padding-top: 0.25em;
  }
}

.consul {
  color: #89735c !important;
}

.consul2 {
  color: #e49b67 !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 #b3b3b3;
  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: "Zen Kaku Gothic New", 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: 600;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .box_faq .question {
    font-size: 24px;
  }
}
.box_faq .question::before {
  content: "Q";
  color: #67594c;
  background: #d3c2b3;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", 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: #e49b67;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}
.box_faq .question .faq_title::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
@media (min-width: 768px) {
  .box_faq .question .faq_title {
    margin-top: -5px;
    padding-right: 30px;
  }
  .box_faq .question .faq_title::before, .box_faq .question .faq_title::after {
    top: 18px;
    width: 24px;
    height: 4.5px;
  }
}
.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: #e49b67;
  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: 6px solid #f5f7f7;
  background: #fff;
  border-radius: 0px;
  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: #d3c2b3;
  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: #d3c2b3;
}
.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: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: var(--flow-title-font-size);
  line-height: var(--flow-title-line-height);
  margin-top: 0 !important;
  padding: 0;
  text-align: left;
  border: none;
}
@media (min-width: 768px) {
  .flow-block .title {
    --flow-title-font-size: 24px; /* .flow-block .title の font-size */
  }
}
.flow-block .title::after, .flow-block .title::before {
  display: none;
}
.flow-block .title .num {
  --flow-num-font-percent: 0.83; /* .flow-block .title .num フォントサイズ */
  --flow-num-width: calc( var(--flow-title-line-height) * var(--flow-title-font-size) * var(--flow-num-font-percent) + ( var(--flow-title-font-size) / 6 ) ); /* .flow-block .title .num の width*/
  /**/
  display: block;
  border: #67594c;
  background: #67594c;
  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: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: var(--flow-num-width);
  width: var(--flow-num-width);
  aspect-ratio: 1;
  transform: translateY(calc(var(--flow-title-font-size) / 6 / 2 - var(--yugo-minus)));
}
@media (min-width: 768px) {
  .flow-block .title {
    font-size: var(--flow-title-font-size);
  }
}

.home .footer {
  border-top: none;
}

.footer {
  background: #f0ebe6;
  overflow: hidden;
}
.footer .block_contact {
  padding: 50px 0;
  background: url("../img/common/footer_contact_bg_sp.jpg") no-repeat bottom center/cover;
  color: #fff;
}
@media (min-width: 768px) {
  .footer .block_contact {
    padding: 90px 0;
    background: url("../img/common/footer_contact_bg.jpg") no-repeat center/cover;
  }
}
@media (max-width: 767px) {
  .footer .block_contact .row_contact > .col:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .footer .block_contact .row_contact {
    align-items: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .footer .block_contact .row_contact > .col_tel {
    flex: 1;
  }
}
.footer .block_contact .row_contact .tel p {
  font-size: 20px;
}
@media (min-width: 768px) {
  .footer .block_contact .row_contact .tel p {
    font-size: 24px;
  }
}
.footer .block_contact .row_contact dl {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .footer .block_contact .row_contact dl {
    font-size: 30px;
  }
}
.footer .block_contact .row_contact dl dt {
  padding: 0.12em 1em;
  background: #89735c;
  color: #fff;
  font-size: 60%;
}
.footer .block_contact .label_tel {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  line-height: 1;
}
@media (min-width: 768px) {
  .footer .block_contact .label_tel {
    font-size: 48px;
  }
  .footer .block_contact .label_tel::before {
    font-size: 24px;
  }
}
.footer .block_contact .btnstyle {
  margin: 0;
}
.footer .block_contact .btnstyle a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: unset;
  padding: 0.5em 3rem;
  border-radius: 5px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .footer .block_contact .btnstyle a {
    width: 400px;
    height: 100px;
    font-size: 36px;
  }
}
.footer .block_contact .btnstyle a:has(.ic_line) {
  background: #9da538;
  border-color: #9da538;
}
.footer .row_footer {
  padding: 50px 0;
  margin: 0;
}
@media (max-width: 767px) {
  .footer .row_footer > .col:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .footer .row_footer {
    padding: 70px 0 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .footer .row_footer > .col {
    flex: 1;
  }
  .footer .row_footer > .col:has(.table_timetable) {
    max-width: 528px;
  }
}
.footer .sec_logo {
  margin: 0 0 30px;
}
.footer .footer_text {
  line-height: 23px;
  margin-top: 5px;
}
.footer .block_access p {
  line-height: 1.625;
}
.footer .block_access p:not(:last-child) {
  margin-bottom: 1em;
}
.footer .block_access .add_arrow {
  position: relative;
  display: inline-block;
  padding-right: calc(0.5em + 18px);
  border-bottom: solid 1px;
  font-weight: bold;
  text-decoration: none;
}
.footer .block_access .add_arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
.footer .block_access .add_arrow:hover::after {
  right: -3px;
}
.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 table.table_timetable {
  margin-bottom: 5px;
}
.footer table.table_timetable thead th:first-child {
  width: 32%;
}
.footer table.table_timetable tbody th,
.footer table.table_timetable tbody td {
  padding: 0.7em 0.5em;
}
@media (min-width: 768px) {
  .footer table.table_timetable {
    width: 100%;
    max-width: 528px;
  }
}
.footer .p_timetable {
  line-height: 1.375;
}
.footer .sec_img {
  margin: 0;
}
.footer .row_bnr {
  justify-content: center;
  margin: 0;
}
@media (max-width: 767px) {
  .footer .row_bnr > .col {
    width: 220px;
    margin: 0 auto;
  }
  .footer .row_bnr > .col:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .footer .row_bnr {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .footer .row_bnr > .col {
    width: 300px;
  }
}
.footer .sitemap {
  text-align: center;
  margin-bottom: 30px;
}
.footer .sitemap a {
  text-decoration: none;
  color: #67594c;
  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 #67594c;
  border-right: 1px solid #67594c;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .footer .googlemap {
    height: 100%;
    padding-top: initial;
  }
}

.copyright {
  background: #89735c;
  color: #fff;
  margin-top: 30px;
  padding: 1em 0;
  padding-bottom: calc(1em + 90px);
  text-align: center;
}
@media (max-width: 767px) {
  .copyright {
    padding: 10px 0 60px;
	font-size: 14px;
  }
}

.list_list dd a {
  color: #67594c;
  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;
}

.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 .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(137, 115, 92, 0.7);
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .img_slider .img_slide_thumb img {
    padding: 0 5px;
  }
}
.sec_top {
  margin: 0;
}
.sec_top h2,
.sec_top h3 {
  padding: 0;
  margin: 0;
  border: none;
  color: #67594c;
}
.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;
}

.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;
}

.ic_tel {
  position: relative;
  display: block;
  padding-left: 0.91875em;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.ic_tel::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 0.71875em;
  height: 0.71875em;
  background: url("../img/common/ic_tel_br.png") no-repeat center/contain;
}

.ic_line {
  position: relative;
  display: block;
  padding-left: 1.0055555556em;
}
.ic_line::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 0.8055555556em;
  height: 0.8055555556em;
  background: url("../img/common/ic_line.png") no-repeat center/contain;
}

.ic_reserve {
  position: relative;
  display: block;
  padding-left: 1.3071428571em;
}
.ic_reserve::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 1.1071428571em;
  height: 0.9642857143em;
  background: url("../img/common/ic_calendar.png") no-repeat center/contain;
}

.ic_access {
  position: relative;
  display: block;
  padding-left: 2.1636363636em;
}
.ic_access::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 1.3636363636em;
  height: 1.6363636364em;
  background: url("../img/common/ic_access.png") no-repeat center/contain;
}

.ic_clinic {
  position: relative;
  display: block;
  padding-left: 2.7545454545em;
}
.ic_clinic::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 1.9545454545em;
  height: 1.5454545455em;
  background: url("../img/common/ic_clinic.png") no-repeat center/contain;
}

.ic_recruit {
  position: relative;
  display: block;
  padding-left: 2.1181818182em;
}
.ic_recruit::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 1.3181818182em;
  height: 1.8636363636em;
  background: url("../img/common/ic_nurse.png") no-repeat center/contain;
}

.btn_circle a {
  position: relative;
  display: table;
  width: 100%;
  min-width: auto;
  max-width: 260px;
  font-size: 16px;
  font-weight: 400;
  padding: 1.8rem 1rem;
  padding-right: calc(25px + 0.5em);
  margin: auto;
  border-radius: 5px;
  background: #fff;
  color: #67594c !important;
  line-height: 1.5;
  text-align: left;
  text-decoration: none !important;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .btn_circle a {
    padding: 1.7rem 2.5rem;
    padding-right: calc(40px + 0.5em);
  }
}
.btn_circle a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url("../img/common/circle_arrow_br.png") no-repeat center/contain;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .btn_circle a::after {
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 768px) {
  .btn_circle a:hover::after {
    right: 7px;
  }
}
.btn_circle.or a::after {
  background-color: rgba(228, 155, 103, 0.2);
}
.btn_circle.br a::after {
  background-color: rgba(137, 115, 92, 0.2);
}

.label_tel {
  position: relative;
  color: #67594c;
  font-family: "Ubuntu", sans-serif;
  text-decoration: none;
}
.label_tel::before {
  content: "Tel.";
  display: inline-block;
  font-size: 0.625em;
}

a:has(.label_tel) {
  text-decoration: none;
}

.add_arrow {
  position: relative;
}
.add_arrow::after {
  content: "";
  position: absolute;
  margin: auto;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url("../img/common/circle_arrow_wh.png") no-repeat center/contain;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .add_arrow::after {
    width: 30px;
    height: 30px;
  }
}
.add_arrow.circle_br::after {
  background-color: #89735c;
}
.add_arrow.circle_or::after {
  background-color: #e49b67;
}
.add_arrow.only::after {
  width: 18px;
  height: 4px;
  border-radius: unset;
  background: #67594c;
  clip-path: polygon(0 calc(100% - 1px), calc(100% - 4px) calc(100% - 1px), calc(100% - 4px) 0, 100% 100%, 0 100%);
}

.mainimage_wrap .mainimage .splide__pagination {
  gap: 5px;
}
@media (min-width: 768px) {
  .mainimage_wrap .mainimage .splide__pagination {
    justify-content: flex-start;
    gap: 10px;
    padding: 0 30px;
    bottom: 1.5vw;
  }
}
.mainimage_wrap .mainimage .splide__pagination__page {
  width: 34.0909090909px;
  height: 2px;
  margin: 0;
  border-radius: 0;
  background: #fff;
}
@media (min-width: 768px) {
  .mainimage_wrap .mainimage .splide__pagination__page {
    width: 70px;
  }
}
.mainimage_wrap .mainimage .splide__pagination__page.is-active {
  background: #e49b67;
}

.sec_top {
  position: relative;
  z-index: 0;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .sec_top {
    padding: 100px 0;
  }
}
.sec_top .container {
  position: relative;
  z-index: 1;
}
.sec_top .top_h2 {
  margin-bottom: 20px;
  font-size: 30px;
}
@media (min-width: 768px) {
  .sec_top .top_h2 {
    margin-bottom: 70px;
    font-size: 60px;
  }
}
.sec_top .top_h2 .jp,
.sec_top .top_h2 .en {
  display: block;
  letter-spacing: 0;
}
.sec_top .top_h2 .jp {
  color: #e49b67;
  line-height: 1.2;
}
.sec_top .top_h2 .en {
  margin-top: 0.4em;
  font-family: "Ubuntu", sans-serif;
  font-size: 66.6666666667%;
  line-height: 1;
}
@media (min-width: 768px) {
  .sec_top .top_h2 .en {
    margin-top: 0.8em;
    font-size: 40%;
  }
}
.sec_top .top_h2 .en::before, .sec_top .top_h2 .en::after {
  content: "—";
}
.sec_top .top_h2 .en::before {
  margin-right: 0.3em;
}
.sec_top .top_h2 .en::after {
  margin-left: 0.3em;
}
.sec_top .top_h2.wh .jp,
.sec_top .top_h2.wh .en {
  color: #fff;
}
.sec_top .top_h2.text-left .en::after {
  content: unset;
}
@media (min-width: 768px) {
  .sec_top .top_h2.pc-text-left .en::after {
    content: unset;
  }
}
.sec_top .top_h3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
}
.sec_top .top_h3 .small {
  font-size: 83.3333333333%;
}
.sec_top .top_h3 .large {
  font-size: 133.3333333333%;
}
.sec_top .top_h3 .color {
  color: #e49b67;
}
@media (min-width: 768px) {
  .sec_top .top_h3 {
    margin-bottom: 40px;
    font-size: 36px;
  }
}
.sec_top .top_h4 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.3;
  letter-spacing: 0;
}
.sec_top .top_h4::after {
  content: unset;
}
.sec_top .top_h4 .color {
  color: #e49b67;
}
.sec_top .top_h4 .large {
  font-size: 120%;
}
@media (min-width: 768px) {
  .sec_top .top_h4 {
    margin-bottom: 25px;
    font-size: 30px;
  }
}
.sec_top .wrap_text p {
  letter-spacing: 0.02em;
}
.sec_top .wrap_text p:not(:last-child) {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .sec_top .wrap_text p:not(:last-child) {
    margin-bottom: 2em;
  }
}

.sec_open {
  background: url("../img/top/top_bg01.jpg") no-repeat center/cover;
  color: #fff;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .sec_open {
    padding: 65px 0 50px;
  }
}
.sec_open .open_h2 {
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .sec_open .open_h2 {
    font-size: 48px;
  }
}
.sec_open .open_h2 .small {
  font-size: 83.3333333333%;
}
.sec_open .open_h2 .large {
  font-size: 125%;
}
.sec_open .open_h2 .num {
  font-size: 150%;
}
.sec_open dl {
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .sec_open dl {
    margin-top: 20px;
    font-size: 30px;
  }
}
.sec_open dl dt::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
.sec_open dl dd {
  font-size: 120%;
}

.sec_post {
  background: #fdfaf7;
}
.sec_post .top_h2 {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (min-width: 768px) {
  .sec_post .top_h2 {
    margin-bottom: 10px;
    font-size: 36px;
  }
}
.sec_post .top_h2 .en {
  font-size: 50%;
}
.sec_post .top_h2 .en::after {
  content: unset;
}
@media (max-width: 767px) {
  .sec_post .row_post > .col:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .sec_post .row_post {
    -moz-column-gap: clamp(40px, 8.3333333333vw, 100px);
         column-gap: clamp(40px, 8.3333333333vw, 100px);
  }
  .sec_post .row_post > .col {
    flex: 1;
  }
}
.sec_post .block_post .list_list dd {
  border-bottom: solid 1px #e5dacf;
}
@media (min-width: 768px) {
  .sec_post .block_post .list_list dt,
  .sec_post .block_post .list_list dd {
    padding-block: 1.5em;
  }
  .sec_post .block_post .list_list dt {
    padding-inline: 1em;
  }
  .sec_post .block_post .list_list dd {
    padding-left: 1em;
  }
}
.sec_post .block_post .btnstyle a {
  max-width: 220px;
}
@media (min-width: 768px) {
  .sec_post .block_post .btnstyle a {
    margin-right: 0;
  }
}
.sec_post .block_post .btnstyle a::after {
  right: 15px;
}
.sec_post .block_post .btnstyle a:hover::after {
  right: 12px;
}

.sec_about {
  padding: 0;
}
.sec_about .top_h2 {
  position: relative;
}
@media (min-width: 768px) {
  .sec_about .top_h2 {
    margin-bottom: 60px;
  }
}
.sec_about .top_h2::after {
  content: "";
  position: absolute;
  top: 0;
  right: min(50% - 50vw, 0px);
  left: unset;
  bottom: unset;
  display: block;
  width: min(100%, 592.5px);
  height: auto;
  aspect-ratio: 1185/221;
  background: url("../img/top/top_bg03.png") no-repeat center/contain;
}
@media (min-width: 768px) {
  .sec_about .top_h2::after {
    width: min(59.25vw, 1185px);
  }
}
.sec_about .about_lead {
  position: relative;
  padding: 50px 0 75px;
  background: url("../img/top/top_bg02.jpg") no-repeat center/cover;
}
@media (max-width: 767px) {
  .sec_about .about_lead::before, .sec_about .about_lead::after {
    content: "";
    position: absolute;
    z-index: 0;
    display: block;
  }
  .sec_about .about_lead::before {
    top: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: url("../img/top/top_bg02_sp01.jpg") no-repeat top center/100% auto;
  }
  .sec_about .about_lead::after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: url("../img/top/top_bg02_sp02.jpg") no-repeat bottom center/100% auto;
  }
}
@media (min-width: 768px) {
  .sec_about .about_lead {
    padding: 100px 0 60px;
    background: url("../img/top/top_bg02.jpg") no-repeat center/cover;
  }
}
.sec_about .about_lead figure {
  position: relative;
}
.sec_about .about_lead figure figcaption {
  font-size: 31.1688311688px;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .sec_about .about_lead figure figcaption {
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 5.3333333333vw;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .sec_about .about_lead figure figcaption {
    height: -moz-fit-content;
    height: fit-content;
    font-size: 55px;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}
.sec_about .about_lead figure figcaption .text01,
.sec_about .about_lead figure figcaption .text02,
.sec_about .about_lead figure figcaption .text03 {
  display: block;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.1em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media (max-width: 767px) {
  .sec_about .about_lead figure figcaption .text02 {
    margin-left: 1em;
  }
}
@media (min-width: 768px) {
  .sec_about .about_lead figure figcaption .text02 {
    margin-top: 1em;
  }
}
@media (max-width: 767px) {
  .sec_about .about_lead figure figcaption .text03 {
    margin-left: 2em;
  }
}
@media (min-width: 768px) {
  .sec_about .about_lead figure figcaption .text03 {
    margin-top: 2em;
  }
}
@media (min-width: 768px) {
  .sec_about .about_lead figure img {
    margin-right: 60px;
  }
}
.sec_about .about_main .row_parallax {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
}
.sec_about .about_main .row_parallax::after {
  content: "";
  flex: 1;
  z-index: -2;
  display: block;
  height: 204.5454545455px;
  margin-top: 48.7012987013px;
  margin-left: -88.3116883117%;
  background: url("../img/top/top_bg05_sp.jpg") no-repeat center/cover;
}
@media (min-width: 768px) {
  .sec_about .about_main .row_parallax::after {
    height: clamp(450px, 35vw, 700px);
    margin-top: 80px;
    margin-left: -40%;
    background: url("../img/top/top_bg05.jpg") no-repeat center/cover;
  }
}
.sec_about .about_main .row_parallax .parallax_img {
  display: block;
  z-index: -1;
  height: clamp(450px, 35vw, 700px);
  width: 88.3116883117%;
  height: 219.1558441558px;
}
@media (min-width: 768px) {
  .sec_about .about_main .row_parallax .parallax_img {
    width: 70%;
    height: clamp(450px, 35vw, 700px);
  }
}
.sec_about .about_main .row_parallax .parallax_img .inner {
  position: relative;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  height: 100%;
}
.sec_about .about_main .row_parallax .parallax_img img {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec_about .about_main .block_text {
  position: relative;
  z-index: 1;
  width: calc(100% - 20px);
  padding: 20px;
  padding-bottom: 30px;
  margin: 0 10px;
  margin-top: -50px;
  background: #fff;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .sec_about .about_main .block_text {
    width: 895px;
    padding: 80px;
    padding-top: 60px;
    margin-top: -180px;
    margin-right: max(50vw - 600px, 20px);
    margin-left: auto;
  }
}
.sec_about .about_main .block_text::before, .sec_about .about_main .block_text::after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .sec_about .about_main .block_text::before, .sec_about .about_main .block_text::after {
    width: 158px;
  }
}
.sec_about .about_main .block_text::before {
  top: 5px;
  left: 5px;
  border-top: solid 1px #89735c;
  border-left: solid 1px #89735c;
}
@media (min-width: 768px) {
  .sec_about .about_main .block_text::before {
    top: 14px;
    left: 14px;
  }
}
.sec_about .about_main .block_text::after {
  bottom: 5px;
  right: 5px;
  border-bottom: solid 1px #89735c;
  border-right: solid 1px #89735c;
}
@media (min-width: 768px) {
  .sec_about .about_main .block_text::after {
    bottom: 14px;
    right: 14px;
  }
}
.sec_about .about_main .block_text .inner {
  position: relative;
  z-index: 1;
}
.sec_about .about_main .block_text .top_h3 {
  margin-right: -1em;
  margin-bottom: 20px;
}
@media (max-width: 421px) {
  .sec_about .about_main .block_text .top_h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sec_about .about_main .block_text .top_h3 {
    font-size: 20px;
  }
}
.sec_about .about_main .block_text .row_btn {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sec_about .about_main .block_text .row_btn {
    display: flex;
    gap: 10px;
    margin-top: 20px;
  }
  .sec_about .about_main .block_text .row_btn > .col {
    width: calc(50% - 5px);
  }
}
@media (min-width: 768px) {
  .sec_about .about_main .block_text .row_btn {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 10px;
    margin-top: 30px;
  }
  .sec_about .about_main .block_text .row_btn > .col {
    width: 260px;
  }
}
.sec_about .about_main .block_text .row_btn .btnstyle {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sec_about .about_main .block_text .row_btn .btnstyle a {
    min-width: unset;
    max-width: unset;
  }
}

.sec_troubles {
  padding-top: 70px;
}
@media (min-width: 768px) {
  .sec_troubles {
    padding-top: 130px;
  }
}
.sec_troubles .block_troubles {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec_troubles .block_troubles {
    width: calc(100% - 20px);
    padding: 20px 10px;
    padding-bottom: 200px;
    background: #f7f1eb;
    border-radius: 10px;
  }
  .sec_troubles .block_troubles::before, .sec_troubles .block_troubles::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .sec_troubles .block_troubles::before {
    top: 0;
    background: url("../img/top/top_bg06_sp01.png") no-repeat top center/100% auto;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
  }
  .sec_troubles .block_troubles::after {
    border-top-right-radius: unset;
    border-top-left-radius: unset;
  }
  .sec_troubles .block_troubles.active0::after {
    bottom: 0;
    background: url("../img/top/top_bg06_01_sp02.png") no-repeat bottom center/100% auto;
  }
  .sec_troubles .block_troubles.active1::after {
    bottom: 0;
    background: url("../img/top/top_bg06_02_sp02.png") no-repeat bottom center/100% auto;
  }
}
@media (min-width: 768px) {
  .sec_troubles .block_troubles {
    width: calc(100% - max(100vw - 1800px, 40px));
    max-width: 1800px;
    padding: 100px 0;
    border-radius: 20px;
  }
  .sec_troubles .block_troubles.active0 {
    background: url("../img/top/top_bg06_01.png") no-repeat center/cover;
  }
  .sec_troubles .block_troubles.active1 {
    background: url("../img/top/top_bg06_02.png") no-repeat center/cover;
  }
}
.sec_troubles .block_troubles .top_h2 {
  margin-top: -40px;
}
@media (min-width: 768px) {
  .sec_troubles .block_troubles .top_h2 {
    margin-top: -142px;
  }
}
.sec_troubles .block_troubles .tab_wrap .tab_btn_wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 40px;
}
@media (min-width: 768px) {
  .sec_troubles .block_troubles .tab_wrap .tab_btn_wrap {
    height: 80px;
    margin-bottom: 40px;
  }
}
.sec_troubles .block_troubles .tab_wrap .tab_btn_wrap .tab_btn {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.3em;
       column-gap: 0.3em;
  background-color: #cccccc;
  color: #fff;
  font-size: 12px;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
}
@media (min-width: 768px) {
  .sec_troubles .block_troubles .tab_wrap .tab_btn_wrap .tab_btn {
    -moz-column-gap: 1em;
         column-gap: 1em;
    font-size: 24px;
  }
}
.sec_troubles .block_troubles .tab_wrap .tab_btn_wrap .tab_btn img {
  width: 30px;
  height: auto;
}
@media (min-width: 768px) {
  .sec_troubles .block_troubles .tab_wrap .tab_btn_wrap .tab_btn img {
    width: 50px;
  }
}
.sec_troubles .block_troubles .tab_wrap .tab_btn_wrap .tab_btn:hover, .sec_troubles .block_troubles .tab_wrap .tab_btn_wrap .tab_btn.active {
  background-color: #e49b67;
}
.sec_troubles .block_troubles .tab_wrap .tab_btn_wrap .tab_btn.active::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 5px solid #e49b67;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .sec_troubles .block_troubles .tab_wrap .tab_btn_wrap .tab_btn.active::after {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 10px solid #e49b67;
  }
}
.sec_troubles .block_troubles .tab_wrap .tab_item_wrap .tab_item {
  display: none;
  transition: 0.2s;
}
.sec_troubles .block_troubles .tab_wrap .tab_item_wrap .tab_item.active {
  display: block;
}
.sec_troubles .block_troubles .tab_wrap .tab_item_wrap .title {
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .sec_troubles .block_troubles .tab_wrap .tab_item_wrap .title {
    font-size: 24px;
  }
}
.sec_troubles .block_troubles .tab_wrap .tab_item_wrap .title::after {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  display: block;
  width: 0.3em;
  height: 2px;
  border-radius: 1px;
  background: #67594c;
}
.sec_troubles .block_troubles .tab_wrap .tab_item_wrap .row_btn {
  display: grid;
  grid-auto-rows: 1fr;
}
.sec_troubles .block_troubles .tab_wrap .tab_item_wrap .row_btn:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .sec_troubles .block_troubles .tab_wrap .tab_item_wrap .row_btn {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .sec_troubles .block_troubles .tab_wrap .tab_item_wrap .row_btn {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.sec_troubles .block_troubles .tab_wrap .tab_item_wrap .row_btn .btn_circle {
  height: 100%;
}
.sec_troubles .block_troubles .tab_wrap .tab_item_wrap .row_btn .btn_circle a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-width: unset;
  max-width: unset;
  height: 100%;
  padding-block: 0.1em;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .sec_troubles .block_troubles .tab_wrap .tab_item_wrap .row_btn .btn_circle a {
    min-height: 50px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .sec_troubles .block_troubles .tab_wrap .tab_item_wrap .row_btn .btn_circle a {
    min-height: 60px;
  }
}

.sec_greeting {
  background: url("../img/top/top_bg07.png") no-repeat right center/auto 100%;
}
@media (min-width: 768px) {
  .sec_greeting {
    padding-top: 70px;
  }
}
.sec_greeting .top_h2 {
  position: relative;
}
.sec_greeting .top_h2::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  left: unset;
  bottom: unset;
  display: block;
  width: min(90%, 571.5px);
  height: auto;
  aspect-ratio: 1143/267;
  background: url("../img/top/top_bg08.png") no-repeat center/contain;
}
@media (min-width: 768px) {
  .sec_greeting .top_h2::after {
    top: 40px;
    width: min(57.15vw, 1143px);
  }
}
@media (max-width: 767px) {
  .sec_greeting .top_h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .sec_greeting .top_h2 {
    margin-left: max(50vw - 600px, 20px);
  }
}
@media (max-width: 767px) {
  .sec_greeting .row_greeting > .col:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec_greeting .row_greeting > .col_img {
    padding-right: 15px;
  }
  .sec_greeting .row_greeting > .col_text {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .sec_greeting .row_greeting {
    align-items: center;
    -moz-column-gap: clamp(60px, 5vw, 100px);
         column-gap: clamp(60px, 5vw, 100px);
  }
  .sec_greeting .row_greeting > .col_text {
    flex: 1;
    padding-right: max(50vw - 600px, 20px);
  }
  .sec_greeting .row_greeting > .col_img {
    width: 39%;
  }
}
.sec_greeting .row_greeting figure {
  position: relative;
}
.sec_greeting .row_greeting figure figcaption {
  position: absolute;
  width: 143.0357142857px;
  height: 143.0357142857px;
  padding: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .sec_greeting .row_greeting figure figcaption {
    left: 7.7922077922vw;
    bottom: 7.1428571429vw;
  }
}
@media (min-width: 768px) {
  .sec_greeting .row_greeting figure figcaption {
    right: clamp(30px, 2.5vw, 50px);
    bottom: clamp(60px, 4.75vw, 95px);
    width: 240px;
    height: 240px;
    padding: 10px;
  }
}
.sec_greeting .row_greeting figure figcaption .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .sec_greeting .row_greeting figure figcaption .text {
    padding-bottom: 20px;
    font-size: 28px;
  }
}
.sec_greeting .row_greeting figure figcaption .name {
  color: #e49b67;
  line-height: 1.8;
}
.sec_greeting .row_greeting figure figcaption .name .position {
  display: block;
  color: #67594c;
  font-size: 0.7142857143em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.4em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.sec_greeting .row_greeting figure figcaption .career {
  padding: 0.35em 2em;
  border-radius: 50vh;
  background: #e49b67;
  color: #fff;
  font-size: 0.5714285714em;
  line-height: 1.25;
}
.sec_greeting .row_greeting .btnstyle {
  margin-top: 40px;
}
.sec_greeting .row_greeting .btnstyle a {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .sec_greeting .row_greeting .btnstyle a {
    margin-left: 0;
  }
}

.sec_info {
  background: url("../img/top/top_bg09_sp.jpg") no-repeat top/100% auto;
  background-color: #f1f0ee;
}
@media (min-width: 768px) {
  .sec_info {
    background: url("../img/top/top_bg09.jpg") no-repeat center/cover;
  }
}
.sec_info .row_info {
  padding: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .sec_info .row_info > .col:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .sec_info .row_info {
    -moz-column-gap: 50px;
         column-gap: 50px;
    padding: 60px;
  }
  .sec_info .row_info > .col_r {
    flex: 1;
  }
}
.sec_info .row_info table.table_timetable {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .sec_info .row_info table.table_timetable {
    max-width: 528px;
  }
}
.sec_info .row_info table.table_timetable thead th:first-child {
  width: 32%;
}
@media (min-width: 768px) {
  .sec_info .row_info table.table_timetable thead th:first-child {
    width: 30%;
  }
}
.sec_info .row_info .p_timetable {
  line-height: 1.375;
}
.sec_info .row_info .p_timetable:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sec_info .row_info .p_timetable {
    font-size: 15px;
  }
}
.sec_info .row_info .row_contact {
  width: 100%;
}
@media (min-width: 768px) {
  .sec_info .row_info .row_contact > .col_tel {
    flex: 1;
  }
  .sec_info .row_info .row_contact > .col_reserve {
    flex: 1;
  }
}
.sec_info .row_info .row_contact .btnstyle a {
  padding: 1.3rem 3rem;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .sec_info .row_info .row_contact .btnstyle a {
    font-size: 28px;
  }
}
.sec_info .row_info .row_contact .btnstyle a:has(.ic_reserve) {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.sec_info .row_info .label_tel {
  font-size: 32px;
}
.sec_info .row_info .title {
  position: relative;
  width: 100%;
  background: #ecdfd2;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .sec_info .row_info .title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 50px;
  }
}
.sec_info .row_info .title::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 5px solid #ecdfd2;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .sec_info .row_info .title::after {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 10px solid #ecdfd2;
  }
}
.sec_info .row_info .btnstyle:not(:last-child) {
  margin-bottom: 10px;
}
.sec_info .row_info .btnstyle a {
  max-width: 400px;
  padding-left: 4rem;
}
@media (min-width: 768px) {
  .sec_info .row_info .btnstyle a {
    font-size: 22px;
  }
}
.sec_info .row_info .btnstyle a .ic_access::before,
.sec_info .row_info .btnstyle a .ic_clinic::before,
.sec_info .row_info .btnstyle a .ic_recruit::before {
  width: 1.9545454545em;
}

.sec_menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: min(90%, 354px);
  height: auto;
  aspect-ratio: 708/198;
  background: url("../img/top/top_bg11.png") no-repeat center/contain;
}
@media (min-width: 768px) {
  .sec_menu::after {
    width: min(35.4vw, 708px);
  }
}
@media (max-width: 767px) {
  .sec_menu .top_h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sec_menu .row_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .sec_menu .row_menu > .col {
    width: calc((100% - 10px) / 2);
  }
}
@media (min-width: 768px) {
  .sec_menu .row_menu {
    gap: 30px;
  }
  .sec_menu .row_menu > .col {
    width: calc((100% - 60px) / 3);
  }
}
.sec_menu .card_menu {
  position: relative;
}
.sec_menu .card_menu.pickup::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -10px;
  display: block;
  width: 51.1363636364px;
  height: auto;
  aspect-ratio: 110/99;
  background: url("../img/top/top_parts01.png") no-repeat center/contain;
}
@media (min-width: 768px) {
  .sec_menu .card_menu.pickup::after {
    width: 110px;
  }
}
.sec_menu .card_menu a {
  position: relative;
  display: block;
}
.sec_menu .card_menu a .text {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 5px;
  margin: auto;
  display: flex;
  align-items: center;
  width: calc(100% - 10px);
  height: 46.2662337662px;
  padding: 0 4.8701298701px;
  border-radius: 4.8701298701px;
  background: rgba(255, 255, 255, 0.9);
  color: #67594c;
  font-size: 13.6363636364px;
  line-height: 1.3;
  text-align: center;
}
.sec_menu .card_menu a .text .small {
  font-size: 83.3333333333%;
}
@media (min-width: 768px) {
  .sec_menu .card_menu a .text {
    bottom: 10px;
    width: calc(100% - 20px);
    height: 100px;
    padding: 0 20px;
    border-radius: 10px;
    font-size: 24px;
  }
}
.sec_menu .card_menu a .text .jp,
.sec_menu .card_menu a .text .en {
  display: block;
}
.sec_menu .card_menu a .text .en {
  color: #e49b67;
  font-size: 66.6666666667%;
}
.sec_menu .card_menu a .add_arrow {
  width: 100%;
  padding: 0;
}
.sec_menu .card_menu a .add_arrow::after {
  top: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .sec_menu .card_menu a .add_arrow::after {
    width: 12.1753246753px;
    height: 12.1753246753px;
  }
}
@media (min-width: 768px) {
  .sec_menu .card_menu a .add_arrow:hover::after {
    right: -3px;
  }
}

.sec_pickup {
  padding: 0;
  background: #fdfaf7;
}
.sec_pickup .block_pickup_head {
  position: relative;
}
@media (min-width: 768px) {
  .sec_pickup .block_pickup_head {
    margin-bottom: 160px;
    background: #e49b67;
  }
  .sec_pickup .block_pickup_head::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: min(34.75vw, 695px);
    height: auto;
    aspect-ratio: 695/192;
    background: url("../img/top/top_bg12.png") no-repeat center/contain;
  }
  .sec_pickup .block_pickup_head::after {
    content: "";
    position: absolute;
    bottom: -160px;
    right: 0;
    margin: auto;
    display: block;
    width: 65%;
    height: 350px;
    background: url("../img/top/top_bg13.jpg") no-repeat center/cover;
  }
}
@media (max-width: 767px) {
  .sec_pickup .row_pickup_head {
    display: flex;
    flex-direction: column;
  }
  .sec_pickup .row_pickup_head > .col_title {
    background: #e49b67;
    width: 89.4805194805vw;
    padding: 50px 20px 70px;
    margin-left: -10px;
    margin-bottom: -54.5454545455px;
  }
  .sec_pickup .row_pickup_head > .col_btn::after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: -29.2207792208px;
    right: -10px;
    margin: auto;
    display: block;
    width: 83.1168831169%;
    height: 115.4220779221px;
    background: url("../img/top/top_bg13.jpg") no-repeat center/cover;
  }
  .sec_pickup .row_pickup_head > .col_btn .row_btn {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .sec_pickup .row_pickup_head {
    padding: 100px 0 150px;
  }
  .sec_pickup .row_pickup_head > .col_title {
    flex: 1;
  }
  .sec_pickup .row_pickup_head > .col_btn {
    position: relative;
  }
}
@media (max-width: 767px) {
  .sec_pickup .row_pickup_head .top_h2 {
    margin-bottom: 0;
  }
}
.sec_pickup .row_pickup_head .row_btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 5px;
}
@media (min-width: 768px) {
  .sec_pickup .row_pickup_head .row_btn {
    gap: 10px;
  }
}
.sec_pickup .anchor_pickup a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 109.0909090909px;
  height: auto;
  aspect-ratio: 1/1;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  background: linear-gradient(-45deg, #f7f7f7 50%, #fff 50%);
  color: #67594c;
  font-size: 14px;
  text-decoration: none;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .sec_pickup .anchor_pickup a {
    width: 200px;
    padding: 20px;
    font-size: 24px;
  }
  .sec_pickup .anchor_pickup a:hover {
    opacity: 0.8;
  }
}
.sec_pickup .anchor_pickup a::after {
  position: relative;
  margin: unset;
  margin-top: auto;
}
.sec_pickup .anchor_pickup a img {
  width: 32.6298701299px;
  height: auto;
}
@media (min-width: 768px) {
  .sec_pickup .anchor_pickup a img {
    width: 60px;
  }
}
.sec_pickup .block_pickup {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .sec_pickup .block_pickup {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .sec_pickup .block_pickup .block_head .row_head > .col:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .sec_pickup .block_pickup .block_head .row_head {
    align-items: flex-start;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .sec_pickup .block_pickup .block_head .row_head > .col_text {
    flex: 1;
  }
}
.sec_pickup .block_pickup .block_head .row_btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
}
@media (max-width: 767px) {
  .sec_pickup .block_pickup .block_head .row_btn {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .sec_pickup .block_pickup .block_head .row_btn {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 10px;
  }
  .sec_pickup .block_pickup .block_head .row_btn > .col {
    width: 290px;
  }
}
.sec_pickup .block_pickup .block_head .row_btn .btn_circle a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: unset;
  max-width: unset;
  height: 100%;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .sec_pickup .block_pickup .block_head .row_btn .btn_circle a {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .sec_pickup .block_pickup .block_head .row_btn .btn_circle a {
    min-height: 60px;
  }
}
.sec_pickup .block_pickup .block_point {
  padding: 30px 10px;
  margin-top: 20px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .sec_pickup .block_pickup .block_point {
    padding: 50px;
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .sec_pickup .block_pickup .row_point > .col:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec_pickup .block_pickup .row_point figure {
    width: 85.3246753247vw;
    padding-left: 2.2077922078vw;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .sec_pickup .block_pickup .row_point {
    align-items: flex-start;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
  .sec_pickup .block_pickup .row_point > .col {
    width: calc((100% - 40px) / 3);
  }
}
.sec_pickup .block_pickup .row_point .wrap_text {
  margin-top: 20px;
}
.sec_pickup .block_pickup .row_point .wrap_text p {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .sec_pickup .block_pickup .row_point .wrap_text p {
    font-size: 24px;
  }
}
.sec_pickup .block_pickup .top_h3 .label {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 0.7em;
  margin-bottom: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 421px) {
  .sec_pickup .block_pickup .top_h3 .label {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .sec_pickup .block_pickup .top_h3 .label {
    min-width: 480px;
    padding: 0.5em 1.1em;
    font-size: 24px;
  }
}
.sec_pickup .block_pickup .top_h3 .line {
  position: relative;
}
.sec_pickup .block_pickup .top_h3 .line::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100% + 35px);
  margin: auto;
  display: block;
  width: max(50vw - 600px - 35px, 0px);
  height: 1px;
  background: #e49b67;
}
.sec_pickup .block_pickup .top_h3:has(.small) {
  line-height: 1.2;
}
.sec_pickup .block_pickup .wrap_text p {
  letter-spacing: 0;
}
.sec_pickup .block_pickup:nth-child(odd) .block_point {
  border-top: solid 5px #e49b67;
}
.sec_pickup .block_pickup:nth-child(odd) .top_h3 .label {
  background: #e49b67;
}
.sec_pickup .block_pickup:nth-child(odd) .btn_circle a::after {
  background-color: rgba(228, 155, 103, 0.2);
}
.sec_pickup .block_pickup:nth-child(even) .block_point {
  border-top: solid 5px #89735c;
}
.sec_pickup .block_pickup:nth-child(even) .top_h3 .label {
  background: #89735c;
}
.sec_pickup .block_pickup:nth-child(even) .btn_circle a::after {
  background-color: rgba(137, 115, 92, 0.2);
}
.sec_pickup .block_pickup:first-child {
  padding-top: 105px;
}
@media (min-width: 768px) {
  .sec_pickup .block_pickup:first-child {
    padding-top: 100px;
  }
}
.sec_pickup #proctology {
  background: url("../img/top/top_bg14_sp.jpg") no-repeat top center/100% auto;
}
@media (max-width: 767px) {
  .sec_pickup #proctology {
    margin-top: -55px;
  }
}
@media (min-width: 768px) {
  .sec_pickup #proctology {
    background: url("../img/top/top_bg14.jpg") no-repeat top center/100% auto;
  }
}
.sec_pickup #daysurgery {
  background: url("../img/top/top_bg15_sp.jpg") no-repeat top center/100% auto;
}
@media (min-width: 768px) {
  .sec_pickup #daysurgery {
    background: url("../img/top/top_bg15.jpg") no-repeat top center/100% auto;
  }
}
.sec_pickup #endoscope {
  background: url("../img/top/top_bg16_sp.jpg") no-repeat top center/100% auto;
}
@media (min-width: 768px) {
  .sec_pickup #endoscope {
    background: url("../img/top/top_bg16.jpg") no-repeat top center/100% auto;
  }
}
@media (max-width: 421px) {
  .sec_pickup #endoscope .block_head .row_btn {
    grid-template-columns: repeat(1, 1fr);
  }
}

.sec_feature {
  padding: 0;
}
.sec_feature .row_title {
  display: flex;
}
.sec_feature .row_title > .col_title {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sec_feature .row_title > .col_title .top_h2 {
  margin: 0;
}
.sec_feature .row_title > .col_list {
  z-index: 0;
  background: #fdfaf7;
}
@media (max-width: 767px) {
  .sec_feature .row_title {
    flex-direction: column;
  }
  .sec_feature .row_title > .col_title {
    width: 89.4805194805vw;
    height: 146.1038961039px;
    padding-left: 10px;
    background: url("../img/top/top_bg17_sp.jpg") no-repeat center/cover;
  }
  .sec_feature .row_title > .col_list {
    padding: 20px 10px;
    padding-top: 166.1038961039px;
    margin-top: -146.1038961039px;
    margin-left: 10.5194805195vw;
  }
}
@media (min-width: 768px) {
  .sec_feature .row_title > .col_title {
    width: 44%;
    padding-left: max(50vw - 600px, 20px);
    margin-bottom: 50px;
    background: url("../img/top/top_bg17_sp.jpg") no-repeat center/cover;
  }
  .sec_feature .row_title > .col_list {
    flex: 1;
    padding-left: 330px;
    padding-right: max(50vw - 600px, 20px);
    padding-bottom: 50px;
    margin-left: -280px;
  }
}
.sec_feature .row_title .ol_circle li {
  padding-left: 2em;
  font-size: 18px;
}
@media (min-width: 768px) {
  .sec_feature .row_title .ol_circle li {
    font-size: 20px;
  }
}
.sec_feature .row_title .ol_circle li::before {
  content: counter(ol_circle, decimal-leading-zero);
  top: 1px;
  width: 30px;
  height: 30px;
  font-size: 90%;
  line-height: calc(1.6666666667em - 1px);
}
@media (min-width: 768px) {
  .sec_feature .row_title .ol_circle li::before {
    top: 3px;
  }
}
.sec_feature .row_title .ol_circle li:nth-child(even)::before {
  background: #89735c;
}
.sec_feature .row_title .ol_circle li:not(:last-child) {
  margin-bottom: 10px;
}
.sec_feature .row_feature>.col_text .num{
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  color: #fdfaf7;
  font-family: "Ubuntu", sans-serif;
  font-size: 100px;
  font-weight:bold;
  line-height: 0.7;
}
@media (max-width: 767px){
.sec_feature .row_feature>.col_img{
width: 75.3246753247vw;
margin: 0 auto;
}
.sec_feature .row_feature>.col_text .num{
  right: 0;
  margin: auto;
  text-align: center;
}
}
@media (min-width: 768px){
.sec_feature .row_feature{
  position: relative;
}
.sec_feature .row_feature>.col_text .num{
  font-size: 200px;
}
}
@media (max-width: 767px) {
  .sec_feature .row_feature > .col:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec_feature .row_feature > .col_text {
  position: relative;
padding-top: 15px;
  }
}
@media (min-width: 768px) {
  .sec_feature .row_feature {
    align-items: center;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .sec_feature .row_feature > .col_text {
    flex: 1;
    padding-left: 50px;
  }
  .sec_feature .row_feature > .col_img {
    width: 48.3333333333%;
  }
}
.sec_feature .row_feature .top_h3 {
  margin-right: -5px;
  margin-bottom: 10px;
}
.sec_feature .row_feature .top_h3,
.sec_feature .row_feature .wrap_text,
.sec_feature .row_feature .btnstyle{
  position: relative;
  z-index: 1;
}
.sec_feature .row_feature .wrap_text p {
  line-height: 1.8;
}
.sec_feature .row_feature .btnstyle {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sec_feature .row_feature .btnstyle a {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sec_feature .splide_feature {
    width: 100%;
    margin: 0 auto;
  }
}
.sec_feature .splide_feature .splide__pagination {
  bottom: -20px;
}
@media (min-width: 768px) {
  .sec_feature .splide_feature .splide__pagination {
    bottom: -30px;
    gap: 20px;
  }
}
.sec_feature .splide_feature .splide__pagination__page {
  margin: 0;
}
@media (min-width: 768px) {
  .sec_feature .splide_feature .splide__pagination__page {
    width: 16px;
    height: 16px;
  }
}
.sec_feature .splide_feature .splide__arrow {
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  background: rgba(228, 155, 103, 0.8);
  border-radius: 50%;
}
@media (max-width: 767px) {
.sec_feature .splide_feature .splide__arrow{
top: calc(350/770*100vw);
transform: unset;
}
}
@media (min-width: 768px) {
  .sec_feature .splide_feature .splide__arrow {
    width: 60px;
  }
}
.sec_feature .splide_feature .splide__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 7px;
  height: auto;
  aspect-ratio: 1/1;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media (min-width: 768px) {
  .sec_feature .splide_feature .splide__arrow::before {
    width: 13px;
  }
}
.sec_feature .splide_feature .splide__arrow svg {
  display: none;
}
.sec_feature .splide_feature .splide__arrow.splide__arrow--prev {
  left: 0;
}
@media (min-width: 768px) {
  .sec_feature .splide_feature .splide__arrow.splide__arrow--prev {
    left: clamp(-30px, -1.2096774194vw, -15px);
  }
}
.sec_feature .splide_feature .splide__arrow.splide__arrow--prev::before {
  left: 2px;
  transform: rotate(45deg) scale(-1, -1);
}
@media (min-width: 768px) {
  .sec_feature .splide_feature .splide__arrow.splide__arrow--prev::before {
    left: 5px;
  }
}
.sec_feature .splide_feature .splide__arrow.splide__arrow--next {
  right: 0;
}
@media (min-width: 768px) {
  .sec_feature .splide_feature .splide__arrow.splide__arrow--next {
    right: clamp(-30px, -1.2096774194vw, -15px);
  }
}
.sec_feature .splide_feature .splide__arrow.splide__arrow--next::before {
  right: 2px;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .sec_feature .splide_feature .splide__arrow.splide__arrow--next::before {
    right: 5px;
  }
}
.sec_feature .loopslider_wrap {
  margin-top: 50px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec_feature .loopslider_wrap {
    margin-top: 130px;
  }
}
.sec_feature .loopslider_wrap .loopslider {
  animation: loopslider 120s linear infinite;
  display: flex;
  width: calc((160px + 0px) * 8 * 2);
  height: 100%;
}
@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * (160px + 0px) * 8));
  }
}
@media (min-width: 769px) {
  .sec_feature .loopslider_wrap .loopslider {
    animation: loopslider 140s linear infinite;
    width: calc((320px + 0px) * 8 * 2);
  }
  @keyframes loopslider {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-1 * (320px + 0px) * 8));
    }
  }
}
.sec_feature .loopslider_wrap .loopslider_item {
  padding: 0 calc(0px / 2);
  margin: 0 !important;
}
@media (min-width: 769px) {
  .sec_feature .loopslider_wrap .loopslider_item {
    padding: 0 calc(0px / 2);
  }
}
.sec_feature .loopslider_wrap .loopslider_item img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=bond.css.map */