@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: #f7ebdf;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #fff7f7;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #fff7f7;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #fff7f7;
}

.box_border {
  background: #fff;
  border: 1px solid #ed7671;
}

.box_border .box_bg {
  background: rgba(87, 115, 113, 0.1);
}

.section_bg .box_border .box_bg {
  background: rgba(87, 115, 113, 0.1);
}

.box_bg,
.box_border {
  border-radius: 0;
  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: 34px;
  }
}
.section .box_bg:first-child, .section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 24px;
}
.box_bg ul:first-child, .box_bg ol:first-child, .box_bg dl:first-child, .box_bg table:first-child, .box_bg p:first-child, .box_bg h3:first-child, .box_bg h4:first-child, .box_bg h5:first-child, .box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child {
  margin-top: 0;
}

.box-bf-at {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-bf-at:after {
  content: none;
}
.box-bf-at .box p {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.box-bf-at .box__bf {
  position: relative;
}
.box-bf-at .box__bf:after {
  content: "";
  position: absolute;
  margin: auto;
  background: #e99540;
}
.box-bf-at .box__bf p {
  color: #ed7671;
}
.box-bf-at .box__at p {
  color: #577371;
}
@media (max-width: 767px) {
  .box-bf-at {
    row-gap: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-bf-at .box {
    width: 100%;
  }
  .box-bf-at .box__bf:after {
    top: calc(100% + 20px);
    left: 0;
    right: 0;
    width: 60px;
    height: 20px;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0%);
            clip-path: polygon(0 0, 50% 100%, 100% 0%);
  }
}
@media (min-width: 768px) {
  .box-bf-at {
    -webkit-column-gap: 5%;
            column-gap: 5%;
  }
  .box-bf-at .box {
    width: calc(95% / 2);
  }
  .box-bf-at .box__bf:after {
    top: 45px;
    bottom: 0;
    left: calc(100% + 20px);
    width: 20px;
    height: 40px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
}

.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 #577371;
  border-radius: 0px;
  padding: min(30px , 3.8vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: min(20px , 2.4vw);
          column-gap: min(20px , 2.4vw);
  row-gap: min(10px, 1.5vw);
}
.link_anchor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.link_anchor a {
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "Zen Maru Gothic", sans-serif;
  border-radius: 0;
  border: none;
  color: #577371 !important;
  display: inline;
  padding: 0 0 .1em;
  padding-left: 22px;
}
.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: #577371 !important;
  opacity: 1;
  text-decoration: underline;
}
.link_anchor a::after {
  border: none;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: 2px;
  width: 16px;
  height: 16px;
  background: url("../img/common/ic_arrow.png") no-repeat center/contain;
  -webkit-filter: brightness(0) saturate(100%) invert(45%) sepia(4%) saturate(1654%) hue-rotate(127deg) brightness(92%) contrast(93%);
          filter: brightness(0) saturate(100%) invert(45%) sepia(4%) saturate(1654%) hue-rotate(127deg) brightness(92%) contrast(93%);
}
.link_anchor a:before {
  display: none;
}
.link_anchor a:hover {
  color: #ed7671 !important;
}
.link_anchor a:hover:after {
  -webkit-filter: brightness(0) saturate(100%) invert(43%) sepia(89%) saturate(413%) hue-rotate(314deg) brightness(116%) contrast(86%);
          filter: brightness(0) saturate(100%) invert(43%) sepia(89%) saturate(413%) hue-rotate(314deg) brightness(116%) contrast(86%);
}
@media (min-width: 768px) {
  .link_anchor li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: calc(( 100% - min(20px , 2.4vw) ) / 2);
  }
  .link_anchor li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .link_anchor.link_col_3 li {
    max-width: calc(( 100% - min(20px , 2.4vw) - min(20px , 2.4vw) ) / 3);
  }
}

.ul_circle,
.ul_dot,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 24px;
}
.ul_circle:last-child,
.ul_dot:last-child,
.ul_triangle:last-child,
.ul_check:last-child,
.ol_circle:last-child {
  margin-bottom: 0;
}
.ul_circle li,
.ul_dot li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 17.6px;
  position: relative;
}
.ul_circle li:last-child,
.ul_dot li:last-child,
.ul_triangle li:last-child,
.ul_check li:last-child,
.ol_circle li:last-child {
  margin-bottom: 0;
}
.ul_circle li::before, .ul_circle li::after,
.ul_dot li::before,
.ul_dot li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_check li::before,
.ul_check li::after,
.ol_circle li::before,
.ol_circle li::after {
  content: "";
  position: absolute;
  letter-spacing: 0;
}
.ul_circle li ul:first-child,
.ul_dot li ul:first-child,
.ul_triangle li ul:first-child,
.ul_check li ul:first-child,
.ol_circle li ul:first-child {
  margin-top: 12px;
}
.ul_circle + p,
.ul_dot + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 24px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #577371;
  height: calc(16px / 2);
  left: 0.2em;
  top: calc((16px * 1.5 / 2) - (16px / 4));
  width: calc(16px / 2);
}

