.l-columnRanking {
  padding-top: 12.8vw;
  background-image: url(../img/single/bg-marble.jpg);
  background-repeat: repeat;
  background-size: 40rem;
}

.columnRanking__content {
  position: relative;
}

.columnRanking__list {
  margin-bottom: -4.2666666667vw;
}

.columnRanking__item {
  margin-bottom: 4.2666666667vw;
}

.columnRanking__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 2.9333333333vw;
  border-bottom: 4px solid #6C777F;
}

.columnRanking__imgWrap {
  width: 32vw;
  position: relative;
}

.columnRanking__img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.columnRanking__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.columnRanking__item:nth-child(1) .columnRanking__img::after,
.columnRanking__item:nth-child(2) .columnRanking__img::after,
.columnRanking__item:nth-child(3) .columnRanking__img::after,
.columnRanking__item:nth-child(4) .columnRanking__img::after,
.columnRanking__item:nth-child(5) .columnRanking__img::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
}

.columnRanking__item:nth-child(2) .columnRanking__img::after,
.columnRanking__item:nth-child(3) .columnRanking__img::after,
.columnRanking__item:nth-child(4) .columnRanking__img::after,
.columnRanking__item:nth-child(5) .columnRanking__img::after {
  width: 18.6666666667vw;
  height: 10.6666666667vw;
}

.columnRanking__item:nth-child(1) .columnRanking__img::after {
  background: url("../img/column/rank-label01.svg") center center/contain no-repeat;
  width: 19.2vw;
  height: 19.2vw;
}

.columnRanking__item:nth-child(2) .columnRanking__img::after {
  background: url("../img/column/rank-label02.svg") center center/contain no-repeat;
}

.columnRanking__item:nth-child(3) .columnRanking__img::after {
  background: url("../img/column/rank-label03.svg") center center/contain no-repeat;
}

.columnRanking__item:nth-child(4) .columnRanking__img::after {
  background: url("../img/column/rank-label04.svg") center center/contain no-repeat;
}

.columnRanking__item:nth-child(5) .columnRanking__img::after {
  background: url("../img/column/rank-label05.svg") center center/contain no-repeat;
}

.columnRanking__img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.columnRanking__box {
  width: calc(100% - 16rem);
  padding-left: 1.3333333333vw;
}

.columnRanking__date {
  font-size: 2.6666666667vw;
  line-height: 1.3;
  color: #6C777F;
  margin-bottom: 1.6vw;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}

.columnRanking__heading {
  font-size: 3.7333333333vw;
  color: #6C777F;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.6vw;
}

.columnRanking__txt {
  color: #434850;
  font-size: 4.2666666667vw;
  line-height: 2;
  display: none;
  font-family: "Noto Sans JP", sans-serif;
}

.columnRanking__item:nth-child(1) .columnRanking__link {
  display: block;
  padding: 6.4vw 4.8vw 8.5333333333vw;
}

.columnRanking__item:nth-child(1) .columnRanking__imgWrap {
  width: 100%;
  margin-bottom: 4.2666666667vw;
}

.columnRanking__item:nth-child(1) .columnRanking__box {
  width: 100%;
  padding-left: 0;
}

.columnRanking__item:nth-child(1) .columnRanking__number {
  padding: 6.6666666667vw 4.8vw 4.5333333333vw 1.8666666667vw;
  font-size: 4.2666666667vw;
  line-height: 1.1875;
}

.columnRanking__item:nth-child(1) .columnRanking__date {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  margin-bottom: 4.2666666667vw;
}

.columnRanking__item:nth-child(1) .columnRanking__heading {
  font-size: 6.4vw;
  line-height: 1.4583333333;
  margin-bottom: 2.1333333333vw;
}

.columnRanking__item:nth-child(1) .columnRanking__txt {
  display: block;
}

.columnCategory__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -3.2vw;
}

.columnCategory__item {
  margin-left: 3.2vw;
  margin-bottom: 4.2666666667vw;
  border: #6C777F 0.2666666667vw solid;
}

.columnCategory__link {
  font-size: 4.2666666667vw;
  line-height: 1.1875;
  padding: 1.3333333333vw 2.9333333333vw;
  color: #6C777F;
  display: inline-block;
}

.columnCategory__btn {
  text-align: center;
  margin-top: 4.2666666667vw;
}

.columnCategory__btn span {
  color: #fff;
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.45;
  background: #6C777F;
  display: inline-block;
  text-align: center;
  padding: 4.2666666667vw;
  -webkit-box-shadow: 0 0 1.6vw #b1d3e8;
  box-shadow: 0 0 1.6vw #b1d3e8;
  border-radius: 8.5333333333vw;
  position: relative;
  width: 100%;
}

.columnCategory__btn span::before,
.columnCategory__btn span::after {
  display: block;
  content: "";
  position: absolute;
  width: 4.2666666667vw;
  height: 0.2666666667vw;
  background: #fff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.columnCategory__btn span::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  right: 4.2666666667vw;
}

.columnCategory__btn span::after {
  right: 6.4vw;
}

.columnCategory__btn.close span::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.columnCategory__content.hide li:nth-child(n+19) {
  display: none;
}

.columnCategory__content li:nth-child(n+19) {
  display: block;
}

.columnList__btn.hide {
  display: none;
}

.columnCategory__btn {
  display: none;
}

.columnCategory__btn.active {
  display: block;
}

.columnAll {
  padding-bottom: 29.3333333333vw;
}

.columnAll__content {
  margin-bottom: 17.0666666667vw;
}

.l-columnAll__sidebar {
  margin-bottom: 12.8vw;
}

.columnAll__item {
  margin-bottom: 4.2666666667vw;
}

.columnAll__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 2.9333333333vw;
  border-bottom: 3px solid #6C777F;
  border-radius: 0;
}

.columnAll__imgWrap {
  width: 42.6666666667vw;
  position: relative;
}

.columnAll__img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.columnAll__header {
  font-size: 8.5333333333vw;
  padding-bottom: 4.2666666667vw;
  border-bottom: 1px solid #6C777F;
  margin-bottom: 4.2666666667vw;
  font-family: "Aboreto", cursive;
}

.columnAll__header::first-letter {
  color: #3FC4E2;
}

.columnAll__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.columnAll__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.columnAll__box {
  width: 50%;
  padding-left: 3.2vw;
}

.columnAll__dateWrap {
  margin-bottom: 1.6vw;
}

.columnAll__date {
  font-size: 2.6666666667vw;
  line-height: 1.3;
  color: #6C777F;
  font-family: "Noto Sans JP", sans-serif;
}

.columnAll__heading {
  font-size: 3.7333333333vw;
  color: #6C777F;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  margin-bottom: 2.1333333333vw;
}

.columnAll__txt {
  color: #434850;
  font-size: 4.2666666667vw;
  line-height: 2;
  display: none;
  font-family: "Noto Sans JP", sans-serif;
}

.columnAll__pagination {
  margin-top: 6.4vw;
}

.columnAll__categoryItem {
  display: inline-block;
  padding: 1.6vw 2.1333333333vw;
  border: 1px solid #e2d9d6;
  margin: 0 2.1333333333vw 2.1333333333vw 0;
}

