@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Montserrat:wght@100..900&family=Shippori+Mincho:wght@400;500;600&display=swap");
:root {
  line-height: 1.875;
  --green:#45B035;
  --green2: #C4E0AE;
  --green3: #A8D17D;
  --black:#595757;
  --orange:#f5cb93;
  --mont:"Montserrat", sans-serif;
  --shippori:"Shippori Mincho", serif;
  --inter:"Inter", sans-serif;
  font-size: 10px;
  font-family: var(--inter);
  color: var(--black);
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.delay200 {
  transition-delay: 0.2s;
}

.delay400 {
  transition-delay: 0.4s;
}

.delay600 {
  transition-delay: 0.6s;
}

.delay800 {
  transition-delay: 0.8s;
}

.delay1000 {
  transition-delay: 1s;
}

@media (max-width: 767px) {
  .smb0 {
    margin-bottom: 0 !important;
  }
  .smb5 {
    margin-bottom: 5px !important;
  }
  .smb10 {
    margin-bottom: 10px !important;
  }
  .smb15 {
    margin-bottom: 15px !important;
  }
  .smb20 {
    margin-bottom: 20px !important;
  }
  .smb30 {
    margin-bottom: 30px !important;
  }
  .smb40 {
    margin-bottom: 40px !important;
  }
  .smb50 {
    margin-bottom: 50px !important;
  }
  .smb60 {
    margin-bottom: 60px !important;
  }
  .smb70 {
    margin-bottom: 70px !important;
  }
  .smb80 {
    margin-bottom: 80px !important;
  }
  .smb90 {
    margin-bottom: 90px !important;
  }
  .smb100 {
    margin-bottom: 100px !important;
  }
  .delay200, .delay400, .delay600, .delay800, .delay1000 {
    transition-delay: 0s;
  }
  .spb0 {
    padding-bottom: 0 !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: var(--black);
  transition: all 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

ul, ol {
  list-style: none;
}

p {
  font-size: 1.6rem;
  line-height: 2;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-weight: 400;
}
body::after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/common/webp/common-bg.webp);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.fax-link {
  pointer-events: none;
  cursor: default;
}

.js-fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 1s;
}

.js-fadeUp.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
}
.logo {
  width: 183px;
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 100;
  transition: all 0.8s ease-in-out;
}
.logo img {
  filter: drop-shadow(0 2px 4px rgba(255, 255, 255, 0.95)) drop-shadow(0 3px 8px rgba(255, 255, 255, 0.9)) drop-shadow(0 4px 12px rgba(255, 255, 255, 0.8)) drop-shadow(0 5px 20px rgba(255, 255, 255, 0.7)) drop-shadow(0 6px 30px rgba(255, 255, 255, 0.6));
  transition: all 0.8s ease-in-out;
}
.logo.small-logo {
  width: 70px;
  top: 9px;
  left: 30px;
}
.logo.small-logo img {
  filter: drop-shadow(0 0 0 rgb(255, 255, 255)) drop-shadow(0 0 0 rgb(255, 255, 255)) drop-shadow(0 0 0 rgba(255, 255, 255, 0.95)) drop-shadow(0 0 0 rgba(255, 255, 255, 0.9)) drop-shadow(0 0 0 rgba(255, 255, 255, 0.8)) drop-shadow(0 0 0 rgba(255, 255, 255, 0.7)) drop-shadow(0 0 0 rgba(255, 255, 255, 0.6));
}

#ham {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
#ham .ham {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  right: 0;
  background-color: var(--green);
  display: block;
}
#ham .ham .line {
  width: 23px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
#ham .ham .line:nth-child(1) {
  top: 37px;
}
#ham .ham .line:nth-child(2) {
  top: 43px;
}
#ham.active .ham {
  transition: all 0.3s ease-in-out;
}
#ham.active .ham .line:nth-child(1) {
  top: 40px;
  transform: translateX(-50%) rotate(45deg);
}
#ham.active .ham .line:nth-child(2) {
  top: 40px;
  transform: translateX(-50%) rotate(-45deg);
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  z-index: 99;
}

.header__nav-pc {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 40px;
  padding-right: 120px;
  width: calc(50% + 300px);
}

.header__nav-list {
  display: flex;
  gap: 50px;
}
.header__nav-list li {
  position: relative;
}
.header__nav-list li::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #E6E6E6;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
}
.header__nav-list li:last-child::after {
  display: none;
}
.header__nav-list li a {
  font-size: 1.6rem;
  font-family: var(--shippori);
}
.header__nav-list li a:hover {
  color: var(--green);
}
.header__nav-list li.instagram a {
  line-height: 1;
}
.header__nav-list li.instagram a img {
  width: 2.5rem;
  height: auto;
  margin-top: 0.2rem;
}

.header__nav-tel a {
  font-size: 2.4rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 300;
}
.header__nav-tel a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/base-icon/tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(2px);
}

.side__pc-nav {
  height: 100vh;
  width: 80px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 120px 0 50px;
}

.global__nav {
  width: calc(100% - 80px);
  height: 100vh;
  background-image: url(../img/common/webp/common-bg.webp);
  background-size: cover;
  background-position: center;
  position: fixed;
  top: -102vh;
  left: 0;
  z-index: 101;
  padding: 100px 0;
  transition: all 0.5s ease-in-out;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE・Edge */
  overflow-y: scroll; /* すべてのブラウザ */
}
.global__nav.active {
  top: 0;
}

.global__nav::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge (Chromium), Opera */
}

.global__nav-cont {
  display: block;
  width: 930px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.global__nav-logo {
  width: 183px;
  margin: 0 auto 70px;
  display: block;
}

.global__nav-list {
  display: flex;
  gap: 50px;
  margin-bottom: 70px;
  justify-content: center;
}
.global__nav-list li a {
  color: var(--green);
  font-size: 1.8rem;
  font-family: var(--shippori);
}

.global__nav-ttl-middle {
  position: relative;
}
.global__nav-ttl-middle::before {
  content: "";
  display: block;
  width: calc(50% - 100px);
  height: 1px;
  background-color: #E6E6E6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}
.global__nav-ttl-middle::after {
  content: "";
  display: block;
  width: calc(50% - 100px);
  height: 1px;
  background-color: #E6E6E6;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 0;
}

.global__nav-instaglam {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 40px;
}
.global__nav-instaglam a img {
  width: 50px;
  height: auto;
}

.global__nav-ttl-middle-txt {
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  font-family: var(--shippori);
  color: var(--green);
  text-align: center;
  width: 100%;
  display: block;
}

.global__nav-treatment-list {
  display: flex;
  justify-content: center;
  gap: 0 50px;
  flex-wrap: wrap;
  position: relative;
}
.global__nav-treatment-list::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 0;
}
.global__nav-treatment-list li {
  padding: 20px 0;
  width: 40%;
}
.global__nav-treatment-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.global__nav-treatment-list li a .icon {
  width: 70px;
  height: 70px;
  display: block;
}
.global__nav-treatment-list li a .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.global__nav-treatment-list li a .txt {
  font-size: 1.6rem;
}

.global__nav-footer-list {
  display: flex;
  justify-content: center;
  gap: 0 50px;
  margin-top: 70px;
}
.global__nav-footer-list li a {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 300;
}
.global__nav-footer-list li a.tel-link::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/base-icon/tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.global__nav-footer-list li a.fax-link::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/base-icon/fax.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.side__web-reserv a {
  font-family: var(--shippori);
  font-size: 1.6rem;
  width: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-all;
  line-height: 1.2;
  text-align: center;
  flex-direction: column;
  gap: 10px;
}
.side__web-reserv a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/base-icon/calender-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.side__top-return-btn a {
  writing-mode: vertical-rl;
  font-size: 1.2rem;
  gap: 10px;
  align-items: center;
  display: flex;
  position: relative;
  padding-top: 35px;
  letter-spacing: 1px;
}
.side__top-return-btn a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/base-icon/page-top2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

main {
  width: calc(100% - 80px);
  margin: 0 auto 0 0;
}

.page-news .news-current {
  color: var(--green);
}

.page-about .about-current {
  color: var(--green);
}

.page-treatment .treatment-current {
  color: var(--green);
}

.page-facility .facility-current {
  color: var(--green);
}

.page-access .access-current {
  color: var(--green);
}

.global__nav-list li#global__nav-list-treatment {
  display: none;
}

