@charset "UTF-8";
.mce-content-body {
  font-family: "Noto Sans JP", sans-serif;
  color: #3E3A39;
}
.mce-content-body h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 16px 0 60px;
  font-family: "Zen maru Gothic", sans-serif;
}
@media screen and (max-width: 1439px) {
  .mce-content-body h1 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
    margin: max(10px, 10px + 6 * (100vw - 390px) / 1049) 0 max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.mce-content-body h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 24px;
  padding-bottom: 10px;
  font-family: "Zen maru Gothic", sans-serif;
  color: #1FB9EF;
  border-bottom: 2px dashed #1FB9EF;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .mce-content-body h2 {
    font-size: max(18px, 18px + 2 * (100vw - 390px) / 1049);
    margin: max(20px, 20px + 20 * (100vw - 390px) / 1049) 0 max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
.mce-content-body h3 {
  font-size: 18px;
  font-weight: bold;
  border-left: 5px solid #F7BC6B;
  background: #F9F5E1;
  padding: 7px 15px;
  margin: 1em 0 1.5em;
}
@media screen and (max-width: 1439px) {
  .mce-content-body h3 {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
.mce-content-body h4 {
  font-size: 16px;
  font-weight: bold;
  color: #1FB9EF;
  margin: 1em 0 1em;
  padding-bottom: 4px;
  border-bottom: 2px solid #1FB9EF;
}
@media screen and (max-width: 1439px) {
  .mce-content-body h4 {
    font-size: max(15px, 15px + 1 * (100vw - 390px) / 1049);
  }
}
.mce-content-body h4.border_none {
  border-bottom: none;
  margin: 1em 0 10px;
}
.mce-content-body h4.first {
  margin-top: 1.5em;
}
.mce-content-body h5 {
  font-size: 15px;
  font-weight: bold;
  margin: 1em 0 0;
  padding: 9px 10px;
  background: #F9F8F5;
}
@media screen and (max-width: 1439px) {
  .mce-content-body h5 {
    font-size: max(14px, 14px + 1 * (100vw - 390px) / 1049);
  }
}
.mce-content-body h6 {
  font-size: 14px;
  font-weight: bold;
  color: #1FB9EF;
  margin: 1em 0 0;
}
.mce-content-body h2.bg_yellow {
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0 24px;
  padding: 12px 15px;
  background: #FFF100;
  border-radius: 10px;
  color: #3e3a39;
  border-bottom: none;
  margin-top: 100px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body h2.bg_yellow {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
    border-radius: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 2 * (100vw - 390px) / 1049) max(10px, 10px + 5 * (100vw - 390px) / 1049);
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.mce-content-body h2.bg_yellow:first-of-type {
  margin-top: 0;
}
.mce-content-body h3.border_bottom {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  border-bottom: 3px dashed #1FB9EF;
  border-left: none;
  background: none;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body h3.border_bottom {
    font-size: max(18px, 18px + 2 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.mce-content-body h3.border_bottom_step {
  font-size: 24px;
  font-weight: bold;
  font-family: "Zen maru Gothic", sans-serif;
  padding-bottom: 10px;
  padding-left: 0;
  border-bottom: 3px dashed #1FB9EF;
  border-left: none;
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #1FB9EF;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body h3.border_bottom_step {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.mce-content-body h3.border_bottom_step span.number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background: #1FB9EF;
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
  position: relative;
  display: grid;
  place-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .mce-content-body h3.border_bottom_step span.number {
    width: max(46px, 46px + 4 * (100vw - 390px) / 1049);
    height: max(46px, 46px + 4 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
.mce-content-body h3.border_bottom_step span.number::before {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px dashed #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mce-content-body h3.border_bottom_step.orange {
  border-bottom-color: #F7BC6B;
  color: #F7BC6B;
}
.mce-content-body h3.border_bottom_step.orange span.number {
  background: #F7BC6B;
}
.mce-content-body p {
  font-size: 16px;
  line-height: 180%;
  margin: 10px 0;
}
@media screen and (max-width: 1439px) {
  .mce-content-body p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.mce-content-body a {
  color: #1FB9EF;
  text-decoration: underline;
}
.mce-content-body h2 + p img {
  width: 100%;
}
.mce-content-body .text-center {
  text-align: center;
}
.mce-content-body .mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .mt40 {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.mce-content-body img {
  margin: 1em 0 1.5em;
}
.mce-content-body ul, .mce-content-body ol {
  margin: 1em 0 1.5em;
  list-style: none;
  padding-left: 3px;
}
.mce-content-body ul li {
  margin: 1em 0;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #A98E63;
  border-radius: 50%;
}
.mce-content-body ol li {
  list-style: decimal;
  margin-left: 1.5em;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ol li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ol li:first-of-type {
  margin-top: 0;
}
.mce-content-body ol li:last-of-type {
  margin-bottom: 0;
}
.mce-content-body span.small {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .mce-content-body span.small {
    font-size: 8px;
  }
}
.mce-content-body .table_wrap {
  overflow-x: scroll;
}
.mce-content-body .table_wrap th:first-of-type {
  width: 100px;
}
.mce-content-body table {
  table-layout: fixed;
  margin: 1em 0;
}
.mce-content-body table th, .mce-content-body table td {
  border: 1px solid #ddd;
  padding: 10px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body table th, .mce-content-body table td {
    padding: max(6px, 6px + 4 * (100vw - 390px) / 1049);
  }
}
.mce-content-body table th {
  background: #f6f4f1;
  width: 150px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body table th {
    width: max(100px, 100px + 50 * (100vw - 390px) / 1049);
  }
}
.mce-content-body table th:not(:first-of-type) {
  width: 150px;
}
.mce-content-body iframe {
  max-width: 100%;
}
.mce-content-body .bdrs15 {
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .mce-content-body .bdrs15 {
    border-radius: 10px;
  }
}
.mce-content-body .bdrs10 {
  border-radius: 10px;
}
.mce-content-body .lh250 {
  line-height: 250%;
}
@media screen and (max-width: 767px) {
  .mce-content-body .lh250 {
    line-height: 180%;
  }
}
.mce-content-body .lh200 {
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .mce-content-body .lh200 {
    line-height: 180%;
  }
}
.mce-content-body .catch {
  font-size: 40px;
  font-weight: bold;
  font-family: "Zen maru Gothic", sans-serif;
  color: #1FB9EF;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .catch {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .box_bg, .mce-content-body .list_bg {
  padding: 20px;
  margin: 1em 0;
}
.mce-content-body .box_bg h3, .mce-content-body .list_bg h3 {
  margin: 0;
  padding: 0;
  background: none;
  border-left: 0;
}
.mce-content-body .box_bg ul, .mce-content-body .list_bg ul {
  margin: 1em 0 0;
}
.mce-content-body .box_bg ul li::before, .mce-content-body .list_bg ul li::before {
  background: #3e3a39;
}
.mce-content-body .box_gray, .mce-content-body .list_gray {
  background: #F7FAF6;
}
.mce-content-body .box_gray ul li::before, .mce-content-body .list_gray ul li::before {
  background: #3e3a39;
}
.mce-content-body .box_blue, .mce-content-body .list_blue {
  background: rgba(31, 185, 239, 0.1);
}
.mce-content-body .box_blue ul li::before, .mce-content-body .list_blue ul li::before {
  background: #1FB9EF;
}
.mce-content-body .box_orange, .mce-content-body .list_orange {
  background: rgba(247, 188, 107, 0.1);
}
.mce-content-body .box_orange ul li::before, .mce-content-body .list_orange ul li::before {
  background: #F7BC6B;
}
.mce-content-body .box_border {
  margin-top: 40px;
  padding: 25px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .box_border {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .box_border h4 {
  margin-top: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .box_border h4 {
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .box_border ul, .mce-content-body .box_border ol {
  margin-bottom: 0;
}
.mce-content-body .box_border ul li::before, .mce-content-body .box_border ul li::marker, .mce-content-body .box_border ol li::before, .mce-content-body .box_border ol li::marker {
  font-weight: bold;
}
.mce-content-body .box_border ul li::before {
  background: #000;
  width: 5px;
  height: 5px;
  top: 0.7em;
}
.mce-content-body .bg_light_blue {
  background: #E8F9FF;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .mce-content-body .bg_light_blue {
    padding: 10px;
  }
}
.mce-content-body .bg_light_blue p {
  font-size: 16px;
  line-height: 200%;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .bg_light_blue p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .page_title {
  font-size: 24px;
  font-weight: 500;
  padding: 10px 20px;
  background: #F7BC6B;
  margin-top: 100px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .page_title {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    padding: 10px max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.mce-content-body h3.question_title {
  color: #F7BC6B;
  background: #F7BC6B;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  margin: 1.5em 0 1em;
  position: relative;
  border-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mce-content-body h3.question_title::before {
  content: "Q";
  width: 25px;
  height: 25px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-family: "Lora", serif;
  font-weight: normal;
  color: #F7BC6B;
  background: #fff;
  border: 1px solid #F7BC6B;
  border-radius: 50%;
  margin-right: 2px;
}
.mce-content-body span.marker.marker_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #FFFF93));
  background: -webkit-linear-gradient(transparent 10%, #FFFF93 10%);
  background: linear-gradient(transparent 10%, #FFFF93 10%);
}
.mce-content-body ul.link_list, .mce-content-body ul.link_list_down {
  margin: 1em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.mce-content-body ul.link_list li, .mce-content-body ul.link_list_down li {
  margin: 0;
  position: relative;
}
.mce-content-body ul.link_list li::before, .mce-content-body ul.link_list_down li::before {
  content: "";
  display: inline-block;
  background: #F7BC6B;
  margin-right: 2px;
}
.mce-content-body ul.link_list li a, .mce-content-body ul.link_list_down li a {
  text-decoration: underline;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.link_list li a, .mce-content-body ul.link_list_down li a {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.link_list li::before {
  width: 8px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.mce-content-body ul.link_list_down li::before {
  width: 10px;
  height: 8px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.mce-content-body ul.circle_list {
  margin: 24px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .mce-content-body ul.circle_list {
    margin: 12px 0;
    gap: 10px;
  }
}
.mce-content-body ul.circle_list li {
  margin: 0;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.circle_list li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.circle_list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #F7BC6B;
  border-radius: 50%;
  margin-right: 2px;
}
.mce-content-body ul.step_img_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.step_img_list {
    gap: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.step_img_list li {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.step_img_list li {
    gap: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body ul.step_img_list li {
    gap: 12px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.mce-content-body ul.step_img_list li::before {
  display: none;
}
.mce-content-body ul.step_img_list li .img_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 16.3%;
      -ms-flex: 1 1 16.3%;
          flex: 1 1 16.3%;
}
@media screen and (max-width: 767px) {
  .mce-content-body ul.step_img_list li .img_wrap {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: calc(42% - 6px);
  }
}
.mce-content-body ul.step_img_list li .img_wrap img {
  margin: 0;
}
.mce-content-body ul.step_img_list li .text_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 83.7%;
      -ms-flex: 1 1 83.7%;
          flex: 1 1 83.7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .mce-content-body ul.step_img_list li .text_wrap {
    display: contents;
  }
}
.mce-content-body ul.step_img_list li .text_wrap .step_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .mce-content-body ul.step_img_list li .text_wrap .step_title {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.mce-content-body ul.step_img_list li .text_wrap .step_title span.number {
  font-size: 18px;
  font-family: "Lora", serif;
  padding: 4px 20px 4px 14px;
  color: #fff;
  background: #1FB9EF;
  -webkit-clip-path: polygon(0 0, 88.9% 0, 100% 50%, 88.9% 100%, 0 100%);
          clip-path: polygon(0 0, 88.9% 0, 100% 50%, 88.9% 100%, 0 100%);
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.step_img_list li .text_wrap .step_title span.number {
    font-size: max(14px, 14px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body ul.step_img_list li .text_wrap .step_title span.number {
    padding: 2px 14px 2px 8px;
  }
}
.mce-content-body ul.step_img_list li .text_wrap .step_title h3 {
  font-size: 20px;
  font-weight: 600;
  background: none;
  border-left: none;
  padding: 0;
  color: #1FB9EF;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.step_img_list li .text_wrap .step_title h3 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body ul.step_img_list li .text_wrap .step_text {
    width: calc(58% - 6px);
    position: relative;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.mce-content-body ul.sitemap_list {
  margin: 1em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.mce-content-body ul.sitemap_list li {
  margin: 0;
  padding-bottom: 10px;
  font-size: 16px;
  border-bottom: 1px solid #F7BC6B;
  position: relative;
}
.mce-content-body ul.sitemap_list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #F7BC6B;
  margin-right: 2px;
}
.mce-content-body ul.sitemap_list li a {
  text-decoration: none;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.sitemap_list li a {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .col2_sp-col1, .mce-content-body .col2_sp-col1_reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 100%;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .col2_sp-col1, .mce-content-body .col2_sp-col1_reverse {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body .col2_sp-col1, .mce-content-body .col2_sp-col1_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .mce-content-body .col2_sp-col1 .left, .mce-content-body .col2_sp-col1 .right, .mce-content-body .col2_sp-col1_reverse .left, .mce-content-body .col2_sp-col1_reverse .right {
    width: 100%;
  }
}
.mce-content-body .col2_sp-col1 img, .mce-content-body .col2_sp-col1_reverse img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mce-content-body .col2_sp-col1 img, .mce-content-body .col2_sp-col1_reverse img {
    width: 100%;
  }
}
.mce-content-body .col2_sp-col1.aic, .mce-content-body .col2_sp-col1_reverse.aic {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .mce-content-body .col2_sp-col1.aic, .mce-content-body .col2_sp-col1_reverse.aic {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.mce-content-body .col2_sp-col1 .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 77.3%;
      -ms-flex: 1 1 77.3%;
          flex: 1 1 77.3%;
}
@media screen and (max-width: 767px) {
  .mce-content-body .col2_sp-col1 .left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.mce-content-body .col2_sp-col1 .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 22.7%;
      -ms-flex: 1 1 22.7%;
          flex: 1 1 22.7%;
}
@media screen and (max-width: 767px) {
  .mce-content-body .col2_sp-col1 .right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.mce-content-body .col2_sp-col1_reverse .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 22.7%;
      -ms-flex: 1 1 22.7%;
          flex: 1 1 22.7%;
}
@media screen and (max-width: 767px) {
  .mce-content-body .col2_sp-col1_reverse .left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.mce-content-body .col2_sp-col1_reverse .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 77.3%;
      -ms-flex: 1 1 77.3%;
          flex: 1 1 77.3%;
}
@media screen and (max-width: 767px) {
  .mce-content-body .col2_sp-col1_reverse .right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.mce-content-body .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .mce-content-body .flex {
    gap: 10px;
  }
}
.mce-content-body .grid {
  display: grid;
  gap: 10px;
  margin: 40px 0;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid {
    margin: max(10px, 10px + 30 * (100vw - 390px) / 1049) 0;
  }
}
.mce-content-body .grid.col2, .mce-content-body .grid .col2-sp1 {
  grid-template-columns: repeat(2, 1fr);
}
.mce-content-body .grid.col3, .mce-content-body .grid .col3-sp1 {
  grid-template-columns: repeat(3, 1fr);
}
.mce-content-body .grid.col4, .mce-content-body .grid .col4-sp1, .mce-content-body .grid .col4-sp2 {
  grid-template-columns: repeat(4, 1fr);
}
.mce-content-body .grid.col4 .grid_item, .mce-content-body .grid .col4-sp1 .grid_item, .mce-content-body .grid .col4-sp2 .grid_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mce-content-body .grid.col4 .grid_item .text, .mce-content-body .grid .col4-sp1 .grid_item .text, .mce-content-body .grid .col4-sp2 .grid_item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .mce-content-body .grid.col4 .grid_item .text, .mce-content-body .grid .col4-sp1 .grid_item .text, .mce-content-body .grid .col4-sp2 .grid_item .text {
    padding: 15px;
  }
}
.mce-content-body .grid.col4 .grid_item .text img, .mce-content-body .grid .col4-sp1 .grid_item .text img, .mce-content-body .grid .col4-sp2 .grid_item .text img {
  margin-inline: auto;
  margin-bottom: 10px;
}
.mce-content-body .grid.col4 .grid_item .text .bg_light_blue, .mce-content-body .grid .col4-sp1 .grid_item .text .bg_light_blue, .mce-content-body .grid .col4-sp2 .grid_item .text .bg_light_blue {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .mce-content-body .grid.sp-col1 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body .grid.sp-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.mce-content-body .grid.gap20 {
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid.gap20 {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .grid.gap0 {
  gap: 0;
  border: 1px solid #DFDFDF;
}
.mce-content-body .grid.gap0 .grid_item:not(:last-of-type) {
  border-right: 1px solid #DFDFDF;
}
.mce-content-body .grid.gap0 .grid_item_title_bg_blue {
  border-bottom: 1px solid #DFDFDF;
}
.mce-content-body .grid.gap30 {
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid.gap30 {
    gap: max(10px, 10px + 20 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .grid.gap40 {
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid.gap40 {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .grid .grid_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .mce-content-body .grid .grid_item img {
    margin-inline: auto;
  }
}
.mce-content-body .grid .grid_item_title {
  padding: 15px 10px;
  border-left: 15px solid #F7BC6B;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  background: #F9F5E1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .mce-content-body .grid .grid_item_title {
    font-size: 16px;
    border-left: 10px solid #F7BC6B;
    padding: 10px;
    margin-bottom: 10px;
  }
}
.mce-content-body .grid .grid_item_title_border_bottom {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 0;
  border-bottom: 3px dashed #1FB9EF;
  border-left: none;
  background: none;
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid .grid_item_title_border_bottom {
    font-size: max(18px, 18px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body .grid .grid_item_title_border_bottom {
    margin-bottom: 10px;
  }
}
.mce-content-body .grid .grid_item_title_border_bottom a {
  color: #1FB9EF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.mce-content-body .grid .grid_item_title_border_bottom a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/page/icon_arrow.svg) no-repeat center/contain;
}
.mce-content-body .grid .grid_item_title_bg_blue {
  background: #1FB9EF;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mce-content-body .grid .grid_item_title_bg_blue {
    font-size: 14px;
    padding: 10px;
  }
}
.mce-content-body .grid h3 {
  margin: 0;
  padding: 15px 10px;
  border-left: 15px solid #F7BC6B;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  background: #F9F5E1;
}
@media screen and (max-width: 767px) {
  .mce-content-body .grid h3 {
    border-left: 10px solid #F7BC6B;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.mce-content-body .grid h3.border_bottom {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  border-bottom: 3px dashed #1FB9EF;
  border-left: none;
  background: none;
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid h3.border_bottom {
    font-size: max(18px, 18px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body .grid h3.border_bottom {
    margin-bottom: 10px;
  }
}
.mce-content-body .grid img {
  margin: 0;
}
.mce-content-body .grid p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mce-content-body .grid.implant_case {
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .mce-content-body .grid.implant_case {
    gap: 26px;
  }
}
.mce-content-body .grid.implant_case .grid_item {
  position: relative;
}
.mce-content-body .grid.implant_case .grid_item:nth-of-type(2n+1)::after {
  content: "";
  display: block;
  width: 60px;
  height: 10px;
  background: url(../img/icon_arw_line_blue.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .mce-content-body .grid.implant_case .grid_item:nth-of-type(2n+1)::after {
    width: 20px;
    height: 3px;
    background: url(../img/icon_arw_line_blue_sp.svg) no-repeat center/contain;
    right: -13px;
  }
}
.mce-content-body .scroll_wrap {
  max-height: 180px;
  overflow: scroll;
  border: 1px solid #C5C5C5;
  padding: 10px 25px 10px 10px;
}
@media screen and (max-width: 767px) {
  .mce-content-body .scroll_wrap {
    max-height: 240px;
  }
}
.mce-content-body .scroll_wrap ol, .mce-content-body .scroll_wrap ol li {
  margin-top: 0;
  margin-bottom: 0;
}
.mce-content-body .grid_container {
  display: grid;
  gap: 24px 20px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid_container {
    gap: max(12px, 12px + 12 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .grid_container .row {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 左右2列 */
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid_container .row {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .grid_container .row:not(:first-of-type):not(:last-of-type) .grid_item::after {
  content: "";
  display: block;
  width: 60px;
  height: 25px;
  background: #F7BC6B;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid_container .row:not(:first-of-type):not(:last-of-type) .grid_item::after {
    width: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    height: max(12px, 12px + 13 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .grid_container .row .grid_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  gap: 10px;
}
.mce-content-body .grid_container .row .grid_item h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 12px 8px;
  font-weight: bold;
  border-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid_container .row .grid_item h4 {
    padding: max(8px, 8px + 4 * (100vw - 390px) / 1049) 8px;
    font-size: max(12px, 12px + 8 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .grid_container .row .grid_item h4.brown {
  background: #F7BC6B;
  color: #fff;
}
.mce-content-body .grid_container .row .grid_item h4.beige {
  background: #F7BC6B;
  color: #3e3a39;
}
.mce-content-body .grid_container .row .grid_item p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .grid_container .row .grid_item p {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .grid_container .row .grid_item img {
  margin: 0;
}
.mce-content-body .bg_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .mce-content-body .bg_list {
    gap: 10px;
    grid-template-columns: 1fr;
    margin-bottom: 12px;
  }
}
.mce-content-body .bg_list .list_item {
  padding: 30px;
  background: #F9F5E1;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .mce-content-body .bg_list .list_item {
    border-radius: 10px;
    padding: 15px;
  }
}
.mce-content-body .bg_list .list_item:nth-of-type(4n+2) {
  background: #E8F9FF;
}
.mce-content-body .bg_list .list_item:nth-of-type(4n+2) .title {
  color: #1FB9EF;
}
.mce-content-body .bg_list .list_item:nth-of-type(4n+3) {
  background: #E8F9FF;
}
.mce-content-body .bg_list .list_item:nth-of-type(4n+3) .title {
  color: #1FB9EF;
}
@media screen and (max-width: 767px) {
  .mce-content-body .bg_list .list_item:nth-of-type(4n+3) {
    background: #F9F5E1;
  }
  .mce-content-body .bg_list .list_item:nth-of-type(4n+3) .title {
    color: #F7BC6B;
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body .bg_list .list_item:nth-of-type(2n) {
    background: #E8F9FF;
  }
  .mce-content-body .bg_list .list_item:nth-of-type(2n) .title {
    color: #1FB9EF;
  }
}
.mce-content-body .bg_list .list_item .title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 24px;
  color: #F7BC6B;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .bg_list .list_item .title {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    margin-bottom: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .bg_list .list_item p {
  font-size: 16px;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .mce-content-body .bg_list .list_item p {
    font-size: 14px;
  }
}
.mce-content-body .bg_blue_wrap {
  padding: 40px;
  background: #E8F9FF;
  border: 2px dashed #1FB9EF;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .bg_blue_wrap {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .bg_blue_wrap p {
  font-size: 20px;
  line-height: 200%;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .bg_blue_wrap p {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .list_title_blue .list_item:not(:first-of-type) .title {
  margin-top: 16px;
}
.mce-content-body .list_title_blue .list_item .title {
  font-size: 16px;
  font-weight: bold;
  color: #1FB9EF;
}
.mce-content-body .list_title_blue .list_item p {
  padding-left: 1em;
}
.mce-content-body .border_dashed_wrap {
  padding: 25px;
  border: 2px dashed #ABABAB;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .mce-content-body .border_dashed_wrap {
    padding: 15px;
    margin-top: 10px;
  }
}
.mce-content-body .step_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .mce-content-body .step_list {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
.mce-content-body .step_list .item {
  border: 1px solid #DFDFDF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.mce-content-body .step_list .item:not(:last-of-type)::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #1FB9EF;
  border-right: 2px solid #1FB9EF;
  position: absolute;
  top: 55%;
  right: -25px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .mce-content-body .step_list .item:not(:last-of-type)::before {
    top: auto;
    bottom: -20px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(135deg);
            transform: translateX(-50%) rotate(135deg);
  }
}
.mce-content-body .step_list .item .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #1FB9EF;
  padding: 8px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .step_list .item .title {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body .step_list .item .title {
    padding: 10px;
  }
}
.mce-content-body .step_list .item .text {
  background: #fff;
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #DFDFDF;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .mce-content-body .step_list .item .text {
    padding: 20px;
  }
}
.mce-content-body .step_list .item .text img {
  margin: 0;
  margin-inline: auto;
}
.mce-content-body .step_list .item .text .bg_blue {
  padding: 15px;
  background: #E8F9FF;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  place-items: center;
}
.mce-content-body .table_wrap {
  overflow-x: scroll;
}
.mce-content-body .table_wrap table {
  min-width: 580px;
}
.mce-content-body .table_wrap table tbody th {
  vertical-align: middle;
}
.mce-content-body table.table_col3_row4 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #DBD9D1;
}
.mce-content-body table.table_col3_row4 th {
  background-color: #F7BC6B;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .mce-content-body table.table_col3_row4 th {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
.mce-content-body table.table_col3_row4 td {
  padding: 20px;
  vertical-align: middle;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body table.table_col3_row4 td {
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
.mce-content-body table.table_col3_row4 td p {
  margin: 10px 0;
}
.mce-content-body table.table_col3_row4 td p:first-of-type {
  margin-top: 0;
}
.mce-content-body table.table_col3_row4 td p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1439px) {
  .mce-content-body table.table_col3_row4 td p, .mce-content-body table.table_col3_row4 td a {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
.mce-content-body table.table_th,
.mce-content-body table.table_th_left {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.mce-content-body table.table_th td, .mce-content-body table.table_th th,
.mce-content-body table.table_th_left td,
.mce-content-body table.table_th_left th {
  border: 1px solid #DFDFDF;
  vertical-align: middle;
}
.mce-content-body table.table_th thead th,
.mce-content-body table.table_th_left thead th {
  background-color: #1FB9EF;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .mce-content-body table.table_th thead th,
  .mce-content-body table.table_th_left thead th {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
.mce-content-body table.table_th tbody th,
.mce-content-body table.table_th_left tbody th {
  color: #fff;
  background-color: #1FB9EF;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body table.table_th tbody th,
  .mce-content-body table.table_th_left tbody th {
    padding: 10px max(6px, 6px + 14 * (100vw - 390px) / 1049);
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
.mce-content-body table.table_th tbody td,
.mce-content-body table.table_th_left tbody td {
  vertical-align: middle;
  padding: 15px 34px;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body table.table_th tbody td,
  .mce-content-body table.table_th_left tbody td {
    padding: 10px max(10px, 10px + 24 * (100vw - 390px) / 1049);
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
.mce-content-body table.table_th tbody td p,
.mce-content-body table.table_th_left tbody td p {
  margin: 10px 0;
}
.mce-content-body table.table_th tbody td p:first-of-type,
.mce-content-body table.table_th_left tbody td p:first-of-type {
  margin-top: 0;
}
.mce-content-body table.table_th tbody td p:last-of-type,
.mce-content-body table.table_th_left tbody td p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1439px) {
  .mce-content-body table.table_th tbody td p, .mce-content-body table.table_th tbody td a,
  .mce-content-body table.table_th_left tbody td p,
  .mce-content-body table.table_th_left tbody td a {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
.mce-content-body table.table_th img,
.mce-content-body table.table_th_left img {
  margin: 0;
  display: inline-block;
}
.mce-content-body table.table_th_left tbody th {
  width: 32.2%;
}
@media screen and (max-width: 767px) {
  .mce-content-body table.table_th_left tbody th {
    width: 90px;
    font-size: 14px;
  }
}
.mce-content-body table.table_th_left tbody td {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .mce-content-body table.table_th_left tbody td {
    font-size: 14px;
  }
}
.mce-content-body table.table_th_top {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.mce-content-body table.table_th_top td, .mce-content-body table.table_th_top th {
  border: 1px solid #DFDFDF;
  vertical-align: middle;
}
.mce-content-body table.table_th_top thead th {
  background-color: #1FB9EF;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .mce-content-body table.table_th_top thead th {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.mce-content-body table.table_th_top tbody td {
  vertical-align: middle;
  padding: 25px 15px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .mce-content-body table.table_th_top tbody td {
    padding: 20px max(10px, 10px + 5 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.mce-content-body table.table_th_top tbody td p {
  margin: 10px 0;
}
.mce-content-body table.table_th_top tbody td p:first-of-type {
  margin-top: 0;
}
.mce-content-body table.table_th_top tbody td p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1439px) {
  .mce-content-body table.table_th_top tbody td p, .mce-content-body table.table_th_top tbody td a {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.mce-content-body table.table_th_top img {
  margin: 0;
  display: inline-block;
}
.mce-content-body .white {
  color: #fff;
}
.mce-content-body .blue {
  color: #1FB9EF;
}
.mce-content-body .orange {
  color: #F7BC6B;
}
.mce-content-body .navy {
  color: #3C4D5A;
}
.mce-content-body .dark-blue {
  color: #23709C;
}
.mce-content-body .yellow {
  color: #FFF100;
}
.mce-content-body ul.reasons_list_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.reasons_list_sub {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body ul.reasons_list_sub {
    max-width: 500px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-inline: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mce-content-body ul.reasons_list_sub li {
  width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 5px;
  color: #fff;
  background: rgba(247, 188, 107, 0.85);
  font-family: "Zen maru Gothic", sans-serif;
  margin: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .mce-content-body ul.reasons_list_sub li {
    width: calc(33.3333333333% + 6.6666666667px);
    gap: 0;
  }
}
.mce-content-body ul.reasons_list_sub li:not(:first-of-type) {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .mce-content-body ul.reasons_list_sub li:not(:first-of-type) {
    margin-left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body ul.reasons_list_sub li:nth-of-type(3n+0), .mce-content-body ul.reasons_list_sub li:nth-of-type(3n+2) {
    margin-left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body ul.reasons_list_sub li:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body ul.reasons_list_sub li:nth-of-type(n+4) {
    margin-top: -10px;
  }
}
.mce-content-body ul.reasons_list_sub li:nth-of-type(2n) {
  background: rgba(31, 185, 239, 0.85);
}
.mce-content-body ul.reasons_list_sub li span.number {
  font-size: 16px;
  font-family: "QuickSand", sans-serif;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.reasons_list_sub li span.number {
    font-size: max(12px, 12px + 4 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 389px) {
  .mce-content-body ul.reasons_list_sub li span.number {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
.mce-content-body ul.reasons_list_sub li::before {
  display: none;
}
.mce-content-body ul.reasons_list_sub li h4 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Zen maru Gothic", sans-serif;
  text-align: center;
  color: #fff;
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.reasons_list_sub li h4 {
    font-size: max(14px, 14px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 389px) {
  .mce-content-body ul.reasons_list_sub li h4 {
    font-size: max(10px, 10px + 4 * (100vw - 320px) / 69);
  }
}
.mce-content-body .hitokoto {
  margin-bottom: 16px !important;
}
@media screen and (max-width: 767px) {
  .mce-content-body .hitokoto {
    width: 136px;
    max-width: 136px;
    margin-bottom: 10px !important;
  }
}
.mce-content-body .clinic_wrap01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .clinic_wrap01 {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body .clinic_wrap01 {
    grid-template-columns: 1fr;
  }
}
.mce-content-body .clinic_wrap01 .clinic_info .logo img {
  width: 400px;
  max-width: 100%;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .clinic_wrap01 .clinic_info .logo img {
    width: max(250px, 250px + 150 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .clinic_wrap01 .clinic_info .addr, .mce-content-body .clinic_wrap01 .clinic_info .tel, .mce-content-body .clinic_wrap01 .clinic_info .fax {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  background: #E8F9FF;
  border-radius: 5px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .clinic_wrap01 .clinic_info .addr, .mce-content-body .clinic_wrap01 .clinic_info .tel, .mce-content-body .clinic_wrap01 .clinic_info .fax {
    margin-top: max(12px, 12px + 13 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 5 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .clinic_wrap01 .clinic_info .addr h4, .mce-content-body .clinic_wrap01 .clinic_info .tel h4, .mce-content-body .clinic_wrap01 .clinic_info .fax h4 {
  font-size: 16px;
  font-weight: bold;
  width: 88px;
  color: #3e3a39;
  border-bottom: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mce-content-body .clinic_wrap01 .clinic_info .addr h4, .mce-content-body .clinic_wrap01 .clinic_info .tel h4, .mce-content-body .clinic_wrap01 .clinic_info .fax h4 {
    width: 76px;
    font-size: 14px;
  }
}
.mce-content-body .clinic_wrap01 .clinic_info .addr p, .mce-content-body .clinic_wrap01 .clinic_info .tel p, .mce-content-body .clinic_wrap01 .clinic_info .fax p {
  line-height: 1.2;
}
.mce-content-body .clinic_wrap01 .clinic_info .tel {
  margin-top: 20px;
  background: #F9F5E1;
}
@media screen and (max-width: 767px) {
  .mce-content-body .clinic_wrap01 .clinic_info .tel {
    margin-top: 10px;
  }
}
.mce-content-body .clinic_wrap01 .clinic_info .fax {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .mce-content-body .clinic_wrap01 .clinic_info .fax {
    margin-top: 10px;
  }
}
.mce-content-body .clinic_wrap01 .clinic_img img {
  margin: 0;
}
.mce-content-body .schedule table.medical-table {
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 25px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .schedule table.medical-table {
    margin-top: max(12px, 12px + 13 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .schedule table.medical-table th, .mce-content-body .schedule table.medical-table td {
  border: 1px solid #DBD9D1;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  height: 60px;
  width: auto;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .schedule table.medical-table th, .mce-content-body .schedule table.medical-table td {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
    height: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .schedule table.medical-table thead th:nth-of-type(1) {
  width: 300px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .schedule table.medical-table thead th:nth-of-type(1) {
    width: max(100px, 100px + 200 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .schedule table.medical-table thead th {
  background: #1FB9EF;
  color: #fff;
  font-weight: 500;
}
.mce-content-body .schedule table.medical-table tbody {
  background: #fff;
}
.mce-content-body .schedule table.medical-table tbody th {
  height: 40px;
  font-weight: normal;
}
.mce-content-body .schedule table.medical-table tbody td {
  color: #F7BC6B;
}
.mce-content-body .schedule table.medical-table tbody td img {
  margin: 0;
  margin-inline: auto;
}
.mce-content-body .map iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1100/550;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .mce-content-body .map iframe {
    aspect-ratio: 350/210;
    margin-bottom: 10px;
  }
}
.mce-content-body .bus .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .bus .flex {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body .bus .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mce-content-body .bus .flex .access_img {
  width: 45.4545%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .mce-content-body .bus .flex .access_img {
    width: 100%;
    margin-inline: auto;
  }
  .mce-content-body .bus .flex .access_img img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0;
    max-width: 300px;
    margin-inline: auto;
  }
}
.mce-content-body .bus .flex .access_text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mce-content-body .bus .flex .access_text p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .bus .flex .access_text p {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .bus .flex .access_text div.bg_white {
  padding: 20px;
  background: #E8F9FF;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 12px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .bus .flex .access_text div.bg_white {
    margin-top: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body .bus .flex .access_text div.bg_white {
    line-height: 160%;
  }
}
.mce-content-body .bus .flex .access_text p.yellow {
  margin-top: 16px;
  color: #E79F3D;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .bus .flex .access_text p.yellow {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .bus .flex .access_text .bg_blue {
  padding: 7px 10px;
  border-radius: 5px;
  background: #1FB9EF;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .bus .flex .access_text .bg_blue {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
    padding: max(6px, 6px + 1 * (100vw - 390px) / 1049) 10px;
    margin-top: max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
.mce-content-body .bus .flex .access_text .bg_blue span.small {
  font-size: 12px;
  font-weight: normal;
}
.mce-content-body .bus .flex .access_text .btn_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 16px;
  gap: 18px;
}
@media screen and (max-width: 1024px) {
  .mce-content-body .bus .flex .access_text .btn_wrap {
    margin-top: 10px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.mce-content-body .bus .flex .access_text .btn_wrap .btn_rounded {
  width: 100%;
}
.mce-content-body .bus .flex .access_text .btn_wrap .btn_rounded a {
  width: auto;
  height: 45px;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .mce-content-body .bus .flex .access_text .btn_wrap .btn_rounded a {
    font-size: max(14px, 14px + 2 * (100vw - 1025px) / 414);
  }
}
@media screen and (max-width: 1024px) {
  .mce-content-body .bus .flex .access_text .btn_wrap .btn_rounded a {
    height: 40px;
    font-size: 14px;
  }
}
.mce-content-body .service_text_list_wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .mce-content-body .service_text_list_wrap {
    display: none;
  }
}
.mce-content-body ul.service_link_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .mce-content-body ul.service_link_list {
    grid-template-columns: repeat(2, 1fr);
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049) max(10px, 10px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 500px) {
  .mce-content-body ul.service_link_list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.mce-content-body ul.service_link_list li {
  padding: 0;
  margin: 0;
}
.mce-content-body ul.service_link_list li::before {
  display: none;
}
.mce-content-body ul.service_link_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #F7BC6B;
  text-decoration: none;
  color: #3e3a39;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mce-content-body ul.service_link_list li a:hover {
  color: #1FB9EF;
  opacity: 1;
}
.mce-content-body ul.service_link_list li a img {
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.service_link_list li a img {
    width: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
.mce-content-body ul.service_link_list li a .service_list_title {
  font-size: 24px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 1439px) {
  .mce-content-body ul.service_link_list li a .service_list_title {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
.mce-content-body.post-type-implant_column h2, .mce-content-body.post-type-implant_case h2, .mce-content-body.implant h2 {
  background: #3C4D5A;
  color: #fff;
  padding: 10px 20px;
  border-bottom: none;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1439px) {
  .mce-content-body.post-type-implant_column h2, .mce-content-body.post-type-implant_case h2, .mce-content-body.implant h2 {
    padding: 10px max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.mce-content-body.post-type-implant_column h3, .mce-content-body.post-type-implant_case h3, .mce-content-body.implant h3 {
  border-top: 2px solid #23709C;
  border-bottom: 2px solid #23709C;
  border-left: none;
  padding: 10px;
  color: #3C4D5A;
  background: none;
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1439px) {
  .mce-content-body.post-type-implant_column h3, .mce-content-body.post-type-implant_case h3, .mce-content-body.implant h3 {
    padding: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.mce-content-body.post-type-implant_column h4, .mce-content-body.post-type-implant_column h5, .mce-content-body.post-type-implant_column h6, .mce-content-body.post-type-implant_case h4, .mce-content-body.post-type-implant_case h5, .mce-content-body.post-type-implant_case h6, .mce-content-body.implant h4, .mce-content-body.implant h5, .mce-content-body.implant h6 {
  font-family: "Noto Sans JP", sans-serif;
}
.mce-content-body.post-type-implant_column h4, .mce-content-body.post-type-implant_case h4, .mce-content-body.implant h4 {
  color: #3C4D5A;
  border-bottom: 2px solid #3C4D5A;
}
.mce-content-body.post-type-implant_column h5, .mce-content-body.post-type-implant_case h5, .mce-content-body.implant h5 {
  background: #F5F6F8;
}
.mce-content-body.post-type-implant_column h6, .mce-content-body.post-type-implant_case h6, .mce-content-body.implant h6 {
  color: #3C4D5A;
}
.mce-content-body.post-type-implant_column ul, .mce-content-body.post-type-implant_column ul.circle_list, .mce-content-body.post-type-implant_case ul, .mce-content-body.post-type-implant_case ul.circle_list, .mce-content-body.implant ul, .mce-content-body.implant ul.circle_list {
  gap: 10px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body.post-type-implant_column ul, .mce-content-body.post-type-implant_column ul.circle_list, .mce-content-body.post-type-implant_case ul, .mce-content-body.post-type-implant_case ul.circle_list, .mce-content-body.implant ul, .mce-content-body.implant ul.circle_list {
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
.mce-content-body.post-type-implant_column ul li, .mce-content-body.post-type-implant_column ul.circle_list li, .mce-content-body.post-type-implant_case ul li, .mce-content-body.post-type-implant_case ul.circle_list li, .mce-content-body.implant ul li, .mce-content-body.implant ul.circle_list li {
  font-size: 16px;
  line-height: 180%;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  .mce-content-body.post-type-implant_column ul li, .mce-content-body.post-type-implant_column ul.circle_list li, .mce-content-body.post-type-implant_case ul li, .mce-content-body.post-type-implant_case ul.circle_list li, .mce-content-body.implant ul li, .mce-content-body.implant ul.circle_list li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.mce-content-body.post-type-implant_column ul li::before, .mce-content-body.post-type-implant_column ul.circle_list li::before, .mce-content-body.post-type-implant_case ul li::before, .mce-content-body.post-type-implant_case ul.circle_list li::before, .mce-content-body.implant ul li::before, .mce-content-body.implant ul.circle_list li::before {
  background: #23709C;
  width: 10px;
  height: 10px;
  margin-top: 1px;
  margin-right: 5px;
}
.mce-content-body.post-type-implant_column ul li p, .mce-content-body.post-type-implant_column ul.circle_list li p, .mce-content-body.post-type-implant_case ul li p, .mce-content-body.post-type-implant_case ul.circle_list li p, .mce-content-body.implant ul li p, .mce-content-body.implant ul.circle_list li p {
  margin: 0;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .mce-content-body.post-type-implant_column ul li p, .mce-content-body.post-type-implant_column ul.circle_list li p, .mce-content-body.post-type-implant_case ul li p, .mce-content-body.post-type-implant_case ul.circle_list li p, .mce-content-body.implant ul li p, .mce-content-body.implant ul.circle_list li p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.mce-content-body.post-type-implant_column .table_th, .mce-content-body.post-type-implant_case .table_th, .mce-content-body.implant .table_th {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mce-content-body.post-type-implant_column .table_th, .mce-content-body.post-type-implant_case .table_th, .mce-content-body.implant .table_th {
    margin-top: 20px;
  }
}
.mce-content-body.post-type-implant_column .table_th.col2 th, .mce-content-body.post-type-implant_column .table_th.col2 td, .mce-content-body.post-type-implant_case .table_th.col2 th, .mce-content-body.post-type-implant_case .table_th.col2 td, .mce-content-body.implant .table_th.col2 th, .mce-content-body.implant .table_th.col2 td {
  width: 50%;
}
.mce-content-body.post-type-implant_column .table_th.col3 th, .mce-content-body.post-type-implant_column .table_th.col3 td, .mce-content-body.post-type-implant_case .table_th.col3 th, .mce-content-body.post-type-implant_case .table_th.col3 td, .mce-content-body.implant .table_th.col3 th, .mce-content-body.implant .table_th.col3 td {
  width: 33.3333%;
}
.mce-content-body.post-type-implant_column .table_th.col4 th, .mce-content-body.post-type-implant_column .table_th.col4 td, .mce-content-body.post-type-implant_case .table_th.col4 th, .mce-content-body.post-type-implant_case .table_th.col4 td, .mce-content-body.implant .table_th.col4 th, .mce-content-body.implant .table_th.col4 td {
  width: 25%;
}
.mce-content-body.post-type-implant_column .table_th.col5 th, .mce-content-body.post-type-implant_column .table_th.col5 td, .mce-content-body.post-type-implant_case .table_th.col5 th, .mce-content-body.post-type-implant_case .table_th.col5 td, .mce-content-body.implant .table_th.col5 th, .mce-content-body.implant .table_th.col5 td {
  width: 20%;
}
.mce-content-body.post-type-implant_column .table_th.col6 th, .mce-content-body.post-type-implant_column .table_th.col6 td, .mce-content-body.post-type-implant_case .table_th.col6 th, .mce-content-body.post-type-implant_case .table_th.col6 td, .mce-content-body.implant .table_th.col6 th, .mce-content-body.implant .table_th.col6 td {
  width: 16.6667%;
}
.mce-content-body.post-type-implant_column .table_th.col7 th, .mce-content-body.post-type-implant_column .table_th.col7 td, .mce-content-body.post-type-implant_case .table_th.col7 th, .mce-content-body.post-type-implant_case .table_th.col7 td, .mce-content-body.implant .table_th.col7 th, .mce-content-body.implant .table_th.col7 td {
  width: 14.2857%;
}
.mce-content-body.post-type-implant_column .table_th.col8 th, .mce-content-body.post-type-implant_column .table_th.col8 td, .mce-content-body.post-type-implant_case .table_th.col8 th, .mce-content-body.post-type-implant_case .table_th.col8 td, .mce-content-body.implant .table_th.col8 th, .mce-content-body.implant .table_th.col8 td {
  width: 12.5%;
}
.mce-content-body.post-type-implant_column .table_th tbody th, .mce-content-body.post-type-implant_case .table_th tbody th, .mce-content-body.implant .table_th tbody th {
  background: #23709C;
  width: inherit;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .mce-content-body.post-type-implant_column .table_th tbody th, .mce-content-body.post-type-implant_case .table_th tbody th, .mce-content-body.implant .table_th tbody th {
    padding: 5px;
  }
}
.mce-content-body.post-type-implant_column .table_th tbody td, .mce-content-body.post-type-implant_case .table_th tbody td, .mce-content-body.implant .table_th tbody td {
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .mce-content-body.post-type-implant_column .table_th tbody td, .mce-content-body.post-type-implant_case .table_th tbody td, .mce-content-body.implant .table_th tbody td {
    padding: 5px;
  }
}

.top-page-editor ul, .top-page-editor ol {
  margin: 0;
  padding-left: 0;
}
.top-page-editor ul li {
  margin: 0;
  padding-left: 0;
}
.top-page-editor ul li::before {
  display: none;
}
.top-page-editor a {
  text-decoration: none;
}
.top-page-editor h2 {
  font-family: inherit;
  margin: 0;
  padding-bottom: 0;
}
.top-page-editor h2::before, .top-page-editor h2::after {
  display: none;
  position: inherit;
}
.top-page-editor h3 {
  border-left: none;
  background: none;
  padding: 0;
  margin: 0;
}
.top-page-editor h4 {
  color: inherit;
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.top-page-editor section.about {
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.about {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0;
  }
}
.top-page-editor section.about h2 {
  text-align: center;
  position: relative;
  font-family: "Zen maru Gothic", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-page-editor section.about h2::before {
  content: "";
  background: url(../img/top/icon_titlemark.svg) no-repeat center/contain;
  width: 59px;
  height: auto;
  aspect-ratio: 59/30;
  display: block;
  min-width: auto;
}
.top-page-editor section.about h2 span {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.about h2 span {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.about h2 .large {
  font-size: 32px;
  font-weight: bold;
  padding: 3px 0;
  border-top: 2px solid #1FB9EF;
  border-bottom: 2px solid #1FB9EF;
  color: #1FB9EF;
  margin-top: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.about h2 .large {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 500px) {
  .top-page-editor section.about h2 .large {
    width: 100%;
  }
}
.top-page-editor section.about ul.about_list {
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.about ul.about_list {
    margin-top: max(55px, 55px + 10 * (100vw - 390px) / 1049);
    gap: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.about ul.about_list {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}
.top-page-editor section.about ul.about_list li {
  padding: 35px 20px 20px;
  border: 4px solid #EFEFEF;
  position: relative;
  border-radius: 15px;
}
.top-page-editor section.about ul.about_list li::before {
  content: "";
  display: block;
  background: url(../img/top/icon_pin.svg) no-repeat center/contain;
  width: 50px;
  height: auto;
  aspect-ratio: 50/50;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-page-editor section.about ul.about_list li h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Zen maru Gothic", sans-serif;
  text-align: center;
}
.top-page-editor section.about ul.about_list li img {
  width: 100%;
  margin-top: 16px;
  border-radius: 10px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.about ul.about_list li img {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.about ul.about_list li p {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.about ul.about_list li p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.concept {
  padding: 100px 0 150px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.concept {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0 max(75px, 75px + 75 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.concept::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background: url(../img/top/concept_bg.webp) no-repeat center/cover;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.concept::before {
    background: url(../img/top/concept_bg_sp.webp) no-repeat center/cover;
  }
}
.top-page-editor section.concept::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1FB9EF;
  z-index: -2;
  pointer-events: none;
}
.top-page-editor section.concept h2 {
  color: #fff;
}
.top-page-editor section.concept h2::after {
  background: url(../img/top/icon_circles_white.svg) no-repeat center/contain;
}
.top-page-editor section.concept h2 span.en {
  color: #fff;
}
.top-page-editor section.concept .concept_wrap {
  margin-top: 60px;
  background: #fff;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.concept .concept_wrap {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    padding: max(40px, 40px + 40 * (100vw - 390px) / 1049) 0;
  }
}
.top-page-editor section.concept .concept_wrap::before, .top-page-editor section.concept .concept_wrap::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 9px;
  background: -webkit-repeating-linear-gradient(left, #F7BC6B, #F7BC6B 9px, transparent 9px, transparent 19px);
  background: repeating-linear-gradient(90deg, #F7BC6B, #F7BC6B 9px, transparent 9px, transparent 19px);
}
@media screen and (max-width: 767px) {
  .top-page-editor section.concept .concept_wrap::before, .top-page-editor section.concept .concept_wrap::after {
    height: 5px;
  }
}
.top-page-editor section.concept .concept_wrap::before {
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-page-editor section.concept .concept_wrap::after {
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.top-page-editor section.concept .concept_wrap .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.concept .concept_wrap .flex {
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.concept .concept_wrap .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.top-page-editor section.concept .concept_wrap .flex .flex_left {
  width: 51.66%;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.concept .concept_wrap .flex .flex_left {
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
  }
}
.top-page-editor section.concept .concept_wrap .flex .flex_right h3 {
  font-size: 32px;
  font-weight: bold;
  font-family: "Zen maru Gothic", sans-serif;
  color: #1FB9EF;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.concept .concept_wrap .flex .flex_right h3 {
    font-size: max(25px, 25px + 7 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.concept .concept_wrap .flex .flex_right h3 span.fz40 {
  font-size: 40px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.concept .concept_wrap .flex .flex_right h3 span.fz40 {
    font-size: max(32px, 32px + 8 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.concept .concept_wrap .flex .flex_right p {
  line-height: 250%;
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.concept .concept_wrap .flex .flex_right p {
    margin-top: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.concept .concept_wrap .flex .flex_right p {
    line-height: 200%;
  }
}
.top-page-editor section.concept .concept_wrap .flex .flex_right .btn_rounded {
  margin-top: 40px;
  margin-inline: 0;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.concept .concept_wrap .flex .flex_right .btn_rounded {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.contents {
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.contents {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0;
  }
}
.top-page-editor section.contents ul.contents_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.contents ul.contents_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.contents ul.contents_list {
    grid-template-columns: 1fr;
  }
}
.top-page-editor section.contents ul.contents_list li h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Zen maru Gothic", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1FB9EF;
  gap: 5px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.contents ul.contents_list li h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.contents ul.contents_list li h3::before {
  content: "";
  display: block;
  background: url(../img/top/icon_pin.svg) no-repeat center/contain;
  width: 40px;
  height: auto;
  aspect-ratio: 40/40;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.contents ul.contents_list li h3::before {
    width: max(25px, 25px + 15 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.contents ul.contents_list li iframe {
  margin-top: 16px;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.contents ul.contents_list li iframe {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.contents ul.contents_list li img {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.contents ul.contents_list li img {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.banner_wrap01 {
    padding: max(50px, 50px + 10 * (100vw - 390px) / 1049) 0;
  }
}
.top-page-editor section.media {
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.media {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0;
  }
}
.top-page-editor section.media .blog-list {
  margin-top: 95px;
}
.top-page-editor section.media .blog-list .blog-content {
  padding: 60px;
  margin-top: 40px;
  background: #E8F9FF;
  border: 3px solid #1FB9EF;
  border-radius: 20px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.media .blog-list .blog-content {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(25px, 25px + 35 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.media .blog-list .blog-content .blog-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.media .blog-list .blog-content .blog-items {
    gap: max(20px, 20px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  .top-page-editor section.media .blog-list .blog-content .blog-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.media .blog-list .blog-content .blog-items {
    grid-template-columns: 1fr;
  }
}
.top-page-editor section.media .blog-list .blog-content .blog-items.hidden {
  opacity: 0;
}
.top-page-editor section.media .blog-list .blog-content .blog-items a .blog-thumbnail img {
  border-radius: 10px;
  aspect-ratio: 620/400;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-page-editor section.media .blog-list .blog-content .blog-items a .blog-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 16px;
}
.top-page-editor section.media .blog-list .blog-content .blog-items a .blog-meta .blog-date {
  font-family: "Qicksand", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #1FB9EF;
}
.top-page-editor section.media .blog-list .blog-content .blog-items a .blog-meta .blog-category {
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 13.5px;
  display: inline-block;
  background: #1FB9EF;
  color: #fff;
}
.top-page-editor section.media .blog-list .blog-content .blog-items a .blog-title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.media .blog-list .blog-content .blog-items a .blog-title {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.media .blog-list .blog-list-more {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.media .blog-list .blog-list-more {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.media .blog-list .blog-list-more a {
  height: 50px;
}
.top-page-editor section.clinic {
  padding: 100px 0;
  background: #F7FAF6;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.clinic {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0;
  }
}
.top-page-editor section.clinic .clinic_wrap01 {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.clinic .clinic_wrap01 {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.clinic .clinic_wrap01 {
    grid-template-columns: 1fr;
  }
}
.top-page-editor section.clinic .clinic_wrap01 .access_clinic01 img, .top-page-editor section.clinic .clinic_wrap01 .access_clinic02 img {
  border-radius: 10px;
}
.top-page-editor section.clinic .clinic_wrap01 iframe {
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.clinic .clinic_wrap01 iframe {
    height: auto;
    aspect-ratio: 350/210;
  }
}
.top-page-editor section.clinic .clinic_wrap01 .medical-schedule .logo img {
  width: 400px;
  max-width: 100%;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.clinic .clinic_wrap01 .medical-schedule .logo img {
    width: max(250px, 250px + 150 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.clinic .clinic_wrap01 .medical-schedule table.medical-table {
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 25px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.clinic .clinic_wrap01 .medical-schedule table.medical-table {
    margin-top: max(12px, 12px + 13 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.clinic .clinic_wrap01 .medical-schedule table.medical-table th, .top-page-editor section.clinic .clinic_wrap01 .medical-schedule table.medical-table td {
  border: 1px solid #1FB9EF;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  height: 40px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.clinic .clinic_wrap01 .medical-schedule table.medical-table th, .top-page-editor section.clinic .clinic_wrap01 .medical-schedule table.medical-table td {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    height: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.clinic .clinic_wrap01 .medical-schedule table.medical-table thead th:nth-of-type(1) {
  width: 130px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.clinic .clinic_wrap01 .medical-schedule table.medical-table thead th:nth-of-type(1) {
    width: max(100px, 100px + 30 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.clinic .clinic_wrap01 .medical-schedule table.medical-table thead th {
  background: #1FB9EF;
  color: #fff;
  font-weight: bold;
}
.top-page-editor section.clinic .clinic_wrap01 .medical-schedule table.medical-table tbody {
  background: #fff;
}
.top-page-editor section.clinic .clinic_wrap01 .medical-schedule table.medical-table tbody th {
  height: 40px;
  font-weight: normal;
}
.top-page-editor section.clinic .clinic_wrap01 .medical-schedule table.medical-table tbody td {
  color: #F7BC6B;
}
.top-page-editor section.clinic .clinic_wrap01 .medical-schedule table.medical-table tbody td img {
  margin-inline: auto;
}
.top-page-editor section.clinic .clinic_wrap01 .medical-schedule > p {
  margin-top: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.clinic .clinic_wrap01 .medical-schedule > p {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.clinic .clinic_wrap01 .medical-schedule .addr, .top-page-editor section.clinic .clinic_wrap01 .medical-schedule .tel {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  background: #E8F9FF;
  border-radius: 5px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.clinic .clinic_wrap01 .medical-schedule .addr, .top-page-editor section.clinic .clinic_wrap01 .medical-schedule .tel {
    margin-top: max(12px, 12px + 13 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 5 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.clinic .clinic_wrap01 .medical-schedule .addr h4, .top-page-editor section.clinic .clinic_wrap01 .medical-schedule .tel h4 {
  font-size: 16px;
  font-weight: bold;
  width: 88px;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.clinic .clinic_wrap01 .medical-schedule .addr h4, .top-page-editor section.clinic .clinic_wrap01 .medical-schedule .tel h4 {
    width: 76px;
  }
}
.top-page-editor section.clinic .clinic_wrap01 .medical-schedule .addr p, .top-page-editor section.clinic .clinic_wrap01 .medical-schedule .tel p {
  line-height: 1.2;
}
.top-page-editor section.clinic .clinic_wrap01 .medical-schedule .tel {
  margin-top: 10px;
  background: #F9F5E1;
}
.top-page-editor section.clinic .clinic_wrap02 {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.clinic .clinic_wrap02 {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.clinic .clinic_wrap02 .access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.clinic .clinic_wrap02 .access {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.clinic .clinic_wrap02 .access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-page-editor section.clinic .clinic_wrap02 .access .access_wrap {
  border: 1px solid #1FB9EF;
  border-radius: 10px;
  overflow: hidden;
}
.top-page-editor section.clinic .clinic_wrap02 .access .access_wrap h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  background: #1FB9EF;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.clinic .clinic_wrap02 .access .access_wrap h3 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    padding: max(8px, 8px + 2 * (100vw - 390px) / 1049) 0;
  }
}
.top-page-editor section.clinic .clinic_wrap02 .access .access_wrap .flex {
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background: #E8F9FF;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.clinic .clinic_wrap02 .access .access_wrap .flex {
    padding: max(20px, 20px + 5 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.clinic .clinic_wrap02 .access .access_wrap .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-page-editor section.clinic .clinic_wrap02 .access .access_wrap .flex .access_01 {
  width: 37.878%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.clinic .clinic_wrap02 .access .access_wrap .flex .access_01 {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
  .top-page-editor section.clinic .clinic_wrap02 .access .access_wrap .flex .access_01 img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.top-page-editor section.clinic .clinic_wrap02 .access .access_wrap .flex .access_text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.top-page-editor section.clinic .clinic_wrap02 .access .access_wrap .flex .access_text div.bg_white {
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 12px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.clinic .clinic_wrap02 .access .access_wrap .flex .access_text div.bg_white {
    margin-top: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.clinic .clinic_wrap02 .access .access_wrap .flex .access_text div.bg_white {
    line-height: 160%;
  }
}
.top-page-editor section.clinic .clinic_wrap02 .access .access_wrap .flex .access_text p.yellow {
  margin-top: 10px;
  color: #E79F3D;
  font-size: 12px;
  font-weight: 500;
}
.top-page-editor section.clinic .clinic_wrap02 .access .access_wrap .flex .access_text .btn_rounded {
  margin-top: 16px;
}
.top-page-editor section.clinic .clinic_wrap02 .access .access_wrap .flex .access_text .btn_rounded a {
  width: 200px;
  height: 40px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.clinic .clinic_wrap02 .access .access_wrap .flex .access_text .btn_rounded a {
    height: 45px;
  }
}
.top-page-editor section.clinic .clinic_wrap02 .calendar {
  width: 400px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.clinic .clinic_wrap02 .calendar {
    width: 100%;
    height: auto;
    aspect-ratio: 400/300;
  }
}
.top-page-editor section.clinic .clinic_wrap02 .calendar iframe {
  width: 100%;
}
.top-page-editor section.clinic .clinic_wrap02 .calendar p {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0;
}
.top-page-editor section.clinic .clinic_wrap02 .calendar p span:nth-of-type(2n) {
  margin-left: 10px;
}
.top-page-editor section.clinic .btn_wrap {
  margin-top: 60px;
  gap: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.clinic .btn_wrap {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 20 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.clinic .btn_wrap .btn_dashed {
  margin-inline: 0;
}
.top-page-editor section.attempt {
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.attempt {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0;
  }
}
.top-page-editor section.attempt .attempt_wrap {
  padding: 60px;
  background: #E8F9FF;
  border: 3px solid #1FB9EF;
  border-radius: 20px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.attempt .attempt_wrap {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.attempt .attempt_wrap .attempt_text p {
  margin-top: 24px;
}
.top-page-editor section.attempt .attempt_wrap .attempt_text p span.blue {
  font-weight: bold;
}
.top-page-editor section.attempt .attempt_wrap .banner_list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.attempt .attempt_wrap .banner_list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.attempt .attempt_wrap .banner_list {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 30 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.reasons {
  padding-top: 100px;
  background: #F7FAF6;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.reasons {
    padding-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.reasons .reasons_bg {
  margin-top: 60px;
  width: calc(100% - 56px);
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.reasons .reasons_bg {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.reasons .reasons_bg {
    width: 100%;
  }
}
.top-page-editor section.reasons .reasons_wrap {
  padding: 60px;
  border: 5px solid #F7BC6B;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.reasons .reasons_wrap {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.reasons .reasons_wrap {
    border-radius: 10px;
    border: 3px solid #F7BC6B;
  }
}
.top-page-editor section.reasons .reasons_wrap .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.reasons .reasons_wrap .flex {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.reasons .reasons_wrap .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-page-editor section.reasons .reasons_wrap .flex h3 {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.reasons .reasons_wrap .flex h3 {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
}
.top-page-editor section.reasons .reasons_wrap .flex p {
  line-height: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-page-editor section.reasons .reasons_wrap ul.reasons_list_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.reasons .reasons_wrap ul.reasons_list_sub {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.reasons .reasons_wrap ul.reasons_list_sub {
    max-width: 500px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-inline: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li {
  width: 180px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 5px;
  color: #fff;
  background: rgba(247, 188, 107, 0.85);
  font-family: "Zen maru Gothic", sans-serif;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li {
    width: max(120px, 120px + 60 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li {
    width: calc(33.3333333333% + 6.6666666667px);
    gap: 0;
  }
}
.top-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li:not(:first-of-type) {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li:not(:first-of-type) {
    margin-left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(3n+0), .top-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(3n+2) {
    margin-left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(n+4) {
    margin-top: -10px;
  }
}
.top-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(2n) {
  background: rgba(31, 185, 239, 0.85);
}
.top-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li span.number {
  font-size: 16px;
  font-family: "QuickSand", sans-serif;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li span.number {
    font-size: max(12px, 12px + 4 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 389px) {
  .top-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li span.number {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
.top-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li h4 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Zen maru Gothic", sans-serif;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li h4 {
    font-size: max(14px, 14px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 389px) {
  .top-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li h4 {
    font-size: max(10px, 10px + 4 * (100vw - 320px) / 69);
  }
}
.top-page-editor section.reasons ul.reasons_list {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.reasons ul.reasons_list {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  .top-page-editor section.reasons ul.reasons_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .top-page-editor section.reasons ul.reasons_list {
    grid-template-columns: 1fr;
  }
}
.top-page-editor section.reasons ul.reasons_list li {
  height: 420px;
  position: relative;
  padding: 90px 40px 56px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.reasons ul.reasons_list li {
    height: auto;
    min-height: 420px;
    padding: max(68px, 68px + 22 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049) max(30px, 30px + 26 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.reasons ul.reasons_list li {
    height: 100%;
    min-height: auto;
  }
}
@media screen and (max-width: 500px) {
  .top-page-editor section.reasons ul.reasons_list li {
    height: 360px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top-page-editor section.reasons ul.reasons_list li:nth-of-type(2n+1) {
  background: rgba(31, 185, 239, 0.9);
}
.top-page-editor section.reasons ul.reasons_list li:nth-of-type(2n) {
  background: rgba(247, 188, 107, 0.9);
}
.top-page-editor section.reasons ul.reasons_list li:nth-of-type(2n)::before {
  background: #E89A30;
}
.top-page-editor section.reasons ul.reasons_list li:nth-of-type(4) {
  background: rgba(247, 188, 107, 0.85);
}
@media screen and (max-width: 1024px) {
  .top-page-editor section.reasons ul.reasons_list li:nth-of-type(4n+3) {
    background: rgba(247, 188, 107, 0.9);
  }
  .top-page-editor section.reasons ul.reasons_list li:nth-of-type(4n+3)::before {
    background: #E89A30;
  }
}
@media screen and (max-width: 500px) {
  .top-page-editor section.reasons ul.reasons_list li:nth-of-type(4n+3) {
    background: rgba(31, 185, 239, 0.9);
  }
  .top-page-editor section.reasons ul.reasons_list li:nth-of-type(4n+3)::before {
    background: #0096CB;
  }
}
@media screen and (max-width: 1024px) {
  .top-page-editor section.reasons ul.reasons_list li:nth-of-type(4n+4) {
    background: rgba(31, 185, 239, 0.9);
  }
  .top-page-editor section.reasons ul.reasons_list li:nth-of-type(4n+4)::before {
    background: #0096CB;
  }
}
@media screen and (max-width: 500px) {
  .top-page-editor section.reasons ul.reasons_list li:nth-of-type(4n+4) {
    background: rgba(247, 188, 107, 0.9);
  }
  .top-page-editor section.reasons ul.reasons_list li:nth-of-type(4n+4)::before {
    background: #E89A30;
  }
}
.top-page-editor section.reasons ul.reasons_list li::before {
  content: "";
  width: 125px;
  height: 125px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #0096CB;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.reasons ul.reasons_list li::before {
    width: max(90px, 90px + 35 * (100vw - 390px) / 1049);
    height: max(90px, 90px + 35 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.reasons ul.reasons_list li a:hover {
  opacity: 1;
}
.top-page-editor section.reasons ul.reasons_list li .img_wrap {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.top-page-editor section.reasons ul.reasons_list li .img_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-page-editor section.reasons ul.reasons_list li span.number {
  font-size: 56px;
  font-weight: 600;
  font-family: "QuickSand", sans-serif;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 35px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.reasons ul.reasons_list li span.number {
    font-size: max(48px, 48px + 8 * (100vw - 390px) / 1049);
    left: max(15px, 15px + 20 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.reasons ul.reasons_list li h3 {
  font-size: 24px;
  font-family: "Zen maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.top-page-editor section.reasons ul.reasons_list li p {
  line-height: 30px;
  margin-top: 24px;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.reasons ul.reasons_list li p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.treatment {
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.treatment {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0;
  }
}
.top-page-editor section.treatment .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.treatment .flex {
    gap: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.treatment .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-page-editor section.treatment .flex .full-mouse {
  width: 41.818%;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.treatment .flex .full-mouse {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
}
.top-page-editor section.treatment .flex .treatment_text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-page-editor section.treatment .flex .treatment_text h2 {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.top-page-editor section.treatment .flex .treatment_text h2 .fz32 {
  color: #3e3a39;
  font-size: 32px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.treatment .flex .treatment_text h2 .fz32 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.treatment .flex .treatment_text p {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.treatment .flex .treatment_text p {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    font-size: 16px;
  }
}
.top-page-editor section.menu {
  padding: 100px 0;
  background: #E8F9FF;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.menu {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0;
  }
}
.top-page-editor section.menu ul.menu_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.menu ul.menu_list {
    gap: max(20px, 20px + 5 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  .top-page-editor section.menu ul.menu_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.menu ul.menu_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .top-page-editor section.menu ul.menu_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-page-editor section.menu .btn_rounded {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.menu .btn_rounded {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.links {
  padding: 100px 60px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.links {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.links .links_wrap {
  position: relative;
  padding: 65px 0 80px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.links .links_wrap {
    padding: max(34px, 34px + 31 * (100vw - 390px) / 1049) max(20px, 20px + 90 * (100vw - 390px) / 1049) max(40px, 40px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.links .links_wrap {
    grid-template-columns: 1fr;
  }
}
.top-page-editor section.links .links_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/links_bg.webp) no-repeat center/cover;
  opacity: 0.5;
  z-index: -1;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.links .links_wrap::before {
    background: url(../img/top/links_bg_sp.webp) no-repeat center/cover;
  }
}
.top-page-editor section.links .links_wrap .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1100px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.links .links_wrap .grid {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.links .links_wrap .grid {
    grid-template-columns: 1fr;
  }
}
.top-page-editor section.links .links_wrap .links_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-page-editor section.links .links_wrap .links_item .img_wrap {
  width: 280px;
  height: auto;
  aspect-ratio: 1/1;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.links .links_wrap .links_item .img_wrap {
    width: max(166px, 166px + 114 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.links .links_wrap .links_item .text_wrap {
  padding: 180px 40px 40px;
  margin-top: -170px;
  background: #fff;
  border-radius: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.links .links_wrap .links_item .text_wrap {
    padding: max(105px, 105px + 75 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049) 40px;
    margin-top: min(-92px, -92px + -78 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.links .links_wrap .links_item .text_wrap h3 {
  font-family: "Zen maru Gothic", sans-serif;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.links .links_wrap .links_item .text_wrap h3 {
    font-size: max(18px, 18px + 6 * (100vw - 768px) / 671);
  }
}
.top-page-editor section.links .links_wrap .links_item .text_wrap h3 span.marker_yellow {
  font-size: 32px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.links .links_wrap .links_item .text_wrap h3 span.marker_yellow {
    font-size: max(24px, 24px + 8 * (100vw - 768px) / 671);
  }
}
.top-page-editor section.links .links_wrap .links_item .text_wrap p {
  margin-top: 24px;
  margin-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.links .links_wrap .links_item .text_wrap p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.links .links_wrap .links_item .text_wrap .btn_rounded {
  margin-top: auto;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.links .links_wrap .links_item .text_wrap .btn_rounded a {
    width: max(200px, 200px + 50 * (100vw - 768px) / 671);
    height: max(45px, 45px + 15 * (100vw - 768px) / 671);
  }
}
.top-page-editor section.point .point_title_wrap {
  padding: 166px 0 100px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.point .point_title_wrap {
    padding: max(100px, 100px + 66 * (100vw - 390px) / 1049) 0 max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.point .point_title_wrap .img_wrap {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  aspect-ratio: 1440/380;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.point .point_title_wrap .img_wrap {
    aspect-ratio: 390/200;
  }
}
.top-page-editor section.point .point_title_wrap .img_wrap img {
  width: 100%;
  height: 100%;
  max-height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.point .point_title_wrap .img_wrap img {
    max-height: 200px;
  }
}
.top-page-editor section.point .point_title_wrap .inner > .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 33px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.point .point_title_wrap .inner > .flex {
    gap: max(20px, 20px + 13 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.point .point_title_wrap .inner > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.point .point_title_wrap .inner > .flex .point_img01 {
    max-width: 500px;
  }
}
.top-page-editor section.point .point_title_wrap .inner > .flex .point_img02 {
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.point .point_title_wrap .inner > .flex .point_img02 {
    width: calc(100% - 60px);
    max-width: 440px;
    margin-bottom: 0;
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-page-editor section.point .point_list_wrap ul.point_list > li {
  position: relative;
  background: #E8F9FF;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li {
    padding-bottom: 50px;
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .flex .img_wrap {
  width: 44.444%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .flex .img_wrap {
    width: 100%;
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .flex .img_wrap img {
  width: 100%;
  height: 100%;
  border-radius: 0 100px 100px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .flex .img_wrap img {
    border-radius: 0 0 50px 50px;
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner {
  padding: 80px 170px 80px 60px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner {
    padding: max(40px, 40px + 40 * (100vw - 390px) / 1049) max(80px, 80px + 90 * (100vw - 390px) / 1049) max(40px, 40px + 40 * (100vw - 390px) / 1049) max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner {
    padding: 20px 20px 0;
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap .marker_yellow {
  font-size: 40px;
  font-weight: bold;
  font-family: "Zen maru Gothic", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap .marker_yellow {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap h3 {
  margin-top: 16px;
  font-size: 48px;
  font-weight: bold;
  font-family: "Zen maru Gothic", sans-serif;
  color: #fff;
  background: #1FB9EF;
  padding: 10px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap h3 {
    font-size: max(32px, 32px + 16 * (100vw - 390px) / 1049);
    padding: max(8px, 8px + 2 * (100vw - 390px) / 1049) max(20px, 20px + 5 * (100vw - 390px) / 1049);
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap p {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap ul.point_sublist {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap ul.point_sublist {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap ul.point_sublist li {
  width: 205px;
  border-radius: 50%;
  height: auto;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  background: rgba(247, 188, 107, 0.85);
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap ul.point_sublist li {
    width: max(125px, 125px + 80 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap ul.point_sublist li:not(:first-of-type) {
  margin-left: -20px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap ul.point_sublist li:not(:first-of-type) {
    margin-left: min(-13px, -13px + -7 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap ul.point_sublist li:nth-of-type(2n) {
  background: rgba(31, 185, 239, 0.85);
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap ul.point_sublist li h4 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Zen maru Gothic", sans-serif;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap ul.point_sublist li h4 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap .btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap .btn_wrap {
    gap: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap .btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap .btn_wrap .btn_rounded:nth-of-type(2) {
    margin-top: 0;
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap .btn_rounded {
  margin-top: 60px;
  margin-inline: 0;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap .btn_rounded {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap .btn_rounded {
    margin-inline: auto;
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap .btn_rounded a {
  width: 240px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .flex .point_list_inner .text_wrap .btn_rounded a {
    height: 45px;
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li:nth-of-type(2n) {
  background: #F9F5E1;
}
.top-page-editor section.point .point_list_wrap ul.point_list > li:nth-of-type(2n) .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li:nth-of-type(2n) .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li:nth-of-type(2n) .flex .img_wrap img {
  border-radius: 100px 0 0 100px;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li:nth-of-type(2n) .flex .img_wrap img {
    border-radius: 0 0 50px 50px;
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li:nth-of-type(2n) .flex .point_list_inner {
  padding: 80px 60px 80px 170px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li:nth-of-type(2n) .flex .point_list_inner {
    padding: max(40px, 40px + 40 * (100vw - 390px) / 1049) max(30px, 30px + 10 * (100vw - 390px) / 1049) max(40px, 40px + 40 * (100vw - 390px) / 1049) max(80px, 80px + 90 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li:nth-of-type(2n) .flex .point_list_inner {
    padding: 20px 20px 0;
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li:nth-of-type(2n) .flex .point_list_inner .text_wrap h3 {
  background: #F7BC6B;
}
.top-page-editor section.point .point_list_wrap ul.point_list > li:nth-of-type(2), .top-page-editor section.point .point_list_wrap ul.point_list > li:nth-of-type(3) {
  padding-bottom: 80px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li:nth-of-type(2), .top-page-editor section.point .point_list_wrap ul.point_list > li:nth-of-type(3) {
    padding-bottom: max(50px, 50px + 30 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .before-after_wrap {
  margin-top: 60px;
  display: block;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .before-after_wrap {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .before-after_wrap {
    grid-template-columns: 1fr;
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .before-after_wrap .before-after_item {
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .before-after_wrap .before-after_item h3 {
  font-size: 32px;
  font-weight: bold;
  font-family: "Zen maru Gothic", sans-serif;
  text-align: center;
  color: #fff;
  background: #1FB9EF;
  padding: 17px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .before-after_wrap .before-after_item h3 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
    padding: max(7px, 7px + 10 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .before-after_wrap .before-after_item .before-after_item_wrap {
  padding: 25px;
  background: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .before-after_wrap .before-after_item .before-after_item_wrap {
    padding: max(20px, 20px + 5 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 24px;
  border: 1px solid #DFDFDF;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt {
  width: 100px;
  padding: 12px;
  background: #F7BC6B;
  color: #fff;
  font-weight: bold;
  display: grid;
  place-items: center;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt {
    width: max(80px, 80px + 20 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt:not(:first-of-type) {
  border-top: 1px solid #DFDFDF;
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd {
  width: calc(100% - 100px);
  padding: 10px;
  background: #F9F9F9;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd {
    width: calc(100% - max(80px, 80px + 20 * (100vw - 390px) / 1049));
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.point .point_list_wrap ul.point_list > li .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd {
    line-height: 180%;
  }
}
.top-page-editor section.point .point_list_wrap ul.point_list > li .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd:not(:first-of-type) {
  border-top: 1px solid #DFDFDF;
}
.top-page-editor section.message {
  padding: 400px 0 100px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.message {
    padding: max(150px, 150px + 250 * (100vw - 390px) / 1049) 0 max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.message .message_bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/580;
  max-height: 580px;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.message .message_bg {
    aspect-ratio: 390/240;
    max-height: 240px;
  }
}
.top-page-editor section.message .inner {
  position: relative;
  z-index: 1;
}
.top-page-editor section.message .message_wrap {
  border-radius: 20px;
  background: rgba(51, 51, 51, 0.9);
  padding: 60px 60px 130px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.message .message_wrap {
    padding: max(40px, 40px + 20 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049) max(40px, 40px + 90 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.message .message_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-page-editor section.message .message_wrap .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.message .message_wrap .flex {
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.message .message_wrap .flex {
    display: contents;
  }
}
.top-page-editor section.message .message_wrap .flex .title {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.message .message_wrap .flex .title {
    display: contents;
  }
}
.top-page-editor section.message .message_wrap .flex .title h2 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.message .message_wrap .flex .title h2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.top-page-editor section.message .message_wrap .flex .title h2::after {
  display: none;
}
.top-page-editor section.message .message_wrap .flex .title h2 span.en {
  color: #fff;
  margin-bottom: 0;
}
.top-page-editor section.message .message_wrap .flex .title .btn_rounded {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.message .message_wrap .flex .title .btn_rounded {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 30px;
  }
}
.top-page-editor section.message .message_wrap .flex .title .btn_rounded a {
  width: 240px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.message .message_wrap .flex .title .btn_rounded a {
    width: 200px;
    height: 45px;
  }
}
.top-page-editor section.message .message_wrap .flex .text {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-page-editor section.message .message_wrap .flex .text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}
.top-page-editor section.message .message_wrap .flex .text h3 {
  font-size: 32px;
  font-weight: bold;
  font-family: "Zen maru Gothic", sans-serif;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.message .message_wrap .flex .text h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.message .message_wrap .flex .text p {
  margin-top: 24px;
  line-height: 35px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.message .message_wrap .flex .text p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.message .message_wrap .flex .text p {
    line-height: 180%;
  }
}
.top-page-editor section.message .message_wrap .flex .text .name {
  font-size: 24px;
  margin-top: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.message .message_wrap .flex .text .name {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.message .message_wrap .flex .text .name .small {
  font-size: 16px;
  margin-right: 10px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.message .message_wrap .flex .text .name .small {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.message .message_wrap .btn_wrap {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.message .message_wrap .btn_wrap {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  .top-page-editor section.message .message_wrap .btn_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.message .message_wrap .btn_wrap {
    grid-template-columns: 1fr;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 50px;
  }
}
.top-page-editor section.message .message_wrap .btn_wrap .btn_dashed {
  margin-inline: 0;
}
.top-page-editor section.message .message_wrap .btn_wrap .btn_dashed a {
  width: 300px;
}
.top-page-editor section.faq {
  padding: 100px 0;
  background: #F7FAF6;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.faq {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0;
  }
}
.top-page-editor section.column {
  padding-top: 100px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.column {
    padding-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.column ul.column_list {
  margin-top: 95px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.column ul.column_list {
    margin-top: max(60px, 60px + 35 * (100vw - 390px) / 1049);
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.column ul.column_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .top-page-editor section.column ul.column_list {
    grid-template-columns: 1fr;
  }
}
.top-page-editor section.column ul.column_list li a .post_title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.column ul.column_list li a .post_title {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.column .btn {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.column .btn {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.column .btn a {
  width: 240px;
  height: 50px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.column .btn a {
    width: max(200px, 200px + 40 * (100vw - 390px) / 1049);
    height: max(45px, 45px + 15 * (100vw - 390px) / 1049);
  }
}
.top-page-editor .splide {
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor .splide {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
.top-page-editor .splide ul.splide__list img {
  aspect-ratio: 300/210;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .top-page-editor .splide ul.splide__list img {
    aspect-ratio: 180/126;
  }
}
.top-page-editor section.about-us {
  padding: 100px 60px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.about-us {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.about-us .about-us_wrap {
  position: relative;
  padding: 80px 0;
}
.top-page-editor section.about-us .about-us_wrap::before {
  content: "";
  background: url(../img/top/about-us_bg.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
  border-radius: 20px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.about-us .about-us_wrap {
    padding: max(40px, 40px + 20 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.about-us .about-us_wrap {
    background: url(../img/top/top_about-us_bg_sp.webp) no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.about-us .about-us_wrap .inner {
    padding: 0;
  }
}
.top-page-editor section.about-us .about-us_wrap .box {
  background: #fff;
  padding: 60px 80px 80px;
  border-radius: 15px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.about-us .about-us_wrap .box {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 60 * (100vw - 390px) / 1049) max(30px, 30px + 50 * (100vw - 390px) / 1049);
  }
}
.top-page-editor section.about-us .about-us_wrap .about-us_text {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.about-us .about-us_wrap .about-us_text {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor section.about-us .about-us_wrap .about-us_text {
    text-align: left;
  }
}
.top-page-editor section.about-us .about-us_wrap .about-us_text p {
  line-height: 180%;
}
.top-page-editor section.about-us .about-us_wrap .btn_rounded {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor section.about-us .about-us_wrap .btn_rounded {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor .pc-on {
    display: none;
  }
}
.top-page-editor .tb-on {
  display: none;
}
@media screen and (max-width: 1024px) {
  .top-page-editor .tb-on {
    display: block;
  }
}
.top-page-editor .sp-on {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-page-editor .sp-on {
    display: block;
  }
}
.top-page-editor .text-left {
  text-align: left;
}
.top-page-editor .text-center {
  text-align: center;
}
.top-page-editor .text-right {
  text-align: right;
}
.top-page-editor .bold {
  font-weight: bold;
}
.top-page-editor .dib {
  display: inline-block;
}
.top-page-editor .inner {
  max-width: calc(1100px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (max-width: 500px) {
  .top-page-editor .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 389px) {
  .top-page-editor .inner {
    padding: 0 max(15px, 15px + 5 * (100vw - 320px) / 69);
  }
}
.top-page-editor img {
  max-width: 100%;
  display: block;
  height: auto;
}
.top-page-editor .marker_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFF2B6));
  background: -webkit-linear-gradient(transparent 80%, #FFF2B6 80%);
  background: linear-gradient(transparent 80%, #FFF2B6 80%);
}
.top-page-editor main.page .marker_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFFF93));
  background: -webkit-linear-gradient(transparent 70%, #FFFF93 70%);
  background: linear-gradient(transparent 70%, #FFFF93 70%);
  font-weight: bold;
}
.top-page-editor h1 {
  font-size: 36px;
}
.top-page-editor p {
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  .top-page-editor p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .top-page-editor p {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
.top-page-editor h2.section_title {
  font-size: 40px;
  font-family: "Zen maru Gothic", sans-serif;
  font-weight: bold;
  color: #1FB9EF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .top-page-editor h2.section_title {
    font-size: max(28px, 28px + 12 * (100vw - 390px) / 1049);
  }
}
.top-page-editor h2.section_title::after {
  content: "";
  width: 35px;
  height: 5px;
  display: block;
  background: url(../img/top/icon_circles.svg) no-repeat center/contain;
  margin-top: 10px;
}
.top-page-editor h2.section_title span.en {
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
  display: block;
  color: #CACACA;
  margin-bottom: 5px;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  .top-page-editor h2.section_title span.en {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
.top-page-editor h2.section_title.pen::before {
  content: "";
  width: 256px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: auto;
  aspect-ratio: 256/108;
  display: block;
  background: url(../img/top/title_bg_pen.webp) no-repeat center/contain;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .top-page-editor h2.section_title.pen::before {
    width: max(190px, 190px + 66 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor h2.section_title.pen::before {
    top: 14px;
  }
}
.top-page-editor .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.top-page-editor .btn a {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-page-editor .btn a:hover {
  opacity: 1;
}
.top-page-editor .btn a .icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.top-page-editor .btn_square a {
  width: 240px;
  height: 80px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: #1FB9EF;
  font-family: "Zen maru Gothic", sans-serif;
  overflow: hidden;
  position: relative;
}
.top-page-editor .btn_square a span {
  z-index: 1;
}
.top-page-editor .btn_square a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #F7BC6B;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  z-index: 0;
}
.top-page-editor .btn_square a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.top-page-editor .btn_square a::after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #fff;
  pointer-events: none;
}
.top-page-editor .btn_rounded a {
  width: 250px;
  height: 60px;
  font-size: 18px;
  color: #1FB9EF;
  background: #fff;
  border: 2px solid #1FB9EF;
  font-family: "Zen maru Gothic", sans-serif;
  font-weight: bold;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top-page-editor .btn_rounded a {
    width: 200px;
    height: 45px;
    font-size: 16px;
  }
}
.top-page-editor .btn_rounded a::after {
  content: "";
  width: 20px;
  height: auto;
  margin-top: 3px;
  aspect-ratio: 1/1;
  background: url(../img/top/icon_arrow_right.svg) no-repeat center/contain;
}
.top-page-editor .btn_rounded a:hover {
  background: #1FB9EF;
  color: #fff;
}
.top-page-editor .btn_dashed a {
  width: 240px;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  background: #1FB9EF;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-family: "Zen maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .top-page-editor .btn_dashed a {
    width: 170px;
    height: 50px;
    font-size: 16px;
  }
}
.top-page-editor .btn_dashed a .icon {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .top-page-editor .btn_dashed a .icon {
    width: 20px;
    height: 20px;
  }
}
.top-page-editor .btn_dashed a::after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px dashed #fff;
  pointer-events: none;
}
.top-page-editor .btn_dashed a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-page-editor .btn_implant a {
  width: 280px;
  height: 60px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  color: #23709C;
  border: 1px solid #23709C;
}
@media screen and (max-width: 1439px) {
  .top-page-editor .btn_implant a {
    width: max(240px, 240px + 40 * (100vw - 390px) / 1049);
    height: max(50px, 50px + 10 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
.top-page-editor .btn_implant a .icon {
  width: 27px;
  height: 6px;
  background: url(../img/lp_implant/icon_btn_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top-page-editor .btn_implant a .icon {
    width: 20px;
  }
}
.top-page-editor .btn_square.btn_orange a::before {
  background: #1FB9EF;
}
.top-page-editor .btn_square.btn_navy a::before {
  background: #23709C;
}
.top-page-editor .btn_white a {
  color: #1FB9EF;
  background: #fff;
}
.top-page-editor .btn_orange a {
  background: #F7BC6B;
}
.top-page-editor .btn_blue a {
  background: #1FB9EF;
}
.top-page-editor .btn_navy a {
  background: #3C4D5A;
}
.top-page-editor .btn_dashed.btn_white a::after {
  border: 2px dashed #1FB9EF;
}
.top-page-editor .btn_chewing-power .icon {
  background-image: url(../img/top/icon_chewing-power.svg);
}
.top-page-editor .btn_tel .icon {
  background-image: url(../img/top/icon_tel.svg);
}
.top-page-editor .btn_web .icon {
  background-image: url(../img/top/icon_web.svg);
}
.top-page-editor .btn_access-train .icon {
  background-image: url(../img/top/icon_access-train.svg);
}
.top-page-editor .btn_menu .icon {
  background-image: url(../img/top/icon_menu.svg);
}
.top-page-editor .btn_access-map .icon {
  background-image: url(../img/top/icon_access-map.svg);
}
.top-page-editor .btn_comment .icon {
  background-image: url(../img/top/icon_comment.svg);
}
.top-page-editor .btn_dentist .icon {
  background-image: url(../img/top/icon_dentist.svg);
}
.top-page-editor .btn_staff .icon {
  background-image: url(../img/top/icon_staff.svg);
}
.top-page-editor .btn_important .icon {
  background-image: url(../img/top/icon_important.svg);
}
.top-page-editor .banner_wrap {
  background: #F7FAF6;
  padding: 60px 0;
}
@media screen and (max-width: 1439px) {
  .top-page-editor .banner_wrap {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}
.top-page-editor .banner_wrap ul.banner_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .top-page-editor .banner_wrap ul.banner_list {
    gap: 20px;
  }
}
.top-page-editor .banner_wrap ul.banner_list li {
  width: calc(33.3333333333% - 26.6666666667px);
}
@media screen and (max-width: 1024px) {
  .top-page-editor .banner_wrap ul.banner_list li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .top-page-editor .banner_wrap ul.banner_list li {
    width: 100%;
  }
}
.top-page-editor a {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.top-page-editor a:hover {
  opacity: 0.7;
}
.top-page-editor .blue {
  color: #1FB9EF;
}
.top-page-editor .orange {
  color: #F7BC6B;
}
.top-page-editor .fz10 {
  font-size: 10px;
}
.top-page-editor .fz12 {
  font-size: 12px;
}
.top-page-editor .fz14 {
  font-size: 14px;
}
.top-page-editor .fz15 {
  font-size: 15px;
}
.top-page-editor .fz16 {
  font-size: 16px;
}
.top-page-editor .fz18 {
  font-size: 18px;
}
.top-page-editor .fz20 {
  font-size: 20px;
}
.top-page-editor .fz22 {
  font-size: 22px;
}
.top-page-editor .fz24 {
  font-size: 24px;
}
.top-page-editor .fz26 {
  font-size: 26px;
}
.top-page-editor .fz28 {
  font-size: 28px;
}
.top-page-editor .fz30 {
  font-size: 30px;
}
.top-page-editor .fz32 {
  font-size: 32px;
}
.top-page-editor .fz34 {
  font-size: 34px;
}
.top-page-editor .fz36 {
  font-size: 36px;
}
.top-page-editor .fz38 {
  font-size: 38px;
}
.top-page-editor .fz40 {
  font-size: 40px;
}
.top-page-editor .fz48 {
  font-size: 48px;
}
.top-page-editor .fz56 {
  font-size: 56px;
}
.top-page-editor .fz64 {
  font-size: 64px;
}
.top-page-editor .fz72 {
  font-size: 72px;
}
.top-page-editor .fz80 {
  font-size: 80px;
}
.top-page-editor .fz88 {
  font-size: 88px;
}
.top-page-editor .fz96 {
  font-size: 96px;
}
.top-page-editor .fz100 {
  font-size: 100px;
}

.implant-page-editor ul, .implant-page-editor ol {
  margin: 0;
  padding-left: 0;
}
.implant-page-editor ul li {
  margin: 0;
  padding-left: 0;
}
.implant-page-editor ul li::before {
  display: none;
}
.implant-page-editor a {
  text-decoration: none;
}
.implant-page-editor h2 {
  font-family: inherit;
  margin: 0;
  padding-bottom: 0;
}
.implant-page-editor h2::before, .implant-page-editor h2::after {
  display: none;
  position: inherit;
}
.implant-page-editor h3 {
  border-left: none;
  background: none;
  padding: 0;
  margin: 0;
}
.implant-page-editor h4 {
  color: inherit;
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.implant-page-editor ul.circle_list {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
}
.implant-page-editor ul.circle_list li::before {
  display: none;
}
.implant-page-editor section {
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0;
  }
}
.implant-page-editor section.contact {
  padding-bottom: 190px;
  background: #F5F6F8;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.contact {
    padding-bottom: max(120px, 120px + 70 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.contact::before {
  content: "";
  width: 48.819%;
  height: 140px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgba(26, 117, 163, 0.5);
  z-index: 0;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.contact::before {
    height: max(90px, 90px + 50 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.contact::after {
  content: "";
  width: 100%;
  height: 190px;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(26, 117, 163, 0.8);
  z-index: 1;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.contact::after {
    height: max(120px, 120px + 70 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.contact .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.contact .flex {
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.contact .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.implant-page-editor section.contact .flex .contact_img {
  width: 40.909%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.contact .flex .contact_img {
    width: 100%;
  }
}
.implant-page-editor section.contact .flex .contact_text h2 {
  font-size: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 48px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.contact .flex .contact_text h2 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
    margin-bottom: max(20px, 20px + 28 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.contact .flex .contact_text h2::after {
  display: none;
}
.implant-page-editor section.contact .flex .contact_text .btn {
  margin-top: 60px;
  margin-inline: 0;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.contact .flex .contact_text .btn {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.concept {
  position: relative;
}
.implant-page-editor section.concept::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(60, 77, 90, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.implant-page-editor section.concept::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/lp_implant/concept_bg.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.concept::after {
    background: url(../img/lp_implant/concept_bg_sp.webp) no-repeat center/cover;
  }
}
.implant-page-editor section.concept .concept_wrap {
  padding: 100px 30px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.concept .concept_wrap {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 30px;
  }
}
.implant-page-editor section.concept .concept_wrap::before {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid #23709C;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.concept .concept_wrap::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.implant-page-editor section.concept .concept_wrap .concept_text {
  text-align: center;
}
.implant-page-editor section.concept .concept_wrap .concept_text p {
  font-size: 20px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.concept .concept_wrap .concept_text p {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.case h2 span.small {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.case h2 span.small {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.case .before-after_wrap {
  display: block;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.case .before-after_wrap {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.case .before-after_wrap {
    grid-template-columns: 1fr;
  }
}
.implant-page-editor section.case .before-after_wrap .before-after_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  background: #F5F6F8;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.case .before-after_wrap .before-after_item {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.case .before-after_wrap .before-after_item h3 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #3C4D5A;
  padding: 13px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.case .before-after_wrap .before-after_item h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    padding: max(14px, 14px + 3 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.case .before-after_wrap .before-after_item > p {
  font-size: 20px;
  color: #3C4D5A;
  margin-top: 24px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.case .before-after_wrap .before-after_item > p {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.case .before-after_wrap .before-after_item .before-after_item_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.case .before-after_wrap .before-after_item .before-after_item_wrap {
    margin-top: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 1px solid #DFDFDF;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt {
  width: 80px;
  padding: 10px 8px;
  background: #23709C;
  color: #fff;
  font-weight: bold;
  display: grid;
  place-items: center;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt {
    width: max(60px, 60px + 20 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt:not(:first-of-type) {
  border-top: 1px solid #DFDFDF;
}
.implant-page-editor section.case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd {
  width: calc(100% - 80px);
  padding: 10px;
  background: #fff;
  font-size: 16px;
  line-height: 160%;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd {
    width: calc(100% - max(60px, 60px + 20 * (100vw - 390px) / 1049));
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd:not(:first-of-type) {
  border-top: 1px solid #DFDFDF;
}
.implant-page-editor section.treatment {
  background: #F5F6F8;
}
.implant-page-editor section.treatment .treatment_wrap ul.case_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 900px;
  margin-inline: auto;
}
.implant-page-editor section.treatment .treatment_wrap ul.case_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #C4C4C4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.treatment .treatment_wrap ul.case_list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.implant-page-editor section.treatment .treatment_wrap ul.case_list li a::before {
  width: 60px;
  height: 1px;
  background: #23709C;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.treatment .treatment_wrap ul.case_list li a::before {
    width: 40px;
  }
}
.implant-page-editor section.treatment .treatment_wrap ul.case_list li a::after {
  content: "";
  width: 27px;
  height: 6px;
  background: url(../img/lp_implant/icon_btn_arrow.svg) center/contain no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.treatment .treatment_wrap ul.case_list li a::after {
    width: 20px;
    background: url(../img/lp_implant/icon_btn_arrow_sp.svg) center/contain no-repeat;
  }
}
.implant-page-editor section.treatment .treatment_wrap ul.case_list li a .post_title {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.treatment .treatment_wrap ul.case_list li a .post_title {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.treatment .treatment_wrap .btn {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.treatment .treatment_wrap .btn {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.doctor {
  background: #3C4D5A;
}
.implant-page-editor section.doctor .doctor_wrap01 {
  color: #fff;
  padding-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.doctor .doctor_wrap01 {
    padding-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.doctor .doctor_wrap01 .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.doctor .doctor_wrap01 .flex {
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.doctor .doctor_wrap01 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.implant-page-editor section.doctor .doctor_wrap01 .flex .doctor_img {
  width: 36.363%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.doctor .doctor_wrap01 .flex .doctor_img {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.doctor .doctor_wrap01 .flex .doctor_img {
    width: 100%;
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.implant-page-editor section.doctor .doctor_wrap01 .flex .doctor_text h2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
}
.implant-page-editor section.doctor .doctor_wrap01 .flex .doctor_text h2::after {
  background: #fff;
}
.implant-page-editor section.doctor .doctor_wrap01 .flex .doctor_text h2 span.en {
  color: #fff;
}
.implant-page-editor section.doctor .doctor_wrap01 .flex .doctor_text p {
  font-weight: 400;
  line-height: 180%;
}
.implant-page-editor section.doctor .doctor_wrap01 .flex .doctor_text .name_wrap {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #fff;
  text-align: right;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.doctor .doctor_wrap01 .flex .doctor_text .name_wrap {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    padding-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.doctor .doctor_wrap01 .flex .doctor_text .name_wrap .katagaki {
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.doctor .doctor_wrap01 .flex .doctor_text .name_wrap .katagaki {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.doctor .doctor_wrap01 .flex .doctor_text .name_wrap .name {
  font-size: 32px;
  font-weight: 500;
  margin-left: 20px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.doctor .doctor_wrap01 .flex .doctor_text .name_wrap .name {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
    margin-left: max(5px, 5px + 15 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.doctor .doctor_wrap02 {
  background: rgba(255, 255, 255, 0.1);
  padding: 60px 0;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.doctor .doctor_wrap02 {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}
.implant-page-editor section.doctor .doctor_wrap02 .keireki_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.doctor .doctor_wrap02 .keireki_wrap {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.doctor .doctor_wrap02 .keireki_wrap {
    grid-template-columns: 1fr;
  }
}
.implant-page-editor section.doctor .doctor_wrap02 .keireki_wrap .keireki_item {
  padding: 30px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.doctor .doctor_wrap02 .keireki_wrap .keireki_item {
    padding: max(25px, 25px + 5 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.doctor .doctor_wrap02 .keireki_wrap .keireki_item::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #3C4D5A;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.implant-page-editor section.doctor .doctor_wrap02 .keireki_wrap .keireki_item h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  background: #3C4D5A;
  color: #fff;
  padding: 5px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.doctor .doctor_wrap02 .keireki_wrap .keireki_item h3 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.doctor .doctor_wrap02 .keireki_wrap .keireki_item p {
  margin-top: 24px;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.doctor .doctor_wrap02 .keireki_wrap .keireki_item p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.contents {
  padding: 60px 0;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.contents {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}
.implant-page-editor section.contents ul.contents_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.contents ul.contents_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.contents ul.contents_list {
    grid-template-columns: 1fr;
  }
}
.implant-page-editor section.contents ul.contents_list li h3 {
  font-size: 24px;
  font-weight: 500;
  color: #3C4D5A;
  padding-bottom: 15px;
  border-bottom: 1px solid #23709C;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.contents ul.contents_list li h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    padding-bottom: max(10px, 10px + 5 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.contents ul.contents_list li iframe {
  margin-top: 20px;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.contents ul.contents_list li iframe {
    margin-top: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.contents ul.contents_list li img {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.contents ul.contents_list li img {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.banner_wrap01 {
  padding: 60px 0;
  background: #F5F6F8;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.banner_wrap01 {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}
.implant-page-editor section.banner_wrap01 ul.banner_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .implant-page-editor section.banner_wrap01 ul.banner_list {
    gap: 20px;
  }
}
.implant-page-editor section.banner_wrap01 ul.banner_list li {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1024px) {
  .implant-page-editor section.banner_wrap01 ul.banner_list li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.banner_wrap01 ul.banner_list li {
    width: 100%;
  }
}
.implant-page-editor section.worries {
  background: #23709C;
}
.implant-page-editor section.worries h2 {
  color: #fff;
}
.implant-page-editor section.worries h2::after {
  background: #fff;
}
.implant-page-editor section.worries h2 span.en {
  color: #fff;
}
.implant-page-editor section.worries ul.menu_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.worries ul.menu_list {
    gap: max(10px, 10px + 15 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  .implant-page-editor section.worries ul.menu_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.worries ul.menu_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .implant-page-editor section.worries ul.menu_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.implant-page-editor section.implant .implant_wrap01 {
  background: #F5F6F8;
  padding: 60px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.implant .implant_wrap01 {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(15px, 15px + 25 * (100vw - 390px) / 1049);
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.implant .implant_wrap01 .implant_wrap01_item .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.implant .implant_wrap01 .implant_wrap01_item .flex {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.implant .implant_wrap01 .implant_wrap01_item .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.implant-page-editor section.implant .implant_wrap01 .implant_wrap01_item .flex .img_wrap {
  width: 29.411%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.implant .implant_wrap01 .implant_wrap01_item .flex .img_wrap {
    width: 100%;
  }
}
.implant-page-editor section.implant .implant_wrap01 .implant_wrap01_item .flex .text_wrap p {
  line-height: 180%;
}
.implant-page-editor section.implant .implant_wrap01 .implant_wrap01_item:nth-of-type(2n) .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.implant .implant_wrap01 .implant_wrap01_item:nth-of-type(2n) .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.implant-page-editor section.implant .implant_wrap02 {
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.implant .implant_wrap02 {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.implant .implant_wrap02 .table_wrap {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.implant .implant_wrap02 .table_wrap {
    overflow-x: scroll;
  }
}
.implant-page-editor section.implant .implant_wrap02 .table_wrap table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 1030px;
}
.implant-page-editor section.implant .implant_wrap02 .table_wrap table tr:last-of-type th, .implant-page-editor section.implant .implant_wrap02 .table_wrap table tr:last-of-type td {
  border-bottom: 1px solid #DFDFDF;
}
.implant-page-editor section.implant .implant_wrap02 .table_wrap table tr:nth-of-type(1) th {
  background: #62A9D1;
}
.implant-page-editor section.implant .implant_wrap02 .table_wrap table tr:nth-of-type(2) th {
  background: #23709C;
}
.implant-page-editor section.implant .implant_wrap02 .table_wrap table tr:nth-of-type(3) th {
  background: #3C4D5A;
}
.implant-page-editor section.implant .implant_wrap02 .table_wrap table tr th {
  width: 170px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.implant .implant_wrap02 .table_wrap table tr th {
    width: max(120px, 120px + 50 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 2 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049) 10px;
  }
}
.implant-page-editor section.implant .implant_wrap02 .table_wrap table tr td {
  padding: 25px 20px;
  border-top: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
}
.implant-page-editor section.implant .implant_wrap02 .table_wrap table tr td:last-of-type {
  border-right: 1px solid #DFDFDF;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.implant .implant_wrap02 .table_wrap table tr td {
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049) max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.implant .implant_wrap02 .table_wrap table tr td h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.implant .implant_wrap02 .table_wrap table tr td h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.implant .implant_wrap02 .table_wrap table tr td .img_wrap {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.implant .implant_wrap02 .table_wrap table tr td .img_wrap {
    margin-top: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.implant .implant_wrap02 .table_wrap table tr td .img_wrap img {
  display: block;
  width: 280px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.implant .implant_wrap02 .table_wrap table tr td .img_wrap img {
    width: max(200px, 200px + 80 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.implant .implant_wrap02 .table_wrap table tr td h4 {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.implant .implant_wrap02 .table_wrap table tr td h4 {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.implant .implant_wrap02 .table_wrap table tr td p {
  font-size: 14px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.implant .implant_wrap02 .table_wrap table tr td p {
    font-size: max(12px, 12px + 2 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.implant .implant_wrap02 .table_wrap table tr:nth-of-type(1) p {
  margin-top: 16px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.implant .implant_wrap02 .table_wrap table tr:nth-of-type(1) p {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.implant .implant_wrap02 .table_wrap table tr.merit h4:not(:first-of-type), .implant-page-editor section.implant .implant_wrap02 .table_wrap table tr.demerit h4:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.implant .implant_wrap02 .table_wrap table tr.merit h4:not(:first-of-type), .implant-page-editor section.implant .implant_wrap02 .table_wrap table tr.demerit h4:not(:first-of-type) {
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.implant .implant_wrap02 .table_wrap table tr.merit p, .implant-page-editor section.implant .implant_wrap02 .table_wrap table tr.demerit p {
  font-size: 14px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.implant .implant_wrap02 .table_wrap table tr.merit p, .implant-page-editor section.implant .implant_wrap02 .table_wrap table tr.demerit p {
    font-size: max(12px, 12px + 2 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.implant .implant_wrap02 .table_wrap table tr.merit h4 {
  color: #23709C;
}
.implant-page-editor section.implant .implant_wrap02 .table_wrap table tr.demerit h4 {
  color: #3C4D5A;
}
.implant-page-editor section.deficiency {
  background: #F5F6F8;
  padding-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.deficiency {
    padding-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.deficiency h2 span.small {
  font-size: 40px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.deficiency h2 span.small {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.deficiency .inner > .flex {
  padding-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.deficiency .inner > .flex {
    padding-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.deficiency .inner > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.implant-page-editor section.deficiency .inner > .flex .img_wrap {
  width: 31.81%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.deficiency .inner > .flex .img_wrap {
    width: 100%;
  }
}
.implant-page-editor section.deficiency .inner > .flex .text_wrap p {
  line-height: 180%;
}
.implant-page-editor section.deficiency .deficiency_wrap {
  margin-top: 60px;
  padding: 60px;
  background: #fff;
  border: 1px solid #23709C;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.deficiency .deficiency_wrap {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.deficiency .deficiency_wrap span.top::before, .implant-page-editor section.deficiency .deficiency_wrap span.top::after, .implant-page-editor section.deficiency .deficiency_wrap span.bottom::before, .implant-page-editor section.deficiency .deficiency_wrap span.bottom::after {
  content: "";
  position: absolute;
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  background: #23709C;
  display: block;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.deficiency .deficiency_wrap span.top::before, .implant-page-editor section.deficiency .deficiency_wrap span.top::after, .implant-page-editor section.deficiency .deficiency_wrap span.bottom::before, .implant-page-editor section.deficiency .deficiency_wrap span.bottom::after {
    width: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.deficiency .deficiency_wrap span.top::before {
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.implant-page-editor section.deficiency .deficiency_wrap span.top::after {
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.implant-page-editor section.deficiency .deficiency_wrap span.bottom::before {
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.implant-page-editor section.deficiency .deficiency_wrap span.bottom::after {
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.implant-page-editor section.deficiency .deficiency_wrap .deficiency_item {
  background: #E9F7FF;
  padding: 40px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.deficiency .deficiency_wrap .deficiency_item {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.deficiency .deficiency_wrap .deficiency_item h3 {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 18px;
  color: #23709C;
  border-bottom: 1px solid #23709C;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.deficiency .deficiency_wrap .deficiency_item h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    padding-bottom: max(15px, 15px + 3 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1439px) and (max-width: 1439px) {
  .implant-page-editor section.deficiency .deficiency_wrap .deficiency_item h3 {
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.deficiency .deficiency_wrap .deficiency_item .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.deficiency .deficiency_wrap .deficiency_item .flex {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.deficiency .deficiency_wrap .deficiency_item .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.implant-page-editor section.deficiency .deficiency_wrap .deficiency_item .flex .img_wrap {
  width: 33.3333%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.deficiency .deficiency_wrap .deficiency_item .flex .img_wrap {
    width: 100%;
  }
}
.implant-page-editor section.deficiency .deficiency_wrap .deficiency_item .flex .text_wrap p {
  line-height: 180%;
}
.implant-page-editor section.deficiency .deficiency_wrap .deficiency_item:nth-of-type(2n) {
  margin-top: 40px;
  background: #F0F5FF;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.deficiency .deficiency_wrap .deficiency_item:nth-of-type(2n) {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.kesson .kesson_wrap {
  padding: 40px;
  border: 30px solid #3C4D5A;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.kesson .kesson_wrap {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049) max(15px, 15px + 25 * (100vw - 390px) / 1049);
    border: max(20px, 20px + 10 * (100vw - 390px) / 1049) solid #3C4D5A;
  }
}
.implant-page-editor section.kesson .kesson_box p {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.kesson .kesson_box p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.kesson .stage_wrap {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.kesson .stage_wrap {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.kesson .stage_wrap ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.kesson .stage_wrap ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.implant-page-editor section.kesson .stage_wrap ul li h3 {
  width: 180px;
  min-height: 98px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 180%;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.kesson .stage_wrap ul li h3 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.kesson .stage_wrap ul li h3 {
    padding: 8px;
    width: 100%;
    min-height: auto;
    line-height: 140%;
  }
}
.implant-page-editor section.kesson .stage_wrap ul li h3 .yellow {
  color: #FFDC3E;
}
.implant-page-editor section.kesson .stage_wrap ul li:last-of-type p {
  border-bottom: 1px solid #d2d2d2;
}
.implant-page-editor section.kesson .stage_wrap ul li p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 180%;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.kesson .stage_wrap ul li p {
    padding: 25px 15px 15px;
  }
}
.implant-page-editor section.kesson .stage_wrap ul li:first-of-type h3 {
  background: #62A9D1;
}
.implant-page-editor section.kesson .stage_wrap ul li:first-of-type h3::after {
  content: "";
  width: 30px;
  height: 15px;
  background: #62A9D1;
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}
.implant-page-editor section.kesson .stage_wrap ul li:nth-of-type(2) h3 {
  background: #23709C;
}
.implant-page-editor section.kesson .stage_wrap ul li:nth-of-type(2) h3::after {
  content: "";
  width: 30px;
  height: 15px;
  background: #23709C;
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}
.implant-page-editor section.kesson .stage_wrap ul li:nth-of-type(3) h3 {
  background: #3C4D5A;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.kesson .stage_wrap ul li:nth-of-type(3) h3::after {
    content: "";
    width: 30px;
    height: 15px;
    background: #3C4D5A;
    position: absolute;
    bottom: 1px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    z-index: 1;
  }
}
.implant-page-editor section.important {
  background: #F5F6F8;
  position: relative;
}
.implant-page-editor section.important::before {
  content: "";
  width: 100%;
  height: 250px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgba(26, 117, 163, 0.8);
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.important::before {
    height: max(140px, 140px + 110 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.important::after {
  content: "";
  width: 48.819%;
  height: 220px;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(26, 117, 163, 0.5);
  z-index: 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.important::after {
    height: max(130px, 130px + 90 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.important .inner {
  max-width: calc(1320px + 10%);
  position: relative;
  z-index: 2;
}
.implant-page-editor section.important .important_wrap {
  background: #fff;
}
.implant-page-editor section.important .important_wrap .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.important .important_wrap .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.implant-page-editor section.important .important_wrap .flex .img_wrap {
  width: 31.818%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.important .important_wrap .flex .img_wrap {
    width: 100%;
  }
}
.implant-page-editor section.important .important_wrap .flex .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.implant-page-editor section.important .important_wrap .flex .text_wrap {
  padding: 60px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.important .important_wrap .flex .text_wrap {
    padding: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.important .important_wrap .flex .text_wrap h2 {
  font-size: 40px;
  margin-bottom: 56px;
  color: #3C4D5A;
  line-height: 1.2;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.important .important_wrap .flex .text_wrap h2 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
    margin-bottom: max(28px, 28px + 28 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.important .important_wrap .flex .text_wrap h2 span.small {
  font-size: 32px;
  line-height: 1.2;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.important .important_wrap .flex .text_wrap h2 span.small {
    font-size: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.important02 .important02_wrap {
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.important02 .important02_wrap {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.important02 .important02_wrap ul.important02_list {
  margin: 24px 0;
  background: #E9F7FF;
  border: 1px solid #23709C;
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.important02 .important02_wrap ul.important02_list {
    margin: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0;
  }
}
.implant-page-editor section.important02 .important02_wrap ul.important02_list li {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.important02 .important02_wrap ul.important02_list li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.important02 .important02_wrap ul.important02_list li::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #23709C;
  -webkit-transform: translateY(45%);
          transform: translateY(45%);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.implant-page-editor section.risk {
  padding-top: 0;
}
.implant-page-editor section.risk .risk_wrap {
  margin-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.risk .risk_wrap {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.risk .risk_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.implant-page-editor section.risk .risk_wrap .img_wrap {
  width: 52.727%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.risk .risk_wrap .img_wrap {
    width: 100%;
  }
}
.implant-page-editor section.reasons {
  position: relative;
  background: #F5F6F8;
  padding-bottom: 0;
}
.implant-page-editor section.reasons .reasons_bg {
  position: absolute;
  width: 100%;
  height: 400px;
  left: 0;
  top: 0;
  z-index: 0;
}
.implant-page-editor section.reasons .reasons_bg img {
  width: 100%;
}
.implant-page-editor section.reasons .inner {
  position: relative;
  z-index: 1;
}
.implant-page-editor section.reasons h2 {
  color: #fff;
}
.implant-page-editor section.reasons h2::after {
  background: #fff;
}
.implant-page-editor section.reasons h2 span.en {
  color: #fff;
}
.implant-page-editor section.reasons .reasons_wrap {
  background: #fff;
  margin-top: 60px;
  padding: 60px;
  border: 1px solid #3C4D5A;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.reasons .reasons_wrap {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(25px, 25px + 35 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.reasons .reasons_wrap h3 img {
  width: 734px;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.reasons .reasons_wrap h3 img {
    width: max(270px, 270px + 464 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.reasons .reasons_wrap p {
  line-height: 40px;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.reasons .reasons_wrap p {
    margin-top: max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.reasons .reasons_wrap ul.reasons_list_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.reasons .reasons_wrap ul.reasons_list_sub {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.reasons .reasons_wrap ul.reasons_list_sub {
    max-width: 500px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-inline: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.implant-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li {
  width: 180px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 5px;
  color: #fff;
  background: rgba(60, 77, 90, 0.8);
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li {
    width: max(105px, 105px + 75 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li {
    width: calc(33.3333333333% + 6.6666666667px);
    gap: 0;
  }
}
.implant-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li:not(:first-of-type) {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li:not(:first-of-type) {
    margin-left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(3n+0), .implant-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(3n+2) {
    margin-left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(n+4) {
    margin-top: -10px;
  }
}
.implant-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(2n) {
  background: rgba(35, 112, 156, 0.9);
}
.implant-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li span.number {
  font-size: 14px;
  font-family: "Almarai", sans-serif;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li span.number {
    font-size: max(10px, 10px + 4 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li h4 {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.reasons .reasons_wrap ul.reasons_list_sub li h4 {
    font-size: max(12px, 12px + 8 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.reasons ul.reasons_list {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.reasons ul.reasons_list {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  .implant-page-editor section.reasons ul.reasons_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .implant-page-editor section.reasons ul.reasons_list {
    grid-template-columns: 1fr;
  }
}
.implant-page-editor section.reasons ul.reasons_list li {
  height: 450px;
  position: relative;
  padding: 78px 40px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.reasons ul.reasons_list li {
    height: auto;
    min-height: 450px;
    padding: max(45px, 45px + 33 * (100vw - 390px) / 1049) max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.reasons ul.reasons_list li {
    height: 100%;
    min-height: auto;
  }
}
@media screen and (max-width: 500px) {
  .implant-page-editor section.reasons ul.reasons_list li {
    height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.implant-page-editor section.reasons ul.reasons_list li:nth-of-type(2n+1) {
  background: rgba(35, 112, 156, 0.9);
}
.implant-page-editor section.reasons ul.reasons_list li:nth-of-type(2n) {
  background: rgba(60, 77, 90, 0.9);
}
.implant-page-editor section.reasons ul.reasons_list li:nth-of-type(2n)::before {
  background: #263A4A;
}
.implant-page-editor section.reasons ul.reasons_list li:nth-of-type(4) {
  background: rgba(60, 77, 90, 0.85);
}
@media screen and (max-width: 1024px) {
  .implant-page-editor section.reasons ul.reasons_list li:nth-of-type(4n+3) {
    background: rgba(60, 77, 90, 0.9);
  }
  .implant-page-editor section.reasons ul.reasons_list li:nth-of-type(4n+3)::before {
    background: #263A4A;
  }
}
@media screen and (max-width: 500px) {
  .implant-page-editor section.reasons ul.reasons_list li:nth-of-type(4n+3) {
    background: rgba(35, 112, 156, 0.9);
  }
  .implant-page-editor section.reasons ul.reasons_list li:nth-of-type(4n+3)::before {
    background: #095681;
  }
}
@media screen and (max-width: 1024px) {
  .implant-page-editor section.reasons ul.reasons_list li:nth-of-type(4n+4) {
    background: rgba(35, 112, 156, 0.9);
  }
  .implant-page-editor section.reasons ul.reasons_list li:nth-of-type(4n+4)::before {
    background: #095681;
  }
}
@media screen and (max-width: 500px) {
  .implant-page-editor section.reasons ul.reasons_list li:nth-of-type(4n+4) {
    background: rgba(60, 77, 90, 0.9);
  }
  .implant-page-editor section.reasons ul.reasons_list li:nth-of-type(4n+4)::before {
    background: #263A4A;
  }
}
.implant-page-editor section.reasons ul.reasons_list li::before {
  content: "";
  width: 125px;
  height: 125px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #095681;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.reasons ul.reasons_list li::before {
    width: max(90px, 90px + 35 * (100vw - 390px) / 1049);
    height: max(90px, 90px + 35 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.reasons ul.reasons_list li::after {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #fff;
  z-index: 0;
}
.implant-page-editor section.reasons ul.reasons_list li a:hover {
  opacity: 1;
}
.implant-page-editor section.reasons ul.reasons_list li .img_wrap {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.implant-page-editor section.reasons ul.reasons_list li .img_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.implant-page-editor section.reasons ul.reasons_list li span.number {
  font-size: 32px;
  line-height: 1;
  font-family: "Almarai", sans-serif;
  color: #fff;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 3;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.reasons ul.reasons_list li span.number {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
    top: max(16px, 16px + 16 * (100vw - 390px) / 1049);
    left: max(16px, 16px + 9 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.reasons ul.reasons_list li h3 {
  font-size: 24px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.reasons ul.reasons_list li h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.reasons ul.reasons_list li p {
  line-height: 30px;
  margin-top: 24px;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.reasons ul.reasons_list li p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.implant-treatment {
  margin-top: 100px;
  border: 60px solid #3C4D5A;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.implant-treatment {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
    border: max(20px, 20px + 40 * (100vw - 390px) / 1049) solid #3C4D5A;
  }
}
.implant-page-editor section.implant-treatment .implant-treatment_wrap .inner > h2 {
  color: #3C4D5A;
  margin-bottom: 110px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.implant-treatment .implant-treatment_wrap .inner > h2 {
    margin-bottom: max(75px, 75px + 35 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.implant-treatment .implant-treatment_wrap .inner > h2::after {
  display: none;
}
.implant-page-editor section.implant-treatment .implant-treatment_wrap .inner > h2 span.en {
  font-size: 72px;
  line-height: 1;
  font-family: "Almarai", sans-serif;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(35, 112, 156, 0.1);
  z-index: -1;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.implant-treatment .implant-treatment_wrap .inner > h2 span.en {
    font-size: max(40px, 40px + 32 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.implant-treatment .implant-treatment_wrap ul.implant-treatment_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.implant-treatment .implant-treatment_wrap ul.implant-treatment_list {
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.implant-treatment .implant-treatment_wrap ul.implant-treatment_list li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.implant-treatment .implant-treatment_wrap ul.implant-treatment_list li .flex {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.implant-treatment .implant-treatment_wrap ul.implant-treatment_list li .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.implant-page-editor section.implant-treatment .implant-treatment_wrap ul.implant-treatment_list li .flex .img_wrap {
  width: 36.3636%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.implant-treatment .implant-treatment_wrap ul.implant-treatment_list li .flex .img_wrap {
    width: 100%;
  }
}
.implant-page-editor section.bone-formation {
  border: 60px solid #23709C;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.bone-formation {
    border: max(20px, 20px + 40 * (100vw - 390px) / 1049) solid #23709C;
  }
}
.implant-page-editor section.bone-formation .inner {
  max-width: calc(1320px + 10%);
}
.implant-page-editor section.bone-formation .bone-formation_wrap .inner > h2 {
  color: #23709C;
  margin-bottom: 110px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.bone-formation .bone-formation_wrap .inner > h2 {
    margin-bottom: max(65px, 65px + 45 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.bone-formation .bone-formation_wrap .inner > h2::after {
  display: none;
}
.implant-page-editor section.bone-formation .bone-formation_wrap .inner > h2 span.en {
  font-size: 72px;
  line-height: 1;
  font-family: "Almarai", sans-serif;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(35, 112, 156, 0.1);
  z-index: -1;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.bone-formation .bone-formation_wrap .inner > h2 span.en {
    font-size: max(40px, 40px + 32 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.bone-formation .bone-formation_wrap .inner > h2 + p {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.bone-formation .bone-formation_wrap .inner > h2 + p {
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.bone-formation .bone-formation_wrap .inner > h2 + p {
    text-align: left;
  }
}
.implant-page-editor section.bone-formation .bone-formation_wrap ul.bone-formation_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.bone-formation .bone-formation_wrap ul.bone-formation_list {
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.bone-formation .bone-formation_wrap ul.bone-formation_list li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.bone-formation .bone-formation_wrap ul.bone-formation_list li .flex {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.bone-formation .bone-formation_wrap ul.bone-formation_list li .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.implant-page-editor section.bone-formation .bone-formation_wrap ul.bone-formation_list li .flex .img_wrap {
  width: 36.3636%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.bone-formation .bone-formation_wrap ul.bone-formation_list li .flex .img_wrap {
    width: 100%;
  }
}
.implant-page-editor section.price .price_wrap .price02 {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.price .price_wrap .price02 {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.price .price_wrap .price02 .table_wrap table th {
  background: #3C4D5A;
  color: #fff;
}
.implant-page-editor section.price .price_wrap .table_wrap table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.implant-page-editor section.price .price_wrap .table_wrap table colgroup col:nth-of-type(1) {
  width: 36.3%;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.price .price_wrap .table_wrap table colgroup col:nth-of-type(1) {
    width: 26%;
  }
}
.implant-page-editor section.price .price_wrap .table_wrap table colgroup col:nth-of-type(2) {
  width: 40.9%;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.price .price_wrap .table_wrap table colgroup col:nth-of-type(2) {
    width: 42.5%;
  }
}
.implant-page-editor section.price .price_wrap .table_wrap table colgroup col:nth-of-type(3) {
  width: 22.8%;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.price .price_wrap .table_wrap table colgroup col:nth-of-type(3) {
    width: 31.5%;
  }
}
.implant-page-editor section.price .price_wrap .table_wrap table th, .implant-page-editor section.price .price_wrap .table_wrap table td {
  border: 1px solid #dfdfdf;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.price .price_wrap .table_wrap table th, .implant-page-editor section.price .price_wrap .table_wrap table td {
    padding: 10px max(8px, 8px + 12 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.price .price_wrap .table_wrap table th {
  background: #23709C;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.price .price_wrap .table_wrap table th {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.price .price_wrap .table_wrap table td {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.price .price_wrap .table_wrap table td:first-of-type {
  font-weight: bold;
}
.implant-page-editor section.price .price_wrap .table_wrap table td:nth-of-type(2) {
  text-align: left;
}
.implant-page-editor section.price .price_wrap .table_wrap table td:last-of-type {
  text-align: center;
}
.implant-page-editor section.price .price_wrap .price03 {
  margin-top: 60px;
  padding: 60px;
  border: 1px solid #23709C;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.price .price_wrap .price03 {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.price .price_wrap .price03 span.top::before, .implant-page-editor section.price .price_wrap .price03 span.top::after, .implant-page-editor section.price .price_wrap .price03 span.bottom::before, .implant-page-editor section.price .price_wrap .price03 span.bottom::after {
  content: "";
  position: absolute;
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  background: #23709C;
  display: block;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.price .price_wrap .price03 span.top::before, .implant-page-editor section.price .price_wrap .price03 span.top::after, .implant-page-editor section.price .price_wrap .price03 span.bottom::before, .implant-page-editor section.price .price_wrap .price03 span.bottom::after {
    width: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.price .price_wrap .price03 span.top::before {
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.implant-page-editor section.price .price_wrap .price03 span.top::after {
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.implant-page-editor section.price .price_wrap .price03 span.bottom::before {
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.implant-page-editor section.price .price_wrap .price03 span.bottom::after {
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.implant-page-editor section.price .price_wrap .price03 .price03_wrap {
  padding: 40px;
  background: #E9F7FF;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.price .price_wrap .price03 .price03_wrap {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.price .price_wrap .price03 .price03_wrap h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 18px;
  color: #23709C;
  border-bottom: 1px solid #23709C;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.price .price_wrap .price03 .price03_wrap h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    padding-bottom: max(10px, 10px + 8 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.price .price_wrap .price03 .price03_wrap .price03_text {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.price .price_wrap .price03 .price03_wrap .price03_text {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.price .price_wrap .price03 .price03_wrap .price03_text h4 {
  font-weight: bold;
  color: #23709C;
  margin-top: 20px;
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.price .price_wrap .price03 .price03_wrap .price03_text h4 {
    margin-top: max(12px, 12px + 8 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.price .price_wrap .price03 .price03_wrap .price03_text p {
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.price .price_wrap .price03 .price03_wrap .price03_text p {
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.flow {
  background: #F5F6F8;
}
.implant-page-editor section.flow ul.flow_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.flow ul.flow_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.flow ul.flow_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.flow ul.flow_list li {
    gap: max(10px, 10px + 30 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.flow ul.flow_list li .step {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #23709C;
  color: #fff;
  font-size: 16px;
  font-family: "Almarai", sans-serif;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.flow ul.flow_list li .step {
    width: max(55px, 55px + 65 * (100vw - 390px) / 1049);
    height: max(55px, 55px + 65 * (100vw - 390px) / 1049);
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.flow ul.flow_list li .step::after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  pointer-events: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.flow ul.flow_list li .step::after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
.implant-page-editor section.flow ul.flow_list li .step span.number {
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.flow ul.flow_list li .step span.number {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.flow ul.flow_list li .flow_list_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 20px;
  position: relative;
  padding: 30px 25px 30px 30px;
  background: #fff;
  border: 1px solid #23709C;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.flow ul.flow_list li .flow_list_content {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    padding: max(20px, 20px + 10 * (100vw - 390px) / 1049) max(20px, 20px + 5 * (100vw - 390px) / 1049) max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.flow ul.flow_list li .flow_list_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.implant-page-editor section.flow ul.flow_list li .flow_list_content .img_wrap {
  width: 36.723%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.flow ul.flow_list li .flow_list_content .img_wrap {
    width: 100%;
  }
}
.implant-page-editor section.flow ul.flow_list li .flow_list_content .text_wrap h3 {
  font-size: 24px;
  color: #23709C;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.flow ul.flow_list li .flow_list_content .text_wrap h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.flow ul.flow_list li .flow_list_content .text_wrap p {
  margin-top: 24px;
  line-height: 160%;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.flow ul.flow_list li .flow_list_content .text_wrap p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.flow ul.flow_list li:not(:last-of-type) .flow_list_content::before {
  content: "";
  width: 20px;
  height: calc(100% - 120px);
  background-image: url(../img/lp_implant/icon_triangle.svg);
  background-repeat: round;
  background-size: auto 40px;
  position: absolute;
  left: -90px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  top: 140px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.flow ul.flow_list li:not(:last-of-type) .flow_list_content::before {
    height: calc(100% - max(55px, 55px + 65 * (100vw - 390px) / 1049));
    left: min(-27px, -27px + -63 * (100vw - 390px) / 1049);
    top: max(65px, 65px + 75 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.flow ul.flow_list li:not(:last-of-type) .flow_list_content::before {
    background-size: auto 30px;
  }
}
.implant-page-editor section.flow ul.flow_list li:nth-of-type(2n) .step {
  background: #3C4D5A;
}
.implant-page-editor section.flow ul.flow_list li:nth-of-type(2n) .flow_list_content {
  border: 1px solid #3C4D5A;
}
.implant-page-editor section.flow ul.flow_list li:nth-of-type(2n) .flow_list_content::before {
  background-image: url(../img/lp_implant/icon_triangle_navy.svg);
}
.implant-page-editor section.flow ul.flow_list li:nth-of-type(2n) .flow_list_content .text_wrap h3 {
  color: #3C4D5A;
}
.implant-page-editor section.consultation {
  padding-top: 0;
  position: relative;
  background: #F5F6F8;
}
.implant-page-editor section.consultation .consultation_bg {
  position: absolute;
  width: 100%;
  height: 427px;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.consultation .consultation_bg {
    height: max(250px, 250px + 177 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.consultation .consultation_bg img {
  width: 100%;
}
.implant-page-editor section.consultation .inner {
  position: relative;
  z-index: 1;
  padding-top: 190px;
}
.implant-page-editor section.consultation .consultation_wrap {
  background: #23709C;
  padding: 60px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.consultation .consultation_wrap {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.consultation .consultation_wrap h2 {
  color: #fff;
}
.implant-page-editor section.consultation .consultation_wrap h2::after {
  background: #fff;
}
.implant-page-editor section.consultation .consultation_wrap h2 span.en {
  color: #fff;
}
.implant-page-editor section.consultation .consultation_wrap .consultation_text {
  font-size: 32px;
  color: #fff;
  line-height: 180%;
  margin-top: 40px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.consultation .consultation_wrap .consultation_text {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.consultation .consultation_wrap .btn {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.consultation .consultation_wrap .btn {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.information .clinic_wrap01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.information .clinic_wrap01 {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.information .clinic_wrap01 {
    grid-template-columns: 1fr;
  }
}
.implant-page-editor section.information .clinic_wrap01 iframe {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.information .clinic_wrap01 iframe {
    height: auto;
    aspect-ratio: 350/210;
  }
}
.implant-page-editor section.information .clinic_wrap01 .medical-schedule .logo img {
  width: 400px;
  max-width: 100%;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.information .clinic_wrap01 .medical-schedule .logo img {
    width: max(250px, 250px + 150 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.information .clinic_wrap01 .medical-schedule table.medical-table {
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 24px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.information .clinic_wrap01 .medical-schedule table.medical-table {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.information .clinic_wrap01 .medical-schedule table.medical-table th, .implant-page-editor section.information .clinic_wrap01 .medical-schedule table.medical-table td {
  border: 1px solid #3C4D5A;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  height: 40px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.information .clinic_wrap01 .medical-schedule table.medical-table th, .implant-page-editor section.information .clinic_wrap01 .medical-schedule table.medical-table td {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    height: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.information .clinic_wrap01 .medical-schedule table.medical-table thead th:nth-of-type(1) {
  width: 130px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.information .clinic_wrap01 .medical-schedule table.medical-table thead th:nth-of-type(1) {
    width: max(100px, 100px + 30 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.information .clinic_wrap01 .medical-schedule table.medical-table thead th {
  background: #3C4D5A;
  color: #fff;
  font-weight: bold;
}
.implant-page-editor section.information .clinic_wrap01 .medical-schedule table.medical-table tbody {
  background: #fff;
}
.implant-page-editor section.information .clinic_wrap01 .medical-schedule table.medical-table tbody th {
  height: 40px;
  font-weight: normal;
}
.implant-page-editor section.information .clinic_wrap01 .medical-schedule table.medical-table tbody td {
  color: #23709C;
}
.implant-page-editor section.information .clinic_wrap01 .medical-schedule table.medical-table tbody td img {
  margin-inline: auto;
}
.implant-page-editor section.information .clinic_wrap01 .medical-schedule > p {
  margin-top: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.information .clinic_wrap01 .medical-schedule > p {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.information .clinic_wrap01 .medical-schedule .addr, .implant-page-editor section.information .clinic_wrap01 .medical-schedule .tel {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  background: #E9F7FF;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.information .clinic_wrap01 .medical-schedule .addr, .implant-page-editor section.information .clinic_wrap01 .medical-schedule .tel {
    margin-top: max(12px, 12px + 13 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 5 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.information .clinic_wrap01 .medical-schedule .addr h4, .implant-page-editor section.information .clinic_wrap01 .medical-schedule .tel h4 {
  font-size: 16px;
  font-weight: bold;
  width: 88px;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.information .clinic_wrap01 .medical-schedule .addr h4, .implant-page-editor section.information .clinic_wrap01 .medical-schedule .tel h4 {
    width: 76px;
  }
}
.implant-page-editor section.information .clinic_wrap01 .medical-schedule .addr p, .implant-page-editor section.information .clinic_wrap01 .medical-schedule .tel p {
  line-height: 1.2;
}
.implant-page-editor section.information .clinic_wrap01 .medical-schedule .tel {
  margin-top: 10px;
  background: #F0F5FF;
}
.implant-page-editor section.information .clinic_wrap02 {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.information .clinic_wrap02 {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.information .clinic_wrap02 .access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.information .clinic_wrap02 .access {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.information .clinic_wrap02 .access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.implant-page-editor section.information .clinic_wrap02 .access .access_wrap {
  border: 1px solid #3C4D5A;
}
.implant-page-editor section.information .clinic_wrap02 .access .access_wrap h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  background: #3C4D5A;
  color: #fff;
  font-family: "Noto sans JP", sans-serif;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.information .clinic_wrap02 .access .access_wrap h3 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    padding: max(8px, 8px + 2 * (100vw - 390px) / 1049) 0;
  }
}
.implant-page-editor section.information .clinic_wrap02 .access .access_wrap .flex {
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.information .clinic_wrap02 .access .access_wrap .flex {
    padding: max(20px, 20px + 5 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.information .clinic_wrap02 .access .access_wrap .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.implant-page-editor section.information .clinic_wrap02 .access .access_wrap .flex .access_01 {
  width: 40.983%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.information .clinic_wrap02 .access .access_wrap .flex .access_01 {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
  .implant-page-editor section.information .clinic_wrap02 .access .access_wrap .flex .access_01 img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.implant-page-editor section.information .clinic_wrap02 .access .access_wrap .flex .access_text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.implant-page-editor section.information .clinic_wrap02 .access .access_wrap .flex .access_text div.bg_lightblue {
  padding: 15px;
  background: #E9F7FF;
  margin-top: 20px;
  font-size: 12px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.information .clinic_wrap02 .access .access_wrap .flex .access_text div.bg_lightblue {
    margin-top: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.information .clinic_wrap02 .access .access_wrap .flex .access_text div.bg_lightblue {
    line-height: 160%;
  }
}
.implant-page-editor section.information .clinic_wrap02 .access .access_wrap .flex .access_text p.small {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
}
.implant-page-editor section.information .clinic_wrap02 .access .access_wrap .flex .access_text .btn {
  margin-top: 16px;
}
.implant-page-editor section.information .clinic_wrap02 .access .access_wrap .flex .access_text .btn a {
  width: 200px;
  height: 40px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.information .clinic_wrap02 .access .access_wrap .flex .access_text .btn a {
    height: 45px;
  }
}
.implant-page-editor section.information .clinic_wrap02 .calendar {
  width: 400px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.information .clinic_wrap02 .calendar {
    width: 100%;
    height: auto;
    aspect-ratio: 400/300;
  }
}
.implant-page-editor section.information .clinic_wrap02 .calendar iframe {
  width: 100%;
}
.implant-page-editor section.information .clinic_wrap02 .calendar p {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0;
}
.implant-page-editor section.information .clinic_wrap02 .calendar p span:nth-of-type(2n) {
  margin-left: 10px;
}
.implant-page-editor section.faq {
  background: #F5F6F8;
}
.implant-page-editor section.faq .faq_list {
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.faq .faq_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.faq .faq_list .faq_item {
  border: 1px solid #23709C;
  border-radius: 0;
}
.implant-page-editor section.faq .faq_list .faq_item label.faq_question {
  display: block;
  width: 100%;
  padding: 25px;
  padding-right: 50px;
  background-color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto sans jp", sans-serif;
  color: #3e3a39;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.faq .faq_list .faq_item label.faq_question {
    padding: max(20px, 20px + 5 * (100vw - 390px) / 1049);
    padding-right: max(30px, 30px + 20 * (100vw - 390px) / 1049);
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.faq .faq_list .faq_item label.faq_question {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.implant-page-editor section.faq .faq_list .faq_item label.faq_question::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/lp_implant/icon_plus.svg) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.faq .faq_list .faq_item label.faq_question::after {
    width: max(15px, 15px + 5 * (100vw - 390px) / 1049);
    right: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.faq .faq_list .faq_item label.faq_question::after {
    top: 35px;
  }
}
.implant-page-editor section.faq .faq_list .faq_item label.faq_question span.q_mark {
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: auto;
  aspect-ratio: 1/1;
  color: #fff;
  background: #23709C;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: "Almarai", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.faq .faq_list .faq_item label.faq_question span.q_mark {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
    width: max(30px, 30px + 15 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.faq .faq_list .faq_item .faq_answer {
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 20px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.faq .faq_list .faq_item .faq_answer {
    padding: 0 max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.faq .faq_list .faq_item .faq_answer .flex {
  background: #E9F7FF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.faq .faq_list .faq_item .faq_answer .flex {
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    padding: 0 max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.faq .faq_list .faq_item .faq_answer span.a_mark {
  font-size: 24px;
  color: #23709C;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: auto;
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid #23709C;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: "Almarai", sans-serif;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.faq .faq_list .faq_item .faq_answer span.a_mark {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
    width: max(25px, 25px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 500px) {
  .implant-page-editor section.faq .faq_list .faq_item .faq_answer span.a_mark {
    margin-top: 4px;
  }
}
.implant-page-editor section.faq .faq_list .faq_item .faq_answer p {
  line-height: 180%;
  margin: 0.15em 0 0;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.faq .faq_list .faq_item .faq_answer p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question::after {
  background: url(../img/lp_implant/icon_minus.svg) no-repeat center/contain;
}
.implant-page-editor section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer {
  overflow: visible;
  grid-template-rows: 1fr;
  padding-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer {
    padding-bottom: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer .flex {
  border-top: 0px solid #CACACA;
  padding: 20px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer .flex {
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.implant_column ul.column_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.implant_column ul.column_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor section.implant_column ul.column_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .implant-page-editor section.implant_column ul.column_list {
    grid-template-columns: 1fr;
  }
}
.implant-page-editor section.implant_column ul.column_list li a .img_wrap img {
  border-radius: 0;
}
.implant-page-editor section.implant_column ul.column_list li a .date_wrap .date {
  font-family: "Almarai", sans-serif;
  color: #23709C;
}
.implant-page-editor section.implant_column ul.column_list li a .date_wrap .category {
  background: #23709C;
}
.implant-page-editor section.implant_column ul.column_list li a .post_title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto sans JP", sans-serif;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.implant_column ul.column_list li a .post_title {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor section.implant_column .btn {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor section.implant_column .btn {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor .pc-on {
    display: none;
  }
}
.implant-page-editor .tb-on {
  display: none;
}
@media screen and (max-width: 1024px) {
  .implant-page-editor .tb-on {
    display: block;
  }
}
.implant-page-editor .sp-on {
  display: none;
}
@media screen and (max-width: 767px) {
  .implant-page-editor .sp-on {
    display: block;
  }
}
.implant-page-editor .text-left {
  text-align: left;
}
.implant-page-editor .text-center {
  text-align: center;
}
.implant-page-editor .text-right {
  text-align: right;
}
.implant-page-editor .bold {
  font-weight: bold;
}
.implant-page-editor .dib {
  display: inline-block;
}
.implant-page-editor .inner {
  max-width: calc(1100px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (max-width: 500px) {
  .implant-page-editor .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 389px) {
  .implant-page-editor .inner {
    padding: 0 max(15px, 15px + 5 * (100vw - 320px) / 69);
  }
}
.implant-page-editor img {
  max-width: 100%;
  display: block;
  height: auto;
}
.implant-page-editor .marker_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFF2B6));
  background: -webkit-linear-gradient(transparent 80%, #FFF2B6 80%);
  background: linear-gradient(transparent 80%, #FFF2B6 80%);
}
.implant-page-editor main.page .marker_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFFF93));
  background: -webkit-linear-gradient(transparent 70%, #FFFF93 70%);
  background: linear-gradient(transparent 70%, #FFFF93 70%);
  font-weight: bold;
}
.implant-page-editor h1 {
  font-size: 36px;
}
.implant-page-editor p {
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .implant-page-editor p {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
.implant-page-editor h2 {
  border-bottom: none;
}
.implant-page-editor h2.section_title {
  font-size: 40px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  border-bottom: none;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor h2.section_title {
    font-size: max(28px, 28px + 12 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor h2.section_title span.en {
  display: block;
  margin-bottom: 5px;
}
.implant-page-editor h2.section_title {
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor h2.section_title {
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor h2.implant_title, .implant-page-editor h3.implant_title {
  font-weight: 500;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor h2.implant_title, .implant-page-editor h3.implant_title {
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor h2.implant_title::before, .implant-page-editor h2.implant_title::after, .implant-page-editor h3.implant_title::before, .implant-page-editor h3.implant_title::after {
  content: "";
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor h2.implant_title::before, .implant-page-editor h2.implant_title::after, .implant-page-editor h3.implant_title::before, .implant-page-editor h3.implant_title::after {
    width: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor h2.implant_title::before, .implant-page-editor h3.implant_title::before {
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.implant-page-editor h2.implant_title::after, .implant-page-editor h3.implant_title::after {
  right: 0;
  bottom: 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.implant-page-editor h2.implant_title.bg_light-blue, .implant-page-editor h3.implant_title.bg_light-blue {
  color: #23709C;
  border: 2px solid #23709C;
  background: #E9F7FF;
}
.implant-page-editor h2.implant_title.bg_light-blue::before, .implant-page-editor h2.implant_title.bg_light-blue::after, .implant-page-editor h3.implant_title.bg_light-blue::before, .implant-page-editor h3.implant_title.bg_light-blue::after {
  background: #23709C;
}
.implant-page-editor h2.implant_title.bg_light-purple, .implant-page-editor h3.implant_title.bg_light-purple {
  color: #3C4D5A;
  border: 2px solid #3C4D5A;
  background: #F0F5FF;
}
.implant-page-editor h2.implant_title.bg_light-purple::before, .implant-page-editor h2.implant_title.bg_light-purple::after, .implant-page-editor h3.implant_title.bg_light-purple::before, .implant-page-editor h3.implant_title.bg_light-purple::after {
  background: #3C4D5A;
}
.implant-page-editor h2.implant_title {
  font-size: 32px;
  padding: 17.5px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor h2.implant_title {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    padding: max(12px, 12px + 5.5 * (100vw - 390px) / 1049) max(5px, 5px + 12.5 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor h3.implant_title {
  font-size: 24px;
  padding: 20px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor h3.implant_title {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
    padding: max(12.5px, 12.5px + 7.5 * (100vw - 390px) / 1049) max(5px, 5px + 15 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor h2.bg_navy {
  text-align: center;
  padding: 40px 0;
  line-height: 1.4;
  background: #3C4D5A;
  color: #fff;
  position: relative;
  font-size: 48px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor h2.bg_navy {
    font-size: max(32px, 32px + 16 * (100vw - 390px) / 1049);
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049) 0;
  }
}
.implant-page-editor h2.bg_navy::before {
  content: "";
  width: 100%;
  height: calc(100% - 40px);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .implant-page-editor h2.bg_navy::before {
    height: calc(100% - 20px);
  }
}
.implant-page-editor h2.bg_navy span.small {
  font-size: 32px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor h2.bg_navy span.small {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.implant-page-editor .btn a {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.implant-page-editor .btn a:hover {
  opacity: 1;
}
.implant-page-editor .btn a .icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.implant-page-editor .btn_square a {
  width: 240px;
  height: 80px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: #1FB9EF;
  font-family: "Zen maru Gothic", sans-serif;
  overflow: hidden;
  position: relative;
}
.implant-page-editor .btn_square a span {
  z-index: 1;
}
.implant-page-editor .btn_square a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #F7BC6B;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  z-index: 0;
}
.implant-page-editor .btn_square a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.implant-page-editor .btn_square a::after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #fff;
  pointer-events: none;
}
.implant-page-editor .btn_rounded a {
  width: 250px;
  height: 60px;
  font-size: 18px;
  color: #1FB9EF;
  background: #fff;
  border: 2px solid #1FB9EF;
  font-family: "Zen maru Gothic", sans-serif;
  font-weight: bold;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .implant-page-editor .btn_rounded a {
    width: 200px;
    height: 45px;
    font-size: 16px;
  }
}
.implant-page-editor .btn_rounded a::after {
  content: "";
  width: 20px;
  height: auto;
  margin-top: 3px;
  aspect-ratio: 1/1;
  background: url(../img/top/icon_arrow_right.svg) no-repeat center/contain;
}
.implant-page-editor .btn_rounded a:hover {
  background: #1FB9EF;
  color: #fff;
}
.implant-page-editor .btn_dashed a {
  width: 240px;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  background: #1FB9EF;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-family: "Zen maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .implant-page-editor .btn_dashed a {
    width: 170px;
    height: 50px;
    font-size: 16px;
  }
}
.implant-page-editor .btn_dashed a .icon {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .implant-page-editor .btn_dashed a .icon {
    width: 20px;
    height: 20px;
  }
}
.implant-page-editor .btn_dashed a::after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px dashed #fff;
  pointer-events: none;
}
.implant-page-editor .btn_dashed a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.implant-page-editor .btn_implant a {
  width: 280px;
  height: 60px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  color: #23709C;
  border: 1px solid #23709C;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor .btn_implant a {
    width: max(240px, 240px + 40 * (100vw - 390px) / 1049);
    height: max(50px, 50px + 10 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor .btn_implant a .icon {
  width: 27px;
  height: 6px;
  background: url(../img/lp_implant/icon_btn_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .implant-page-editor .btn_implant a .icon {
    width: 20px;
  }
}
.implant-page-editor .btn_square.btn_orange a::before {
  background: #1FB9EF;
}
.implant-page-editor .btn_square.btn_navy a::before {
  background: #23709C;
}
.implant-page-editor .btn_white a {
  color: #1FB9EF;
  background: #fff;
}
.implant-page-editor .btn_orange a {
  background: #F7BC6B;
}
.implant-page-editor .btn_blue a {
  background: #1FB9EF;
}
.implant-page-editor .btn_navy a {
  background: #3C4D5A;
}
.implant-page-editor .btn_dashed.btn_white a::after {
  border: 2px dashed #1FB9EF;
}
.implant-page-editor .btn_chewing-power .icon {
  background-image: url(../img/top/icon_chewing-power.svg);
}
.implant-page-editor .btn_tel .icon {
  background-image: url(../img/top/icon_tel.svg);
}
.implant-page-editor .btn_web .icon {
  background-image: url(../img/top/icon_web.svg);
}
.implant-page-editor .btn_access-train .icon {
  background-image: url(../img/top/icon_access-train.svg);
}
.implant-page-editor .btn_menu .icon {
  background-image: url(../img/top/icon_menu.svg);
}
.implant-page-editor .btn_access-map .icon {
  background-image: url(../img/top/icon_access-map.svg);
}
.implant-page-editor .btn_comment .icon {
  background-image: url(../img/top/icon_comment.svg);
}
.implant-page-editor .btn_dentist .icon {
  background-image: url(../img/top/icon_dentist.svg);
}
.implant-page-editor .btn_staff .icon {
  background-image: url(../img/top/icon_staff.svg);
}
.implant-page-editor .btn_important .icon {
  background-image: url(../img/top/icon_important.svg);
}
.implant-page-editor .btn_square a,
.implant-page-editor .btn_rounded a,
.implant-page-editor .btn_dashed a,
.implant-page-editor h2, .implant-page-editor h3 {
  font-family: "Noto Serif JP", serif;
}
.implant-page-editor h2.section_title {
  color: #3C4D5A;
  font-weight: 500;
}
.implant-page-editor h2.section_title::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #23709C;
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor h2.section_title::after {
    margin-top: max(16px, 16px + 14 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor h2.section_title span.en {
  font-size: 20px;
  font-weight: bold;
  color: #23709C;
  font-family: "Almarai", sans-serif;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor h2.section_title span.en {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
.implant-page-editor .banner_wrap {
  background: #F7FAF6;
  padding: 60px 0;
}
@media screen and (max-width: 1439px) {
  .implant-page-editor .banner_wrap {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}
.implant-page-editor .banner_wrap ul.banner_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .implant-page-editor .banner_wrap ul.banner_list {
    gap: 20px;
  }
}
.implant-page-editor .banner_wrap ul.banner_list li {
  width: calc(33.3333333333% - 26.6666666667px);
}
@media screen and (max-width: 1024px) {
  .implant-page-editor .banner_wrap ul.banner_list li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .implant-page-editor .banner_wrap ul.banner_list li {
    width: 100%;
  }
}
.implant-page-editor a {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.implant-page-editor a:hover {
  opacity: 0.7;
}
.implant-page-editor .blue {
  color: #1FB9EF;
}
.implant-page-editor .orange {
  color: #F7BC6B;
}
.implant-page-editor .fz10 {
  font-size: 10px;
}
.implant-page-editor .fz12 {
  font-size: 12px;
}
.implant-page-editor .fz14 {
  font-size: 14px;
}
.implant-page-editor .fz15 {
  font-size: 15px;
}
.implant-page-editor .fz16 {
  font-size: 16px;
}
.implant-page-editor .fz18 {
  font-size: 18px;
}
.implant-page-editor .fz20 {
  font-size: 20px;
}
.implant-page-editor .fz22 {
  font-size: 22px;
}
.implant-page-editor .fz24 {
  font-size: 24px;
}
.implant-page-editor .fz26 {
  font-size: 26px;
}
.implant-page-editor .fz28 {
  font-size: 28px;
}
.implant-page-editor .fz30 {
  font-size: 30px;
}
.implant-page-editor .fz32 {
  font-size: 32px;
}
.implant-page-editor .fz34 {
  font-size: 34px;
}
.implant-page-editor .fz36 {
  font-size: 36px;
}
.implant-page-editor .fz38 {
  font-size: 38px;
}
.implant-page-editor .fz40 {
  font-size: 40px;
}
.implant-page-editor .fz48 {
  font-size: 48px;
}
.implant-page-editor .fz56 {
  font-size: 56px;
}
.implant-page-editor .fz64 {
  font-size: 64px;
}
.implant-page-editor .fz72 {
  font-size: 72px;
}
.implant-page-editor .fz80 {
  font-size: 80px;
}
.implant-page-editor .fz88 {
  font-size: 88px;
}
.implant-page-editor .fz96 {
  font-size: 96px;
}
.implant-page-editor .fz100 {
  font-size: 100px;
}