body.top {
  background: #fff;
  min-width: auto;
  overflow-x: hidden;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  min-width: none;
}

main.top,
.mce-content-body {
  background: #fff;
}
main.top *,
.mce-content-body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}
main.top .inner,
.mce-content-body .inner {
  max-width: calc(1080px + 10%);
  padding: 0 5%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  main.top .inner,
  .mce-content-body .inner {
    padding: 0 20px;
  }
}
main.top .blue,
.mce-content-body .blue {
  color: var(--blue);
}
main.top .light-blue,
.mce-content-body .light-blue {
  color: var(--light-blue);
}
main.top .bg-blue01,
.mce-content-body .bg-blue01 {
  background-color: var(--bg-blue01);
}
main.top .bg-beige,
.mce-content-body .bg-beige {
  background-color: var(--bg-beige);
}
main.top .section_title,
.mce-content-body .section_title {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top .section_title,
  .mce-content-body .section_title {
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.top .section_title:not(.white) h2,
.mce-content-body .section_title:not(.white) h2 {
  color: #222;
}
main.top .section_title:not(.white) .en,
.mce-content-body .section_title:not(.white) .en {
  color: var(--blue);
}
main.top .section_title.white .en,
main.top .section_title.white h2,
.mce-content-body .section_title.white .en,
.mce-content-body .section_title.white h2 {
  color: #fff;
}
main.top .section_title h2,
.mce-content-body .section_title h2 {
  font-size: 36px;
  font-weight: bold;
  border-bottom: none;
  text-align: center;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1439px) {
  main.top .section_title h2,
  .mce-content-body .section_title h2 {
    font-size: max(24px, 24px + 12 * (100vw - 390px) / 1049);
  }
}
main.top .section_title .en,
.mce-content-body .section_title .en {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}
@media screen and (max-width: 1439px) {
  main.top .section_title .en,
  .mce-content-body .section_title .en {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.top h3,
.mce-content-body h3 {
  border-bottom: none;
}
main.top p,
.mce-content-body p {
  color: #333;
}
@media screen and (max-width: 1439px) {
  main.top p,
  .mce-content-body p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.top a,
.mce-content-body a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.top a:hover,
.mce-content-body a:hover {
  opacity: 0.7;
}
main.top .section_bg,
.mce-content-body .section_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
main.top .section_bg img,
.mce-content-body .section_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top .btn_wrap,
.mce-content-body .btn_wrap {
  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;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.top .btn_wrap,
  .mce-content-body .btn_wrap {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 500px) {
  main.top .btn_wrap,
  .mce-content-body .btn_wrap {
    -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;
  }
}
main.top .btn_wrap .btn,
.mce-content-body .btn_wrap .btn {
  padding: 0;
  margin: 0;
}
main.top .btn_wrap .btn a,
.mce-content-body .btn_wrap .btn a {
  width: 230px;
  max-width: 100%;
}
main.top .btn,
.mce-content-body .btn {
  display: block;
  margin: 60px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1439px) {
  main.top .btn,
  .mce-content-body .btn {
    margin: max(30px, 30px + 30 * (100vw - 390px) / 1049) auto 0;
  }
}
main.top .btn a,
.mce-content-body .btn a {
  width: 240px;
  height: 60px;
  display: grid;
  place-items: center;
  margin-inline: auto;
  background: var(--blue);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  main.top .btn a,
  .mce-content-body .btn a {
    width: max(210px, 210px + 30 * (100vw - 390px) / 1049);
    height: max(50px, 50px + 10 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.top .btn.btn_square a,
.mce-content-body .btn.btn_square a {
  position: relative;
  border-radius: 5px;
}
main.top .btn.btn_square a::before,
.mce-content-body .btn.btn_square a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  border-radius: 5px;
  pointer-events: none;
}
main.top .btn.btn_white a,
.mce-content-body .btn.btn_white a {
  background: #fff;
  color: var(--blue);
  border: 1px solid var(--blue);
}
main.top .btn.btn_white a::before,
.mce-content-body .btn.btn_white a::before {
  border-color: var(--blue);
}
main.top .marker_yellow,
.mce-content-body .marker_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFF89F));
  background: -webkit-linear-gradient(transparent 80%, #FFF89F 80%);
  background: linear-gradient(transparent 80%, #FFF89F 80%);
}

main.top section.about_top,
.mce-content-body section.about_top {
  padding: 60px 0 50px;
}
@media screen and (max-width: 1439px) {
  main.top section.about_top,
  .mce-content-body section.about_top {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0 max(30px, 30px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.about_top .about_top_list,
.mce-content-body section.about_top .about_top_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  main.top section.about_top .about_top_list,
  .mce-content-body section.about_top .about_top_list {
    gap: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.about_top .about_top_list,
  .mce-content-body section.about_top .about_top_list {
    grid-template-columns: 1fr;
  }
}
main.top section.about_top .about_top_list li,
.mce-content-body section.about_top .about_top_list li {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  main.top section.about_top .about_top_list li + li,
  .mce-content-body section.about_top .about_top_list li + li {
    margin-top: 30px;
  }
}
main.top section.about_top .about_top_list li .img_wrap,
.mce-content-body section.about_top .about_top_list li .img_wrap {
  position: relative;
}
main.top section.about_top .about_top_list li .img_wrap .number,
.mce-content-body section.about_top .about_top_list li .img_wrap .number {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 56px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: var(--blue);
  font-style: italic;
}
@media screen and (max-width: 1439px) {
  main.top section.about_top .about_top_list li .img_wrap .number,
  .mce-content-body section.about_top .about_top_list li .img_wrap .number {
    font-size: max(40px, 40px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.about_top .about_top_list li .img_wrap .number,
  .mce-content-body section.about_top .about_top_list li .img_wrap .number {
    padding-left: 10px;
  }
}
main.top section.about_top .about_top_list li .img_wrap img,
.mce-content-body section.about_top .about_top_list li .img_wrap img {
  border-radius: 10px;
}
main.top section.about_top .about_top_list li h3,
.mce-content-body section.about_top .about_top_list li h3 {
  font-size: 24px;
  line-height: 180%;
  font-weight: bold;
  color: var(--blue);
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top section.about_top .about_top_list li h3,
  .mce-content-body section.about_top .about_top_list li h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.about_top .about_top_list li p,
.mce-content-body section.about_top .about_top_list li p {
  margin-top: 16px;
  text-align: left;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  main.top section.about_top .about_top_list li p,
  .mce-content-body section.about_top .about_top_list li p {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
main.top section.concept,
.mce-content-body section.concept {
  position: relative;
}
main.top section.concept::before,
.mce-content-body section.concept::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--blue);
  opacity: 0.85;
  z-index: 1;
  pointer-events: none;
}
main.top section.concept::after,
.mce-content-body section.concept::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 2px solid #fff;
  z-index: 2;
  pointer-events: none;
}
main.top section.concept .inner,
.mce-content-body section.concept .inner {
  position: relative;
  z-index: 2;
}
main.top section.concept .concept_wrap,
.mce-content-body section.concept .concept_wrap {
  text-align: center;
  color: #fff;
}
main.top section.concept .concept_wrap h3,
.mce-content-body section.concept .concept_wrap h3 {
  font-size: 28px;
  text-align: center;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 10px;
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
  line-height: 2.25;
  margin-top: -10px;
}
@media screen and (max-width: 1439px) {
  main.top section.concept .concept_wrap h3,
  .mce-content-body section.concept .concept_wrap h3 {
    font-size: max(16px, 16px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.concept .concept_wrap h3,
  .mce-content-body section.concept .concept_wrap h3 {
    line-height: 2.5;
  }
}
@media screen and (max-width: 389px) {
  main.top section.concept .concept_wrap h3,
  .mce-content-body section.concept .concept_wrap h3 {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.concept .concept_wrap p,
.mce-content-body section.concept .concept_wrap p {
  font-size: 20px;
  font-weight: 500;
  line-height: 200%;
  color: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.concept .concept_wrap p,
  .mce-content-body section.concept .concept_wrap p {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 500px) {
  main.top section.concept .concept_wrap p,
  .mce-content-body section.concept .concept_wrap p {
    max-width: calc(100% - 40px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 389px) {
  main.top section.concept .concept_wrap p,
  .mce-content-body section.concept .concept_wrap p {
    font-size: max(13px, 13px + 1 * (100vw - 320px) / 69);
  }
}
main.top section.news ul.blog-tabs,
.mce-content-body section.news ul.blog-tabs {
  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;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  main.top section.news ul.blog-tabs,
  .mce-content-body section.news ul.blog-tabs {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 500px) {
  main.top section.news ul.blog-tabs,
  .mce-content-body section.news ul.blog-tabs {
    gap: 10px;
  }
}
@media screen and (max-width: 389px) {
  main.top section.news ul.blog-tabs,
  .mce-content-body section.news ul.blog-tabs {
    gap: max(5px, 5px + 5 * (100vw - 320px) / 69);
  }
}
main.top section.news ul.blog-tabs li,
.mce-content-body section.news ul.blog-tabs li {
  width: 210px;
  height: 65px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: var(--light-blue);
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px 10px 0 0;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  main.top section.news ul.blog-tabs li,
  .mce-content-body section.news ul.blog-tabs li {
    width: max(80px, 80px + 130 * (100vw - 390px) / 1049);
    height: max(35px, 35px + 30 * (100vw - 390px) / 1049);
    font-size: max(12px, 12px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 500px) {
  main.top section.news ul.blog-tabs li,
  .mce-content-body section.news ul.blog-tabs li {
    width: 100%;
  }
}
@media screen and (max-width: 389px) {
  main.top section.news ul.blog-tabs li,
  .mce-content-body section.news ul.blog-tabs li {
    font-size: max(11px, 11px + 1 * (100vw - 320px) / 69);
  }
}
main.top section.news ul.blog-tabs li.active,
.mce-content-body section.news ul.blog-tabs li.active {
  background: var(--blue);
  color: #fff;
}
main.top section.news ul.blog-tabs li:hover,
.mce-content-body section.news ul.blog-tabs li:hover {
  background: var(--blue);
  color: #fff;
}
main.top section.news ul.blog-tabs li a,
.mce-content-body section.news ul.blog-tabs li a {
  display: block;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
main.top section.news ul.blog-tabs li a:hover,
.mce-content-body section.news ul.blog-tabs li a:hover {
  opacity: 1;
}
main.top section.news .blog-content,
.mce-content-body section.news .blog-content {
  padding: 60px;
  border: 2px solid var(--blue);
  background: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 1439px) {
  main.top section.news .blog-content,
  .mce-content-body section.news .blog-content {
    padding: max(25px, 25px + 35 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 500px) {
  main.top section.news .blog-content,
  .mce-content-body section.news .blog-content {
    border-radius: 0;
  }
}
main.top section.news .blog-content .blog-items,
.mce-content-body section.news .blog-content .blog-items {
  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: 25px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1439px) {
  main.top section.news .blog-content .blog-items,
  .mce-content-body section.news .blog-content .blog-items {
    gap: max(12px, 12px + 13 * (100vw - 390px) / 1049);
  }
}
main.top section.news .blog-content .blog-items.hidden,
.mce-content-body section.news .blog-content .blog-items.hidden {
  opacity: 0;
}
main.top section.news .blog-content .blog-items .blog-item:last-of-type a,
.mce-content-body section.news .blog-content .blog-items .blog-item:last-of-type a {
  border-bottom: none;
  padding-bottom: 0;
}
main.top section.news .blog-content .blog-items .blog-item a,
.mce-content-body section.news .blog-content .blog-items .blog-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--blue);
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1439px) {
  main.top section.news .blog-content .blog-items .blog-item a,
  .mce-content-body section.news .blog-content .blog-items .blog-item a {
    padding-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.news .blog-content .blog-items .blog-item a,
  .mce-content-body section.news .blog-content .blog-items .blog-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.top section.news .blog-content .blog-items .blog-item a .blog-thumbnail,
.mce-content-body section.news .blog-content .blog-items .blog-item a .blog-thumbnail {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 300px;
}
@media screen and (max-width: 767px) {
  main.top section.news .blog-content .blog-items .blog-item a .blog-thumbnail,
  .mce-content-body section.news .blog-content .blog-items .blog-item a .blog-thumbnail {
    width: 100%;
  }
}
main.top section.news .blog-content .blog-items .blog-item a .blog-thumbnail img,
.mce-content-body section.news .blog-content .blog-items .blog-item a .blog-thumbnail img {
  width: 100%;
  aspect-ratio: 300/165;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  display: block;
}
main.top section.news .blog-content .blog-items .blog-item a .blog-contents,
.mce-content-body section.news .blog-content .blog-items .blog-item a .blog-contents {
  width: 100%;
}
main.top section.news .blog-content .blog-items .blog-item a .blog-meta,
.mce-content-body section.news .blog-content .blog-items .blog-item 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: 8px;
}
@media screen and (max-width: 1439px) {
  main.top section.news .blog-content .blog-items .blog-item a .blog-meta,
  .mce-content-body section.news .blog-content .blog-items .blog-item a .blog-meta {
    gap: max(5px, 5px + 3 * (100vw - 390px) / 1049);
  }
}
main.top section.news .blog-content .blog-items .blog-item a .blog-meta .blog-date,
.mce-content-body section.news .blog-content .blog-items .blog-item a .blog-meta .blog-date {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: var(--blue);
  letter-spacing: 0.1em;
}
main.top section.news .blog-content .blog-items .blog-item a .blog-meta .blog-category,
.mce-content-body section.news .blog-content .blog-items .blog-item a .blog-meta .blog-category {
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 2px;
  display: inline-block;
  background: var(--blue);
  color: #fff;
}
main.top section.news .blog-content .blog-items .blog-item a .blog-title,
.mce-content-body section.news .blog-content .blog-items .blog-item a .blog-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 1439px) {
  main.top section.news .blog-content .blog-items .blog-item a .blog-title,
  .mce-content-body section.news .blog-content .blog-items .blog-item a .blog-title {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
main.top section.news .blog-content .blog-items .blog-item a p,
.mce-content-body section.news .blog-content .blog-items .blog-item a p {
  font-size: 16px;
  line-height: 1.875;
  padding-top: 24px;
}
@media screen and (max-width: 1439px) {
  main.top section.news .blog-content .blog-items .blog-item a p,
  .mce-content-body section.news .blog-content .blog-items .blog-item a p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    padding-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.news .blog-content .blog-items .blog-item a p,
  .mce-content-body section.news .blog-content .blog-items .blog-item a p {
    line-height: 2.1428571429;
  }
}
main.top section.dental_info,
.mce-content-body section.dental_info {
  margin-top: 0;
}
main.top section.dental_info .dental_info_wrap,
.mce-content-body section.dental_info .dental_info_wrap {
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  main.top section.dental_info .dental_info_wrap,
  .mce-content-body section.dental_info .dental_info_wrap {
    border-radius: 10px;
  }
}
main.top section.dental_info .dental_info_wrap .dental_info_banner,
.mce-content-body section.dental_info .dental_info_wrap .dental_info_banner {
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.dental_info .dental_info_wrap .dental_info_banner,
  .mce-content-body section.dental_info .dental_info_wrap .dental_info_banner {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.dental_info .dental_info_wrap .dental_info_contents:nth-child(2),
.mce-content-body section.dental_info .dental_info_wrap .dental_info_contents:nth-child(2) {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.dental_info .dental_info_wrap .dental_info_contents:nth-child(2),
  .mce-content-body section.dental_info .dental_info_wrap .dental_info_contents:nth-child(2) {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.dental_info .dental_info_wrap .dental_info_contents h2,
.mce-content-body section.dental_info .dental_info_wrap .dental_info_contents h2 {
  font-size: 24px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 24px;
  padding: 20px;
}
@media screen and (max-width: 1439px) {
  main.top section.dental_info .dental_info_wrap .dental_info_contents h2,
  .mce-content-body section.dental_info .dental_info_wrap .dental_info_contents h2 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.dental_info .dental_info_wrap .dental_info_contents h2,
  .mce-content-body section.dental_info .dental_info_wrap .dental_info_contents h2 {
    font-size: max(15px, 15px + 3 * (100vw - 320px) / 69);
  }
}
main.top section.dental_info .dental_info_wrap .dental_info_contents p,
.mce-content-body section.dental_info .dental_info_wrap .dental_info_contents p {
  line-height: 180%;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  main.top section.dental_info .dental_info_wrap .dental_info_contents p,
  .mce-content-body section.dental_info .dental_info_wrap .dental_info_contents p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.reasons,
.mce-content-body section.reasons {
  position: relative;
}
main.top section.reasons .reasons_bg,
.mce-content-body section.reasons .reasons_bg {
  position: absolute;
  left: 0;
  top: 0;
  aspect-ratio: 1440/486;
  z-index: 0;
  width: 100vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  main.top section.reasons .reasons_bg,
  .mce-content-body section.reasons .reasons_bg {
    aspect-ratio: 390/250;
  }
}
main.top section.reasons .reasons_bg::before,
.mce-content-body section.reasons .reasons_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-beige);
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
  max-height: 486px;
}
main.top section.reasons .reasons_bg picture,
main.top section.reasons .reasons_bg img,
.mce-content-body section.reasons .reasons_bg picture,
.mce-content-body section.reasons .reasons_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 486px;
}
main.top section.reasons .reasons_wrap,
.mce-content-body section.reasons .reasons_wrap {
  position: relative;
  z-index: 2;
  padding: 60px;
  border: 1px solid var(--blue);
  background: #fff;
  -webkit-box-shadow: 0 20px 40px -20px rgba(34, 34, 34, 0.4);
          box-shadow: 0 20px 40px -20px rgba(34, 34, 34, 0.4);
  border-radius: 15px;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_wrap,
  .mce-content-body 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) {
  main.top section.reasons .reasons_wrap,
  .mce-content-body section.reasons .reasons_wrap {
    -webkit-box-shadow: 0 20px 30px -20px rgba(34, 34, 34, 0.3);
            box-shadow: 0 20px 30px -20px rgba(34, 34, 34, 0.3);
  }
}
@media screen and (max-width: 389px) {
  main.top section.reasons .reasons_wrap,
  .mce-content-body section.reasons .reasons_wrap {
    padding: 30px max(10px, 10px + 10 * (100vw - 320px) / 69);
  }
}
main.top section.reasons .reasons_wrap .flex,
.mce-content-body 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) {
  main.top section.reasons .reasons_wrap .flex,
  .mce-content-body section.reasons .reasons_wrap .flex {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.reasons .reasons_wrap .flex,
  .mce-content-body section.reasons .reasons_wrap .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.top section.reasons .reasons_wrap .flex h3,
.mce-content-body section.reasons .reasons_wrap .flex h3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 418px;
      -ms-flex: 0 0 418px;
          flex: 0 0 418px;
  text-align: center;
  font-weight: 500;
  border-bottom: none;
  text-decoration: none;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_wrap .flex h3,
  .mce-content-body section.reasons .reasons_wrap .flex h3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 max(330px, 330px + 88 * (100vw - 768px) / 671);
        -ms-flex: 0 0 max(330px, 330px + 88 * (100vw - 768px) / 671);
            flex: 0 0 max(330px, 330px + 88 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.reasons .reasons_wrap .flex h3,
  .mce-content-body section.reasons .reasons_wrap .flex h3 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 0;
  }
}
main.top section.reasons .reasons_wrap .flex h3 span,
.mce-content-body section.reasons .reasons_wrap .flex h3 span {
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  border-bottom: none;
  vertical-align: baseline;
  display: inline-block;
}
main.top section.reasons .reasons_wrap .flex h3 .mt10,
.mce-content-body section.reasons .reasons_wrap .flex h3 .mt10 {
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_wrap .flex h3 .mt10,
  .mce-content-body section.reasons .reasons_wrap .flex h3 .mt10 {
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.top section.reasons .reasons_wrap .flex h3 .mt16,
.mce-content-body section.reasons .reasons_wrap .flex h3 .mt16 {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_wrap .flex h3 .mt16,
  .mce-content-body section.reasons .reasons_wrap .flex h3 .mt16 {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
main.top section.reasons .reasons_wrap .flex h3 .fz32,
.mce-content-body section.reasons .reasons_wrap .flex h3 .fz32 {
  font-size: 32px;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_wrap .flex h3 .fz32,
  .mce-content-body section.reasons .reasons_wrap .flex h3 .fz32 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.reasons .reasons_wrap .flex h3 .fz32,
  .mce-content-body section.reasons .reasons_wrap .flex h3 .fz32 {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.reasons .reasons_wrap .flex h3 .fz48,
.mce-content-body section.reasons .reasons_wrap .flex h3 .fz48 {
  font-size: 48px;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_wrap .flex h3 .fz48,
  .mce-content-body section.reasons .reasons_wrap .flex h3 .fz48 {
    font-size: max(32px, 32px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.reasons .reasons_wrap .flex h3 .fz48,
  .mce-content-body section.reasons .reasons_wrap .flex h3 .fz48 {
    font-size: max(24px, 24px + 8 * (100vw - 320px) / 69);
  }
}
main.top section.reasons .reasons_wrap .flex h3 .fz64,
.mce-content-body section.reasons .reasons_wrap .flex h3 .fz64 {
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
  vertical-align: 2px;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_wrap .flex h3 .fz64,
  .mce-content-body section.reasons .reasons_wrap .flex h3 .fz64 {
    font-size: max(48px, 48px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.reasons .reasons_wrap .flex h3 .fz64,
  .mce-content-body section.reasons .reasons_wrap .flex h3 .fz64 {
    font-size: max(36px, 36px + 12 * (100vw - 320px) / 69);
  }
}
main.top section.reasons .reasons_wrap .flex h3 .fz100,
.mce-content-body section.reasons .reasons_wrap .flex h3 .fz100 {
  font-size: 100px;
  line-height: 0.64;
  vertical-align: -4px;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_wrap .flex h3 .fz100,
  .mce-content-body section.reasons .reasons_wrap .flex h3 .fz100 {
    font-size: max(72px, 72px + 28 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.reasons .reasons_wrap .flex h3 .fz100,
  .mce-content-body section.reasons .reasons_wrap .flex h3 .fz100 {
    font-size: max(48px, 48px + 24 * (100vw - 320px) / 69);
  }
}
main.top section.reasons .reasons_wrap .flex p,
.mce-content-body section.reasons .reasons_wrap .flex p {
  line-height: 180%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  main.top section.reasons .reasons_wrap .flex p,
  .mce-content-body section.reasons .reasons_wrap .flex p {
    line-height: 160%;
  }
}
main.top section.reasons .reasons_wrap ul.reasons_list_sub,
.mce-content-body section.reasons .reasons_wrap ul.reasons_list_sub {
  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;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub,
  .mce-content-body section.reasons .reasons_wrap ul.reasons_list_sub {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub,
  .mce-content-body 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;
  }
}
main.top section.reasons .reasons_wrap ul.reasons_list_sub li,
.mce-content-body 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;
  position: relative;
}
main.top section.reasons .reasons_wrap ul.reasons_list_sub li::before,
.mce-content-body section.reasons .reasons_wrap ul.reasons_list_sub li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: var(--blue);
  opacity: 0.8;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub li,
  .mce-content-body section.reasons .reasons_wrap ul.reasons_list_sub li {
    width: max(110px, 110px + 70 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub li,
  .mce-content-body section.reasons .reasons_wrap ul.reasons_list_sub li {
    width: calc(33.3333333333% + 6.6666666667px);
    gap: 0;
  }
}
main.top section.reasons .reasons_wrap ul.reasons_list_sub li:not(:first-of-type),
.mce-content-body section.reasons .reasons_wrap ul.reasons_list_sub li:not(:first-of-type) {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub li:not(:first-of-type),
  .mce-content-body section.reasons .reasons_wrap ul.reasons_list_sub li:not(:first-of-type) {
    margin-left: -10px;
  }
}
@media screen and (max-width: 767px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(3n+0), main.top section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(3n+2),
  .mce-content-body section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(3n+0),
  .mce-content-body section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(3n+2) {
    margin-left: -10px;
  }
}
@media screen and (max-width: 767px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(3n+1),
  .mce-content-body section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(n+4),
  .mce-content-body section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(n+4) {
    margin-top: -10px;
  }
}
main.top section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(2n)::before,
.mce-content-body section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(2n)::before {
  background: var(--blue02);
}
main.top section.reasons .reasons_wrap ul.reasons_list_sub li span.number,
.mce-content-body section.reasons .reasons_wrap ul.reasons_list_sub li span.number {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
  float: none;
  margin: 0;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub li span.number,
  .mce-content-body section.reasons .reasons_wrap ul.reasons_list_sub li span.number {
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub li span.number,
  .mce-content-body section.reasons .reasons_wrap ul.reasons_list_sub li span.number {
    font-size: max(8px, 8px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.reasons .reasons_wrap ul.reasons_list_sub li h4,
.mce-content-body section.reasons .reasons_wrap ul.reasons_list_sub li h4 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub li h4,
  .mce-content-body section.reasons .reasons_wrap ul.reasons_list_sub li h4 {
    font-size: max(12px, 12px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub li h4,
  .mce-content-body section.reasons .reasons_wrap ul.reasons_list_sub li h4 {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 377);
  }
}
@media screen and (max-width: 389px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub li h4,
  .mce-content-body section.reasons .reasons_wrap ul.reasons_list_sub li h4 {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.reasons .reasons_wrap ul.reasons_list_sub li h4.large,
.mce-content-body section.reasons .reasons_wrap ul.reasons_list_sub li h4.large {
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub li h4.large,
  .mce-content-body section.reasons .reasons_wrap ul.reasons_list_sub li h4.large {
    font-size: max(12px, 12px + 8 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 389px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub li h4.large,
  .mce-content-body section.reasons .reasons_wrap ul.reasons_list_sub li h4.large {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.reasons ul.reasons_list,
.mce-content-body 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) {
  main.top section.reasons ul.reasons_list,
  .mce-content-body section.reasons ul.reasons_list {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  main.top section.reasons ul.reasons_list,
  .mce-content-body section.reasons ul.reasons_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  main.top section.reasons ul.reasons_list,
  .mce-content-body section.reasons ul.reasons_list {
    grid-template-columns: 1fr;
  }
}
main.top section.reasons ul.reasons_list li,
.mce-content-body section.reasons ul.reasons_list li {
  height: auto;
  min-height: 420px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 60px 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons ul.reasons_list li,
  .mce-content-body section.reasons ul.reasons_list li {
    padding: 60px max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.reasons ul.reasons_list li,
  .mce-content-body section.reasons ul.reasons_list li {
    height: 100%;
    aspect-ratio: initial;
    min-height: 400px;
  }
}
@media screen and (max-width: 500px) {
  main.top section.reasons ul.reasons_list li,
  .mce-content-body section.reasons ul.reasons_list li {
    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;
  }
}
@media screen and (max-width: 389px) {
  main.top section.reasons ul.reasons_list li,
  .mce-content-body section.reasons ul.reasons_list li {
    min-height: 300px;
  }
}
main.top section.reasons ul.reasons_list li::before,
.mce-content-body section.reasons ul.reasons_list li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
}
main.top section.reasons ul.reasons_list li:nth-of-type(2n+1)::before,
.mce-content-body section.reasons ul.reasons_list li:nth-of-type(2n+1)::before {
  background: var(--blue);
  opacity: 0.85;
}
main.top section.reasons ul.reasons_list li:nth-of-type(2n)::before,
.mce-content-body section.reasons ul.reasons_list li:nth-of-type(2n)::before {
  background: var(--blue02);
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  main.top section.reasons ul.reasons_list li:nth-of-type(4n+3)::before,
  .mce-content-body section.reasons ul.reasons_list li:nth-of-type(4n+3)::before {
    background: var(--blue02);
    opacity: 0.8;
  }
}
@media screen and (max-width: 500px) {
  main.top section.reasons ul.reasons_list li:nth-of-type(4n+3)::before,
  .mce-content-body section.reasons ul.reasons_list li:nth-of-type(4n+3)::before {
    background: var(--blue);
    opacity: 0.85;
  }
}
@media screen and (max-width: 1024px) {
  main.top section.reasons ul.reasons_list li:nth-of-type(4n+4)::before,
  .mce-content-body section.reasons ul.reasons_list li:nth-of-type(4n+4)::before {
    background: var(--blue);
    opacity: 0.85;
  }
}
@media screen and (max-width: 500px) {
  main.top section.reasons ul.reasons_list li:nth-of-type(4n+4)::before,
  .mce-content-body section.reasons ul.reasons_list li:nth-of-type(4n+4)::before {
    background: var(--blue02);
    opacity: 0.8;
  }
}
main.top section.reasons ul.reasons_list li:hover,
.mce-content-body section.reasons ul.reasons_list li:hover {
  opacity: 0.7;
}
main.top section.reasons ul.reasons_list li a:hover,
.mce-content-body section.reasons ul.reasons_list li a:hover {
  opacity: 1;
}
main.top section.reasons ul.reasons_list li .img_wrap,
.mce-content-body section.reasons ul.reasons_list li .img_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
main.top section.reasons ul.reasons_list li .img_wrap img,
.mce-content-body section.reasons ul.reasons_list li .img_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
main.top section.reasons ul.reasons_list li span.number,
.mce-content-body section.reasons ul.reasons_list li span.number {
  font-size: 64px;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons ul.reasons_list li span.number,
  .mce-content-body section.reasons ul.reasons_list li span.number {
    font-size: max(56px, 56px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.reasons ul.reasons_list li span.number,
  .mce-content-body section.reasons ul.reasons_list li span.number {
    font-size: max(48px, 48px + 8 * (100vw - 320px) / 69);
  }
}
main.top section.reasons ul.reasons_list li h3,
.mce-content-body section.reasons ul.reasons_list li h3 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons ul.reasons_list li h3,
  .mce-content-body section.reasons ul.reasons_list li h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.reasons ul.reasons_list li h3,
  .mce-content-body section.reasons ul.reasons_list li h3 {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.reasons ul.reasons_list li p,
.mce-content-body section.reasons ul.reasons_list li p {
  line-height: 1.875;
  margin-top: 24px;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons ul.reasons_list li p,
  .mce-content-body section.reasons ul.reasons_list li p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.reasons ul.reasons_list li p,
  .mce-content-body section.reasons ul.reasons_list li p {
    line-height: 2.1428571429;
  }
}
main.top section.point,
.mce-content-body section.point {
  margin-top: 0;
}
main.top section.point .point_title_wrap,
.mce-content-body section.point .point_title_wrap {
  padding: 180px 0 100px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_title_wrap,
  .mce-content-body section.point .point_title_wrap {
    padding: max(100px, 100px + 80 * (100vw - 390px) / 1049) 0 max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.top section.point .point_title_wrap .img_wrap,
.mce-content-body section.point .point_title_wrap .img_wrap {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  aspect-ratio: 1440/350;
}
@media screen and (max-width: 767px) {
  main.top section.point .point_title_wrap .img_wrap,
  .mce-content-body section.point .point_title_wrap .img_wrap {
    aspect-ratio: 390/200;
  }
}
main.top section.point .point_title_wrap .img_wrap img,
.mce-content-body section.point .point_title_wrap .img_wrap img {
  width: 100%;
  height: 100%;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_title_wrap .img_wrap img,
  .mce-content-body section.point .point_title_wrap .img_wrap img {
    max-height: max(200px, 200px + 150 * (100vw - 390px) / 1049);
  }
}
main.top section.point .point_title_wrap .inner,
.mce-content-body section.point .point_title_wrap .inner {
  position: relative;
  z-index: 1;
}
main.top section.point .point_title_wrap .inner > .flex,
.mce-content-body 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: 30px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_title_wrap .inner > .flex,
  .mce-content-body section.point .point_title_wrap .inner > .flex {
    gap: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_title_wrap .inner > .flex,
  .mce-content-body 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;
  }
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap {
  width: 590px;
  height: auto;
  aspect-ratio: 590/530;
  position: relative;
}
@media screen and (max-width: 767px) {
  main.top section.point .point_title_wrap .inner > .flex .point_img_wrap,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap {
    width: 100%;
    max-width: 350px;
    aspect-ratio: 350/335;
  }
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap a,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap a {
  display: block;
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap a:hover,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap a:hover {
  opacity: 1;
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap a:hover picture,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap a:hover picture {
  opacity: 0.7;
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img01,
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img02,
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img03,
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img04,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img01,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img02,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img03,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img04 {
  position: absolute;
  width: 51.69%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (max-width: 767px) {
  main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img01,
  main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img02,
  main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img03,
  main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img04,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img01,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img02,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img03,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img04 {
    width: 185px;
  }
}
@media screen and (max-width: 389px) {
  main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img01,
  main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img02,
  main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img03,
  main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img04,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img01,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img02,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img03,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img04 {
    width: max(155px, 155px + 30 * (100vw - 320px) / 69);
  }
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img01,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img01 {
  z-index: 4;
  width: 33.89%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img01,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img01 {
    top: calc(50% + 10px);
    width: 120px;
  }
}
@media screen and (max-width: 389px) {
  main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img01,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img01 {
    width: max(100px, 100px + 20 * (100vw - 320px) / 69);
  }
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img02,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img02 {
  z-index: 3;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img02.is-visible,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img02.is-visible {
  top: 0;
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img03,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img03 {
  z-index: 1;
  left: 50px;
  bottom: 50px;
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img03.is-visible,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img03.is-visible {
  bottom: 0;
  left: 0;
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img04,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img04 {
  z-index: 2;
  bottom: 50px;
  right: 50px;
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img04.is-visible,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img04.is-visible {
  bottom: 0;
  right: 0;
}
main.top section.point .point_title_wrap .inner > .flex .point_catch,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_catch {
  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;
  gap: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-bottom: 64px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_catch {
    padding-bottom: max(20px, 20px + 44 * (100vw - 390px) / 1049);
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_catch {
    padding-bottom: 0;
  }
}
main.top section.point .point_title_wrap .inner > .flex .point_catch span,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_catch span {
  font-size: 32px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: inline-block;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch span,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_catch span {
    font-size: max(20px, 20px + 12 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch span,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_catch span {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.point .point_title_wrap .inner > .flex .point_catch .fz32,
main.top section.point .point_title_wrap .inner > .flex .point_catch .fz32 *,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_catch .fz32,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_catch .fz32 * {
  font-size: 32px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch .fz32,
  main.top section.point .point_title_wrap .inner > .flex .point_catch .fz32 *,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_catch .fz32,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_catch .fz32 * {
    font-size: max(20px, 20px + 12 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch .fz32,
  main.top section.point .point_title_wrap .inner > .flex .point_catch .fz32 *,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_catch .fz32,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_catch .fz32 * {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.point .point_title_wrap .inner > .flex .point_catch .fz48,
main.top section.point .point_title_wrap .inner > .flex .point_catch .fz48 *,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_catch .fz48,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_catch .fz48 * {
  font-size: 48px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch .fz48,
  main.top section.point .point_title_wrap .inner > .flex .point_catch .fz48 *,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_catch .fz48,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_catch .fz48 * {
    font-size: max(28px, 28px + 20 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch .fz48,
  main.top section.point .point_title_wrap .inner > .flex .point_catch .fz48 *,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_catch .fz48,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_catch .fz48 * {
    font-size: max(32px, 32px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch .fz48,
  main.top section.point .point_title_wrap .inner > .flex .point_catch .fz48 *,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_catch .fz48,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_catch .fz48 * {
    font-size: max(24px, 24px + 8 * (100vw - 320px) / 69);
  }
}
main.top section.point .point_title_wrap .inner > .flex .point_catch .fz64,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_catch .fz64 {
  font-size: 64px;
  line-height: 1;
  font-weight: bold;
  vertical-align: 2px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch .fz64,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_catch .fz64 {
    font-size: max(40px, 40px + 24 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch .fz64,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_catch .fz64 {
    font-size: max(48px, 48px + 16 * (100vw - 390px) / 1049);
    margin-top: 5px;
  }
}
@media screen and (max-width: 389px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch .fz64,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_catch .fz64 {
    font-size: max(36px, 36px + 12 * (100vw - 320px) / 69);
  }
}
main.top section.point .point_title_wrap .inner > .flex .point_catch .fz100,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_catch .fz100 {
  font-size: 100px;
  line-height: 1;
  font-weight: 500;
  vertical-align: -4px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch .fz100,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_catch .fz100 {
    font-size: max(56px, 56px + 44 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch .fz100,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_catch .fz100 {
    font-size: max(72px, 72px + 28 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch .fz100,
  .mce-content-body section.point .point_title_wrap .inner > .flex .point_catch .fz100 {
    font-size: max(48px, 48px + 24 * (100vw - 320px) / 69);
  }
}
main.top section.point .point_title_wrap .inner > .flex .point_catch .marker_yellow,
.mce-content-body section.point .point_title_wrap .inner > .flex .point_catch .marker_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #FCF7BC));
  background: -webkit-linear-gradient(transparent 85%, #FCF7BC 85%);
  background: linear-gradient(transparent 85%, #FCF7BC 85%);
}
main.top section.point .point_list_wrap ul.point_list,
.mce-content-body 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;
}
main.top section.point .point_list_wrap ul.point_list > li,
.mce-content-body section.point .point_list_wrap ul.point_list > li {
  position: relative;
  background: var(--bg-blue01);
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li,
  .mce-content-body section.point .point_list_wrap ul.point_list > li {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0;
  }
}
main.top section.point .point_list_wrap ul.point_list > li:nth-of-type(even),
.mce-content-body section.point .point_list_wrap ul.point_list > li:nth-of-type(even) {
  background: #fff;
}
main.top section.point .point_list_wrap ul.point_list > li:nth-of-type(even) .list_top .inner,
.mce-content-body section.point .point_list_wrap ul.point_list > li:nth-of-type(even) .list_top .inner {
  -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) {
  main.top section.point .point_list_wrap ul.point_list > li:nth-of-type(even) .list_top .inner,
  .mce-content-body section.point .point_list_wrap ul.point_list > li:nth-of-type(even) .list_top .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.top section.point .point_list_wrap ul.point_list > li:nth-of-type(even) .list_top .inner .img_wrap,
.mce-content-body section.point .point_list_wrap ul.point_list > li:nth-of-type(even) .list_top .inner .img_wrap {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1600px) {
  main.top section.point .point_list_wrap ul.point_list > li:nth-of-type(even) .list_top .inner .img_wrap,
  .mce-content-body section.point .point_list_wrap ul.point_list > li:nth-of-type(even) .list_top .inner .img_wrap {
    margin-right: -10vw;
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_list_wrap ul.point_list > li:nth-of-type(even) .list_top .inner .img_wrap,
  .mce-content-body section.point .point_list_wrap ul.point_list > li:nth-of-type(even) .list_top .inner .img_wrap {
    margin-left: auto;
    width: calc(100vw - 20px);
  }
}
main.top section.point .point_list_wrap ul.point_list > li:nth-of-type(even) .list_top .inner .img_wrap img,
.mce-content-body section.point .point_list_wrap ul.point_list > li:nth-of-type(even) .list_top .inner .img_wrap img {
  border-radius: 15px 0 0 15px;
}
main.top section.point .point_list_wrap ul.point_list > li:nth-of-type(2) .list_top .inner .img_wrap img,
.mce-content-body section.point .point_list_wrap ul.point_list > li:nth-of-type(2) .list_top .inner .img_wrap img {
  -o-object-position: 30% center;
     object-position: 30% center;
}
main.top section.point .point_list_wrap ul.point_list > li:nth-of-type(3) .list_top .inner .img_wrap img,
.mce-content-body section.point .point_list_wrap ul.point_list > li:nth-of-type(3) .list_top .inner .img_wrap img {
  -o-object-position: 10% center;
     object-position: 10% center;
}
main.top section.point .point_list_wrap ul.point_list > li:nth-of-type(3) .list_top .inner .text_wrap h3,
.mce-content-body section.point .point_list_wrap ul.point_list > li:nth-of-type(3) .list_top .inner .text_wrap h3 {
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li:nth-of-type(3) .list_top .inner .text_wrap h3,
  .mce-content-body section.point .point_list_wrap ul.point_list > li:nth-of-type(3) .list_top .inner .text_wrap h3 {
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_top,
.mce-content-body section.point .point_list_wrap ul.point_list > li .list_top {
  position: relative;
  max-width: 1600px;
  margin-inline: auto;
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner,
.mce-content-body section.point .point_list_wrap ul.point_list > li .list_top .inner {
  position: relative;
  z-index: 1;
  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: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner,
  .mce-content-body section.point .point_list_wrap ul.point_list > li .list_top .inner {
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner,
  .mce-content-body section.point .point_list_wrap ul.point_list > li .list_top .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .img_wrap,
.mce-content-body section.point .point_list_wrap ul.point_list > li .list_top .inner .img_wrap {
  margin-left: calc(50% - 50vw);
  max-width: 610px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 610px;
      -ms-flex: 1 1 610px;
          flex: 1 1 610px;
  position: relative;
}
@media screen and (min-width: 1600px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .img_wrap,
  .mce-content-body section.point .point_list_wrap ul.point_list > li .list_top .inner .img_wrap {
    margin-left: -10vw;
  }
}
@media screen and (max-width: 1024px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .img_wrap,
  .mce-content-body section.point .point_list_wrap ul.point_list > li .list_top .inner .img_wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 500px;
        -ms-flex: 1 1 500px;
            flex: 1 1 500px;
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .img_wrap,
  .mce-content-body section.point .point_list_wrap ul.point_list > li .list_top .inner .img_wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    aspect-ratio: 370/280;
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .img_wrap picture,
.mce-content-body section.point .point_list_wrap ul.point_list > li .list_top .inner .img_wrap picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .img_wrap img,
.mce-content-body section.point .point_list_wrap ul.point_list > li .list_top .inner .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 15px 15px 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap,
.mce-content-body section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 590px;
      -ms-flex: 1 1 590px;
          flex: 1 1 590px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap,
  .mce-content-body section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap {
    padding-top: max(30px, 30px + 50 * (100vw - 390px) / 1049);
    padding-bottom: max(30px, 30px + 50 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap,
  .mce-content-body section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap span.number,
.mce-content-body section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap span.number {
  font-size: 120px;
  letter-spacing: 0.05em;
  color: var(--blue);
  opacity: 0.2;
  font-family: "Montserrat", sans-serif;
  display: block;
  line-height: 0.7;
  float: none;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap span.number,
  .mce-content-body section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap span.number {
    font-size: max(80px, 80px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap span.number,
  .mce-content-body section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap span.number {
    font-size: max(60px, 60px + 20 * (100vw - 320px) / 69);
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap h3,
.mce-content-body section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap h3 {
  margin-top: -0.75em;
  font-size: 48px;
  font-weight: bold;
  color: var(--blue);
  margin-bottom: 40px;
  padding-left: 30px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap h3,
  .mce-content-body section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap h3 {
    font-size: max(32px, 32px + 8 * (100vw - 390px) / 1049);
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    padding-left: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap h3,
  .mce-content-body section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap h3 {
    font-size: max(24px, 24px + 8 * (100vw - 320px) / 69);
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap p,
.mce-content-body section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap p {
  text-align: left;
  line-height: 180%;
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap,
.mce-content-body section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap,
  .mce-content-body section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap,
  .mce-content-body section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap {
    grid-template-columns: 1fr;
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item,
.mce-content-body section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item {
  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;
  border: 2px solid var(--border-blue);
  border-radius: 10px;
  padding: 25px;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item,
  .mce-content-body section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item {
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item h3,
.mce-content-body section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: var(--blue);
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item h3,
  .mce-content-body section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap,
.mce-content-body section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info,
.mce-content-body section.point .point_list_wrap ul.point_list > li .list_bottom .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;
  overflow: hidden;
  margin-top: 24px;
  border: 1px solid var(--border-gray);
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info,
  .mce-content-body section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt,
.mce-content-body section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt {
  width: 100px;
  padding: 12px;
  background: var(--blue);
  color: #fff;
  font-weight: bold;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt,
  .mce-content-body section.point .point_list_wrap ul.point_list > li .list_bottom .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);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt,
  .mce-content-body section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt {
    padding: 8px;
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt:not(:first-of-type),
.mce-content-body section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt:not(:first-of-type) {
  border: 1px solid var(--border-gray);
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd,
.mce-content-body section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd {
  width: calc(100% - 100px);
  padding: 10px;
  background: var(--bg-beige);
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd,
  .mce-content-body section.point .point_list_wrap ul.point_list > li .list_bottom .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(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd,
  .mce-content-body section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd {
    line-height: 180%;
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd:not(:first-of-type),
.mce-content-body section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd:not(:first-of-type) {
  border-top: 1px solid var(--border-gray);
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd:last-of-type,
.mce-content-body section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd:last-of-type {
  line-height: 1.5;
}
main.top section.service,
.mce-content-body section.service {
  background: none;
}
main.top section.service ul.service_list,
.mce-content-body section.service ul.service_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: 30px;
}
@media screen and (max-width: 1439px) {
  main.top section.service ul.service_list,
  .mce-content-body section.service ul.service_list {
    gap: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.service ul.service_list,
  .mce-content-body section.service ul.service_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.top section.service ul.service_list li,
.mce-content-body section.service ul.service_list li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 1024px) {
  main.top section.service ul.service_list li,
  .mce-content-body section.service ul.service_list li {
    width: calc((100% - max(20px, 20px + 10 * (100vw - 390px) / 1049)) / 2);
  }
}
@media screen and (max-width: 767px) {
  main.top section.service ul.service_list li,
  .mce-content-body section.service ul.service_list li {
    width: 100%;
  }
}
main.top section.service ul.service_list li a,
.mce-content-body section.service ul.service_list li a {
  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;
  min-height: 158px;
  border: 2px solid var(--blue);
  background: var(--bg-blue01);
  border-radius: 5px;
  position: relative;
  margin-top: 20px;
  padding-right: 8px;
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  main.top section.service ul.service_list li a,
  .mce-content-body section.service ul.service_list li a {
    min-height: 100px;
  }
}
main.top section.service ul.service_list li a::before,
.mce-content-body section.service ul.service_list li a::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 25px;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--blue);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.top section.service ul.service_list li a::before,
  .mce-content-body section.service ul.service_list li a::before {
    width: max(15px, 15px + 10 * (100vw - 390px) / 1049);
    right: max(6px, 6px + 4 * (100vw - 390px) / 1049);
    bottom: max(6px, 6px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.service ul.service_list li a .fukidashi,
.mce-content-body section.service ul.service_list li a .fukidashi {
  width: 284px;
  height: auto;
  aspect-ratio: 284/47;
  margin-top: -1.5em;
  background: url(../img/top/fukidashi.webp) no-repeat center/contain;
  display: grid;
  place-items: center;
  font-size: 16px;
  line-height: 120%;
  font-weight: bold;
  padding-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  main.top section.service ul.service_list li a .fukidashi,
  .mce-content-body section.service ul.service_list li a .fukidashi {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.service ul.service_list li a .fukidashi,
  .mce-content-body section.service ul.service_list li a .fukidashi {
    width: max(240px, 240px + 44 * (100vw - 320px) / 69);
    font-size: max(13px, 13px + 1 * (100vw - 320px) / 69);
  }
}
main.top section.service ul.service_list li a h3,
.mce-content-body section.service ul.service_list li a h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: var(--blue);
  line-height: 150%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 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;
  margin-top: -15px;
}
@media screen and (max-width: 1439px) {
  main.top section.service ul.service_list li a h3,
  .mce-content-body section.service ul.service_list li a h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.service ul.service_list li a h3,
  .mce-content-body section.service ul.service_list li a h3 {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  main.top section.service ul.service_list li a h3.sp16,
  .mce-content-body section.service ul.service_list li a h3.sp16 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.service ul.service_list li a h3.sp16,
  .mce-content-body section.service ul.service_list li a h3.sp16 {
    font-size: max(15px, 15px + 1 * (100vw - 320px) / 69);
  }
}
main.top section.message .message_wrap,
.mce-content-body section.message .message_wrap {
  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: 60px;
  max-width: 1600px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.top section.message .message_wrap,
  .mce-content-body section.message .message_wrap {
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.message .message_wrap,
  .mce-content-body section.message .message_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.top section.message .message_wrap .img_wrap,
.mce-content-body section.message .message_wrap .img_wrap {
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  max-width: 540px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 540px;
      -ms-flex: 1 1 540px;
          flex: 1 1 540px;
}
@media screen and (min-width: 1600px) {
  main.top section.message .message_wrap .img_wrap,
  .mce-content-body section.message .message_wrap .img_wrap {
    margin-right: -10vw;
  }
}
@media screen and (max-width: 1024px) {
  main.top section.message .message_wrap .img_wrap,
  .mce-content-body section.message .message_wrap .img_wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 500px;
        -ms-flex: 1 1 500px;
            flex: 1 1 500px;
  }
}
@media screen and (max-width: 767px) {
  main.top section.message .message_wrap .img_wrap,
  .mce-content-body section.message .message_wrap .img_wrap {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
main.top section.message .message_wrap .img_wrap img,
.mce-content-body section.message .message_wrap .img_wrap img {
  border-radius: 20px 0 0 20px;
}
main.top section.message .message_wrap .img_wrap p,
.mce-content-body section.message .message_wrap .img_wrap p {
  font-size: 24px;
  line-height: 180%;
  font-weight: bold;
  text-align: center;
  margin-top: 16px;
  color: #222;
}
@media screen and (max-width: 1439px) {
  main.top section.message .message_wrap .img_wrap p,
  .mce-content-body section.message .message_wrap .img_wrap p {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.message .message_wrap .img_wrap p,
  .mce-content-body section.message .message_wrap .img_wrap p {
    text-align: right;
    padding-right: 20px;
  }
}
main.top section.message .message_wrap .text_wrap,
.mce-content-body section.message .message_wrap .text_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 660px;
      -ms-flex: 1 1 660px;
          flex: 1 1 660px;
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  main.top section.message .message_wrap .text_wrap,
  .mce-content-body section.message .message_wrap .text_wrap {
    padding-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
main.top section.message .message_wrap .text_wrap h3,
.mce-content-body section.message .message_wrap .text_wrap h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 180%;
  color: var(--blue);
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  main.top section.message .message_wrap .text_wrap h3,
  .mce-content-body section.message .message_wrap .text_wrap h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.message .message_wrap .text_wrap h3,
  .mce-content-body section.message .message_wrap .text_wrap h3 {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.message .message_wrap .text_wrap p,
.mce-content-body section.message .message_wrap .text_wrap p {
  line-height: 180%;
  color: #222;
}
main.top section.message .message_wrap .text_wrap .btn,
.mce-content-body section.message .message_wrap .text_wrap .btn {
  margin-inline: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  main.top section.message .message_wrap .text_wrap .btn,
  .mce-content-body section.message .message_wrap .text_wrap .btn {
    margin-inline: auto;
  }
}
main.top section.movie .movie_wrap,
.mce-content-body section.movie .movie_wrap {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  main.top section.movie .movie_wrap,
  .mce-content-body section.movie .movie_wrap {
    gap: max(10px, 10px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.movie .movie_wrap iframe,
.mce-content-body section.movie .movie_wrap iframe {
  width: calc((100% - 60px) / 3);
  height: auto;
  aspect-ratio: 340/210;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  main.top section.movie .movie_wrap iframe,
  .mce-content-body section.movie .movie_wrap iframe {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  main.top section.movie .movie_wrap iframe,
  .mce-content-body section.movie .movie_wrap iframe {
    aspect-ratio: 350/215;
  }
}
@media screen and (max-width: 500px) {
  main.top section.movie .movie_wrap iframe,
  .mce-content-body section.movie .movie_wrap iframe {
    width: 100%;
  }
}
main.top section.movie .yt_logo,
.mce-content-body section.movie .yt_logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  width: 280px;
}
@media screen and (max-width: 1439px) {
  main.top section.movie .yt_logo,
  .mce-content-body section.movie .yt_logo {
    width: max(240px, 240px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.movie .yt_logo,
  .mce-content-body section.movie .yt_logo {
    width: max(200px, 200px + 40 * (100vw - 320px) / 69);
  }
}
main.top section.about,
.mce-content-body section.about {
  position: relative;
}
main.top section.about::before,
.mce-content-body section.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--blue03);
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
main.top section.about .about_wrap,
.mce-content-body section.about .about_wrap {
  padding: 80px;
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 10px;
}
@media screen and (max-width: 1439px) {
  main.top section.about .about_wrap,
  .mce-content-body section.about .about_wrap {
    padding: max(40px, 40px + 40 * (100vw - 390px) / 1049) max(20px, 20px + 60 * (100vw - 390px) / 1049);
  }
}
main.top section.about .about_wrap p,
.mce-content-body section.about .about_wrap p {
  font-size: 20px;
  line-height: 200%;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.top section.about .about_wrap p,
  .mce-content-body section.about .about_wrap p {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
main.top section.about .about_wrap p br,
.mce-content-body section.about .about_wrap p br {
  line-height: 200%;
}
main.top section.faq .faq_list,
.mce-content-body section.faq .faq_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: 32px;
  max-width: calc(1080px + 10%);
  padding: 0 5%;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  main.top section.faq .faq_list,
  .mce-content-body section.faq .faq_list {
    gap: 16px;
  }
}
main.top section.faq .faq_list .faq_item,
.mce-content-body section.faq .faq_list .faq_item {
  border: 1px solid var(--blue);
  border-radius: 10px;
  overflow: hidden;
}
main.top section.faq .faq_list .faq_item input.faq_toggle,
.mce-content-body section.faq .faq_list .faq_item input.faq_toggle {
  display: none;
}
main.top section.faq .faq_list .faq_item label.faq_question,
.mce-content-body section.faq .faq_list .faq_item label.faq_question {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  padding-right: 40px;
  background-color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  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;
}
@media screen and (max-width: 767px) {
  main.top section.faq .faq_list .faq_item label.faq_question,
  .mce-content-body section.faq .faq_list .faq_item label.faq_question {
    font-size: 16px;
    padding: 15px;
    padding-right: 40px;
  }
}
main.top section.faq .faq_list .faq_item label.faq_question::after,
.mce-content-body section.faq .faq_list .faq_item label.faq_question::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_plus.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  main.top section.faq .faq_list .faq_item label.faq_question::after,
  .mce-content-body section.faq .faq_list .faq_item label.faq_question::after {
    width: 15px;
    height: 15px;
    right: 15px;
  }
}
main.top section.faq .faq_list .faq_item label.faq_question span.q_mark,
.mce-content-body section.faq .faq_list .faq_item label.faq_question span.q_mark {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: var(--blue);
  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: 40px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  main.top section.faq .faq_list .faq_item label.faq_question span.q_mark,
  .mce-content-body section.faq .faq_list .faq_item label.faq_question span.q_mark {
    font-size: 14px;
    width: 30px;
  }
}
main.top section.faq .faq_list .faq_item .faq_answer,
.mce-content-body 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;
  background: #fff;
}
@media screen and (max-width: 767px) {
  main.top section.faq .faq_list .faq_item .faq_answer,
  .mce-content-body section.faq .faq_list .faq_item .faq_answer {
    padding: 0 15px;
  }
}
main.top section.faq .faq_list .faq_item .faq_answer div,
.mce-content-body section.faq .faq_list .faq_item .faq_answer div {
  background: var(--bg-blue01);
  border-radius: 10px;
  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: 767px) {
  main.top section.faq .faq_list .faq_item .faq_answer div,
  .mce-content-body section.faq .faq_list .faq_item .faq_answer div {
    padding: 0 10px;
  }
}
main.top section.faq .faq_list .faq_item .faq_answer span.a_mark,
.mce-content-body section.faq .faq_list .faq_item .faq_answer span.a_mark {
  font-size: 16px;
  font-weight: bold;
  color: var(--blue);
  background: #fff;
  border: 1px solid var(--blue);
  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: 40px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  main.top section.faq .faq_list .faq_item .faq_answer span.a_mark,
  .mce-content-body section.faq .faq_list .faq_item .faq_answer span.a_mark {
    font-size: 14px;
    width: 30px;
  }
}
main.top section.faq .faq_list .faq_item .faq_answer p,
.mce-content-body section.faq .faq_list .faq_item .faq_answer p {
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  main.top section.faq .faq_list .faq_item .faq_answer p,
  .mce-content-body section.faq .faq_list .faq_item .faq_answer p {
    font-size: 14px;
  }
}
main.top section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question::after,
.mce-content-body section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question::after {
  background: url(../img/icon_minus.png) no-repeat center/contain;
}
main.top section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer,
.mce-content-body section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer {
  overflow: visible;
  grid-template-rows: 1fr;
  padding: 4px 20px 20px;
}
@media screen and (max-width: 767px) {
  main.top section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer,
  .mce-content-body section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer {
    padding: 0 15px 15px;
  }
}
main.top section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer div,
.mce-content-body section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer div {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  main.top section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer div,
  .mce-content-body section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer div {
    padding: 10px;
  }
}
main.top section.clinic .clinic_wrap,
.mce-content-body section.clinic .clinic_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.clinic .clinic_wrap,
  .mce-content-body section.clinic .clinic_wrap {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  main.top section.clinic .clinic_wrap,
  .mce-content-body section.clinic .clinic_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.top section.clinic .clinic_wrap .clinic_left .logo_wrap img,
.mce-content-body section.clinic .clinic_wrap .clinic_left .logo_wrap img {
  display: block;
  margin-inline: auto;
  width: 320px;
}
@media screen and (max-width: 1439px) {
  main.top section.clinic .clinic_wrap .clinic_left .logo_wrap img,
  .mce-content-body section.clinic .clinic_wrap .clinic_left .logo_wrap img {
    width: max(240px, 240px + 80 * (100vw - 390px) / 1049);
  }
}
main.top section.clinic .clinic_wrap .clinic_left dl.addr,
.mce-content-body section.clinic .clinic_wrap .clinic_left dl.addr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid var(--blue);
}
@media screen and (max-width: 1439px) {
  main.top section.clinic .clinic_wrap .clinic_left dl.addr,
  .mce-content-body section.clinic .clinic_wrap .clinic_left dl.addr {
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.clinic .clinic_wrap .clinic_left dl.addr dt,
main.top section.clinic .clinic_wrap .clinic_left dl.addr dd,
.mce-content-body section.clinic .clinic_wrap .clinic_left dl.addr dt,
.mce-content-body section.clinic .clinic_wrap .clinic_left dl.addr dd {
  border-bottom: 1px solid var(--blue);
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 24px;
  line-height: 1.25;
}
@media screen and (max-width: 1439px) {
  main.top section.clinic .clinic_wrap .clinic_left dl.addr dt,
  main.top section.clinic .clinic_wrap .clinic_left dl.addr dd,
  .mce-content-body section.clinic .clinic_wrap .clinic_left dl.addr dt,
  .mce-content-body section.clinic .clinic_wrap .clinic_left dl.addr dd {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.clinic .clinic_wrap .clinic_left dl.addr dt:last-of-type,
main.top section.clinic .clinic_wrap .clinic_left dl.addr dd:last-of-type,
.mce-content-body section.clinic .clinic_wrap .clinic_left dl.addr dt:last-of-type,
.mce-content-body section.clinic .clinic_wrap .clinic_left dl.addr dd:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
main.top section.clinic .clinic_wrap .clinic_left dl.addr dt,
.mce-content-body section.clinic .clinic_wrap .clinic_left dl.addr dt {
  width: 97px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main.top section.clinic .clinic_wrap .clinic_left dl.addr dt,
  .mce-content-body section.clinic .clinic_wrap .clinic_left dl.addr dt {
    width: max(76px, 76px + 21 * (100vw - 390px) / 1049);
  }
}
main.top section.clinic .clinic_wrap .clinic_left dl.addr dd,
.mce-content-body section.clinic .clinic_wrap .clinic_left dl.addr dd {
  width: calc(100% - 97px);
}
@media screen and (max-width: 1439px) {
  main.top section.clinic .clinic_wrap .clinic_left dl.addr dd,
  .mce-content-body section.clinic .clinic_wrap .clinic_left dl.addr dd {
    width: calc(100% - max(76px, 76px + 21 * (100vw - 390px) / 1049));
  }
}
main.top section.clinic .clinic_wrap .clinic_left .tel_wrap,
.mce-content-body section.clinic .clinic_wrap .clinic_left .tel_wrap {
  margin-top: 20px;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
}
main.top section.clinic .clinic_wrap .clinic_left .tel_wrap a,
.mce-content-body section.clinic .clinic_wrap .clinic_left .tel_wrap a {
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: var(--blue);
  font-size: 40px;
  line-height: 1.25;
}
@media screen and (max-width: 1439px) {
  main.top section.clinic .clinic_wrap .clinic_left .tel_wrap a,
  .mce-content-body section.clinic .clinic_wrap .clinic_left .tel_wrap a {
    font-size: max(32px, 32px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.clinic .clinic_wrap .clinic_left .tel_wrap a,
  .mce-content-body section.clinic .clinic_wrap .clinic_left .tel_wrap a {
    font-size: max(24px, 24px + 8 * (100vw - 320px) / 69);
  }
}
main.top section.clinic .clinic_wrap .clinic_left .tel_wrap a .small,
.mce-content-body section.clinic .clinic_wrap .clinic_left .tel_wrap a .small {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  main.top section.clinic .clinic_wrap .clinic_left .tel_wrap a .small,
  .mce-content-body section.clinic .clinic_wrap .clinic_left .tel_wrap a .small {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
main.top section.clinic .clinic_wrap .clinic_left table.schedule_table,
.mce-content-body section.clinic .clinic_wrap .clinic_left table.schedule_table {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  main.top section.clinic .clinic_wrap .clinic_left table.schedule_table,
  .mce-content-body section.clinic .clinic_wrap .clinic_left table.schedule_table {
    width: 100%;
  }
}
main.top section.clinic .clinic_wrap .clinic_left table.schedule_table col:first-of-type,
.mce-content-body section.clinic .clinic_wrap .clinic_left table.schedule_table col:first-of-type {
  width: 130px;
}
@media screen and (max-width: 1439px) {
  main.top section.clinic .clinic_wrap .clinic_left table.schedule_table col:first-of-type,
  .mce-content-body section.clinic .clinic_wrap .clinic_left table.schedule_table col:first-of-type {
    width: max(85px, 85px + 45 * (100vw - 390px) / 1049);
  }
}
main.top section.clinic .clinic_wrap .clinic_left table.schedule_table th,
main.top section.clinic .clinic_wrap .clinic_left table.schedule_table td,
.mce-content-body section.clinic .clinic_wrap .clinic_left table.schedule_table th,
.mce-content-body section.clinic .clinic_wrap .clinic_left table.schedule_table td {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #AFAFAF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1439px) {
  main.top section.clinic .clinic_wrap .clinic_left table.schedule_table th,
  main.top section.clinic .clinic_wrap .clinic_left table.schedule_table td,
  .mce-content-body section.clinic .clinic_wrap .clinic_left table.schedule_table th,
  .mce-content-body section.clinic .clinic_wrap .clinic_left table.schedule_table td {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.clinic .clinic_wrap .clinic_left table.schedule_table th,
  main.top section.clinic .clinic_wrap .clinic_left table.schedule_table td,
  .mce-content-body section.clinic .clinic_wrap .clinic_left table.schedule_table th,
  .mce-content-body section.clinic .clinic_wrap .clinic_left table.schedule_table td {
    display: table-cell;
  }
}
@media screen and (max-width: 389px) {
  main.top section.clinic .clinic_wrap .clinic_left table.schedule_table th,
  main.top section.clinic .clinic_wrap .clinic_left table.schedule_table td,
  .mce-content-body section.clinic .clinic_wrap .clinic_left table.schedule_table th,
  .mce-content-body section.clinic .clinic_wrap .clinic_left table.schedule_table td {
    font-size: max(11px, 11px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.clinic .clinic_wrap .clinic_left table.schedule_table thead th,
.mce-content-body section.clinic .clinic_wrap .clinic_left table.schedule_table thead th {
  background: var(--blue);
  color: #fff;
  padding: 7.5px 8px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.top section.clinic .clinic_wrap .clinic_left table.schedule_table thead th,
  .mce-content-body section.clinic .clinic_wrap .clinic_left table.schedule_table thead th {
    padding: max(5px, 5px + 2.5 * (100vw - 390px) / 1049) max(5px, 5px + 3 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 500px) {
  main.top section.clinic .clinic_wrap .clinic_left table.schedule_table thead th,
  .mce-content-body section.clinic .clinic_wrap .clinic_left table.schedule_table thead th {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
main.top section.clinic .clinic_wrap .clinic_left table.schedule_table tbody tr td,
.mce-content-body section.clinic .clinic_wrap .clinic_left table.schedule_table tbody tr td {
  background: #fff;
  padding: 7.5px 8px;
}
@media screen and (max-width: 1439px) {
  main.top section.clinic .clinic_wrap .clinic_left table.schedule_table tbody tr td,
  .mce-content-body section.clinic .clinic_wrap .clinic_left table.schedule_table tbody tr td {
    padding: max(5px, 5px + 2.5 * (100vw - 390px) / 1049) max(5px, 5px + 3 * (100vw - 390px) / 1049);
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 500px) {
  main.top section.clinic .clinic_wrap .clinic_left table.schedule_table tbody tr td,
  .mce-content-body section.clinic .clinic_wrap .clinic_left table.schedule_table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
main.top section.clinic .clinic_wrap .clinic_left table.schedule_table tbody tr td:first-of-type,
.mce-content-body section.clinic .clinic_wrap .clinic_left table.schedule_table tbody tr td:first-of-type {
  background: var(--bg-blue01);
}
main.top section.clinic .clinic_wrap .clinic_left table.schedule_table tbody tr td img,
.mce-content-body section.clinic .clinic_wrap .clinic_left table.schedule_table tbody tr td img {
  width: 15px;
}
main.top section.clinic .clinic_wrap .clinic_left .schedule_table + p,
.mce-content-body section.clinic .clinic_wrap .clinic_left .schedule_table + p {
  margin-top: 10px;
}
main.top section.clinic .clinic_wrap .clinic_right,
.mce-content-body section.clinic .clinic_wrap .clinic_right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 480px;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
}
@media screen and (max-width: 1024px) {
  main.top section.clinic .clinic_wrap .clinic_right,
  .mce-content-body section.clinic .clinic_wrap .clinic_right {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
main.top section.clinic .clinic_wrap .clinic_right .map iframe,
.mce-content-body section.clinic .clinic_wrap .clinic_right .map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 480/540;
}
@media screen and (max-width: 767px) {
  main.top section.clinic .clinic_wrap .clinic_right .map iframe,
  .mce-content-body section.clinic .clinic_wrap .clinic_right .map iframe {
    aspect-ratio: 350/280;
  }
}
@media screen and (max-width: 1439px) {
  main.top section.clinic .clinic_wrap .clinic_right .btn_wrap a,
  .mce-content-body section.clinic .clinic_wrap .clinic_right .btn_wrap a {
    width: max(210px, 210px + 20 * (100vw - 1024px) / 415);
    height: max(50px, 50px + 10 * (100vw - 1024px) / 415);
    font-size: max(14px, 14px + 2 * (100vw - 1024px) / 415);
  }
}
body#tinymce .mv .mv_img {
  display: block;
  height: auto !important;
  max-width: 100% !important;
}

body#tinymce .section_bg picture,
body#tinymce .section_bg img,
body#tinymce .reasons_bg picture,
body#tinymce .reasons_bg img,
body#tinymce .reasons_list picture,
body#tinymce .reasons_list img {
  display: block;
  height: 100% !important;
}

.mce-content-body .fade-in,
.mce-content-body .fade-in-up,
.mce-content-body .fade-in-left,
.mce-content-body .fade-in-right {
  opacity: 1;
}
.mce-content-body .fade-in-up {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mce-content-body .fade-in-left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mce-content-body .fade-in-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}