@media (max-width: 1199px) {
  .header__nav-list {
    display: none;
  }
  .header__nav-pc {
    padding-right: 100px;
    width: 270px;
  }
  .header__nav-tel a {
    font-size: 2rem;
  }
  .header__nav-tel a::before {
    width: 26px;
    height: 26px;
  }
  .logo {
    width: 139px;
    top: 30px;
    left: 30px;
  }
  .global__nav-treatment-list::before {
    display: none;
  }
  .global__nav {
    padding: 60px 0;
  }
  .global__nav-logo {
    width: 140px;
    margin: 0 auto 40px;
  }
  .global__nav-list {
    gap: 40px;
    margin-bottom: 50px;
  }
  .global__nav-list li a {
    font-size: 1.6rem;
  }
  .global__nav-ttl-middle-txt {
    font-size: 1.6rem;
  }
  .global__nav-ttl-middle::before {
    width: calc(50% - 60px);
  }
  .global__nav-ttl-middle::after {
    width: calc(50% - 60px);
  }
  .global__nav-treatment-list li {
    padding: 15px 0;
    width: 50%;
    border-bottom: 1px solid #e6e6e6;
  }
  .global__nav-treatment-list {
    justify-content: flex-start;
    gap: 0;
  }
  .global__nav-treatment-list li a {
    justify-content: flex-start;
    gap: 15px;
    width: 100%;
  }
  .global__nav-footer-list {
    gap: 35px;
    margin-top: 50px;
  }
  .global__nav-footer-list li a {
    font-size: 1.8rem;
  }
  .global__nav-footer-list li a.tel-link::before {
    width: 24px;
    height: 24px;
  }
  .global__nav-footer-list li a.fax-link::before {
    width: 27px;
    height: 25px;
  }
}
@media (max-width: 767px) {
  .logo, .logo.small-logo {
    width: 207px;
    top: 9px;
    left: 10px;
  }
  .header__nav-tel a span {
    font-size: 0;
  }
  #ham {
    width: 64px;
    height: 64px;
  }
  body::before {
    height: 64px;
  }
  .header__nav-pc {
    padding-right: 65px;
    width: 105px;
    height: 60px;
  }
  #ham .ham .line:nth-child(1) {
    top: 27px;
  }
  #ham .ham .line:nth-child(2) {
    top: 33px;
  }
  .side__pc-nav {
    display: block;
    width: calc(100% - 60px);
    height: 64px;
    position: fixed;
    bottom: -70px;
    padding: 0;
    top: auto;
    left: 0;
    transition: all 1s ease;
  }
  .side__pc-nav.active {
    bottom: 0;
  }
  .side__web-reserv a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--green);
    width: 100%;
    height: 64px;
    flex-direction: row;
    color: #fff;
    font-family: var(--inter);
  }
  .side__web-reserv a::before {
    background-image: url(../img/common/base-icon/calender-white.svg);
  }
  .side__top-return-btn {
    display: none;
  }
  main {
    width: 100%;
    margin: 0;
  }
  #ham.active .ham .line:nth-child(1), #ham.active .ham .line:nth-child(2) {
    top: 30px;
  }
  .global__nav {
    width: 100%;
  }
  .global__nav-list {
    gap: 0;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .global__nav-list li {
    width: 100%;
    text-align: left;
  }
  .global__nav-list li#global__nav-list-treatment {
    display: block;
  }
  .global__nav-list li#global__nav-list-treatment .txt {
    font-size: 1.5rem;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    color: var(--green);
    font-size: 1.5rem;
    font-family: var(--shippori);
    cursor: pointer;
  }
  .global__nav-list li#global__nav-list-treatment .txt::after {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    background-image: none;
    color: var(--green);
    content: "＋";
    font-size: 2rem;
    right: 19px;
    line-height: 1;
  }
  .global__nav-list li#global__nav-list-treatment .txt.active::after {
    content: "－";
    right: 19px;
  }
  .global__nav-list > li > a {
    font-size: 1.5rem;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
  }
  .global__nav-list > li > a::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../img/common/base-icon/arrow-green.svg);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-in-out;
  }
  .global__nav-list > li > a:hover::after {
    right: 17px;
  }
  .global__nav-list-treatment-bl {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
  }
  .global__nav-list-treatment-bl.active {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  .global__nav-list-treatment-list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: #E6E6E6 1px solid;
  }
  .global__nav-list-treatment-list li {
    width: 50%;
  }
  .global__nav-list-treatment-list li a {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  .global__nav-list-treatment-list li a::after {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: #E6E6E6;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 10%;
  }
  .global__nav-list-treatment-list li a .icon {
    width: 70px;
    height: 70px;
    display: block;
  }
  .global__nav-list-treatment-list li a .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .global__nav-list-treatment-list li a .treatment-txt {
    text-align: center;
    font-size: 1.3rem;
    color: var(--black);
    font-family: var(--inter);
  }
  .global__nav-list-treatment-list li:nth-of-type(2n-1) a::before {
    width: 1px;
    height: 80%;
    display: block;
    background-color: #E6E6E6;
    position: absolute;
    top: 10%;
    right: 0;
    content: "";
  }
  .global__nav-list-treatment-list li:last-of-type a::after {
    display: none;
  }
  .global__nav-logo {
    width: 158px;
    margin: 0 auto 30px;
  }
  .global__nav-treatment-list li {
    padding: 10px 0;
    width: 100%;
  }
  .global__nav-treatment-list li a {
    gap: 10px;
  }
  .global__nav-treatment-list li a .txt {
    font-size: 1.4rem;
  }
  .global__nav-footer-list {
    gap: 10px;
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
  }
  .logo img {
    filter: drop-shadow(0 0 0 rgb(255, 255, 255)) drop-shadow(0 0 0 rgb(255, 255, 255)) drop-shadow(0 0 0 rgba(255, 255, 255, 0.95)) drop-shadow(0 0 0 rgba(255, 255, 255, 0.9)) drop-shadow(0 0 0 rgba(255, 255, 255, 0.8)) drop-shadow(0 0 0 rgba(255, 255, 255, 0.7)) drop-shadow(0 0 0 rgba(255, 255, 255, 0.6));
  }
  .global__nav-treatment-list {
    display: none;
  }
  .global__nav-ttl-middle {
    display: none;
  }
}
footer {
  width: calc(100% - 80px);
}

