@charset "UTF-8";
/* reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* setting.scss start*/
a.common-btn, .information-section .info-nav-btns a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: var(--fontfamily-san-selif); /* サイトのフォント */
  color: var(--main-fontColor); /* サイトのフォント色 */
  width: 100%;
  font-size: 16px; /* サイトのフォントサイズ */
  letter-spacing: 0.08em;
  background: #fff;
  font-weight: 700;
  line-height: 1.6;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 16px;
  }
}

.boxwrap, .elements4-punctuation, .staff-section .staff-section_sliderWrap, .wp-block-create-block-block-image {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .boxwrap, .elements4-punctuation, .staff-section .staff-section_sliderWrap, .wp-block-create-block-block-image {
    width: 90%;
  }
}
.boxwrap .boxwrap, .elements4-punctuation .boxwrap, .staff-section .staff-section_sliderWrap .boxwrap, .wp-block-create-block-block-image .boxwrap, .boxwrap .elements4-punctuation, .elements4-punctuation .elements4-punctuation, .staff-section .staff-section_sliderWrap .elements4-punctuation, .wp-block-create-block-block-image .elements4-punctuation, .boxwrap .staff-section .staff-section_sliderWrap, .staff-section .boxwrap .staff-section_sliderWrap, .elements4-punctuation .staff-section .staff-section_sliderWrap, .staff-section .elements4-punctuation .staff-section_sliderWrap, .staff-section .staff-section_sliderWrap .staff-section_sliderWrap, .wp-block-create-block-block-image .staff-section .staff-section_sliderWrap, .staff-section .wp-block-create-block-block-image .staff-section_sliderWrap, .boxwrap .wp-block-create-block-block-image, .elements4-punctuation .wp-block-create-block-block-image, .staff-section .staff-section_sliderWrap .wp-block-create-block-block-image, .wp-block-create-block-block-image .wp-block-create-block-block-image {
  width: 100%;
}

a {
  color: var(--main-fontColor);
  text-decoration: none;
}
a:hover, a:link, a:visited, a:active, a:focus {
  color: var(--main-fontColor);
  text-decoration: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.img_w100 {
  width: 100%;
  height: auto;
}

.header-nav_telP .img-add img, .header-nav_telP .sp-img-add .imgBox img, .header-nav_bthArea .btnStyle .img-add img, .popupArea .popupArea-title .img-add img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.fade, .column .share-buttons .share-button, .column .related-posts-thumbnail a, .column .related-posts-link, .post-list-flex .column-thumbnail, .patient-list, .footer-logo, .header-logo, .header-nav_bthArea .btnStyle, .tags-list a, .group-section .group-list .imgbox, .top-menu-list .list-item, .news-section .cate-tag a, .sns-section__inner .sns-box a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.fade:hover, .column .share-buttons .share-button:hover, .column .related-posts-thumbnail a:hover, .column .related-posts-link:hover, .post-list-flex .column-thumbnail:hover, .patient-list:hover, .footer-logo:hover, .header-logo:hover, .header-nav_bthArea .btnStyle:hover, .tags-list a:hover, .group-section .group-list .imgbox:hover, .top-menu-list .list-item:hover, .news-section .cate-tag a:hover, .sns-section__inner .sns-box a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
}

.pc_ipad {
  display: block;
}
@media screen and (max-width: 960px) {
  .pc_ipad {
    display: none;
  }
}

.sp_ipad {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp_ipad {
    display: block;
  }
}

.pc_inline {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .pc_inline {
    display: none;
  }
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_inline {
    display: inline-block;
  }
}

.clearfix:after, .wp-block-image:after, .block-wraparound-news:after, .recommender-flex.patient .recommender-post:after {
  content: " ";
  display: block;
  clear: both;
}

.flexArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  .flexArea {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@-webkit-keyframes scroll-btn {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@keyframes scroll-btn {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.relative {
  position: relative;
}

.bg-white {
  background-color: #fff;
}

.text-uppercase {
  text-transform: uppercase;
}

/** text-align **/
.ql-align-left {
  text-align: left;
}

.ql-align-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ql-align-center {
    text-align: left;
  }
}

.ql-align-right {
  text-align: right;
}

.ql-align-justify {
  text-align: justify;
}

/** text-align **/
strong {
  font-weight: bold;
}

.mainColor-text {
  color: var(--main-mainColor);
}

.section-bg {
  background-color: var(--main-sectionbg);
}

.column-post .section-bg {
  background-color: transparent;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section {
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 600px) {
  section {
    padding-bottom: 0;
    padding-top: 0;
  }
}
section.lowerPage {
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 600px) {
  section.lowerPage {
    padding-bottom: 0;
  }
}

.mainColor-text {
  color: var(--main-mainColor);
}

small {
  font-size: 80%;
}

* {
  min-width: 0;
  min-height: 0;
}

/* setting.scss end*/
.section-title {
  margin: 0 0 30px;
}
.section-title .section-title__inner {
  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: 0;
  background-color: transparent;
  color: var(--main-fontColor);
}
@media screen and (max-width: 768px) {
  .section-title .section-title__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.section-title .section-title__inner::before {
  display: none;
}
.section-title .jp-text {
  font-family: var(--fontfamily-serif);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 600px) {
  .section-title .jp-text {
    font-size: 22px;
    text-align: center;
  }
}
.section-title .jp-text p {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 600px) {
  .section-title .jp-text p {
    font-size: 22px;
  }
}
.section-title .line {
  display: inline-block;
  width: 90px;
  height: 1px;
  background-color: var(--main-borderColor);
  margin: 0 15px;
  display: none;
}
@media screen and (max-width: 768px) {
  .section-title .line {
    width: 30px;
  }
}
.section-title .en-text {
  font-size: 22px;
  font-family: var(--fontfamily-en-kazari), "Noto Serif JP", serif;
  font-weight: 700;
  color: var(--main-mainColor);
}
@media screen and (max-width: 600px) {
  .section-title .en-text {
    font-size: 20px;
  }
}
.section-title .en-text p {
  margin-bottom: 0;
  line-height: 1.6;
  color: var(--main-mainColor);
}

/*** main slider ***/
.mv-section {
  width: 100%;
  margin: 0 auto 0;
  background-color: var(--main-sectionbg);
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .mv-section {
    width: 100%;
  }
}
.mv-section .mv-slider {
  margin-bottom: 0;
}
.mv-section .mv-slider video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mv-section .mv-slider iframe {
  position: relative;
  pointer-events: none;
}
.mv-section .mv-slider.no-dots .slick-dots {
  display: none;
}
.mv-section .mv-slide-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.mv-section .mv-slide-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .mv-section .mv-slide-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.mv-section .slide-img {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  height: 550px;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.mv-section .slide-img img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .mv-section .slide-img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 960px) {
  .mv-section .slide-img {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .mv-section .slide-img {
    height: 225px;
  }
}
.mv-section .seo-text {
  position: relative;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .mv-section .seo-text {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.mv-section .h1-text {
  font-size: 25px;
  font-weight: 700;
  font-family: var(--fontfamily-serif);
  margin: 40px auto 0;
  letter-spacing: 0.04em;
  z-index: 10;
  position: relative;
  text-shadow: 0px 0px 2px #fff;
  text-align: center;
  color: var(--main-fontColor);
  font-family: var(--fontfamily-en-kazari), var(--fontfamily-san-selif);
}
.mv-section .h1-text p {
  font-size: 25px;
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: 700;
  color: var(--main-fontColor);
}
@media screen and (max-width: 960px) {
  .mv-section .h1-text p {
    font-size: 22px;
  }
}
.mv-section .mv-illust {
  width: auto;
  z-index: 1;
  margin-top: 10px;
}
.mv-section .mv-illust img {
  margin: 0 auto;
}
.mv-section .slick-dots {
  top: 500px;
  right: 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .mv-section .slick-dots {
    top: 360px;
  }
}
@media screen and (max-width: 600px) {
  .mv-section .slick-dots {
    bottom: auto;
    top: 190px;
  }
}
.mv-section .slick-dots li button {
  width: 15px;
  height: 15px;
}
.mv-section .slick-dots li button:before {
  font-size: 12px;
  color: #fff;
  opacity: 1;
  font-size: 10px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.mv-section .slick-dots li button:hover:before {
  color: var(--main-mainColor);
}
@media screen and (max-width: 600px) {
  .mv-section .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .mv-section .slick-dots li button {
    width: 15px;
    height: 15px;
  }
  .mv-section .slick-dots li button:before {
    font-size: 10px;
  }
}
.mv-section .slick-dots li.slick-active button:before {
  color: var(--main-mainColor);
}

/*** main slider ***/
/*** symptoms section 症状一覧 ***/
.symptoms-section {
  padding: 60px 0 40px;
}
.symptoms-section .symptoms-block {
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .symptoms-section .symptoms-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.symptoms-section .symptoms-block .inner-tag {
  font-size: 20px;
  display: block;
  width: 90px;
  height: 90px;
  text-align: center;
  margin: auto;
  z-index: 2;
  position: absolute;
  top: -40px;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  line-height: 1.5;
  background-color: var(--main-mainColor);
  color: var(--main-mainColorFont);
  padding-top: 30px;
}
@media screen and (max-width: 600px) {
  .symptoms-section .symptoms-block .inner-tag {
    left: 3%;
    font-size: 18px;
  }
}
.symptoms-section .symptoms-block .imgbox {
  width: 220px;
  position: relative;
  margin: 0;
}
.symptoms-section .symptoms-block .imgbox img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .symptoms-section .symptoms-block .imgbox {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.symptoms-section .symptoms-block .items-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 5%;
  color: var(--main-fontColor);
  font-size: 15px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 600px) {
  .symptoms-section .symptoms-block .items-list {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    margin-left: 0;
    width: 100%;
  }
}
.symptoms-section .symptoms-block .items-list a {
  text-decoration: underline;
  color: var(--main-mainColor);
}
.symptoms-section .symptoms-block .items-list p {
  margin-bottom: 0px;
  line-height: 2;
}
.symptoms-section .symptoms-block .body-part {
  margin: 0 0 5px;
  font-weight: bold;
}
.symptoms-section .symptoms-block .symptoms-list {
  margin: 0;
}
.symptoms-section .symptoms-block .symptoms-list:not(:last-of-type) {
  margin: 0 0 15px;
}
.symptoms-section .symptoms-block .symptoms-list a {
  display: inline-block;
  border-bottom: 1px solid var(--main-fontColor);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin: 0 15px 7px 0;
  line-height: 1.2;
}
.symptoms-section .symptoms-block .symptoms-list a:hover {
  color: var(--main-mainColor);
  border-color: var(--main-mainColor);
}

/*** symptoms section 症状一覧 ***/
/*** 特集 features ***/
.features-section__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.features-section .features-block {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .features-section .features-block {
    width: 100%;
    margin-right: 0%;
  }
}
.features-section .features-block:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .features-section .features-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
.features-section .features-block .imgbox {
  width: 100%;
  position: relative;
  height: 250px;
}
@media screen and (max-width: 600px) {
  .features-section .features-block .imgbox {
    width: 100%;
    margin: 0 0 20px;
  }
}
.features-section .features-block .imgbox img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.features-section .features-block .textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 600px) {
  .features-section .features-block .textbox {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.features-section .features-block .common-btn-wrap {
  margin: 0 auto 20px auto;
  display: block;
}
@media screen and (max-width: 600px) {
  .features-section .features-block .common-btn-wrap {
    margin: 0 auto 20px;
  }
}
.features-section .feature-number {
  color: var(--main-mainColor);
  margin: 0 0 15px;
  line-height: 1;
  font-family: var(--fontfamily-en);
  font-size: 4.5em;
  font-weight: 700;
  position: absolute;
  top: -0.2em;
  left: 0;
}
@media screen and (max-width: 600px) {
  .features-section .feature-number {
    top: -25px;
  }
}
.features-section .feature-number p {
  font-size: 70px;
  margin-bottom: 0px;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .features-section .feature-number p {
    font-size: 50px;
  }
}
.features-section .feature-ttl {
  font-size: 22px;
  margin: 0 0 15px;
  font-weight: 700;
  padding: 0;
  background-color: transparent;
  color: var(--main-fontColor);
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .features-section .feature-ttl {
    font-size: 20px;
  }
}
.features-section .feature-ttl::before {
  display: none;
}
.features-section .feature-ttl p {
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .features-section .feature-ttl p {
    font-size: 20px;
  }
}
.features-section .feature-content {
  margin: 0 0 25px;
  line-height: 1.7;
  font-size: 14px;
}
.features-section .feature-content p {
  margin-bottom: 0;
}

.common-btn-wrap {
  display: inline-block;
  width: 250px;
  position: relative;
  z-index: 1;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .common-btn-wrap {
    width: 90%;
  }
}
.common-btn-wrap .underBtn-label {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--main-mainColor);
  opacity: 0.3;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 7px;
  z-index: -1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: none;
}
.common-btn-wrap:hover .underBtn-label {
  display: none;
}
@media screen and (max-width: 600px) {
  .common-btn-wrap {
    margin: 20px auto 10px;
    display: block;
  }
}

a.common-btn, .information-section .info-nav-btns a {
  padding: 12px 25px;
  text-align: center;
  color: var(--main-mainColor);
  display: block;
  position: relative;
  border: 1px solid var(--main-mainColor);
  border-radius: 50px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: var(--main-mainColorFont);
  font-size: 18px;
}
a.common-btn:after, .information-section .info-nav-btns a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--main-mainColor);
  border-right: 2px solid var(--main-mainColor);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 8%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a.common-btn:hover, .information-section .info-nav-btns a:hover {
  background-color: var(--main-mainColor);
  color: var(--main-mainColorFont);
}
a.common-btn:hover:after, .information-section .info-nav-btns a:hover:after {
  border-color: var(--main-mainColorFont);
}
@media screen and (max-width: 600px) {
  a.common-btn, .information-section .info-nav-btns a {
    font-size: 18px;
  }
}

/*** 特集 features ***/
/*** 施術メニュー Menu ***/
.menu-list-section {
  margin-bottom: 0;
}
.menu-list-section .menu-list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.menu-list-section .menu-list .imgbox {
  /*
  height: 150px;
  @include ipadPro{
      height: 14vw;
  }
  @include ipad{
      height: 28vw;
  }
  */
}
.menu-list-section .menu-list .imgbox img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: 10px;
}
.menu-list-section .menu-list .flex-item {
  padding-bottom: 70px;
  position: relative;
  height: auto;
}
.menu-list-section .menu-list .flex-item .common-btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .menu-list-section .menu-list .flex-item {
    width: 48%;
    margin-bottom: 55px;
  }
  .menu-list-section .menu-list .flex-item:nth-of-type(even) {
    margin-right: 0;
  }
}

.block-4layouts-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block-4layouts-flex .flex-item {
  width: 23.5%;
  margin: 0 2% 40px 0;
}
@media screen and (max-width: 600px) {
  .block-4layouts-flex .flex-item {
    margin: 0 4% 40px 0;
  }
}
.block-4layouts-flex .flex-item:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .block-4layouts-flex .flex-item {
    width: 48%;
    margin-bottom: 55px;
  }
  .block-4layouts-flex .flex-item:nth-of-type(even) {
    margin-right: 0;
  }
}
.block-4layouts-flex .common-btn-wrap {
  width: 100%;
  margin: auto;
}
.block-4layouts-flex .menu-detail {
  margin-bottom: 15px;
  font-weight: 700;
}
.block-4layouts-flex .menu-detail p {
  margin-bottom: 0;
}
.block-4layouts-flex .menu-ttl {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--fontfamily-serif);
  margin: 17px 0 5px;
  padding: 0;
  background-color: transparent;
  color: var(--main-fontColor);
}
@media screen and (max-width: 600px) {
  .block-4layouts-flex .menu-ttl {
    font-size: 18px;
  }
}
.block-4layouts-flex .menu-ttl::before {
  display: none;
}
.block-4layouts-flex .menu-ttl p {
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .block-4layouts-flex .menu-ttl p {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .block-4layouts-flex.justify-center {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/*** 施術メニュー Menu ***/
/*** コラム一覧 Column ***/
.column-section .column-list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.column-section .column-list .imgbox {
  display: block;
  /*
  height: 150px;
  @include ipadPro{
      height: 14vw;
  }
  @include ipad{
      height: 28vw;
  }
  */
}
.column-section .column-list .imgbox img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .column-section .column-list .flex-item {
    width: 48%;
    margin-bottom: 55px;
  }
  .column-section .column-list .flex-item:nth-of-type(even) {
    margin-right: 0;
  }
}

.tags-list {
  margin-top: 10px;
}
.tags-list a {
  display: inline-block;
  padding: 1px 5px;
  background-color: var(--main-mainColor);
  color: var(--main-mainColorFont);
  border-radius: 100px;
  font-size: 11px;
  text-align: center;
  margin: 0 3px 3px 0;
}

.column-list .flex-item {
  margin-bottom: 40px;
}
.column-list .post-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*** コラム一覧 Column ***/
/*** スタッフ紹介 Staff ***/
.staff-section {
  padding: 50px 0;
  position: relative;
}
.staff-section .staff-section__inner {
  overflow: visible;
  position: relative;
}
.staff-section .staff-section_sliderWrap {
  padding-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .staff-section .staff-section_sliderWrap {
    margin: 0 0 0 auto;
    overflow: hidden;
    width: 85%;
  }
  .staff-section .staff-section_sliderWrap .common-btn-wrap {
    position: relative;
    left: -5%;
  }
}
.staff-section .staff-section_sliderWrap .no-dots {
  margin-bottom: 50px;
}
.staff-section .staff-slider-item {
  margin: 10px;
  background-color: #fff;
  padding: 0 0 20px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .staff-section .staff-slider-item {
    margin: 0 15px 10px 0;
  }
}
.staff-section .staff-slider-item .imgbox {
  margin-bottom: 20px;
  margin-top: 0;
}
.staff-section .staff-slider-item .imgbox img {
  border-radius: 10px 10px 0 0;
}
.staff-section .staff-position {
  display: block;
  font-size: 13px;
  z-index: 2;
  position: relative;
  background: #fff;
  margin-bottom: 5px;
  line-height: 1.4;
  padding: 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 700;
}
.staff-section .staff-name {
  margin-bottom: 0;
  line-height: 1.6;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 700;
  color: var(--main-fontColor);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.staff-section .slider-dots {
  width: 90%;
  margin: 50px 0 0;
  padding: 0 134px 0 10%;
  text-align: center;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  .staff-section .slider-dots {
    width: 95%;
    padding: 0;
    padding-right: 15%;
  }
}
.staff-section .slider-dots li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.staff-section .slider-dots button {
  position: relative;
  width: 100%;
  height: 4px;
  border: 0;
  background-color: #fff;
  font-size: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.staff-section .slider-dots button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
}
.staff-section .slider-dots .slick-active button:after {
  background-color: var(--main-mainColor);
  width: 100%;
}
@media screen and (max-width: 600px) {
  .staff-section .slick-list {
    overflow: visible;
    padding-right: 15% !important;
  }
}
.staff-section .slick-list img {
  height: 270px !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-section .slick-nav-arrows {
  position: absolute;
  bottom: -3%;
  right: 10%;
  padding: 10px 10px 10px 40px;
}
.staff-section .slick-nav-arrows.no-dots {
  display: none;
}
@media screen and (max-width: 600px) {
  .staff-section .slick-nav-arrows {
    right: auto;
    padding: 10px 10px 10px 10px;
    left: 0;
    bottom: 2%;
    text-align: center;
    width: 80%;
  }
}
.staff-section .slick-prev {
  margin-right: 10px;
  margin-left: 10px;
}
.staff-section .slick-arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: static;
  -webkit-transform: none;
          transform: none;
  border: 1px solid var(--main-mainColor);
}
.staff-section .slick-next:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--main-mainColor);
  border-right: 2px solid var(--main-mainColor);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 1px;
  margin-left: -4px;
}
.staff-section .slick-prev:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--main-mainColor);
  border-left: 2px solid var(--main-mainColor);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 1px;
  margin-right: -4px;
}
.staff-section .ql-align-center {
  text-align: center;
}

/*** スタッフ紹介 Staff ***/
/*** 院の紹介 INFOMATION ***/
.information-section .gg-map {
  margin-bottom: 27px;
}
.information-section .gg-map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.information-section .info-nav-btns {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.information-section .info-nav-btns .flex-item {
  margin-bottom: 20px;
  padding-left: 0;
}
@media screen and (max-width: 600px) {
  .information-section .info-nav-btns .flex-item {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.information-section .info-nav-btns .flex-item::before {
  display: none;
}
.information-section .info-nav-btns a {
  font-weight: 700;
}

/*** 院の紹介 INFOMATION ***/
/*** お問い合わせ CONTACT ***/
.contact-section .contact-section__inner {
  padding: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .contact-section .contact-section__inner {
    display: block;
  }
}
.contact-section .contact-section__inner .section-title {
  padding: 30px 0;
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid var(--main-mainColor);
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .contact-section .contact-section__inner .section-title {
    padding: 0;
    margin: 0 0 30px;
    border-right: unset;
  }
}
.contact-section .contact-info__ttl {
  margin-bottom: 7px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .contact-section .contact-info__ttl {
    text-align: center;
  }
}
.contact-section .contact-flexArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact-section .contact-flexArea .contact-btn-wrap {
  margin-left: 7%;
  width: 250px;
}
@media screen and (max-width: 960px) {
  .contact-section .contact-flexArea .contact-btn-wrap {
    margin-left: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.contact-section .contact-flexArea .contact-btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960px) {
  .contact-section .contact-flexArea .contact-btn {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    margin-left: 0;
    padding: 20px 0;
  }
}
.contact-section .contact-flexArea .contact-btn .common-btn-wrap {
  width: 100%;
  margin: 0;
}
.contact-section .contact-flexArea .contact-btn a.common-btn, .contact-section .contact-flexArea .contact-btn .information-section .info-nav-btns a, .information-section .info-nav-btns .contact-section .contact-flexArea .contact-btn a {
  background-color: var(--main-mainColor);
  color: var(--main-mainColorFont);
  border: unset;
}
.contact-section .contact-flexArea .contact-btn a.op-common-btn {
  background-color: var(--main-lineColor);
  color: var(--main-mainColorFont);
}
.contact-section .contact-flexArea .contact-btn a.op-common-btn:after {
  border-color: var(--main-mainColorFont);
}
@media screen and (max-width: 960px) {
  .contact-section .contact-flexArea {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .contact-section .contact-flexArea .contact-btn:first-of-type {
    margin: 0;
  }
}
.contact-section .contact-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .contact-section .contact-info {
    width: 40%;
  }
}
@media screen and (max-width: 960px) {
  .contact-section .contact-info {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding: 30px 0;
    border-right: none;
    border-top: 1px solid var(--main-mainColor);
  }
}
.contact-section .contact-info .contact-info__ttl {
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .contact-section .contact-info .contact-info__ttl {
    text-align: center;
  }
}
.contact-section .contact-address {
  font-size: 16px;
  color: var(--main-fontColor);
}
@media screen and (max-width: 960px) {
  .contact-section .contact-address {
    text-align: center;
  }
}
.contact-section .contact-info__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.contact-section .contact-info__phone .tel-icon {
  display: inline-block;
  width: 21px;
  height: 28px;
  background-image: url("../images/common/icon-1.gif");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  margin-right: 8px;
}
.contact-section .contact-info__phone .number {
  font-size: 35px;
  font-family: var(--fontfamily-en);
  font-weight: 700;
  color: var(--main-mainColor);
}
.contact-section .contact-info__phone .small-text {
  font-size: 12px;
  margin-left: 20px;
  color: var(--main-fontColor);
}
@media screen and (max-width: 600px) {
  .contact-section .contact-info__phone .small-text {
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .contact-section .contact-info__phone {
    -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;
  }
  .contact-section .contact-info__phone .number {
    margin: 0 10px;
  }
}

/*** お問い合わせ CONTACT ***/
/*** カレンダー calendar ***/
.calendar-section iframe {
  margin: auto;
  display: block;
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .calendar-section iframe {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .calendar-section iframe {
    height: 300px;
  }
}

/*** カレンダー calendar ***/
/*** 関連グループ GROUP ***/
.group-section .group-list .imgbox {
  height: 200px;
  margin-bottom: 15px;
  position: relative;
}
.group-section .group-list .imgbox img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.group-section .group-list .group-name {
  font-weight: bold;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.group-section .group-list .flex-item {
  margin-bottom: 30px;
  display: block;
}
.group-section .group-list .flex-item:hover .group-name {
  color: var(--main-mainColor);
}

/*** 関連グループ GROUP ***/
/*** バナー一覧 banners list  ***/
.banners-list .block-4layouts-flex .flex-item {
  margin-bottom: 2%;
}
@media screen and (max-width: 600px) {
  .banners-list .block-4layouts-flex .flex-item {
    margin-bottom: 4%;
    width: 100%;
    margin-right: 0;
  }
}
.banners-list .block-4layouts-flex img {
  border-radius: 10px;
}

/*** バナー一覧 banners list  ***/
/*** 簡単なメニュー top menu list ***/
.block-3layouts-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block-3layouts-flex .flex-item {
  width: 23.5%;
  margin: 0 2% 40px 0;
}
.block-3layouts-flex .flex-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .block-3layouts-flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .block-3layouts-flex .flex-item {
    width: 48%;
    margin-right: 4%;
  }
  .block-3layouts-flex .flex-item:nth-of-type(even) {
    margin-right: 0;
  }
}

.top-menu-list .menu-list-btns {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.top-menu-list .list-item {
  position: relative;
  margin-bottom: 50px;
  z-index: 2;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  height: auto;
}
.top-menu-list .list-item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 600px) {
  .top-menu-list .list-item {
    margin-bottom: 35px;
  }
}
.top-menu-list .list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12% 9%;
}
@media screen and (max-width: 600px) {
  .top-menu-list .list-item a {
    padding: 5% 6%;
  }
  .top-menu-list .list-item a:after {
    position: absolute;
    right: 7%;
    bottom: auto;
    top: 42%;
    left: auto;
  }
}
.top-menu-list .list-item .imgbox {
  width: 53%;
  position: relative;
  overflow: hidden;
  margin: 0 auto 5px;
}
.top-menu-list .list-item .imgbox:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.top-menu-list .list-item .imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-menu-list .list-item .menu-name {
  font-size: 17px;
  font-weight: 700;
  font-family: var(--fontfamily-serif);
  width: 100%;
  margin: 0;
  background-color: transparent;
  padding: 0;
  text-align: center;
  color: var(--main-mainColor);
  letter-spacing: 0.05em;
}
.top-menu-list .list-item .menu-name::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-menu-list .list-item .menu-name {
    font-size: 16px;
  }
}
.top-menu-list .list-item .menu-name p {
  font-size: 17px;
  margin-bottom: 0;
  color: var(--main-mainColor);
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .top-menu-list .list-item .menu-name p {
    font-size: 16px;
  }
}
.top-menu-list .list-item .menu-name p:last-of-type::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--main-mainColor);
  border-right: 2px solid var(--main-mainColor);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform: translateY(-2px) rotate(45deg);
          transform: translateY(-2px) rotate(45deg);
}
.top-menu-list .list-item .inner-tag {
  font-size: 12px;
  font-family: var(--fontfamily-en-kazari);
  text-align: center;
  background-color: #fff;
  z-index: 2;
  padding: 5px 10px;
  line-height: 1;
  width: 100%;
  margin-bottom: 5px;
}
.top-menu-list .list-item .inner-tag p {
  margin-bottom: 0;
  line-height: 1;
  font-size: 12px;
  color: var(--main-mainColor);
}
@media screen and (max-width: 600px) {
  .top-menu-list .list-item .inner-tag p {
    font-size: 11px;
  }
}
.top-menu-list .menu-list-btns4 .list-item {
  margin-bottom: 40px;
}
.top-menu-list .menu-list-btns4 .list-item .menu-name {
  font-size: 17px;
}
.top-menu-list .menu-list-btns4 .list-item .imgbox {
  width: 53%;
}
@media screen and (min-width: 601px) {
  .top-menu-list .menu-list-btns4 .list-item a:after {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 600px) {
  .top-menu-list .menu-list-btns4 .list-item {
    margin-bottom: 4%;
  }
}

/*** 簡単なメニュー top menu list ***/
/*** ニュース一覧 News ***/
.news-section > .boxwrap, .news-section > .wp-block-create-block-block-image, .staff-section .news-section > .staff-section_sliderWrap {
  border-top: 1px solid var(--main-mainColor);
  border-bottom: 1px solid var(--main-mainColor);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .news-section > .boxwrap, .news-section > .wp-block-create-block-block-image, .staff-section .news-section > .staff-section_sliderWrap {
    display: block;
  }
}
.news-section .section-title {
  width: 250px;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .news-section .section-title {
    width: 100%;
  }
}
.news-section .btn-wrap {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .news-section .btn-wrap {
    position: static;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
.news-section .news-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-section .news-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-top: 1px solid var(--main-mainColor);
}
.news-section .news-list-item:first-child {
  padding-top: 0;
  border-top: none;
}
@media screen and (max-width: 600px) {
  .news-section .news-list-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.news-section .news-date {
  font-family: var(--fontfamily-en);
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.2;
}
.news-section .cate-tag a {
  background: var(--main-mainColor);
  color: var(--main-mainColorFont);
  text-align: center;
  font-size: 11px;
  padding: 1px 12px;
  border-radius: 100px;
  display: inline-block;
  margin-left: 15px;
}
.news-section .news-ttl {
  margin-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-section .news-ttl a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: var(--main-fontColor);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.news-section .news-ttl a:hover {
  color: var(--main-mainColor);
}
@media screen and (max-width: 600px) {
  .news-section .news-ttl a {
    display: block;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 600px) {
  .news-section .news-ttl {
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
}
.news-section .btn-wrap .viewMore-btn {
  border-bottom: 1px solid var(--main-mainColor);
  color: var(--main-mainColor);
  padding-bottom: 2px;
}
.news-section .btn-wrap .viewMore-btn:hover {
  border-color: transparent;
}
.news-section .btn-wrap .viewMore-btn:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--main-mainColor);
  border-right: 1px solid var(--main-mainColor);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 1px;
  margin: 0 0 1px 7px;
}

/*** ニュース一覧 News ***/
/*** ご挨拶 greeting  ***/
.greeting-section {
  padding-bottom: 65px;
  z-index: 1;
  position: relative;
  background-size: cover !important;
  padding-top: 50px;
}
.greeting-section .greeting-sub__ttl {
  text-align: center;
  color: var(--main-fontColor);
  font-size: 25px;
  font-family: var(--fontfamily-serif);
  font-weight: 700;
  margin-bottom: 50px;
  width: 100%;
  background-color: transparent;
  padding: 0;
  margin: 0 0 50px;
}
.greeting-section .greeting-sub__ttl::before {
  display: none;
}
.greeting-section .greeting-sub__ttl p {
  font-size: 25px;
  margin-bottom: 0;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .greeting-section .greeting-sub__ttl p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .greeting-section .greeting-sub__ttl {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 0 30px;
  }
}
.greeting-section .greeting-section__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.greeting-section .center-textbox {
  width: auto;
  padding: 0 3%;
  line-height: 1.8;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .greeting-section .center-textbox {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    padding: 0;
  }
}
.greeting-section .gr_img {
  width: 27.5%;
}
@media screen and (max-width: 768px) {
  .greeting-section .gr_img {
    width: 50%;
    margin-bottom: 30px;
  }
  .greeting-section .gr_img.gr_img2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

/*** ご挨拶 greeting  ***/
/*** クリニック情報　About clinic ***/
@media screen and (max-width: 600px) {
  .about-clinic .reception-time__inner {
    padding: 20px 0;
  }
}
.about-clinic .time-table {
  width: 80%;
  margin: auto;
  border-collapse: collapse;
}
@media screen and (max-width: 600px) {
  .about-clinic .time-table {
    width: 100%;
  }
}
.about-clinic .time-table tr {
  border-bottom: 1px solid var(--main-mainColor);
}
.about-clinic .time-table tr th {
  font-weight: bold;
  padding: 20px 5px;
}
@media screen and (max-width: 600px) {
  .about-clinic .time-table tr th {
    padding: 5px;
  }
}
.about-clinic .time-table tr th.time-td {
  text-align: left;
  width: 270px;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .about-clinic .time-table tr th.time-td {
    width: auto;
  }
}
.about-clinic .time-table tr th:last-child {
  border-right: none;
}
@media screen and (max-width: 600px) {
  .about-clinic .time-table tr th {
    font-size: 14px;
  }
}
.about-clinic .time-table tr td {
  text-align: center;
  padding: 20px 5px;
}
@media screen and (max-width: 600px) {
  .about-clinic .time-table tr td {
    padding: 5px;
  }
}
.about-clinic .time-table tr td.time-td {
  text-align: left;
  font-family: var(--fontfamily-en);
  font-weight: 700;
  font-size: 22px;
}
.about-clinic .time-table tr td:last-child {
  border-right: none;
}
@media screen and (max-width: 600px) {
  .about-clinic .time-table tr td {
    font-size: 14px;
  }
  .about-clinic .time-table tr td.time-td {
    font-size: 12px;
  }
}
.about-clinic .time-table .x-mark {
  display: inline-block;
  width: 25px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='M480 631.566 276.783 834.783Q264.957 846.609 249 846.609t-27.783-11.826Q209.391 822.957 209.391 807t11.826-27.783L424.434 576 221.217 372.783Q209.391 360.957 209.391 345t11.826-27.783q11.826-11.826 27.783-11.826t27.783 11.826L480 520.434l203.217-203.217q11.826-11.826 27.783-11.826t27.783 11.826q11.826 11.826 11.826 27.783t-11.826 27.783L535.566 576l203.217 203.217q11.826 11.826 11.826 27.783t-11.826 27.783Q726.957 846.609 711 846.609t-27.783-11.826L480 631.566Z' fill='%23000'/%3E%3C/svg%3E");
  background-size: 100%;
  background-position: center;
  vertical-align: middle;
}
.about-clinic .time-table .o-mark {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #000;
  border-radius: 50%;
  vertical-align: middle;
}
.about-clinic .time-table .triangle-mark {
  display: inline-block;
  width: 22px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg height='48' viewBox='0 96 960 960' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m125.521 910.131q-23.652 0-34.696-20.587-11.043-20.587 1.783-40.674l355.479-566.001q11.261-19.087 32.913-19.087 21.652 0 32.913 19.087l353.479 566.001q11.826 20.087 1.283 40.674-10.544 20.587-34.196 20.587z' fill='%23000'/%3E%3C/svg%3E");
  background-size: 100%;
  background-position: center;
  vertical-align: middle;
}
.about-clinic .reception-time__note {
  width: 80%;
  margin: 15px auto 0;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  .about-clinic .reception-time__note {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .clinic-info {
    padding-bottom: 0;
  }
}
.clinic-info .clinic-info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  .clinic-info .clinic-info-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.clinic-info .clinic-info-box .imgbox {
  width: 45%;
  margin-right: 5%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .clinic-info .clinic-info-box .imgbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.clinic-info .clinic-info-box .imgbox img {
  border-radius: 10px;
}
.clinic-info .clinic-info-box .textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 600px) {
  .clinic-info .clinic-info-box .textbox {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.clinic-info .clinic-info-box dl {
  padding: 15px 0;
  margin: 0;
}
.clinic-info .clinic-info-box dt {
  font-weight: bold;
  color: var(--main-fontColor);
  font-size: 20px;
}
.clinic-info .clinic-info-box dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-size: 18px;
}

/*** クリニック情報　About clinic ***/
/*** SNS LINKS ***/
.sns-section__inner .sns-list {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sns-section__inner .sns-list .sns-links {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .sns-section__inner .sns-list .sns-links {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}
.sns-section__inner .sns-list .sns-thread {
  width: 400px;
  margin-left: 5%;
  height: 420px;
  overflow: auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  .sns-section__inner .sns-list .sns-thread {
    margin: 20px auto;
  }
}
@media screen and (max-width: 600px) {
  .sns-section__inner .sns-list .sns-thread {
    width: 100%;
  }
}
.sns-section__inner .sns-box {
  width: 43%;
  margin: 0 3% 50px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.sns-section__inner .sns-box::before {
  display: none;
}
.sns-section__inner .sns-box:nth-of-type(even) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .sns-section__inner .sns-box {
    width: 100%;
    margin-right: 0 !important;
  }
}
.sns-section__inner .sns-box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .sns-section__inner .sns-box a {
    padding: 26px 0;
    padding-right: 26px;
  }
}
.sns-section__inner .sns-box .sns-logo {
  width: 35%;
  margin-right: 8%;
  max-width: 100px;
  position: absolute;
  left: -20px;
  top: -20px;
}
@media screen and (max-width: 600px) {
  .sns-section__inner .sns-box .sns-logo {
    width: 100px;
    margin-right: 4%;
  }
}
.sns-section__inner .sns-box .textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 35%;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .sns-section__inner .sns-box .textbox {
    margin-left: 100px;
  }
}
.sns-section__inner .sns-box .textbox p {
  line-height: 1.3;
  margin-bottom: 0;
}
.sns-section__inner .sns-title {
  font-family: var(--fontfamily-en);
  font-size: 12px;
}
.sns-section__inner .sub-title {
  font-size: 14px;
  line-height: 1.4;
}
.sns-section__inner .twitter-title {
  color: #1d9bf0;
}
.sns-section__inner .insta-title {
  color: #fe0075;
}
.sns-section__inner .line-title {
  color: #00b900;
}
.sns-section__inner .facebook-title {
  color: #1877f2;
}
.sns-section__inner .youtube-title {
  color: #fc031b;
}

.no-sns-thread__sns-section .sns-section__inner .sns-links {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.no-sns-thread__sns-section .sns-section__inner .sns-box {
  width: 31%;
  margin: 0;
  margin-right: 3.5%;
  margin-bottom: 40px;
}
.no-sns-thread__sns-section .sns-section__inner .sns-box:nth-of-type(even) {
  margin-right: 3.5%;
}
.no-sns-thread__sns-section .sns-section__inner .sns-box:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .no-sns-thread__sns-section .sns-section__inner .sns-box {
    width: 48%;
    margin-right: 4%;
  }
  .no-sns-thread__sns-section .sns-section__inner .sns-box:nth-of-type(even), .no-sns-thread__sns-section .sns-section__inner .sns-box:nth-of-type(3n) {
    margin-right: 4%;
  }
  .no-sns-thread__sns-section .sns-section__inner .sns-box:nth-of-type(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .no-sns-thread__sns-section .sns-section__inner .sns-box {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 3%;
  }
}

/*** SNS LINKS ***/
/*** 下層ページテンプレ ***/
.lowerPage .section-subtitle + p, .lowerPage .section-title + p {
  margin-bottom: 40px;
}
.lowerPage .section-subtitle {
  color: var(--main-fontColor);
  font-size: 25px;
  margin-bottom: 20px;
  font-family: var(--fontfamily-serif);
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .lowerPage .section-subtitle {
    text-align: left;
    font-size: 20px;
  }
}
.lowerPage .section-subtitle p {
  font-size: 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .lowerPage .section-subtitle p {
    font-size: 20px;
  }
}
.lowerPage .imgbox {
  margin-bottom: 20px;
  margin-top: 20px;
}
.lowerPage .imgbox img {
  border-radius: 10px;
}
.lowerPage p {
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .lowerPage p.text-center {
    text-align: left;
  }
}

.borderB_title_block {
  margin-bottom: 45px;
}

.borderB-title {
  font-size: 22px;
  margin-bottom: 10px;
  color: var(--main-fontColor);
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .borderB-title {
    font-size: 20px;
  }
}

.bg-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-bottom: 15px;
  font-weight: bold;
  margin-top: 20px;
  color: var(--main-fontColor);
  font-size: 18px;
  font-weight: 700;
}
.bg-title .mainBg-circle {
  color: var(--main-fontColor);
  padding-right: 3px;
}

.checkbox-icon__list {
  margin-top: 30px;
}
.checkbox-icon__list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.checkbox-icon__list ul li {
  width: 48%;
  margin: 0 4% 20px 0;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  color: var(--main-mainColor);
}
@media screen and (max-width: 960px) {
  .checkbox-icon__list ul li {
    width: 100%;
    margin-right: 0;
  }
}
.checkbox-icon__list ul li:nth-of-type(even) {
  margin-right: 0;
}
.checkbox-icon__list ul li .checkbox-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  margin-top: 0;
}
.checkbox-icon__list ul li p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6;
  margin-bottom: 0;
  padding-top: 4px;
}

/** 目次 table-contents **/
.table-contents {
  padding: 40px 7%;
  margin-top: 30px;
  font-family: var(--fontfamily-san-selif);
  background-color: var(--main-sectionbg);
  border-radius: 10px;
}
.table-contents a {
  line-height: 1.8;
}
.table-contents a:hover {
  color: var(--main-mainColor);
}
.table-contents .toc-heading-level-1 {
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .table-contents .toc-heading-level-1 {
    font-size: 16px;
  }
}
.table-contents .toc-heading-level-1::before {
  content: "●";
  display: inline-block;
  margin-right: 10px;
  color: var(--main-fontColor);
}
.table-contents .toc-link__level1 {
  display: inline-block;
}

/** 目次 table-contents **/
/** ２カラムAパターン **/
.twoCol__common-flexArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .twoCol__common-flexArea {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.twoCol__common-flexArea.imgRight__flexArea .imgbox {
  margin-right: 0;
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  .twoCol__common-flexArea.imgRight__flexArea .imgbox {
    margin-left: 0;
  }
}
.twoCol__common-flexArea .imgbox {
  width: 52%;
  margin-right: 4%;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .twoCol__common-flexArea .imgbox {
    width: 100%;
    margin: 0 0 20px;
  }
}
.twoCol__common-flexArea .imgbox img {
  width: 100% !important;
  height: auto;
}
.twoCol__common-flexArea .textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .twoCol__common-flexArea .textbox {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.twoCol__common-flexArea .author-name {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--main-fontColor);
}
.twoCol__common-flexArea .author-info-table dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .twoCol__common-flexArea .author-info-table dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
.twoCol__common-flexArea .author-info-table dt {
  width: 130px;
  font-size: 14px;
  color: var(--main-fontColor);
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .twoCol__common-flexArea .author-info-table dt {
    width: 100%;
    margin-bottom: 2px;
  }
}
.twoCol__common-flexArea .author-info-table dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 600px) {
  .twoCol__common-flexArea .author-info-table dd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.twoCol__common-flexArea .author-info-table {
  margin-bottom: 30px;
}
.twoCol__common-flexArea .message {
  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;
  margin-bottom: 0;
  color: var(--main-fontColor);
  font-weight: 700;
}
.twoCol__common-flexArea .common-btn-wrap {
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 20px;
  margin-top: 20px;
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .twoCol__common-flexArea .common-btn-wrap {
    width: 250px;
  }
}
@media screen and (max-width: 600px) {
  .twoCol__common-flexArea .common-btn-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .imgRight__flexArea .textbox {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .imgRight__flexArea .imgbox {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

/** ２カラムAパターン **/
/** ２カラムBパターン **/
.twoCol__B-pattern__content {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.twoCol__B-pattern__content .B-pattern__block {
  width: 48%;
  margin-bottom: 50px;
}
.twoCol__B-pattern__content .B-pattern__block:nth-child(n+3) {
  border-top: 1px solid var(--main-mainColor);
  padding-top: 50px;
}
@media screen and (max-width: 600px) {
  .twoCol__B-pattern__content .B-pattern__block:nth-child(n+3) {
    border-top: none;
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .twoCol__B-pattern__content .B-pattern__block {
    width: 100%;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--main-mainColor);
    padding-bottom: 30px;
  }
}
.twoCol__B-pattern__content .B-pattern__block .twoCol__common-flexArea {
  margin-bottom: 35px;
}
.twoCol__B-pattern__content .B-pattern__block .common-btn-wrap {
  display: block;
  margin: 20px auto 10px;
}

/** ２カラムBパターン **/
/** ２カラムCパターン **/
.twoCol__C-pattern__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.twoCol__C-pattern__content .C-pattern__block {
  width: 48%;
  margin-bottom: 50px;
  margin-right: 4%;
}
.twoCol__C-pattern__content .C-pattern__block:nth-of-type(even) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .twoCol__C-pattern__content .C-pattern__block {
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
  }
}
.twoCol__C-pattern__content .C-pattern__block .common-btn-wrap {
  display: block;
  margin: 20px auto 10px;
}
.twoCol__C-pattern__content .C-pattern__block img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.twoCol__C-pattern__content .pattern__block-title {
  font-family: var(--fontfamily-serif);
  font-size: 20px;
  color: var(--main-fontColor);
  font-weight: 700;
  margin-bottom: 10px;
}

/** ２カラムCパターン **/
/** 下層ページ　スタッフ紹介 staffs-list__section **/
.lowerPage {
  /** staffs-list__sectionVer2 **/
}
.lowerPage .staffs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.lowerPage .staff-box {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .lowerPage .staff-box {
    width: 100%;
    margin-right: 0;
  }
}
.lowerPage .staff-box:nth-of-type(3n) {
  margin-right: 0;
}
.lowerPage .staff-box .staff-img {
  width: 96%;
  margin: 0 auto 20px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.lowerPage .staff-box .staff-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.lowerPage .staff-box .staff-img img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.lowerPage .staff-box .staff-name-box .staff-position {
  font-size: 13px;
}
.lowerPage .staff-box .staff-name-box {
  margin-bottom: 10px;
  text-align: left;
  font-size: 22px;
  color: var(--main-fontColor);
  font-weight: 700;
}
.lowerPage .staff-box .common-btn-wrap {
  display: block;
  max-width: 90%;
  margin: 20px auto 10px;
}
.lowerPage .staffs-list__sectionVer2 {
  padding: 50px 0 20px;
}
.lowerPage .staffs-list__ver2 .staff-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 0;
}
.lowerPage .staffs-list__ver2 .staff-img::before {
  padding-top: 80%;
}
.lowerPage .staffs-list__ver2 .staff-box {
  margin-right: 3%;
  width: 31.3%;
  margin-bottom: 3%;
}
.lowerPage .staffs-list__ver2 .staff-box:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .lowerPage .staffs-list__ver2 .staff-box {
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0;
  }
}
.lowerPage .staffs-list__ver2 .staff-position {
  display: block;
  font-size: 14px;
  margin: auto;
  text-align: left;
  border-radius: 30px;
  margin-top: 15px;
  z-index: 2;
  position: relative;
  margin-bottom: 5px;
  font-weight: 700;
}

/** 下層ページ　スタッフ紹介 staffs-list__section **/
/** よくある質問 FAQ **/
.faq-section .faq-box {
  padding: 20px 3%;
  margin-bottom: 10px;
  background-color: var(--main-sectionbg);
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .faq-section .faq-box {
    padding: 20px 5%;
  }
}
.faq-section .faq-box .faq-mark {
  display: block;
  text-align: center;
  font-size: 30px;
  color: var(--main-mainColor);
  margin-right: 10px;
  line-height: 1;
}
.faq-section .faq-box .a-mark {
  display: none;
}
.faq-section .faq-box .q-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq-section .question, .faq-section .answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.faq-section .question {
  position: relative;
  cursor: pointer;
  padding-right: 23px;
}
.faq-section .question:after {
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 12.5px);
  content: "+";
  font-size: 30px;
  line-height: 1;
  color: var(--main-mainColor);
}
.faq-section .question.btnOn:after {
  content: "−";
  top: 15%;
  font-size: 30px;
  line-height: 1;
  color: var(--main-mainColor);
}
.faq-section .answer-wrap {
  padding: 30px 4% 15px;
  margin-top: 25px;
  border-top: 1px solid var(--main-mainColor);
  display: none;
}
@media screen and (max-width: 600px) {
  .faq-section .answer-wrap {
    padding: 30px 0% 15px;
  }
}

/** よくある質問 FAQ **/
/** 数字が増えるパターン increasingNumber-block **/
.increasingNumber-block {
  margin-bottom: 50px;
  border-bottom: 1px solid var(--main-mainColor);
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .increasingNumber-block {
    margin-bottom: 70px;
  }
}
.increasingNumber-block .borderB-title {
  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;
}
.increasingNumber-block .borderB-title .number {
  font-size: 60px;
  font-weight: 700;
  font-family: var(--fontfamily-en);
  text-align: center;
  display: block;
  color: var(--main-mainColor);
  line-height: 80px;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .increasingNumber-block .borderB-title .number {
    font-size: 50px;
  }
}
.increasingNumber-block .borderB-title .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}
.increasingNumber-block .borderB-title .text p {
  line-height: 1.4;
}

/** 数字が増えるパターン increasingNumber-block **/
/** 表１ **/
.graph1-block .graph1-block_content {
  padding: 25px 0;
  border-bottom: 1px solid var(--main-mainColor);
}
.graph1-block .graph1-block_content p {
  margin: 0;
}
.graph1-block .graph1-block_content > div:first-of-type p {
  color: var(--main-fontColor);
  font-size: 18px;
}
.graph1-block .graph1-block_content > div:first-of-type p::before {
  content: "●";
  display: inline-block;
  margin-right: 5px;
}

/** 表１ **/
/** graph4-block **/
.graph4-block .history-table .table-title {
  background-color: var(--main-sectionbg);
  border-top: 1px solid var(--main-mainColor);
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .graph4-block .history-table .table-title .ql-align-center {
    text-align: left;
  }
}
.graph4-block .history-table dl {
  border-bottom: 1px solid var(--main-mainColor);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.graph4-block .history-table dl dt, .graph4-block .history-table dl dd {
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .graph4-block .history-table dl dt, .graph4-block .history-table dl dd {
    padding: 5%;
  }
}
.graph4-block .history-table dl dt {
  width: 20%;
  color: var(--main-fontColor);
}
@media screen and (max-width: 600px) {
  .graph4-block .history-table dl dt {
    width: 35%;
  }
}
.graph4-block .history-table dl dt.second-dt {
  color: var(--main-fontColor);
  width: auto;
}
.graph4-block .history-table dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/** graph4-block **/
/** 表２（料金表）graph2-block **/
.price-table p {
  margin: 0;
}
.price-table li {
  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;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .price-table li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.price-table .course-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}
.price-table .course-price:not(:last-child) {
  border-bottom: 1px solid var(--main-mainColor);
}
.price-table .course-price span {
  display: block;
  width: 33.3%;
}
@media screen and (max-width: 600px) {
  .price-table .course-price span {
    width: auto;
  }
}
.price-table .course-price span:not(:last-child) {
  padding-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 600px) {
  .price-table .course-price {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 15px 0 15px;
  }
  .price-table .course-price span:first-child {
    width: 110px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .price-table .course-price span:nth-of-type(2) {
    width: 95px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .price-table .course-price span:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.price-table .course-ttl {
  padding: 15px;
  width: 25%;
  color: var(--main-fontColor);
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .price-table .course-ttl {
    width: 100%;
    padding: 15px 0;
  }
}
.price-table .course-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 600px) {
  .price-table .course-info {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    border-top: 1px solid var(--main-mainColor);
  }
}

/** 表２（料金表）graph2-block **/
/** 施術の流れ Flow of treatment **/
.flowOfTreatment-block .ql-align-center {
  margin-bottom: 40px;
}
.flowOfTreatment-block-title {
  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;
  margin-bottom: 10px;
  padding-left: calc(25% + 50px);
}
@media screen and (max-width: 768px) {
  .flowOfTreatment-block-title {
    padding-left: 50px;
  }
}
.flowOfTreatment-block-title span {
  display: block;
}
.flowOfTreatment-block-title .num {
  color: var(--main-mainColorFont);
  font-size: 30px;
  font-family: var(--fontfamily-en);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--main-mainColor);
  font-weight: 700;
  margin-right: 10px;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .flowOfTreatment-block-title .num {
    top: -5%;
    left: -3%;
  }
}
.flowOfTreatment-block-title .num .raund {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flowOfTreatment-block-title .num .raund {
    top: 53%;
  }
}
.flowOfTreatment-block-title .text {
  font-size: 20px;
  color: var(--main-fontColor);
}
.flowOfTreatment-block-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 120px;
}
.flowOfTreatment-block-img {
  width: 25%;
  margin-right: 30px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 0;
  height: calc(100% - 60px);
}
@media screen and (max-width: 768px) {
  .flowOfTreatment-block-img {
    width: 100%;
    margin-right: 0;
    position: static;
  }
}
.flowOfTreatment-block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.flowOfTreatment-block-text {
  width: calc(75% - 50px);
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .flowOfTreatment-block-text {
    margin-top: 30px;
    width: 100%;
  }
}
.flowOfTreatment-block-wrap {
  margin-bottom: 80px;
  position: relative;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.flowOfTreatment-block.ShowArrows .flowOfTreatment-block-wrap::after {
  content: "";
  display: block;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-bottom: 4px solid var(--main-mainColor);
  border-right: 4px solid var(--main-mainColor);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.flowOfTreatment-block.ShowArrows .flowOfTreatment-block-wrap:last-of-type::after {
  display: none;
}

/** 施術の流れ Flow of treatment **/
/** 院長プロフィール profile-block **/
.profile-block .ql-align-center {
  text-align: left;
  font-size: 20px;
  color: var(--main-fontColor);
  font-weight: 700;
}
.profile-block-img {
  width: 60%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .profile-block-img {
    width: 100%;
  }
}
.profile-block-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.profile-block-table {
  margin-top: 40px;
}
.profile-block-table dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--main-mainColor);
  padding: 15px 25px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .profile-block-table dl {
    padding: 15px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.profile-block-table dt {
  width: 155px;
  font-weight: bold;
  color: var(--main-fontColor);
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .profile-block-table dt {
    width: 100%;
  }
}
.profile-block-table dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .profile-block-table dd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

/** 院長プロフィール profile-block **/
/** 施設案内スライドショー facilities-SlideShow-block **/
.facilities-SlideShow-block {
  overflow: hidden;
}
.facilities-SlideShow-block .ql-align-center {
  text-align: center;
}

.facilities-SlideShow-slick {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .facilities-SlideShow-slick {
    width: 85%;
  }
  .facilities-SlideShow-slick .slick-list {
    overflow: visible;
  }
}
.facilities-SlideShow-slick.no-dots {
  margin-bottom: 50px;
}
.facilities-SlideShow-slick-Wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .facilities-SlideShow-slick-Wrap {
    width: 96%;
    overflow: hidden;
    margin: 0 0 30px auto;
    position: relative;
    right: -6%;
  }
}
.facilities-SlideShow-slick .slick-list {
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .facilities-SlideShow-slick .slick-list .slick-slide:nth-of-type(2) img {
    border-radius: 10px 0 0 10px;
  }
}
.facilities-SlideShow-slick .slick-track {
  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;
}
.facilities-SlideShow-slick .slick-slide {
  overflow: hidden;
}
.facilities-SlideShow-slick .slick-slide img {
  width: 100% !important;
  height: 180px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .facilities-SlideShow-slick .slick-slide img {
    height: 60vw !important;
  }
}
.facilities-SlideShow-slick .slick-slide.three-or-fewer {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .facilities-SlideShow-slick .slick-slide.three-or-fewer {
    max-width: 100%;
  }
}
.facilities-SlideShow-slick .slider-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84%;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .facilities-SlideShow-slick .slider-dots {
    width: 100%;
  }
}
.facilities-SlideShow-slick .slider-dots li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.facilities-SlideShow-slick .slider-dots li button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  height: 4px;
  width: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.facilities-SlideShow-slick .slider-dots li.slick-active button {
  background-color: var(--main-mainColor);
}
.facilities-SlideShow-slick .slick-arrow {
  z-index: 10;
  top: auto;
  bottom: -38px;
}
.facilities-SlideShow-slick .slick-prev, .facilities-SlideShow-slick .slick-next {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid var(--main-mainColor);
}
.facilities-SlideShow-slick .slick-prev:hover, .facilities-SlideShow-slick .slick-prev:link, .facilities-SlideShow-slick .slick-prev:visited, .facilities-SlideShow-slick .slick-prev:active, .facilities-SlideShow-slick .slick-prev:focus, .facilities-SlideShow-slick .slick-next:hover, .facilities-SlideShow-slick .slick-next:link, .facilities-SlideShow-slick .slick-next:visited, .facilities-SlideShow-slick .slick-next:active, .facilities-SlideShow-slick .slick-next:focus {
  background-color: #fff;
}
.facilities-SlideShow-slick .slick-prev {
  left: 0px;
}
@media screen and (max-width: 1200px) {
  .facilities-SlideShow-slick .slick-prev {
    left: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .facilities-SlideShow-slick .slick-prev {
    left: -25px;
  }
}
@media screen and (max-width: 768px) {
  .facilities-SlideShow-slick .slick-prev {
    left: 5px;
  }
}
.facilities-SlideShow-slick .slick-prev::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--main-mainColor);
  border-left: 2px solid var(--main-mainColor);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.facilities-SlideShow-slick .slick-next {
  right: 0px;
}
@media screen and (max-width: 1200px) {
  .facilities-SlideShow-slick .slick-next {
    right: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .facilities-SlideShow-slick .slick-next {
    right: -25px;
  }
}
@media screen and (max-width: 768px) {
  .facilities-SlideShow-slick .slick-next {
    right: 5px;
  }
}
.facilities-SlideShow-slick .slick-next::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--main-mainColor);
  border-right: 2px solid var(--main-mainColor);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.facilities-SlideShow-slick.round .slick-slide {
  position: relative;
  border-radius: 50%;
  margin: 5px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 600px) {
  .facilities-SlideShow-slick.round .slick-slide {
    margin: 10px;
  }
}
.facilities-SlideShow-slick.round .slick-slide::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.facilities-SlideShow-slick.round .slick-slide img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.facilities-SlideShow-slick.round .slick-prev {
  left: -5px;
}
.facilities-SlideShow-slick.round .slick-prev::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--main-mainColor);
  border-left: 2px solid var(--main-mainColor);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.facilities-SlideShow-slick.round .slick-next {
  right: -5px;
}
.facilities-SlideShow-slick.round .slick-next::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--main-mainColor);
  border-right: 2px solid var(--main-mainColor);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/** 背景色付き **/
.wp-block-create-block-block-group,
.wp-block-create-block-block-sns-links,
.wp-block-create-block-block-yayoidou,
.wp-block-create-block-block-infomation,
.wp-block-create-block-block-time {
  background-color: var(--main-sectionbg);
  padding: 50px 0;
}

.wp-block-create-block-block-trouble-two .ql-align-center,
.wp-block-create-block-block-cause .ql-align-center,
.wp-block-create-block-block-staff-back-white .ql-align-center,
.wp-block-create-block-block-staff-back-color .ql-align-center,
.wp-block-create-block-block-sub-for-first-time .ql-align-center,
.wp-block-create-block-block-sub-menu-one .ql-align-center,
.wp-block-create-block-block-sub-menu-two .ql-align-center {
  margin-bottom: 20px;
}

.wp-block-create-block-block-sub-for-first-time .ql-align-right {
  margin-top: 20px;
  text-align: center;
}

.wp-block-create-block-block-tab-content,
.wp-block-create-block-block-health,
.wp-block-create-block-block-headache,
.wp-block-create-block-block-trouble-two,
.wp-block-create-block-block-cause,
.wp-block-create-block-block-sub-wrap-around,
.wp-block-create-block-block-sub-flow,
.wp-block-create-block-block-sub-faq,
.wp-block-create-block-block-column {
  margin: 50px 0;
}

.wp-block-create-block-block-cause {
  margin-bottom: 0px;
}

.column-post .greeting-section {
  background-image: none !important;
}
.column-post .wp-block-create-block-block-yayoidou,
.column-post .wp-block-create-block-block-time,
.column-post .wp-block-create-block-block-new,
.column-post .wp-block-create-block-block-greeting,
.column-post .wp-block-create-block-block-pickup,
.column-post .wp-block-create-block-block-menu,
.column-post .wp-block-create-block-block-symptoms,
.column-post .wp-block-create-block-block-feature,
.column-post .wp-block-create-block-block-column,
.column-post .wp-block-create-block-block-banner-list,
.column-post .wp-block-create-block-block-slider,
.column-post .wp-block-create-block-block-contact,
.column-post .wp-block-create-block-block-infomation,
.column-post .wp-block-create-block-block-group,
.column-post .wp-block-create-block-block-sns-links,
.column-post .wp-block-create-block-block-staff,
.column-post .wp-block-create-block-block-health,
.column-post .wp-block-create-block-block-headache,
.column-post .wp-block-create-block-block-trouble,
.column-post .wp-block-create-block-block-trouble-two,
.column-post .wp-block-create-block-block-author,
.column-post .wp-block-create-block-block-introduction,
.column-post .wp-block-create-block-block-cause,
.column-post .wp-block-create-block-block-sub-profile,
.column-post .wp-block-create-block-block-sub-flow,
.column-post .wp-block-create-block-block-sub-for-first-time,
.column-post .wp-block-create-block-block-staff-back-color,
.column-post .wp-block-create-block-block-staff-back-white,
.column-post .wp-block-create-block-block-sub-wrap-around,
.column-post .wp-block-create-block-block-sub-checkbox,
.column-post .wp-block-create-block-block-sub-faq,
.column-post .wp-block-create-block-block-sub-menu-one,
.column-post .wp-block-create-block-block-sub-menu-two,
.column-post .wp-block-create-block-block-facilities,
.column-post .wp-block-create-block-block-history,
.column-post .wp-block-create-block-block-tab-content {
  margin: 50px 0;
}
.column-post .wp-block-create-block-block-yayoidou p,
.column-post .wp-block-create-block-block-time p,
.column-post .wp-block-create-block-block-new p,
.column-post .wp-block-create-block-block-greeting p,
.column-post .wp-block-create-block-block-pickup p,
.column-post .wp-block-create-block-block-menu p,
.column-post .wp-block-create-block-block-symptoms p,
.column-post .wp-block-create-block-block-feature p,
.column-post .wp-block-create-block-block-column p,
.column-post .wp-block-create-block-block-banner-list p,
.column-post .wp-block-create-block-block-slider p,
.column-post .wp-block-create-block-block-contact p,
.column-post .wp-block-create-block-block-infomation p,
.column-post .wp-block-create-block-block-group p,
.column-post .wp-block-create-block-block-sns-links p,
.column-post .wp-block-create-block-block-staff p,
.column-post .wp-block-create-block-block-health p,
.column-post .wp-block-create-block-block-headache p,
.column-post .wp-block-create-block-block-trouble p,
.column-post .wp-block-create-block-block-trouble-two p,
.column-post .wp-block-create-block-block-author p,
.column-post .wp-block-create-block-block-introduction p,
.column-post .wp-block-create-block-block-cause p,
.column-post .wp-block-create-block-block-sub-profile p,
.column-post .wp-block-create-block-block-sub-flow p,
.column-post .wp-block-create-block-block-sub-for-first-time p,
.column-post .wp-block-create-block-block-staff-back-color p,
.column-post .wp-block-create-block-block-staff-back-white p,
.column-post .wp-block-create-block-block-sub-wrap-around p,
.column-post .wp-block-create-block-block-sub-checkbox p,
.column-post .wp-block-create-block-block-sub-faq p,
.column-post .wp-block-create-block-block-sub-menu-one p,
.column-post .wp-block-create-block-block-sub-menu-two p,
.column-post .wp-block-create-block-block-facilities p,
.column-post .wp-block-create-block-block-history p,
.column-post .wp-block-create-block-block-tab-content p {
  font-size: unset;
  margin-bottom: 0;
  line-height: 1.8;
}
.column-post .wp-block-create-block-block-yayoidou .imgbox img,
.column-post .wp-block-create-block-block-time .imgbox img,
.column-post .wp-block-create-block-block-new .imgbox img,
.column-post .wp-block-create-block-block-greeting .imgbox img,
.column-post .wp-block-create-block-block-pickup .imgbox img,
.column-post .wp-block-create-block-block-menu .imgbox img,
.column-post .wp-block-create-block-block-symptoms .imgbox img,
.column-post .wp-block-create-block-block-feature .imgbox img,
.column-post .wp-block-create-block-block-column .imgbox img,
.column-post .wp-block-create-block-block-banner-list .imgbox img,
.column-post .wp-block-create-block-block-slider .imgbox img,
.column-post .wp-block-create-block-block-contact .imgbox img,
.column-post .wp-block-create-block-block-infomation .imgbox img,
.column-post .wp-block-create-block-block-group .imgbox img,
.column-post .wp-block-create-block-block-sns-links .imgbox img,
.column-post .wp-block-create-block-block-staff .imgbox img,
.column-post .wp-block-create-block-block-health .imgbox img,
.column-post .wp-block-create-block-block-headache .imgbox img,
.column-post .wp-block-create-block-block-trouble .imgbox img,
.column-post .wp-block-create-block-block-trouble-two .imgbox img,
.column-post .wp-block-create-block-block-author .imgbox img,
.column-post .wp-block-create-block-block-introduction .imgbox img,
.column-post .wp-block-create-block-block-cause .imgbox img,
.column-post .wp-block-create-block-block-sub-profile .imgbox img,
.column-post .wp-block-create-block-block-sub-flow .imgbox img,
.column-post .wp-block-create-block-block-sub-for-first-time .imgbox img,
.column-post .wp-block-create-block-block-staff-back-color .imgbox img,
.column-post .wp-block-create-block-block-staff-back-white .imgbox img,
.column-post .wp-block-create-block-block-sub-wrap-around .imgbox img,
.column-post .wp-block-create-block-block-sub-checkbox .imgbox img,
.column-post .wp-block-create-block-block-sub-faq .imgbox img,
.column-post .wp-block-create-block-block-sub-menu-one .imgbox img,
.column-post .wp-block-create-block-block-sub-menu-two .imgbox img,
.column-post .wp-block-create-block-block-facilities .imgbox img,
.column-post .wp-block-create-block-block-history .imgbox img,
.column-post .wp-block-create-block-block-tab-content .imgbox img {
  width: 100%;
  height: auto;
}
.column-post .wp-block-create-block-block-yayoidou li,
.column-post .wp-block-create-block-block-time li,
.column-post .wp-block-create-block-block-new li,
.column-post .wp-block-create-block-block-greeting li,
.column-post .wp-block-create-block-block-pickup li,
.column-post .wp-block-create-block-block-menu li,
.column-post .wp-block-create-block-block-symptoms li,
.column-post .wp-block-create-block-block-feature li,
.column-post .wp-block-create-block-block-column li,
.column-post .wp-block-create-block-block-banner-list li,
.column-post .wp-block-create-block-block-slider li,
.column-post .wp-block-create-block-block-contact li,
.column-post .wp-block-create-block-block-infomation li,
.column-post .wp-block-create-block-block-group li,
.column-post .wp-block-create-block-block-sns-links li,
.column-post .wp-block-create-block-block-staff li,
.column-post .wp-block-create-block-block-health li,
.column-post .wp-block-create-block-block-headache li,
.column-post .wp-block-create-block-block-trouble li,
.column-post .wp-block-create-block-block-trouble-two li,
.column-post .wp-block-create-block-block-author li,
.column-post .wp-block-create-block-block-introduction li,
.column-post .wp-block-create-block-block-cause li,
.column-post .wp-block-create-block-block-sub-profile li,
.column-post .wp-block-create-block-block-sub-flow li,
.column-post .wp-block-create-block-block-sub-for-first-time li,
.column-post .wp-block-create-block-block-staff-back-color li,
.column-post .wp-block-create-block-block-staff-back-white li,
.column-post .wp-block-create-block-block-sub-wrap-around li,
.column-post .wp-block-create-block-block-sub-checkbox li,
.column-post .wp-block-create-block-block-sub-faq li,
.column-post .wp-block-create-block-block-sub-menu-one li,
.column-post .wp-block-create-block-block-sub-menu-two li,
.column-post .wp-block-create-block-block-facilities li,
.column-post .wp-block-create-block-block-history li,
.column-post .wp-block-create-block-block-tab-content li {
  padding-left: 0;
}
.column-post .wp-block-create-block-block-yayoidou li::before,
.column-post .wp-block-create-block-block-time li::before,
.column-post .wp-block-create-block-block-new li::before,
.column-post .wp-block-create-block-block-greeting li::before,
.column-post .wp-block-create-block-block-pickup li::before,
.column-post .wp-block-create-block-block-menu li::before,
.column-post .wp-block-create-block-block-symptoms li::before,
.column-post .wp-block-create-block-block-feature li::before,
.column-post .wp-block-create-block-block-column li::before,
.column-post .wp-block-create-block-block-banner-list li::before,
.column-post .wp-block-create-block-block-slider li::before,
.column-post .wp-block-create-block-block-contact li::before,
.column-post .wp-block-create-block-block-infomation li::before,
.column-post .wp-block-create-block-block-group li::before,
.column-post .wp-block-create-block-block-sns-links li::before,
.column-post .wp-block-create-block-block-staff li::before,
.column-post .wp-block-create-block-block-health li::before,
.column-post .wp-block-create-block-block-headache li::before,
.column-post .wp-block-create-block-block-trouble li::before,
.column-post .wp-block-create-block-block-trouble-two li::before,
.column-post .wp-block-create-block-block-author li::before,
.column-post .wp-block-create-block-block-introduction li::before,
.column-post .wp-block-create-block-block-cause li::before,
.column-post .wp-block-create-block-block-sub-profile li::before,
.column-post .wp-block-create-block-block-sub-flow li::before,
.column-post .wp-block-create-block-block-sub-for-first-time li::before,
.column-post .wp-block-create-block-block-staff-back-color li::before,
.column-post .wp-block-create-block-block-staff-back-white li::before,
.column-post .wp-block-create-block-block-sub-wrap-around li::before,
.column-post .wp-block-create-block-block-sub-checkbox li::before,
.column-post .wp-block-create-block-block-sub-faq li::before,
.column-post .wp-block-create-block-block-sub-menu-one li::before,
.column-post .wp-block-create-block-block-sub-menu-two li::before,
.column-post .wp-block-create-block-block-facilities li::before,
.column-post .wp-block-create-block-block-history li::before,
.column-post .wp-block-create-block-block-tab-content li::before {
  display: none;
}
.column-post .wp-block-create-block-block-yayoidou h2, .column-post .wp-block-create-block-block-yayoidou h3, .column-post .wp-block-create-block-block-yayoidou h4, .column-post .wp-block-create-block-block-yayoidou h5, .column-post .wp-block-create-block-block-yayoidou h6,
.column-post .wp-block-create-block-block-time h2,
.column-post .wp-block-create-block-block-time h3,
.column-post .wp-block-create-block-block-time h4,
.column-post .wp-block-create-block-block-time h5,
.column-post .wp-block-create-block-block-time h6,
.column-post .wp-block-create-block-block-new h2,
.column-post .wp-block-create-block-block-new h3,
.column-post .wp-block-create-block-block-new h4,
.column-post .wp-block-create-block-block-new h5,
.column-post .wp-block-create-block-block-new h6,
.column-post .wp-block-create-block-block-greeting h2,
.column-post .wp-block-create-block-block-greeting h3,
.column-post .wp-block-create-block-block-greeting h4,
.column-post .wp-block-create-block-block-greeting h5,
.column-post .wp-block-create-block-block-greeting h6,
.column-post .wp-block-create-block-block-pickup h2,
.column-post .wp-block-create-block-block-pickup h3,
.column-post .wp-block-create-block-block-pickup h4,
.column-post .wp-block-create-block-block-pickup h5,
.column-post .wp-block-create-block-block-pickup h6,
.column-post .wp-block-create-block-block-menu h2,
.column-post .wp-block-create-block-block-menu h3,
.column-post .wp-block-create-block-block-menu h4,
.column-post .wp-block-create-block-block-menu h5,
.column-post .wp-block-create-block-block-menu h6,
.column-post .wp-block-create-block-block-symptoms h2,
.column-post .wp-block-create-block-block-symptoms h3,
.column-post .wp-block-create-block-block-symptoms h4,
.column-post .wp-block-create-block-block-symptoms h5,
.column-post .wp-block-create-block-block-symptoms h6,
.column-post .wp-block-create-block-block-feature h2,
.column-post .wp-block-create-block-block-feature h3,
.column-post .wp-block-create-block-block-feature h4,
.column-post .wp-block-create-block-block-feature h5,
.column-post .wp-block-create-block-block-feature h6,
.column-post .wp-block-create-block-block-column h2,
.column-post .wp-block-create-block-block-column h3,
.column-post .wp-block-create-block-block-column h4,
.column-post .wp-block-create-block-block-column h5,
.column-post .wp-block-create-block-block-column h6,
.column-post .wp-block-create-block-block-banner-list h2,
.column-post .wp-block-create-block-block-banner-list h3,
.column-post .wp-block-create-block-block-banner-list h4,
.column-post .wp-block-create-block-block-banner-list h5,
.column-post .wp-block-create-block-block-banner-list h6,
.column-post .wp-block-create-block-block-slider h2,
.column-post .wp-block-create-block-block-slider h3,
.column-post .wp-block-create-block-block-slider h4,
.column-post .wp-block-create-block-block-slider h5,
.column-post .wp-block-create-block-block-slider h6,
.column-post .wp-block-create-block-block-contact h2,
.column-post .wp-block-create-block-block-contact h3,
.column-post .wp-block-create-block-block-contact h4,
.column-post .wp-block-create-block-block-contact h5,
.column-post .wp-block-create-block-block-contact h6,
.column-post .wp-block-create-block-block-infomation h2,
.column-post .wp-block-create-block-block-infomation h3,
.column-post .wp-block-create-block-block-infomation h4,
.column-post .wp-block-create-block-block-infomation h5,
.column-post .wp-block-create-block-block-infomation h6,
.column-post .wp-block-create-block-block-group h2,
.column-post .wp-block-create-block-block-group h3,
.column-post .wp-block-create-block-block-group h4,
.column-post .wp-block-create-block-block-group h5,
.column-post .wp-block-create-block-block-group h6,
.column-post .wp-block-create-block-block-sns-links h2,
.column-post .wp-block-create-block-block-sns-links h3,
.column-post .wp-block-create-block-block-sns-links h4,
.column-post .wp-block-create-block-block-sns-links h5,
.column-post .wp-block-create-block-block-sns-links h6,
.column-post .wp-block-create-block-block-staff h2,
.column-post .wp-block-create-block-block-staff h3,
.column-post .wp-block-create-block-block-staff h4,
.column-post .wp-block-create-block-block-staff h5,
.column-post .wp-block-create-block-block-staff h6,
.column-post .wp-block-create-block-block-health h2,
.column-post .wp-block-create-block-block-health h3,
.column-post .wp-block-create-block-block-health h4,
.column-post .wp-block-create-block-block-health h5,
.column-post .wp-block-create-block-block-health h6,
.column-post .wp-block-create-block-block-headache h2,
.column-post .wp-block-create-block-block-headache h3,
.column-post .wp-block-create-block-block-headache h4,
.column-post .wp-block-create-block-block-headache h5,
.column-post .wp-block-create-block-block-headache h6,
.column-post .wp-block-create-block-block-trouble h2,
.column-post .wp-block-create-block-block-trouble h3,
.column-post .wp-block-create-block-block-trouble h4,
.column-post .wp-block-create-block-block-trouble h5,
.column-post .wp-block-create-block-block-trouble h6,
.column-post .wp-block-create-block-block-trouble-two h2,
.column-post .wp-block-create-block-block-trouble-two h3,
.column-post .wp-block-create-block-block-trouble-two h4,
.column-post .wp-block-create-block-block-trouble-two h5,
.column-post .wp-block-create-block-block-trouble-two h6,
.column-post .wp-block-create-block-block-author h2,
.column-post .wp-block-create-block-block-author h3,
.column-post .wp-block-create-block-block-author h4,
.column-post .wp-block-create-block-block-author h5,
.column-post .wp-block-create-block-block-author h6,
.column-post .wp-block-create-block-block-introduction h2,
.column-post .wp-block-create-block-block-introduction h3,
.column-post .wp-block-create-block-block-introduction h4,
.column-post .wp-block-create-block-block-introduction h5,
.column-post .wp-block-create-block-block-introduction h6,
.column-post .wp-block-create-block-block-cause h2,
.column-post .wp-block-create-block-block-cause h3,
.column-post .wp-block-create-block-block-cause h4,
.column-post .wp-block-create-block-block-cause h5,
.column-post .wp-block-create-block-block-cause h6,
.column-post .wp-block-create-block-block-sub-profile h2,
.column-post .wp-block-create-block-block-sub-profile h3,
.column-post .wp-block-create-block-block-sub-profile h4,
.column-post .wp-block-create-block-block-sub-profile h5,
.column-post .wp-block-create-block-block-sub-profile h6,
.column-post .wp-block-create-block-block-sub-flow h2,
.column-post .wp-block-create-block-block-sub-flow h3,
.column-post .wp-block-create-block-block-sub-flow h4,
.column-post .wp-block-create-block-block-sub-flow h5,
.column-post .wp-block-create-block-block-sub-flow h6,
.column-post .wp-block-create-block-block-sub-for-first-time h2,
.column-post .wp-block-create-block-block-sub-for-first-time h3,
.column-post .wp-block-create-block-block-sub-for-first-time h4,
.column-post .wp-block-create-block-block-sub-for-first-time h5,
.column-post .wp-block-create-block-block-sub-for-first-time h6,
.column-post .wp-block-create-block-block-staff-back-color h2,
.column-post .wp-block-create-block-block-staff-back-color h3,
.column-post .wp-block-create-block-block-staff-back-color h4,
.column-post .wp-block-create-block-block-staff-back-color h5,
.column-post .wp-block-create-block-block-staff-back-color h6,
.column-post .wp-block-create-block-block-staff-back-white h2,
.column-post .wp-block-create-block-block-staff-back-white h3,
.column-post .wp-block-create-block-block-staff-back-white h4,
.column-post .wp-block-create-block-block-staff-back-white h5,
.column-post .wp-block-create-block-block-staff-back-white h6,
.column-post .wp-block-create-block-block-sub-wrap-around h2,
.column-post .wp-block-create-block-block-sub-wrap-around h3,
.column-post .wp-block-create-block-block-sub-wrap-around h4,
.column-post .wp-block-create-block-block-sub-wrap-around h5,
.column-post .wp-block-create-block-block-sub-wrap-around h6,
.column-post .wp-block-create-block-block-sub-checkbox h2,
.column-post .wp-block-create-block-block-sub-checkbox h3,
.column-post .wp-block-create-block-block-sub-checkbox h4,
.column-post .wp-block-create-block-block-sub-checkbox h5,
.column-post .wp-block-create-block-block-sub-checkbox h6,
.column-post .wp-block-create-block-block-sub-faq h2,
.column-post .wp-block-create-block-block-sub-faq h3,
.column-post .wp-block-create-block-block-sub-faq h4,
.column-post .wp-block-create-block-block-sub-faq h5,
.column-post .wp-block-create-block-block-sub-faq h6,
.column-post .wp-block-create-block-block-sub-menu-one h2,
.column-post .wp-block-create-block-block-sub-menu-one h3,
.column-post .wp-block-create-block-block-sub-menu-one h4,
.column-post .wp-block-create-block-block-sub-menu-one h5,
.column-post .wp-block-create-block-block-sub-menu-one h6,
.column-post .wp-block-create-block-block-sub-menu-two h2,
.column-post .wp-block-create-block-block-sub-menu-two h3,
.column-post .wp-block-create-block-block-sub-menu-two h4,
.column-post .wp-block-create-block-block-sub-menu-two h5,
.column-post .wp-block-create-block-block-sub-menu-two h6,
.column-post .wp-block-create-block-block-facilities h2,
.column-post .wp-block-create-block-block-facilities h3,
.column-post .wp-block-create-block-block-facilities h4,
.column-post .wp-block-create-block-block-facilities h5,
.column-post .wp-block-create-block-block-facilities h6,
.column-post .wp-block-create-block-block-history h2,
.column-post .wp-block-create-block-block-history h3,
.column-post .wp-block-create-block-block-history h4,
.column-post .wp-block-create-block-block-history h5,
.column-post .wp-block-create-block-block-history h6,
.column-post .wp-block-create-block-block-tab-content h2,
.column-post .wp-block-create-block-block-tab-content h3,
.column-post .wp-block-create-block-block-tab-content h4,
.column-post .wp-block-create-block-block-tab-content h5,
.column-post .wp-block-create-block-block-tab-content h6 {
  font-size: unset;
  font-weight: unset;
  color: unset;
  background-color: unset;
  padding: 0;
  margin: 0;
  border-top: unset;
  border-bottom: unset;
  border-left: unset;
  border-right: unset;
}
.column-post .wp-block-create-block-block-yayoidou h2::before, .column-post .wp-block-create-block-block-yayoidou h3::before, .column-post .wp-block-create-block-block-yayoidou h4::before, .column-post .wp-block-create-block-block-yayoidou h5::before, .column-post .wp-block-create-block-block-yayoidou h6::before,
.column-post .wp-block-create-block-block-time h2::before,
.column-post .wp-block-create-block-block-time h3::before,
.column-post .wp-block-create-block-block-time h4::before,
.column-post .wp-block-create-block-block-time h5::before,
.column-post .wp-block-create-block-block-time h6::before,
.column-post .wp-block-create-block-block-new h2::before,
.column-post .wp-block-create-block-block-new h3::before,
.column-post .wp-block-create-block-block-new h4::before,
.column-post .wp-block-create-block-block-new h5::before,
.column-post .wp-block-create-block-block-new h6::before,
.column-post .wp-block-create-block-block-greeting h2::before,
.column-post .wp-block-create-block-block-greeting h3::before,
.column-post .wp-block-create-block-block-greeting h4::before,
.column-post .wp-block-create-block-block-greeting h5::before,
.column-post .wp-block-create-block-block-greeting h6::before,
.column-post .wp-block-create-block-block-pickup h2::before,
.column-post .wp-block-create-block-block-pickup h3::before,
.column-post .wp-block-create-block-block-pickup h4::before,
.column-post .wp-block-create-block-block-pickup h5::before,
.column-post .wp-block-create-block-block-pickup h6::before,
.column-post .wp-block-create-block-block-menu h2::before,
.column-post .wp-block-create-block-block-menu h3::before,
.column-post .wp-block-create-block-block-menu h4::before,
.column-post .wp-block-create-block-block-menu h5::before,
.column-post .wp-block-create-block-block-menu h6::before,
.column-post .wp-block-create-block-block-symptoms h2::before,
.column-post .wp-block-create-block-block-symptoms h3::before,
.column-post .wp-block-create-block-block-symptoms h4::before,
.column-post .wp-block-create-block-block-symptoms h5::before,
.column-post .wp-block-create-block-block-symptoms h6::before,
.column-post .wp-block-create-block-block-feature h2::before,
.column-post .wp-block-create-block-block-feature h3::before,
.column-post .wp-block-create-block-block-feature h4::before,
.column-post .wp-block-create-block-block-feature h5::before,
.column-post .wp-block-create-block-block-feature h6::before,
.column-post .wp-block-create-block-block-column h2::before,
.column-post .wp-block-create-block-block-column h3::before,
.column-post .wp-block-create-block-block-column h4::before,
.column-post .wp-block-create-block-block-column h5::before,
.column-post .wp-block-create-block-block-column h6::before,
.column-post .wp-block-create-block-block-banner-list h2::before,
.column-post .wp-block-create-block-block-banner-list h3::before,
.column-post .wp-block-create-block-block-banner-list h4::before,
.column-post .wp-block-create-block-block-banner-list h5::before,
.column-post .wp-block-create-block-block-banner-list h6::before,
.column-post .wp-block-create-block-block-slider h2::before,
.column-post .wp-block-create-block-block-slider h3::before,
.column-post .wp-block-create-block-block-slider h4::before,
.column-post .wp-block-create-block-block-slider h5::before,
.column-post .wp-block-create-block-block-slider h6::before,
.column-post .wp-block-create-block-block-contact h2::before,
.column-post .wp-block-create-block-block-contact h3::before,
.column-post .wp-block-create-block-block-contact h4::before,
.column-post .wp-block-create-block-block-contact h5::before,
.column-post .wp-block-create-block-block-contact h6::before,
.column-post .wp-block-create-block-block-infomation h2::before,
.column-post .wp-block-create-block-block-infomation h3::before,
.column-post .wp-block-create-block-block-infomation h4::before,
.column-post .wp-block-create-block-block-infomation h5::before,
.column-post .wp-block-create-block-block-infomation h6::before,
.column-post .wp-block-create-block-block-group h2::before,
.column-post .wp-block-create-block-block-group h3::before,
.column-post .wp-block-create-block-block-group h4::before,
.column-post .wp-block-create-block-block-group h5::before,
.column-post .wp-block-create-block-block-group h6::before,
.column-post .wp-block-create-block-block-sns-links h2::before,
.column-post .wp-block-create-block-block-sns-links h3::before,
.column-post .wp-block-create-block-block-sns-links h4::before,
.column-post .wp-block-create-block-block-sns-links h5::before,
.column-post .wp-block-create-block-block-sns-links h6::before,
.column-post .wp-block-create-block-block-staff h2::before,
.column-post .wp-block-create-block-block-staff h3::before,
.column-post .wp-block-create-block-block-staff h4::before,
.column-post .wp-block-create-block-block-staff h5::before,
.column-post .wp-block-create-block-block-staff h6::before,
.column-post .wp-block-create-block-block-health h2::before,
.column-post .wp-block-create-block-block-health h3::before,
.column-post .wp-block-create-block-block-health h4::before,
.column-post .wp-block-create-block-block-health h5::before,
.column-post .wp-block-create-block-block-health h6::before,
.column-post .wp-block-create-block-block-headache h2::before,
.column-post .wp-block-create-block-block-headache h3::before,
.column-post .wp-block-create-block-block-headache h4::before,
.column-post .wp-block-create-block-block-headache h5::before,
.column-post .wp-block-create-block-block-headache h6::before,
.column-post .wp-block-create-block-block-trouble h2::before,
.column-post .wp-block-create-block-block-trouble h3::before,
.column-post .wp-block-create-block-block-trouble h4::before,
.column-post .wp-block-create-block-block-trouble h5::before,
.column-post .wp-block-create-block-block-trouble h6::before,
.column-post .wp-block-create-block-block-trouble-two h2::before,
.column-post .wp-block-create-block-block-trouble-two h3::before,
.column-post .wp-block-create-block-block-trouble-two h4::before,
.column-post .wp-block-create-block-block-trouble-two h5::before,
.column-post .wp-block-create-block-block-trouble-two h6::before,
.column-post .wp-block-create-block-block-author h2::before,
.column-post .wp-block-create-block-block-author h3::before,
.column-post .wp-block-create-block-block-author h4::before,
.column-post .wp-block-create-block-block-author h5::before,
.column-post .wp-block-create-block-block-author h6::before,
.column-post .wp-block-create-block-block-introduction h2::before,
.column-post .wp-block-create-block-block-introduction h3::before,
.column-post .wp-block-create-block-block-introduction h4::before,
.column-post .wp-block-create-block-block-introduction h5::before,
.column-post .wp-block-create-block-block-introduction h6::before,
.column-post .wp-block-create-block-block-cause h2::before,
.column-post .wp-block-create-block-block-cause h3::before,
.column-post .wp-block-create-block-block-cause h4::before,
.column-post .wp-block-create-block-block-cause h5::before,
.column-post .wp-block-create-block-block-cause h6::before,
.column-post .wp-block-create-block-block-sub-profile h2::before,
.column-post .wp-block-create-block-block-sub-profile h3::before,
.column-post .wp-block-create-block-block-sub-profile h4::before,
.column-post .wp-block-create-block-block-sub-profile h5::before,
.column-post .wp-block-create-block-block-sub-profile h6::before,
.column-post .wp-block-create-block-block-sub-flow h2::before,
.column-post .wp-block-create-block-block-sub-flow h3::before,
.column-post .wp-block-create-block-block-sub-flow h4::before,
.column-post .wp-block-create-block-block-sub-flow h5::before,
.column-post .wp-block-create-block-block-sub-flow h6::before,
.column-post .wp-block-create-block-block-sub-for-first-time h2::before,
.column-post .wp-block-create-block-block-sub-for-first-time h3::before,
.column-post .wp-block-create-block-block-sub-for-first-time h4::before,
.column-post .wp-block-create-block-block-sub-for-first-time h5::before,
.column-post .wp-block-create-block-block-sub-for-first-time h6::before,
.column-post .wp-block-create-block-block-staff-back-color h2::before,
.column-post .wp-block-create-block-block-staff-back-color h3::before,
.column-post .wp-block-create-block-block-staff-back-color h4::before,
.column-post .wp-block-create-block-block-staff-back-color h5::before,
.column-post .wp-block-create-block-block-staff-back-color h6::before,
.column-post .wp-block-create-block-block-staff-back-white h2::before,
.column-post .wp-block-create-block-block-staff-back-white h3::before,
.column-post .wp-block-create-block-block-staff-back-white h4::before,
.column-post .wp-block-create-block-block-staff-back-white h5::before,
.column-post .wp-block-create-block-block-staff-back-white h6::before,
.column-post .wp-block-create-block-block-sub-wrap-around h2::before,
.column-post .wp-block-create-block-block-sub-wrap-around h3::before,
.column-post .wp-block-create-block-block-sub-wrap-around h4::before,
.column-post .wp-block-create-block-block-sub-wrap-around h5::before,
.column-post .wp-block-create-block-block-sub-wrap-around h6::before,
.column-post .wp-block-create-block-block-sub-checkbox h2::before,
.column-post .wp-block-create-block-block-sub-checkbox h3::before,
.column-post .wp-block-create-block-block-sub-checkbox h4::before,
.column-post .wp-block-create-block-block-sub-checkbox h5::before,
.column-post .wp-block-create-block-block-sub-checkbox h6::before,
.column-post .wp-block-create-block-block-sub-faq h2::before,
.column-post .wp-block-create-block-block-sub-faq h3::before,
.column-post .wp-block-create-block-block-sub-faq h4::before,
.column-post .wp-block-create-block-block-sub-faq h5::before,
.column-post .wp-block-create-block-block-sub-faq h6::before,
.column-post .wp-block-create-block-block-sub-menu-one h2::before,
.column-post .wp-block-create-block-block-sub-menu-one h3::before,
.column-post .wp-block-create-block-block-sub-menu-one h4::before,
.column-post .wp-block-create-block-block-sub-menu-one h5::before,
.column-post .wp-block-create-block-block-sub-menu-one h6::before,
.column-post .wp-block-create-block-block-sub-menu-two h2::before,
.column-post .wp-block-create-block-block-sub-menu-two h3::before,
.column-post .wp-block-create-block-block-sub-menu-two h4::before,
.column-post .wp-block-create-block-block-sub-menu-two h5::before,
.column-post .wp-block-create-block-block-sub-menu-two h6::before,
.column-post .wp-block-create-block-block-facilities h2::before,
.column-post .wp-block-create-block-block-facilities h3::before,
.column-post .wp-block-create-block-block-facilities h4::before,
.column-post .wp-block-create-block-block-facilities h5::before,
.column-post .wp-block-create-block-block-facilities h6::before,
.column-post .wp-block-create-block-block-history h2::before,
.column-post .wp-block-create-block-block-history h3::before,
.column-post .wp-block-create-block-block-history h4::before,
.column-post .wp-block-create-block-block-history h5::before,
.column-post .wp-block-create-block-block-history h6::before,
.column-post .wp-block-create-block-block-tab-content h2::before,
.column-post .wp-block-create-block-block-tab-content h3::before,
.column-post .wp-block-create-block-block-tab-content h4::before,
.column-post .wp-block-create-block-block-tab-content h5::before,
.column-post .wp-block-create-block-block-tab-content h6::before {
  display: none;
}
.column-post .wp-block-create-block-block-symptoms .section-bg {
  background-color: var(--main-sectionbg);
}
.column-post .wp-block-create-block-block-symptoms .section-bg .bg-white {
  margin: 0 5%;
}
.column-post .wp-block-create-block-block-contact .section-bg {
  background-color: var(--main-sectionbg);
}
.column-post .wp-block-create-block-block-contact .contact-info__phone {
  -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;
}
.column-post .wp-block-create-block-block-contact .contact-info__phone .small-text {
  width: 100%;
  text-align: center;
}
.column-post .wp-block-create-block-block-contact .contact-section .contact-address {
  font-size: 12px;
}
.column-post .wp-block-create-block-block-contact .number {
  margin-left: 6px;
}

.lowerPage #sb_instagram {
  width: 1000px;
  margin: 60px auto;
}
@media screen and (max-width: 1024px) {
  .lowerPage #sb_instagram {
    width: 90%;
  }
}
.lowerPage #sb_instagram .sb_instagram_header {
  display: none;
}
.lowerPage.column #sb_instagram, .lowerPage.recommender #sb_instagram {
  width: 100%;
}
.lowerPage .wp-block-columns,
.lowerPage .wp-block-buttons {
  width: 1000px;
  margin: 50px auto;
}
@media screen and (max-width: 1024px) {
  .lowerPage .wp-block-columns,
  .lowerPage .wp-block-buttons {
    width: 90%;
  }
}
.lowerPage .wp-block-image {
  margin: 60px auto;
}

.page-errer {
  text-align: center;
}
.page-errer-subtitle {
  font-size: 24px;
  padding: 20px 60px;
  border: 1px solid var(--main-borderColor);
  border-radius: 50px;
  display: inline-block;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .page-errer-subtitle {
    font-size: 18px;
    padding: 15px 40px;
  }
}
.page-errer-title {
  font-size: 107px;
  font-family: "Lato", sans-serif;
  color: var(--main-mainColor);
  opacity: 0.3;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .page-errer-title {
    font-size: 60px;
  }
}
.page-errer-chach {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  margin-bottom: 20px;
  color: var(--main-mainColor);
}
@media screen and (max-width: 600px) {
  .page-errer-chach {
    font-size: 22px;
  }
}
.page-errer-text {
  margin-bottom: 50px;
}
.page-errer-whiteWrap {
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 60px;
}
.page-errer-pickImg {
  width: 80px;
  margin: 0 auto 30px;
}
.page-errer-pickImg img {
  width: 100%;
  height: auto;
}
.page-errer-back {
  padding: 1px 0;
}

.wp-block-create-block-block-tab-content .table-contents li a {
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .wp-block-create-block-block-staff .btn-wrap {
    padding-right: 5%;
  }
}
/** 背景に色があるセクション **/
.banners-list,
.wp-block-create-block-block-pickup,
.wp-block-create-block-block-trouble,
.wp-block-create-block-block-author,
.wp-block-create-block-block-introduction,
.wp-block-create-block-block-sub-for-first-time,
.wp-block-create-block-block-sub-menu-one,
.wp-block-create-block-block-sub-menu-two,
.wp-block-create-block-block-history,
.wp-block-create-block-block-staff-back-color,
.wp-block-create-block-block-menu,
.wp-block-create-block-block-feature,
.wp-block-create-block-block-new {
  background-color: var(--main-sectionbg);
  padding: 50px 0;
}

.wp-block-create-block-block-new {
  padding-bottom: 40px;
}

.wp-block-create-block-block-pickup {
  padding-bottom: 0px;
}

.wp-block-create-block-block-feature {
  padding-bottom: 0px;
}

.wp-block-create-block-block-menu {
  padding-bottom: 0px;
}

.wp-block-create-block-block-sub-for-first-time {
  padding-bottom: 1px;
}

.wp-block-create-block-block-yayoidou {
  padding-bottom: 0px;
}

.wp-block-create-block-block-infomation {
  padding-bottom: 3px;
}

.wp-block-create-block-block-health .imgbox,
.wp-block-create-block-block-headache .imgbox {
  width: 80%;
  margin: 20px auto;
}
@media screen and (max-width: 600px) {
  .wp-block-create-block-block-health .imgbox,
  .wp-block-create-block-block-headache .imgbox {
    width: 100%;
  }
}

.lowerPage .pageStyle > h1 {
  font-size: 32px;
  font-family: var(--fontfamily-serif);
  color: var(--main-fontColor);
  text-align: center;
  font-weight: 700;
  padding: 30px 20px 60px;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
}
.lowerPage .pageStyle > h1.back {
  background-color: var(--main-sectionbg);
}
@media screen and (max-width: 1024px) {
  .lowerPage .pageStyle > h1 {
    padding: 0 5% 40px;
  }
}
@media screen and (max-width: 960px) {
  .lowerPage .pageStyle > h1 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .lowerPage .pageStyle > h1 {
    font-size: 22px;
  }
}
.lowerPage .pageStyle > .english {
  text-align: center;
  font-size: 22px;
  font-family: var(--fontfamily-en-kazari);
  font-weight: 700;
  color: var(--main-mainColor);
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .lowerPage .pageStyle > .english {
    font-size: 20px;
  }
}
.lowerPage .pageStyle > p.back {
  background-color: var(--main-sectionbg);
}

.wp-block-create-block-block-sub-checkbox {
  margin: 50px auto;
}

.wp-block-columns .wp-block-image {
  margin: 0 0;
}

.lowerPage .wp-block-columns figure {
  width: auto;
}

.wp-block-column > .wp-block-columns:first-of-type {
  margin-top: 0;
}
.wp-block-column > .wp-block-columns:last-of-type {
  margin-bottom: 0;
}

.wp-block-create-block-block-greeting .section-title .jp-text {
  font-family: var(--fontfamily-en-kazari), var(--fontfamily-serif);
}

@media screen and (max-width: 600px) {
  .wp-block-buttons > .wp-block-button {
    width: 100% !important;
  }
}

@media screen and (max-width: 960px) {
  .lowerPage .wp-block-columns .wp-block-column .wp-block-image img {
    width: 100% !important;
  }
}

.header {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, var(--main-sectionbg)), to(var(--main-sectionbg)));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, var(--main-sectionbg) 50%, var(--main-sectionbg) 100%);
  background: linear-gradient(180deg, #fff 0%, #fff 50%, var(--main-sectionbg) 50%, var(--main-sectionbg) 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 120px;
  z-index: 10000;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .header {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 60px;
    background: #fff;
  }
}
.header-wrap {
  height: 120px;
}
@media screen and (max-width: 1024px) {
  .header-wrap {
    height: 60px;
  }
}
.header-logo {
  width: 220px;
  margin-left: 30px;
  margin-right: 30px;
  height: 100%;
  overflow: hidden;
  padding: 0 8px;
}
@media screen and (max-width: 1300px) {
  .header-logo {
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .header-logo {
    margin-left: 0;
    margin-right: 0;
    padding-left: 3%;
    padding-right: 0%;
    padding-top: 0;
    background-color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .header-logo {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 410px) {
  .header-logo {
    width: 100px;
  }
}
@media screen and (max-width: 360px) {
  .header-logo {
    width: 90px;
  }
}
.header-logo_link {
  display: block;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header-logo_link {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
.header-logo img {
  max-height: 90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 85%;
  height: 85%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .header-logo img {
    max-height: 55px;
  }
}
.header-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .header-nav {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
.header-nav_upper {
  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;
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 1024px) {
  .header-nav_upper {
    border-bottom: none;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.header-nav_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .header-nav_info {
    padding-right: 0;
  }
}
.header-nav_add {
  font-size: 13px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--main-fontColor);
}
@media screen and (max-width: 1300px) {
  .header-nav_add {
    font-size: 11px;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav_add {
    background-color: var(--main-footerColor);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 3%;
    color: #fff;
    height: 20px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: none;
  }
  .header-nav_add br {
    display: none;
  }
}
.header-nav_telArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .header-nav_telArea {
    height: 60px;
    margin-left: auto;
    margin-right: 0;
    -webkit-box-shadow: 8px 0px 8px -8px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 8px 0px 8px -8px rgba(0, 0, 0, 0.1) inset;
  }
}
.header-nav_telP {
  font-size: 30px;
  font-family: var(--fontfamily-en);
  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;
  font-weight: 700;
  letter-spacing: 0em;
  color: var(--main-fontColor);
}
@media screen and (max-width: 1300px) {
  .header-nav_telP {
    font-size: 18px;
  }
}
.header-nav_telP .img-add {
  width: 25px;
  height: 25px;
  margin-right: 4px;
}
@media screen and (max-width: 1300px) {
  .header-nav_telP .img-add {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav_telP .img-add {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav_telP .text-add {
    display: none;
  }
}
.header-nav_telP .sp-img-add {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-nav_telP .sp-img-add {
    display: block;
    padding: 10px 15px 0;
  }
}
@media screen and (max-width: 400px) {
  .header-nav_telP .sp-img-add {
    padding: 10px 10px 0;
  }
}
.header-nav_telP .sp-img-add .imgBox {
  width: 16px;
  height: 16px;
  margin: 0 auto;
}
.header-nav_telP .sp-img-add .textBox {
  font-size: 10px;
  color: var(--main-fontColor);
  display: block;
  margin-top: 5px;
}
.header-nav_hours {
  font-size: 12px;
  margin-left: 5px;
  position: relative;
  padding-left: 10px;
  line-height: 1.3;
  color: var(--main-fontColor);
}
@media screen and (max-width: 1300px) {
  .header-nav_hours {
    padding-left: 30px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav_hours {
    display: none;
  }
}
.header-nav_bthArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .header-nav_bthArea {
    margin-right: 0;
  }
}
.header-nav_bthArea .btnStyle {
  padding: 12px 15px;
  font-family: var(--fontfamily-en);
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  min-width: 165px;
}
@media screen and (max-width: 1200px) {
  .header-nav_bthArea .btnStyle {
    font-size: 12px;
    min-width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav_bthArea .btnStyle {
    display: block;
    padding: 15px 15px 0;
    height: 100%;
    border-radius: 0;
    min-width: 0px;
  }
}
@media screen and (max-width: 400px) {
  .header-nav_bthArea .btnStyle {
    padding: 15px 6px 0;
  }
}
.header-nav_bthArea .btnStyle .img-add {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .header-nav_bthArea .btnStyle .img-add {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav_bthArea .btnStyle .img-add {
    margin: 0 auto;
    width: 16px;
    height: 16px;
  }
}
.header-nav_bthArea .btnStyle .text-add {
  display: block;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .header-nav_bthArea .btnStyle .text-add {
    font-size: 10px;
    margin-top: 5px;
  }
}
.header-nav_bthArea .white {
  background-color: #fff;
}
.header-nav_bthArea .lineColor {
  background-color: var(--main-lineColor);
  color: var(--main-mainColorFont);
}
.header-nav_bthArea .themeColor {
  background-color: var(--main-mainColor);
  color: var(--main-mainColorFont);
}
.header-nav_bthArea-ipadPro {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-nav_bthArea-ipadPro {
    display: block;
  }
}
.header-nav_under {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .header-nav_under .header-nav_bthArea {
    display: none;
  }
}
.header .under-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .header .under-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 25px 3%;
    padding-bottom: 70px;
    width: 100%;
  }
}
.header .under-list_parent {
  padding: 0;
  padding-top: 0;
  height: 60px;
}
@media screen and (max-width: 1300px) {
  .header .under-list_parent {
    padding: 15px 15px 0;
  }
}
@media screen and (max-width: 1200px) {
  .header .under-list_parent {
    padding: 15px 12px 0;
  }
}
@media screen and (max-width: 1024px) {
  .header .under-list_parent {
    height: auto;
    width: 100%;
    padding: 0;
    background-color: var(--main-sectionbg);
    border-bottom: 1px solid var(--main-mainColor);
  }
}
@media screen and (min-width: 1025px) {
  .header .under-list_parent {
    position: relative;
  }
  .header .under-list_parent:hover {
    background-color: var(--main-fontColor);
  }
  .header .under-list_parent:hover .link-text {
    color: var(--main-mainColorFont);
  }
  .header .under-list_parent:hover.addLayer .link-text::after {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid var(--main-mainColorFont);
    border-right: 1px solid var(--main-mainColorFont);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .under-list_parent:hover > .childElementMenu {
    display: block;
  }
}
.header .under-list_parent .link-text {
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 0.04em;
  padding: 15px 20px 0;
  height: 100%;
  display: block;
}
@media screen and (max-width: 1200px) {
  .header .under-list_parent .link-text {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .header .under-list_parent .link-text {
    color: var(--main-fontColor);
    display: block;
    padding: 15px 3%;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.08em;
    height: auto;
  }
  .header .under-list_parent .link-text::after {
    content: "";
    display: block;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--main-fontColor);
    border-right: 2px solid var(--main-fontColor);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 4%;
    top: 25px;
  }
}
@media screen and (max-width: 600px) {
  .header .under-list_parent .link-text::after {
    right: 5%;
  }
}
.header .under-list_parent.addLayer .link-text {
  position: relative;
  padding-right: 12px;
  color: var(--main-fontColor);
  padding: 15px 25px 0 20px;
}
.header .under-list_parent.addLayer .link-text:after {
  content: "";
  display: block;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid var(--main-fontColor);
  border-right: 2px solid var(--main-fontColor);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 13px;
  top: 21px;
}
@media screen and (max-width: 1024px) {
  .header .under-list_parent.addLayer .link-text {
    color: var(--main-fontColor);
    padding: 18px 3%;
  }
  .header .under-list_parent.addLayer .link-text::before {
    content: "";
    display: block;
    background-color: var(--main-fontColor);
    width: 2px;
    height: 14px;
    position: absolute;
    right: 4%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .under-list_parent.addLayer .link-text::after {
    content: "";
    display: block;
    border-bottom: none;
    border-right: none;
    border-top: none;
    background-color: var(--main-fontColor);
    width: 14px;
    height: 2px;
    position: absolute;
    right: calc(4% - 6px);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .under-list_parent.addLayer .link-text.btnOn::before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header .under-list_parent.addLayer .link-text::before {
    right: 5%;
  }
  .header .under-list_parent.addLayer .link-text::after {
    right: calc(5% - 6px);
  }
}
.header .under-list_parent.addLayer:hover .link-text {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .header .under-list_parent.addLayer:hover .link-text {
    color: var(--main-fontColor);
  }
}
.header .under-list .childElementMenu {
  display: none;
  color: var(--main-fontColor);
  padding: 0;
  position: absolute;
  top: 60px;
  left: 0;
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .header .under-list .childElementMenu {
    position: static;
    padding: 0;
    width: 100%;
  }
}
.header .under-list .childElementMenu-wrap {
  height: calc(100vh - 125px);
  overflow: scroll;
}
@media screen and (max-width: 1024px) {
  .header .under-list .childElementMenu-wrap {
    height: auto;
    overflow: unset;
  }
}
.header .under-list .childElementMenu-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 30px 0;
  background-color: #fff;
  z-index: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #f4f4f4;
}
@media screen and (max-width: 1024px) {
  .header .under-list .childElementMenu-flex {
    padding: 10px 0;
    border-left: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    margin-bottom: 15px;
  }
}
.header .under-list .childElementMenu-Box {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header .under-list .childElementMenu-Box {
    width: 100%;
    padding: 0;
    border-right: none;
    margin-bottom: 6px;
  }
}
.header .under-list .childElementMenu-Box:hover {
  background-color: var(--main-sectionbg);
}
.header .under-list .childElementMenu-Box:hover .childElementMenu-Box_list_wrap {
  display: block;
}
@media screen and (max-width: 1024px) {
  .header .under-list .childElementMenu-Box:hover .childElementMenu-Box_list_wrap {
    display: none;
  }
}
.header .under-list .childElementMenu-Box_title {
  font-size: 14px;
  font-weight: 700;
  color: var(--main-fontColor);
  padding: 12px 50px;
  display: block;
  position: relative;
}
.header .under-list .childElementMenu-Box_title.addPlus::after {
  content: "";
  display: block;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--main-fontColor);
  border-right: 1px solid var(--main-fontColor);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .header .under-list .childElementMenu-Box_title {
    background-color: #fff;
    padding: 10px 20px;
    display: block;
    font-weight: 500;
    font-size: 13px;
  }
  .header .under-list .childElementMenu-Box_title::after {
    content: "";
    display: block;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--main-fontColor);
    border-right: 2px solid var(--main-fontColor);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 4%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 1024px) {
  .header .under-list .childElementMenu-Box_title {
    position: relative;
  }
  .header .under-list .childElementMenu-Box_title.addPlus::before {
    content: "";
    display: block;
    background-color: var(--main-fontColor);
    width: 2px;
    height: 14px;
    position: absolute;
    right: 4.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .under-list .childElementMenu-Box_title.addPlus::after {
    content: "";
    display: block;
    border-bottom: none;
    border-right: none;
    border-top: none;
    background-color: var(--main-fontColor);
    width: 14px;
    height: 2px;
    position: absolute;
    right: calc(4.5% - 6px);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .under-list .childElementMenu-Box_title.addPlus.btnOn::before {
    display: none;
  }
}
.header .under-list .childElementMenu-Box_list_wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 300px;
  width: 300px;
  height: calc(100vh - 125px);
  overflow: scroll;
}
@media screen and (max-width: 1024px) {
  .header .under-list .childElementMenu-Box_list_wrap {
    height: auto;
    position: static;
    overflow: unset;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .header .under-list .childElementMenu-Box_list_wrap {
    padding: 10px 0;
    display: none;
  }
}
.header .under-list .childElementMenu-Box_list {
  padding: 30px 0;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 4px 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 0 8px rgba(0, 0, 0, 0.1);
  background-color: var(--main-sectionbg);
}
@media screen and (max-width: 1024px) {
  .header .under-list .childElementMenu-Box_list {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding: 0;
  }
}
.header .under-list .childElementMenu-Box_list li {
  width: 100%;
}
.header .under-list .childElementMenu-Box_list a {
  font-size: 14px;
  color: var(--main-fontColor);
  position: relative;
  font-weight: 700;
  display: block;
  line-height: 1.8;
  padding: 12px 50px;
}
.header .under-list .childElementMenu-Box_list a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .header .under-list .childElementMenu-Box_list a {
    padding: 10px 20px;
    padding-left: 30px;
    font-size: 14px;
    display: block;
    font-weight: 500;
    font-size: 13px;
  }
  .header .under-list .childElementMenu-Box_list a::after {
    content: "";
    display: block;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--main-fontColor);
    border-right: 2px solid var(--main-fontColor);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 4%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

/* ハンバーガーメニュー */
body.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.menuBtn {
  display: block;
}
@media screen and (max-width: 1024px) {
  .menuBtn {
    width: 65px;
  }
}

#nav-drawer {
  position: relative;
}

.nav-unshown {
  display: none;
}

#nav-open {
  display: none;
}
@media screen and (max-width: 1024px) {
  #nav-open {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: relative;
    z-index: 10000;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    right: 0;
    margin-bottom: 0;
    -webkit-animation: menuBtnMove 0.2s ease-in-out forwards;
            animation: menuBtnMove 0.2s ease-in-out forwards;
    margin: 0 auto;
  }
}

#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 1px;
  width: 22px;
  background: var(--main-fontColor);
  display: block;
  content: "";
  cursor: pointer;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  top: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#nav-open span:before,
#nav-open span:after {
  background: var(--main-fontColor);
}

#nav-open span:before {
  top: 6px;
}

#nav-open span:after {
  top: 12px;
}

#nav-close {
  display: none;
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

#nav-content {
  display: block;
}
@media screen and (max-width: 1024px) {
  #nav-content {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: calc(100% - 60px);
    background: var(--main-sectionbg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    overflow: auto;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #nav-content {
    overflow: auto;
  }
}
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: 0.7;
  top: 60px;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  top: 60px;
}

#nav-input:checked ~ #nav-open span {
  background: transparent;
}

#nav-input:checked ~ #nav-open span:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 6px;
  right: 0;
  background: var(--main-fontColor);
}

#nav-input:checked ~ #nav-open span:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 6px;
  right: 0;
  background: var(--main-fontColor);
}

.nav-contentWap {
  padding: 120px 0 3%;
  position: relative;
}

@-webkit-keyframes menuBtnMove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menuBtnMove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes navMove {
  0% {
    height: 0;
  }
  100% {
    height: auto;
  }
}
@keyframes navMove {
  0% {
    height: 0;
  }
  100% {
    height: auto;
  }
}
/* ハンバーガーメニュー END */
.header_fixedArea {
  position: fixed;
  bottom: 11%;
  right: 0;
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  .header_fixedArea {
    display: block;
    top: auto;
    bottom: 0;
    width: 100%;
  }
}
.header_fixedArea .header-nav_bthArea {
  display: block;
  font-size: 13px;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .header_fixedArea .header-nav_bthArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    padding: 5px;
    background-color: #fff;
  }
}
.header_fixedArea .header-nav_bthArea .btnStyle {
  height: auto;
  padding: 15px 0;
  width: 45px;
  border-radius: 10px 0 0 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .header_fixedArea .header-nav_bthArea .btnStyle {
    width: auto;
    height: 40px;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    text-orientation: unset;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 4px;
    margin-bottom: 0;
  }
  .header_fixedArea .header-nav_bthArea .btnStyle:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media screen and (max-width: 1024px) {
  .header_fixedArea .header-nav_bthArea .btnStyle .img-add {
    margin: 0;
    margin-right: 6px;
  }
}
@media screen and (max-width: 1024px) {
  .header_fixedArea .header-nav_bthArea .btnStyle .text-add {
    font-size: 13px;
    margin-top: 0;
  }
}
.header_fixedArea .header-nav_bthArea .sp_tel {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header_fixedArea .header-nav_bthArea .sp_tel {
    padding: 0 30px;
    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;
    background-color: #fff;
    border: 1px solid var(--main-fontColor);
    border-radius: 4px;
  }
}
.header_fixedArea .header-nav_bthArea .sp_tel .img-add {
  width: 16px;
  height: 16px;
  margin: 0 auto;
}

.popupClick {
  cursor: pointer;
}

.popupArea {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
}
.popupArea .popupCloseBack {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.popupArea .popupArea-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  background-color: var(--main-sectionbg);
  padding: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .popupArea .popupArea-box {
    min-width: 90%;
  }
}
.popupArea .popupArea-box_btn {
  display: block;
}
.popupArea .popupArea-box_btn .common-btn {
  display: block;
  margin: 20px auto 0;
  border-radius: 50px;
}
.popupArea .popupArea-title {
  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;
}
.popupArea .popupArea-title .img-add {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: none;
}
.popupArea .popupArea-title .text-add {
  font-family: var(--fontfamily-en);
  font-size: 22px;
  font-weight: 700;
  color: var(--main-fontColor);
}
.popupArea .popupCloseBtn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 25px;
}
.popupArea .popupCloseBtn-style {
  position: relative;
}
.popupArea .popupCloseBtn::before {
  content: "";
  display: block;
  background-color: var(--main-fontColor);
  width: 2px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.popupArea .popupCloseBtn::after {
  content: "";
  display: block;
  border-bottom: none;
  border-right: none;
  border-top: none;
  background-color: var(--main-fontColor);
  width: 22px;
  height: 2px;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.footer {
  background-color: var(--main-footerColor);
  padding: 60px 0 10px;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-top: 0;
    padding: 60px 0 60px;
  }
}
.footer-nav_Box {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--main-footerfontColor);
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box {
    padding: 0;
    margin-bottom: 0;
    display: block;
  }
}
.footer-nav_Box:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box:last-of-type {
    border-bottom: 1px solid var(--main-footerfontColor);
  }
}
.footer-nav_Box .box-title {
  width: 170px;
  font-size: 16px;
  font-weight: 700;
  color: var(--main-footerfontColor);
  line-height: 1.6;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box .box-title {
    width: 100%;
    display: block;
    padding: 15px 0;
    border-left: none;
  }
}
.footer-nav_Box .link-text:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box .link-text {
    color: var(--main-mainColorFont);
    position: relative;
  }
  .footer-nav_Box .link-text::after {
    content: "";
    display: block;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--main-mainColorFont);
    border-right: 1px solid var(--main-mainColorFont);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 2%;
    top: 25px;
  }
}
@media screen and (max-width: 600px) {
  .footer-nav_Box .link-text::after {
    right: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box.addLayer .link-text {
    color: var(--main-mainColorFont);
  }
  .footer-nav_Box.addLayer .link-text::before {
    content: "";
    display: block;
    background-color: var(--main-mainColorFont);
    width: 2px;
    height: 14px;
    position: absolute;
    right: 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer-nav_Box.addLayer .link-text::after {
    content: "";
    display: block;
    border-bottom: none;
    border-right: none;
    border-top: none;
    background-color: var(--main-mainColorFont);
    width: 14px;
    height: 2px;
    position: absolute;
    right: calc(3% - 6px);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer-nav_Box.addLayer .link-text.btnOn::before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .footer-nav_Box.addLayer .link-text::before {
    right: 3%;
  }
  .footer-nav_Box.addLayer .link-text::after {
    right: calc(3% - 6px);
  }
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box .childElementMenu {
    display: none;
  }
}
.footer-nav_Box .box-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-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box .box-list {
    width: 100%;
    padding: 0 3% 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-nav_Box .box-list > li {
  margin-bottom: 3px;
  width: 25%;
  padding: 0 20px;
  margin-bottom: 20px;
}
.footer-nav_Box .box-list > li:nth-of-type(4n) {
  border-right: none;
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box .box-list > li {
    width: 48%;
    margin-bottom: 6px;
    padding: 0;
    border-right: unset;
  }
}
.footer-nav_Box .box-list > li .footer-childElementMenu {
  font-size: 13px;
  font-weight: 700;
  color: var(--main-footerfontColor);
}
.footer-nav_Box .box-list > li .footer-childElementMenu:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box .box-list > li .footer-childElementMenu {
    padding: 10px 15px;
    font-size: 14px;
    display: block;
    font-weight: 500;
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box .box-list > li .footer-childElementMenu {
    position: relative;
  }
  .footer-nav_Box .box-list > li .footer-childElementMenu.addPlus::before {
    content: "";
    display: block;
    background-color: var(--main-mainColorFont);
    width: 2px;
    height: 14px;
    position: absolute;
    right: 2%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer-nav_Box .box-list > li .footer-childElementMenu.addPlus::after {
    content: "";
    display: block;
    border-bottom: none;
    border-right: none;
    border-top: none;
    background-color: var(--main-mainColorFont);
    width: 14px;
    height: 2px;
    position: absolute;
    right: calc(2% - 6px);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer-nav_Box .box-list > li .footer-childElementMenu.addPlus.btnOn::before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .footer-nav_Box .box-list > li .footer-childElementMenu::before {
    right: 5%;
  }
  .footer-nav_Box .box-list > li .footer-childElementMenu::after {
    right: calc(5% - 6px);
  }
}
.footer-nav_Box .box-list .childElementMenu-Box_list_wrap {
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box .box-list .childElementMenu-Box_list_wrap {
    display: none;
    margin-top: 0;
  }
}
.footer-nav_Box .box-list .childElementMenu-Box_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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-nav_Box .box-list .childElementMenu-Box_list li {
  width: 100%;
  margin-bottom: 6px;
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box .box-list .childElementMenu-Box_list li {
    width: 100%;
    margin-bottom: 0;
  }
}
.footer-nav_Box .box-list .childElementMenu-Box_list a {
  position: relative;
  padding-left: 15px;
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: var(--main-footerfontColor);
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box .box-list .childElementMenu-Box_list a {
    padding: 5px 0 5px 15px;
  }
}
.footer-nav_Box .box-list .childElementMenu-Box_list a::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box .box-list .childElementMenu-Box_list a::before {
    top: 20px;
  }
}
.footer-logo {
  display: block;
  width: 200px;
  margin: 40px auto 0;
}
.footer-logo img {
  width: 100%;
  height: auto;
}
.footer-copyright {
  text-align: center;
  color: var(--main-footerfontColor);
  font-size: 12px;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .footer-copyright {
    font-size: 12px;
  }
}

.pageTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .pageTop {
    bottom: 55px;
    right: 0px;
    border-radius: 4px 0 0 4px;
    width: 35px;
    height: 35px;
    background-color: var(--main-mainColor);
  }
}
.pageTop span {
  color: var(--main-mainColor);
  margin-top: 22px;
  display: block;
  position: relative;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .pageTop span {
    font-size: 0;
    color: var(--main-mainColorFont);
  }
}
.pageTop span::after {
  content: "";
  display: block;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--main-mainColor);
  border-right: 1px solid var(--main-mainColor);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .pageTop span::after {
    top: 50%;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--main-mainColorFont);
    border-right: 1px solid var(--main-mainColorFont);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}

.elements4-punctuation {
  height: 14px;
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) {
  .elements4-punctuation {
    width: 90%;
    overflow: hidden;
    padding: 7% 0;
  }
}
.elements4-punctuation-wrap {
  background-color: var(--main-sectionbg);
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 600px) {
  .elements4-punctuation-wrap {
    padding-bottom: 5%;
    padding-top: 5%;
  }
}
@media screen and (max-width: 960px) {
  .elements4-punctuation #linefooter {
    width: 133%;
  }
}
@media screen and (max-width: 600px) {
  .elements4-punctuation #linefooter {
    width: 260%;
  }
}
.elements4-punctuation #linefooter path {
  fill: var(--main-mainColor);
}