.columnAll__categoryLink {
  color: #6C777F;
}

.columnAll__tagItem {
  display: inline-block;
  padding: 1.6vw 2.1333333333vw 1.6vw 0;
  margin: 0 2.1333333333vw 2.1333333333vw 0;
}

.columnAll__tagLink {
  color: #6C777F;
}

.columnAll__category {
  margin-bottom: 12.8vw;
}

/* TOP Slider SP */
/* .kvSlider__bg {
  position: relative;
}

.kvSlider__bg:before {
  position: absolute;
  background-image: url(../img/top/kv-bg_sp.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 70vh;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
} */

.js-kvSliderSp .slick-next {
  right: 0;
}

.l-kvSlider {
  padding: 14.1333333333vw 0;
}

.l-kvSlider__inner {
  padding-top: 25vw;
  padding-bottom: 10vw;
}

/* TOP SP Slider */
.topSp__ttl {
  margin-bottom: 6.1333333333vw;
}

/* 横浜みなとみらい院について　経路案内 */
.route__content>.wp-block-group__inner-container {
  display: flex;
  flex-direction: column-reverse;
}

.route__video video {
  max-width: 100%;
  margin-bottom: 2rem;
}

.route__txt p {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 64em) {
  .l-columnRanking {
    padding-top: 8rem;
  }

  .columnRanking__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .columnRanking__list {
    margin-bottom: -2.4rem;
    position: relative;
  }

  .columnRanking__item {
    margin-bottom: 2.4rem;
    width: 48%;
    margin-left: 0;
  }

  .columnRanking__link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 1.0416666667vw;
    padding: 1.6rem 1.6rem 0 1.6rem;
  }

  .columnRanking__imgWrap {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    width: 100%;
  }

  .columnRanking__item:nth-child(1) .columnRanking__link .columnRanking__imgWrap {
    width: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }

  .columnRanking__item:nth-child(2) .columnRanking__img::after,
  .columnRanking__item:nth-child(3) .columnRanking__img::after,
  .columnRanking__item:nth-child(4) .columnRanking__img::after,
  .columnRanking__item:nth-child(5) .columnRanking__img::after {
    width: 5.2083333333vw;
    height: 2.9166666667vw;
  }

  .columnRanking__item:nth-child(1) .columnRanking__img::after {
    width: 4.5833333333vw;
    height: 4.5833333333vw;
  }

  .columnRanking__box {
    width: auto;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .columnRanking__item:nth-child(1) .columnRanking__link .columnRanking__box {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .columnRanking__date {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-bottom: 0.8rem;
  }

  .columnRanking__heading {
    font-size: 2rem;
  }

  .columnRanking__txt {
    display: block;
    font-size: 1.6rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }

  .columnRanking__item:nth-child(1) .columnRanking__link .columnRanking__txt {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }

  .columnRanking__item:nth-child(1) {
    width: 100%;
    z-index: 1;
    position: relative;
  }

  .columnRanking__item:nth-child(1) .columnRanking__link {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 0;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 2fr;
    grid-template-rows: 1fr 2fr;
    grid-column-gap: 1.40625vw;
    padding: 2.4rem;
  }

  .columnRanking__item:nth-child(1) .columnRanking__imgWrap {
    width: 50%;
    margin-bottom: 1.2rem;
  }

  .columnRanking__item:nth-child(1) .columnRanking__number {
    padding: 2.9rem 2.8rem 2.7rem 1.2rem;
    font-size: 1.6rem;
  }

  .columnRanking__item:nth-child(1) .columnRanking__date {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }

  .columnRanking__item:nth-child(1) .columnRanking__heading {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }

  .columnCategory__list {
    margin-left: -1.6rem;
  }

  .columnCategory__item {
    margin-left: 1.6rem;
    margin-bottom: 3.2rem;
    border-width: 1px;
  }

  .columnCategory__link {
    font-size: 2.4rem;
    line-height: 1.2083333333;
    padding: 0.8rem 1.4rem;
  }

  .columnCategory__btn {
    margin-top: 2.4rem;
  }

  .columnCategory__btn span {
    font-size: 2.5rem;
    line-height: 1.44;
    padding: 1.6rem;
    width: 40rem;
    border-radius: 3.9rem;
    cursor: pointer;
    -webkit-box-shadow: 0 0 6px #b1d3e8;
    box-shadow: 0 0 6px #b1d3e8;
  }

  .columnCategory__btn span::before,
  .columnCategory__btn span::after {
    width: 1.6rem;
    height: 1px;
  }

  .columnCategory__btn span::before {
    right: 1.6rem;
  }

  .columnCategory__btn span::after {
    right: 2.4rem;
  }

  .columnAll {
    padding-bottom: 21.6rem;
  }

  .columnAll .columnAll__ttl,
  .columnAll .columnAll__ttl p:first-of-type {
    display: inline-block;
    text-align: left;
  }

  .l-columnAll__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .columnAll__content {
    margin-bottom: 4rem;
  }

  .l-columnAll__column {
    width: 72%;
  }

  .l-columnAll__sidebar {
    width: 25%;
    margin-top: 2.6041666667vw;
    margin-bottom: 0;
  }

  .columnAll__item {
    margin-bottom: 4rem;
  }

  .columnAll__link {
    padding: 0 0 3.2rem;
    border-bottom: 4px solid #6C777F;
  }

  .columnAll__imgWrap {
    width: 30%;
  }

  .columnAll__header {
    font-size: 1.6666666667vw;
    padding-bottom: 1.25vw;
    margin-bottom: 1.25vw;
  }

  .columnAll__box {
    width: 60%;
    padding-left: 1.0416666667vw;
    margin-left: 0;
  }

  .columnAll__sideBox {
    margin-bottom: 2.5vw;
  }

  .columnAll__dateWrap {
    margin-bottom: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .columnAll__date {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-right: 3.2rem;
  }

  .columnAll__heading {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    margin-bottom: 0.8rem;
  }

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

  .columnAll__pagination {
    margin-top: 4rem;
  }

  .columnAll__categoryItem {
    padding: 0.625vw 0.625vw;
    margin: 0 0.625vw 0.625vw 0;
  }

  .columnAll__tagItem {
    padding: 0.3125vw 0.4166666667vw 0.3125vw 0;
    margin: 0 0.4166666667vw 0.4166666667vw 0;
  }

  .columnAll__category {
    margin-bottom: 2.5vw;
  }

  /* TOP Slider SP */
  .l-kvSlider__inner {
    padding: 0;
  }

  /* 横浜みなとみらい院について　経路案内 */
  .route__content>.wp-block-group__inner-container {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .route__video {
    width: 40%;
  }

  .route__txt {
    /* width: 55%; */
  }

  .route__txt h3 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }

  .route__txt p {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 3rem;
  }
}


/* KV 数字非表示 */
.topKv__numWrap {
  display: none;
}

/* 追従バナー変更 */
.stickyBtn-sp {
  padding: 0;
  background: unset;
}

.stickyBtn-sp__btn {
  width: auto;
  background: unset;
  border: none;
}

.stickyBtn-sp__btn a {
  padding: 0;
}

@media screen and (min-width: 64em) {
  .stickyBtn-sp {
    display: none;
  }
}

/* 20240104追加 */
.topColumn__box .topNews__link {
  padding: 3vw 17.0666666667vw 3vw 4.2666666667vw;
}

.topColumn__box .topNews__date {
  margin-bottom: 0;
  font-size: 3.5vw;
}

.topColumn__box .topNews__heading {
  font-size: 4vw;
}

.columnAll__txt {
  display: none;
}

@media screen and (min-width: 64em) {
  .topColumn__box .topNews__link {
    display: flex;
    align-items: center;
    padding: 1rem 12rem 1rem 0.8rem;
  }

  .topColumn__box .topNews__date {
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 1.2rem;
  }

  .topColumn__box .topNews__heading {
    font-size: 1.4rem;
  }

  .topNews__box {
    margin-bottom: 10rem;
  }

  .columnAll__txt {
    display: block;
  }

}

.others__toc {
  background: #F0FAFB;
  padding: 4vw 5.3333333333vw;
  border-radius: 1rem;
}

.others__toc h2 {
  font-size: 3.7333333333vw;
  margin-bottom: 1rem;
  font-weight: 700;
}

.others__toc h3 {
  font-size: 3.2vw;
  margin-bottom: 0.5rem;
}

.others__toc ul {
  font-size: 4.2666666667vw;
  padding-left: 2.1333333333vw;
  margin-left: 2.1333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  position: relative;
  vertical-align: middle;
}

.others__toc h3 a {
  color: #805648;
  text-decoration: underline;
}

.others__toc li a {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  color: #262727;
  text-decoration: underline;
}

.others__tocInner>.wp-block-group {
  margin-bottom: 4.2666666667vw;
  padding-left: 1rem;
}

@media screen and (min-width: 64em) {
  .others__toc {
    padding: 2.6041666667vw 5.2083333333vw 2.0833333333vw;
    margin-top: 4rem;
  }

  .others__tocInner {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .others__toc h2 {
    font-size: 2rem;
  }

  .others__toc h3 {
    font-size: 1.6rem;
  }

  .others__toc ul {
    padding-left: 0;
    border: 0;
    font-size: 2rem;
    gap: 2rem;
    margin: 0;
  }

  .others__toc li {
    width: 33%;
    border-bottom: 1px solid #6C777F;
    position: relative;
  }

  .others__toc li:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 1.6rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #6C777F;
    width: 1rem;
    height: 0.5rem;
  }

  .others__toc li a {
    font-size: 1.4rem;
    line-height: 1.5;
    text-decoration: none;
    display: block;
    padding: 0.1041666667vw 0.8333333333vw 0.2083333333vw;
  }

  .others__tocInner>.wp-block-group {
    margin-bottom: 3rem;
    padding-left: 0;
  }
}

.btn-round-white-icon--green {
  margin-bottom: 2vw;
  text-align: center;
}

.btn-round-white-icon--small a {
  font-size: 3.5vw;
}

.btn-round-white-icon--green a {
  background-color: #06c755;
  border-color: #06c755;
  color: #fff;
  width: 82.666vw;
  text-align: center;
}

@media screen and (min-width:64em) {
  .btn-round-white-icon--green a {
    width: 310px;
  }

  .btn-round-white-icon--small a {
    font-size: 1.28rem;
  }
}

.btn-round-white-icon--green a:hover {
  background-color: #fff;
  color: #262727;
}


.btn-round-white-icon--green a::before {
  border-color: #fff;
}

.btn-round-white-icon--green a::after {
  background-color: #fff;
}

.btn-round-white-icon--green a:hover::before {
  border-color: #262727;
}

.btn-round-white-icon--green a:hover::after {
  background-color: #262727;
}

@media screen and (min-width:64em) {
  .single__content .table-price.table-price--left table td {
    text-align: left !important;
  }
}


.single__content .trainingStep__box {
  border: 1px solid #5abccc;
  padding: 17.0666666667vw 0 0vw;
  position: relative;
  background-color: #fff;
}

.single__content .trainingStep__num {
  font-size: 4.2666666667vw;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  background-color: #5abccc;
  padding: 2.1333333333vw 8vw 1.3333333333vw 6.4vw;
  top: 3.4666666667vw;
  left: 0;
  border-radius: 0 8.5333333333vw 8.5333333333vw 0;
  vertical-align: middle;
  line-height: 1;
}

.single__content .trainingStep__num span {
  font-size: 5.3333333333vw;
}

.single__content .trainingStep_heading {
  font-size: 4.8vw;
  margin: 0 3.7333333333vw;
  border-bottom: 2px solid #5abccc;
  padding-bottom: 2.1333333333vw;
  color: #5abccc;
  font-weight: 600;
}

.single__content .trainingStep__image {
  width: 100%;
  margin-bottom: 4.2666666667vw;
  padding: 0 3.7333333333vw;
}

.single__content .trainingStep__table tr:nth-child(even) {
  background-color: #ECF5F8;
}

.single__content .trainingStep__tr {
  margin-bottom: 0;
}

.single__content .trainingStep__th {
  padding: 6.4vw 0 6.4vw 3.7333333333vw;
  text-align: left;
  font-size: 3.7333333333vw;
  font-weight: 600;
  width: 35%;
}

.single__content .trainingStep__td {
  margin-left: 10.6666666667vw;
  padding: 6.4vw 4.2666666667vw 6.4vw 0;
  width: 65%;
}

.single__content .trainingStep__list {
  background-color: transparent;
  padding: 0;
}

.single__content .trainingStep__list li {
  margin: 0;
  margin-bottom: 2.1333333333vw;
  font-weight: 400;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  padding-left: 5.3333333333vw;
}

.single__content .trainingStep__list li:before {
  display: none;
}

.single__content .trainingStep__list li:last-child {
  margin-bottom: 0;
}

.single__content .dc__quote {
  color: #5abccc;
  font-weight: 600;
  position: relative;
  font-size: 5.3333333333vw;
  line-height: 1.8;
}

.single__content .dc__quote:before {
  position: absolute;
  content: "”";
  bottom: -23.2vw;
  right: 0;
  color: inherit;
  font-size: 26.6666666667vw;
  opacity: 0.12;
}

.single__content .tb__box {
  position: relative;
  margin-bottom: 8vw;
  padding-bottom: 4.2666666667vw;
  height: auto;
  overflow: hidden;
}
.single__content .tb__boxMore {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 70px;
  text-align: center;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 70%);
  cursor: pointer;
}
.single__content .is-open .tb__boxMore {
  background: transparent;
}
.single__content .tb__boxMore::before {
  color: #fff;
  content: "経歴をもっと見る";
  font-size: 4.2666666667vw;
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 50%;
  background-color: #5abccc;
  border-radius: 50vh;
  padding: 4.2666666667vw 6.4vw;
  width: 40%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.single__content .is-active .tb__boxMore::before {
  content: "−閉じる";
}

@media screen and (min-width:64em) {


  .single__content .trainingStep__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1%;
  }

  .single__content .trainingStep__box {
    width: 32%;
    padding: 5.8rem 0 0;
    margin-bottom: 2.4rem;
  }

  .single__content .trainingStep__num {
    font-size: 1.6rem;
    top: 1.3rem;
    padding: 0.8rem 3rem 0.5rem 2.4rem;
    border-radius: 0 50vh 50vh 0;
  }

  .single__content .trainingStep__num span {
    font-size: 2rem;
  }

  .single__content .trainingStep_heading {
    font-size: 1.8rem;
    margin: 0 1.4rem;
    padding-bottom: 0.8rem;
  }

  .single__content .trainingStep__image {
    padding: 0 1.4rem;
    margin-bottom: 1.6rem;
  }

  .single__content .trainingStep__th {
    padding: 1.6rem 0 1.6rem 1.4rem;
    font-size: 1.4rem;
  }

  .single__content .trainingStep__td {
    margin-left: 4rem;
    padding: 1.6rem 1rem 1.6rem 0;
  }

  .single__content .trainingStep__list {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
  }

  .single__content .trainingStep__list li {
    width: 100%;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    padding-left: 2rem;
  }

  .single__content .trainingStep__list li:nth-child(2n+1) {
    padding-right: 0;
    width: 100%;
  }

  .single__content .dc__quote {
    font-size: 2rem;
  }
  .single__content .dc__quote:before {
    bottom: -9.5rem;
    font-size: 10rem;
  }

  .single__content .tb__box {
    margin-bottom: 5rem;
    padding-bottom: 1.6rem;
  }

  .single__content .tb__boxMore::before {
    font-size: 1.4rem;
    padding: 1rem 3rem;
  }
}

.stickyBtn-sp.recruit__two {
  display: flex;
}

.stickyBtn-sp.recruit__two a {
  width: 50%;
}

@media screen and (min-width:64em) {
  .stickyBtn-sp.recruit__two {
    display: none;
  }
}

.page-front-page{
  background-image: url(../img/single/bg-marble.jpg);
  background-repeat: repeat;
  background-size: 40rem;
}

@media screen and (min-width:64em) {
#ez-toc-container>nav {
  overflow: auto;
  overflow-y: scroll;

}
}

