.top {
  overflow: hidden;
}

.top-mv {
  position: relative;
  background: #24aba5 url(../img/top/mv-bg.png) right/contain no-repeat;
  /*background: #24aba5  url(../img/top/mv-bg.png) right/contain no-repeat;	*/
  /*height: 100svh;*/
  height: 900px;	
  position: relative;
  z-index: 0;
}
.top-mv::after {
  content: "BEAUTY";
  font: 400 160px "Shippori Mincho", serif;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
  opacity: 0.6;
  position: absolute;
  top: 51.5%;
  right: -1.4%;
  z-index: -1;
  transform: translateY(-50%);
}
.top-mv__img {
  overflow: hidden;
  aspect-ratio: 14/9;
  width: 100%;
  max-width: 72.9166666667vw;
  /*height: calc(100svh - 0px);*/
  height: 900px;	
  border-top-right-radius: 26.0416666667vw;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.top-mv__img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
 /* background: linear-gradient(-56deg, #000, rgba(31, 31, 31, 0.15));*/
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.top-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-mv__content {
  width: 100%;
  max-width: 1840px;
  /*height: 100%;*/
  height: 900px;	
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-inline: auto;
  padding: 0 20px 15px;
}
.top-mv__box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 1%;
  padding-left: 3%;
}

.top-mv-detail {
  width: 93.3%;
  padding-bottom: 10px;
  color: #334947;
  text-align: right;
}
.top-mv-detail__txt {
  padding-right: 0.4333333333em;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.top-mv-detail__ttl {
  margin-top: 0.4166666667em;
  font-weight: 700;
  font-size: 44px;
  letter-spacing: 0.2em;
  line-height: 1.75;
}

.top-mv-list {
  width: 100%;
  max-width: 37.9725085911%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: -4px;
}
.top-mv-list li {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 196px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(112, 150, 139, 0.77);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.4285714286;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
}
.top-mv-list li .kara {
  font-size: 0.6428571429em;
}
.top-mv-list li .small {
  font-size: 0.8571428571em;
}
.top-mv-list li:nth-child(2n) {
  background-color: rgba(255, 133, 185, 0.77);
}
.top-mv-list li:nth-child(3n) {
  background-color: rgba(157, 208, 193, 0.77);
  font-size: 24px;
  letter-spacing: 0.1em;
}

.top-mv-ct {
  width: 100%;
  max-width: 550px;
}
.top-mv-ct__txt {
  padding: 0.33em 0 0.33em 2.6111111111em;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0.15em;
  color: #334947;
  position: relative;
}
.top-mv-ct__txt::before {
  content: "";
  display: block;
  aspect-ratio: 17/25;
  width: 100%;
  max-width: 1.3333333333em;
  background-color: #647974;
  -webkit-mask: url(../img/common/map-icon.svg) center/cover no-repeat;
          mask: url(../img/common/map-icon.svg) center/cover no-repeat;
  position: absolute;
  top: 10px;
  left: 4px;
}

/*追加の診療時間表*/
.clinic-hours {
  max-width: 540px;
  margin: 20px auto;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  text-align: center;
}

.clinic-hours__header {
  background: lab(34 -3.17 -0.12 / 0.50);
  padding: 12px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
}

.clinic-hours__row {
  display: flex;
  flex-wrap: wrap;
}

.clinic-hours__col {
  flex: 1;
  border-right: 1px solid #ffffff;
}
.clinic-hours__col.right{
  border-right: 0px solid #ffffff;
}

.clinic-hours__col:last-child {
  border-right: none;
}

.clinic-hours__days {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: lab(55 -21.65 -0.02 / 0.5);	
}

.clinic-hours__time {
  background: lab(34 -3.17 -0.12 / 0.50);
  padding: 8px;
  font-size: 18px;
  color: #ffffff;
}

@media screen and (max-width: 960px) {
.clinic-hours__days {
  font-size: 16px;
  font-weight: 500;	
}

.clinic-hours__time {
  font-size: 16px;
}
}


.top-newopen {
  width: 100%;
  min-height: 200px;
  height: 13.2291666667vw;
  display: flex;
  align-items: center;
  background: url(../img/top/new-open-bg.png) center/100% 100% no-repeat;
}
.top-newopen__content {
  width: 100%;
  max-width: 1220px;
  height: 100%;
  margin-inline: auto;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 26px;
       column-gap: 26px;
}
.top-newopen__date {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../img/top/new-open-fig.png) center/cover no-repeat;
  color: #fff;
}
.top-newopen__date-year {
  font-weight: 500;
  font-size: 43px;
  font-family: "Shippori Mincho", serif;	
  line-height: 1;
  letter-spacing: 0.075em;
}
.top-newopen__date-year span {
  font-size: 0.5em;
}
.top-newopen__date-month {
  margin-top: 0.1666666667em;
  font: 500 45px "Shippori Mincho", serif;
  line-height: 0.7;
  letter-spacing: 0.075em;
}
.top-newopen__date-month span {
  font-size: 0.5em;
}
.top-newopen__txt {
  position: relative;
  z-index: 0;
}
.top-newopen__txt-jp {
  display: block;
  width: 100%;
  font: 600 48px "Shippori Mincho", serif;
  letter-spacing: 0.22em;
  text-align: center;
  color: #524e42;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 43px #fff);
}
.top-newopen__txt-jp span {
  font-size: 0.75em;
}
.top-newopen__txt-en {
  font-weight: 500;
  font-size: 150px;
  line-height: 1;
  letter-spacing: 0.18em;
  white-space: nowrap;
  color: rgb(255 255 255 / 40%);;
  transform: translateY(-0.0666666667em);
  position: relative;
  z-index: -1;
}