.breadcrumbs {
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs {
    margin-top: 0;
    background-color: var(--main-sectionbg);
  }
}
.breadcrumbs .breadcrumb__list {
  display: block;
  line-height: 1.2;
}
.breadcrumbs .breadcrumb__list .breadcrumb__item {
  font-size: 11px;
  color: var(--main-fontColor);
  line-height: 1.5;
  display: inline;
}
.breadcrumbs .breadcrumb__list .breadcrumb__item a {
  font-size: 11px;
  text-decoration: none;
  color: var(--main-fontColor);
}
.breadcrumbs .breadcrumb__list .breadcrumb__item a::after {
  content: "";
  display: inline-block;
  margin: 0px 10px 0 8px;
  width: 8px;
  height: 8px;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-top: 1px solid var(--main-fontColor);
  border-right: 1px solid var(--main-fontColor);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
}
.breadcrumbs .breadcrumb__list .breadcrumb__item a:hover {
  text-decoration: underline;
}
.breadcrumbs .breadcrumb__list .breadcrumb__item > span::after {
  content: "";
  display: inline-block;
  margin: 0px 10px 0 8px;
  width: 8px;
  height: 8px;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-top: 1px solid var(--main-fontColor);
  border-right: 1px solid var(--main-fontColor);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
}
.breadcrumbs .breadcrumb ul {
  display: block;
  line-height: 1.2;
}
.breadcrumbs .breadcrumb ul li {
  font-size: 11px;
  color: var(--main-fontColor);
  line-height: 1.5;
  display: inline;
}
.breadcrumbs .breadcrumb ul li a {
  font-size: 11px;
  text-decoration: none;
  color: var(--main-fontColor);
}
.breadcrumbs .breadcrumb ul li a::after {
  content: "";
  display: inline-block;
  margin: 0px 10px 0 8px;
  width: 8px;
  height: 8px;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-top: 1px solid var(--main-fontColor);
  border-right: 1px solid var(--main-fontColor);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
}
.breadcrumbs .breadcrumb ul li a:hover {
  text-decoration: underline;
}