.footer__swiper {
  overflow: hidden;
}
.footer__swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.footer__logo {
  width: 243px;
  margin: 60px auto 60px;
}
.footer__logo img {
  width: 100%;
}

.footer__flex {
  display: flex;
  gap: 40px 6%;
  margin-bottom: 110px;
}

.footer__left {
  width: 47%;
}

.footer__right {
  width: 47%;
}

.footer__address {
  margin-bottom: 20px;
}

.footer__map {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 40px;
}
.footer__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.footer__access-list li {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
}
.footer__access-list li:last-of-type {
  margin-bottom: 0;
}
.footer__access-list li:last-of-type .icon img {
  width: 90%;
  margin-left: 5%;
}
.footer__access-list li .icon {
  width: 48px;
  height: 48px;
  display: block;
}
.footer__access-list li .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.footer__access-list li .cont {
  width: calc(100% - 48px);
}

.footer__access-list-ttl {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 1.6rem;
}

.footer__access-list-txt-small {
  font-size: 1.4rem;
  margin-top: 0;
}

.footer__time-bl {
  margin-top: 20px;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  gap: 20px;
  background-color: #fff;
  align-items: center;
  margin-bottom: 40px;
}

.footer__time-bl-gray-txt {
  padding: 3px 17px;
  border-radius: 50px;
  background-color: #F2F4FB;
}

.footer__contact-ttl {
  position: relative;
  text-align: center;
}
.footer__contact-ttl::before {
  content: "";
  display: block;
  width: calc(50% - 8em);
  height: 1px;
  background-color: #E6E6E6;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
.footer__contact-ttl::after {
  content: "";
  display: block;
  width: calc(50% - 8em);
  height: 1px;
  background-color: #E6E6E6;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
}

.footer__contact-tel-link {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-family: var(--shippori);
  line-height: 1.3;
  font-size: 4rem;
  margin-bottom: 5px;
}

.footer__contact-fax-txt {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 40px;
}

.footer__web-reserv-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  color: #fff;
  border-radius: 12px;
  font-size: 16px;
  gap: 12px;
  margin-bottom: 20px;
  background-color: var(--green);
}
.footer__web-reserv-btn::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/base-icon/calender-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-2px);
}

.footer__contact-note-txt {
  font-size: 1.4rem;
  margin-top: 2em;
}

.footer__contact-list li {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.4rem;
}
.footer__contact-list li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: var(--black);
  position: absolute;
  left: 2px;
  top: 12px;
  border-radius: 50%;
}

.footer__time-note p {
  text-align: center;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}

.footer__nav-list {
  display: flex;
  justify-content: center;
  gap: 30px 60px;
  margin-bottom: 60px;
}
.footer__nav-list li {
  position: relative;
}
.footer__nav-list li::after {
  width: 1px;
  height: 16px;
  background-color: #E6E6E6;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}
.footer__nav-list li:last-child::after {
  display: none;
}
.footer__nav-list li a {
  font-family: var(--shippori);
  font-size: 1.6rem;
}
.footer__nav-list li a .en {
  display: block;
  text-align: center;
  color: var(--green);
  font-size: 1rem;
  font-family: var(--mont);
  padding-top: 5px;
}

.footer__copy {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--green3);
  color: #fff;
  font-size: 1.2rem;
  height: 80px;
}

.top-return-sp-btn {
  display: none;
}

@media (max-width: 1199px) {
  .footer__logo {
    width: 170px;
    margin: 60px auto 60px;
  }
  .footer__contact-tel-link {
    font-size: 4vw;
  }
  .footer__nav-list {
    gap: 30px 35px;
  }
  .footer__nav-list li::after {
    right: -18px;
  }
  .footer__flex {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  footer {
    width: 100%;
    padding-bottom: 60px;
  }
  .footer__right {
    width: 100%;
  }
  .footer__left {
    width: 100%;
  }
  .footer__flex {
    flex-direction: column;
  }
  .footer__time-bl-gray-txt, .footer__time-bl-horiday-txt {
    font-size: 1.3rem;
    width: 100%;
    text-align: center;
  }
  .footer__contact-tel-link {
    font-size: 3rem;
  }
  .footer__time-bl {
    gap: 9px;
    flex-direction: column;
  }
  .footer__address {
    font-size: 1.3rem;
  }
  .footer__access-list li {
    gap: 15px;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
  }
  .footer__access-list li .icon {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .footer__access-list li .icon img {
    width: 29px;
    height: 37px;
    object-fit: contain;
    object-position: center;
  }
  .footer__access-list li .cont {
    width: calc(100% - 24px);
  }
  .footer__access-list-ttl {
    margin-bottom: 5px;
    font-size: 1.6rem;
    text-align: center;
  }
  .footer__access-list-txt {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 5px;
  }
  .footer__access-list-txt-small {
    font-size: 1.4rem;
    text-align: center;
  }
  .footer__right .time-table th {
    font-size: 1.2rem !important;
  }
  .footer__contact-ttl {
    font-size: 1.6rem;
  }
  .footer__web-reserv-btn {
    height: 64px;
    border-radius: 8px;
  }
  .footer__contact-list li {
    font-size: 1.4rem;
  }
  .footer__nav-list li a {
    display: block;
    text-align: center;
    border-bottom: #E6E6E6 1px solid;
    padding-bottom: 15px;
    font-size: 1.5en;
  }
  .footer__nav-list {
    gap: 15px 4%;
    flex-wrap: wrap;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__nav-list li::after {
    display: none;
  }
  .footer__nav-list li {
    width: 48%;
  }
  .footer__nav-list li a .en {
    padding-top: 0;
  }
  .footer__copy {
    font-size: 1rem;
    height: 80px;
  }
  .top-return-sp-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 64px;
    position: fixed;
    bottom: -70px;
    right: 0;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    z-index: 100;
    transition: all 1s ease;
  }
  .top-return-sp-btn.active {
    bottom: 0;
  }
  .top-return-sp-btn::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/common/base-icon/page-top2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
  }
  .footer__nav {
    display: none;
  }
  .footer__contact-fax-txt {
    font-size: 1.6rem;
  }
}
#top-mv {
  position: relative;
  width: 100%;
  height: 100vh;
}

.top-mv__swiper {
  width: calc(100% - 80px);
  height: calc(100% - 180px);
  margin: 80px 0 0 auto;
  overflow: hidden;
}
.top-mv__swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top 10% left 50%;
  border-radius: 0 0 0 20px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-top {
  opacity: 0;
  animation: fadeIn 1s 0.5s ease forwards;
}

