.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 #69768B;
}

.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: #69768B;
  margin-bottom: 1.6vw;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}

.columnRanking__heading {
  font-size: 3.7333333333vw;
  color: #69768B;
  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: #69768B 0.2666666667vw solid;
}

.columnCategory__link {
  font-size: 4.2666666667vw;
  line-height: 1.1875;
  padding: 1.3333333333vw 2.9333333333vw;
  color: #69768B;
  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: #69768B;
  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 #69768B;
  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 #69768B;
  margin-bottom: 4.2666666667vw;
  font-family: "Aboreto", cursive;
}

.columnAll__header::first-letter {
  color: #B5C4DC;
}

.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: #69768B;
  font-family: "Noto Sans JP", sans-serif;
}

.columnAll__heading {
  font-size: 3.7333333333vw;
  color: #69768B;
  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 #CECECE;
  margin: 0 2.1333333333vw 2.1333333333vw 0;
}

.columnAll__categoryLink {
  color: #69768B;
}

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

.columnAll__tagLink {
  color: #69768B;
}

.columnAll__category {
  margin-bottom: 12.8vw;
}

/* New Open */
.l-topOpen__inner {
  padding-top: 19.2vw;
}

/* Sticky Button */
.stickyBtn-sp__icon {
  width: 16%;
  margin: auto;
}

.stickyBtn-sp__btn--line {

}

.stickyBtn-sp__icon img {
  mix-blend-mode: multiply;
}

/* 監修医 */
.card-doctor02__imgWrap {
  position: relative;
  width: 76.8vw;
  height: 76.8vw;
  margin: 0 auto 6.4vw;
}

/* 診療科目一覧 */
.menuTab {
  margin-bottom: 2rem;
  border-bottom: 1px solid #69768B;
}

.menuTab__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.menuTab__item {
  background-color: #DEE3EB;
  color: #69768B;
  width: 48%;
  padding: 1rem 0;
  text-align: center;
  cursor: pointer;
  font-size: 1.6rem;
}

.menuTab__item.is-active {
  background: #69768B;
  color: #fff;
}

.menuTab__panelBox {
  display: none;
}

.menuTab__panelBox.is-show {
  display: block;
}

/* トップ Instagram */
.l-topInstagram_inner {
  padding-top: 14.9333333333vw;
  padding-bottom: 19.2vw;
}

.topInstagram__ttl {
  margin-bottom: 10.6666666667vw;
  white-space: nowrap;
  text-align: center;
}

.topInstagram__ttl .en {
  font-family: 'Ysabeau Office', sans-serif;
  font-size: 11vw;
  line-height: 1.1607142857;
  margin-bottom: 1.3333333333vw;
  display: block;
}

.topInstagram__ttl .en span {
  color: #B5C4DC;
}

.topInstagram__ttl .ja {
  font-size: 4.2666666667vw;
  line-height: 2;
}

.topInstagram__grid {
  display: flex;
  gap: 3vw 5vw;
  flex-wrap: wrap;
}

.topInstagram__grid > figure , .topInstagram__grid > a {
  width: 47%;
}

.topInstagram__grid video {
  width: 100%;
}

@media screen and (min-width: 64em) {
.topInstagram__grid>figure,
  .topInstagram__grid>a {
    width: 100%;
  }
}

.topInstagram__link {
  color: #9CA6B5;
}

.topInstagram__image figcaption {
  margin-top: 1vw;
  font-size: 3vw;
  color: #9CA6B5;
  margin: 0
}

.topInstagramReel .topInstagram__image figcaption {
  font-size: 2.5vw;
  margin: 0 1rem;
}

.topInstagram__ttlIcon {
  width: 4.2rem;
  min-width: 29px;
  margin: auto 2.1rem auto 0;
  display: inline-block;
  vertical-align: middle;
}


