@charset "UTF-8";
/* CSS Document */
header {
  width: 100%;
}
.header__wrapper {
  padding: 31px 25px;
  text-align: left;
  height: 28px;
}
.title__wrapper {
  position: relative;
  width: 145px;
}
.site-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title__wrapper h1 {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.8px;
  font-weight: 600;
}
.title__wrapper p {
  font-size: 0.7rem;
  line-height: 1.0;
  font-weight: 600;
}
.header__nav-pc {
  display: none;
}
.header__section--btn {
  display: none;
}
@media(max-width:1160px) {
  #g-nav.panelactive {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  /*丸の拡大*/
  .circle-bg {
    position: fixed;
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #D6EDFE;
    transform: scale(0); /*scaleをはじめは0に*/
    right: -50px;
    top: calc(50% - 50px); /*50%から円の半径を引いた値*/
    transition: all 0.6s; /*0.6秒かけてアニメーション*/
  }
  .circle-bg.circleactive {
    transform: scale(50); /*クラスが付与されたらscaleを拡大*/
  }
  #g-nav.panelactive {
    display: block; /*クラスが付与されたら出現*/
  }
  /*ナビゲーション*/
  #g-nav ul {
    opacity: 0; /*はじめは透過0*/
    z-index: 9999;
  }
  /*背景が出現後にナビゲーションを表示*/
  #g-nav.panelactive ul {
    opacity: 1;
    width: 86.6666667%;
    margin: 100px auto;
  }
  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .accordion-area{
    list-style: none;
    margin:0 auto;
  }
  .title, .title2 {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    display: flex;
    flex-direction: row;
    gap: 3%;
    cursor: pointer;
    font-size: 1.6rem;
    text-decoration: none;
    color: #303030;
    font-weight: bold;
    transition: all .5s ease;
    line-height: 2.0;
  }
  .header__nav-sp-title-span {
    content: " ";
    display: block;
    position: relative;
    width: 4px;
    height: 4px;
    background-color: #FFD500;
    transform: rotate(30deg) skewY(30deg) scaleX(.86666);
    border-top-left-radius:  2px;
    margin: auto 0;
  }
  .header__nav-sp-title-span::before, .header__nav-sp-title-span::after {
    content: " ";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #FFD500; 
  }
  .header__nav-sp-title-span::before {
    transform: translateX(50%) skewX(-45deg);
    border-top-right-radius: 2px;
  }
  .header__nav-sp-title-span::after {
    transform: translateY(50%) skewY(-45deg);
    border-bottom-left-radius: 2px;
  }
  .header__nav-sp-title-span.close {
    content: " ";
    display: block;
    position: relative;
    width: 4px;
    height: 4px;
    background-color: #FFD500;
    transform: rotate(30deg) skewY(30deg) scaleX(.86666);
    border-bottom-right-radius: 2px;
    margin: auto 0;
  }
  .header__nav-sp-title-span.close::before, .header__nav-sp-title-span.close::after {
    content: " ";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #FFD500; 
  }
  .header__nav-sp-title-span.close::before {
    transform: translateX(-50%) skewX(-45deg);
    border-bottom-left-radius: 2px;
  }
  .header__nav-sp-title-span.close::after {
    transform: translateY(-50%) skewY(-45deg);
    border-top-right-radius: 2px;
  }
  .header__nav-sp-title-span2 {
    content: " ";
    display: block;
    position: relative;
    width: 4px;
    height: 4px;
    background-color: #FFD500;
    transform: rotate(30deg) skewY(30deg) scaleX(.86666);
    border-top-left-radius:  2px;
    margin: auto 0;
  }
  .header__nav-sp-title-span2::before, .header__nav-sp-title-span2::after {
    content: " ";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #FFD500; 
  }
  .header__nav-sp-title-span2::before {
    transform: translateX(50%) skewX(-45deg);
    border-top-right-radius: 2px;
  }
  .header__nav-sp-title-span2::after {
    transform: translateY(50%) skewY(-45deg);
    border-bottom-left-radius: 2px;
  }
  .header__nav-sp-title-span2.close {
    content: " ";
    display: block;
    position: relative;
    width: 4px;
    height: 4px;
    background-color: #FFD500;
    transform: rotate(30deg) skewY(30deg) scaleX(.86666);
    border-bottom-right-radius: 2px;
    margin: auto 0;
  }
  .header__nav-sp-title-span2.close::before, .header__nav-sp-title-span2.close::after {
    content: " ";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #FFD500; 
  }
  .header__nav-sp-title-span2.close::before {
    transform: translateX(-50%) skewX(-45deg);
    border-bottom-left-radius: 2px;
  }
  .header__nav-sp-title-span2.close::after {
    transform: translateY(-50%) skewY(-45deg);
    border-top-right-radius: 2px;
  }
  .header__nav-li {
    margin-bottom: 10px;
  }
  .header__nav-link {
    font-size: 1.6rem;
    color: #303030;
    text-decoration: none;
    font-weight: bold;
    line-height: 2.0;
  }
  .box-content-about {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .box-content-treatment-left, .box-content-treatment-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .box-content-treatment {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10%;
  }
  .header__nav-link-child {
    text-decoration: none;
    color: #303030;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
    position: relative;
    padding-left: 12px;
  }
  .header__nav-link-child::before {
    content: " ";
    display: block;
    width: 6px;
    height: 1px;
    background-color: #303030;
    position: absolute;
    top: 13px;
    left: 0;
  }
  .box {
    display: none;
    background-color: #F3FAFF;
    padding: 10px;
    border-radius: 5px;
  }
    /*========= ボタンのためのCSS ===============*/
    .openbtn {
      position: fixed;
      top: 31px;
      right: 25px;
      z-index: 9999; /*ボタンを最前面に*/
      cursor: pointer;
      width: 24px;
      height: 24px;
    }
    /*×に変化*/
    .openbtn span {
      display: inline-block;
      transition: all .4s;
      position: absolute;
      height: 2px;
      border-radius: 1px;
      background-color: #303030;
      width: 24px;
    }
    .openbtn span:nth-of-type(1) {
      top: 9px;
    }
    .openbtn span:nth-of-type(2) {
      top: 18px;
    }
    .openbtn.active span:nth-of-type(1) {
      top: 9px;
      left: 0;
      transform: translateY(6px) rotate(-45deg);
      width: 24px;
    }
    .openbtn.active span:nth-of-type(2) {
      top: 21px;
      left: 0;
      transform: translateY(-6px) rotate(45deg);
      width: 24px;
    }
  }
  @media(min-width: 1160px) {
    .header__wrapper {
      padding: 55px 50px 52px;
      height: 43px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
    .title__wrapper {
      width: 207px;
    }
    .title__wrapper h1 {
      font-size: 2.0rem;
    }
    .title__wrapper p {
      font-size: 1.2rem;
      line-height: 1.5;
    }
    .openbtn, .circle-bg {
      display: none;
    }
    .header__nav-sp {
      display: none;
    }
    .header__nav-pc {
      display: block;
    }
    .header__nav--ul {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
    }
    .has-child-link-triangle-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
    .has-child:nth-child(1) {
      width: 125px;
    }
    .has-child:nth-child(2) {
      width: 80px;
    }
    .triangle {
      position: relative;
      width: 5px;
      height: 5px;
      background-color: #FFD500;
      transform: rotate(30deg) skewY(30deg) scaleX(.86666);
      border-bottom-right-radius: 3px;
      margin: 12px 0 auto;
    }
    .triangle::before,
    .triangle::after {
      content: "";
      position: absolute;
      width: 5px;
      height: 5px;
    }
    .triangle::before {
      background-color: #FFD500; 
      transform: translateX(-50%) skewX(-45deg);
      border-bottom-left-radius: 3px;
    }
    .triangle::after {
      background-color: #FFD500;
      transform: translateY(-50%) skewY(-45deg);
      border-top-right-radius: 3px;
    }
    .has-child-ul {
      position: absolute;
      padding: 20px;
      left: 0;
      width: 124px;
      top: 40px;
      z-index: 4;
      border-radius: 0 0 10px 10px;
      background: #F3FAFF;
      visibility: hidden;
      opacity: 0;
      transition: all .3s;
    }
    .header__nav--child-link {
      line-height: 2.0;
      padding-left: 12px;
      font-weight: 500;
      text-decoration: none;
      color: #303030;
      position: relative;
    }
    .header__nav--child-link::before {
      content: " ";
      display: block;
      width: 6px;
      height: 1px;
      background-color: #303030;
      position: absolute;
      left: 0;
      top: 12px;
    }
    nav li.has-child:hover > ul, nav li.has-child ul li:hover > ul, nav li.has-child:active > ul, nav li.has-child ul li:active > ul {
      visibility: visible;
      opacity: 1;
    }
    .header__nav--ul-li {
      list-style: none;
      margin: auto 2.083333333333333vw auto 0;
      position: relative;
    }
    .header__nav--ul-li:last-child {
      margin-right: 0;
    }
    .header__nav--ul-li-title {
      color: #303030;
      font-size: 1.5rem;
      font-weight: bold;
      cursor: pointer;
    }
    .header__nav--ul-li-link {
      text-decoration: none;
      color: #303030;
      font-size: 1.5rem;
      font-weight: bold;
    }
    .header__section--btn {
      display: block;
      position: relative;
      background-color: #FFD500;
      width: 220px;
      height: 43px;
      border-radius: 30px;
      border: none;
      font-family:"Zen Maru Gothic", "sans-serif";
      font-size: 1.6rem;
      font-weight: bold;
      color: #303030;
      cursor: pointer;
      letter-spacing: 1.0px;
    }
    .header__section--btn span {
      content: " ";
      display: block;
      position: absolute;
      top: 9px;
      right: 10px;
      width: 21px;
      height: 21px;
      border: dotted 2px #303030;
      border-radius: 50%;
    }
    .header__section--btn span::before {
      content: " ";
      display: block;
      position: absolute;
      top: 7px;
      left: 8px;
      width: 5px;
      height: 5px;
      border-top: solid 1.5px #303030;
      border-right: solid 1.5px #303030;
      border-radius:  0.75px;
    }
    .header__section--btn span::after {
      content: " ";
      display: block;
      position: absolute;
      top: 10.1px;
      left: 7.1px;
      transform: rotate(-45deg);
      width: 7px;
      height: 1.5px;
      background-color: #303030;
      border-radius: 1.5px 0 0  1.5px;
    }
  }
.reserve-btn {
  display: none;
}
@media(min-width:1160px) {
  .reserve-btn {
    display: block;
    position: fixed;
    top: 45.3%;
    right: 0;
    width: 120px;
    height: 120px;
    background-color: #FFD500;
    border-radius: 20px 0 0 20px;
    z-index: 9990;
    font-family:"Zen Maru Gothic", "sans-serif";
  }
  .reserve-btn-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .reserve-btn-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px 0;
  }
  .reserve-btn-icon {
    object-fit: contain;
    width: 40px;
    height: 40px;
    margin: 0 auto 6px;
  }
  .reserve-btn-text {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .reserve-btn-text-en {
    font-size: 1.0rem;
    font-weight: 300;
    line-height: 1.2;
  }
}
  .main__section {
    margin: 0 10px 60px;
    height: 85vh;
    position: relative;
  }
  .main__section--swiper {
    width: 100%;
    height: 100%;
  }
  .main__slide1 {
    background-image: url("../images/clinic_mv_1.webp");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 10%;
    border: solid 0.5px rgba(48, 48, 48, 0.6);
    border-radius: 25px;
  }
  .main__slide2 {
    background-image: url("../images/clinic_mv_2.webp");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 60% 10%;
    border: solid 0.5px rgba(48, 48, 48, 0.6);
    border-radius: 25px;
  }
  .main__slide3 {
    background-image: url("../images/clinic_mv_3.webp");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 82% 10%;
    border: solid 0.5px rgba(48, 48, 48, 0.6);
    border-radius: 25px;
  }
  .main__section--copy-wrapper {
    position: absolute;
    top: 25px;
    right: 25px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: start;
    z-index: 1;
  }
  .main__section--copy1 {
    background-color: #F3FAFF;
    border: solid 3px #D6EDFE;
    border-radius: 8px;
    font-size: 1.6rem;
    padding: 7px 6px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-left: 10px;
  }
  .main__section--copy2 {
    background-color: #F3FAFF;
    border: solid 3px #D6EDFE;
    border-radius: 8px;
    font-size: 1.6rem;
    padding: 7px 6px;
    font-weight: bold;
    letter-spacing: 1.5px;
    height: 175px;
  }
  @media(min-width:1160px) {
    .main__section {
      margin: 0 50px 100px;
      height: 80vh;
    }
    .main__slide1, .main__slide2, .main__slide3 {
      border: solid 1px rgba(48, 48, 48, 0.6);
      border-radius: 50px;
    }
    .main__slide1 {
      background-position: 0 55%;
    }
    .main__section--copy-wrapper {
      writing-mode: horizontal-tb;
      text-align: left;
      bottom: 10.8438486%;
      left: 60px;
      top: auto;
      right: auto;
    }
    .main__section--copy1 {
      font-size: 1.666669vw;
      line-height: 1.8;
      border: solid 5px #D6EDFE;
      border-radius: 20px;
      padding: 7px 30px;
      margin: 0 0 15px;
    }
    .main__section--copy2 {
      font-size: 1.666669vw;
      line-height: 1.8;
      border: solid 5px #D6EDFE;
      border-radius: 20px;
      padding: 7px 30px;
      height: auto;
      width: 58.5152838%;
    }
  }
  .concept__section {
    margin-bottom: 80px;
  }
  .concept__section--wrapper-sp {
    margin: 0 25px;
  }
  .concept__section h2 {
    font-size: 16vw;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 2.0px;
    margin: 0 auto;
    text-align: right;
    width: 100%;
  }
  .concept__section h3 {
    font-size: 5.6vw;
    text-align: left;
    width: 100%;
    line-height: 1.8;
    text-decoration: underline 23% solid #FFD500;
    -webkit-text-decoration: underline 23% solid #FFD500;
    text-underline-offset: -1px;
    margin: -5vh auto 25px;
  }
  .concept__section--img-wrapper {
    background-image: url("../images/clinic_concept_1.webp");
    margin: 0 auto 25px;
    width: 100%;
    height: 66.7166417vh;
    background-position: 70% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px;
    border: solid 0.5px rgba(48, 48, 48, 0.6);
    position: relative;
  }
  .concept__section--img-wrapper::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    height: 66.7166417vh;
    background-color: #d9d9d9;
    border-radius: 25px;
    border: solid 0.5px rgba(48, 48, 48, 0.6);
    transform: rotate(3deg);
    z-index: -10;
  }
  .concept__section--paragraph {
    margin-bottom: 40px;
    text-align: left;
    font-size: 1.4rem;
  }
  .concept__section--paragraph1 {
    margin-bottom: 14px;
  }
  .concept__section--btn {
    position: relative;
    margin-bottom: 40px;
    background-color: #FFD500;
    width: 270px;
    height: 50px;
    border-radius: 30px;
    border: none;
    font-family:"Zen Maru Gothic", "sans-serif";
    font-size: 1.4rem;
    font-weight: bold;
    color: #303030;
    cursor: pointer;
    letter-spacing: 1.0px;
  }
  .concept__section--btn span {
    content: " ";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border: dotted 1px #303030;
    border-radius: 30px;
  }
  .concept__section--btn span::before {
    content: " ";
    display: block;
    position: absolute;
    top: 11px;
    left: 11.5px;
    width: 5px;
    height: 5px;
    border-top: solid 1.5px #303030;
    border-right: solid 1.5px #303030;
    border-radius: 0.75px;
  }
  .concept__section--btn span::after {
    content: " ";
    display: block;
    position: absolute;
    top: 14px;
    left: 10.5px;
    transform: rotate(-45deg);
    width: 7px;
    height: 1.5px;
    background-color: #303030;
    border-radius: 1.5px 0 0 1.5px;
  }
  .concept__section--img {
    position: relative;
    height: 320px;
  }
  .concept__section--img2 {
    position: absolute;
    right: 0;
    object-fit: cover;
    object-position: 58% 0;
    width: 200px;
    height: 230px;
    border: solid 0.5px rgba(48, 48, 48, 0.6);
    border-radius: 20px;
  }
  .concept__section--img3 {
    position: absolute;
    top: 170px;
    right: 130px;
    object-fit: cover;
    width: 150px;
    height: 150px;
    border: solid 0.5px rgba(48, 48, 48, 0.6);
    border-radius: 15px;
  }
  .concept__section--wrapper-pc {
    display: none;
  }