@keyframes top-mv-ttl-anim {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  50% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.top-mv__ttl {
  display: flex;
  flex-direction: row-reverse;
  font-size: 4rem;
  font-family: var(--shippori);
  position: absolute;
  top: 165px;
  font-weight: 400;
  left: 50px;
  z-index: 3;
  line-height: 1.6;
  opacity: 0;
  animation: top-mv-ttl-anim 3s ease forwards;
}
.top-mv__ttl .txt1 {
  display: block;
  writing-mode: vertical-rl;
  text-shadow: 0 0 4px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 12px rgba(255, 255, 255, 0.95), 0 0 20px rgba(255, 255, 255, 0.9), 0 0 30px rgba(255, 255, 255, 0.85), 0 0 45px rgba(255, 255, 255, 0.8), 0 0 60px rgba(255, 255, 255, 0.75), 0 0 80px rgba(255, 255, 255, 0.7), 0 0 100px rgba(255, 255, 255, 0.6);
}
.top-mv__ttl .txt2 {
  display: block;
  writing-mode: vertical-rl;
  margin-top: 1em;
  text-shadow: 0 0 4px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 12px rgba(255, 255, 255, 0.95), 0 0 20px rgba(255, 255, 255, 0.9), 0 0 30px rgba(255, 255, 255, 0.85), 0 0 45px rgba(255, 255, 255, 0.8), 0 0 60px rgba(255, 255, 255, 0.75), 0 0 80px rgba(255, 255, 255, 0.7), 0 0 100px rgba(255, 255, 255, 0.6);
}

.top-mv__float-time {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 490px;
  border-radius: 32px 0 0 32px;
  background-color: #fff;
  padding: 50px;
  z-index: 5;
}

.top-mv__time-table-bl {
  width: 430px;
}

.time-table {
  width: 100%;
  border-collapse: collapse;
}
.time-table th {
  width: calc((100% - 120px) / 7);
  padding: 15px 5px;
  font-size: 1.4rem;
  font-weight: 400;
  border-bottom: 1px solid #E6E6E6;
}
.time-table th.left-cell {
  width: 120px;
  position: relative;
}
.time-table th.left-cell::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #E6E6E6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.time-table td {
  width: calc((100% - 120px) / 7);
  padding: 15px 5px;
  font-size: 1.2rem;
  text-align: center;
  border-bottom: 1px solid #E6E6E6;
}
.time-table td.left-cell {
  width: 120px;
  position: relative;
}
.time-table td.left-cell::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #E6E6E6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.time-table tr:last-of-type td {
  border-bottom: none;
}
.time-table tr:last-of-type th {
  border-bottom: none;
}
.time-table thead tr th {
  border-bottom: 1px solid #E6E6E6 !important;
}

.green-txt {
  color: var(--green);
}

.tie-table__caution-txt {
  text-align: center;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}
.tie-table__caution-txt::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/common/base-icon/map-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.tie-table__caution-txt.type2::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: var(--green);
  display: inline-block;
  transform: scale(60%);
}

.inner {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

.top-news__flex {
  display: flex;
}
.top-news__flex .ttl-bl {
  width: 308px;
  padding-right: 30px;
}
.top-news__flex .cont-bl {
  width: calc(100% - 308px);
}

.base__ttl-en {
  position: relative;
  font-size: 3rem;
  font-family: var(--mont);
  font-weight: 400;
  z-index: 2;
  letter-spacing: 0.15em;
  margin-bottom: 5px;
}
.base__ttl-en::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(196, 224, 174, 0.5);
  position: absolute;
  top: -25px;
  left: -20px;
  z-index: -1;
}

.base__ttl-ja {
  font-size: 1.4rem;
  font-weight: 400;
}

#top-news {
  padding: 120px 0 0;
}

.news__list li {
  margin-bottom: 10px;
}
.news__list li a {
  background-color: #fff;
  display: flex;
  padding: 20px 50px 20px 20px;
  font-size: 16px;
  position: relative;
}
.news__list li a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/base-icon/arrow-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: all 0.3s ease-in-out;
}
.news__list li a:hover::after {
  right: 17px;
}
.news__list li a time {
  display: block;
  width: 110px;
  color: var(--green);
}
.news__list li a .tct {
  display: block;
  width: calc(100% - 110px);
}

.news__block {
  margin-top: 40px;
}
.news__block a {
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  border-radius: 12px;
  font-size: 16px;
  padding: 12px;
  background-color: var(--green);
}

.base__link {
  display: block;
  width: fit-content;
  font-size: 1.4rem;
  font-family: var(--mont);
  font-weight: 400;
  padding-bottom: 10px;
  position: relative;
}
.base__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--green);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(1);
  transition: transform 0.3s ease-in-out;
}
.base__link.base__link-orange::after {
  background-color: #F5CB93;
}
.base__link:hover::after {
  transform: scaleX(0);
}

.top-treatmet__link-bl {
  width: fit-content;
  margin: 60px auto 0;
}

#top-about {
  padding: 120px 0;
}

.top-about__ttl-bl {
  margin-bottom: 70px;
}

.top-about__ttl-big {
  font-size: clamp(2rem, 3.2vw, 4rem);
  font-family: var(--shippori);
  font-weight: 400;
  line-height: 2;
  margin-bottom: 80px;
}

.top-about__flex {
  display: flex;
}
.top-about__flex .cont {
  padding-right: 15%;
  width: 50%;
}
.top-about__flex .img {
  width: 50%;
}
.top-about__flex .img img {
  border-radius: 32px;
}

#top-treatment {
  padding: 100px 0 120px;
  position: relative;
}
#top-treatment::before {
  content: "";
  display: block;
  width: 100%;
  height: 900px;
  background-color: rgba(250, 229, 147, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
#top-treatment .base__ttl-en::before {
  background-color: #FAE593;
}

.top-treatment__list {
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  margin-top: 60px;
}
.top-treatment__list li {
  width: calc((100% - 60px) / 2);
}
.top-treatment__list li a {
  padding: 40px 30px;
  display: block;
  background-color: #fff;
  border-radius: 15px;
}
.top-treatment__list li a .img {
  width: 160px;
  margin: 0 auto 20px;
}
.top-treatment__list li a .img img {
  width: 100%;
}
.top-treatment__list li a .ttl {
  text-align: center;
  font-family: var(--shippori);
  font-size: 2.4rem;
  margin-bottom: 15px;
  font-weight: 400;
}
.top-treatment__list li a p {
  text-align: center;
}

.top-mv__swiper {
  position: relative;
}
.top-mv__swiper .swiper-pagination {
  display: none;
}