.ul_dot li::before {
  border-radius: 50%;
  background: #577371;
  height: calc(16px / 3);
  left: 0.5em;
  top: calc((16px * 1.5 / 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;
  -webkit-transform: rotate(50deg);
  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: #ed7671;
  width: 20px;
  height: 20px;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  z-index: 0;
  border-radius: 2px;
}
.ul_check li:before {
  display: none;
}
.ul_check li:after {
  top: 0;
  width: 25px;
  height: 24px;
  background: url("../img/common/check.png") no-repeat center/contain;
}
@media (max-width: 767px) {
  .ul_check li {
    padding-left: 25px;
  }
  .ul_check li:after {
    top: 5px;
    width: 20px;
    height: 19px;
  }
}

.ul_triangle li::before {
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #577371;
  top: calc(( 16px * 1.5 / 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: #577371;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 13.12px;
  height: 20px;
  left: 0;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 3.2px;
  width: 20px;
  position: absolute;
}

@media (min-width: 768px) {
  ul.list_columns_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  ul.list_columns_2 li {
    width: 49%;
    margin: 0;
  }

  ul.list_columns_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  ul.list_columns_3 li {
    width: 32%;
    margin: 0;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th, table td {
  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: #bca446;
  border-top: 1px solid #bca446;
  border-bottom: 1px solid #bca446;
  font-weight: 600;
  text-align: left;
  width: 32%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
@media (min-width: 768px) {
  table.table_address th {
    width: 25%;
  }
  table.table_address th, table.table_address td {
    padding: 1.5em 0 1.5em 1em;
  }
}
table.table_timetable {
  table-layout: fixed;
}
table.table_timetable th, table.table_timetable td {
  background: none;
  padding: .8rem .2rem;
  text-align: center;
  border: none;
  font-weight: normal;
  color: #577371;
}
@media (min-width: 768px) {
  table.table_timetable th, table.table_timetable td {
    padding: 2rem .2rem;
  }
}
table.table_timetable thead {
  border-bottom: 1px solid #577371;
}
table.table_timetable thead th {
  background: none;
  color: #3b3b3b;
  padding-top: 0;
}
table.table_timetable thead th:first-child {
  width: 30%;
}
table.table_timetable tbody tr {
  border-bottom: 1px solid #577371;
}
table.table_timetable tbody th {
  text-align: center;
}
table.table_timetable.cl {
  position: relative;
  z-index: 1;
}
table.table_timetable.cl thead {
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  background: none;
}
table.table_timetable.cl thead:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ed7671), to(#e99540));
  background: linear-gradient(to right, #ed7671, #e99540);
  z-index: 0;
}
table.table_timetable.cl thead th {
  position: relative;
  z-index: 1;
  background: none !important;
  border: none !important;
}
table.table_timetable.white th, table.table_timetable.white td {
  color: white;
}
table.table_timetable.white + p {
  color: white;
}
table.table_timetable.white tr {
  border-color: white;
}
table.table_timetable.white thead {
  border-color: white;
}
@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 th.w1, table.table td.w1 {
  width: 1%;
}
@media (max-width: 767px) {
  table.table th.sp-w1, table.table td.sp-w1 {
    width: 1%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w1, table.table td.pc-w1 {
    width: 1%;
  }
}
table.table th.w2, table.table td.w2 {
  width: 2%;
}
@media (max-width: 767px) {
  table.table th.sp-w2, table.table td.sp-w2 {
    width: 2%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w2, table.table td.pc-w2 {
    width: 2%;
  }
}
table.table th.w3, table.table td.w3 {
  width: 3%;
}
@media (max-width: 767px) {
  table.table th.sp-w3, table.table td.sp-w3 {
    width: 3%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w3, table.table td.pc-w3 {
    width: 3%;
  }
}
table.table th.w4, table.table td.w4 {
  width: 4%;
}
@media (max-width: 767px) {
  table.table th.sp-w4, table.table td.sp-w4 {
    width: 4%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w4, table.table td.pc-w4 {
    width: 4%;
  }
}
table.table th.w5, table.table td.w5 {
  width: 5%;
}
@media (max-width: 767px) {
  table.table th.sp-w5, table.table td.sp-w5 {
    width: 5%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w5, table.table td.pc-w5 {
    width: 5%;
  }
}
table.table th.w6, table.table td.w6 {
  width: 6%;
}
@media (max-width: 767px) {
  table.table th.sp-w6, table.table td.sp-w6 {
    width: 6%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w6, table.table td.pc-w6 {
    width: 6%;
  }
}
table.table th.w7, table.table td.w7 {
  width: 7%;
}
@media (max-width: 767px) {
  table.table th.sp-w7, table.table td.sp-w7 {
    width: 7%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w7, table.table td.pc-w7 {
    width: 7%;
  }
}
table.table th.w8, table.table td.w8 {
  width: 8%;
}
@media (max-width: 767px) {
  table.table th.sp-w8, table.table td.sp-w8 {
    width: 8%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w8, table.table td.pc-w8 {
    width: 8%;
  }
}
table.table th.w9, table.table td.w9 {
  width: 9%;
}
@media (max-width: 767px) {
  table.table th.sp-w9, table.table td.sp-w9 {
    width: 9%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w9, table.table td.pc-w9 {
    width: 9%;
  }
}
table.table th.w10, table.table td.w10 {
  width: 10%;
}
@media (max-width: 767px) {
  table.table th.sp-w10, table.table td.sp-w10 {
    width: 10%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w10, table.table td.pc-w10 {
    width: 10%;
  }
}
table.table th.w11, table.table td.w11 {
  width: 11%;
}
@media (max-width: 767px) {
  table.table th.sp-w11, table.table td.sp-w11 {
    width: 11%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w11, table.table td.pc-w11 {
    width: 11%;
  }
}
table.table th.w12, table.table td.w12 {
  width: 12%;
}
@media (max-width: 767px) {
  table.table th.sp-w12, table.table td.sp-w12 {
    width: 12%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w12, table.table td.pc-w12 {
    width: 12%;
  }
}
table.table th.w13, table.table td.w13 {
  width: 13%;
}
@media (max-width: 767px) {
  table.table th.sp-w13, table.table td.sp-w13 {
    width: 13%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w13, table.table td.pc-w13 {
    width: 13%;
  }
}
table.table th.w14, table.table td.w14 {
  width: 14%;
}
@media (max-width: 767px) {
  table.table th.sp-w14, table.table td.sp-w14 {
    width: 14%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w14, table.table td.pc-w14 {
    width: 14%;
  }
}
table.table th.w15, table.table td.w15 {
  width: 15%;
}
@media (max-width: 767px) {
  table.table th.sp-w15, table.table td.sp-w15 {
    width: 15%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w15, table.table td.pc-w15 {
    width: 15%;
  }
}
table.table th.w16, table.table td.w16 {
  width: 16%;
}
@media (max-width: 767px) {
  table.table th.sp-w16, table.table td.sp-w16 {
    width: 16%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w16, table.table td.pc-w16 {
    width: 16%;
  }
}
table.table th.w17, table.table td.w17 {
  width: 17%;
}
@media (max-width: 767px) {
  table.table th.sp-w17, table.table td.sp-w17 {
    width: 17%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w17, table.table td.pc-w17 {
    width: 17%;
  }
}
table.table th.w18, table.table td.w18 {
  width: 18%;
}
@media (max-width: 767px) {
  table.table th.sp-w18, table.table td.sp-w18 {
    width: 18%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w18, table.table td.pc-w18 {
    width: 18%;
  }
}
table.table th.w19, table.table td.w19 {
  width: 19%;
}
@media (max-width: 767px) {
  table.table th.sp-w19, table.table td.sp-w19 {
    width: 19%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w19, table.table td.pc-w19 {
    width: 19%;
  }
}
table.table th.w20, table.table td.w20 {
  width: 20%;
}
@media (max-width: 767px) {
  table.table th.sp-w20, table.table td.sp-w20 {
    width: 20%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w20, table.table td.pc-w20 {
    width: 20%;
  }
}
table.table th.w21, table.table td.w21 {
  width: 21%;
}
@media (max-width: 767px) {
  table.table th.sp-w21, table.table td.sp-w21 {
    width: 21%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w21, table.table td.pc-w21 {
    width: 21%;
  }
}
table.table th.w22, table.table td.w22 {
  width: 22%;
}
@media (max-width: 767px) {
  table.table th.sp-w22, table.table td.sp-w22 {
    width: 22%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w22, table.table td.pc-w22 {
    width: 22%;
  }
}
table.table th.w23, table.table td.w23 {
  width: 23%;
}
@media (max-width: 767px) {
  table.table th.sp-w23, table.table td.sp-w23 {
    width: 23%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w23, table.table td.pc-w23 {
    width: 23%;
  }
}
table.table th.w24, table.table td.w24 {
  width: 24%;
}
@media (max-width: 767px) {
  table.table th.sp-w24, table.table td.sp-w24 {
    width: 24%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w24, table.table td.pc-w24 {
    width: 24%;
  }
}
table.table th.w25, table.table td.w25 {
  width: 25%;
}
@media (max-width: 767px) {
  table.table th.sp-w25, table.table td.sp-w25 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w25, table.table td.pc-w25 {
    width: 25%;
  }
}
table.table th.w26, table.table td.w26 {
  width: 26%;
}
@media (max-width: 767px) {
  table.table th.sp-w26, table.table td.sp-w26 {
    width: 26%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w26, table.table td.pc-w26 {
    width: 26%;
  }
}
table.table th.w27, table.table td.w27 {
  width: 27%;
}
@media (max-width: 767px) {
  table.table th.sp-w27, table.table td.sp-w27 {
    width: 27%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w27, table.table td.pc-w27 {
    width: 27%;
  }
}
table.table th.w28, table.table td.w28 {
  width: 28%;
}
@media (max-width: 767px) {
  table.table th.sp-w28, table.table td.sp-w28 {
    width: 28%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w28, table.table td.pc-w28 {
    width: 28%;
  }
}
table.table th.w29, table.table td.w29 {
  width: 29%;
}
@media (max-width: 767px) {
  table.table th.sp-w29, table.table td.sp-w29 {
    width: 29%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w29, table.table td.pc-w29 {
    width: 29%;
  }
}
table.table th.w30, table.table td.w30 {
  width: 30%;
}
@media (max-width: 767px) {
  table.table th.sp-w30, table.table td.sp-w30 {
    width: 30%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w30, table.table td.pc-w30 {
    width: 30%;
  }
}
table.table th.w31, table.table td.w31 {
  width: 31%;
}
@media (max-width: 767px) {
  table.table th.sp-w31, table.table td.sp-w31 {
    width: 31%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w31, table.table td.pc-w31 {
    width: 31%;
  }
}
table.table th.w32, table.table td.w32 {
  width: 32%;
}
@media (max-width: 767px) {
  table.table th.sp-w32, table.table td.sp-w32 {
    width: 32%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w32, table.table td.pc-w32 {
    width: 32%;
  }
}
table.table th.w33, table.table td.w33 {
  width: 33%;
}
@media (max-width: 767px) {
  table.table th.sp-w33, table.table td.sp-w33 {
    width: 33%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w33, table.table td.pc-w33 {
    width: 33%;
  }
}
table.table th.w34, table.table td.w34 {
  width: 34%;
}
@media (max-width: 767px) {
  table.table th.sp-w34, table.table td.sp-w34 {
    width: 34%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w34, table.table td.pc-w34 {
    width: 34%;
  }
}
table.table th.w35, table.table td.w35 {
  width: 35%;
}
@media (max-width: 767px) {
  table.table th.sp-w35, table.table td.sp-w35 {
    width: 35%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w35, table.table td.pc-w35 {
    width: 35%;
  }
}
table.table th.w36, table.table td.w36 {
  width: 36%;
}
@media (max-width: 767px) {
  table.table th.sp-w36, table.table td.sp-w36 {
    width: 36%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w36, table.table td.pc-w36 {
    width: 36%;
  }
}
table.table th.w37, table.table td.w37 {
  width: 37%;
}
@media (max-width: 767px) {
  table.table th.sp-w37, table.table td.sp-w37 {
    width: 37%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w37, table.table td.pc-w37 {
    width: 37%;
  }
}
table.table th.w38, table.table td.w38 {
  width: 38%;
}
@media (max-width: 767px) {
  table.table th.sp-w38, table.table td.sp-w38 {
    width: 38%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w38, table.table td.pc-w38 {
    width: 38%;
  }
}
table.table th.w39, table.table td.w39 {
  width: 39%;
}
@media (max-width: 767px) {
  table.table th.sp-w39, table.table td.sp-w39 {
    width: 39%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w39, table.table td.pc-w39 {
    width: 39%;
  }
}
table.table th.w40, table.table td.w40 {
  width: 40%;
}
@media (max-width: 767px) {
  table.table th.sp-w40, table.table td.sp-w40 {
    width: 40%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w40, table.table td.pc-w40 {
    width: 40%;
  }
}
table.table th.w41, table.table td.w41 {
  width: 41%;
}
@media (max-width: 767px) {
  table.table th.sp-w41, table.table td.sp-w41 {
    width: 41%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w41, table.table td.pc-w41 {
    width: 41%;
  }
}
table.table th.w42, table.table td.w42 {
  width: 42%;
}
@media (max-width: 767px) {
  table.table th.sp-w42, table.table td.sp-w42 {
    width: 42%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w42, table.table td.pc-w42 {
    width: 42%;
  }
}
table.table th.w43, table.table td.w43 {
  width: 43%;
}
@media (max-width: 767px) {
  table.table th.sp-w43, table.table td.sp-w43 {
    width: 43%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w43, table.table td.pc-w43 {
    width: 43%;
  }
}
table.table th.w44, table.table td.w44 {
  width: 44%;
}
@media (max-width: 767px) {
  table.table th.sp-w44, table.table td.sp-w44 {
    width: 44%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w44, table.table td.pc-w44 {
    width: 44%;
  }
}
table.table th.w45, table.table td.w45 {
  width: 45%;
}
@media (max-width: 767px) {
  table.table th.sp-w45, table.table td.sp-w45 {
    width: 45%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w45, table.table td.pc-w45 {
    width: 45%;
  }
}
table.table th.w46, table.table td.w46 {
  width: 46%;
}
@media (max-width: 767px) {
  table.table th.sp-w46, table.table td.sp-w46 {
    width: 46%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w46, table.table td.pc-w46 {
    width: 46%;
  }
}
table.table th.w47, table.table td.w47 {
  width: 47%;
}
@media (max-width: 767px) {
  table.table th.sp-w47, table.table td.sp-w47 {
    width: 47%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w47, table.table td.pc-w47 {
    width: 47%;
  }
}
table.table th.w48, table.table td.w48 {
  width: 48%;
}
@media (max-width: 767px) {
  table.table th.sp-w48, table.table td.sp-w48 {
    width: 48%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w48, table.table td.pc-w48 {
    width: 48%;
  }
}
table.table th.w49, table.table td.w49 {
  width: 49%;
}
@media (max-width: 767px) {
  table.table th.sp-w49, table.table td.sp-w49 {
    width: 49%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w49, table.table td.pc-w49 {
    width: 49%;
  }
}
table.table th.w50, table.table td.w50 {
  width: 50%;
}
@media (max-width: 767px) {
  table.table th.sp-w50, table.table td.sp-w50 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w50, table.table td.pc-w50 {
    width: 50%;
  }
}
table.table th.w51, table.table td.w51 {
  width: 51%;
}
@media (max-width: 767px) {
  table.table th.sp-w51, table.table td.sp-w51 {
    width: 51%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w51, table.table td.pc-w51 {
    width: 51%;
  }
}
table.table th.w52, table.table td.w52 {
  width: 52%;
}
@media (max-width: 767px) {
  table.table th.sp-w52, table.table td.sp-w52 {
    width: 52%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w52, table.table td.pc-w52 {
    width: 52%;
  }
}
table.table th.w53, table.table td.w53 {
  width: 53%;
}
@media (max-width: 767px) {
  table.table th.sp-w53, table.table td.sp-w53 {
    width: 53%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w53, table.table td.pc-w53 {
    width: 53%;
  }
}
table.table th.w54, table.table td.w54 {
  width: 54%;
}
@media (max-width: 767px) {
  table.table th.sp-w54, table.table td.sp-w54 {
    width: 54%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w54, table.table td.pc-w54 {
    width: 54%;
  }
}
table.table th.w55, table.table td.w55 {
  width: 55%;
}
@media (max-width: 767px) {
  table.table th.sp-w55, table.table td.sp-w55 {
    width: 55%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w55, table.table td.pc-w55 {
    width: 55%;
  }
}
table.table th.w56, table.table td.w56 {
  width: 56%;
}
@media (max-width: 767px) {
  table.table th.sp-w56, table.table td.sp-w56 {
    width: 56%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w56, table.table td.pc-w56 {
    width: 56%;
  }
}
table.table th.w57, table.table td.w57 {
  width: 57%;
}
@media (max-width: 767px) {
  table.table th.sp-w57, table.table td.sp-w57 {
    width: 57%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w57, table.table td.pc-w57 {
    width: 57%;
  }
}
table.table th.w58, table.table td.w58 {
  width: 58%;
}
@media (max-width: 767px) {
  table.table th.sp-w58, table.table td.sp-w58 {
    width: 58%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w58, table.table td.pc-w58 {
    width: 58%;
  }
}
table.table th.w59, table.table td.w59 {
  width: 59%;
}
@media (max-width: 767px) {
  table.table th.sp-w59, table.table td.sp-w59 {
    width: 59%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w59, table.table td.pc-w59 {
    width: 59%;
  }
}
table.table th.w60, table.table td.w60 {
  width: 60%;
}
@media (max-width: 767px) {
  table.table th.sp-w60, table.table td.sp-w60 {
    width: 60%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w60, table.table td.pc-w60 {
    width: 60%;
  }
}
table.table th.w61, table.table td.w61 {
  width: 61%;
}
@media (max-width: 767px) {
  table.table th.sp-w61, table.table td.sp-w61 {
    width: 61%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w61, table.table td.pc-w61 {
    width: 61%;
  }
}
table.table th.w62, table.table td.w62 {
  width: 62%;
}
@media (max-width: 767px) {
  table.table th.sp-w62, table.table td.sp-w62 {
    width: 62%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w62, table.table td.pc-w62 {
    width: 62%;
  }
}
table.table th.w63, table.table td.w63 {
  width: 63%;
}
@media (max-width: 767px) {
  table.table th.sp-w63, table.table td.sp-w63 {
    width: 63%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w63, table.table td.pc-w63 {
    width: 63%;
  }
}
table.table th.w64, table.table td.w64 {
  width: 64%;
}
@media (max-width: 767px) {
  table.table th.sp-w64, table.table td.sp-w64 {
    width: 64%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w64, table.table td.pc-w64 {
    width: 64%;
  }
}
table.table th.w65, table.table td.w65 {
  width: 65%;
}
@media (max-width: 767px) {
  table.table th.sp-w65, table.table td.sp-w65 {
    width: 65%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w65, table.table td.pc-w65 {
    width: 65%;
  }
}
table.table th.w66, table.table td.w66 {
  width: 66%;
}
@media (max-width: 767px) {
  table.table th.sp-w66, table.table td.sp-w66 {
    width: 66%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w66, table.table td.pc-w66 {
    width: 66%;
  }
}
table.table th.w67, table.table td.w67 {
  width: 67%;
}
@media (max-width: 767px) {
  table.table th.sp-w67, table.table td.sp-w67 {
    width: 67%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w67, table.table td.pc-w67 {
    width: 67%;
  }
}
table.table th.w68, table.table td.w68 {
  width: 68%;
}
@media (max-width: 767px) {
  table.table th.sp-w68, table.table td.sp-w68 {
    width: 68%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w68, table.table td.pc-w68 {
    width: 68%;
  }
}
table.table th.w69, table.table td.w69 {
  width: 69%;
}
@media (max-width: 767px) {
  table.table th.sp-w69, table.table td.sp-w69 {
    width: 69%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w69, table.table td.pc-w69 {
    width: 69%;
  }
}
table.table th.w70, table.table td.w70 {
  width: 70%;
}
@media (max-width: 767px) {
  table.table th.sp-w70, table.table td.sp-w70 {
    width: 70%;
  }
}
@media (min-width: 768px) {
  table.table th.pc-w70, table.table td.pc-w70 {
    width: 70%;
  }
}
table.table thead th, table.table thead td {
  background: #fba39f;
  color: #fff;
  font-weight: bold;
}
table.table tbody th {
  background: rgba(251, 163, 159, 0.1);
}
table.table tbody td {
  background: #fff;
}
@media (min-width: 768px) {
  table.table th, table.table td {
    padding: 1.3em 1em;
  }
}
table.th_td_left tbody th, table.th_td_left tbody td {
  text-align: left;
}
table.th_left tbody th {
  text-align: left;
}
table.td_left tbody td {
  text-align: left;
}
table.td_right tbody td {
  text-align: right;
}
table.td_last_right tbody td:last-child {
  text-align: right;
}
table.table_default tbody th, table.table_default tbody td {
  text-align: left;
}
table.table_default:not(.table_fixed) tbody tr th:first-child {
  width: 32%;
}
@media (min-width: 768px) {
  table.table_default:not(.table_fixed) tbody tr th:first-child {
    width: 25%;
  }
}
table.table_fee tbody th {
  text-align: left;
}
table.table_fee tbody td:last-child {
  text-align: right;
}
table.table_fixed {
  table-layout: fixed;
}
@media (max-width: 767px) {
  table.table_sp_stack, table.table_sp_stack_noborder {
    border-bottom: 1px solid #ddd;
  }
  table.table_sp_stack thead, table.table_sp_stack tbody, table.table_sp_stack tr, table.table_sp_stack th, table.table_sp_stack td, table.table_sp_stack_noborder thead, table.table_sp_stack_noborder tbody, table.table_sp_stack_noborder tr, table.table_sp_stack_noborder th, table.table_sp_stack_noborder td {
    display: block;
    width: auto;
  }
  table.table_sp_stack th, table.table_sp_stack_noborder th {
    border-bottom: none;
  }
  table.table_sp_stack td, table.table_sp_stack_noborder td {
    border-bottom: none;
  }
  table.table_sp_stack_noborder th {
    border-top-color: #ddd;
    padding-bottom: 0.25em;
  }
  table.table_sp_stack_noborder td {
    border-top: none;
    padding-top: 0.25em;
  }
}

.consul {
  color: #ed7671 !important;
}

.consul2 {
  color: #e99540 !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;
}

/*tbl_price
---------------------------------------------------------*/
.tbl_price {
  width: 100%;
  border-top: #AAAEAC 1px solid;
  margin-top: 0.8em;
}
.tbl_price.tp_mg_none {
  margin-top: 0;
}
.tbl_price tr th {
  width: 77.87%;
  padding: 30px 0;
  border-bottom: #AAAEAC 1px solid;
  vertical-align: top;
  text-align: left;
}
.tbl_price tr th.border_none {
  border-bottom: none;
}
.tbl_price tr th.middle {
  vertical-align: middle;
}
.tbl_price tr th.tbl_border_w {
  border-bottom: #fff 2px solid;
}
.tbl_price tr th.td_none > .flt_box .img_l {
  width: 23%;
}
.tbl_price tr th.td_none > .flt_box .txt_r {
  width: 71%;
}
.tbl_price tr th .flt_box {
  overflow: hidden;
}
.tbl_price tr th .flt_box .img_l {
  float: left;
  max-width: 270px;
  width: 29%;
}
.tbl_price tr th .flt_box .txt_r {
  float: right;
  width: 65%;
  margin: 0 3%;
}
.tbl_price tr td {
  width: 22.13%;
  padding: 30px 0;
  background-color: #FCF6D3;
  border-bottom: #AAAEAC 1px solid;
  text-align: center;
  line-height: 1.5em;
  vertical-align: middle;
}
.tbl_price tr td.border_none {
  border-bottom: none;
}
.tbl_price tr td.btm_1em {
  margin-bottom: 1em;
}
.tbl_price tr td .pay {
  font-size: 125%;
  letter-spacing: 0.15em;
  line-height: 1.4em;
  color: #e99540;
}
.tbl_price tr td .pay_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tbl_price tr td .pay_txt.btm {
  margin-bottom: 0.3em;
}
.tbl_price tr td .pay_txt p:first-child {
  width: 2.5em;
  margin-right: 1.5em;
}
.tbl_price tr td .pay_txt p:last-child {
  text-align: right;
  width: 6.5em;
}
.tbl_price tr td dt {
  margin-bottom: 0.3em;
}
.tbl_price tr.green_table th {
  background-color: #ECF7EE;
}
.tbl_price tr.green_table td {
  background-color: #CDE9D2;
}
.tbl_price tr.tbl_border_w td {
  border-bottom: #fff 2px solid;
}
.tbl_price .small_gry_txt {
  font-size: 95%;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  color: #8C8683;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 1.5em;
}
.tbl_price .txt_only > dl,
.tbl_price .txt_only > p,
.tbl_price .txt_only .inline {
  max-width: 822px;
  width: 94%;
  margin: 0 auto;
}
.tbl_price .txt_only .inline > p {
  display: inline;
  vertical-align: middle;
}

.pric_style dt, .pric_style_txt {
  font-size: 150%;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  color: #e99540;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.pric_style dt {
  margin-bottom: 0.4em;
}
.pric_style dt small {
  display: block;
  line-height: 1.4em;
}
.pric_style dd {
  font-weight: normal;
}

@media only screen and (min-width: 768px) and (max-width: 1155px) {
  .tbl_price tr td {
    font-size: 1.3vw;
  }
  .tbl_price tr td .pay_txt p:first-child {
    margin-right: 0.6em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1065px) {
  .tbl_price tr td {
    font-size: 1.4vw;
    letter-spacing: 0.03em;
  }
  .tbl_price tr td .pay {
    letter-spacing: 0.1em;
  }
  .tbl_price tr td .pay_txt p:first-child {
    margin-right: 0.4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .tbl_price .txt_only .inline > p {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .tbl_price tr th {
    width: 75%;
    padding: 2.5% 0;
  }
  .tbl_price tr td {
    width: 25%;
    padding: 2.5% 0;
    font-size: 1.7vw;
  }
  .tbl_price .pric_style dt, .tbl_price .pric_style_txt {
    font-size: 135%;
  }
  .tbl_price .pric_style dd {
    font-size: 95%;
    line-height: 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  .tbl_price {
    display: block;
    margin-top: 0.5em;
  }
  .tbl_price tbody,
  .tbl_price tr {
    display: block;
    width: 100%;
  }
  .tbl_price tr th {
    display: block;
    width: 100%;
    padding: 3% 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .tbl_price tr th.green_table {
    padding-left: 3%;
    padding-right: 3%;
  }
  .tbl_price tr th.tbl_border_w {
    border-bottom: #fff 2px solid;
  }
  .tbl_price tr th .flt_box .img_l {
    float: none;
    width: 60% !important;
    margin: 0 auto 1em;
  }
  .tbl_price tr th .flt_box .txt_r {
    float: none;
    width: 100% !important;
    margin: 0;
  }
  .tbl_price tr td {
    display: block;
    width: 100%;
    padding: .8rem .2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .tbl_price tr td.tbl_border_w {
    border-bottom: #fff 2px solid;
  }
  .tbl_price tr td dt {
    font-size: 90%;
  }
  .tbl_price tr td .pay {
    letter-spacing: 0.1em;
    font-size: 120%;
  }
  .tbl_price tr td .pay_txt.btm {
    margin-bottom: 0.2em;
  }
  .tbl_price tr td .pay_txt p:first-child {
    width: 2.5em;
    margin-right: 1em;
  }
  .tbl_price tr td .pay_txt p:last-child {
    text-align: right;
    width: 6.5em;
  }
  .tbl_price tr td .btm_1em {
    margin-bottom: 0.5em;
  }
  .tbl_price tr td dt {
    margin-bottom: 0.2em;
  }
  .tbl_price tr td .sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tbl_price tr td .sp_flex > dt {
    margin-right: .5rem;
    margin-bottom: 0 !important;
    text-align: left;
  }
  .tbl_price .txt_only > dl,
  .tbl_price .txt_only > p,
  .tbl_price .txt_only .inline {
    max-width: 100% !important;
    width: 100% !important;
  }
  .tbl_price .txt_only .inline > p {
    display: block;
  }

  .pric_style dt, .pric_style_txt {
    font-size: 125%;
    letter-spacing: 0.05em;
    line-height: 1.5em;
  }
  .pric_style dt {
    margin-bottom: 0.4em;
  }
}
.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box_faq.box_bg {
  padding: calc(20 / var(--break) * 100vw);
  border: 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 Maru Gothic", sans-serif;
  font-size: 26px;
  font-weight: 600;
  height: 40px;
  left: 0;
  letter-spacing: 0;
  line-height: 33.6px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
.box_faq .question {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
.box_faq .question::before {
  content: 'Q';
  color: #fff;
  background: #577371;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "Zen Maru Gothic", 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: #577371;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}
.box_faq .question .faq_title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}
.box_faq.open .question .faq_title::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.box_faq .answer {
  display: none;
  padding-top: 37px;
}
.box_faq .answer p {
  margin-top: 0;
}
.box_faq .answer::before {
  content: 'A';
  color: #fff;
  background: #ed7671;
  top: 30px;
}

.flow-box {
  margin-bottom: 50px;
}
.flow-box:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-box {
    margin-bottom: 40px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block {
  border: 1px solid #577371;
  background: #fff;
  border-radius: 0;
  margin-top: calc(16px * 5.125);
  padding: 34px;
  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: calc(((16px * -5.125) / 2) - (16px));
  width: 64px;
  height: 32px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #577371;
  left: 50%;
  margin-left: -32px;
  position: absolute;
}
.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: #577371;
}
.section_bg .flow-block .box_bg, .section_bg .flow-block .box_border {
  background: #f7ebdf;
  border: 0;
}
.flow-block .title {
  --flow-title-font-size: 18px;
  /* .flow-block .title の font-size */
  --flow-title-line-height: 1.5;
  /* .flow-block .title の line-height */
  /**/
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Maru Gothic", 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: #ed7671;
  background: #ed7671;
  margin-right: .5em;
  margin-bottom: auto;
  color: #fff;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: calc(var(--flow-title-font-size) * var(--flow-num-font-percent));
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: var(--flow-num-width);
  width: var(--flow-num-width);
  aspect-ratio: 1;
  -webkit-transform: translateY(calc(( var(--flow-title-font-size) / 6 / 2 ) - var(--yugo-minus)));
          transform: translateY(calc(( var(--flow-title-font-size) / 6 / 2 ) - var(--yugo-minus)));
}
.flow-block .title .num.step {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  aspect-ratio: unset;
  border-radius: 5px;
  padding: .3rem 1rem 0;
}
@media (min-width: 768px) {
  .flow-block .title {
    font-size: var(--flow-title-font-size);
  }
}

.home .footer {
  border-top: none;
}

.footer {
  padding: clamp(50px, 12vw, 150px) 0;
  background: url("../img/common/f_bg.jpg") no-repeat center/cover;
  overflow: hidden;
  border-top: 2px solid #ed7671;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 0;
  }
}
.footer .bg {
  position: relative;
  z-index: 0;
}
.footer .bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2000px;
  height: 100%;
  background: rgba(113, 130, 162, 0.85);
  z-index: -1;
}
@media (max-width: 767px) {
  .footer .bg {
    padding: calc(40 / var(--breaksp) * 100vw) calc(20 / var(--breaksp) * 100vw);
  }
  .footer .bg:before {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer .bg {
    padding: 100px 0 0 100px;
    margin-left: clamp(83.954px, calc(130 / var(--breakpc) * 100vw), 130px);
  }
}
@media (max-width: 767px) {
  .footer .box-contact {
    margin-bottom: calc(60 / var(--breaksp) * 100vw);
  }
}
@media (min-width: 768px) {
  .footer .box-contact {
    margin-bottom: 50px;
  }
}
.footer .sec_logo {
  margin: 0 0 20px;
}
.footer .table_timetable th, .footer .table_timetable td {
  padding: .8rem .2rem;
}
.footer .row .add {
  color: white;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer .row {
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
  .footer .row .col__left {
    width: 33%;
  }
  .footer .row .col__right {
    width: calc(67% - 40px);
  }
}
.footer .densha_car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .densha_car li {
  color: white;
  width: 50%;
}
.footer .densha_car li:not(:last-child) {
  border-right: 1px solid white;
}
@media (max-width: 767px) {
  .footer .densha_car {
    margin-bottom: calc(60 / var(--breaksp) * 100vw);
  }
  .footer .densha_car li {
    text-align: center;
  }
  .footer .densha_car li .icon {
    margin-bottom: 10px;
  }
  .footer .densha_car li .txt {
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .footer .densha_car {
    margin-bottom: 50px;
  }
  .footer .densha_car li {
    padding: 20px 20px 20px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
  .footer .densha_car li p {
    font-size: 20px;
    line-height: calc(32 / 20);
  }
}
@media (max-width: 767px) {
  .footer .list_links {
    margin-bottom: calc(60 / var(--breaksp) * 100vw);
  }
}
@media (min-width: 768px) {
  .footer .list_links {
    margin-bottom: 50px;
  }
}
.footer .sitemap {
  text-align: center;
  margin-bottom: 30px;
}
.footer .sitemap a {
  text-decoration: none;
  color: #3b3b3b;
  position: relative;
  padding-left: 15px;
}
.footer .sitemap a:hover {
  text-decoration: underline;
}
.footer .sitemap a:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #3b3b3b;
  border-right: 1px solid #3b3b3b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer .exact_banner {
  width: 200px;
  margin: 0 auto;
}

.copyright {
  padding: 10px 0;
  text-align: center;
  color: white;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .copyright {
    padding: 10px 0 calc(200 / var(--breaksp) * 100vw);
  }
}
@media (min-width: 768px) {
  .copyright {
    padding-bottom: 100px;
  }
}

.list_list dd a {
  color: #3b3b3b;
  text-decoration: none;
}
.list_list dd a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .list_list dt {
    padding: .5em 0 0;
  }
  .list_list dd {
    padding: 0 0 .5em;
  }
}
@media (min-width: 768px) {
  .list_list dt {
    float: left;
  }
  .list_list dd {
    padding-left: 120px;
  }
}

.loopslider_wrap {
  overflow: hidden;
}
.loopslider_wrap .loopslider {
  -webkit-animation: loopslider 80s linear infinite;
          animation: loopslider 80s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.loopslider_wrap .loopslider .icon {
  position: relative;
}
.loopslider_wrap .loopslider .icon:after {
  content: "";
  position: absolute;
  z-index: 1;
}
.loopslider_wrap .loopslider .icon__1:after {
  background: url("../img/top/slider_icon01.png") no-repeat center/contain;
}
.loopslider_wrap .loopslider .icon__2:after {
  background: url("../img/top/slider_icon02.png") no-repeat center/contain;
}
.loopslider_wrap .loopslider .icon__3:after {
  background: url("../img/top/slider_icon03.png") no-repeat center/contain;
}
@media (max-width: 767px) {
  .loopslider_wrap .loopslider {
    width: calc(200px * 14);
  }
  .loopslider_wrap .loopslider .loopslider_item {
    padding: 0 calc(20 / var(--breaksp) * 100vw);
  }
  .loopslider_wrap .loopslider .icon__1:after {
    width: calc(178 / var(--breaksp) * 100vw);
    height: calc(225 / var(--breaksp) * 100vw);
    bottom: calc(20 / var(--breaksp) * 100vw);
    left: calc(100% - calc(60 / var(--breaksp) * 100vw));
  }
  .loopslider_wrap .loopslider .icon__2:after {
    top: 0;
    left: calc(100% - calc(70 / var(--breaksp) * 100vw));
    width: calc(170 / var(--breaksp) * 100vw);
    height: calc(180 / var(--breaksp) * 100vw);
  }
  .loopslider_wrap .loopslider .icon__3:after {
    width: calc(168 / var(--breaksp) * 100vw);
    height: calc(221 / var(--breaksp) * 100vw);
    bottom: calc(15 / var(--breaksp) * 100vw);
    left: calc(100% - calc(20 / var(--breaksp) * 100vw));
  }
  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-200px * 7));
              transform: translateX(calc(-200px * 7));
    }
  }
  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-200px * 7));
              transform: translateX(calc(-200px * 7));
    }
  }
}
@media (min-width: 768px) {
  .loopslider_wrap .loopslider {
    width: calc(520px * 14);
  }
  .loopslider_wrap .loopslider .loopslider_item {
    padding: 0 25px;
  }
  .loopslider_wrap .loopslider .icon__1:after {
    width: 178px;
    height: 225px;
    bottom: 20px;
    left: calc(100% - 60px);
  }
  .loopslider_wrap .loopslider .icon__2:after {
    top: 0;
    left: calc(100% - 70px);
    width: 170px;
    height: 180px;
  }
  .loopslider_wrap .loopslider .icon__3:after {
    width: 168px;
    height: 221px;
    bottom: 15px;
    left: calc(100% - 20px);
  }
  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-520px * 7));
              transform: translateX(calc(-520px * 7));
    }
  }
  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-520px * 7));
              transform: translateX(calc(-520px * 7));
    }
  }
}

.ic {
  position: relative;
  display: inline;
  line-height: 1;
}
.ic:before {
  content: "";
  position: absolute;
  left: 0;
  top: .5rem;
  bottom: 0;
  margin: auto;
}
.ic__tel:before {
  background: url("../img/common/ic_tel.png") no-repeat center/contain;
}
.ic__tel2:before {
  background: url("../img/common/ic_tel2.png") no-repeat center/contain;
}
.ic__web:before {
  background: url("../img/common/ic_web.png") no-repeat center/contain;
}
.ic__ist:before {
  background: url("../img/common/ic_ist.png") no-repeat center/contain;
}

.ic_arrow {
  position: relative;
}
.ic_arrow:after {
  content: "";
  position: absolute;
  margin: auto;
  background: url("../img/common/ic_arrow.png") no-repeat center/contain;
}

.ictel {
  position: relative;
  font-size: clamp(30px, 3.4vw, 34px);
  color: #ed7671;
  padding-left: 35px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
.ictel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url("../img/common/icon_tel.svg") no-repeat center/contain;
  -webkit-filter: brightness(0) saturate(100%) invert(69%) sepia(56%) saturate(2258%) hue-rotate(312deg) brightness(93%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(69%) sepia(56%) saturate(2258%) hue-rotate(312deg) brightness(93%) contrast(100%);
}

.box-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.box-contact .box {
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: white;
}
.box-contact .box a {
  color: white;
  text-decoration: none;
}
.box-contact .box__tel {
  background: #e99540;
  position: relative;
}
.box-contact .box__tel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 94%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background: rgba(255, 255, 255, 0.15);
}
.box-contact .box__web a {
  background: #47c0d2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.box-contact .box__web a:before, .box-contact .box__web a:after {
  content: "";
  position: absolute;
  bottom: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.box-contact .box__web a:before {
  left: 0;
  width: 94%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background: rgba(255, 255, 255, 0.15);
}
.box-contact .box__web a:after {
  top: .5rem;
  margin: auto;
  background: url("../img/common/ic_arrow.png") no-repeat center/contain;
}
.box-contact .box__web a:hover {
  background: #2da7b9;
}
.box-contact .box__web a:hover:before {
  height: 0;
}
@media (max-width: 767px) {
  .box-contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: calc(15 / var(--breaksp) * 100vw);
  }
  .box-contact .box {
    width: 100%;
    text-align: center;
  }
  .box-contact .box .ic {
    padding-left: calc(64 / var(--breaksp) * 100vw);
  }
  .box-contact .box .ic:before {
    width: calc(54 / var(--breaksp) * 100vw);
    height: calc(53 / var(--breaksp) * 100vw);
  }
  .box-contact .box__tel {
    padding: calc(30 / var(--breaksp) * 100vw) calc(10 / var(--breaksp) * 100vw) calc(35 / var(--breaksp) * 100vw);
  }
  .box-contact .box__tel .txt {
    font-size: calc(30 / var(--breaksp) * 100vw);
  }
  .box-contact .box__tel a .ic {
    font-size: calc(60 / var(--breaksp) * 100vw);
  }
  .box-contact .box__web a {
    height: calc(120 / var(--breaksp) * 100vw);
    font-size: calc(54 / var(--breaksp) * 100vw);
    padding-bottom: .3rem;
  }
  .box-contact .box__web a .en {
    font-size: calc(58 / var(--breaksp) * 100vw);
  }
}
@media (min-width: 768px) {
  .box-contact .box .ic {
    padding-left: 54px;
  }
  .box-contact .box .ic:before {
    width: 44px;
    height: 43px;
  }
  .box-contact .box__tel {
    width: calc(100% - 375px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
  .box-contact .box__tel .txt {
    font-size: 20px;
  }
  .box-contact .box__tel a {
    font-size: 42px;
  }
  .box-contact .box__web {
    width: 375px;
    font-size: 38px;
  }
  .box-contact .box__web a {
    height: 100px;
  }
  .box-contact .box__web a:after {
    right: 20px;
    width: 27px;
    height: 27px;
  }
  .box-contact .box__web a .small {
    font-size: 42px;
  }
}

.list_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_links li a {
  text-decoration: none;
  color: white;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: .3rem;
  position: relative;
  z-index: 0;
}
.list_links li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}
.list_links li a .small {
  display: block;
}
.list_links li a .ic {
  line-height: 1.4;
}
.list_links li a:hover:before {
  width: 100%;
}
.list_links .link1 a {
  background: url("../img/common/btn_bg1.jpg") no-repeat center/cover;
}
.list_links .link1 a:before {
  background: #e99540;
}
.list_links .link2 a {
  background: url("../img/common/btn_bg2.jpg") no-repeat center/cover;
}
.list_links .link2 a:before {
  background: #b59310;
}
.list_links .link3 a {
  background: url("../img/common/btn_bg3.jpg") no-repeat center/cover;
}
.list_links .link3 a:before {
  background: #4ab3c3;
}
@media (max-width: 767px) {
  .list_links {
    row-gap: calc(15 / var(--breaksp) * 100vw);
  }
  .list_links li {
    width: 100%;
    height: calc(150 / var(--breaksp) * 100vw);
  }
  .list_links li a {
    font-size: calc(44 / var(--breaksp) * 100vw);
    padding-top: .5rem;
  }
  .list_links li a:after {
    width: calc(40 / var(--breaksp) * 100vw);
    height: calc(40 / var(--breaksp) * 100vw);
    right: calc(20 / var(--breaksp) * 100vw);
    top: .5rem;
    bottom: 0;
  }
  .list_links li a .small {
    font-size: calc(30 / var(--breaksp) * 100vw);
  }
  .list_links li a .ic__ist {
    padding-left: calc(58 / var(--breaksp) * 100vw);
  }
  .list_links li a .ic__ist:before {
    width: calc(48 / var(--breaksp) * 100vw);
    height: calc(40 / var(--breaksp) * 100vw);
  }
  .list_links .link3 a {
    font-size: calc(50 / var(--breaksp) * 100vw);
  }
}
@media (min-width: 768px) {
  .list_links {
    gap: 10px;
  }
  .list_links li {
    width: calc((100% - 20px) / 3);
    height: 96px;
  }
  .list_links li a {
    font-size: 22px;
    line-height: 22px;
  }
  .list_links li a:after {
    width: 22px;
    height: 22px;
    top: auto;
    bottom: 15px;
    right: 15px;
  }
  .list_links li a .small {
    font-size: 16px;
  }
  .list_links li a .ic__ist {
    padding-left: 48px;
    font-size: 26px;
  }
  .list_links li a .ic__ist:before {
    width: 38px;
    height: 30px;
  }
}

.txt-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.txt-lr {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.txt-shadow {
  text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 16px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff;
}

.txt_underline {
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(233, 149, 64, 0.3);
          text-decoration-color: rgba(233, 149, 64, 0.3);
  text-decoration-skip-ink: none;
  text-underline-offset: -5px;
  text-decoration-thickness: 12px;
  -webkit-text-decoration-skip: none;
          text-decoration-skip: none;
}

.txt_cl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: transparent;
  -webkit-background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(#e99540), to(#ed7671));
  background-image: linear-gradient(90deg, #e99540, #ed7671);
}

.txt-bg {
  display: block;
}
.txt-bg > span {
  background-color: #ed7671;
  padding: 5px 10px 7px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 2.2;
  color: white;
  font-size: clamp(18px, 2.4vw, 24px);
  border-radius: 10px 0;
}

.txt-zen, .sec_top .box-title .en, .sec_1 .list li p, .sec_3 .box-sub-title .en, .sec_3 .line__1 .ul_check li {
  font-family: "Zen Maru Gothic", sans-serif;
}

@media (max-width: 767px) {
  .txt_line {
    position: relative;
    z-index: 0;
  }
  .txt_line:after {
    content: "";
    position: absolute;
    bottom: calc(3 / var(--breaksp) * 100vw);
    width: 100%;
    height: calc(12 / var(--breaksp) * 100vw);
    background: white;
    left: 0;
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .txt_line {
    text-decoration: underline;
    -webkit-text-decoration-color: white;
            text-decoration-color: white;
    text-decoration-thickness: 14px;
    text-decoration-skip-ink: none;
    text-underline-offset: -7px;
  }
}

.sec_top.pd {
  padding: clamp(50px, 10vw, 100px) 0;
}
.sec_top.pdt {
  padding-top: clamp(50px, 10vw, 100px);
}
.sec_top.pdb {
  padding-bottom: clamp(50px, 10vw, 100px);
}
.sec_top h2 {
  line-height: 1.4;
  position: relative;
}
.sec_top h2.type2 {
  text-align: center;
}
.sec_top h2.type2 .en {
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px #3b3b3b;
  display: block;
}
.sec_top h2.type2 .jp {
  font-weight: 500;
}
.sec_top h2.type2.white .en {
  -webkit-text-stroke: 2px white;
}
.sec_top h2.type2.color3 .en {
  -webkit-text-stroke: 2px #577371;
}
.sec_top h2.icon:before {
  content: "";
  position: absolute;
}
.sec_top h2.icon__1:before {
  background: url("../img/top/h2_icon1.png") no-repeat center/contain;
}
.sec_top h2.icon__2:before {
  background: url("../img/top/h2_icon2.png") no-repeat center/contain;
}
.sec_top h2.icon__1:before {
  left: 0;
}
.sec_top h2.white {
  color: white;
}
.sec_top h2.color1 {
  color: #d56964;
}
.sec_top .box-title .en {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 768px) {
  .sec_top h2.type2 {
    margin-bottom: 40px;
  }
  .sec_top h2.type2 .en {
    font-size: 150px;
  }
  .sec_top h2.type2 .jp {
    font-size: 40px;
  }
  .sec_top h2.icon__1 {
    padding-left: 350px;
  }
  .sec_top h2.icon__1:before {
    width: 308px;
    height: 144px;
  }
  .sec_top .box-title .en {
    font-size: 150px;
  }
  .sec_top .box-title h2 {
    font-size: 50px;
    line-height: calc(65 / 50);
  }
  .sec_top .box-title h2 .large {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .sec_top h2.type2 {
    margin-bottom: calc(50 / var(--breaksp) * 100vw);
  }
  .sec_top h2.type2 .en {
    font-size: calc(120 / var(--breaksp) * 100vw);
    -webkit-text-stroke: 1px #3b3b3b;
  }
  .sec_top h2.type2 .jp {
    font-size: calc(40 / var(--breaksp) * 100vw);
  }
  .sec_top h2.type2.white .en {
    -webkit-text-stroke: 1px white;
  }
  .sec_top h2.type2.color3 .en {
    -webkit-text-stroke: 1px #577371;
  }
  .sec_top h2.icon__1:before {
    width: calc(308 / var(--breaksp) * 100vw);
    height: calc(144 / var(--breaksp) * 100vw);
  }
  .sec_top .box-title {
    text-align: center;
  }
  .sec_top .box-title .en {
    font-size: calc(120 / var(--breaksp) * 100vw);
  }
  .sec_top .box-title h2 {
    font-size: calc(46 / var(--breaksp) * 100vw);
  }
  .sec_top .box-title h2 .large {
    font-size: calc(56 / var(--breaksp) * 100vw);
  }
}

.sec_news .list_list {
  overflow: auto;
  max-height: 290px;
}
.sec_news .list_list dt {
  padding: 0 0;
  margin: 0 0;
}
.sec_news .list_list dd {
  padding: 0 0 .5em;
  margin: 0 0;
  border-bottom: 1px solid #ddd;
}
.sec_news .list_list dd:not(:last-child) {
  margin-bottom: .5em;
}
.sec_news .list_list dd a {
  color: #3b3b3b;
  text-decoration: none;
}
.sec_news .list_list dd a:hover {
  text-decoration: underline;
  color: #ed7671;
}
@media (max-width: 767px) {
  .sec_news .list_list dd p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec_news .list_list dd p .cat {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .sec_news .list_list dt {
    padding: .8em 0;
  }
  .sec_news .list_list dt + dd {
    padding-left: 120px;
  }
  .sec_news .list_list dd {
    padding: .8em 0;
  }
  .sec_news .list_list dd:not(:last-child) {
    margin-bottom: 0;
  }
  .sec_news .list_list dd p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec_news .list_list dd a {
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    display: block;
  }
}

.sec_1 .title {
  background: url("../img/top/title_bg.png") no-repeat center/contain;
  text-align: center;
}
.sec_1 .container {
  position: relative;
}
.sec_1 .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  background: url("../img/top/sec1_bg.jpg") no-repeat center/cover;
  z-index: -1;
}
.sec_1 .row .col {
  background: white;
}
.sec_1 .row .col .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec_1 .row .col .tit h3 {
  text-align: center;
}
.sec_1 .row .col__left .tit {
  background: #efd6d5;
}
.sec_1 .row .col__left .box-content ul {
  margin-bottom: 0;
}
.sec_1 .row .col__left .box-content ul li {
  font-weight: bold;
  line-height: calc(35 / 24);
  position: relative;
  padding-left: 1.5rem;
  letter-spacing: normal;
}
.sec_1 .row .col__left .box-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  border-radius: 50%;
}
.sec_1 .row .col__right .tit {
  background: #e99540;
}
.sec_1 .row .col__right .tit h3 {
  color: white;
}
.sec_1 .row .col__right .box-content {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
.sec_1 .row .col__right .box-content a {
  display: table;
  margin: 0 auto;
}
.sec_1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_1 .list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_1 .list li:before {
  content: "";
  margin: auto;
  display: block;
}
.sec_1 .list .time:before {
  background: url("../img/common/icon_time.png") no-repeat center/contain;
}
.sec_1 .list .people:before {
  background: url("../img/common/icon_people.png") no-repeat center/contain;
}
.sec_1 .list .child:before {
  background: url("../img/common/icon_child.png") no-repeat center/contain;
}
.sec_1 .note {
  font-size: 14px;
}
@media (max-width: 767px) {
  .sec_1 {
    padding: calc(100 / var(--breaksp) * 100vw) 0 0;
  }
  .sec_1 .container {
    padding: 0 0 calc(100 / var(--breaksp) * 100vw);
  }
  .sec_1 .container:before {
    width: 100vw;
    height: calc(100% - calc(50 / var(--breaksp) * 100vw));
    top: calc(50 / var(--breaksp) * 100vw);
  }
  .sec_1 .title {
    padding: calc(10 / var(--breaksp) * 100vw) 0 calc(40 / var(--breaksp) * 100vw);
    margin-bottom: calc(30 / var(--breaksp) * 100vw);
  }
  .sec_1 .title h2 {
    font-size: calc(50 / var(--breaksp) * 100vw);
  }
  .sec_1 .row {
    row-gap: calc(30 / var(--breaksp) * 100vw);
    margin-bottom: calc(50 / var(--breaksp) * 100vw);
  }
  .sec_1 .row .col .tit {
    height: calc(80 / var(--breaksp) * 100vw);
  }
  .sec_1 .row .col .tit h3 {
    font-size: calc(38 / var(--breaksp) * 100vw);
  }
  .sec_1 .row .col .box-content {
    padding: calc(20 / var(--breaksp) * 100vw);
  }
  .sec_1 .row .col__left .box-content ul li {
    font-size: calc(32 / var(--breaksp) * 100vw);
  }
  .sec_1 .row .col__left .box-content ul li:before {
    top: calc(16 / var(--breaksp) * 100vw);
    width: calc(12 / var(--breaksp) * 100vw);
    height: calc(12 / var(--breaksp) * 100vw);
  }
  .sec_1 .row .col__left .box-content ul + p {
    font-size: 90%;
  }
  .sec_1 .row .col__right .box-content a {
    color: #3b3b3b;
    margin-bottom: .3rem;
  }
  .sec_1 .row .col__right .box-content a .ic {
    font-size: calc(60 / var(--breaksp) * 100vw);
    padding-left: calc(60 / var(--breaksp) * 100vw);
  }
  .sec_1 .row .col__right .box-content a .ic:before {
    width: calc(50 / var(--breaksp) * 100vw);
    height: calc(50 / var(--breaksp) * 100vw);
  }
  .sec_1 .row .col__right .box-content .txt {
    font-size: calc(32 / var(--breaksp) * 100vw);
  }
  .sec_1 .list {
    -webkit-column-gap: calc(20 / var(--breaksp) * 100vw);
            column-gap: calc(20 / var(--breaksp) * 100vw);
    margin-bottom: calc(50 / var(--breaksp) * 100vw);
  }
  .sec_1 .list li {
    width: calc((100% - calc(40 / var(--breaksp) * 100vw)) / 3);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec_1 .list li:before {
    width: calc(120 / var(--breaksp) * 100vw);
    height: calc(120 / var(--breaksp) * 100vw);
  }
  .sec_1 .list li p {
    text-align: center;
    font-size: calc(32 / var(--breaksp) * 100vw);
    line-height: 1.4;
    margin-top: calc(10 / var(--breaksp) * 100vw);
  }
}
@media (min-width: 768px) {
  .sec_1 {
    margin-top: 75px;
  }
  .sec_1 .container {
    padding: 0 0 100px;
  }
  .sec_1 .container:before {
    width: 1700px;
    top: 65px;
    height: calc(100% - 65px);
  }
  .sec_1 .title {
    padding: 15px 0 50px;
    margin-bottom: 35px;
  }
  .sec_1 .title h2 {
    font-size: 60px;
  }
  .sec_1 .row {
    -webkit-column-gap: 20px;
            column-gap: 20px;
    margin-bottom: 30px;
  }
  .sec_1 .row .col {
    width: calc((100% - 20px) / 2);
  }
  .sec_1 .row .col .tit {
    height: 84px;
  }
  .sec_1 .row .col .tit h3 {
    font-size: 30px;
  }
  .sec_1 .row .col .box-content {
    padding: 30px;
  }
  .sec_1 .row .col__left ul li {
    font-size: 24px;
  }
  .sec_1 .row .col__right a .ic {
    padding-left: 49px;
    font-size: 50px;
  }
  .sec_1 .row .col__right a .ic:before {
    width: 39px;
    height: 39px;
  }
  .sec_1 .row .col__right .txt {
    font-size: 22px;
  }
  .sec_1 .list {
    -webkit-column-gap: 50px;
            column-gap: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .sec_1 .list li {
    -webkit-column-gap: 25px;
            column-gap: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec_1 .list li:before {
    width: 76px;
    height: 76px;
    left: 0;
  }
  .sec_1 .list li p {
    font-size: 26px;
    line-height: calc(36 / 26);
  }
}

.sec_2 {
  background: url("../img/top/sec2_bg.jpg") no-repeat center/cover;
}
.sec_2 .sub-tit {
  background: url("../img/top/line_bg2.png") repeat-x center bottom/contain;
}
@media (max-width: 767px) {
  .sec_2 {
    padding: calc(100 / var(--breaksp) * 100vw) 0;
  }
  .sec_2 .sub-tit {
    font-size: calc(40 / var(--breaksp) * 100vw);
    margin-bottom: calc(20 / var(--breaksp) * 100vw);
  }
  .sec_2 h3 {
    font-size: calc(44 / var(--breaksp) * 100vw);
    margin-bottom: calc(40 / var(--breaksp) * 100vw);
  }
  .sec_2 .row {
    row-gap: calc(30 / var(--breaksp) * 100vw);
  }
}
@media (min-width: 768px) {
  .sec_2 {
    padding: 100px 0;
  }
  .sec_2 .sub-tit {
    font-size: 30px;
  }
  .sec_2 h3 {
    font-size: 38px;
    line-height: calc(52 / 38);
    margin-bottom: 30px;
  }
  .sec_2 .txt {
    margin-bottom: 30px;
  }
  .sec_2 .row {
    -webkit-column-gap: 5%;
            column-gap: 5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec_2 .row .col {
    width: calc(95% / 2);
  }
  .sec_2 .row .col__img {
    height: clamp(452.7058px, calc(701 / var(--breakpc) * 100vw), 701px);
    position: relative;
  }
  .sec_2 .row .col__img img {
    max-width: clamp(577.3452px, calc(894 / var(--breakpc) * 100vw), 894px);
    position: absolute;
    top: 0;
    right: 0;
  }
}

.sec_3 .box-title h2 {
  letter-spacing: -0.02em;
}
.sec_3 .box-banner {
  position: relative;
  z-index: 0;
}
.sec_3 .box-banner:before {
  content: "";
  position: absolute;
  background: url("../img/top/box-bannerbg2.png");
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec_3 .box-banner .banner_bg {
  background: url("../img/top/box-bannerbg.png") no-repeat center/cover;
  position: relative;
}
.sec_3 .box-banner .banner_bg:after {
  content: "";
  position: absolute;
  background: url("../img/top/icon_checkin.png") no-repeat center/contain;
}
.sec_3 .box-sub-title {
  position: relative;
  z-index: 0;
}
.sec_3 .box-sub-title .en {
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  line-height: 1;
  position: absolute;
  z-index: -1;
}
.sec_3 .box-myobrace .myobrace-note .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec_3 .box-myobrace .myobrace-note .title p {
  border-radius: 100vmax;
  text-align: center;
  background: white;
}
.sec_3 .box-myobrace .myobrace-note .row_same .box {
  background: #e7b1af;
}
.sec_3 .box-myobrace .myobrace-note .row_same .box:nth-child(even) {
  background: #a3ccd2;
}
.sec_3 .box-myobrace .myobrace-note .row_same .box .txt-zen, .sec_3 .box-myobrace .myobrace-note .row_same .box .sec_top .box-title .en, .sec_top .box-title .sec_3 .box-myobrace .myobrace-note .row_same .box .en, .sec_3 .box-myobrace .myobrace-note .row_same .box .sec_1 .list li p, .sec_1 .list li .sec_3 .box-myobrace .myobrace-note .row_same .box p, .sec_3 .box-myobrace .myobrace-note .row_same .box .box-sub-title .en, .sec_3 .box-sub-title .box-myobrace .myobrace-note .row_same .box .en, .sec_3 .box-myobrace .myobrace-note .row_same .box .line__1 .ul_check li, .sec_3 .line__1 .ul_check .box-myobrace .myobrace-note .row_same .box li {
  text-align: center;
  color: white;
}
.sec_3 .box-myobrace .myobrace-note .icon {
  text-align: center;
}
.sec_3 .box-mft .row__mft .col {
  background: #bed2d5;
}
.sec_3 .box-mft .row__mft .col:nth-child(even) {
  background: #efd6d5;
}
.sec_3 .box-mft .row__mft .col figure {
  text-align: center;
}
.sec_3 .box-mft .row__mft .col p {
  text-align: center;
}
.sec_3 .line__1 {
  background: url("../img/top/sec3_bg.jpg") no-repeat center top/cover;
}
.sec_3 .line__2 {
  background: url("../img/top/sec3_bg2.jpg") no-repeat center top/cover;
}
@media (max-width: 767px) {
  .sec_3 .box-title {
    margin-bottom: calc(40 / var(--breaksp) * 100vw);
  }
  .sec_3 .box-title h2 {
    z-index: 0;
  }
  .sec_3 .box-title h2:before {
    right: calc(-50 / var(--breaksp) * 100vw);
    left: auto;
    top: calc(-20 / var(--breaksp) * 100vw);
    bottom: auto;
    z-index: -1;
  }
  .sec_3 .box-banner {
    margin: calc(100 / var(--breaksp) * 100vw) 0 calc(-100 / var(--breaksp) * 100vw);
  }
  .sec_3 .box-banner:before {
    top: calc(10 / var(--breaksp) * 100vw);
    left: calc(10 / var(--breaksp) * 100vw);
  }
  .sec_3 .box-banner .banner_bg {
    padding: calc(30 / var(--breaksp) * 100vw);
  }
  .sec_3 .box-banner .banner_bg:after {
    width: calc(237 / var(--breaksp) * 100vw);
    height: calc(142 / var(--breaksp) * 100vw);
    top: calc(-40 / var(--breaksp) * 100vw);
    right: calc(-20 / var(--breaksp) * 100vw);
  }
  .sec_3 .box-banner .banner_bg p {
    font-size: calc(28 / var(--breaksp) * 100vw);
    line-height: calc(40 / var(--breaksp) * 100vw);
    letter-spacing: normal;
  }
  .sec_3 .box-banner .banner_bg p .txt_line {
    font-size: calc(40 / var(--breaksp) * 100vw);
  }
  .sec_3 .box-sub-title .en {
    font-size: calc(100 / var(--breaksp) * 100vw);
    top: 0;
  }
  .sec_3 .box-sub-title figure {
    text-align: center;
  }
  .sec_3 .box-sub-title figure img {
    max-width: calc(581 / var(--breaksp) * 100vw);
  }
  .sec_3 .box-myobrace {
    margin-bottom: calc(100 / var(--breaksp) * 100vw);
  }
  .sec_3 .box-myobrace .box-sub-title {
    padding: calc(60 / var(--breaksp) * 100vw) 0 calc(20 / var(--breaksp) * 100vw);
  }
  .sec_3 .box-myobrace .myobrace-note {
    margin: calc(40 / var(--breaksp) * 100vw) 0 0;
    padding: 0 calc(20 / var(--breaksp) * 100vw);
    background: url("../img/top/dashed_line1.png") repeat-x center top, url("../img/top/dashed_line2.png") repeat-y center right, url("../img/top/dashed_line1.png") repeat-x center bottom, url("../img/top/dashed_line2.png") repeat-y center left;
    display: inline-block;
  }
  .sec_3 .box-myobrace .myobrace-note .title {
    margin-bottom: calc(30 / var(--breaksp) * 100vw);
    margin-top: calc(-60 / var(--breaksp) * 100vw);
  }
  .sec_3 .box-myobrace .myobrace-note .title p {
    padding: 1.5rem 1rem 1rem;
    font-size: calc(32 / var(--breaksp) * 100vw);
    line-height: 1.4;
    max-width: 90%;
  }
  .sec_3 .box-myobrace .myobrace-note .title p .large {
    font-size: calc(44 / var(--breaksp) * 100vw);
  }
  .sec_3 .box-myobrace .myobrace-note .text {
    margin-bottom: calc(30 / var(--breaksp) * 100vw);
  }
  .sec_3 .box-myobrace .myobrace-note .row_same {
    row-gap: calc(20 / var(--breaksp) * 100vw);
    margin-bottom: calc(20 / var(--breaksp) * 100vw);
  }
  .sec_3 .box-myobrace .myobrace-note .row_same .box {
    width: 100%;
    padding: calc(20 / var(--breaksp) * 100vw);
  }
  .sec_3 .box-myobrace .myobrace-note .row_same .box .txt-zen, .sec_3 .box-myobrace .myobrace-note .row_same .box .sec_top .box-title .en, .sec_top .box-title .sec_3 .box-myobrace .myobrace-note .row_same .box .en, .sec_3 .box-myobrace .myobrace-note .row_same .box .sec_1 .list li p, .sec_1 .list li .sec_3 .box-myobrace .myobrace-note .row_same .box p, .sec_3 .box-myobrace .myobrace-note .row_same .box .box-sub-title .en, .sec_3 .box-sub-title .box-myobrace .myobrace-note .row_same .box .en, .sec_3 .box-myobrace .myobrace-note .row_same .box .line__1 .ul_check li, .sec_3 .line__1 .ul_check .box-myobrace .myobrace-note .row_same .box li {
    margin-bottom: calc(15 / var(--breaksp) * 100vw);
    font-size: calc(40 / var(--breaksp) * 100vw);
    line-height: 1.4;
  }
  .sec_3 .box-mft .box-sub-title {
    padding: calc(100 / var(--breaksp) * 100vw) 0 calc(80 / var(--breaksp) * 100vw);
  }
  .sec_3 .box-mft .row__bnr {
    margin-bottom: calc(60 / var(--breaksp) * 100vw);
  }
  .sec_3 .box-mft .row__mft {
    gap: calc(40 / var(--breaksp) * 100vw) calc(20 / var(--breaksp) * 100vw);
  }
  .sec_3 .box-mft .row__mft .col {
    width: calc((100% - calc(20 / var(--breaksp) * 100vw)) / 2);
    margin-top: calc(90 / var(--breaksp) * 100vw);
    padding: 0 0 calc(40 / var(--breaksp) * 100vw);
  }
  .sec_3 .box-mft .row__mft .col figure {
    margin-bottom: calc(20 / var(--breaksp) * 100vw);
  }
  .sec_3 .box-mft .row__mft .col figure img {
    margin-top: calc(-90 / var(--breaksp) * 100vw);
    max-width: calc(240 / var(--breaksp) * 100vw);
  }
  .sec_3 .box-mft .row__mft .col p {
    letter-spacing: normal;
  }
  .sec_3 .box-mft .row__mft .col .txt1 {
    font-size: calc(26 / var(--breaksp) * 100vw);
    margin-bottom: calc(15 / var(--breaksp) * 100vw);
  }
  .sec_3 .box-mft .row__mft .col .txt2 {
    font-size: calc(28 / var(--breaksp) * 100vw);
  }
  .sec_3 .line__1 .row {
    row-gap: calc(5 / var(--breaksp) * 100vw);
    margin-bottom: calc(40 / var(--breaksp) * 100vw);
  }
  .sec_3 .line__1 .row .ul_check li:not(:last-child) {
    margin-bottom: calc(5 / var(--breaksp) * 100vw);
  }
  .sec_3 .line__2 {
    padding-top: calc(180 / var(--breaksp) * 100vw);
  }
  .sec_3 .line__2 .row__bnr {
    row-gap: 0;
  }
  .sec_3 .line__2 .row__bnr .box-sub-title {
    margin-bottom: calc(20 / var(--breaksp) * 100vw);
  }
  .sec_3 .line__2 .row__bnr figure {
    margin-bottom: calc(20 / var(--breaksp) * 100vw);
  }
}
@media (min-width: 768px) {
  .sec_3 .box-title {
    margin-bottom: 30px;
  }
  .sec_3 .box-title h2 {
    margin-top: -60px;
  }
  .sec_3 .box-title h2.icon {
    padding-left: 270px;
  }
  .sec_3 .box-title h2.icon:before {
    left: -55px;
  }
  .sec_3 .box-banner {
    margin-right: 20px;
    margin: 110px 0 -100px;
  }
  .sec_3 .box-banner:before {
    top: 20px;
    left: 20px;
    width: calc(100% - 20px);
  }
  .sec_3 .box-banner .banner_bg {
    height: 220px;
    padding: 40px 50px;
    margin-right: 20px;
  }
  .sec_3 .box-banner .banner_bg:after {
    width: 327px;
    height: 195px;
    bottom: -95px;
    right: -40px;
  }
  .sec_3 .box-banner .banner_bg p {
    font-size: 35px;
    line-height: calc(65px);
  }
  .sec_3 .box-banner .banner_bg p .txt_line {
    font-size: 55px;
  }
  .sec_3 .box-sub-title .en {
    font-size: 120px;
    white-space: nowrap;
    left: clamp(29.061px, calc(45 / var(--breakpc) * 100vw), 45px);
    top: clamp(-12.916px, calc(-20 / var(--breakpc) * 100vw), -20px);
  }
  .sec_3 .box-sub-title img {
    margin: 80px 0 40px;
  }
  .sec_3 .box-txt {
    position: relative;
  }
  .sec_3 .box-txt .txt {
    margin-bottom: 40px;
    letter-spacing: 0.04rem;
  }
  .sec_3 .box-myobrace {
    margin-bottom: 45px;
  }
  .sec_3 .box-myobrace .box-sub-title img {
    max-width: 581px;
  }
  .sec_3 .box-myobrace .row__bnr {
    margin-bottom: 40px;
  }
  .sec_3 .box-myobrace .row__bnr .col__img {
    height: 515px;
  }
  .sec_3 .box-myobrace .row__bnr .col__img img {
    right: clamp(-40px, calc(-40 / var(--breakpc) * 100vw), -25.832px);
  }
  .sec_3 .box-myobrace .myobrace-note {
    padding-bottom: 35px;
    background: url("../img/top/dashed_bd.png") no-repeat center/contain;
  }
  .sec_3 .box-myobrace .myobrace-note .title {
    height: 70px;
    margin-bottom: 20px;
  }
  .sec_3 .box-myobrace .myobrace-note .title p {
    font-size: 30px;
    width: 808px;
    max-width: 80%;
    line-height: 65px;
  }
  .sec_3 .box-myobrace .myobrace-note .title p .large {
    font-size: 42px;
  }
  .sec_3 .box-myobrace .myobrace-note .text {
    margin-bottom: 20px;
  }
  .sec_3 .box-myobrace .myobrace-note .row_same {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(calc((100% - 40px) / 3), 1fr));
    padding: 0 55px;
  }
  .sec_3 .box-myobrace .myobrace-note .row_same .box {
    padding: 20px 20px 40px;
    row-gap: 0;
  }
  .sec_3 .box-myobrace .myobrace-note .row_same .box .txt-zen, .sec_3 .box-myobrace .myobrace-note .row_same .box .sec_top .box-title .en, .sec_top .box-title .sec_3 .box-myobrace .myobrace-note .row_same .box .en, .sec_3 .box-myobrace .myobrace-note .row_same .box .sec_1 .list li p, .sec_1 .list li .sec_3 .box-myobrace .myobrace-note .row_same .box p, .sec_3 .box-myobrace .myobrace-note .row_same .box .box-sub-title .en, .sec_3 .box-sub-title .box-myobrace .myobrace-note .row_same .box .en, .sec_3 .box-myobrace .myobrace-note .row_same .box .line__1 .ul_check li, .sec_3 .line__1 .ul_check .box-myobrace .myobrace-note .row_same .box li {
    font-size: 30px;
    line-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  .sec_3 .box-myobrace .myobrace-note .row_same .box .txt-zen .small, .sec_3 .box-myobrace .myobrace-note .row_same .box .sec_top .box-title .en .small, .sec_top .box-title .sec_3 .box-myobrace .myobrace-note .row_same .box .en .small, .sec_3 .box-myobrace .myobrace-note .row_same .box .sec_1 .list li p .small, .sec_1 .list li .sec_3 .box-myobrace .myobrace-note .row_same .box p .small, .sec_3 .box-myobrace .myobrace-note .row_same .box .box-sub-title .en .small, .sec_3 .box-sub-title .box-myobrace .myobrace-note .row_same .box .en .small, .sec_3 .box-myobrace .myobrace-note .row_same .box .line__1 .ul_check li .small, .sec_3 .line__1 .ul_check .box-myobrace .myobrace-note .row_same .box li .small {
    font-size: 24px;
  }
  .sec_3 .box-myobrace .myobrace-note .row_same .box .text-center {
    letter-spacing: 0.04rem;
  }
  .sec_3 .box-myobrace .myobrace-note .icon {
    margin-top: -30px;
  }
  .sec_3 .box-myobrace .myobrace-note .icon img {
    max-width: 702px;
  }
  .sec_3 .box-mft .row__bnr {
    margin-bottom: 115px;
  }
  .sec_3 .box-mft .row__bnr .col__img {
    height: 504px;
    margin-top: 80px;
  }
  .sec_3 .box-mft .row__mft {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
  .sec_3 .box-mft .row__mft .col {
    width: calc((100% - 60px) / 4);
    padding: 0 20px 40px;
  }
  .sec_3 .box-mft .row__mft .col figure {
    margin-bottom: 15px;
  }
  .sec_3 .box-mft .row__mft .col figure img {
    max-width: 150px;
    margin-top: -30px;
  }
  .sec_3 .box-mft .row__mft .col p {
    line-height: 26px;
    letter-spacing: 0.04rem;
  }
  .sec_3 .box-mft .row__mft .col .txt1 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .sec_3 .box-mft .row__mft .col .txt2 {
    font-size: 20px;
  }
  .sec_3 .line__1 {
    padding-top: 100px;
  }
  .sec_3 .line__1 .ul_check li {
    font-size: 22px;
    line-height: 54px;
    margin-bottom: 0;
    padding-left: 35px;
  }
  .sec_3 .line__1 .ul_check li:after {
    top: 15px;
  }
  .sec_3 .line__1 .row {
    -webkit-column-gap: 80px;
            column-gap: 80px;
    margin-bottom: 40px;
  }
  .sec_3 .line__2 {
    padding: 230px 0 100px;
  }
  .sec_3 .line__2 .row__bnr {
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
  .sec_3 .line__2 .row__bnr .col {
    width: calc((100% - 40px) / 2);
  }
  .sec_3 .line__2 .row__bnr .col__img {
    position: relative;
    z-index: 1;
  }
  .sec_3 .line__2 .row__bnr .col__img img {
    position: absolute;
    max-width: none;
  }
}

.sec_4 {
  background: url("../img/top/sec4_bgtop.png") no-repeat center top, url("../img/top/sec4_bg.jpg") no-repeat center/cover;
}
@media (max-width: 767px) {
  .sec_4 {
    padding-top: calc(100 / var(--breaksp) * 100vw);
  }
  .sec_4 .row:not(:last-child) {
    margin-bottom: calc(60 / var(--breaksp) * 100vw);
  }
  .sec_4 .row .col {
    position: relative;
  }
  .sec_4 .row .col .num {
    position: absolute;
    top: calc(10 / var(--breaksp) * 100vw);
    left: 0;
  }
  .sec_4 .row .col .num img {
    max-width: 27%;
  }
  .sec_4 .row h3 {
    font-size: calc(44 / var(--breaksp) * 100vw);
    margin-bottom: calc(30 / var(--breaksp) * 100vw);
    padding-left: calc(110 / var(--breaksp) * 100vw);
    line-height: 1.4;
  }
  .sec_4 .row__type1 {
    row-gap: calc(30 / var(--breaksp) * 100vw);
  }
  .sec_4 .row__type2 {
    row-gap: calc(60 / var(--breaksp) * 100vw);
  }
  .sec_4 .row__type2 .box-text {
    position: relative;
    margin-top: calc(30 / var(--breaksp) * 100vw);
  }
}
@media (min-width: 768px) {
  .sec_4 .row:not(:last-child) {
    margin-bottom: 70px;
  }
  .sec_4 .row__type1 {
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .sec_4 .row__type1 .col__text {
    position: relative;
  }
  .sec_4 .row__type1 .col__text .num {
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec_4 .row__type1 .col__text .num img {
    max-width: 50%;
  }
  .sec_4 .row__type1 .col__text h3 {
    font-size: 38px;
    line-height: 52px;
    white-space: nowrap;
    margin-bottom: 40px;
  }
  .sec_4 .row__type1:not(.reverse) .col__img {
    width: 45.4%;
    position: relative;
  }
  .sec_4 .row__type1:not(.reverse) .col__img img {
    position: absolute;
    right: 0;
  }
  .sec_4 .row__type1:not(.reverse) .col__text {
    width: 54.6%;
    padding-left: calc(4% + 110px);
  }
  .sec_4 .row__type1:not(.reverse) .col__text .num {
    left: 4%;
  }
  .sec_4 .row__type1.reverse .col__img {
    width: 43%;
  }
  .sec_4 .row__type1.reverse .col__text {
    width: 56.7%;
    padding-right: 4%;
    padding-left: 110px;
  }
  .sec_4 .row__type2 {
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
  .sec_4 .row__type2 .col {
    width: calc((100% - 40px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec_4 .row__type2 .col .box-text {
    margin-top: 40px;
    position: relative;
    padding-left: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .sec_4 .row__type2 .col .box-text .num {
    position: absolute;
    left: 0;
    top: 0;
  }
  .sec_4 .row__type2 .col .box-text .num img {
    max-width: 50%;
  }
  .sec_4 .row__type2 .col .box-text h3 {
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  .sec_4 .row__type2 .col .box-text .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .sec_4 .row__1 .col__img {
    height: clamp(397.167px, calc(615 / var(--breakpc) * 100vw), 615px);
  }
  .sec_4 .row__1 .col__img img {
    max-width: clamp(564.4292px, calc(874 / var(--breakpc) * 100vw), 874px);
  }
  .sec_4 .row__1 .col__text {
    margin-top: 50px;
  }
  .sec_4 .row__2 .col__img {
    height: clamp(464.3302px, calc(719 / var(--breakpc) * 100vw), 719px);
  }
  .sec_4 .row__2 .col__img img {
    max-width: clamp(551.5132px, calc(854 / var(--breakpc) * 100vw), 854px);
  }
  .sec_4 .row__2 .col__text {
    margin-top: 35px;
  }
  .sec_4 .row__3 .col__img {
    height: clamp(412.0204px, calc(638 / var(--breakpc) * 100vw), 638px);
  }
  .sec_4 .row__3 .col__img img {
    max-width: clamp(555.388px, calc(860 / var(--breakpc) * 100vw), 860px);
  }
  .sec_4 .row__3 .col__text {
    margin-top: 40px;
  }
}

.sec_5 {
  background: url("../img/top/sec5_bg.jpg") no-repeat center/cover;
}
.sec_5 .box-price {
  background: #fdecdf;
  display: inline-block;
  width: 100%;
  position: relative;
}
.sec_5 .box-price .box-img {
  text-align: center;
}
.sec_5 .box-price .table {
  border: 2px solid #577371;
}
.sec_5 .box-price .table tbody th, .sec_5 .box-price .table tbody td {
  border-color: #577371;
  text-align: left;
  line-height: calc(27 / 16);
}
.sec_5 .box-price .table tbody th {
  background: #d7dedf;
  font-weight: bold;
  color: #577371;
}
.sec_5 .box-price .table tbody td {
  background: white;
}
.sec_5 .box-price .more {
  position: absolute;
}
.sec_5 .box-price .more a {
  text-decoration: none;
  background: url("../img/top/more_bg.png") no-repeat center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.sec_5 .box-price .more a .txt_more {
  position: relative;
}
.sec_5 .box-price .more a .txt_more:after {
  content: "";
  position: absolute;
  background: url("../img/common/ic_arrow.png") no-repeat center/contain;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.sec_5 .box-price .more a:hover {
  background: url("../img/top/more_bg_hv.png") no-repeat center/contain;
}
@media (max-width: 767px) {
  .sec_5 {
    padding-bottom: calc(100 / var(--breaksp) * 100vw);
  }
  .sec_5 .box-price {
    margin-top: calc(120 / var(--breaksp) * 100vw);
    padding: 0 calc(20 / var(--breaksp) * 100vw) calc(50 / var(--breaksp) * 100vw);
  }
  .sec_5 .box-price .icon {
    margin: calc(-120 / var(--breaksp) * 100vw) 0 calc(40 / var(--breaksp) * 100vw);
  }
  .sec_5 .box-price .icon img {
    max-width: 125px;
  }
  .sec_5 .box-price .icon p {
    font-size: calc(48 / var(--breaksp) * 100vw);
  }
  .sec_5 .box-price .box-img {
    padding: 0 calc(50 / var(--breaksp) * 100vw);
    margin-bottom: calc(40 / var(--breaksp) * 100vw);
  }
  .sec_5 .box-price .table th, .sec_5 .box-price .table td {
    padding: 0.5em 0.2em;
  }
  .sec_5 .box-price .more {
    position: unset;
  }
  .sec_5 .box-price .more a {
    width: calc(371 / var(--breaksp) * 100vw);
    height: calc(260 / var(--breaksp) * 100vw);
    margin-inline: auto;
  }
  .sec_5 .box-price .more a .txt_more {
    padding-bottom: calc(50 / var(--breaksp) * 100vw);
  }
  .sec_5 .box-price .more a .txt_more:after {
    width: calc(50 / var(--breaksp) * 100vw);
    height: calc(50 / var(--breaksp) * 100vw);
  }
}
@media (min-width: 768px) {
  .sec_5 {
    padding-bottom: 150px;
  }
  .sec_5 .box-price {
    margin-top: 50px;
    padding: 0 80px 80px;
  }
  .sec_5 .box-price .icon {
    margin: -50px 0 30px;
  }
  .sec_5 .box-price .icon img {
    max-width: 166px;
  }
  .sec_5 .box-price .icon p {
    font-size: 32px;
  }
  .sec_5 .box-price .box-img {
    margin-bottom: 30px;
  }
  .sec_5 .box-price .table {
    margin-bottom: 60px;
  }
  .sec_5 .box-price .table th {
    padding-left: 40px;
    font-size: 18px;
  }
  .sec_5 .box-price .table td {
    padding-left: 25px;
  }
  .sec_5 .box-price .more {
    right: 60px;
    bottom: -35px;
  }
  .sec_5 .box-price .more a {
    width: 236px;
    height: 166px;
    font-size: 24px;
  }
  .sec_5 .box-price .more a .txt_more {
    padding-bottom: 25px;
  }
  .sec_5 .box-price .more a .txt_more:after {
    width: 24px;
    height: 25px;
  }
}

.sec_6 {
  background: url("../img/top/sec6_bg.jpg") no-repeat center/cover;
}
.sec_6 .row .col {
  position: relative;
}
.sec_6 .row .col:before, .sec_6 .row .col:after {
  content: "";
  position: absolute;
}
.sec_6 .row .col:before {
  background: #577371;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.sec_6 .row .col a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #3b3b3b;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  position: relative;
}
.sec_6 .row .col a:before, .sec_6 .row .col a:after {
  content: "";
  position: absolute;
}
.sec_6 .row .col a:before {
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
}
.sec_6 .row .col a:after {
  background: url("../img/common/ic_arrow.png") no-repeat center/contain;
}
.sec_6 .row .col a .en {
  margin: 0 auto;
  color: transparent;
  display: table;
  position: relative;
  line-height: 1.2;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.sec_6 .row .col a .en:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.sec_6 .row .col a:hover {
  color: white;
}
.sec_6 .row .col a:hover .en {
  color: white;
  -webkit-text-stroke-color: white;
}
.sec_6 .row .col a:hover .en:before {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4306%) hue-rotate(180deg) brightness(126%) contrast(114%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4306%) hue-rotate(180deg) brightness(126%) contrast(114%);
}
.sec_6 .row .col__flow:after {
  background: url("../img/top/sticket01.png") no-repeat center/contain;
}
.sec_6 .row .col__flow a {
  background: #efd6d5;
}
.sec_6 .row .col__flow a:before {
  border-color: #ed8e8a;
}
.sec_6 .row .col__flow a .en {
  -webkit-text-stroke-color: #ed8e8a;
}
.sec_6 .row .col__flow a .en:before {
  background: url("../img/top/light01.png") no-repeat center/contain;
}
.sec_6 .row .col__flow a:hover {
  background: #e6635e;
}
.sec_6 .row .col__timng:after {
  background: url("../img/top/sticket02.png") no-repeat center/contain;
}
.sec_6 .row .col__timng a {
  background: #e6dcb6;
}
.sec_6 .row .col__timng a:before {
  border-color: #bca446;
}
.sec_6 .row .col__timng a .en {
  -webkit-text-stroke-color: #bca446;
}
.sec_6 .row .col__timng a .en:before {
  background: url("../img/top/light02.png") no-repeat center/contain;
}
.sec_6 .row .col__timng a:hover {
  background: #988437;
}
.sec_6 .row .col__qa:after {
  background: url("../img/top/sticket03.png") no-repeat center/contain;
}
.sec_6 .row .col__qa a {
  background: #d2e2e4;
}
.sec_6 .row .col__qa a:before {
  border-color: #62c2d1;
}
.sec_6 .row .col__qa a .en {
  -webkit-text-stroke-color: #62c2d1;
}
.sec_6 .row .col__qa a .en:before {
  background: url("../img/top/light03.png") no-repeat center/contain;
}
.sec_6 .row .col__qa a:hover {
  background: #3bb3c5;
}
.sec_6 .row .col__cost:after {
  background: url("../img/top/sticket04.png") no-repeat center/contain;
}
.sec_6 .row .col__cost a {
  background: #f1d9c1;
}
.sec_6 .row .col__cost a:before {
  border-color: #e19c56;
}
.sec_6 .row .col__cost a .en {
  -webkit-text-stroke-color: #e19c56;
}
.sec_6 .row .col__cost a .en:before {
  background: url("../img/top/light04.png") no-repeat center/contain;
}
.sec_6 .row .col__cost a:hover {
  background: #d9832b;
}
@media (max-width: 767px) {
  .sec_6 {
    padding: calc(100 / var(--breaksp) * 100vw) 0;
  }
  .sec_6 .row_same {
    margin-bottom: calc(50 / var(--breaksp) * 100vw);
  }
  .sec_6 .row_same .box figure, .sec_6 .row_same .box .txt {
    margin-bottom: calc(20 / var(--breaksp) * 100vw);
  }
  .sec_6 .row_same.sp_col2 {
    gap: calc(40 / var(--breaksp) * 100vw) calc(20 / var(--breaksp) * 100vw);
  }
  .sec_6 .row_same.sp_col2 .box {
    width: calc((100% - calc(20 / var(--breaksp) * 100vw)) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec_6 .row_same.sp_col2 .box .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .sec_6 .row_same.sp_col2 .box .btnstyle a {
    padding: 1rem 2rem 1.2rem;
  }
  .sec_6 .row_same.sp_col2 .box .btnstyle a:after {
    width: 15px;
    right: 5px;
  }
  .sec_6 .row .col {
    margin-top: calc(10 / var(--breaksp) * 100vw);
  }
  .sec_6 .row .col:before {
    width: calc(6 / var(--breaksp) * 100vw);
    height: calc(8 / var(--breaksp) * 100vw);
    top: calc(-8 / var(--breaksp) * 100vw);
    left: calc(15 / var(--breaksp) * 100vw);
  }
  .sec_6 .row .col:after {
    top: calc(-10 / var(--breaksp) * 100vw);
    width: calc(52 / var(--breaksp) * 100vw);
    height: calc(75 / var(--breaksp) * 100vw);
    left: calc(20 / var(--breaksp) * 100vw);
  }
  .sec_6 .row .col a {
    padding: calc(20 / var(--breaksp) * 100vw);
    height: calc(186 / var(--breaksp) * 100vw);
  }
  .sec_6 .row .col a:before {
    top: calc(7 / var(--breaksp) * 100vw);
    left: calc(7 / var(--breaksp) * 100vw);
  }
  .sec_6 .row .col a:after {
    width: calc(25 / var(--breaksp) * 100vw);
    height: calc(25 / var(--breaksp) * 100vw);
    right: calc(10 / var(--breaksp) * 100vw);
    bottom: calc(10 / var(--breaksp) * 100vw);
  }
  .sec_6 .row .col a .en {
    font-size: calc(26 / var(--breaksp) * 100vw);
    -webkit-text-stroke-width: 1px;
    padding-top: calc(16 / var(--breaksp) * 100vw);
  }
  .sec_6 .row .col a .en:before {
    width: calc(34 / var(--breaksp) * 100vw);
    height: calc(15 / var(--breaksp) * 100vw);
  }
  .sec_6 .row .col a .jp {
    font-size: calc(32 / var(--breaksp) * 100vw);
    line-height: calc(38 / var(--breaksp) * 100vw);
  }
}
@media (min-width: 768px) {
  .sec_6 {
    padding: 100px 0 50px;
  }
  .sec_6 .row_same {
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(calc((100% - 80px) / 3), 1fr));
    margin-bottom: 80px;
  }
  .sec_6 .row_same .box {
    row-gap: 0;
  }
  .sec_6 .row_same .box figure {
    margin-bottom: 20px;
  }
  .sec_6 .row_same .box .txt {
    margin-bottom: 15px;
  }
  .sec_6 .row {
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
  .sec_6 .row .col {
    width: calc((100% - 45px) / 4);
  }
  .sec_6 .row .col:before {
    width: 6px;
    height: 8px;
    top: -8px;
    left: 14px;
  }
  .sec_6 .row .col:after {
    top: -10px;
    width: 44px;
    height: 64px;
    left: 20px;
  }
  .sec_6 .row .col a {
    padding: 25px;
  }
  .sec_6 .row .col a:before {
    top: 5px;
    left: 5px;
  }
  .sec_6 .row .col a:after {
    width: 22px;
    height: 22px;
    right: 10px;
    bottom: 10px;
  }
  .sec_6 .row .col a .en {
    -webkit-text-stroke-width: 1px;
    font-size: 22px;
    padding-top: 15px;
  }
  .sec_6 .row .col a .en:before {
    width: 28px;
    height: 14px;
  }
  .sec_6 .row .col a .jp {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (max-width: 767px) {
  .sec_7 {
    position: relative;
    margin-bottom: calc(100 / var(--breaksp) * 100vw);
    z-index: 0;
    background: url("../img/top/sp_sec7_bg1.png") no-repeat center top, url("../img/top/sp_sec7_bg2.png") no-repeat center bottom, url("../img/top/sec7_bg2.jpg") no-repeat center top;
  }
  .sec_7:before {
    content: "";
    position: absolute;
    background: url("../img/top/sp_sec7_bg3.jpg");
    width: 100%;
    height: 70%;
    top: 20%;
    z-index: -1;
  }
  .sec_7 .box-title {
    text-align: center;
    margin-bottom: calc(50 / var(--breaksp) * 100vw);
  }
  .sec_7 .row {
    row-gap: calc(30 / var(--breaksp) * 100vw);
    margin-bottom: calc(100 / var(--breaksp) * 100vw);
  }
}
@media (min-width: 768px) {
  .sec_7 {
    padding: clamp(50px, 15vw, 220px) 0 120px;
    background: url("../img/top/sec7_bg.png") no-repeat center/cover, url("../img/top/sec7_bg2.jpg") no-repeat center top;
  }
  .sec_7 .box-title {
    margin-bottom: 50px;
  }
  .sec_7 .row {
    margin-bottom: 110px;
    -webkit-column-gap: 0;
            column-gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec_7 .row .col {
    width: 50%;
  }
  .sec_7 .row .col__img {
    height: clamp(399.1044px, calc(618 / var(--breakpc) * 100vw), 618px);
    position: relative;
  }
  .sec_7 .row .col__img img {
    position: absolute;
    top: 0;
    right: clamp(25.832px, calc(40 / var(--breakpc) * 100vw), 40px);
    max-width: clamp(560.5544px, calc(868 / var(--breakpc) * 100vw), 868px);
  }
}

.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;
}