@media screen and (max-height:67.5em) {
  #ez-toc-container>nav {

  }
}


/* 診療科目：追加コンテンツ240910 */
.kv03__btnWrapper {
  padding-bottom: 5vw;
}

.kv03__btn {
  display: block;
  border-radius: 13.0666666667vw;
  width: 90%;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 4.2666666667vw;
  -webkit-box-shadow: 0 0.1vw 0.8vw rgba(128, 86, 72, 0.368627451);
  box-shadow: 0 0.1vw 0.8vw rgba(128, 86, 72, 0.368627451);
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin: 1.5rem auto 0;
  color: #fff;
  background: #eb6100;
  border-bottom: solid 5px #b65511;
}

.kv03__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 3rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.kv03__btn:hover:after {
  right: 1.4rem;
}

.kv03__btn:hover {
  background: #ee8134;
  color: #FFF;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}

.kv03__btnTxt {
  text-align: center;
  font-size: 5.4vw;
  letter-spacing: 0.04em;
}

.kv03__squareImage {
  padding-top: 2rem;
}

.kv03__txtWrapper {
  padding: 0 4.2666666667vw;
}

.kv03__txtInner {
  margin-bottom: 1.5rem;
  padding: 1rem;
}

.kv03__txtHeading {
  font-size: 4vw;
}

.kv03__txtPriceHeading {
  background-color: #fff;
  padding-right: 1.5rem;
}

.kv03__txtRiskInner {
  margin-top: 2.5rem;
  border-radius: 1rem;
  background-color: #F0FAFB;
  margin-bottom: 0;
}

.kv03__txtRiskHeading {
  position: relative;
}

.kv03__txtRiskHeading::before,
.kv03__txtRiskHeading::after {
  transition: .5s;
  font-size: 2rem;
  padding: 1rem;
}

.kv03__txtRiskHeading::before {
  content: "＋";
  font-weight: 600;
  position: absolute;
  right: 1rem;
  background-color: #fff;
  border-radius: 50vh;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.js-kv03__risk.active::before {
  content: "－";
  font-weight: 600;
  background-color: #fff;
  border-radius: 50vh;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
}

.kv03__txtRisk {
  font-size: 3.5vw;
  padding: 1rem .5rem;
  display: none;
  line-height: 2;
}

.kv03__txtPriceInner {
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; */
}

.kv03__txtPriceInner::before {
  /* content: "";
  position: absolute;
  border-bottom: 1px dotted #805648;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 1px;
  z-index: -1; */
}

.kv03__txtPrice {
  font-size: 4vw;
  background-color: #fff;
  padding-top: .5rem;
  /* padding-left: 1.5rem; */
}

.kv03__txtYen {
  font-size: 3.5vw;
  margin-left: 0.5rem;
  background-color: #fff;
}

.kv03__btnImage {
  display: block;
  width: 95%;
  margin: 0 auto;
}

/* 目次（施術ページSP調整用） */
.ez-toc-title,
.ez-toc-title-toggle {
  display: none;
}

@media (width < 90em) {
  #ez-toc-container {
    padding: 3.866667vw 4.533333vw 3.533333vw !important;
  }

  div#ez-toc-container:has(.ez-toc-list:not([style*="block"])) .ez-toc-title-container {
    margin-bottom: 1rem;
  }

  .menu-template-default .ez-toc-title-toggle {
    display: inline;
  }

  .menu-template-default .ez-toc-list {
    display: none;
  }
}