@media (max-height: 890px) {
  .top-mv__ttl {
    font-size: 4vh;
  }
}
@media (max-width: 1199px) {
  .top-mv__float-time {
    width: 415px;
    border-radius: 16px 0 0 16px;
    padding: 30px 3%;
  }
  .top-mv__time-table-bl {
    width: 365px;
  }
  .time-table th.left-cell {
    width: 110px;
  }
  .time-table th {
    width: calc((100% - 110px) / 7);
  }
  .top-mv__ttl {
    top: 110px;
  }
  .top-news__flex .ttl-bl {
    width: 215px;
  }
  .top-news__flex .cont-bl {
    width: calc(100% - 215px);
  }
  .top-about__flex .cont {
    padding-right: 7%;
  }
  .top-about__flex .cont .base__link {
    margin: 0 auto 40px;
  }
  .top-treatment__list li a .img {
    width: 110px;
    margin: 0px auto 10px;
  }
  .top-treatment__list li a {
    padding: 30px 20px;
    border-radius: 10px;
  }
  .top-treatment__list li a .ttl {
    font-size: 2.2vw;
  }
  .top-treatment__list li a p {
    font-size: 1.4rem;
  }
  .top-treatment__list {
    gap: 20px;
    margin-top: 50px;
  }
  .top-treatment__list li {
    width: calc((100% - 40px) / 3);
  }
  #top-treatment::before {
    height: 775px;
  }
}
@media (max-width: 767px) {
  .top-mv__swiper {
    width: 100%;
    height: auto;
    aspect-ratio: initial;
    margin: 0 0 0 auto;
  }
  .top-mv__swiper img {
    border-radius: 0;
  }
  .top-mv__float-time {
    width: 100%;
    border-radius: 0;
    margin: 30px auto 0;
    position: relative;
    right: 0;
    bottom: auto;
    max-width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
  .top-mv__time-table-bl {
    width: 410px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #top-mv {
    height: auto;
    padding-top: 64px;
  }
  #top-news {
    padding: 60px 0 0;
  }
  .top-news__flex .ttl-bl {
    width: 100%;
    padding-right: 0;
  }
  .base__link {
    font-size: 1.3rem;
  }
  .top-news__flex {
    flex-direction: column;
    position: relative;
    padding-bottom: 60px;
  }
  .top-news__flex .base__link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
  }
  .base__ttl-en::before {
    width: 60px;
    height: 60px;
    top: -17px;
    left: -10px;
  }
  .base__ttl-en {
    font-size: 2.2rem;
    margin-bottom: 0;
  }
  .top-news__flex .cont-bl {
    width: 100%;
  }
  .news__list li a::after {
    width: 16px;
    height: 16px;
    right: 12px;
  }
  .news__list li a:hover::after {
    right: 9px;
  }
  .news__list li a {
    padding: 12px 35px 12px 12px;
    font-size: 13px;
    display: block;
  }
  .news__list li a .tct {
    display: block;
    width: 100%;
  }
  #top-about {
    padding: 60px 0;
  }
  .top-about__flex .img {
    width: 100%;
    aspect-ratio: 1/1.1;
    position: relative;
  }
  .top-about__flex .img img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .top-about__flex {
    position: relative;
    flex-direction: column;
  }
  .top-about__flex .cont {
    padding-right: 0;
    width: 100%;
  }
  .top-about__ttl-big {
    font-size: clamp(2.6rem, 3.2vw, 4rem);
    margin-bottom: 30px;
  }
  #top-treatment {
    padding: 80px 0 70px;
  }
  .top-treatment__list li {
    width: calc(50% - 5px);
    width: 100%;
  }
  .top-treatment__list {
    margin-top: 40px;
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .top-treatment__list li a {
    padding: 30px 15px;
    height: 100%;
  }
  .top-treatment__list li a p {
    text-align: left;
  }
  .top-treatment__list li a .ttl {
    font-size: 2.4rem;
    margin-bottom: 8px;
  }
  #top-treatment::before {
    height: 890px;
  }
  .top-mv__ttl .txt1 {
    writing-mode: horizontal-tb;
  }
  .top-mv__ttl .txt2 {
    writing-mode: horizontal-tb;
    margin-top: 0;
  }
  .top-mv__ttl {
    flex-direction: column;
    font-size: 6vw;
    left: 0;
    position: relative;
    top: 0;
    padding: 1em 0 0;
    text-align: center;
  }
  .top-mv__swiper .swiper-pagination {
    display: block;
  }
  .top-mv__swiper {
    padding-bottom: 35px;
  }
  .top-mv__swiper .swiper-horizontal > .swiper-pagination-bullets, .top-mv__swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .top-mv__swiper .swiper-pagination-custom, .top-mv__swiper .swiper-pagination-fraction {
    bottom: 0px;
  }
  .top-about__ttl-bl {
    margin-bottom: 30px;
  }
}
@media (max-width: 449px) {
  .top-treatment__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .top-treatment__list li a .img {
    width: 120px;
    margin: 0 auto;
  }
  .top-treatment__list li a p {
    text-align: center;
  }
  #top-treatment::before {
    height: 927px;
  }
  .tie-table__caution-txt {
    text-align: left;
    font-size: 1.3rem;
    align-items: flex-start;
  }
}
.under-mv__bl {
  position: relative;
}

.under-mv__img {
  width: 75%;
  height: auto;
  margin: 80px 0 0 auto;
  aspect-ratio: 1048/400;
}
.under-mv__img img {
  border-radius: 32px 0 0 32px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.under-mv__ttl-bl {
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 43%;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 7%;
  border-radius: 0 32px 32px 0;
  background: rgba(255, 255, 255, 0.6); /* うっすら白 */
  backdrop-filter: blur(10px); /* 背景をぼかす */
}

.under-mv__ttl-en {
  font-family: var(--mont);
  font-size: 5rem;
  letter-spacing: 0.2em;
  line-height: 1;
}

.under-mv__ttl-ja {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 0.3em;
}

.breadcrumb {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 60px;
  margin-top: 25px;
  padding-right: 40px;
}
.breadcrumb li {
  position: relative;
  font-size: 1.4rem;
}
.breadcrumb li a {
  color: #ACACAC;
}
.breadcrumb li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -45px;
  width: 30px;
  height: 1px;
  background-color: #E6E6E6;
  transform: translateY(-50%);
}
.breadcrumb li:last-child::after {
  display: none;
}

#under-intr {
  padding-top: 150px !important;
}

.last-sec {
  padding-bottom: 150px !important;
}

.inner-s {
  width: 928px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

@media (max-width: 1199px) {
  .under-mv__ttl-en {
    font-size: 4rem;
  }
  .under-mv__ttl-ja {
    font-size: 1.7rem;
  }
  .under-mv__ttl-bl {
    height: 210px;
  }
  #under-intr {
    padding-top: 80px !important;
  }
  .last-sec {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 767px) {
  #under-intr {
    padding-top: 60px !important;
  }
  .last-sec {
    padding-bottom: 60px !important;
  }
  .under-mv__img {
    width: 95%;
    height: 150px;
    margin: 60px 0 0 auto;
    aspect-ratio: initial;
  }
  .under-mv__ttl-en {
    font-size: 3rem;
  }
  .under-mv__ttl-bl {
    height: 93px;
    bottom: -30px;
    width: 300px;
    border-radius: 0 16px 16px 0;
    padding-left: 30px;
    padding-top: 10px;
  }
  .under-mv__ttl-ja {
    font-size: 1.2rem;
    margin-top: 6px;
  }
  .breadcrumb {
    gap: 50px;
    padding-right: 20px;
    margin-top: 50px;
  }
  .breadcrumb li::after {
    right: -39px;
    width: 30px;
  }
  .breadcrumb li {
    font-size: 1rem;
  }
  .under-mv__img img {
    border-radius: 16px 0 0 16px;
  }
}
.under-news__list > li {
  padding: 100px 0;
  border-bottom: 1px solid #E5E5E5;
}
.under-news__list > li p a {
  color: var(--green);
  text-decoration: underline;
}
.under-news__list > li p + p {
  margin-top: 1.6rem;
}
.under-news__list > li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.under-news__list > li time {
  font-size: 1.6rem;
  color: var(--green);
}
.under-news__list > li .under-news__list-ttl {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 20px;
}
.under-news__list > li#medical-fee p + h3 {
  margin-top: 2em;
}
.under-news__list > li#medical-fee p.memo {
  position: relative;
  padding-left: 1.3em;
  margin-top: 0.5em;
}
.under-news__list > li#medical-fee p.memo:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
  color: red;
}
.under-news__list > li#medical-fee h3 {
  font-size: 1.8em;
  margin-bottom: 1em;
}
.under-news__list > li#medical-fee ul {
  margin-top: 3em;
}
.under-news__list > li#medical-fee ul + h3 {
  margin-top: 2em;
}
.under-news__list > li#medical-fee ul li {
  position: relative;
  padding-left: 1.3em;
  font-size: 1.6rem;
}
.under-news__list > li#medical-fee ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  color: var(--green);
  transform: scale(80%);
}