@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 #69768B;
  }

  .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;
  }

  /* New Open */
  .l-topOpen__inner {
    padding-top: 10.3rem;
  }

  /* Google検索 */
  .header__searchForm .gsc-control-cse {
    background-color: transparent;
    border: 0;
  }

  .header__searchForm .gsc-input-box {
    width: 100%;
    height: 100%;
    border: 1px solid #69768B;
    border-right: 0;
    padding: 0.5rem;
  }

  .header__searchForm table.gsc-search-box td.gsc-input {
    padding: 0;
    height: 100%;
    width: 170px;
  }

  .header__searchForm .gsc-search-button-v2 {
    background-color: #69768B;
    height: 100%;
    border: 0;
    position: relative;
    width: 100%;
    padding: 2.05rem 3rem;
    margin: 0;
    margin-left: -0.1em;
    border-radius: 0 3px 3px 0;
  }

  .header__searchForm .gsc-search-button {
    margin: 0;
  }

  .header__searchForm .gsib_a {
    padding: .25rem 1rem;
    border: 0;
  }

  .header__searchForm input {
    background: none !important;
  }

  .header__searchForm .gsc-search-button-v2 svg {
    display: none;
  }

  .header__searchForm .gsc-search-button-v2:before {
    content: "検索";
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .header__searchForm .gsc-search-button-v2:hover {
    background-color: #69768B;
  }

  .gsc-adBlock {
    display: none !important;
  }

  /* 監修医 */
  .card-doctor02__supervision {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .card-doctor02__imgWrap {
    margin: 0 0 2.4rem 0;
    width: 28.8rem;
    height: 28.8rem;
  }

  .card-doctor02__content {
    width: 60%;
  }

  /* ACF Field */
  .acf-field-repeater.acf-field-6528dbd82176b {
    min-width: 500px;
  }
}

.btn-square-blue.btn-square-blue--min-auto a {
  min-width: auto;
}

.topTreatment__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}


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

  /* トップ Instagram */
  .l-topInstagram_inner {
    padding-top: 10.47rem;
    padding-bottom: 10.4rem;
  }

  .topInstagram__ttl {
    margin-bottom: 4rem;
    text-align: left;
  }

  .topInstagram__ttl .en {
    font-size: 7.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.1666666667;
    display: inline-block;
    text-align: left;
  }

  .topInstagram__ttl .ja {
    display: inline-block;
    font-size: 1.6rem;
    margin-left: 2rem;
  }

  .topInstagram__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .topInstagram__image figcaption {
    font-size: 1.2rem;
    margin-top: .8rem;
  }

  .topInstagramReel .topInstagram__image figcaption {
    font-size: 1.1rem;
    margin-top: .8rem;
  }

  .topInstagram__ttlIcon {
    width: 4.8rem;
    margin-right: 2.4rem;
  }


  /* トップ　得意分野 */
  .top__doctorSpecialty .doctorSpecialty__list {
    margin-left: 0;

  }

  .top__doctorSpecialty .doctorSpecialty__item {
    margin-left: 0;
    margin-right: 2rem;
    display: block;
    width: 100%;
  }

  .top__doctorSpecialty .doctorSpecialty__item a {
    vertical-align: middle;
  }
}

.card-doctor02__snsTitle {
  margin: 8.5333333333vw 0 2.1333333333vw !important;
}

.card-doctor02__snsList .doctorSns__txt {
  display: block;
  font-size: 4.2666666667vw;
  margin-bottom: 2.1333333333vw;
}

.card-doctor02__snsList a.sns::before,
.card-doctor02__snsList a.blog:before,
.card-doctor02__snsList a.tiktok:before {
  width: 9vw;
  height: 9vw;
  position: static;
  display: inline-block;
  transform: unset;
}

.card-doctor02__snsList a.sns,
.card-doctor02__snsList a.blog,
.card-doctor02__snsList a.tiktok {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 3vw;
  font-size: 4.2666666667vw;
}

.card-doctor02__snsList .vsp {
  display: none;
}

.card-doctor02__snsList .doctorSns__item {
  margin-bottom: 7vw;
}

.doctorSns__list.card-doctor02__snsList {
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  .card-doctor02__snsTitle {
    margin: 3.2rem 0 1.6rem !important;
  }

  .card-doctor02__snsList .doctorSns__txt {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .card-doctor02__snsList a.sns::before,
  .card-doctor02__snsList a.blog:before,
  .card-doctor02__snsList a.tiktok:before {
    width: 4.6rem;
    height: 4.6rem;
  }

  .card-doctor02__snsList a.sns,
  .card-doctor02__snsList a.blog,
  .card-doctor02__snsList a.tiktok {
    gap: 2rem;
    font-size: 1.6rem;

  }

  .card-doctor02__snsList .doctorSns__item {
    margin-bottom: 3rem;
  }
}

/* 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;
}

@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;
}

.topKv__ttl:first-child {
  margin-bottom: 0;
}

.topKv__ttl .doctorName {
  font-size: 10vw;
}

.top-doctorSns__wrap {
  padding: 8vw 5.3333333333vw 8.5333333333vw;
}

.top-doctor__sns .doctorSns__item {
  margin-bottom: 6.4vw;
}

.top-doctor__sns .doctorSns__item a {
  /* margin-bottom: 6.4vw; */
  font-size: 4.2666666667vw;
}