.pageStyle > p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}
.pageStyle .wp-block-quote p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}
.pageStyle > h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: var(--main-mainColor);
  padding: 10px 20px;
  margin: 50px 0 30px;
}
.pageStyle > h3 {
  color: var(--main-mainColor);
  border-top: 1px solid var(--main-mainColor);
  border-bottom: 1px solid var(--main-mainColor);
  font-size: 22px;
  font-weight: 700;
  padding: 10px 20px;
  margin: 40px 0 30px;
}
.pageStyle > h4 {
  font-size: 22px;
  font-weight: 700;
  color: var(--main-mainColor);
  padding: 10px 20px;
  margin: 40px 0 30px;
  position: relative;
}
.pageStyle > h4::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-mainColor);
  opacity: 0.25;
  z-index: -1;
}
.pageStyle > h5 {
  font-size: 22px;
  font-weight: 700;
  color: var(--main-mainColor);
  padding: 10px 20px;
  margin: 40px 0 30px;
  position: relative;
}
.pageStyle > h5::before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  z-index: -1;
  background-color: var(--main-mainColor);
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pageStyle > h5::after {
  content: "";
  display: block;
  height: 2px;
  width: 30%;
  z-index: 0;
  background-color: var(--main-mainColor);
  position: absolute;
  bottom: 0;
  left: 0;
}
.pageStyle > h6 {
  font-size: 22px;
  font-weight: 700;
  color: var(--main-mainColor);
  margin: 40px 0 30px;
  padding: 0 20px;
}
.pageStyle figure {
  margin: 30px auto;
  width: 80%;
}
.pageStyle figure.wp-block-table {
  width: 100%;
}
.pageStyle figcaption {
  font-size: 20px;
  text-align: center;
  opacity: 1;
}
.pageStyle .wp-block-table td, .pageStyle .wp-block-table th {
  border-color: var(--main-borderColor);
  border-left: none;
  border-right: none;
  padding: 0.8em 1.2em;
}
.pageStyle .wp-block-table thead,
.pageStyle .wp-block-table tfoot {
  background-color: var(--main-sectionbg);
  font-weight: 700;
  text-align: left;
}
.pageStyle .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--main-sectionbg);
}
.pageStyle > ul > li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}
.pageStyle > ul > li::before {
  content: "●";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 12px;
  color: var(--main-mainColor);
}
.pageStyle > iframe {
  display: block;
  margin-bottom: 40px;
  margin-top: 40px;
}