@media (max-width: 1199px) {
  .under-news__list > li {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .under-news__list > li {
    padding: 40px 0;
  }
  .under-news__list > li#medical-fee ul li {
    font-size: 1.4rem;
  }
  .under-news__list > li a time {
    font-size: 1.3rem;
  }
  .under-news__list > li a .under-news__list-ttl {
    font-size: 1.7rem;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .under-news__list > li a p {
    font-size: 1.4rem;
  }
}
.treatment__link-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.treatment__link-list li a {
  background-color: #FBB03B;
  border-radius: 80px;
  font-size: 1.6rem;
  color: #fff;
  padding: 15px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.treatment__ttl-bl {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.treatment__ttl-bl .img {
  width: 160px;
}
.treatment__ttl-bl .img img {
  width: 100%;
}
.treatment__ttl-bl .ttl {
  font-size: 3.2rem;
  font-weight: 400;
  text-align: center;
}

.base__sec {
  padding: 100px 0;
}

.treatment__caution-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.treatment__caution-ttl span {
  font-size: 0.8em;
  display: inline-block;
  padding-left: 1em;
  transform: translateY(-0.1em);
}

.treatment__caution-subttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  padding-left: 1em;
}
.treatment__caution-subttl::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: var(--orange);
  border-radius: 50%;
}

.treatment__caution-list-bl {
  background-color: #F2F4FB;
  border-radius: 8px;
  padding: 30px;
}

.treatment__price {
  display: flow-root;
  font-size: 1.8rem;
  margin-left: 30px;
  padding-left: 1em;
}
.treatment__price dt {
  float: left;
  clear: both;
  margin-right: 1em;
  line-height: 2.2;
  position: relative;
  font-weight: 600;
}
.treatment__price dt::before {
  content: "";
  position: absolute;
  top: 14px;
  left: -1.2em;
  width: 12px;
  height: 12px;
  background-color: var(--green);
  border-radius: 50%;
}
.treatment__price dd {
  float: left;
  line-height: 2.2;
}

.treatment__caution-list {
  display: flex;
  gap: 10px 40px;
  flex-wrap: wrap;
}
.treatment__caution-list.grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}
.treatment__caution-list li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
}
.treatment__caution-list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--green);
  border-radius: 50%;
}
.treatment__caution-list li.circle-none {
  padding-left: 0;
}
.treatment__caution-list li.circle-none::before {
  display: none;
}

.treatment__caution-numlist {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  counter-reset: count;
}
.treatment__caution-numlist li {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.6rem;
  counter-increment: count;
}
.treatment__caution-numlist li::before {
  content: counter(count) ".";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  color: var(--green);
}

.treatment__caution-bl + .treatment__caution-bl {
  margin-top: 8rem;
}

.treatment__caution-list-small {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
}
.treatment__caution-list-small::before {
  content: "※";
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 80%;
}

.page-treatment .under-mv__ttl-bl {
  min-width: 600px;
}

@media (max-width: 1199px) {
  .base__sec {
    padding: 80px 0;
  }
  .page-treatment .under-mv__ttl-bl {
    min-width: 440px;
  }
}
@media (max-width: 990px) {
  .inner-sp-95right {
    width: 95% !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    overflow: scroll !important;
    padding-bottom: 20px !important;
    max-width: 95% !important;
    padding-right: 30px;
  }
  .treatment__link-list {
    width: 820px;
  }
}
@media (max-width: 767px) {
  .treatment__link-list li a {
    font-size: 1.5rem;
    padding: 10px 25px;
  }
  .treatment__link-list {
    width: 745px;
  }
  .base__sec {
    padding: 60px 0;
  }
  .treatment__ttl-bl .img {
    width: 120px;
  }
  .treatment__ttl-bl .ttl {
    font-size: 2.4rem;
  }
  .treatment__ttl-bl {
    margin-bottom: 30px;
  }
  .treatment__caution-ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .treatment__caution-subttl {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .treatment__caution-subttl::before {
    top: 7px;
    width: 10px;
    height: 10px;
  }
  .treatment__price {
    font-size: 1.4rem;
    margin-left: 10px;
  }
  .treatment__price dt::before {
    top: 12px;
    left: -1em;
    width: 8px;
    height: 8px;
  }
  .treatment__caution-list {
    flex-direction: column;
  }
  .treatment__caution-list-bl {
    padding: 25px 7%;
  }
  .treatment__caution-list li::before {
    width: 6px;
    height: 6px;
    top: 7px;
  }
  .treatment__caution-list li {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .treatment__caution-list-small {
    font-size: 1.3rem;
  }
  .page-treatment .under-mv__ttl-bl {
    min-width: 300px;
    bottom: -15px;
    padding-left: 30px;
  }
  .treatment__caution-ttl {
    font-size: 1.8rem;
  }
}
.access__map-bl {
  height: 400px;
  width: 100%;
  overflow: hidden;
  border-radius: 32px;
  z-index: 1;
  position: relative;
  margin-bottom: 40px;
}

.access__map-icon-txt {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.access__map-icon-txt::before {
  content: "";
  display: block;
  background-image: url(../img/common/base-icon/map-red.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.google-map-btn {
  width: 352px;
  height: 64px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 80px;
  background-color: var(--green);
}

.access__card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 150px;
}
.access__card-list li {
  background-color: #fff;
  border-radius: 32px;
  padding: 80px 30px 40px;
  position: relative;
  display: block;
  border-radius: 32px;
  height: 100%;
}
.access__card-list li .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.access__card-list li .icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  object-position: center;
}

.access__card-list-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.access__card-list-txt {
  text-align: center;
}

.access__card-list-txt-small {
  font-size: 1.4rem;
  text-align: center;
}

.access__time-ttl {
  text-align: center;
  color: var(--green);
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 30px;
}

.page-access .time-table {
  border-top: #E6E6E6 1px solid;
  border-bottom: #E6E6E6 1px solid;
  margin-bottom: 15px;
}

.access__time-caution-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.access__time-caution-flex .left-txt {
  font-size: 1.4rem;
}
.access__time-caution-flex .right-txt {
  font-size: 1.4rem;
}
.access__time-caution-flex .right-txt .sat-green {
  color: var(--green);
  font-weight: 700;
  display: inline-block;
  margin-right: 20px;
}

.access__belong-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.access__belong-list {
  background-color: #F2F4FB;
  border-radius: 8px;
  padding: 30px;
  gap: 10px 40px;
  display: flex;
  flex-direction: column;
}
.access__belong-list li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
}
.access__belong-list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--green);
  border-radius: 50%;
}