.top-intro {
  padding: 72px 10px 0;
  background: #24aba5;
}
.top-intro__content {
  width: 100%;
  max-width: 1497px;
  margin-inline: auto;
  padding: 74px 20px 150px;
  text-align: center;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-radius: 307px 307px 0 0;
  border-color: #fff;
}
.top-intro__ttl {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
}
.top-intro__txt {
  margin-top: 1.7em;
  font-size: 16px;
  font-weight: 500;	
  letter-spacing: 0.075em;
  line-height: 2.25;
  color: #fff;
}

.top-info {
  padding: 80px 10px 0;
  margin-bottom: 250px;	
}
.top-info__bnr {
  width: 100%;
  max-width: 1500px;
  display: block;
  margin-inline: auto;
  background: url(../img/top/bnr-bg.png) center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  transition: all 0.2s;
}
.top-info__bnr::before {
  content: "";
  aspect-ratio: 694/93;
  width: 100%;
  max-width: 694px;
  display: block;
  background: url(../img/top/bnr-txt.png) center/cover no-repeat;
  position: absolute;
  top: auto;
  left: 18px;
  bottom: 83px;
  z-index: -1;
}
.top-info__bnr:after {
  content: "";
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  display: block;
  margin: auto;
  pointer-events: none;
  border: 2px solid #fff;
  border-radius: 20px;
  position: absolute;
  top: 14px;
  left: 14px;
}
.top-info__bnr:hover {
  opacity: 0.8;
}
.top-info__detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  margin-left: 49%;
  padding: 35px 18px 28px 0;
  text-align: center;
  background: linear-gradient(to left, #f5f5f5 90%, rgba(255, 255, 255, 0));
}
.top-info__txt {
  margin-top: 0.625em;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.875;
  color: #433e2c;
}
.top-info .c-btn {
  margin: 56px auto 0;
}

.top-info-ttl__jp {
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #ee849f;
}
.top-info-ttl__en {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.075em;
  color: #7c7768;
}