.pageStyle > p, .pageStyle .wp-block-quote p, .pageStyle > h2, .pageStyle > h3, .pageStyle > h4, .pageStyle > h5, .pageStyle > h6, .pageStyle figure, .pageStyle figure.wp-block-table, .pageStyle figcaption, .pageStyle .wp-block-table thead,
.pageStyle .wp-block-table tfoot, .pageStyle .wp-block-table.is-style-stripes tbody tr:nth-child(odd), .pageStyle > ul > li, .pageStyle > iframe {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .pageStyle > p, .pageStyle .wp-block-quote p, .pageStyle > h2, .pageStyle > h3, .pageStyle > h4, .pageStyle > h5, .pageStyle > h6, .pageStyle figure, .pageStyle figure.wp-block-table, .pageStyle figcaption, .pageStyle .wp-block-table thead,
  .pageStyle .wp-block-table tfoot, .pageStyle .wp-block-table.is-style-stripes tbody tr:nth-child(odd), .pageStyle > ul > li, .pageStyle > iframe {
    width: 90%;
  }
}

.content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.content-column_main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .content-column_main {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.content-column_main .boxwrap {
  width: 100%;
}
.content-column_sidebar {
  width: 265px;
  margin-left: 50px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .content-column_sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 960px) {
  .content-column_sidebar {
    margin-bottom: 50px;
  }
}
.content-column_sidebar .section-title {
  margin: 0 0 20px;
}
.content-column_sidebar .section-title__inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.content-column_sidebar .section-title .jp-text {
  font-size: 18px;
}
.content-column_sidebar .section-title .line {
  width: 15px;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0 5px;
  background-color: var(--main-mainColor);
}
.content-column_sidebar .section-title .en-text {
  font-size: 13px;
}
.content-column_sidebar .section-title__inner {
  background-color: var(--main-sectionbg);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 5px 15px;
}

.sidebar-taxonomy-list-top .taxonomy-list-item {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid var(--main-mainColor);
}
.sidebar-taxonomy-list-top .taxonomy-list-item:first-of-type {
  padding-top: 0;
}
.sidebar-taxonomy-list-top .taxonomy-list-item a {
  display: inline-block;
  font-size: 13px;
}
.sidebar-taxonomy-list-top .taxonomy-list-item a:hover {
  text-decoration: underline;
}
.sidebar-taxonomy-list-top .taxonomy-list-item .taxonomy-list-child {
  margin-top: 6px;
}
.sidebar-taxonomy-list-top .taxonomy-list-item .taxonomy-list-child .taxonomy-list-item {
  padding: 0;
  border-bottom: unset;
}
.sidebar-taxonomy-list-top .taxonomy-list-item .taxonomy-list-child .taxonomy-list-item > a {
  position: relative;
  padding-left: 20px;
}
.sidebar-taxonomy-list-top .taxonomy-list-item .taxonomy-list-child .taxonomy-list-item > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 12px;
  width: 4px;
  height: 1px;
  background-color: var(--main-fontColor);
}
.sidebar-recent-posts {
  margin-top: 40px;
}
.sidebar-recent-posts .recent-posts-item {
  margin-bottom: 20px;
}
.sidebar-recent-posts .recent-posts-thumbnail {
  width: 95px;
}
.sidebar-recent-posts .recent-posts-thumbnail img {
  width: 100%;
  height: 4.5em;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.sidebar-recent-posts .recent-posts-titleWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sidebar-recent-posts .recent-posts-title {
  margin-left: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
}
.sidebar-recent-posts .recent-posts-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-search-form {
  margin-top: 40px;
  background-color: var(--main-sectionbg);
}
.sidebar-search-form .section-title {
  margin-bottom: 0;
}
.sidebar-search-form_wrap {
  padding: 15px;
}
.sidebar-search-form form {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  position: relative;
}
.sidebar-search-form input[type=search],
.sidebar-search-form input[type=submit],
.sidebar-search-form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  text-align: inherit;
  color: inherit;
}
.sidebar-search-form input[type=search] {
  background-color: #fff;
  padding: 12px 15px;
  padding-right: 35px;
  font-size: 13px;
  width: 100%;
  position: relative;
}
.sidebar-search-form .search-form-submit {
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.sidebar-search-form .search-form-submit path {
  fill: var(--main-fontColor);
}

.column.boxwrap {
  width: 1150px;
}
@media screen and (max-width: 1200px) {
  .column.boxwrap {
    width: 90%;
  }
}
.column-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  color: var(--main-fontColor);
}
.column-date {
  font-size: 14px;
  font-family: var(--fontfamily-en);
  margin-bottom: 10px;
}
.column-taxonomy-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.column-taxonomy-list .taxonomy-item {
  margin-bottom: 5px;
  margin-right: 5px;
  display: block;
  padding-left: 0;
}
.column-taxonomy-list .taxonomy-item::before {
  display: none;
}
.column-taxonomy-list .taxonomy-link {
  background-color: var(--main-mainColor);
  color: var(--main-mainColorFont);
  font-size: 12px;
  padding: 2px 14px;
  border-radius: 50px;
  display: block;
}
.column-thumbnail {
  width: 100%;
  margin: 30px auto;
}
@media screen and (max-width: 960px) {
  .column-thumbnail {
    width: 100%;
  }
}
.column-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.column-post p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}
.column-post p > a {
  color: var(--main-mainColor);
  text-decoration: underline;
}
.column-post h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 50px 0 30px;
  color: var(--main-fontColor);
}
.column-post h3 {
  color: var(--main-fontColor);
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 30px;
}
.column-post h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--main-fontColor);
  padding-left: 10px;
  border-left: 3px solid var(--main-fontColor);
  margin: 40px 0 30px;
  position: relative;
}
.column-post h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--main-fontColor);
  padding: 10px 20px;
  margin: 40px 0 30px;
  position: relative;
}
.column-post h5::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  z-index: -1;
}
.column-post h6 {
  font-size: 16px;
  font-weight: 700;
  color: var(--main-fontColor);
  margin: 40px 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--main-fontColor);
}
.column-post figure {
  margin: 30px auto;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .column-post figure {
    width: 100%;
  }
}
.column-post figure.wp-block-table {
  width: 100%;
}
.column-post figure.wp-block-image img {
  width: 100%;
}
.column-post figure img {
  border-radius: 10px;
}
.column-post figcaption {
  text-align: center;
  opacity: 0.7;
}
.column-post .wp-block-table td, .column-post .wp-block-table th {
  border-color: var(--main-mainColor);
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 0.8em 1.2em;
}
.column-post .wp-block-table td:first-of-type {
  color: var(--main-fontColor);
}
.column-post .wp-block-table thead,
.column-post .wp-block-table tfoot {
  font-weight: 700;
  text-align: left;
  color: var(--main-fontColor);
}
.column-post .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--main-sectionbg);
}
.column-post li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}
.column-post li::before {
  content: "●";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 12px;
  color: var(--main-mainColor);
}
.column .share-buttons {
  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;
}
.column .share-buttons .share-button {
  display: block;
  width: 60px;
  margin: 0 15px;
}
.column .share-buttons .share-button img {
  width: 100%;
  height: auto;
}
.column .share-buttons_wrap {
  margin-top: 60px;
  text-align: center;
  background-color: #f4f4f4;
  padding: 40px;
  border-radius: 10px;
}
.column .share-buttons_title {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 0 30px;
  margin-bottom: 20px;
}
.column .share-buttons_title .en {
  font-size: 16px;
  font-family: var(--fontfamily-en-kazari);
  font-weight: 700;
  color: var(--main-mainColor);
}
@media screen and (max-width: 600px) {
  .column .share-buttons_title .en {
    font-size: 14px;
  }
}
.column .author-info {
  border-top: 1px solid var(--main-mainColor);
  border-bottom: 1px solid var(--main-mainColor);
  padding: 30px;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .column .author-info {
    -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;
  }
}
.column .author-info_title {
  font-size: 16px;
  font-family: var(--fontfamily-en-kazari);
  font-weight: 700;
  color: var(--main-mainColor);
  margin-right: 30px;
}
@media screen and (max-width: 960px) {
  .column .author-info_title {
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .column .author-info_title {
    font-size: 14px;
  }
}
.column .author-details {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960px) {
  .column .author-details {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.column .author-avatar {
  width: 130px;
  height: 130px;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .column .author-avatar {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.column .author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.column .author-name {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 15px;
}
@media screen and (max-width: 960px) {
  .column .author-name {
    text-align: center;
  }
}
.column .author-description {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960px) {
  .column .author-description {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin-top: 10px;
  }
}
.column .related-posts {
  margin-top: 60px;
}
.column .related-posts-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .column .related-posts-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.column .related-posts-item {
  width: 31.3%;
  margin-right: 3%;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .column .related-posts-item {
    width: 48%;
    margin-right: 0;
  }
}
.column .related-posts-item:nth-of-type(3n) {
  margin-right: 0;
}
.column .related-posts-thumbnail {
  height: 12em;
  overflow: hidden;
}
.column .related-posts-thumbnail a {
  display: block;
}
.column .related-posts-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 12em;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
.column .related-posts-content {
  margin-top: 10px;
}
.column .related-posts-terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.column .related-posts-terms a {
  display: block;
  background-color: var(--main-mainColor);
  padding: 0px 12px;
  color: var(--main-mainColorFont);
  font-size: 12px;
  border-radius: 50px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.column .related-posts-link {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.column .banners-list,
.column .wp-block-create-block-block-pickup,
.column .wp-block-create-block-block-trouble,
.column .wp-block-create-block-block-author,
.column .wp-block-create-block-block-introduction,
.column .wp-block-create-block-block-sub-for-first-time,
.column .wp-block-create-block-block-sub-menu-one,
.column .wp-block-create-block-block-sub-menu-two,
.column .wp-block-create-block-block-history,
.column .wp-block-create-block-block-staff-back-color,
.column .wp-block-create-block-block-menu,
.column .wp-block-create-block-block-yayoidou,
.column .wp-block-create-block-block-symptoms .section-bg,
.column .wp-block-create-block-block-feature .features-section,
.column .wp-block-create-block-block-slider .mv-section,
.column .wp-block-create-block-block-contact .section-bg,
.column .wp-block-create-block-block-infomation,
.column .wp-block-create-block-block-group,
.column .wp-block-create-block-block-sns-links {
  background-color: transparent;
}
.column .wp-block-create-block-block-sub-menu-two .price-table li {
  background-color: var(--main-sectionbg);
  margin-bottom: 20px;
}
.column .wp-block-create-block-block-staff,
.column .wp-block-create-block-block-contact,
.column .wp-block-create-block-block-facilities,
.column .wp-block-create-block-block-sub-profile {
  background-image: none;
}
.column .wp-block-create-block-block-feature .features-section .feature-number p {
  line-height: 1;
}

.block-check-culumn {
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid var(--main-mainColor);
}
.block-check-culumn_titleWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--main-mainColor);
  padding-bottom: 15px;
}
.block-check-culumn_titleImg {
  width: 30px;
  margin-right: 10px;
}
.block-check-culumn_titleImg img {
  width: 100%;
  height: auto;
}
.block-check-culumn_title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--main-mainColor);
  font-size: 18px;
}
.block-check-culumn_title p {
  color: var(--main-mainColor);
}
.block-check-culumn_text {
  margin-top: 15px;
}

.wp-block-image .alignright img {
  margin-right: 0;
  margin-left: auto;
  display: block;
}
.wp-block-image .aligncenter img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.wp-block-image .alignleft img {
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.block-wraparound-news {
  margin-top: 40px;
  margin-bottom: 40px;
}
.block-wraparound-news img {
  float: left;
  width: 50%;
  height: auto;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .block-wraparound-news img {
    width: 100%;
    margin-right: 0;
  }
}

.page-title {
  font-size: 32px;
  font-family: var(--fontfamily-serif);
  color: var(--main-fontColor);
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .page-title {
    font-size: 22px;
    margin-top: 50px;
  }
}
.page-title .en {
  font-size: 22px;
  font-family: var(--fontfamily-en-kazari);
  font-weight: 700;
  color: var(--main-mainColor);
}
@media screen and (max-width: 600px) {
  .page-title .en {
    font-size: 20px;
  }
}

.post-list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .post-list-flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.post-list-flex.news {
  display: block;
  margin-bottom: 80px;
}
.post-list-flex.news .column-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid var(--main-mainColor);
  padding: 0 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .post-list-flex.news .column-post {
    padding: 0;
    padding-bottom: 20px;
  }
}
.post-list-flex.news .column-post .news-date {
  font-size: 14px;
  font-family: var(--fontfamily-en);
}
.post-list-flex.news .column-post .news-inner {
  margin-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960px) {
  .post-list-flex.news .column-post .news-inner {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.post-list-flex.news .column-post .column-title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 15px;
}
.post-list-flex.news .column-post .column-title a {
  color: var(--main-fontColor);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.post-list-flex.news .column-post .column-title a:hover {
  color: var(--main-mainColor);
}
.post-list-flex .column-post {
  width: 22.7%;
  margin-right: 3%;
  margin-bottom: 40px;
}
.post-list-flex .column-post:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .post-list-flex .column-post {
    width: 48%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.post-list-flex .column-post:hover .column-title a {
  color: var(--main-mainColor);
}
.post-list-flex .column-thumbnail {
  margin-bottom: 10px;
  width: 100%;
  margin-top: 0;
}
.post-list-flex .column-thumbnail img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.post-list-flex .column-title {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--main-fontColor);
}
@media screen and (max-width: 600px) {
  .post-list-flex .column-title {
    -webkit-line-clamp: 3;
  }
}
.post-list-flex .column-title a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.post-list-flex .column-title a:hover {
  color: var(--main-mainColor);
}

.single-news-wrap {
  padding-top: 0;
}
.single-news-wrap .wp-block-columns {
  margin: 20px auto;
  width: 100%;
}

.navigation .nav-links {
  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: 2px;
}
.navigation .page-numbers {
  padding: 8px 0 0;
  position: relative;
  z-index: 0;
  color: var(--main-mainColor);
  font-weight: 700;
  font-family: var(--fontfamily-en);
  height: 40px;
  width: 40px;
  margin: 0 6px;
  text-align: center;
  padding-left: 2px;
}
.navigation .page-numbers::after {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--main-mainColor);
}
.navigation .page-numbers.next {
  font-size: 0;
}
.navigation .page-numbers.next::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--main-mainColor);
  border-right: 2px solid var(--main-mainColor);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 0;
  right: 4px;
  margin: 0 auto;
}
.navigation .page-numbers.prev {
  font-size: 0;
}
.navigation .page-numbers.prev::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--main-mainColor);
  border-left: 2px solid var(--main-mainColor);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  left: 4px;
  right: 0;
  margin: 0 auto;
}
.navigation .page-numbers.current {
  color: #fff;
}
.navigation .page-numbers.current::after {
  background-color: var(--main-mainColor);
}