/* アイキャッチ非表示 */
@media (width < 64em) {
  .menu-template-default .kv03__imgWrap--spnone {
    display: none;
  }

  .menu-template-default .l-kv03__inner:has(.kv03__imgWrap--spnone) {
    padding-bottom: 0.1vw;
  }

  .menu-template-default .l-kv03__box:has(.kv03__imgWrap--spnone) {
    margin-bottom: 0;
  }

  .kv03:has(.kv03__imgWrap--spnone)::before {
    height: 180%;
  }
}

/* フッター地図 */
.footer__copyright address {
  text-align: left;
}

.footer__copyright .tokyoAccess__top .wp-block-group__inner-container {
  align-items: center;
  margin-bottom: 2rem;

}

@media (width < 64em) {
  .footer__copyright {
    margin-bottom: 12rem;
  }

  .tokyoAccess__mapWrap {
    margin-bottom: 1.8vw;
  }

  .footer__copyright .tokyoAccess__top .wp-block-group__inner-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: normal;
  }
}
/* END フッター地図 */

/* 交通費補助サービス制度 */
.tokyoSubsidy__info {
  margin-top: 8.5333333333vw;
}

.tokyoSubsidy__txt {
  color: #262727;
  line-height: 2;
  font-size: 4.8vw;
  margin-bottom: 10.6666666667vw;
}

.tokyoSubsidy__subTtl {
  position: relative;
  font-size: 4.8vw;
  border-left: 4px solid #3FC4E2;
  padding-left: 1rem;
  margin-bottom: 4.2666666667vw;
}

.tokyoSubsidy__table {
  margin-bottom: 10.6666666667vw;
  width: 100%;
}