.access__belong-caution {
  margin-bottom: 20px;
}

.access__belong-caution-small {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .access__map-bl {
    height: 171px;
    border-radius: 16px;
  }
  .access__map-icon-txt::before {
    width: 34px;
    height: 34px;
  }
  .access__map-icon-txt {
    font-size: 1.4rem;
  }
  .google-map-btn {
    width: 315px;
    height: 54px;
    font-size: 1.4rem;
  }
  .access__card-list {
    grid-template-columns: 1fr;
    gap: 60px;
    margin-top: 70px;
  }
  .access__card-list li {
    padding: 50px 30px 40px;
  }
  .access__card-list li a {
    padding: 30px 20px 30px;
    border-radius: 16px;
  }
  .access__card-list li a .icon {
    width: 60px;
    height: 60px;
    top: -30px;
  }
  .access__card-list li a .icon img {
    width: 32px;
    height: 32px;
  }
  .access__card-list-ttl {
    font-size: 1.6rem;
  }
  .access__card-list-txt {
    font-size: 1.6rem;
  }
  .access__card-list-txt-small {
    font-size: 1.4rem;
    text-align: center;
  }
  .access__time-ttl {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .access__time-caution-flex {
    align-items: flex-start;
    flex-direction: column;
  }
  .access__time-caution-flex .left-txt {
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
  }
  .access__time-caution-flex .right-txt {
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .access__time-caution-flex .right-txt .sat-green {
    font-size: 1.4rem;
    display: block;
    text-align: center;
    margin-top: 7px;
  }
  .access__time-caution-flex .right-txt .txt {
    text-align: center;
    font-size: 1.4rem;
    display: block;
  }
  .access__belong-ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .access__belong-list {
    padding: 25px 7%;
  }
  .access__belong-list li::before {
    width: 6px;
    height: 6px;
    top: 7px;
  }
  .access__belong-list li {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .access__belong-caution-small {
    font-size: 1.4rem;
  }
  .access__belong-caution {
    font-size: 1.4rem;
  }
}
.facility__swiper {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
.facility__swiper img {
  border-radius: 32px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: auto;
  top: 44vw;
}

.swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid var(--green);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: var(--green);
}

.swiper-button-next::after {
  background-image: url(../img/common/base-icon/arrow.svg);
  content: "";
  width: 24px;
  height: 24px;
}

.swiper-button-prev::after {
  background-image: url(../img/common/base-icon/arrow.svg);
  content: "";
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  top: auto !important;
  bottom: 0 !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  top: auto !important;
  bottom: 0 !important;
}

.facility__swiper-ttl {
  text-align: center;
  font-size: 2rem;
  color: #9C8A72;
  padding: 25px 0 8px;
}

.facility__swiper-txt {
  text-align: center;
}

.facility__eq-ttl {
  font-size: 3.2rem;
  color: var(--green);
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}

.facility__eq-txt {
  text-align: center;
  margin-bottom: 70px;
}

.facility__eq-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}
.facility__eq-list li .img {
  margin-bottom: 15px;
}
.facility__eq-list li .img img {
  border-radius: 8px;
}

.facility__eq-list-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #9C8A72;
  margin-bottom: 5px;
}

.bg-cyan {
  background-color: #F2F4FB;
}

.facilty__x-ttl {
  font-size: 4rem;
  color: var(--green);
  text-align: center;
  font-family: var(--shippori);
  margin-bottom: 50px;
  font-weight: 400;
}

.facilty__x-img {
  margin-bottom: 30px;
}
.facilty__x-img img {
  border-radius: 8px;
  width: 100%;
}

.facilty__x-ttl-mjiddle {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.facilty__x-list > li {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
}
.facilty__x-list > li:last-of-type {
  margin-bottom: 0;
}
.facilty__x-list > li.flex-bl {
  display: flex;
  border-radius: 8px;
}
.facilty__x-list > li.flex-bl .cont {
  width: 60%;
}
.facilty__x-list > li.flex-bl .img {
  width: 40%;
}
.facilty__x-list > li.flex-bl .img img {
  width: 100%;
}
.facilty__x-list > li .green-ttl {
  color: var(--green);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.x-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
  margin-top: 40px;
  width: 104%;
}
.x-list .small-ttl {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.x-list li:last-of-type .x-img {
  padding-right: 12.5%;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 35px;
  top: auto;
}

@media (max-width: 1199px) {
  .facility__eq-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .facilty__x-ttl {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .facility__swiper img {
    border-radius: 16px;
  }
  .swiper-button-next, .facility__swiper .swiper-rtl .swiper-button-prev {
    width: 40px;
    height: 40px;
    bottom: 45px !important;
    display: none;
  }
  .swiper-button-prev, .facility__swiper .swiper-rtl .swiper-button-next {
    width: 40px;
    height: 40px;
    bottom: 45px !important;
    display: none;
  }
  .facility__eq-txt {
    text-align: left;
  }
  .facility__eq-ttl {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .facility__eq-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .facility__eq-list-ttl {
    font-size: 1.7rem;
    margin-bottom: 7px;
  }
  .facilty__x-ttl {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
  .facilty__x-ttl-mjiddle {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .facilty__x-list > li.flex-bl .img {
    width: 100%;
    margin-top: 20px;
  }
  .facilty__x-list > li.flex-bl .cont {
    width: 100%;
  }
  .facilty__x-list > li .green-ttl {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }
  .facilty__x-list > li {
    padding: 20px;
    margin-bottom: 20px;
  }
  .facilty__x-list > li p {
    font-size: 1.4rem;
  }
  .facilty__x-list > li.flex-bl {
    flex-direction: column;
  }
  .facilty__x-list > li.flex-bl p {
    font-size: 1.4rem;
  }
  .facilty__x-img + p {
    font-size: 1.4rem;
  }
  .x-list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
    width: 100%;
  }
  .x-list li:last-of-type .x-img {
    padding-right: 0;
  }
  .x-list .small-ttl {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .facility__swiper-ttl {
    font-size: 1.8rem;
  }
  .facility__swiper {
    padding-bottom: 100px;
    margin-bottom: 10px;
  }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 53px;
  }
}
.about__flex {
  display: flex;
}
.about__flex .cont {
  width: 50%;
}
.about__flex .img {
  width: 50%;
  padding-left: 10%;
}
.about__flex .img img {
  border-radius: 32px;
}

.about__ttl-bl {
  margin-bottom: 50px;
}

.about__doctor-name {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.about__doctor-name .add {
  display: block;
  width: 100%;
  font-size: 1.6rem;
}
.about__doctor-name .name {
  display: block;
  font-size: 3.2rem;
  margin-right: 10px;
  line-height: 1;
}
.about__doctor-name .name-frigana {
  font-size: 1.4rem;
}

.about__greeting-ttl {
  font-family: var(--mont);
  color: var(--green);
  font-size: 1.4rem;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 0.15em;
}

.base__cyan-bl {
  background-color: #F2F4FB;
  border-radius: 8px;
  padding: 70px 0;
  width: calc(50% + 560px);
  max-width: 95%;
  margin: 80px 0 0 auto;
}

.about__doctor-history-bl-item01 {
  width: 60%;
}

.about__doctor-history-bl-item02 {
  width: 40%;
}

.base__cyan-bl-inner {
  width: 1120px;
  max-width: 95%;
  margin: 0 auto 0 0;
  display: flex;
  padding: 0 50px;
  flex-wrap: wrap;
}

.about__doctor-history-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.about__doctor-history-list li {
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.about__doctor-history-list li .date {
  width: 110px;
  color: var(--green);
  display: block;
}
.about__doctor-history-list li .history {
  display: block;
  width: calc(100% - 110px);
}

.base__circle-list li {
  padding-left: 1em;
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 8px;
}
.base__circle-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--green);
  border-radius: 50%;
}

.about__doctor-history-bl-item03 {
  margin-top: 70px;
  width: 100%;
}

.base__circle-list-flex {
  display: flex;
  gap: 40px;
}

.what-sec {
  position: relative;
}
.what-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 500px;
  background-image: url(../img/about/webp/bg.webp);
  background-size: cover;
  background-position: center;
  display: block;
}

.about__what-bl {
  width: 823px;
  max-width: 95%;
  margin: 0 0 0 auto;
  padding: 70px 7%;
  background: rgba(255, 255, 255, 0.8); /* うっすら白 */
  backdrop-filter: blur(10px); /* 背景をぼかす */
  margin-top: 50px;
}

.about__what-ttl {
  margin-bottom: 20px;
  font-size: 3.2rem;
  font-weight: 400;
  color: var(--green);
}

.about__reserv-ttl {
  text-align: center;
  color: var(--green);
  font-family: var(--shippori);
  font-size: 4rem;
  font-weight: 400;
  margin: 0 auto 40px;
}

.about__reserv-img {
  width: 358px;
  max-width: 80%;
  margin: 0 auto 40px;
}

.txt-center {
  text-align: center;
}

.about__reserv-btn-bl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.about__reserv-btn-ttl {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  background-color: #0079D1;
  border-radius: 8px 8px 0 0;
}

.app-flex {
  padding: 30px 0 17px;
  display: flex;
  gap: 12px;
  justify-content: center;
}
.app-flex a {
  display: block;
}
.app-flex a.item01 {
  aspect-ratio: 236/70;
  width: 236px;
  height: 70px;
}
.app-flex a.item02 {
  aspect-ratio: 190/70;
  width: 190px;
  height: 70px;
}
.app-flex img {
  height: 100%;
  width: auto;
}

.about__app-download-caution {
  padding: 0 5%;
}

.about__reserv-btn {
  padding: 30px 5% 17px;
}
.about__reserv-btn a {
  width: 464px;
  max-width: 100%;
  height: 70px;
  border-radius: 8px;
  background-color: var(--green);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  gap: 10px;
  font-size: 1.6rem;
}
.about__reserv-btn a::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/common/base-icon/calender-white.svg);
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.web-reserv-sec .base__cyan-bl {
  width: 1120px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.about__info-bl {
  width: 736px;
  max-width: 90%;
  height: 196px;
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  border: 1px solid #595757;
  border-top: none;
}
.about__info-bl p {
  font-size: 2.2rem;
}
.about__info-bl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 120px);
  height: 1px;
  display: block;
  background-color: #595757;
}
.about__info-bl::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 120px);
  height: 1px;
  display: block;
  background-color: #595757;
}

.about__reserv-btn-bl-item {
  padding-bottom: 30px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.about__info-ttl {
  line-height: 1;
  font-family: var(--mont);
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.15em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-40%);
  font-weight: 400;
}

.about-info-bl {
  padding-top: 80px;
}

@media (max-width: 1199px) {
  .about__reserv-btn-bl {
    grid-template-columns: 1fr;
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .about__reserv-btn a {
    margin-left: auto;
    margin-right: auto;
  }
  .about__doctor-history-bl-item01, .about__doctor-history-bl-item02 {
    width: 100%;
  }
  .about__doctor-history-bl-item02 {
    margin-top: 70px;
  }
  .base__circle-list-flex {
    gap: 0;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .about__flex {
    flex-direction: column-reverse;
    position: relative;
  }
  .about__flex .cont {
    width: 100%;
  }
  .about__ttl-bl {
    position: absolute;
    top: 0;
    left: 0;
  }
  .about__flex .img {
    width: 295px;
    padding-left: 0;
    margin: 0 auto 35px;
    max-width: 80%;
    padding-top: 100px;
  }
  .about__ttl-bl {
    margin-bottom: 30px;
  }
  .about__greeting-ttl {
    margin-bottom: 25px;
  }
  .base__cyan-bl-inner {
    padding: 0 5%;
  }
  .about__doctor-history-ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .base__cyan-bl {
    padding: 40px 0;
    margin: 60px 0 0 auto;
    border-radius: 0;
  }
  #under-intr .base__cyan-bl {
    max-width: 100%;
  }
  .about__doctor-history-bl-item02 {
    margin-top: 40px;
  }
  .about__doctor-history-bl-item03 {
    margin-top: 40px;
  }
  .about__what-bl {
    padding: 40px 7%;
    max-width: 90%;
    margin: 0 auto;
  }
  .about__what-ttl {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .about__what-ttl + p {
    font-size: 1.4rem;
  }
  .what-sec::before {
    height: 240px;
    width: 100%;
  }
  .what-sec {
    padding: 100px 0 40px !important;
  }
  .about__reserv-ttl {
    font-size: 2rem;
    margin: 0 auto 30px;
  }
  .about__reserv-img {
    width: 160px;
    margin: 0 auto 20px;
  }
  .about__reserv-img + p {
    font-size: 1.4rem;
  }
  .sp-txt-left {
    text-align: left;
  }
  .app-flex img {
    height: auto;
    width: 100%;
  }
  .app-flex a.item01 {
    width: 151px;
    height: auto;
  }
  .app-flex a.item02 {
    width: 125px;
    height: auto;
  }
  .about__reserv-btn a {
    width: 255px;
    height: 64px;
  }
  .about__reserv-btn-ttl {
    font-size: 1.6rem;
    height: 60px;
  }
  .about__app-download-caution {
    font-size: 1.4rem;
  }
  .web-reserv-sec .base__cyan-bl {
    padding: 40px 5%;
    margin: 40px 0 0 auto;
    max-width: 100%;
  }
  .about-info-bl {
    padding-top: 0;
  }
  .about__info-bl {
    height: 120px;
    font-size: 2rem;
  }
  .about__info-bl p {
    font-size: clamp(1.6rem, 3vw, 2rem);
  }
  .web-reserv-sec {
    padding: 0 0 60px !important;
  }
  .about__doctor-history-list li {
    font-size: 1.4rem;
    flex-direction: column;
    margin-bottom: 12px;
  }
  .about__doctor-history-list li .date {
    width: 95px;
  }
  .about__doctor-history-list li .history {
    width: calc(100% - 95px);
  }
  .base__circle-list li {
    font-size: 1.4rem;
  }
  .base__circle-list li::before {
    width: 6px;
    height: 6px;
  }
  .about__doctor-name {
    margin-bottom: 50px;
  }
  .about__doctor-name .name {
    font-size: 2.8rem;
  }
  .about__greeting-ttl + p {
    font-size: 1.4rem;
  }
  .about__flex .img img {
    border-radius: 16px;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 295/313;
  }
}