.top-news {
  padding: 90px 10px 100px;
}
.top-news__content {
  width: 100%;
  max-width: 928px;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.top-news__ttl {
  margin: auto 0;
  font-weight: 500;
  font-size: 48px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: #7c7768;
}
.top-news__list {
  width: 100%;
  max-width: 680px;
  height: 300px;
  padding: 1em;
  overflow-y: scroll;
}
.top-news__list::-webkit-scrollbar {
  width: 2px;
}
.top-news__list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
.top-news__list::-webkit-scrollbar-thumb {
  background: #ee849f;
}
.top-news__item {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: #333;
}

.top-news__item p {
    margin-bottom: 5px;
}
.top-clin-subject-item:hover {
    background: #24aba5;
	transform: scale(1.03);
}
time {
   font-size: 12px;
   background: #ebebeb;
   padding: 2px 6px;
}
.top-news__item:not(:first-child) {
  margin-top: 0.5em;
}
.top-news__item a {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 2.1111111111em;
       column-gap: 2.1111111111em;
  transition: all 0.2s;
}
.top-news__item a:hover {
  color: #74d7d3;
}
.top-news__item-ttl {
  font-size: 20px;
  margin: 5px 0px;	
  color: #24aba5;	
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.top-clin-subjects {
  padding: 169px 10px 170px;
  background: linear-gradient(-40deg, #81d8d0, #f9d7de 45%, #81d8d0);
  position: relative;
}
.top-clin-subjects__ttl {
  font: 700 180px "Shippori Mincho", serif;
  letter-spacing: 0.027em;
  line-height: 1;
  color: #cceee5;
  position: absolute;
  top: -0.6em;
  left: 2px;
}

.top-clin-subject:not(:first-child) {
  margin-top: 107px;
}
.top-clin-subject__ttl {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 1.5714285714em;
  font: 700 28px "Shippori Mincho", serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #524e42;
  position: relative;
}
.top-clin-subject__ttl::before, .top-clin-subject__ttl::after {
  content: "";
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 0.3571428571em;
  background: #cceee5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.top-clin-subject__ttl::after {
  left: auto;
  right: 0;
}



p.beauty-img {
    margin-bottom: 20px;
}
.top-clin-subject-item {
  width: 100%;
  min-height: 240px;
  display: grid;
  grid-template-rows: minmax(auto, 146px) 1fr;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 20px;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #524e42;
  text-align: center;
  border-radius: 20px;
  transition: all 0.2s ease;	
}
.top-clin-subject-item:hover {
    background: #24aba5;
	color: #fff;
	transform: scale(1.03);
}

.top-clin-subject__list {
  width: 100%;
  max-width: 1600px;
  margin: 60px auto 0;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, 220px);
  gap: 30px 30px;
}
.top-clin-subject__list.jihi {
  width: 100%;
  max-width: 1600px;
  margin: 60px auto 0;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, 350px);
  gap: 30px 30px;
}
.top-clin-subject-item.jihi {
	height: 100%;
    min-height: 140px !important;
    grid-template-rows: none;
	padding: 20px 20px 30px;
	transition: all 0.2s ease;
}
.top-clin-subject-item.jihi:hover {
    background: #ffe3e3;
	color: #524e42;
    border-radius: 20px;
	transform: scale(1.03);
}
@media screen and (max-width: 764px) {
.top-clin-subject-item.jihi {
    font-size: 15px;
    min-height: 120px !important;
}
.top-clin-subject__list.jihi {
    grid-template-columns: repeat(2, 1fr);	
    gap: 10px 5px;
}	
}


.top-ourfeature {
  padding: 134px 0 162px;
}
.top-ourfeature__list {
  margin-top: 91px;
  counter-reset: num;
}

.top-ourfeature-ttl {
  text-align: center;
}
.top-ourfeature-ttl__jp {
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #ee849f;
}
.top-ourfeature-ttl__en {
  margin-top: 0.5625em;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.75;
  color: #888477;
}

.top-ourfeature-item {
  display: flex;
  align-items: flex-start;
}
.top-ourfeature-item:not(:first-child) {
  margin-top: 106px;
}
.top-ourfeature-item:nth-child(even) {
  flex-direction: row-reverse;
}
.top-ourfeature-item__picture {
  aspect-ratio: 899/500;
  width: 100%;
  max-width: 46.8229166667%;
  position: relative;
  z-index: 1;
  font: 600 200px "Shippori Mincho", serif;
}
.top-ourfeature-item__picture::before {
  content: "";
  width: 1px;
  height: 2em;
  background: #ea5283;
  position: absolute;
  top: -0.02em;
  right: -0.215em;
  transform: rotate(45deg);
}
.top-ourfeature-item__picture::after {
  counter-increment: num;
  content: counter(num, decimal-leading-zero) ".";
  background: linear-gradient(-40deg, #81d8d0, #f9d7de 45%, #81d8d0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  position: absolute;
  top: -0.245em;
  right: -0.51em;
}
.top-ourfeature-item__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 15.625vw 0 0;
}
.top-ourfeature-item:nth-child(even) .top-ourfeature-item__picture::before {
  height: 1.55em;
  background: #ea5283;
  position: absolute;
  top: 0.2em;
  right: auto;
  left: -0.13em;
  transform: rotate(-46deg);
}
.top-ourfeature-item:nth-child(even) .top-ourfeature-item__picture::after {
  top: -0.165em;
  right: auto;
  left: -0.18em;
}
.top-ourfeature-item:nth-child(even) .top-ourfeature-item__picture img {
  border-radius: 15.625vw 0 0 0;
}
.top-ourfeature-item__detail {
  width: 60.9375%;
  min-height: 444px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 39px 13.3333333333% 46px;
  margin: 65px auto 0 -7.7604166667%;
  background: #24aba5;
  color: #fff;
}
.top-ourfeature-item:nth-child(even) .top-ourfeature-item__detail {
  margin: 110px -7.7604166667% 0 auto;
}
.top-ourfeature-item:nth-child(2n) .top-ourfeature-item__detail {
  background: #e7f7f5;
  color: #686868;
}
.top-ourfeature-item:nth-child(3n) .top-ourfeature-item__detail {
  background: #b0e8d2;
  color: #686868;
}
.top-ourfeature-item__ttl {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.075em;
  line-height: 1.75;
}
.top-ourfeature-item:nth-child(odd) .top-ourfeature-item__ttl {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
}
.top-ourfeature-item__txt {
  margin-top: 0.9444444444em;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 2;
  font-weight: 500;
}

.top-doctor {
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 106px;
}

.top-doctor-content {
  width: 53.8541666667%;
  background: #24aba5;
  padding: 172px 159px 66px 198px;
  border-radius: 350px 0 0 350px;
  position: relative;
  z-index: -1;
}
.top-doctor-content__ttl {
  font: 600 150px "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: -0.19em;
  right: -0.13em;
}
.top-doctor-content__picture {
  aspect-ratio: 677/585;
  width: 100%;
  max-width: 677px;
  position: relative;
}
.top-doctor-content__picture::before {
  content: "";
  aspect-ratio: 521/269;
  width: 100%;
  max-width: 76.9571639586%;
  background: url(../img/top/doctor-picture-eff.png) center/cover no-repeat;
  position: absolute;
  top: -4.6%;
  right: -0.2%;
}
.top-doctor-content__picture svg {
  width: 100%;
  height: 100%;
  display: block;
}

.top-doctor-txt {
  width: 40%;
  padding: 194px 84px 167px 0;
  position: relative;
  z-index: 0;
}
.top-doctor-txt::after {
  content: "";
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 217px;
  display: block;
  border-radius: 50%;
  background: #f9ff99;
  position: absolute;
  top: auto;
  left: 0.9345794393%;
  bottom: 48px;
  transform: translateX(-50%);
  z-index: -1;
}
.top-doctor-txt__content {
  width: 580px;
  margin-inline-start: auto;
  color: #333;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.75;
}
.top-doctor-txt__detail {
  margin-top: 40px;
  line-height: 2;	
}
.top-doctor-txt .c-btn {
  margin: 78px auto 0;
}

.top-doctor-name__jp {
  display: flex;
  align-items: center;
  -moz-column-gap: 41px;
       column-gap: 41px;
  padding: 0 0.4333333333em;
  font-size: 30px;
  letter-spacing: 0.15em;
  color: #969081;
}
.top-doctor-name__jp span {
  font-size: 24px;
  letter-spacing: 0.15em;
}
.top-doctor-name__en {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 217px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: #f9ff99;
  font: 700 60px "mina", serif;
  color: #91d4c2;
  text-indent: 1em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-8deg);
}
@media screen and (min-width: 960px) {
  .top-mv-ct .c-ct {
    margin-top: 14px;
    font-size: 16px;
  }
  .top-info .c-btn {
    padding: 0.85em 1.25em 0.85em 2.0625em;
  }
}