.tokyoSubsidy__table th {
  background-color: #F0FAFB;
  padding: 2.1333333333vw 2.6666666667vw;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #3FC4E2;
  font-size: 4.2666666667vw;
  vertical-align: middle;
}

.tokyoSubsidy__table td {
  text-align: center;
  border: 1px solid #3FC4E2;
  font-size: 3.7333333333vw;
  vertical-align: middle;
  padding: 2.1333333333vw 0;
  color: #262727;
}

.tokyoSubsidy__list {
  padding-left: 4.2666666667vw;
}

.tokyoSubsidy__item {
  position: relative;
  color: #262727;
  font-size: 4.2666666667vw;
  margin-bottom: 2.1333333333vw;
  letter-spacing: 0;
}

.tokyoSubsidy__item:before {
  position: absolute;
  content: "・";
  top: 0;
  left: -4.2666666667vw;
}

@media screen and (min-width:64em) {
.tokyoSubsidy__box .wp-block-group__inner-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tokyoSubsidy__image {
  width: 40%;
}

.tokyoSubsidy__info {
  margin-top: 0;
  width: 57%;
}

.tokyoSubsidy__txt {
  font-size: 0.9375vw;
  margin-bottom: 2.0833333333vw;
}

.tokyoSubsidy__subTtl {
  font-size: 0.9375vw;
  margin-bottom: 0.8333333333vw;
}

.tokyoSubsidy__table {
  margin-bottom: 2.0833333333vw;
}

.tokyoSubsidy__table th {
  padding: 0.4166666667vw 0;
  font-size: 1.6rem;
}

.tokyoSubsidy__table td {
  font-size: 0.7291666667vw;
  padding: 0.4166666667vw 0;
}

.tokyoSubsidy__list {
  padding-left: 0.8333333333vw;
}

.tokyoSubsidy__item {
  font-size: 0.8333333333vw;
  margin-bottom: 0.2083333333vw;
}

.tokyoSubsidy__item:before {
  left: -0.8333333333vw;
}

}

/* テキストが多い場合のボタン用 */
.btn-square-blue__long-text a {
  padding-left: 9.3333333333vw;
  font-size: 5.4vw;
}
@media screen and (min-width: 64em) {
  .btn-square-blue__long-text a {
    padding-left: 8rem;
    font-size: 2.4rem;
  }
}

/* 全国のドクター一覧 */
.allDoctors .l-sec-md:nth-child(2n) {
  background: #F0FAFB;
}

.allDoctors .ttl-icon p {
  font-size: 5.6rem;
  line-height: 1.16;
}

@media screen and (min-width: 64em) {
  .allDoctors .ttl-icon p {
    font-size: 7.2rem;
  }
}

.allDoctors-en {
  font-family: "Aboreto", serif !important;
  font-weight: 400;
}

.allDoctors .ttl-icon {
  text-align: left;
}

.allDoctors .ttl-icon p,
.allDoctors .ttl-icon h2 {
  text-align: left;
}

.allDoctors .ttl-icon h2 {
  font-size: 1.6rem;
  line-height: 2;
}

.allDoctors .ttl-icon h2::after {
  display: none;
}

/* 院長部分 */
.mainDoctor {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 64em) {
  .mainDoctor {
    flex-direction: row;
    margin-bottom: 5.6rem;
  }
}

.mainDoctor__head {
  display: flex;
  flex-direction: column;
  column-gap: 1.7rem;
}

@media screen and (min-width: 64em) {
  .mainDoctor__head {
    flex-direction: row;
  }
}

.mainDoctor__wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  column-gap: 1.4rem;
}

@media screen and (min-width: 64em) {
  .mainDoctor__wrap {
    flex-direction: row;
    width: calc(100% - 42rem);
  }
}

.mainDoctor__box {
  margin-bottom: 12.8vw;
}

@media screen and (min-width: 64em) {
  .mainDoctor__box {
    margin-bottom: 1rem;
    margin-top: 3.5rem;
    width: calc(100% - 25rem);
  }
}

.mainDoctor .card-doctor02__imgWrap {
  width: 64.2vw;
  height: 64.2vw;
}

@media screen and (min-width: 64em) {
  .mainDoctor .card-doctor02__imgWrap {
    width: 23.6rem;
    height: 23.6rem;
  }
}

.mainDoctor .card-doctor02__img {
  width: 62.6vw;
  height: 62.6vw;
}

@media screen and (min-width: 64em) {
  .mainDoctor .card-doctor02__img {
    width: 97.2%;
    height: 97.2%;
  }
}

.mainDoctor .card-doctor02__imgWrap::after {
  width: 62.6vw;
  height: 62.6vw;
}

@media screen and (min-width: 64em) {
  .mainDoctor .card-doctor02__imgWrap::after {
    width: 97.2%;
    height: 97.2%;
  }
}

.mainDoctor__box .card-doctor02__box {
  margin-bottom: 2.7rem;
}

@media screen and (min-width: 64em) {
  .mainDoctor__box .card-doctor02__box {
    margin-bottom: 1.9rem;
  }
}

.mainDoctor__box .card-doctor02__box .en,
.mainDoctor__box .card-doctor02__box .job {
  font-size: 1.8rem;
  line-height: 1.2;
}

.mainDoctor__nameWrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 4.4rem;
  align-items: baseline;
}

.mainDoctor__nameWrap .name {
  color: #262727;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.mainDoctor__nameWrap .en {
  margin-bottom: 1.4rem;
}

@media screen and (min-width: 64em) {
  .mainDoctor__nameWrap {
    flex-direction: column;
  }
}

.mainDoctor__box .card-doctor02__box .job {
  color: #262727;
}

.mainDoctor__sns .doctorSns__heading,
.mainDoctor__biography .doctorbiography__heading {
  display: block;
  margin-left: 0;
  margin-bottom: 9vw;
  padding-bottom: 0.9rem;
  background: none;
  border-bottom: solid 2px #3FC4E2;
}

@media screen and (min-width: 64em) {
  .mainDoctor__sns .doctorSns__heading {
    margin-bottom: 3.4rem;
  }
}

.mainDoctor__sns .doctorSns__heading .en {
  font-size: 3.2rem;
  line-height: 1.15;
}

.mainDoctor__sns .doctorSns__heading .ja {
  font-size: 1.6rem;
  line-height: 0.8;
}

.mainDoctor__sns .doctorSns__item {
  margin-bottom: 12.8vw;
}

@media screen and (min-width: 64em) {
  .mainDoctor__sns .doctorSns__item {
    margin-bottom: 3.8rem;
  }
}

.mainDoctor__sns .doctorSns__link {
  font-size: 1.6rem;
  line-height: 1.18;
}


.mainDoctor .others__slick,
.mainDoctor .others__slick02 {
  width: 100%;
}

@media screen and (min-width: 64em) {

  .mainDoctor .others__slick,
  .mainDoctor .others__slick02 {
    width: 42rem;
  }
}

.mainDoctor__btn,
.mainDoctors__btn {
  margin: 3rem auto;
  width: 90%;
  display: block;
}

.mainDoctor__btn a {
  font-size: 1.8rem;
}

.mainDoctors__btn a {
  font-size: 1.6rem;
}