@media(min-width: 700px) {
  .concept__section h3 {
    margin-top: -10vh;
  }
  .concept__section--img-wrapper {
    background-position: 0 20%;
  }
}
  @media(min-width: 1160px) {
    .concept__section {
      margin-bottom: 0;
    }
    .concept__section--wrapper-sp {
      display: none;
    }
    .concept__section--wrapper-pc {
      display: block;
      margin: 0 210px;
    }
    .concept__section--wrapper-pc h2 {
      font-size: 18.0rem;
      max-width: 1280px;
      width: auto;
      position: relative;
      z-index: -20;
      margin: 0 auto;
    }
    .concept__section--wrapper-pc-flex {
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin: -95px auto 0;
      max-width: 1280px;
    }
    .concept__section--img-wrapper {
      width: 577px;
      height: 787px;
      border-radius: 40px;
      border: solid 1px rgba(48, 48, 48, 0.6);
      margin: 0;
    }
    .concept__section--img-wrapper::after {
      width: 100%;
      height: 100%;
      border-radius: 40px;
      border: solid 1px rgba(48, 48, 48, 0.6);
      transform: rotate(6deg);
      z-index: -10;
    }
    .concept__section--paragraph-btn {
      margin: 100px 0 102px 120px;
      width: 577px;
      text-align: left;
    }
    .concept__section--paragraph-btn h3 {
      font-size: 3.2rem;
      width: auto;
      margin: 0 0 46px;
      word-break: auto-phrase;
    }
    .concept__section--paragraph {
      font-size: 1.6rem;
      line-height: 1.8;
      margin-bottom: 46px;
    }
    .concept__section--paragraph1 {
      margin-bottom: 32px;
    }
    .concept__section--btn {
      width: 320px;
      height: 63px;
      border-radius: 30px;
      font-size: 1.6rem;
    }
    .concept__section--btn span {
      top: 11px;
      right: 10px;
      width: 36px;
      height: 36px;
      border: dotted 2px #303030;
      border-radius: 50%;
    }
    .concept__section--btn span::before {
      top: 14.5px;
      left: 15.5px;
      width: 5px;
      height: 5px;
      border-top: solid 1.5px #303030;
      border-right: solid 1.5px #303030;
      border-radius: 1.5px;
    }
    .concept__section--btn span::after {
      transform: rotate(-45deg);
      width: 7px;
      height: 1.5px;
      background-color: #303030;
      top: 17.5px;
      left: 14.5px;
    }
    .concept__section--img {
      margin-top: -8%;
      width: 28.6458333%;;
      height: 630px;
      margin-left: auto;
    }
    .concept__section--img2 {
      width: 69.6363636%;
      height: 478px;
      border: solid 1px rgba(48, 48, 48, 0.6);
      border-radius: 40px;
      object-position: 72% 0;
    }
    .concept__section--img3 {
      width: 44.9090909%;
      height: 255px;
      border: solid 1px rgba(48, 48, 48, 0.6);
      border-radius: 30px;
      top: auto;
      right: auto;
      left: 0;
      bottom: 0;
      object-position: 90% 0%;
    }
  }
  .treatment__section {
    padding: 80px 25px;
    background-color: #D6EDFE;
    border-radius: 30px;
    margin-bottom: 80px;
  }
  .treatment__section h2 {
    font-size: 1.3rem;
    text-align: left;
    text-decoration: underline 7px solid #FFD500;
    -webkit-text-decoration: underline 7px solid #FFD500;
    text-underline-offset: -3px;
  }
  .treatment__section h3 {
    font-size: 3.8rem;
    line-height: 1.8;
    text-align: left;
    letter-spacing: 2.0px;
  }
  .treatment__section--paragraph {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 40px;
  }
  .treatment__section--icon--wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 13px 4%;
    margin-bottom: 40px;
  }
  .treatment__section--icon1, .treatment__section--icon2, .treatment__section--icon3, .treatment__section--icon4, .treatment__section--icon5, .treatment__section--icon6, .treatment__section--icon7, .treatment__section--icon8, .treatment__section--icon9, .treatment__section--icon10, .treatment__section--icon11, .treatment__section--icon12 {
    width: 156px;
    height: 150px;
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
  }
  .treatment__section--icon--name {
    display: flex;
    flex-direction: column;
    padding: 25px 0 34px;
  }
  .treatment__section--icon--name img {
    object-fit: contain;
    width: 60px;
    height: 60px;
    margin: 0 auto 12px;
  }
  .treatment__section--link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .treatment__section--treatment--name {
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
    color: #303030;
  }
  .treatment__section--background--text {
    display: none;
  }
  .treatment__section--btn {
    position: relative;
    background-color: #FFD500;
    width: 270px;
    height: 50px;
    border-radius: 30px;
    border: none;
    font-family:"Zen Maru Gothic", "sans-serif";
    font-size: 1.4rem;
    font-weight: bold;
    color: #303030;
    cursor: pointer;
    letter-spacing: 1.0px;
  }
  .treatment__section--btn span {
    content: " ";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border: dotted 1px #303030;
    border-radius: 30px;
  }
  .treatment__section--btn span::before {
    content: " ";
    display: block;
    position: absolute;
    top: 11px;
    left: 11.5px;
    width: 5px;
    height: 5px;
    border-top: solid 1.5px #303030;
    border-right: solid 1.5px #303030;
    border-radius: 0.75px;
  }
  .treatment__section--btn span::after {
    content: " ";
    display: block;
    position: absolute;
    top: 14px;
    left: 10.5px;
    transform: rotate(-45deg);
    width: 7px;
    height: 1.5px;
    background-color: #303030;
    border-radius: 1.5px 0 0 1.5px;
  }
  @media(min-width: 1160px) {
    .treatment__section {
      margin: -320px 0 150px;
      padding: 150px 210px;
      border-radius: 60px;
    }
    .treatment__section h2 {
      font-size: 1.8rem;
    }
    .treatment__section h3 {
      font-size: 8.5rem;
    }
    .treatment__section--paragraph {
      font-size: 1.6rem;
      margin-bottom: 80px;
      line-height: 1.8;
    }
    .treatment__section--icon--wrapper {
      margin: 0 auto 35px;
      gap: 23px 1.8%;
      max-width: 1080px;
    }
    .treatment__section--icon1, .treatment__section--icon2, .treatment__section--icon3, .treatment__section--icon4, .treatment__section--icon5, .treatment__section--icon6, .treatment__section--icon7, .treatment__section--icon8, .treatment__section--icon9, .treatment__section--icon10, .treatment__section--icon11, .treatment__section--icon12 {
      width: 255px;
      height: 250px;
      border-radius: 20px;
    }
    .treatment__section--icon--name {
      padding: 55px 0 62px;
    }
    .treatment__section--icon--name img {
      width: 70px;
      height: 70px;
      margin-bottom: 40px;
    }
    .treatment__section--treatment--name {
      font-size: 1.6rem;
    }
    .treatment__section--background--text {
      display: block;
      font-size: 1.0rem;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      position: absolute;
      top: 20px;
      right: 20px;
      letter-spacing: 1.2px;
      font-weight: 600;
    }
    .treatment__section--btn {
      width: 320px;
      height: 63px;
      border-radius: 30px;
      font-size: 1.6rem;
    }
    .treatment__section--btn span {
      top: 11px;
      right: 10px;
      width: 36px;
      height: 36px;
      border: dotted 2px #303030;
      border-radius: 50%;
    }
    .treatment__section--btn span::before {
      top: 14.5px;
      left: 15.5px;
      width: 5px;
      height: 5px;
      border-top: solid 1.5px #303030;
      border-right: solid 1.5px #303030;
      border-radius: 1.5px;
    }
    .treatment__section--btn span::after {
      transform: rotate(-45deg);
      width: 7px;
      height: 1.5px;
      background-color: #303030;
      top: 17.6px;
      left: 14.5px;
    }
  }
  .greeting__section {
    margin: 0 25px 80px;
  }
  .greeting__section h2 {
    font-size: 16vw;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 2.0px;
    margin: 0 auto;
    text-align: right;
    width: 100%;
    z-index: -15;
    position: relative;
  }
  .greeting__section--img--text--wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .greeting__section--img-wrapper {
    background-image: url("../images/clinic_staff_1.webp");
    margin: -3vh auto 25px;
    width: 100%;
    height: 66.7166417vh;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px;
    border: solid 0.5px rgba(48, 48, 48, 0.6);
    position: relative;
  }
  .greeting__section--img-wrapper::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    height: 66.7166417vh;
    background-color: #d9d9d9;
    border-radius: 25px;
    border: solid 0.5px rgba(48, 48, 48, 0.6);
    transform: rotate(3deg);
    z-index: -10;
  }
  .greeting__section--text {
    text-align: left;
  }
  .greeting__section--post {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .greeting__section--name {
    font-size: 2.2rem;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .greeting__section--paragraph1, .greeting__section--paragraph2 {
    font-size: 1.4rem;
  }
  .greeting__section--paragraph1 {
    margin-bottom: 14px;
  }
@media(min-width:700px) {
  .greeting__section--img-wrapper {
    margin-top: -5vh;
    background-position: 50% 40%;
  }
}
  @media(min-width: 1160px) {
    .greeting__section {
      margin: 0 210px 200px;
    }
    .greeting__section h2 {
      font-size: 18.0rem;
      max-width: 1280px;
      width: auto;
      margin: 0 auto;
    }
    .greeting__section--img--text--wrapper {
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin: -100px auto 0;
      max-width: 1280px;
    }
    .greeting__section--img-wrapper {
      width: 577px;
      height: 787px;
      border-radius: 40px;
      border: solid 1px rgba(48, 48, 48, 0.6);
      margin: 0;
    }
    .greeting__section--img-wrapper::after {
      width: 100%;
      height: 100%;
      border-radius: 40px;
      border: solid 1px rgba(48, 48, 48, 0.6);
      transform: rotate(6deg);
    }
    .greeting__section--text {
      width: 577px;
      margin: 96px 0 0 120px;
    }
    .greeting__section--post {
      font-size: 1.8rem;
    }
    .greeting__section--name {
      font-size: 3.0rem;
      margin-bottom: 46px;
    }
    .greeting__section--paragraph1, .greeting__section--paragraph2 {
      font-size: 1.6rem;
      line-height: 1.8;
    }
    .greeting__section--paragraph1 {
      margin-bottom: 32px;
    }
  }
  .staff__section {
    margin-bottom: 80px;
    padding-bottom: 80px;
    position: relative;
  }
  .staff__section::before {
    content: " ";
    display: block;
    position: absolute;
    top: 7.5%;
    width: 61.3333333%;
    height: 92.5%;
    background-color: #D6EDFE;
    border-radius: 0 30px 30px 0;
    z-index: -999;
  }
  .staff__section--text-wrapper {
    margin: 0 25px 45px;
  }
  .staff__section h2 {
    font-size: 1.3rem;
    text-align: left;
    text-decoration: underline 7px solid #FFD500;
    -webkit-text-decoration: underline 7px solid #FFD500;
    text-underline-offset: -3px;
  }
  .staff__section h3 {
    font-size: 3.8rem;
    line-height: 1.8;
    letter-spacing: 2.0px;
    text-align: left;
  }
  .staff__section--paragraph {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.8;
  }
  .staff__section--slick-wrapper {
    margin-bottom: 30px;
  }
  .staff__slide1, .staff__slide2, .staff__slide3, .staff__slide4, .staff__slide5 {
    width: 205px;
    text-align: left;
    position: relative;
  }
  .staff__slide1 img, .staff__slide2 img, .staff__slide3 img, .staff__slide4 img, .staff__slide5 img {
    width: 179px;
    height: 238px;
    border-radius: 15px;
    object-fit: cover;
    border: solid 0.5px rgba(48, 48, 48, 0.6);
    margin-bottom: 15px;
  }
  .staff__slide5 img {
    object-position: 60% 0;
  }
  .staff__section--post {
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.8;
  }
  .staff__section--name {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: bold;
  }
  .staff__section--name--en {
    position: absolute;
    top: 0;
    left: 190px;
    padding: 37px 0 0;
    font-size: 1.1rem;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .staff__section--name--en::before {
    position: absolute;
    content: " ";
    right: 13px;
    top: 0;
    width: 1px;
    height: 30px;
    background: #303030;
  }
  .staff__section--line {
    content: " ";
    display: block;
    width: 86.6666667%;
    height: 1px;
    background-color: rgba(217, 217, 217, 0.75);
    margin: 0 auto 17px;
  }
  #arrow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5%;
    margin-bottom: 27px;
  }
  .slick-prev, .slick-next {
    content: " ";
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 20px;
    border: solid 1px #303030;
    position: relative;
  }
  .slick-prev::before {
    content: " ";
    display: block;
    position: absolute;
    top: 15.5px;
    left: 16px;
    width: 5px;
    height: 5px;
    border-top: solid 1.5px #303030;
    border-left: solid 1.5px #303030;
    border-radius: 1.5px;
    transform: rotate(-45deg);
  }
  .slick-prev::after {
    content: " ";
    display: block;
    position: absolute;
    top: 18px;
    left: 16px;
    width: 7px;
    height: 1.5px;
    background-color: #303030;
    border-radius: 0 1.5px 1.5px 0;
  }
  .slick-next::before {
    content: " ";
    display: block;
    position: absolute;
    top: 15.5px;
    left: 17px;
    width: 5px;
    height: 5px;
    border-top: solid 1.5px #303030;
    border-right: solid 1.5px #303030;
    border-radius: 1.5px;
    transform: rotate(45deg);
  }
  .slick-next::after {
    content: " ";
    display: block;
    position: absolute;
    top: 18px;
    left: 16px;
    width: 7px;
    height: 1.5px;
    background-color: #303030;
    border-radius: 1.5px 0 0 1.5px;
  }
  .staff__section--btn {
    position: relative;
    background-color: #FFD500;
    width: 270px;
    height: 50px;
    border-radius: 30px;
    border: none;
    font-family:"Zen Maru Gothic", "sans-serif";
    font-size: 1.4rem;
    font-weight: bold;
    color: #303030;
    cursor: pointer;
    letter-spacing: 1.0px;
  }
  .staff__section--btn span {
    content: " ";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border: dotted 1px #303030;
    border-radius: 30px;
  }
  .staff__section--btn span::before {
    content: " ";
    display: block;
    position: absolute;
    top: 11px;
    left: 11.5px;
    width: 5px;
    height: 5px;
    border-top: solid 1.5px #303030;
    border-right: solid 1.5px #303030;
    border-radius: 0.75px;
  }
  .staff__section--btn span::after {
    content: " ";
    display: block;
    position: absolute;
    top: 14px;
    left: 10.5px;
    transform: rotate(-45deg);
    width: 7px;
    height: 1.5px;
    background-color: #303030;
    border-radius: 1.5px 0 0 1.5px;
  }
  @media(min-width: 1160px) {
    .staff__section {
      margin-bottom: 200px;
      padding-bottom: 118px;
    }
    .staff__section::before {
      border-radius: 0 50px 50px 0;
      top: 9%;
      width: 55.3125%;
      height: 91%;
    }
    .staff__section--text-wrapper {
      margin: 0 210px 80px;
    }
    .staff__section h2 {
      font-size: 1.8rem;
    }
    .staff__section h3 {
      font-size: 8.5rem;
    }
    .staff__section--paragraph {
      font-size: 1.6rem;
      width: 585px;
    }
    .staff__slide1, .staff__slide2, .staff__slide3, .staff__slide4, .staff__slide5 {
      width: 333px;
    }
    .staff__slide1 img, .staff__slide2 img, .staff__slide3 img, .staff__slide4 img, .staff__slide5 img {
      width: 298px;
      height: 397px;
      border-radius: 25px;
      border: solid 1px rgba(48, 48, 48, 0.6);
      margin-bottom: 25px;
    }
    .staff__section--post {
      font-size: 1.4rem;
    }
    .staff__section--name {
      font-size: 2.0rem;
    }
    .staff__section--name--en {
      font-size: 1.3rem;
      padding: 57px 0 0;
      left: 314px;
    }
    .staff__section--name--en::before {
      height: 50px;
    }
    .staff__section--line {
      margin-bottom: 50px;
      width: 78.125%;
    }
    .arrow-btn-wrapper {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-start;
      width: 78.125%;
      margin: 0 auto;
      gap: 28%;
    }
    #arrow {
      width: 100px;
      gap: 15%;
      margin: auto 4.333333% auto 0;
      justify-content: space-between;
    }
    .slick-prev, .slick-next {
      width: 38px;
      height: 38px;
      border-radius: 20px;
      border: solid 1px #303030;
    }
    .slick-prev::before {
      top: 16px;
      left: 16px;
      width: 5px;
      height: 5px;
      border-top: solid 1.5px #303030;
      border-left: solid 1.5px #303030;
      border-radius: 1.5px;
      transform: rotate(-45deg);
    }
    .slick-prev::after {
      top: 18.5px;
      left: 16px;
      width: 7px;
      height: 1.5px;
      background-color: #303030;
      border-radius: 0 1.5px 1.5px 0;
    }
    .slick-next::before {
      top: 16px;
      left: 17px;
      width: 5px;
      height: 5px;
      border-top: solid 1.5px #303030;
      border-right: solid 1.5px #303030;
      border-radius: 1.5px;
      transform: rotate(45deg);
    }
    .slick-next::after {
      top: 18.5px;
      left: 16px;
      width: 7px;
      height: 1.5px;
      background-color: #303030;
      border-radius: 1.5px 0 0 1.5px;
    }
    .staff__section--btn {
      width: 320px;
      height: 63px;
      font-size: 1.6rem;
    }
    .staff__section--btn span {
      top: 11px;
      right: 10px;
      width: 36px;
      height: 36px;
      border: dotted 2px #303030;
      border-radius: 50%;
    }
    .staff__section--btn span::before {
      top: 14.5px;
      left: 15.5px;
      width: 5px;
      height: 5px;
      border-top: solid 1.5px #303030;
      border-right: solid 1.5px #303030;
      border-radius: 1.5px;
    }
    .staff__section--btn span::after {
      transform: rotate(-45deg);
      width: 7px;
      height: 1.5px;
      background-color: #303030;
      top: 17.5px;
      left: 14.5px;
    }
  }
  .img__section {
    margin-bottom: 80px;
    overflow: hidden;
    height: 667px;
    position: relative;
  }
  .img__section--img1 {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
  }
  .img__section--img2 {
    object-fit: cover;
    position: absolute;
    top: 240px;
    left: 5vw;
    width: 129px;
  }
  .img__section--img3 {
    object-fit: cover;
    position: absolute;
    top: 172px;
    right: 3vw;
    width: 140px;
  }
  .img__section--img4 {
    object-fit: cover;
    position: absolute;
    top: 300px;
    left: 38vw;
    width: 140px;
  }
  .img__section--img5, .img__section--img6 {
    display: none;
  }
  .img__section--img7 {
    object-fit: cover;
    position: absolute;
    bottom: 0;
    right: -5vw;
    width: 233px;
  }
@media(min-width:700px) {
  .img__section {
    height: 767px;
  }
  .img__section--img1 {
    width: 340px;
  }
  .img__section--img2 {
    width: 229px;
    top: 350px;
  }
  .img__section--img3 {
    width: 240px;
    top: 60px;
  }
  .img__section--img4 {
    width: 240px;
    top: 248px;
    left: 39vw;
  }
  .img__section--img7 {
    width: 333px;
    right: -2vw;
  }
}
  @media(min-width: 1160px) {
    .img__section {
      margin-bottom: 200px;
      height: 745px;
    }
    .img__section--img1 {
      width: 455px;
      top: auto;
      left: -30px;
      bottom: 0;
    }
    .img__section--img2 {
      width: 280px;
      top: 0px;
      left: 19vw;
    }
    .img__section--img3 {
      width: 280px;
      top: 190px;
      left: 35vw;
    }
    .img__section--img4 {
      width: 250px;
      top: 490px;
      left: 38vw;
    }
    .img__section--img5 {
      display: block;
      position: absolute;
      width: 260px;
      top: 20px;
      left: 47vw;
    }
    .img__section--img6 {
      display: block;
      position: absolute;
      width: 250px;
      top: 380px;
      left: 58vw;
    }
    .img__section--img7 {
      width: 400px;
      top: 0;
      left: auto;
      right: -30px;
    }
  }
  .news__section {
    margin: 0 25px 50px;
    padding: 35px 20px 30px;
    background-color: #ffffff;
    border-radius: 15px;
    text-align: left;
  }
  .news__section h2 {
    font-size: 2.2rem;
    line-height: 1.8;
    letter-spacing: 2.0px;
    margin-bottom: 15px;
  }
  .news__section ul {
    margin-bottom: 20px;
  }
  .news__section ul li {
    list-style: none;
    position: relative;
    padding: 20px 0;
    border-top: solid 1px rgba(48, 48, 48, 0.3);
  }
  .news__section ul li:last-child {
    border-bottom: solid 1px rgba(48, 48, 48, 0.3);
  }
  .news__section--img-text-wrapper {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
  }
  .news__section ul li img {
    object-fit: cover;
    width: 73px;
    height: 47px;
    border-radius: 5px;
    border: solid 0.5px rgba(48, 48, 48, 0.6);
    margin-right: 15px;
  }
  .news__section ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .news__section--news-lavel {
    font-size: 1.1rem;
    background-color: #FFD500;
    padding: 4px 12px;
    text-align: center;
    border-radius: 6px;
    line-height: 1.5;
    margin-bottom: 7px;
  }
  .news__section--news-day {
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 600;
  }
  .news__section--title-pc {
    display: none;
  }
  .news__section--title-sp {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.2;
  }
  .news__section--list-btn {
    position: relative;
    text-align: left;
    width: 150px;
    margin: 0 auto;
    cursor: pointer;
  }
  .news__section--list-btn-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
  }
  .news__section--list-btn-text {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .news__section--list-btn span {
    content: " ";
    display: block;
    position: absolute;
    top: -4.5px;
    right: 0;
    width: 28px;
    height: 28px;
    border: dotted 1px #303030;
    border-radius: 30px;
  }
  .news__section--list-btn span::before {
    content: " ";
    display: block;
    position: absolute;
    top: 11px;
    left: 11.5px;
    width: 5px;
    height: 5px;
    border-top: solid 1.5px #303030;
    border-right: solid 1.5px #303030;
    border-radius: 0.75px;
  }
  .news__section--list-btn span::after {
    content: " ";
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    width: 7px;
    height: 1.5px;
    top: 14px;
    left: 10.5px;
    background-color: #303030;
    border-radius: 1.5px 0 0 1.5px;
  }
  @media(min-width: 1160px) {
    .news__section {
      margin: 0 210px 120px;
      padding: 72px 133px 60px;
      border-radius: 30px;
    }
    .news__section h2 {
      font-size: 2.8rem;
      margin-bottom: 24px;
    }
    .news__section ul {
      margin-bottom: 30px;
    }
    .news__section ul li {
      padding: 25px 0;
    }
    .news__section--img-text-wrapper {
      margin-bottom: 0;
    }
    .news__section ul li img {
      width: 121px;
      height: 80px;
      border-radius: 5px;
      border: solid 0.5px rgba(48, 48, 48, 0.6);
      margin-right: 22px;
    }
    .news__section--lavel-day {
      display: flex;
      flex-direction: row;
    }
    .news__section--news-lavel {
      font-size: 1.2rem;
      padding: 4px 12px;
      border-radius: 5px;
      margin: 0 10px 10px 0;
    }
    .news__section--news-day {
      font-size: 1.4rem;
      vertical-align: middle;
      line-height: 1.8;
    }
    .news__section--title-pc {
      display: block;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.8;
    }
    .news__section--title-sp {
      display: none;
    }
    .news__section--list-btn {
      margin: 0 0 0 auto;
      width: 195px;
    }
    .news__section--list-btn-text {
      font-size: 1.4rem;
    }
    .news__section--list-btn span {
      width: 36px;
      height: 36px;
      border-radius: 40px;
      border: dotted 2px #303030;
      top: -6.5px;
    }
    .news__section--list-btn span::before {
      top: 14px;
      left: 15.5px;
      width: 5px;
      height: 5px;
      border-top: solid 1.5px #303030;
      border-right: solid 1.5px #303030;
      border-radius: 1.5px;
    }
    .news__section--list-btn span::after {
      transform: rotate(-45deg);
      width: 7px;
      height: 1.5px;
      background-color: #303030;
      top: 16.6px;
      left: 14.8px;
    }
  }
  .map-schedule__section {
    margin-bottom: 41px;
  }
  .map-schedule__section--map {
    margin: 0 25px 57px;
  }
  .map-schedule__section--map iframe {
    width: 100%;
    height: 325px;
    border-radius: 15px;
  }
  .map-schedule__section--schedule {
    text-align: left;
    margin: 0 25px 40px;
  }
  .map-schedule__section--index h2 {
    font-size: 1.4rem;
    letter-spacing: 2.0px;
  }
  .map-schedule__section--index p {
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .map-schedule__section--schedule address {
    font-size: 1.3rem;
    font-style: normal;
  }
  .medical-hours__table {
    width: 100%;
    border-top: solid 1px rgba(217, 217, 217, 0.75);
    border-bottom: solid 1px rgba(217, 217, 217, 0.75);
    margin-bottom: 8px;
  }
  .medical-hours__tr1 {
    height: 50px;
    font-size: 1.3rem;
    border-bottom: solid 1px rgba(217, 217, 217, 0.75);
  }
  .medical-hours__tr1--th1 {
    text-align: left;
    vertical-align: middle;
    padding-left: 25px;
    width: 90px;
  }
  .medical-hours__tr1--th2, .medical-hours__tr1--th3, .medical-hours__tr1--th4, .medical-hours__tr1--th5, .medical-hours__tr1--th6, .medical-hours__tr1--th7, .medical-hours__tr1--th8 {
    text-align: center;
    vertical-align: middle;
    width: 33px;
  }
  .medical-hours__tr1--th8 {
    padding-right: 25px;
  }
  .medical-hours__tr2 {
    height: 50px;
    font-size: 1.3rem;
    border-bottom: solid 1px rgba(217, 217, 217, 0.75);
  }
  .medical-hours__tr2--th1, .medical-hours__tr3--th1 {
    vertical-align: middle;
    padding-left: 25px;
  }
  .medical-hours__tr2--time, .medical-hours__tr3--time {
    text-align: left;
    vertical-align: middle;
  }
  .am, .pm {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .am-last, .pm-last {
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .schedule-circle-am, .schedule-circle-pm {
    width: 33px;
    vertical-align: middle;
  }
  .schedule-circle-am::before, .schedule-circle-pm::before {
    content: " ";
    display: block;
    width: 13px;
    height: 13px;
    background-color: #FFD500;
    border-radius: 7px;
    margin: 0 auto;
  }
  .schedule-line-am, .schedule-line-pm {
    width: 33px;
    vertical-align: middle;
    padding-right: 25px;
  }
  .schedule-line-am::before, .schedule-line-pm::before {
    content: " ";
    display: block;
    width: 14px;
    height: 2px;
    margin: 0 auto;
    background-color: #303030;
  }
  .medical-hours__tr3 {
    height: 50px;
    font-size: 1.3rem;
  }
  .schedule-triangle {
    width: 33px;
    vertical-align: middle;
  }
  .schedule-triangle::before {
    content: " ";
    display: block;
    width: 0px;
    height: 0px;
    border-top: 0 solid transparent;
    border-right: 7.5px solid transparent;
    border-left: 7.5px solid transparent;
    border-bottom: 13px solid #FFD500;
    margin: 0 auto;
  }
  .map-schedule__section--supplement {
    margin: 0 25px 16px;
    text-align: left;
    font-size: 1.1rem;
  }
  .map-schedule__section--supplement-closed {
    line-height: 1.8;
  }
  .map-schedule__section--supplement-attention {
    line-height: 1.8;
  }
  .map-schedule__section--supplement-attention span {
    color: #FFD500;
  }
  .map-schedule__section--btn {
    position: relative;
    background-color: #FFD500;
    width: 270px;
    height: 50px;
    border-radius: 30px;
    border: none;
    font-family:"Zen Maru Gothic", "sans-serif";
    font-size: 1.4rem;
    font-weight: bold;
    color: #303030;
    cursor: pointer;
    letter-spacing: 1.0px;
  }
  .map-schedule__section--btn span {
    content: " ";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border: dotted 1px #303030;
    border-radius: 30px;
  }
  .map-schedule__section--btn span::before {
    content: " ";
    display: block;
    position: absolute;
    top: 11px;
    left: 11.5px;
    width: 5px;
    height: 5px;
    border-top: solid 1.5px #303030;
    border-right: solid 1.5px #303030;
    border-radius: 0.75px;
  }
  .map-schedule__section--btn span::after {
    content: " ";
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    width: 7px;
    height: 1.5px;
    top: 14px;
    left: 10.5px;
    background-color: #303030;
    border-radius: 1.5px 0 0 1.5px;
  }
  @media(min-width:1160px) {
    .map-schedule__section {
      width: 56.25%;
      margin: 0 auto 120px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      gap: 4%;
    }
    .map-schedule__section--map {
      width: 530px;
      margin: 0;
      border-radius: 25px;
    }
    .map-schedule__section--map iframe {
      height: 100%;
    }
    .schedule-btn-wrapper {
      margin: 0;
    }
    .map-schedule__section--schedule {
      margin: 0 0 27px 0;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .map-schedule__section--index h2 {
      font-size: 1.6rem;
    }
    .map-schedule__section--index p {
      font-size: 1.3rem;
      margin-bottom: 0;
    }
    .map-schedule__section--schedule address {
      font-size: 1.5rem;
    }
    .medical-hours__table {
      border: solid 1px rgba(217, 217, 217, 0.75);
      border-collapse: separate;
      border-radius: 20px;
      margin-bottom: 12px;
    }
    .medical-hours__tr1 {
      height: 53px;
      font-size: 1.5rem;
    }
    .medical-hours__tr1--th1 {
      padding-left: 30px;
      border-bottom: solid 1px rgba(217, 217, 217, 0.75);
      width: 120px;
    }
    .medical-hours__tr1--th2, .medical-hours__tr1--th3, .medical-hours__tr1--th4, .medical-hours__tr1--th5, .medical-hours__tr1--th6, .medical-hours__tr1--th7, .medical-hours__tr1--th8 {
      width: 47px;
      border-bottom: solid 1px rgba(217, 217, 217, 0.75);
    }
    .medical-hours__tr1--th8 {
      padding-right: 30px;
      white-space: nowrap;
    }
    .medical-hours__tr2, .medical-hours__tr3 {
      height: 61px;
    }
    .medical-hours__tr2--th1, .medical-hours__tr3--th1 {
      padding-left: 30px;
      width: 120px;
    }
    .am, .pm {
      font-size: 1.4rem;
    }
    .am-last, .pm-last {
      font-size: 1.2rem;
    }
    .medical-hours__tr2--th1 {
      border-bottom: solid 1px rgba(217, 217, 217, 0.75);
    }
    .schedule-circle-am, .schedule-line-am {
      border-bottom: solid 1px rgba(217, 217, 217, 0.75);
    }
    .schedule-line-am, .schedule-line-pm {
      padding-right: 6.23700624%;
    }
    .schedule-circle-am::before, .schedule-circle-pm::before {
      width: 16px;
      height: 16px;
      border-radius: 8px;
    }
    .schedule-triangle::before {
      border-top: 0 solid transparent;
      border-right: 10.5px solid transparent;
      border-left: 10.5px solid transparent;
      border-bottom: 16px solid #FFD500;
    }
    .schedule-line-am::before, .schedule-line-pm::before {
      width: 16px;
      height: 2px;
    }
    .map-schedule__section--supplement {
      margin: 0 0 20px 0;
      font-size: 1.3rem;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .map-schedule__section--btn {
      width: 100%;
      height: 63px;
      font-size: 1.8rem;
    }
    .map-schedule__section--btn span {
      top: 10px;
      right: 10px;
      width: 36px;
      height: 36px;
      border: dotted 2px #303030;
      border-radius: 50%;
    }
    .map-schedule__section--btn span::before {
      top: 14.5px;
      left: 15.5px;
      width: 5px;
      height: 5px;
      border-top: solid 1.5px #303030;
      border-right: solid 1.5px #303030;
      border-radius: 1.5px;
    }
    .map-schedule__section--btn span::after {
      transform: rotate(-45deg);
      width: 7px;
      height: 1.5px;
      background-color: #303030;
      top: 17.8px;
      left: 14.5px;
    }
  }
  .footer__section--nav-pc {
    display: none;
  }
  .footer__section--policy-copyright {
    margin: 0 25px 75px;
    display: flex;
    flex-direction: column;
  }
  .footer__section--policy {
    text-decoration: none;
    color: #303030;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 8px;
  }
  .footer__section--copyright {
    font-size: 1.0rem;
    color: rgba(48, 48, 48, 0.6);
    font-weight: bold;
  }
#page-top {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  background-color: #FFD500;
  border-radius: 50%;
  position: fixed;
  bottom: 100px;
  right: 10px;
  visibility: hidden;
  cursor: pointer;
}
#page-top::before {
  content: " ";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 21px;
  left: 22.7px;
  border-top: solid 1.5px #303030;
  border-right: solid 1.5px #303030;
  transform: rotate(-45deg);
  border-radius: 0.75px;
}
#page-top::after {
  content: " ";
  display: block;
  position: absolute;
  top: 21px;
  left: 25px;
  width: 1.3px;
  height: 8px;
  background-color: #303030;
  border-radius: 0 0 0.65px 0.65px;
}
#page-top a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
  visibility: visible;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
.reserve-btn-sp {
  width: 100%;
  height: 63px;
  background-color: #FFD500;
  border: none;
  position: fixed;
  bottom: 0;
  left: 0;
  font-family:"Zen Maru Gothic", "sans-serif";
  color: #303030;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1.0px;
  z-index: 1;
  border-radius: 20px 20px 0 0;
}
.reserve-btn-sp span {
  content: " ";
  display: block;
  position: absolute;
  top: 17px;
  right: 26%;
  width: 28px;
  height: 28px;
  border: dotted 1px #303030;
  border-radius: 50%;
}
.reserve-btn-sp span::before {
  content: " ";
  display: block;
  position: absolute;
  top: 11px;
  left: 11.5px;
  width: 5px;
  height: 5px;
  border-top: solid 1.5px #303030;
  border-right: solid 1.5px #303030;
  border-radius: 0.75px;
}
.reserve-btn-sp span::after {
  content: " ";
  display: block;
  width: 8px;
  height: 1.5px;
  background-color: #303030;
  position: absolute;
  top: 13.8px;
  left: 10.5px;
  border-radius: 1.5px 0 0 1.5px;
  transform: rotate(-45deg);
}
@media(min-width:700px) {
  .reserve-btn-sp span {
    right: 38%;
  }
}
  @media(min-width:1160px) {
    .footer__section--nav-pc {
      border-top: solid 1px rgba(217, 217, 217, 0.75);
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 15%;
      padding-top: 76px;
      margin: 0 auto 67px;
      width: 56.25%;
      text-align: left;
    }
    .footer__section--ul-first {
      width: 243px;
    }
    .footer__section--ul-first-li1 {
      display: flex;
      flex-direction: column;
      margin-bottom: 30px;
    }
    .footer__nav--link-first {
      text-decoration: none;
      color: #303030;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.8;
      margin-bottom: 4px;
    }
    .footer__nav--child-link-wrapper1 {
      display: flex;
      flex-direction: column;
    }
    .footer__nav--child-link {
      text-decoration: none;
      color: #303030;
      font-size: 1.4rem;
      padding-left: 12px;
      position: relative;
      line-height: 1.8;
    }
    .footer__nav--child-link::before {
      content: " ";
      display: block;
      width: 6px;
      height: 0.5px;
      background-color: #303030;
      position: absolute;
      left: 0;
      top: 12px;
    }
    .footer__section--ul-first-li2 {
      display: flex;
      flex-direction: column;
    }
    .footer__nav--child-link-wrapper2 {
      display: flex;
      flex-direction: row;
      gap: 15%;
    }
    .footer__nav--left, .footer__nav--right {
      display: flex;
      flex-direction: column;
    }
    .footer__section--ul-second {
      width: 145px;
    }
    .footer__section--ul-second-li1, .footer__section--ul-second-li2, .footer__section--ul-third-li1 {
      margin-bottom: 30px;
    }
    .footer__nav--link {
      text-decoration: none;
      color: #303030;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.8;
    }
    .footer__section--policy-copyright {
      width: 56.25%;
      flex-direction: row-reverse;
      justify-content: space-between;
      margin: 0 auto 80px;
    }
    #page-top {
      width: 60px;
      height: 60px;
      right: 58px;
    }
    #page-top::before {
      width: 5px;
      height: 5px;
      border-top: solid 1.9px #303030;
      border-right: solid 1.9px #303030;
      top: 25px;
      left: 28px;
      border-radius: 0.95px;
    }
    #page-top::after {
      width: 1.9px;
      height: 10px;
      border-radius: 0 0 0.95px 0.95px;
      top: 25px;
      left: 30.3px;
    }
    .reserve-btn-sp {
      display: none;
    }
  }