@media screen and (max-width: 1500px) {
.top-mv-detail__ttl {
  font-size: 30px;
}
  .top-mv-detail__txt {
    font-size: 24px;
  }	
}

@media screen and (max-width: 1919px) {
  .top-newopen__txt-jp {
    font-size: 3.5vw;
  }
  .top-newopen__txt-en {
    font-size: 7.8125vw;
  }
  .top-clin-subjects__ttl {
    font-size: 11vw;
  }
  .top-ourfeature-item__picture {
    font-size: 10.4166666667vw;
  }
  .top-doctor-content {
    padding: 8.9583333333vw 8.28125vw 3.4375vw 10.3125vw;
    border-radius: 18.2291666667vw 0 0 18.2291666667vw;
  }
  .top-doctor-content__ttl {
    font-size: 7.8125vw;
  }
  .top-doctor-content__picture {
    max-width: 35.2604166667vw;
  }
  .top-doctor-txt::after {
    max-width: 11.3020833333vw;
  }
  .top-doctor-txt__content {
    width: 35vw;
  }
  .top-doctor-txt__detail {
    margin-top: 3.2291666667vw;
  }
  .top-doctor-txt .c-btn {
    margin-top: 4.4791666667vw;
  }
  .top-doctor-name__jp {
    -moz-column-gap: 2.1354166667vw;
         column-gap: 2.1354166667vw;
  }
  .top-doctor-name__en {
    max-width: 11.3020833333vw;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 1500px) {
  .top-mv__box {
    padding-left: 0;
  }
  .top-mv-list li {
    max-width: 13.0666666667vw;
    font-size: 1.8666666667vw;
  }
  .top-mv-list li:nth-child(3n) {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 959px) {
  /*.top-mv {
    height: calc(100svh - 200px);
  }*/
  .top-mv::after {
    font-size: 100px;
  }
.top-mv__content {
    height: 850px;
}	
 /* .top-mv__img {
    height: calc(100svh - 200px);
  }*/
  .top-mv__menu {
    display: none;
  }
  .top-mv-detail__txt {
    font-size: 24px;
  }
  .top-mv-detail__ttl {
    font-size: 30px;
  }
  .top-mv-ct__txt {
    font-size: 14px;
	color: #fff;
  }
.top-mv-ct__txt::before {
    background-color: #fff;
}	
  .top-mv-ct .c-ct {
    margin-top: 1em;
    color: #647974;  
  }
	.c-ct__note {
    margin: 0em 0 0 1em;
    line-height: 1.5;
	font-size: 14px; 
	font-weight: 500;	
 }	
  .top-newopen {
    height: auto;
  }
  .top-newopen__content {
    -moz-column-gap: 13px;
         column-gap: 13px;
  }
  .top-newopen__date-year {
    font-size: 20px;
  }
  .top-newopen__date-year span {
    font-size: 16px;
  }
  .top-newopen__date-month {
    font-size: 26px;
  }
  .top-newopen__date-month span {
    font-size: 16px;
  }
  .top-newopen__txt-jp {
    font-size: 38px;
  }
  .top-newopen__txt-en {
    font-size: 100px;
  }
  .top-info__detail {
    min-height: 225px;
  }
  .top-info__txt {
    font-size: 14px;
  }
  .top-info .c-btn {
    margin-top: 32px;
  }
  .top-info-ttl__jp {
    font-size: 28px;
    line-height: 1;
  }
  .top-info-ttl__en {
    font-size: 16px;
  }
  .top-news {
    padding: 60px 10px 100px;
  }
  .top-news__item {
    font-size: 16px;
  }
  .top-clin-subjects {
    padding: 80px 10px;
  }
  .top-clin-subject:not(:first-child) {
    margin-top: 30px;
  }
  .top-clin-subject__ttl {
    font-size: 24px;
  }
  .top-clin-subject__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
  .top-ourfeature {
    padding: 60px 0 80px;
  }
  .top-ourfeature__list {
    margin-top: 60px;
  }
  .top-doctor {
    align-items: center;
    padding-bottom: 80px;
  }
  .top-doctor-txt__content {
    font-size: 16px;
  }
    .top-doctor-name__en {
        max-width: 11.3020833333vw;
        font-size: 3.125vw;
		top: 150px;
        right: -60px;
    }	
}
@media screen and (max-width: 750px) {
  .top-mv {
    height: 100%;
    min-height: 500px;
    padding-top: 0px;
  }
  .top-mv::after {
    font-size: 80px;
    top: 70px;
    transform: unset;
  }
  .top-mv__ttl {
    font-size: 30px;
  }
  .top-mv__img {
    max-width: calc(100% - 80px);
    height: 430px;
    position: relative;
  }
  .top-mv__content {
    height: auto;
    margin-top: -14svh;
    padding-bottom: 10px;
  }
  .top-mv__box {
    flex-direction: column;
    align-items: center;
  }
.top-mv-detail {
    width: 98%;
}	
  .top-mv-detail__txt {
    font-size: 18px;
  }
  .top-mv-detail__ttl {
    font-size: 23px;
  }
  .top-mv-list {
    justify-content: center;
    max-width: 100%;
    padding-bottom: 30px;
  }
  .top-mv-list li {
    max-width: 150px;
    font-size: 14px;
    border-width: 2px;
  }
  .top-mv-list li:nth-child(3n) {
    font-size: 14px;
  }
  .top-newopen {
    min-height: 160px;
  }
  .top-newopen__content {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .top-newopen__date {
    max-width: 110px;
  }
  .top-newopen__date-year {
    font-size: 20px;
  }
  .top-newopen__date-year span {
    font-size: 12px;
  }
  .top-newopen__date-month {
    font-size: 24px;
  }
  .top-newopen__date-month span {
    font-size: 14px;
  }
  .top-newopen__txt {
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: center;
  }
  .top-newopen__txt-jp {
    font-size: 25px;
	letter-spacing:0.1px;	 
  }
  .top-newopen__txt-en {
    font-size: 40px;
	color: rgb(255 255 255 / 50%);  
  }
  .top-intro {
    padding-top: 40px;
  }
  .top-intro__content {
    padding: 40px 20px 60px;
    border-radius: 80px 80px 0 0;
  }
  .top-intro__ttl {
    font-size: 18px;
	line-height: 1.6; 
  }
  .top-intro__txt {
    margin-top: 1em;
    font-size: 14px;
	line-height:1.8;
  }
  .top-info {
    padding-top: 60px;
	margin-bottom: 80px;  
  }
  .top-info__bnr {
    max-width: 400px;
    border-radius: 10px;
	background-position: left -120px center;  
  }
  .top-info__bnr::before {
    max-width: 694px;
    bottom: 40px;
    left: 9px;
  }
  .top-info__bnr:after {
    content: "";
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 1px solid #fff;
    border-radius: 10px;
    top: 7px;
    left: 7px;
  }
  .top-info__detail {
    min-height: auto;
    height: 280px;
    margin-left: 25%;
    padding: 14px 7px 14px 0;
  }
  .top-info__txt {
    margin-top: 0.5em;
    font-size: 14px;
	line-height: 1.7;  
  }
  .top-info .c-btn {
    max-width: 160px;
    margin-top: 8px;
    padding: 0.5em 1.25em 0.5em 1em;
    font-size: 10px;
    border-radius: 5px;
  }
  .top-info-ttl__jp {
    font-size: 24px;
  }
  .top-info-ttl__en {
    font-size: 10px;
  }
  .top-news {
    padding: 50px 10px 60px;
  }
  .top-news__content {
    -moz-column-gap: 10px;
         column-gap: 10px;
   flex-direction: column;
   align-items: unset;	  
  }
  .top-news__ttl {
    font-size: 24px;
	text-align: center;
	margin-bottom: 10px;  
  }
  .top-news__list {
	height: 250px;
    padding-top: 0;
  }
  .top-news__item {
    font-size: 15px;
  }
  .top-news__item:not(:first-child) {
    margin-top: 0.5em;
  }
  .top-news__item a {
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
  .top-clin-subjects {
    padding: 60px 10px;
  }
  .top-clin-subject__ttl {
    font-size: 24px;
  }
  .top-clin-subject__list {
    gap: 10px;
  }
  .top-clin-subject-item {
    min-height: 150px;
    grid-template-rows: minmax(auto, 80px) 1fr;
    justify-content: center;
    align-items: center;
    padding: 18px 5px 10px;
    font-size: 13px;
    border-radius: 10px;
  }
  .top-clin-subject-item__img {
    max-width: 100px;
    height: 80px;
  }
  .top-clin-subject-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .top-ourfeature {
    padding: 60px 0 40px;
  }
  .top-ourfeature__list {
    margin-top: 30px;
  }
  .top-ourfeature-ttl__jp {
    font-size: 24px;
  }
  .top-ourfeature-ttl__en {
    font-size: 14px;
  }
  .top-ourfeature-item {
    display: block;
  }
  .top-ourfeature-item:not(:first-child) {
    margin-top: 50px;
  }
  .top-ourfeature-item__picture {
    max-width: calc(100% - 20px);
  }
  .top-ourfeature-item__picture::before {
    height: 4em;
    right: 1em;
    transform: rotate(-65deg);
  }
  .top-ourfeature-item__picture::after {
    font-size: 80px;
    right: -20px;
  }
  .top-ourfeature-item:nth-child(even) .top-ourfeature-item__picture {
    margin-inline-start: auto;
  }
  .top-ourfeature-item:nth-child(even) .top-ourfeature-item__picture::before {
    height: 4em;
    top: 0.1em;
    right: auto;
    left: 1em;
    transform: rotate(65deg);
  }
  .top-ourfeature-item:nth-child(even) .top-ourfeature-item__picture::after {
    right: auto;
    left: -20px;
  }
  .top-ourfeature-item__detail {
    width: calc(100% - 20px);
    min-height: auto;
    padding: 53px 20px 50px;
    margin: -20px 0 0 auto;
    background: #24aba5;
    color: #fff;
  }
  .top-ourfeature-item:nth-child(even) .top-ourfeature-item__detail {
    margin: -20px auto 0 0;
  }
  .top-ourfeature-item__ttl {
    font-size: 20px;
  }
  .top-ourfeature-item__txt {
    margin-top: 20px;
    font-size: 14px;
  }
  .top-doctor {
    display: block;
    padding-bottom: 40px;
	margin-top: 60px;  
  }
  .top-doctor-content {
    width: calc(100% - 20px);
    margin-inline-start: auto;
    padding: 60px 40px 40px 60px;
    border-radius: 100px 0 0 100px;
  }
  .top-doctor-content__ttl {
    font-size: 60px;
  }
  .top-doctor-content__picture {
    max-width: 100%;
  }
  .top-doctor-txt {
    width: 100%;
    margin: -50px 0 0;
    padding: 100px 20px 40px;
  }
  .top-doctor-txt::after {
    max-width: 90px;
    left: auto;
    right: 0;
    transform: translateX(50%);
  }
  .top-doctor-txt__content {
    width: 100%;
    font-size: 15px;
  }
  .top-doctor-txt .c-btn {
    max-width: 240px;
    margin-top: 20px;
  }
  .top-doctor-name__jp {
    justify-content: center;
    font-size: 24px;
    -moz-column-gap: 0.5em;
         column-gap: 0.5em;
  }
  .top-doctor-name__jp span {
    font-size: 18px;
  }
  .top-doctor-name__en {
    max-width: 90px;
    font-size: 23px;
    left: 12%;
	top: 0px;
    right: -60px;  
  }
	.c-ct__note {
    color: #fff;	
 }		
}


/*========= フローティングバナーのためにCSS ===============*/

/*リンクの形状*/
#floating a{
  display: flex;
  justify-content:center;
  flex-direction: column;	
  align-items:center;
  background:#a6a6a6;
  border-radius: 60px 60px 0px 0px;
  width: 100px;
  height: 100px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:18px;
  line-height:1.5;
  transition:all 0.3s;
  margin: 0 5px;
  border: solid 1px #fff;	
}


#floating .webyoyaku a{
  background:#24aba5;
  border: solid 1px #fff;	
}
#floating .webyoyaku a img{
  width:25px;	
}
#floating .webyoyaku.tel a {
    background: #e5bcc5 !important;
  font-size:18px;	
}
#floating .webyoyaku.tel a img{
  width:20px;	
}
#floating .webyoyaku.line a {
    background: #0ebc0e !important;
  font-size:18px;	
}
#floating .webyoyaku.line a img{
  width:30px;	
}
#floating .webyoyaku a img {
    margin-bottom: 5px;
}