.top-doctorSns__list {
  margin-bottom: -2.4rem;
}

.top-doctor__sns .doctorSns__link.sns::before,
.top-doctor__sns .doctorSns__link.tiktok::before,
.top-doctor__sns .doctorSns__link.blog::before {
  width: 8.5333333333vw;
  height: 8.5333333333vw;
}

@media screen and (min-width: 64em) {
  .topKv__ttl .doctorName {
    font-size: 5rem;
  }

  .top-doctor__sns .doctorSns__item {
    margin-bottom: 3.2rem;
  }

  .top-doctor__sns .doctorSns__item a {
    font-size: 1.6rem;
  }

  .top-doctorSns__wrap {
    padding: 5.4rem 3.2rem 4.4rem 3.2rem;
    width: 100%;
  }

  .top-doctor__sns .doctorSns__link.sns::before,
  .top-doctor__sns .doctorSns__link.tiktok::before,
  .top-doctor__sns .doctorSns__link.blog::before {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.others__toc {
  background: #DEE3EB;
  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 ul:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  background: #9CA6B5;
  height: 100%;
  content: "";
  opacity: 0.3;
}

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

.others__toc li a {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  color: #272A2E;
  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 #9CA6B5;
    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: #9CA6B5;
    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;
    border-left: 1px solid #DEE3EB;
  }

  .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: #272A2E;
}


.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: #272A2E;
}

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

.stickyBtn-sp.recruit {
  background-color: transparent;
  padding: 0;
}

.single__content .trainingStep__box {
  border: 1px solid #69768B;
  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: #69768B;
  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 #69768B;
  padding-bottom: 2.1333333333vw;
  color: #69768B;
  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: #FDFDFD;
}

.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: #69768B;
  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: #69768B;
  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;
  }
}

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


/* 診療科目：追加コンテンツ240910 */
.kv03__content > *:last-child {
  padding-bottom: 10.6666666667vw;
}

.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{
  margin-top: 2.5rem;
  padding: 0 4.2666666667vw;
  display: none;
}

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

.kv03__txtHeading{
  font-size: 4vw;
}

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

.kv03__txtRiskInner{
  border-radius: 1rem;
  background-color: #f5f5f5;
  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 #9CA6B5;
  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: 2rem auto 0;
}

/* 目次（施術ページ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: 0;
  }
  .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%;
  }
}

/* 症例写真一覧の注意文言 */
.ttl-icon .photo-caution__txt {
  font-size: 1.3rem;
  padding: 1rem;
  text-align: center;
  color: #69768B;
  font-family: "Shippori Mincho", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
}
@media screen and (width <=90em) {
  .ttl-icon .photo-caution__txt {
    font-size: 1rem;
  }
}
/* END 症例写真一覧の注意文言 */

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

.footer__copyright .tokyoAccess__top {
  align-items: center;
}

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

  .tokyoAccess__mapWrap {
    margin-bottom: 1.8vw;
  }

  .footer__copyright address {
    text-align: center;
  }

  .footer__copyright .tokyoAccess__top {
    display: flex;
    flex-direction: column-reverse;
    align-items: normal;
  }
}

/* END フッター地図 */

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

.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: #272A2E;
  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: #272A2E;
}

.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 #69768B;
}

@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: #EFF3F8;
  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: #272A2E;
  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: #272A2E;
  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: #EFF3F8;
}

.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: #EFF3F8;
}

@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: #69768B;
  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: #EFF3F8;
  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: #272A2E;
}

.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: #EFF3F8;
  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;
  }
}
/* キャンペーン一覧用CSSここまで *

/* キャンペーン一覧用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;
  }
}
/* キャンペーン一覧用CSSここまで */