.recommender-box {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--main-mainColor);
}
.recommender-box.patient-box {
  margin-bottom: 0;
}
.recommender-mainTitle {
  font-size: 32px;
  font-family: var(--fontfamily-serif);
  color: var(--main-fontColor);
  text-align: center;
  border-bottom: 1px solid var(--main-mainColor);
  font-weight: 700;
  padding: 0 20px 40px;
  margin-top: 30px;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .recommender-mainTitle {
    padding: 0 5% 40px;
  }
}
@media screen and (max-width: 960px) {
  .recommender-mainTitle {
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .recommender-mainTitle {
    font-size: 22px;
  }
}
.recommender-mainTitle .en {
  font-size: 22px;
  font-family: var(--fontfamily-en-kazari);
  font-weight: 700;
  color: var(--main-mainColor);
}
@media screen and (max-width: 600px) {
  .recommender-mainTitle .en {
    font-size: 20px;
  }
}
.recommender .recommender-name {
  font-size: 18px;
  color: var(--main-fontColor);
  background-color: transparent;
  padding: 0;
  margin: 0 0 20px;
  border-left: unset;
}
.recommender .recommender-name::before {
  display: none;
}
.recommender-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
}
.recommender-flex.patient .recommender-thumbnail {
  width: 32%;
  margin: 0 auto 40px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 40px;
}
@media screen and (max-width: 960px) {
  .recommender-flex.patient .recommender-thumbnail {
    width: 70%;
    margin: 0 auto 40px;
  }
}
.recommender-flex.patient .recommender-post {
  width: 100%;
}
.recommender-thumbnail {
  width: 280px;
  margin-left: 30px;
}
@media screen and (max-width: 960px) {
  .recommender-thumbnail {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.recommender-thumbnail img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.recommender-post {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960px) {
  .recommender-post {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.recommender-post h5 {
  font-size: 22px;
  font-weight: 700;
  color: var(--main-mainColor);
  padding: 10px 20px;
  margin: 40px 0 30px;
  position: relative;
}
.recommender-post h5::before {
  content: "";
  display: inline-block;
  height: auto;
  width: auto;
  background-color: transparent;
  z-index: 0;
  opacity: 1;
  position: static;
}
.recommender-post h5::after {
  display: none;
}
.recommender-post h1, .recommender-post h2, .recommender-post h3, .recommender-post h4, .recommender-post h5, .recommender-post h6 {
  font-size: 18px;
  font-weight: 700;
  color: var(--main-fontColor);
  background-color: transparent;
  padding: 3px 20px;
  margin: 50px 0 30px;
  border-top: unset;
  border-bottom: unset;
  border-left: 4px solid var(--main-fontColor);
}
.recommender-post h1::before, .recommender-post h2::before, .recommender-post h3::before, .recommender-post h4::before, .recommender-post h5::before, .recommender-post h6::before {
  content: "●";
  display: inline-block;
  color: var(--main-mainColor);
  margin-right: 4px;
  display: none;
}
.recommender-post h1::after, .recommender-post h2::after, .recommender-post h3::after, .recommender-post h4::after, .recommender-post h5::after, .recommender-post h6::after {
  display: none;
}

.post-underBlockPost {
  margin-top: 100px;
}

.patient-mainTitle {
  border-bottom: unset;
  padding-bottom: 0;
}
.patient-box {
  padding-bottom: 0;
  border-bottom: unset;
}
.patient-box:first-of-type .patient-list {
  border-top: 1px solid var(--main-mainColor);
}
.patient .patient-date {
  font-family: var(--fontfamily-en);
  margin-top: 10px;
  text-align: right;
  font-size: 13px;
  color: var(--main-fontColor);
}
@media screen and (max-width: 960px) {
  .patient .patient-date {
    text-align: left;
  }
}
.patient .patient-subtitle {
  font-size: 22px;
  font-weight: 700;
  background-color: transparent;
  color: var(--main-fontColor);
  padding: 0;
  padding-left: 10px;
  margin: 0 0 30px;
}
@media screen and (max-width: 960px) {
  .patient .patient-subtitle {
    margin: 10px 0 30px;
  }
}
.patient .patient-subtitle::before {
  display: none;
}
.patient .patient-subtitle-small {
  display: block;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  color: var(--main-fontColor);
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .patient .patient-subtitle-small {
    font-size: 14px;
  }
}
.patient .patient-subtitle.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.patient .patient-subtitle.news .patient-date {
  color: var(--main-fontColor);
  margin-bottom: 0;
  margin-top: 4px;
}
.patient .patient-subtitle.news .column-taxonomy-list {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 8px;
}
@media screen and (max-width: 600px) {
  .patient .patient-subtitle.news .column-taxonomy-list {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin-left: 0;
  }
}
.patient .patient-listBtn {
  margin-top: 40px;
}
.patient-list-Area {
  margin-bottom: 40px;
}
.patient-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 30px;
  border-bottom: 1px solid var(--main-mainColor);
}
@media screen and (max-width: 1024px) {
  .patient-list {
    padding: 40px 0;
  }
}
.patient-list-thumbnail {
  width: 270px;
  height: 220px;
  margin-right: 30px;
}
@media screen and (max-width: 960px) {
  .patient-list-thumbnail {
    width: 70%;
    height: 50vw;
    margin: 0 auto 20px;
  }
}
.patient-list-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.patient-list-inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960px) {
  .patient-list-inner {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.patient-list-inner .patient-subtitle {
  font-size: 22px;
  border-bottom: none;
  padding: 0;
  margin: 0 0 5px;
}
@media screen and (max-width: 600px) {
  .patient-list-inner .patient-subtitle {
    font-size: 20px;
  }
}
.patient-list-inner .patient-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  line-height: 2;
  color: var(--main-fontColor);
}
@media screen and (max-width: 960px) {
  .patient-list-inner .patient-content {
    -webkit-line-clamp: 6;
  }
}
@media screen and (max-width: 600px) {
  .patient-list-inner .patient-content {
    font-size: 16px;
  }
}

.patient-date-single {
  font-size: 13px;
  font-family: var(--fontfamily-en);
  margin-bottom: 20px;
}

.lowerPage .wp-block-buttons {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-embed iframe {
  margin: 0 auto;
  display: block;
}

/* WEB予約ページcss */
.web-reserve_page .progress-tracker__item .progress-tracker__item__number {
  background-color: var(--main-mainColorFont);
}

.web-reserve_page .progress-tracker .progress-tracker__item--input .progress-tracker__item__number {
  background-color: var(--main-mainColor);
}

/* ２　確認画面 */
.mw_wp_form_confirm .web-reserve_page .progress-tracker__item--confirm .progress-tracker__item__number,
.mw_wp_form_confirm .web-reserve_page .progress-tracker__item--input .progress-tracker__item__number {
  background-color: var(--main-mainColor);
}

/* 3　完了画面 */
.mw_wp_form_complete .web-reserve_page .progress-tracker__item--confirm .progress-tracker__item__number,
.mw_wp_form_complete .web-reserve_page .progress-tracker__item--input .progress-tracker__item__number,
.mw_wp_form_complete .web-reserve_page .progress-tracker__item--complete .progress-tracker__item__number {
  background-color: var(--main-mainColor);
}

.web-reserve_page .section-title_txt p {
  text-align: center;
  margin-bottom: 70px;
}
.web-reserve_page .mw_wp_form {
  margin: 30px auto;
  line-height: 2;
}
.web-reserve_page .mw_wp_form .error {
  margin-top: 5px;
}
.web-reserve_page .progress-tracker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  list-style: none;
  padding-left: 0;
  width: 52%;
  margin: 0 auto 45px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .web-reserve_page .progress-tracker {
    width: 90%;
  }
}
.web-reserve_page .progress-tracker::after {
  content: "";
  background: -webkit-radial-gradient(circle farthest-side, var(--main-mainColor), var(--main-mainColor) 32%, transparent 35%, transparent);
  background: radial-gradient(circle farthest-side, var(--main-mainColor), var(--main-mainColor) 32%, transparent 35%, transparent);
  background-size: 15px;
  display: block;
  height: 24px;
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.web-reserve_page .progress-tracker li:nth-of-type(2)::after {
  background-color: #fff;
  padding: 0 8px;
}
.web-reserve_page .progress-tracker .progress-tracker__item:after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 0px;
}
.web-reserve_page .progress-tracker .progress-tracker__item:after {
  left: 65%;
  right: 0;
}
.web-reserve_page .progress-tracker .progress-tracker__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-color: #fff;
  padding: 0 2px;
}
.web-reserve_page .progress-tracker .progress-tracker__item--complete:after, .web-reserve_page .progress-tracker .progress-tracker__item--input:before {
  display: none;
}
.web-reserve_page .progress-tracker .progress-tracker__item__number {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-footerfontColor);
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  overflow: hidden;
  position: relative;
  width: 24px;
  z-index: 1;
  border: 4px solid var(--main-mainColor);
}
.web-reserve_page .progress-tracker .progress-tracker__item__text {
  color: var(--main-mainColor);
  margin-top: 10px;
  font-size: 18px;
}
.web-reserve_page .form-content {
  margin-bottom: 40px;
  width: 100%;
}
.web-reserve_page .form-content th {
  font-size: 16px;
  width: 30%;
  padding: 25px 10px;
  font-weight: normal;
  text-align: left;
  font-weight: bold;
  border-bottom: solid 1px var(--main-mainColor);
  vertical-align: top;
  color: var(--main-fontColor);
}
.web-reserve_page .form-content td {
  font-size: 16px;
  padding: 25px 10px;
  border-bottom: solid 1px var(--main-mainColor);
  color: var(--main-fontColor);
}
.web-reserve_page .form-content td p {
  font-size: 16px;
}
.web-reserve_page .form-content .form_name th,
.web-reserve_page .form-content .form_name td {
  border-top: solid 1px var(--main-mainColor);
}
.web-reserve_page .form-content .form_m input[type=text] {
  width: 60%;
}
.web-reserve_page .form-content *::-webkit-input-placeholder {
  color: #cabfbb;
  letter-spacing: 0.08em;
  font-weight: normal;
}
.web-reserve_page .form-content *::-moz-placeholder {
  color: #cabfbb;
  letter-spacing: 0.08em;
  font-weight: normal;
}
.web-reserve_page .form-content *:-ms-input-placeholder {
  color: #cabfbb;
  letter-spacing: 0.08em;
  font-weight: normal;
}
.web-reserve_page .form-content *::-ms-input-placeholder {
  color: #cabfbb;
  letter-spacing: 0.08em;
  font-weight: normal;
}
.web-reserve_page .form-content *::placeholder {
  color: #cabfbb;
  letter-spacing: 0.08em;
  font-weight: normal;
}
.web-reserve_page .form-content .date-section p {
  margin-bottom: 10px;
}
.web-reserve_page .form-content .date-section .date-block {
  width: 80%;
  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;
  margin-bottom: 10px;
}
.web-reserve_page .form-content .date-section .date-block .hasDatepicker,
.web-reserve_page .form-content .date-section .date-block .select {
  margin-right: 10px;
}
.web-reserve_page .form-content .date-section .date-block .date-block01 {
  width: 50%;
  position: relative;
}
.web-reserve_page .form-content .date-section .date-block .date-block02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.web-reserve_page .form-content .date-section .date-block .date-block01 .input-icon {
  background-image: url(../images/common/icon-calendar.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.web-reserve_page .form-content .date-section .date-block .select {
  margin-right: 10px;
  margin-left: 15px;
}
.web-reserve_page .form-content .date-section .date-block input[type=text],
.web-reserve_page .form-content .date-section .date-block select {
  background-color: var(--main-mainColorFont) !important;
  height: 47px;
  padding: 5px 15px;
}
.web-reserve_page .form-content .form_policy {
  padding: 10px;
  border: 2px solid var(--main-mainColor);
  border-radius: 5px;
  height: 200px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
.web-reserve_page .form-content .form_policy p {
  font-size: 14px;
}
.web-reserve_page .form-content option,
.web-reserve_page .form-content select,
.web-reserve_page .form-content textarea,
.web-reserve_page .form-content input[type=text],
.web-reserve_page .form-content input[type=email],
.web-reserve_page .form-content input[type=search],
.web-reserve_page .form-content input[type=url] {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  outline: none;
  border: 2px solid var(--main-mainColor);
  background-color: var(--main-sectionbg);
  padding: 15px;
  font-size: 16px;
}
.web-reserve_page .form-content .required-srt {
  font-size: 13px;
  color: var(--main-mainColor);
  display: block;
  /* margin-top: 10px; */
}
.web-reserve_page input[type=submit] {
  font-size: 16px;
  padding: 12px 25px;
  text-align: center;
  color: var(--main-mainColor);
  display: block;
  position: relative;
  border: 1px solid var(--main-mainColor);
  border-radius: 50px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: var(--main-mainColorFont);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-family: var(--fontfamily-san-selif);
  font-weight: 700;
}
.web-reserve_page input[type=submit]:hover {
  background-color: var(--main-mainColor);
  color: var(--main-mainColorFont);
}
.web-reserve_page .submit:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--main-mainColor);
  border-right: 2px solid var(--main-mainColor);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 8%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.web-reserve_page .submit:hover:after {
  border-top: 2px solid var(--main-mainColorFont);
  border-right: 2px solid var(--main-mainColorFont);
}
.web-reserve_page input[type=submit]:hover .submit:after {
  border-color: var(--main-mainColorFont);
}

.mw_wp_form_input {
  /* 入力画面では戻るボタンなし */
}
.mw_wp_form_input .section-title_txt.input-t {
  display: block;
  font-size: 24px;
  color: var(--main-fontColor);
}
@media screen and (max-width: 600px) {
  .mw_wp_form_input .section-title_txt.input-t {
    font-size: 20px;
  }
}
.mw_wp_form_input .section-title_txt.confirm-t {
  display: none;
}
.mw_wp_form_input .web-reserve_page .common-btn-wrap.back {
  display: none;
}

/* ２　確認画面ページ */
.mw_wp_form_confirm .section-title_txt.input-t {
  display: none;
}
.mw_wp_form_confirm .section-title_txt.confirm-t {
  display: block;
  font-size: 24px;
  color: var(--main-fontColor);
}
.mw_wp_form_confirm .web-reserve_page .form-content .date-section .date-block .date-block01 .input-icon {
  display: none;
}
.mw_wp_form_confirm .web-reserve_page .form-content .date-section .date-block .date-block02 br {
  display: none;
}
.mw_wp_form_confirm .web-reserve_page .form-content .date-section .date-block .date-block01 {
  width: auto !important;
  margin-right: 10px;
}
.mw_wp_form_confirm .web-reserve_page .bottom-content .form_policy {
  display: none;
}
.mw_wp_form_confirm .web-reserve_page .common-btn-wrap.back {
  display: inline-block;
}

/* 完了ページ */
.mw_wp_form_complete .section-title_txt.input-t {
  display: none;
}
.mw_wp_form_complete .section-title_txt.confirm-t {
  display: none;
}
.mw_wp_form_complete .web-reserve_page .submit-btn a {
  background: var(--main-fontColor);
  color: var(--main-mainColor);
  border: var(--main-mainColor) solid 1px;
  font-size: 18px;
  letter-spacing: 0.08em;
  padding: 15px 10px;
  border-radius: 5px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-weight: 700;
  width: 100%;
  -webkit-box-shadow: 8px 8px 0 0 rgba(132, 184, 82, 0.2);
          box-shadow: 8px 8px 0 0 rgba(132, 184, 82, 0.2);
}

.br {
  display: block;
}

@media screen and (max-width: 1024px) {
  .web-reserve_page .form-content .date-section .date-block {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .web-reserve_page .br {
    display: none;
  }
  .web-reserve_page .section-title_txt p {
    margin-bottom: 35px;
  }
  .web-reserve_page li.progress-tracker__item.progress-tracker__item--input {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .web-reserve_page li.progress-tracker__item.progress-tracker__item--complete {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .web-reserve_page .form-content th, .web-reserve_page .form-content td {
    width: 100%;
    display: block;
    border-top: none;
  }
  .web-reserve_page .form-content th {
    padding: 12px 0 0;
    border-bottom: none;
  }
  .web-reserve_page .form-content td {
    padding: 10px 0 20px;
  }
  .web-reserve_page .form-content .form_name td {
    border-top: none;
  }
  .web-reserve_page .form-content .form_m input[type=text] {
    width: 100%;
  }
  .web-reserve_page .form-content .form_s select {
    width: 60%;
  }
  .web-reserve_page .form-content .required-srt {
    margin-top: 0px;
    margin-left: 10px;
    display: inline-block;
  }
  .web-reserve_page .form-content .date-section .date-block {
    display: block;
    width: 100%;
  }
  .web-reserve_page .form-content .date-section .date-block .date-block01 {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .web-reserve_page .form-content .date-section .date-block .date-block02 {
    margin-left: -15px;
    width: 80%;
  }
  .mw_wp_form_confirm .web-reserve_page .form-content .date-section .date-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mw_wp_form_confirm .web-reserve_page .form-content .date-section .date-block .date-block01 {
    width: auto !important;
    margin-bottom: 15px;
  }
  .mw_wp_form_confirm .web-reserve_page .form-content .date-section .date-block .date-block02 {
    margin-left: 0;
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .mw_wp_form_confirm .web-reserve_page .common-btn-wrap {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */

/* ヘッダーメニュースクロールバー非表示 */
.header .under-list .childElementMenu-wrap {
    overflow: initial;
}
.header .under-list .childElementMenu-Box_list_wrap {
    overflow: initial;
}
/* TOPお知らせ */
.news-section .news-date {
    width: 80px;
}
@media screen and (min-width: 601px) {
.wp-block-create-block-block-new {
    padding-bottom: 80px;
}
}
/* お知らせ一覧 */
.post-list-flex.news .column-post .news-date {
    width: 80px;
}
/* TOP営業時間 */
@media screen and (min-width: 601px) {
.about-clinic .time-table {
    width: 100%;
}
.about-clinic .time-table tr th.time-td {
	padding-left: 8%;
}
.about-clinic .time-table tr th:not(:first-child) {
	width: 7%
}
.about-clinic .time-table tr th:last-child {
	padding-right: 8%;
	width: 15%;
}
.about-clinic .time-table tr td.time-td {
	padding-left: 8%;
}
.about-clinic .time-table tr td:not(:first-child) {
	width: 7%
}
.about-clinic .time-table tr td:last-child {
	padding-right: 8%;
	width: 15%;
}
.about-clinic .reception-time__note {
    width: 100%;
    padding-left: 8%;
}
}
/* ヘッダー住所 */
@media screen and (min-width: 1025px) {
	.header-wrap {
    height: 150px;
}
	.header {
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(60%, #fff), color-stop(50%, var(--main-sectionbg)), to(var(--main-sectionbg)));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 60%, var(--main-sectionbg) 50%, var(--main-sectionbg) 100%);
    background: linear-gradient(180deg, #fff 0%, #fff 60%, var(--main-sectionbg) 50%, var(--main-sectionbg) 100%);
		height: 150px;
	}
	.header-nav_upper {
    height: 90px;
}
	.header-nav_add {
    -webkit-line-clamp: 3;
}
}
.mv-section .mv-illust img {
	width: 150px!important;
    height: 150px!important;
    object-fit: cover;
}

/* ヘッダーロゴ */
.header-logo_link {
    -webkit-box-shadow: initial;
    box-shadow: initial;
}
@media screen and (min-width: 1025px) {
.header {
	align-items: flex-start;
}
.header-logo {
    height: 90px;
}
}
@media screen and (max-width: 1024px) {
.header-nav_telArea {
    -webkit-box-shadow: initial;
    box-shadow: initial;
}
	.header-logo img {
    max-height: 60px;
		width: 100%;
    height: auto;
}
}

/* ギャラリー */
.wp-block-gallery.has-nested-images figure.wp-block-image {
    flex-grow: initial!important;
}

/* 追従ボタン */
.header-nav_bthArea .btnStyle .text-add {
    font-size: 18px;
}
.header-nav_bthArea .btnStyle .img-add {
    width: 24px;
    height: 24px;
}
@media screen and (max-width: 1200px) {
.header-nav_bthArea .btnStyle .img-add {
    width: 24px;
    height: 24px;
}
}
@media screen and (max-width: 1024px) {
	.header-nav_bthArea .btnStyle .text-add {
    font-size: 10px;
}
.header_fixedArea .header-nav_bthArea .btnStyle .text-add {
    font-size: 15px;
}
	.header-nav_bthArea .btnStyle .img-add {
    margin-bottom: 8px;
}
	.header-nav_bthArea .btnStyle {
    padding: 10px 15px 0;
}
}
@media screen and (max-width: 400px) {
.header-nav_bthArea .btnStyle {
    padding: 10px 6px 0;
}
}
	
/* 目次 */
.table-contents .toc-heading-level-1::before {
    vertical-align: top;
    margin-top: 2px;
}
.table-contents .toc-link__level1 {
    width: calc(100% - 30px);
}

/* 下層ページヘッダー */
.lowerPage .pageStyle > h1 {
    padding: 40px 20px;
}
@media screen and (max-width: 1024px) {
.lowerPage .pageStyle > h1 {
    padding: 30px 5%;
}
}

/* コンテンツデザイン③ */
.wp-block-create-block-block-trouble-two .twoCol__common-flexArea {
	display: block;
}
.wp-block-create-block-block-trouble-two .twoCol__common-flexArea .imgbox {
	width: 100%;
}