.mainDoctorBox__btn {
  margin: 8rem auto 3rem;
  width: 90%;
}

.mainDoctorBox__btn a {
  font-size: 1.8rem;
}

.doctorsBox__btn {
  margin-top: 1rem;
}

.doctorsBox__btn a {
  font-size: 1.3rem;
  padding: 1rem 2rem;
  text-align: left;
}

.doctorsBox__btn a::before {
  right: 4vw;
  width: 5vw;
  height: 5vw;
}

@media screen and (min-width: 64em) {
  .mainDoctor__btn {
    width: 330px;
    margin-left: 0;
  }

  .mainDoctors__btn {
    margin-top: auto;
    padding-top: 3rem;
    width: 100%;
  }

  .mainDoctors__btn a {
    min-width: auto;
  }

  .mainDoctorBox__btn {
    margin: 3rem 0 0;
  }

  .mainDoctorBox__btn a {
    font-size: 1.6rem;
    min-width: auto;
    width: 300px;
  }

  .doctorsBox__btn {
    margin-top: auto;
    padding-top: 1rem;
    width: 100%;
  }

  .doctorsBox__btn a {
    font-size: 1.4rem;
    min-width: auto;
    width: 100%;
  }

  .doctorsBox__btn a::before {
    right: 1rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}

/* END 院長部分 */

/* 在籍医師一覧部分 */
.allDoctors__wrap {
  padding: 8.5vw 4.2vw;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  background: #E2F5F8;
  border-radius: 1.6rem;
}

@media screen and (min-width: 64em) {
  .allDoctors__wrap {
    padding: 2rem 2rem 4rem;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.2rem;
  }
}

.allDoctors__card {
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 1.5rem;
}

@media screen and (min-width: 64em) {
  .allDoctors__card {
    flex-direction: column;
    max-width: calc(100% / 4 - 9.6rem / 4);
  }
}

.allDoctors__card .card-doctor02__imgWrap {
  width: 29vw;
  height: 29vw;
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  .allDoctors__card .card-doctor02__imgWrap {
    width: 21.4rem;
    height: 21.4rem;
    margin-bottom: 4.8rem;
  }
}

.allDoctors__card .card-doctor02__imgWrap::after {
  width: 28.2vw;
  height: 28.2vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__card .card-doctor02__imgWrap::after {
    width: 97.2%;
    height: 97.2%;
  }
}

.allDoctors__card .card-doctor02__img {
  width: 28.2vw;
  height: 28.2vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__card .card-doctor02__img {
    width: 97.2%;
    height: 97.2%;
    margin-bottom: 4.8rem;
  }
}

.allDoctors__card .card-doctor02__box {
  width: calc(100% - 12.1rem);
}

@media screen and (min-width: 64em) {
  .allDoctors__card .card-doctor02__box {
    width: 100%;
  }
}

.allDoctors__nameWrap .name {
  color: #262727;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0.7rem;
}

@media screen and (min-width: 64em) {
  .allDoctors__nameWrap .name {
    font-size: 2.2rem;
    line-height: 1.18;
  }
}

.allDoctors__nameWrap .en {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}

@media screen and (min-width: 64em) {
  .allDoctors__nameWrap .en {
    font-size: 1.4rem;
    line-height: 1.21;
  }
}

.allDoctors__card .card-doctor02__box .job {
  color: #262727;
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 0.5rem;
  display: block;
}

@media screen and (min-width: 64em) {
  .allDoctors__card .card-doctor02__box .job {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

/* END　在籍医師一覧部分 */

/* END 全国のドクター一覧 */

/* ドクター一覧円戸先生部分*/
/* allDoctors__mainTop */
.allDoctors__mainTop .card-doctor02__imgWrap {
  width: 91.4vw;
  height: 91.4vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainTop .card-doctor02__imgWrap {
    width: 40.8rem;
    height: 40.8rem;
    flex-shrink: 0;
  }
}

.allDoctors__mainTop .card-doctor02__img {
  width: 89vw;
  height: 89vw;
}


@media screen and (min-width: 64em) {
  .allDoctors__mainTop .card-doctor02__img {
    width: 97.2%;
    height: 97.2%;
  }
}

.allDoctors__mainTop .card-doctor02__imgWrap::after {
  width: 89vw;
  height: 89vw;
}


@media screen and (min-width: 64em) {
  .allDoctors__mainTop .card-doctor02__imgWrap::after {
    width: 39.7rem;
    height: 39.7rem;
  }
}

.allDoctors__mainTop .mainDoctor__container {
  display: flex;
  flex-direction: column;
  margin-bottom: 12.8vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainTop .mainDoctor__container {
    display: flex;
    flex-direction: row;
    column-gap: 5rem;
    margin-bottom: 8.1rem;
  }
}

.allDoctors__mainTop .card-doctor02__box {
  display: flex;
  align-items: baseline;
  column-gap: 1.6vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainTop .card-doctor02__box {
    column-gap: 0.7rem;
  }
}

.allDoctors__mainTop .mainDoctor__nameWrap {
  display: block;
  text-align: right;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainTop .mainDoctor__nameWrap {
    display: flex;
    flex-direction: row;
    column-gap: 4rem;
  }
}

.allDoctors__mainTop .mainDoctor__sns .doctorSns__heading .en {
  font-size: 8.5vw;

}

@media screen and (min-width: 64em) {
  .allDoctors__mainTop .mainDoctor__sns .doctorSns__heading .en {
    font-size: 3.2rem;
  }
}

.allDoctors__mainTop .mainDoctor__box {
  margin-top: 0;
  margin-bottom: 0;
}

.allDoctors__mainTop .mainDoctor__box .card-doctor02__box .job {
  font-size: 6.4vw;
  font-weight: 500;
}


@media screen and (min-width: 64em) {
  .allDoctors__mainTop .mainDoctor__box .card-doctor02__box .job {
    font-size: 2.8rem;
  }
}

.allDoctors__mainTop .name {
  font-size: 8.5vw;
  line-height: 1.2;
  font-weight: 500;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainTop .name {
    font-size: 3.3rem;
  }
}

.allDoctors__mainTop .mainDoctor__box .mainDoctor__nameWrap .en {
  font-size: 5.3vw;
  line-height: 1.2;
  font-weight: 500;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainTop .mainDoctor__box .mainDoctor__nameWrap .en {
    font-size: 2rem;
  }
}


.allDoctors__mainTopBox {
  display: flex;
  flex-direction: column;
  row-gap: 3.5vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainTopBox {
    row-gap: 3.5rem;
  }
}

.allDoctors__mainTop .mainDoctor__sns {
  margin-bottom: 13.3vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainTop .mainDoctor__sns {
    margin-bottom: 4.6rem;
  }
}

.allDoctors__mainTop .doctorSns__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8.5vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainTop .doctorSns__list {
    column-gap: 2.8rem;
  }
}

.allDoctors__mainTop .doctorInfo__item {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #707070;
}

.allDoctors__mainTop .doctorSns__link {
  font-size: 5.3vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainTop .doctorSns__link {
    font-size: 2rem;
  }
}

.mainDoctor__biography .doctorbiography__heading {
  margin-bottom: 2.5rem;
}

/* allDoctors__mainBottom */
.allDoctors__mainBottom .allDoctors__wrap {
  row-gap: 13.3vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .allDoctors__wrap {
    column-gap: 3rem;
  }
}


.allDoctors__mainBottom .allDoctors__card {
  flex-direction: column;
  align-items: normal;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .allDoctors__card {
    max-width: calc(100% / 3 - 6rem / 3);
  }
}

.allDoctors__mainBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 3.2vw;
  width: 100%;
  margin-bottom: 5vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainBox {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
}

.allDoctors__mainBottom .card-doctor02__imgWrap {
  width: 29vw;
  height: 29vw;
  flex-shrink: 0;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .card-doctor02__imgWrap {
    width: 28.4rem;
    height: 28.4rem;
  }
}

.allDoctors__mainBottom .card-doctor02__img {
  width: 28vw;
  height: 28vw;
}


@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .card-doctor02__img {
    width: 97.2%;
    height: 97.2%;
  }
}

.allDoctors__mainBottom .allDoctors__nameWrap {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .allDoctors__nameWrap {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1.6rem;
  }
}

.allDoctors__mainBottom .allDoctors__wrap {
  background: #F0FAFB;
}

.allDoctors__mainBottom .allDoctors__nameWrap .name {
  font-size: 5.3vw;
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .allDoctors__nameWrap .name {
    font-size: 2.4rem;
  }
}

.allDoctors__mainBottom .allDoctors__nameWrap .en {
  font-size: 3.6vw;
  margin-top: 0.25rem;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .allDoctors__nameWrap .en {
    font-size: 1.6rem;
  }
}

.allDoctors__mainBottom .allDoctors__nameWrap .job {
  font-size: 3.7vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .allDoctors__nameWrap .job {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .card-doctor02__box {
    margin-bottom: 2.8rem;
  }
}

.allDoctors__mainBottom .mainDoctor__sns .doctorSns__heading .en {
  font-size: 6.4vw;

}

@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .mainDoctor__sns .doctorSns__heading .en {
    font-size: 3.2rem;
  }
}

.allDoctors__mainBottom .mainDoctor__sns .doctorSns__heading .ja {
  font-size: 3.7vw;
  margin-left: 0;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .mainDoctor__sns .doctorSns__heading .ja {
    font-size: 1.6rem;
  }
}

.allDoctors__mainBottom .doctorSns__list {
  flex-direction: column;
}

.allDoctors__mainBottom .doctorSns__heading {
  margin-bottom: 6.4vw;
}

@media screen and (min-width: 64em) {
  .allDoctors__mainBottom .doctorSns__heading {
    margin-bottom: 3.4rem;
  }
}

/*END ドクター一覧円戸先生部分 */

/* ドクターマップ */

.doctorsMap {
  background: #F0FAFB;
}

@media screen and (min-width: 64em) {
  .doctorsMap {}
}

.doctorsMap__container {
  padding: 12.8vw 2.1vw 9.6vw;
  border-radius: 2.1vw;
  background: #FFFFFF;
  overflow: hidden;
}

@media screen and (min-width: 64em) {
  .doctorsMap__container {
    padding: 3.4rem 3rem 7.8rem;
    border-radius: 0.8rem;
  }
}


.doctorsMap__container h2 {
  font-size: 6.4vw;
  line-height: 1.2;
  padding-top: 4.2vw;
  padding-bottom: 4.2vw;
  background: #3FC4E2;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 4.8vw;
}

@media screen and (min-width: 64em) {
  .doctorsMap__container h2 {
    font-size: 3.2rem;
    padding-left: -3rem;
    padding-right: -3rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    margin-bottom: 2.7rem;
  }
}


.doctorsMap__top {
  margin-bottom: 2.6vw;
}

@media screen and (min-width: 64em) {
  .doctorsMap__top {
    margin-bottom: 4.1rem;
  }
}

.doctorsMap__top .doctorsMap__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4.2vw;
}