.line_btn a {
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 2em auto 0;
  padding: 20px;
  border: 0;
  border-radius: 8px;
  color: ghostwhite;
  font-size: 6vw;
  background: #242424;
  box-shadow: 0 6px 0 #606060, 0 12px 0 rgba(0, 0, 0, .2);
  transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.line_btn a:hover {
  color: white;
  background: #9F9F9F;
  box-shadow: 0 6px 0 #606060, 0 12px 0 rgba(0, 0, 0, .2);
  transform: translateY(3px);
}


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

  /* LINEボタン */
  .line_btn a {
    max-width: 460px;
    font-size: 3.25rem;
  }
}

li.under_pen mark {
  background: linear-gradient(transparent 60%, #FFF100 0%);
  font-weight: 600;
}


/* 症例写真のキャプション */
.sns_caption {
  color: #262727;
  position: relative;
  font-weight: 500;
  padding-left: 2.5rem;
  line-height: 1.5;
  text-decoration: underline;
}

.sns_caption::before {
  FONT-WEIGHT: 500;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url("https://eclinic-nagoya.jp/wp-content/themes/eclinic-nagoya/assets/img/common/instagram.png") center center/100% no-repeat;
}


/* 症例写真のtiktok用キャプション */
.sns_caption_tiktok {
  color: #262727;
  position: relative;
  font-weight: 500;
  padding-left: 2.5rem;
  line-height: 1.5;
  text-decoration: underline;
}

.sns_caption_tiktok::before {
  FONT-WEIGHT: 500;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url("https://eclinic-nagoya.jp/wp-content/themes/eclinic-nagoya/assets/img/common/tiktok-icon.png") center center/100% no-repeat;
}

.waku {
  padding: 1em;
  /*段落余白*/
  border: 5px double #69768B;
  /*枠線*/
  border-radius: 10px;
  /*角丸*/
}

/* SPのアイキャッチ目次非表示 */

@media (width < 64em) {
  .kv03__imgWrap {
    display: none;
  }

  .link-wrapper {
    display: none;
  }
}

/* SPの目次非表示　ここまで */

/* SPの料金表のアイキャッチここまで */
.page-price .kv02__imgWrap {
  display: none;
}

@media (width > 64em) {
  .page-price .kv02__imgWrap {
    display: block;
  }
}

/* SPの料金表のアイキャッチ非表示ここまで */

/* cv1 eria*/
.box_cv1 {
  width: 900px;
  background-color: #F3F3F3;
  padding: 1em;
  margin: 50px auto;
  border: 5px double #555555;
  border-radius: 10px;
}


.box_cv1_text {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}


.medium-font_cv1 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.small-font_cv1 {
  text-align: left;
  font-size: 1.3em;
  line-height: 2;
  display: inline-block;
}

.highlight-blue_cv1 {
  font-size: 1.3em;
  line-height: 2;
  text-align: center;
  background-color: #0356f2;
  color: white;
  padding: 2px;
}

.highlight-yellow_cv1 {
  background-color: #f8f684;
  padding: 2px;
}

.center-image_cv1 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 35px;
}

.center-image_cv2 {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 30% !important;
}

@media screen and (max-width: 1120px) {
  .box_cv1 {
    width: auto;
    padding: 0.5em;
    margin-left: 10px;
    margin-right: 10px;
  }

  .l-c .box_cv1 {
    width: auto;
    padding: 0.5em;
    margin-inline: -3vw;
  }


  .center-image_cv2 {
    margin-top: 50px !important;
    margin-bottom: 15px;
    width: 50vw !important;
  }

  .box_cv1_text {
    font-size: 3.3vw !important;
    ;
    font-weight: bold;
    line-height: 2;
    width: 95%;
    margin: 15px auto;
  }


  .highlight-blue_cv1 {
    font-size: 5.3vw;
  }

  .small-font_cv1 {
    font-size: 3vw;
    line-height: 2;
  }


  .center-image_cv1 {
    margin-bottom: 20px;
  }
}

/* cv1 eria　ここまで*/

.image-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
  transform: skewX(-30deg);
  animation: shine 2s infinite linear;
}

@keyframes shine {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}


/* SP LINE CV */
.stickyBtn-sp__btn--line {
  margin: 0 auto;
  padding: 0;
}

/* SP LINE CV ここまで*/

.button33 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  /* 適宜調整 */
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.button33:hover {
  background-color: #f7f7f7;
}

.button33::after {
  content: "＞";
  /* 右矢印アイコン */
  font-size: 14px;
  color: #333;



}