#floating a:hover{
  background: #777;
}

#floating .webyoyaku.line a:hover{
  background:#a3dda3!important;
}
#floating .webyoyaku a:hover{
  background:#91d4c2;
}
#floating .webyoyaku.tel a:hover{
  background:#f0dbdf!important;
}


@media screen and (max-width: 764px) {
#floating .webyoyaku a {
    width: auto!important;
    font-size:15px !important;		
}
#floating .webyoyaku.tel a {
    width: auto!important;
    font-size:12px !important;		
}	
#floating .webyoyaku.line a {
    width: auto!important;
    font-size:15px !important;		
}	
#floating .webyoyaku a img {
    width: 16px;
    margin: 0 5px 0px 0px;
}
#floating .webyoyaku.tel a img {
    width: 12px;
    margin: 0 5px 0px 0px;
}
#floating .webyoyaku.line a img {
    width: 20px;
    margin: 0 5px 0px 0px;
}		
#floating a {
	border-radius: 30px 30px 0px 0px;
	height: 55px;
	width: 55px;
	font-size: 8px;
	margin: 0 2px;	
    }	
}

/*リンクを右下に固定*/
#floating {
  position: fixed;
  right: 10px;
  bottom:5px;
  z-index: 20;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
  display: flex;
}

/*　上に上がる動き　*/

#floating.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#floating.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}



/*フローティングバナー---------------------*/
p.webyoyaku a {
    width: 180px!important;
}

@media screen and (max-width:768px){
p.webyoyaku a {
    width: 140px!important;
	display: flex !important;
    flex-direction: row !important;
}
.webyoyaku, p.webyoyaku.line, .p.webyoyaku {
    width: 33%;
}
#floating {
  display: flex;
  width: 100%;
  justify-content: space-between;	
  right: 0px;
}	
}	
.yoyakubox {
    margin-bottom: 0px;
}



/*内覧会画像*/
.top-nairankai__content {
    width: 100%;
    max-width: 1450px;
    margin-inline: auto;
    padding: 70px 20px 0px;
    text-align: center;
}


section.koushiki-hp{
    text-align:center;
	margin-top: 100px;
}
section.koushiki-hp:hover{
    opacity:0.5;
}