.doctorsMap__top .doctorsMap__item {
  width: calc(100% / 3 - 4.3vw / 3);
  background: #F0FAFB;
  padding: 2.1vw 1.1vw 3.7vw;
  margin-left: auto;
  margin-right: auto;
}

.doctorsMap__top .doctorsMap__item.-top .doctorsMap__link .doctorsMap__img {
  margin: 0;
}

.doctorsMap__top .doctorsMap__item.-top .mainDoctor__nameWrap {
  text-align-last: left;
}

.doctorsMap__top .doctorsMap__item.-top {
  width: 100%;
}

.doctorsMap__top .doctorsMap__item.-top .doctorsMap__link {
  display: flex;
  column-gap: 5.3vw;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 64em) {
  .doctorsMap__top .doctorsMap__item.-top .doctorsMap__link {
    display: flex;
    column-gap: 5.7rem;
    width: 100%;
  }

  .doctorsMap__top .doctorsMap__list {
    justify-content: space-between;
    row-gap: 1.6rem;
  }

  .doctorsMap__top .doctorsMap__item {
    padding: 1.5rem 2.3rem;
    margin: 0;
    width: calc(100% / 3 - 4rem / 3);

  }

  .doctorsMap__top .doctorsMap__item.-top {
    width: 100%;
  }
}

.doctorsMap__top .doctorsMap__item .mainDoctor__nameWrap {
  display: block;
  text-align: center;
}

.doctorsMap__top .doctorsMap__item .mainDoctor__nameWrap .name,
.doctorsMap__top .doctorsMap__item .mainDoctor__nameWrap .job {
  font-size: 2.6vw;
}

@media screen and (min-width: 64em) {

  .doctorsMap__top .doctorsMap__item .mainDoctor__nameWrap .name,
  .doctorsMap__top .doctorsMap__item .mainDoctor__nameWrap .job {
    font-size: 1.6rem;
  }
}

.doctorsMap__top .doctorsMap__item .mainDoctor__nameWrap .name {
  margin-bottom: 1vw;
}

@media screen and (min-width: 64em) {
  .doctorsMap__top .doctorsMap__item .mainDoctor__nameWrap .name {
    margin-bottom: 0.4rem;
  }
}

.doctorsMap__top .doctorsMap__item .mainDoctor__nameWrap .job {
  color: #262727;
}

.doctorsMap__top .doctorsMap__img {
  width: 21vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.9vw;
}

@media screen and (min-width: 64em) {
  .doctorsMap__top .doctorsMap__img {
    width: 10.8rem;
    margin-bottom: 1.6rem;
  }
}

.doctorsMap__top .doctorsMap__item .mainDoctor__nameWrap {
  text-align: center;
}

@media screen and (min-width: 64em) {}

/* doctorsMap__bottom */
.doctorsMap__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "map  map" "left right";
  gap: 4.3vw 1.9vw;
}

@media screen and (min-width: 64em) {
  .doctorsMap__bottom {
    display: flex;
    justify-content: space-between;
  }
}

.doctorsMap__bottom .-left {
  grid-area: left;
}

.doctorsMap__bottom .map__img {
  grid-area: map;
}

.doctorsMap__bottom .-right {
  grid-area: right;
}

.doctorsMap__bottom .doctorsMap__list {
  display: flex;
  flex-direction: column;
  row-gap: 1.6vw;
}

@media screen and (min-width: 64em) {
  .doctorsMap__bottom .doctorsMap__list {
    row-gap: 1.2rem;
    max-width: 22.4rem;
  }
}

.doctorsMap__bottom .doctorsMap__item {
  background: #F0FAFB;
  padding: 1vw 1.1vw;
}

@media screen and (min-width: 64em) {
  .doctorsMap__bottom .doctorsMap__item {
    padding: 0.9rem 0.8rem;
    width: 22.4rem;
    flex-shrink: 0;
  }
}

.doctorsMap__bottom .doctorsMap__img {
  width: 7.4vw;
  flex-shrink: 0;
}

@media screen and (min-width: 64em) {
  .doctorsMap__bottom .doctorsMap__img {
    width: 7rem;
  }
}

.doctorsMap__bottom .doctorsMap__list .mainDoctor__nameWrap .name {
  font-size: 2.4vw;
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  .doctorsMap__bottom .doctorsMap__list .mainDoctor__nameWrap .name {
    font-size: 1.4rem;
  }
}

.doctorsMap__bottom .map__img {
  width: 78vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 64em) {
  .doctorsMap__bottom .map__img {
    width: 41.9rem;
  }
}

.doctorsMap__bottom .doctorsMap__item a {
  display: flex;
  align-items: center;
  column-gap: 1.6vw;
}

@media screen and (min-width: 64em) {
  .doctorsMap__bottom .doctorsMap__item a {
    column-gap: 0.8rem;
  }
}

/*END ドクターマップ */


/* 全国のドクター一覧 ここまで */

/* キャンペーン一覧用CSS */
.campaignList .columnAll__imgWrap{
  width: 40%;
}
.campaignList .columnAll__img{
  padding-top: 0;
}
.campaignList .columnAll__img img{
  position: static;
  transform: none;
}
.campaignList .columnAll__box{
  flex: 1;
}
.campaignList .columnAll__txt{
  display: block;
  text-align: left;
  font-size: 3vw;
}
@media screen and (min-width: 64em){
  .campaignList .columnAll__imgWrap{
    width: 28%;
  }
  .campaignList .columnAll__box{
    flex: 1;
    padding: 2rem 1.6rem;

  }
  .campaignList .columnAll__dateWrap{
    margin-bottom: 1em;
  }
  .campaignList .columnAll__txt{
    font-size: 1.6rem;
  }
}

/* TOP Calendar */
.topCalendar__wrapper{
  margin: 0 auto;
}

.topCalendar__slick .slick-arrow{
  top: 45%;
}

.topCalendar__slick .slick-next {
  right: 1.3333333333vw;
}

.topCalendar__slick .slick-prev {
  left: 1.3333333333vw;
}
/* TOP Calendar end */


/* LINE予約ポップアップ */
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
  padding-right: 0 !important;
}

.pm-linelist-title__wrapper {
  text-align: center;
  margin-bottom: 2.4rem;
}

.pm-linelist-title__catch {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #0bc757;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

.pm-linelist-title__catch span {
  font-size: 130%;
  padding: 0 0.5rem;
}

.pm-linelist-title__catch::before {
  content: "";
  background-color: #FFFF00;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.pm-linelist__list {
  display: flex;
  gap: 1.6vw;
  flex-wrap: wrap;
}

.pm-linelist__item {
  background: #ffffff;
  padding: 1vw 1.1vw;
  width: 49%;
  border: 2px solid #45b9e8;
  border-radius: 10px;
}

@media screen and (min-width: 64em) {
  .pm-linelist__item {
    padding: 0.9rem 0.8rem;
    width: 20rem;
    flex-shrink: 0;
  }
}

.pm-linelist__img {
  width: 30%;
  flex-shrink: 0;
}

@media screen and (min-width: 64em) {
  .pm-linelist__img {
    width: 7rem;
  }
}

.pm-linelist-name__wrapper {
  flex-grow: 1;
}

.pm-linelist-name__text {
  font-size: 1.2rem;
  margin: 0;
  color: #43bae8;
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (min-width: 64em) {
  .pm-linelist-name__text {
    font-size: 1.4rem;
  }
}

.pm-linelist__img {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}


.pm-linelist__item a {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

@media screen and (min-width: 64em) {
  .pm-linelist__item a {
    column-gap: 0.8rem;
  }
}

/* END LINE予約ポップアップ */

/* トップページスライダー */
.kvSlider__bg {
  position: relative;
}

.kvSlider__bg:before {
  position: absolute;
  /*background-color: #F0E8DF;*/
  width: 100%;
  height: 70vh;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

@media screen and (width < 64em) {

  .kvSliderSp__item,
  .slider-basic__item,
  .topCampaign__slider-item.slider-basic__item {
    margin: 0 .5rem;
  }

  .kvSliderSp__item *,
  .slider-basic__item * {
  }

  .kvSliderSp__item.slick-center *,
  .slider-basic__item.slick-center * {
    opacity: 1;
  }
}

.js-kvSliderSp .slick-next {
  right: 0;
}


.l-kvSlider__inner {
  padding-top: 11vw;
  padding-bottom: 10vw;
}

@media screen and (min-width: 64em) {
.l-kvSlider {
    padding: 10rem 0 5rem;
  }

.l-kvSlider__inner {
  padding-top: 0;
  padding-bottom: 10.4rem;
}

.kvSliderPc__list .kvSliderPc__item {
  width: 100%;
  max-width: 1500px;
  object-fit: cover;
  margin: 0 2vw;
}

.kvSlider__bg:before {
  height: 30vh;
  background-color:#F0FAFB;
}

.kvSliderPc__list .slick-track {
  display: flex;
  align-items: center;
}

.kvSlider__thumb {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 100rem;
}

.kvSlider__thumbItem {
  margin-left: 10px;
  margin-right: 10px;
}

.kvSlider__thumbList {
  position: relative;
}

.kvSlider__thumb .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: unset !important;
}
}

@media screen and (min-width:80em) {

  /* トップスライダー */
  .kvSlider__thumb {
    /* width:200rem; */
    width: 100%;
  }

  .kvSlider__bg:before {
    height: 50vh;
  }
}

/* フローティングバナーポップアップ */
section.clinic_pop,
section.clinic-section_pop {
  padding: 2em;
}

.clinic-content_pop {
  display: flex;
  align-items: flex-start;
  gap: 1em;
}

.clinic-image_pop {
  flex-basis: 25%;
}

.clinic-image_pop img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.clinic-text_pop {
  flex-basis: 75%;
}

.external-image_pop {
  text-align: center;
  margin-top: 1em;
}

.external-image_pop img {
  width: 80%;
  max-width: 769px;
  height: auto;
  border-radius: 6px;
  transition: transform 0.3s ease;
}

.external-image_pop img:hover {
  transform: scale(1.03);
}

.clinic-section_pop {
  margin-top: 50px;
}

.bold-blue {
  color: #45B9E8;
  font-weight: bold;
}
.gray-line {
  border: none;
  border-top: 1px solid #999;
  width: 90%;
  margin: 20px auto;
}
/* フローティングバナーポップアップここまで */