@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap';
.pcDisp {
  display: block;
}
@media screen and (max-width: 767px) {
  .pcDisp {
    display: none;
  }
}

.spDisp {
  display: none;
}
@media screen and (max-width: 767px) {
  .spDisp {
    display: block;
  }
}

.nw {
  white-space: nowrap;
}

.nw-pc {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .nw-pc {
    white-space: normal;
  }
}

.nw-sp {
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .nw-sp {
    white-space: nowrap;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

h2,
h3,
ul,
li,
figure {
  margin: 0;
}

.ed-botox p {
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.7;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .ed-botox p {
    font-size: 3.7333333333vw;
  }
}

p:last-child {
  margin-bottom: 0;
}

p strong {
  color: #0085ce;
  font-weight: 600;
}

.ed-botox img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

a:hover {
  opacity: var(--hover-opacity);
}

main {
  background: rgba(0, 133, 206, 0.05);
}

section:not(.kv) {
  margin: 0 auto min(5.6vw, 56px);
}
@media screen and (max-width: 767px) {
  section:not(.kv) {
    margin: 0 auto 8.5333333333vw;
  }
}

article {
  max-width: 1104px;
  margin: 0 auto;
  padding: min(4.8vw, 48px) min(6.4vw, 64px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  article {
    padding: 6.4vw 5.3333333333vw 4.2666666667vw;
  }
}

data {
  font-size: 0;
}

.wrapper {
  box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: var(--header-height-pc) auto 0;
  padding: 50px 60px;
}
@media screen and (max-width: 767px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
    margin-top: var(--header-height-sp);
    padding: 0 5.3333333333vw 8vw;
    background: #fff;
  }
}

.conts {
  position: relative;
  overflow: hidden;
}

.notes {
  font-size: clamp(9px, 1.1vw, 11px);
  font-weight: 400;
  line-height: 1.2;
  color: #474747;
}
@media screen and (max-width: 767px) {
  .notes {
    font-size: 2.4vw;
  }
}

.bnr {
  width: auto;
  display: flex;
  justify-content: center;
  margin-top: min(4vw, 40px);
}
@media screen and (max-width: 767px) {
  .bnr {
    width: 100%;
    margin-top: 6.4vw;
  }
}

.c_page-heading {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: min(4vw, 40px);
  padding: min(3.2vw, 32px) 0 min(1.6vw, 16px);
  border-top: 3px solid #0085ce;
  border-bottom: 1px solid #0085ce;
}
@media screen and (max-width: 767px) {
  .c_page-heading {
    margin-bottom: 6.4vw;
    padding: 6.4vw 0 2.1333333333vw;
    border-top: 0.8vw solid #0085ce;
    border-bottom: 0.2666666667vw solid #0085ce;
  }
}
.c_page-heading h2 {
  font-size: clamp(24px, 2.8vw, 28px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .c_page-heading h2 {
    font-size: 5.6vw;
    letter-spacing: 0.1333333333vw;
  }
}
.c_page-heading h2 span {
  color: #0085ce;
}
.c_page-heading h2 small {
  display: block;
  font-size: clamp(11px, 1.3vw, 13px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c_page-heading h2 small {
    font-size: 2.9333333333vw;
  }
}
.c_page-heading__category {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  min-width: 155px;
  padding: 0 min(1.6vw, 16px);
  border-radius: 0 0 5px 5px;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.5px;
  font-feature-settings: "palt" 1;
  color: #fff;
  background-color: #0085ce;
}
@media screen and (max-width: 767px) {
  .c_page-heading__category {
    width: fit-content;
    min-width: inherit;
    margin-bottom: 1.0666666667vw;
    padding: 0 2.1333333333vw 0.5333333333vw;
    border-radius: 0 0 1.3333333333vw 1.3333333333vw;
    font-size: 2.9333333333vw;
    line-height: 1.5;
    letter-spacing: 0.1333333333vw;
    white-space: nowrap;
  }
}

.c_btn {
  position: relative;
  width: 100%;
  max-width: 480px;
  padding: min(2.4vw, 24px) min(4.8vw, 48px);
  margin: min(4vw, 40px) auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #0085ce;
  border-radius: 9999px;
  background-color: #fff;
  color: #0085ce;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  outline: none;
  transition: 0.2s;
  appearance: none;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c_btn {
    width: 100%;
    max-width: 81.0666666667vw;
    min-height: 14.9333333333vw;
    padding: 4.2666666667vw;
    margin: 6.4vw auto 0;
    font-size: 4.2666666667vw;
  }
}
.c_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 12px;
  height: 12px;
  border-top: 2.5px solid #0085ce;
  border-right: 2.5px solid #0085ce;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c_btn::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 4.2666666667vw;
    border-top: 0.6666666667vw solid #0085ce;
    border-right: 0.6666666667vw solid #0085ce;
  }
}
@media (hover: hover) {
  .c_btn:hover, .c_btn:focus {
    border: solid 1px #0085ce;
    background-color: #0085ce;
    color: #fff;
    text-decoration: none;
    opacity: 1;
  }
}
@media screen and (hover: hover) and (max-width: 767px) {
  .c_btn:hover, .c_btn:focus {
    border-width: 0.2666666667vw solid #0085ce;
  }
}
@media (hover: hover) {
  .c_btn:hover::after, .c_btn:focus::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
.c_btn.ex::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  background-color: #0085ce;
  mask-image: url(../../assets/images/common/icon-ex.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url(../../assets/images/common/icon-ex.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c_btn.ex::after {
    width: 3.2vw;
    height: 3.2vw;
    right: 3.2vw;
  }
}
@media (hover: hover) {
  .c_btn.ex:hover::after, .c_btn.ex:focus::after {
    background-color: #fff;
  }
}

.c_btn-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c_btn-inner {
    gap: 1.0666666667vw;
  }
}
.c_btn-inner small {
  display: block;
  font-size: clamp(11px, 1.3vw, 13px);
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c_btn-inner small {
    font-size: 2.9333333333vw;
  }
}

.c_btn-txt {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  color: #333;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c_btn-txt {
    font-size: 3.7333333333vw;
    gap: 1.0666666667vw;
  }
}
.c_btn-txt::before {
  content: "";
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  border: 0.12em solid #0085ce;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c_btn-txt::before {
    width: 5.6vw;
    height: 5.6vw;
    border: 0.2666666667vw solid #0085ce;
  }
}
.c_btn-txt::after {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 50%;
  width: 0.4em;
  height: 0.4em;
  border-top: 0.12em solid #0085ce;
  border-right: 0.12em solid #0085ce;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c_btn-txt::after {
    left: 1.6vw;
    width: 1.6vw;
    height: 1.6vw;
    border-top: 0.2666666667vw solid #0085ce;
    border-right: 0.2666666667vw solid #0085ce;
  }
}
@media (hover: hover) {
  .c_btn-txt:hover, .c_btn-txt:focus {
    color: #0085ce;
    text-decoration: underline;
  }
  .c_btn-txt:hover::before, .c_btn-txt:focus::before {
    background-color: #0085ce;
  }
  .c_btn-txt:hover::after, .c_btn-txt:focus::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}

.c-slider {
  padding: 24px 0;
  background: rgba(0, 133, 206, 0.05);
}
@media screen and (max-width: 767px) {
  .c-slider {
    padding: 4.2666666667vw 0;
    margin: 0 -5.3333333333vw;
  }
}
.c-slider__title {
  margin-bottom: 16px;
  color: #0085ce;
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-slider__title {
    margin-bottom: 4.2666666667vw;
    font-size: 5.6vw;
    line-height: 1.3;
  }
}
.c-slider__container {
  position: relative;
  max-width: 984px;
}
.c-slider__wrapper {
  overflow: hidden;
}
.c-slider__track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  counter-reset: slide-counter;
}
.c-slider__btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 40px;
  height: 140px;
  padding: 0;
  border: none;
  background-color: #0085ce;
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-slider__btn {
    width: 6.4vw;
    height: 26.6666666667vw;
  }
}
.c-slider__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-slider__btn::before {
    width: 3.2vw;
    height: 3.2vw;
    border-top-width: 0.6666666667vw;
    border-right-width: 0.6666666667vw;
  }
}
.c-slider__btn:hover {
  opacity: 0.9;
}
.c-slider__btn--prev {
  left: -16px;
  border-radius: 12px 0 0 12px;
}
@media screen and (max-width: 767px) {
  .c-slider__btn--prev {
    left: 0;
    border-radius: 0 2.1333333333vw 2.1333333333vw 0;
  }
}
.c-slider__btn--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}
.c-slider__btn--next {
  right: -16px;
  border-radius: 0 12px 12px 0;
}
@media screen and (max-width: 767px) {
  .c-slider__btn--next {
    right: 0;
    border-radius: 2.1333333333vw 0 0 2.1333333333vw;
  }
}
.c-slider__btn--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}
.c-slider__arrow {
  display: none;
}
.c-slider__dots {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .c-slider__dots {
    margin-top: 5.3333333333vw;
    gap: 3.2vw;
  }
}
.c-slider__dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid #0085ce;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-slider__dots button {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-width: 0.5333333333vw;
  }
}
.c-slider__dots button.is-active {
  background: #0085ce;
}
.c-slider__slide {
  flex-shrink: 0;
  width: min(716px, 65vw);
  max-width: 716px;
  margin: 0 10px;
  background-color: #fff;
  opacity: 0.3;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-slider__slide {
    width: 75vw;
    max-width: none;
  }
}
.c-slider__slide:not(.is-clone) {
  counter-increment: slide-counter;
}
.c-slider__slide.is-active {
  opacity: 1;
}
.c-slider__slide-header {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 16px 16px 16px 120px;
  background-color: #0085ce;
}
@media screen and (max-width: 767px) {
  .c-slider__slide-header {
    padding: 4.2666666667vw 4.2666666667vw 4.2666666667vw 17.0666666667vw;
  }
}
.c-slider__slide-number {
  position: absolute;
  top: 0;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 104px;
  padding-bottom: 20px;
  background-color: #96b0bf;
  color: #fff;
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 600;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .c-slider__slide-number {
    left: 2.1333333333vw;
    width: 12.8vw;
    height: 19.2vw;
    padding-bottom: 4.2666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.2;
  }
}
.c-slider__slide-number::before {
  content: "症例 " counter(slide-counter);
}
@media screen and (max-width: 767px) {
  .c-slider__slide-number::before {
    content: "症例\a" counter(slide-counter);
    white-space: pre;
    text-align: center;
    line-height: 1.3;
  }
}
.c-slider__slide-title {
  color: #fff;
  font-size: clamp(18px, 2.1vw, 21px);
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-slider__slide-title {
    font-size: 4.8vw;
  }
}
.c-slider__slide-image {
  width: min(636px, 88.8%);
  max-width: 636px;
  margin: 25px auto 0;
}
@media screen and (max-width: 767px) {
  .c-slider__slide-image {
    width: 88.8%;
    max-width: 76vw;
    margin: 5.3333333333vw auto 0;
  }
}
.c-slider__slide-image img {
  width: 100%;
  height: auto;
}
.c-slider__slide-caption {
  display: block;
  padding: 10px 40px 20px;
  color: #888;
  font-size: clamp(9px, 1.1vw, 11px);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-slider__slide-caption {
    padding: 2.6666666667vw 2.6666666667vw 0;
    font-size: 10px;
  }
}

.kv__inner {
  position: relative;
  width: 100%;
  height: 40.2635431918vw;
  padding-top: 8.78477306vw;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .kv__inner {
    height: 88vw;
    padding-top: 28.2666666667vw;
  }
}
.kv__img {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 40.2635431918vw;
  margin: auto;
  opacity: 0;
  transform: translateX(2.9282576867vw);
  transition: 0.7s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .kv__img {
    z-index: 0;
    width: 100%;
    height: 100%;
    transform: translateX(5.3333333333vw);
  }
}
.kv__img.anim {
  opacity: 1;
  transform: translateX(0vw);
}
.kv__img img {
  width: 100vw;
  height: 40.2635431918vw;
  max-width: inherit;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .kv__img img {
    width: 100%;
    height: 100%;
  }
}
.kv__box {
  position: relative;
  z-index: 1;
  max-width: 80.5270863836vw;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(0.7320644217vw);
  transition: 0.5s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .kv__box {
    max-width: inherit;
    left: 5.3333333333vw;
  }
}
.kv__box.anim {
  opacity: 1;
  transform: none;
}
.kv__ttl {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 2.3426061493vw;
  color: #fff;
  font-family: serif;
  font-size: 4.6852122987vw;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .kv__ttl {
    margin-bottom: 6.4vw;
    font-size: 6.9333333333vw;
    letter-spacing: 0;
  }
}
.kv__ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 26.3543191801vw;
  width: 146.4128843338vw;
  padding: 3.513909224vw 0;
  box-sizing: border-box;
  background: linear-gradient(to left, rgba(0, 133, 206, 0), #0085ce 16vw, #0085ce 100%);
  box-shadow: 0 0.2928257687vw 1.1713030747vw rgba(51, 51, 51, 0.3);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .kv__ttl::after {
    right: auto;
    left: -5.3333333333vw;
    width: 69.3333333333vw;
    padding: 6.4vw 0;
    box-shadow: none;
  }
}
.kv__ttl span {
  font-size: clamp(16px, 1.8vw, 18px);
}
@media screen and (max-width: 767px) {
  .kv__ttl span {
    font-size: 3.7333333333vw;
  }
}
.kv__txt-upper, .kv__txt-lower {
  margin-bottom: 1.756954612vw;
  color: #333;
  font-size: 2.635431918vw;
  font-weight: 600;
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff;
}
@media screen and (max-width: 767px) {
  .kv__txt-upper, .kv__txt-lower {
    margin-bottom: 6.4vw;
    font-size: 5.6vw;
    text-shadow: 0 0 4px #fff, 0 0 8px #fff, 0 0 12px #fff, 0 0 16px #fff, 0 0 20px #fff;
  }
}
.kv__txt-lower {
  color: #0085ce;
  font-size: 2.3426061493vw !important;
}
@media screen and (max-width: 767px) {
  .kv__txt-lower {
    font-size: 4.8vw !important;
  }
}

.surgerybox {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .surgerybox {
    max-width: inherit;
    gap: 1.0666666667vw;
  }
}
.surgerybox .image {
  position: relative;
  width: 100%;
}
.surgerybox .image::before, .surgerybox .image::after {
  content: "術前";
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 8px;
  font-size: clamp(11px, 1.3vw, 13px);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #474747;
}
@media screen and (max-width: 767px) {
  .surgerybox .image::before, .surgerybox .image::after {
    padding: 1.0666666667vw 2.1333333333vw;
    font-size: 2.9333333333vw;
  }
}
.surgerybox .image::after {
  content: "術後";
  top: 50%;
  background-color: #0085ce;
}
.surgerybox .image.horizontal::before, .surgerybox .image.horizontal::after {
  width: 50%;
  top: inherit;
  bottom: 0;
  left: 0;
  right: auto;
  z-index: 1;
}
.surgerybox .image.horizontal::after {
  left: auto;
  right: 0;
}
.surgerybox .notes {
  font-size: clamp(9px, 1.1vw, 11px);
  font-weight: 400;
  line-height: 1.2;
  color: rgba(51, 51, 51, 0.8);
}
@media screen and (max-width: 767px) {
  .surgerybox .notes {
    font-size: 2.4vw;
  }
}
.surgerybox .notes p {
  font-size: clamp(9px, 1.1vw, 11px);
  font-weight: 400;
  line-height: 1.2;
  color: rgba(51, 51, 51, 0.8);
}
@media screen and (max-width: 767px) {
  .surgerybox .notes p {
    font-size: 2.4vw;
  }
}
.surgerybox .tag {
  background-color: #fff;
  border: 1px solid #0085ce;
  color: #0085ce;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 600;
  padding: 0 10px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .surgerybox .tag {
    font-size: 3.7333333333vw;
    padding: 0 2.6666666667vw;
  }
}

.case .case__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .case .case__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.1333333333vw;
  }
}
.case .case__list .case__item {
  position: relative;
  width: 100%;
  padding: 16px 8px;
  background: rgba(0, 133, 206, 0.05);
}
@media screen and (max-width: 767px) {
  .case .case__list .case__item {
    width: 100%;
    padding: 2.1333333333vw;
  }
}

section.flow {
  margin: 0 auto min(3.2vw, 32px);
}
@media screen and (max-width: 767px) {
  section.flow {
    margin: 0 auto 4.2666666667vw;
  }
}
section.flow .slider {
  position: relative;
  width: 100%;
  padding: min(2.4vw, 24px) min(4.8vw, 48px);
  background: rgba(0, 133, 206, 0.05);
}
@media screen and (max-width: 767px) {
  section.flow .slider {
    padding: 2.1333333333vw;
  }
}
section.flow .slider__inner {
  position: relative;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  section.flow .slider__inner {
    padding: 2.1333333333vw;
    overflow: visible;
  }
}
section.flow .slider__track {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  gap: min(2.4vw, 24px);
  transition: transform 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  section.flow .slider__track {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
section.flow .slider__card {
  position: relative;
  width: 255px;
  margin: 0 auto;
  box-sizing: border-box;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  section.flow .slider__card {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: 35% 1fr;
    grid-template-rows: auto auto;
    gap: 0 3.2vw;
    grid-template-areas: "title title" "img text";
  }
}
@media screen and (max-width: 767px) {
  section.flow .slider__img {
    grid-area: img;
  }
  section.flow .slider__img img {
    width: 100%;
    height: auto;
  }
}
section.flow .slider__title {
  position: relative;
  margin: 20px 0 14px;
  border-bottom: 2px solid #0085ce;
  font-size: clamp(18px, 2.1vw, 21px);
  font-weight: 600;
  line-height: 1.3;
  color: #0085ce;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: min(0.8vw, 8px);
}
@media screen and (max-width: 767px) {
  section.flow .slider__title {
    grid-area: title;
    margin: 0 0 2.1333333333vw;
    font-size: 4.8vw;
    gap: 2.1333333333vw;
  }
}
section.flow .slider__step {
  position: relative;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0085ce;
  font-size: clamp(18px, 2.1vw, 21px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  section.flow .slider__step {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    font-size: 4.8vw;
  }
}
section.flow .slider__text {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section.flow .slider__text {
    font-size: 3.7333333333vw;
    line-height: 1.7;
    grid-area: text;
  }
}
section.flow .slider__btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 2px solid #0085ce;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  section.flow .slider__btn {
    left: 1.3333333333vw;
    right: 1.3333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
section.flow .slider__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2.5px solid currentColor;
  border-right: 2.5px solid currentColor;
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 767px) {
  section.flow .slider__btn::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-width: 0.5333333333vw;
  }
}
section.flow .slider__btn:hover {
  background-color: #0085ce;
  color: #fff;
}
section.flow .slider__btn:active {
  transform: translateY(-50%) scale(0.95);
}
section.flow .slider__btn--prev {
  left: 10px;
  color: #0085ce;
}
section.flow .slider__btn--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}
section.flow .slider__btn--next {
  right: 10px;
  color: #0085ce;
}
section.flow .slider__btn--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.overview {
  background-color: #d8d8d8;
  max-width: 984px;
  margin: 0 auto min(5.6vw, 56px);
  padding: min(3.2vw, 32px) min(4.8vw, 48px);
}
@media screen and (max-width: 767px) {
  .overview {
    padding: 4.2666666667vw 2.1333333333vw 2.1333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.overview h3 {
  font-size: clamp(20px, 2.4vw, 24px);
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .overview h3 {
    font-size: 4.8vw;
    margin-bottom: 4.2666666667vw;
  }
}
.overview__table {
  background-color: #fff;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .overview__table tbody {
    display: block;
  }
}
.overview__table tr {
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  position: relative;
  background-image: linear-gradient(to right, #aaa, #aaa 2px, transparent 2px, transparent 6px);
  background-size: 6px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .overview__table tr {
    border-left: 1.3333333333vw solid #fff;
    border-right: 1.3333333333vw solid #fff;
    background-image: linear-gradient(to right, #aaa, #aaa 0.5333333333vw, transparent 0.5333333333vw, transparent 1.6vw);
    background-size: 1.6vw 0.5333333333vw;
  }
}
.overview__table tr:last-child {
  background-image: none;
}
.overview__table tr:first-child th, .overview__table tr:first-child td {
  padding-top: min(3.2vw, 32px);
}
@media screen and (max-width: 767px) {
  .overview__table tr:first-child th, .overview__table tr:first-child td {
    padding-top: 4.2666666667vw;
  }
}
.overview__table tr:last-child th, .overview__table tr:last-child td {
  padding-bottom: min(3.2vw, 32px);
}
@media screen and (max-width: 767px) {
  .overview__table tr:last-child th, .overview__table tr:last-child td {
    padding-bottom: 4.2666666667vw;
  }
}
.overview__table th {
  background: none !important;
  border-right: none !important;
  border-bottom: none !important;
  padding: 18px;
  vertical-align: top;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  min-width: 160px;
}
@media screen and (max-width: 767px) {
  .overview__table th {
    font-size: 3.7333333333vw;
    padding: 3.4666666667vw 0;
    width: 79%;
    display: block;
    margin-right: 2.2666666667vw;
    min-width: 20vw;
  }
}
.overview__table th.ptd {
  letter-spacing: 0;
}
.overview__table td {
  padding: 18px;
  vertical-align: top;
  line-height: 1.3;
  border-bottom: none !important;
}
@media screen and (max-width: 767px) {
  .overview__table td {
    font-size: 3.7333333333vw;
    padding: 3.2vw;
    line-height: 1.5;
  }
}
.overview__table td:last-child {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .overview__table td:last-child {
    padding-left: 0.8vw;
    padding-right: 0;
  }
}
.overview ul {
  list-style-type: "・";
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .overview ul {
    padding-left: 2.6666666667vw;
  }
}
.overview ul li {
  margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
  .overview ul li {
    margin: 0;
  }
}

.price {
  margin: 0 auto min(5.6vw, 56px);
}
.price__table {
  width: 100%;
  max-width: 984px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: min(2.4vw, 24px);
}
@media screen and (max-width: 767px) {
  .price__table {
    gap: 4.2666666667vw;
  }
}
.price table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #d8d8d8;
  table-layout: fixed;
}
.price table caption {
  background-color: #0085ce;
  color: #fff;
  font-weight: 600;
  padding: min(1.6vw, 16px) min(2.4vw, 24px);
  text-align: center;
  font-size: clamp(20px, 2.4vw, 24px);
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}
@media screen and (max-width: 767px) {
  .price table caption {
    padding: 4.2666666667vw 0;
    font-size: 4.8vw;
  }
}
.price table th {
  background-color: #96b0bf;
  color: #fff;
  font-weight: 600;
  font-size: clamp(18px, 2.1vw, 21px);
  text-align: center;
  padding: min(1.6vw, 16px) min(2.4vw, 24px);
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 767px) {
  .price table th {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 2.6666666667vw;
  }
}
.price table th:first-child:nth-last-child(2) {
  width: 60%;
}
.price table th:first-child:nth-last-child(3), .price table th:first-child:nth-last-child(3) + th {
  width: 30%;
}
.price table th:last-child {
  width: 40%;
}
.price table td {
  padding: min(1.6vw, 16px) min(2.4vw, 24px);
  border: 1px solid #d8d8d8;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .price table td {
    padding: 2.6666666667vw 2.6666666667vw;
  }
}
.price table td:last-child {
  text-align: right;
}
.price table tbody tr:first-child {
  background-color: #fff;
}
.price table tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}
.price__cell-left {
  font-size: clamp(18px, 2.1vw, 21px);
  font-weight: 600;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .price__cell-left {
    font-size: 3.7333333333vw;
  }
}
.price__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: min(0.8vw, 8px);
}
@media screen and (max-width: 767px) {
  .price__row {
    flex-direction: column;
    gap: 1.0666666667vw;
  }
}
.price__row + .price__notice {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: clamp(11px, 1.3vw, 13px);
  line-height: 1.3;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .price__row + .price__notice {
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.price__detail {
  flex: 1;
  text-align: left;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .price__detail {
    font-size: 2.9333333333vw;
    text-align: center;
  }
}
.price__box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .price__box {
    gap: 0.5333333333vw;
    align-items: center;
  }
}
.price__main {
  line-height: 1;
  min-width: 140px;
}
@media screen and (max-width: 767px) {
  .price__main {
    text-align: center;
  }
}
.price__value {
  font-size: clamp(18px, 2.1vw, 21px);
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price__value {
    font-size: 4.8vw;
  }
}
.price__currency {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .price__currency {
    font-size: 3.7333333333vw;
  }
}
.price__tax {
  font-size: clamp(11px, 1.3vw, 13px);
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .price__tax {
    font-size: 2.9333333333vw;
  }
}
.price__notice {
  font-size: clamp(11px, 1.3vw, 13px);
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .price__notice {
    font-size: 2.4vw;
  }
}
.price__area {
  display: flex;
  flex-direction: column;
  gap: min(1.6vw, 16px);
  padding: min(2.4vw, 24px);
  background-color: rgba(0, 133, 206, 0.05);
}
@media screen and (max-width: 767px) {
  .price__area {
    gap: 4.2666666667vw;
    padding: 4.2666666667vw;
  }
}
.price__area-title {
  margin: 0;
  color: #0085ce;
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price__area-title {
    font-size: 4.8vw;
  }
}
.price__area-list {
  display: flex;
  justify-content: center;
  gap: min(2.4vw, 24px);
}
@media screen and (max-width: 767px) {
  .price__area-list {
    flex-wrap: wrap;
    gap: 2.1333333333vw;
  }
}
.price__area-item {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .price__area-item {
    flex: 0 0 calc(50% - 1.0666666667vw);
    max-width: none;
  }
}
.price__area-item img {
  width: 100%;
  height: auto;
}
.price__area-item figcaption {
  padding: min(0.8vw, 8px) min(1.6vw, 16px);
  border: 1px solid #0085ce;
  background-color: #fff;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price__area-item figcaption {
    padding: 1.6vw 3.2vw;
    border-width: 0.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
.price__course {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .price__course {
    flex-direction: column;
    gap: 2.1333333333vw;
  }
}
.price__course-image {
  flex-shrink: 0;
  margin: 0;
}
.price__course-image img {
  width: 100%;
  max-width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .price__course-image img {
    max-width: 26.6666666667vw;
  }
}
.price__course-name {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .price__course-name {
    font-size: 2.9333333333vw;
  }
}

.faq__box {
  display: flex;
  flex-direction: column;
  gap: min(1.6vw, 16px);
  margin: 0 auto min(5.6vw, 56px);
  max-width: 984px;
}
@media screen and (max-width: 767px) {
  .faq__box {
    margin-bottom: inherit;
    gap: 2.1333333333vw;
  }
}
.faq__question {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: min(1.6vw, 16px) 80px;
  border: #d8d8d8 1px solid;
  background: linear-gradient(180deg, rgb(247, 247, 247) 0%, rgb(249, 249, 249) 46%, rgb(240, 240, 240) 51%, rgb(247, 247, 247) 100%);
  font-size: clamp(18px, 2.1vw, 21px);
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq__question {
    min-height: inherit;
    padding: 4.2666666667vw 10.6666666667vw;
    background-color: #fafafa;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.faq__question::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  background-color: #0085ce;
  color: #fff;
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .faq__question::before {
    top: 50%;
    left: 2.1333333333vw;
    width: 6.4vw;
    height: 6.4vw;
    transform: translateY(-50%);
    font-size: 4.2666666667vw;
  }
}
.faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: linear-gradient(to bottom, transparent 10px, #333 10px, #333 14px, transparent 14px), linear-gradient(to right, transparent 10px, #333 10px, #333 14px, transparent 14px);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .faq__question::after {
    top: 50%;
    right: 2.1333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background: linear-gradient(to bottom, transparent 2.2666666667vw, #333 2.2666666667vw, #333 3.0666666667vw, transparent 3.0666666667vw), linear-gradient(to right, transparent 2.2666666667vw, #333 2.2666666667vw, #333 3.0666666667vw, transparent 3.0666666667vw);
  }
}
.faq__question.open::after {
  transform: translateY(-50%) rotate(45deg);
}
.faq__answer {
  position: relative;
  padding: 20px 80px;
  border: #d8d8d8 1px solid;
  border-top: none;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .faq__answer {
    padding: 3.2vw 3.2vw 3.2vw 10.6666666667vw;
  }
}
.faq__answer::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #96b0bf;
  color: #fff;
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .faq__answer::before {
    top: 3.2vw;
    left: 2.1333333333vw;
    width: 6.4vw;
    height: 6.4vw;
    font-size: 4.2666666667vw;
  }
}
.faq__answer p {
  font-size: clamp(16px, 1.8vw, 18px);
  margin-bottom: min(1.2vw, 12px);
}
@media screen and (max-width: 767px) {
  .faq__answer p {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-bottom: 3.2vw;
  }
}
.faq__answer p:last-child {
  margin-bottom: 0;
}

.disclaimer {
  margin: min(4vw, 40px) 0;
  background-color: #f9f9f9;
  border-left: 4px solid #2c5f2d;
}
@media screen and (max-width: 767px) {
  .disclaimer {
    margin: 8.5333333333vw 0;
    padding: 4.2666666667vw;
  }
}
.disclaimer__title {
  margin-top: 0;
  margin-bottom: min(1.2vw, 12px);
  color: #2c5f2d;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .disclaimer__title {
    margin-bottom: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.disclaimer__text {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .disclaimer__text {
    font-size: 2.9333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.disclaimer__text--guideline {
  margin-bottom: 0;
}

.ed-botox .kv__inner {
  padding-top: 9.9560761347vw;
  background-image: url(../images/kv-bg.webp);
}
@media screen and (max-width: 767px) {
  .ed-botox .kv__inner {
    padding-top: 23.4666666667vw;
    background-image: url(../images/kv-bg-sp.webp);
  }
}
@media screen and (max-width: 767px) {
  .ed-botox .kv__ttl::after {
    width: 74.6666666667vw;
  }
}
.ed-botox .kv__txt-upper {
  font-size: 2.3426061493vw;
}
@media screen and (max-width: 767px) {
  .ed-botox .kv__txt-upper {
    font-size: 5.6vw;
  }
}
.ed-botox .lead {
  margin-bottom: min(3.2vw, 32px);
}
@media screen and (max-width: 767px) {
  .ed-botox .lead {
    margin-bottom: 4.2666666667vw;
  }
}
.ed-botox .lead__inner {
  display: flex;
  max-width: 984px;
  margin: 0 auto min(3.2vw, 32px);
  justify-content: space-between;
  align-items: center;
  gap: min(4vw, 40px);
}
@media screen and (max-width: 767px) {
  .ed-botox .lead__inner {
    flex-direction: column-reverse;
    margin: 4.2666666667vw auto;
    gap: 0vw;
    position: relative;
  }
}
.ed-botox .lead__image {
  width: 40%;
  min-width: 280px;
}
@media screen and (max-width: 767px) {
  .ed-botox .lead__image {
    width: 37.3333333333vw;
    min-width: inherit;
    position: absolute;
    top: -8.5333333333vw;
    right: -4.2666666667vw;
  }
}
.ed-botox .lead__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(2.4vw, 24px);
}
@media screen and (max-width: 767px) {
  .ed-botox .lead__content {
    gap: 6.4vw;
  }
}
.ed-botox .lead__content-header {
  display: flex;
  flex-direction: column;
}
.ed-botox .lead__content-title {
  color: #0085ce;
  font-size: clamp(28px, 3.2vw, 32px);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ed-botox .lead__content-title {
    font-size: 5.6vw;
  }
}
.ed-botox .worries__inner {
  max-width: 984px;
  margin: 0 auto;
}
.ed-botox .worries__box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: min(3.2vw, 32px);
  overflow: hidden;
  margin-top: min(1.6vw, 16px);
  padding: min(2.4vw, 24px) min(3.2vw, 32px) min(3.2vw, 32px);
  border: 16px solid #96b0bf;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .ed-botox .worries__box {
    gap: 6.4vw;
    margin-top: inherit;
    padding: 4.2666666667vw 2.1333333333vw;
    border: 1.0666666667vw solid #96b0bf;
  }
}
.ed-botox .worries__box-title {
  position: relative;
  z-index: 1;
  color: #0085ce;
  font-size: clamp(28px, 3.2vw, 32px);
  font-weight: 600;
  line-height: 1.5;
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff;
}
@media screen and (max-width: 767px) {
  .ed-botox .worries__box-title {
    text-align: center;
    font-size: 4.8vw;
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff;
  }
}
.ed-botox .worries__box-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: min(1.2vw, 12px);
  padding-left: min(4vw, 40px);
}
@media screen and (max-width: 767px) {
  .ed-botox .worries__box-list {
    gap: 3.2vw;
    padding-left: 0;
  }
}
.ed-botox .worries__box-list li {
  display: flex;
  align-items: flex-start;
  gap: min(0.8vw, 8px);
  font-size: clamp(20px, 2.4vw, 24px);
  line-height: 1.3;
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff;
}
@media screen and (max-width: 767px) {
  .ed-botox .worries__box-list li {
    gap: 1.0666666667vw;
    font-size: 4.2666666667vw;
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff;
  }
}
.ed-botox .worries__box-list li:before {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background-color: #d83563;
  mask-image: url("../images/checkmark.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../images/checkmark.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .ed-botox .worries__box-list li:before {
    width: 5.6vw;
    height: 5.6vw;
  }
}
.ed-botox .worries__box-list li > span[itemprop=item] {
  display: contents;
}
.ed-botox .worries__box-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .ed-botox .worries__box-image {
    width: 50%;
    max-width: 53.3333333333vw;
  }
}
.ed-botox .worries__box-image img {
  width: 100%;
  height: auto;
  display: block;
}
.ed-botox .mechanism__inner {
  background: rgba(0, 133, 206, 0.05);
  padding: min(2.4vw, 24px) min(4.8vw, 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(1.6vw, 16px);
}
@media screen and (max-width: 767px) {
  .ed-botox .mechanism__inner {
    margin: auto -5.3333333333vw;
    padding: 4.2666666667vw 5.3333333333vw;
  }
}
.ed-botox .mechanism__detail {
  position: relative;
  border: 4px solid #0085ce;
}
@media screen and (max-width: 767px) {
  .ed-botox .mechanism__detail {
    border: 0.5333333333vw solid #0085ce;
  }
}
.ed-botox .mechanism__detail-title {
  position: relative;
  background: #0085ce;
  color: #fff;
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 600;
  text-align: center;
  padding: min(1.6vw, 16px) 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .ed-botox .mechanism__detail-title {
    font-size: 4.8vw;
    padding: 3.2vw 0 4.2666666667vw;
  }
}
.ed-botox .mechanism__detail-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  border-style: solid;
  border-width: 16px 20px 0 20px;
  border-color: #0085ce transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .ed-botox .mechanism__detail-title::after {
    border-width: 3.2vw 4.2666666667vw 0 4.2666666667vw;
  }
}
.ed-botox .mechanism__detail-content {
  padding: min(3.2vw, 32px) min(4.8vw, 48px) min(2.4vw, 24px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .ed-botox .mechanism__detail-content {
    padding: 4.2666666667vw 2.1333333333vw;
  }
}
.ed-botox .mechanism__detail-progress {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(4.8vw, 48px);
  margin-bottom: min(1.6vw, 16px);
}
@media screen and (max-width: 767px) {
  .ed-botox .mechanism__detail-progress {
    grid-template-columns: 1fr;
    gap: 6.4vw;
    margin-bottom: 4.2666666667vw;
  }
}
.ed-botox .mechanism__detail-step {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.ed-botox .mechanism__detail-step:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: #d85a7f;
  mask-image: url("../images/arrow.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/arrow.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  transform: translate(calc(50% + min(4.8vw, 48px) / 2), -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ed-botox .mechanism__detail-step:first-child::after {
    top: auto;
    bottom: 0;
    right: 50%;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    transform: translate(50%, calc(50% + 3.2vw)) rotate(90deg);
  }
}
.ed-botox .mechanism__detail-step picture {
  display: block;
  padding: min(1.6vw, 16px);
}
@media screen and (max-width: 767px) {
  .ed-botox .mechanism__detail-step picture {
    padding: 4.2666666667vw;
  }
}
.ed-botox .mechanism__detail-step picture img {
  width: 100%;
  height: auto;
  display: block;
}
.ed-botox .mechanism__detail-step:first-child picture {
  border: 3px solid #333;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .ed-botox .mechanism__detail-step:first-child picture {
    border-width: 0.5333333333vw;
    border-top: none;
  }
}
.ed-botox .mechanism__detail-step:last-child picture {
  border: 3px solid #d85a7f;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .ed-botox .mechanism__detail-step:last-child picture {
    border-width: 0.5333333333vw;
    border-top: none;
  }
}
.ed-botox .mechanism__detail-step .label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: min(0.8vw, 8px) min(1.6vw, 16px);
  text-align: center;
  font-weight: 600;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.4;
  margin: 0;
  box-sizing: border-box;
  order: -1;
}
@media screen and (max-width: 767px) {
  .ed-botox .mechanism__detail-step .label {
    height: 10.6666666667vw;
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw 3.2vw;
  }
}
.ed-botox .mechanism__detail-step .label--dark {
  background: #333;
  color: #fff;
}
.ed-botox .mechanism__detail-step .label--pink {
  background: #d85a7f;
  color: #fff;
}
.ed-botox .mechanism__detail-text span {
  color: #d83563;
  font-weight: 600;
}
.ed-botox .evidence__inner {
  display: flex;
  flex-direction: column;
  gap: min(2.4vw, 24px);
}
@media screen and (max-width: 767px) {
  .ed-botox .evidence__inner {
    gap: 6.4vw;
  }
}
.ed-botox .evidence__content {
  display: flex;
  flex-direction: column;
  gap: min(1.6vw, 16px);
}
@media screen and (max-width: 767px) {
  .ed-botox .evidence__content {
    gap: 4.2666666667vw;
  }
}
.ed-botox .evidence__progress {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(2.4vw, 24px);
}
@media screen and (max-width: 767px) {
  .ed-botox .evidence__progress {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}
.ed-botox .evidence__step {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.ed-botox .evidence__step picture {
  display: block;
  padding: min(1.6vw, 16px);
  background: #fdf3eb;
}
@media screen and (max-width: 767px) {
  .ed-botox .evidence__step picture {
    padding: 4.2666666667vw;
  }
}
.ed-botox .evidence__step picture img {
  width: 100%;
  height: auto;
  display: block;
}
.ed-botox .evidence__step:first-child picture {
  border: 3px solid #e46c0a;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .ed-botox .evidence__step:first-child picture {
    border-width: 0.5333333333vw;
    border-top: none;
  }
}
.ed-botox .evidence__step:last-child picture {
  border: 3px solid #d85a7f;
  border-top: none;
  background: #fceff3;
}
@media screen and (max-width: 767px) {
  .ed-botox .evidence__step:last-child picture {
    border-width: 0.5333333333vw;
    border-top: none;
  }
}
.ed-botox .evidence__step .label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: min(0.8vw, 8px) min(1.6vw, 16px);
  font-weight: 600;
  font-size: clamp(18px, 2.1vw, 21px);
  line-height: 1.4;
  margin: 0;
  box-sizing: border-box;
  order: -1;
}
@media screen and (max-width: 767px) {
  .ed-botox .evidence__step .label {
    height: 10.6666666667vw;
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw 3.2vw;
  }
}
.ed-botox .evidence__step .label--orange {
  background: #e46c0a;
  color: #fff;
}
.ed-botox .evidence__step .label--pink {
  background: #d85a7f;
  color: #fff;
}
.ed-botox .evidence__text {
  margin-bottom: 0;
}
.ed-botox .evidence .notes {
  text-align: right;
}
.ed-botox .evidence__detail {
  display: flex;
  gap: min(4vw, 40px);
  padding: min(2.4vw, 24px) min(4.8vw, 48px);
  background: rgba(0, 133, 206, 0.05);
}
@media screen and (max-width: 767px) {
  .ed-botox .evidence__detail {
    flex-direction: column;
    gap: 4.2666666667vw;
    margin: auto -5.3333333333vw;
    padding: 4.2666666667vw 5.3333333333vw;
  }
}
.ed-botox .evidence__detail-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ed-botox .evidence__detail-title {
  font-size: clamp(24px, 2.8vw, 28px);
  font-weight: 600;
  color: #0085ce;
  margin: 0 0 min(1.6vw, 16px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ed-botox .evidence__detail-title {
    text-align: center;
    font-size: 5.6vw;
    margin-bottom: 3.2vw;
  }
}
.ed-botox .evidence__detail-text {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.8;
  margin: 0 0 min(1.6vw, 16px);
}
@media screen and (max-width: 767px) {
  .ed-botox .evidence__detail-text {
    font-size: 3.7333333333vw;
    margin-bottom: 3.2vw;
  }
}
.ed-botox .evidence__detail-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}
.ed-botox .evidence__detail-step .label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: min(0.8vw, 8px) min(1.6vw, 16px);
  font-weight: 600;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.4;
  margin: 0;
  box-sizing: border-box;
  color: #fff;
  background-color: #92783a;
}
@media screen and (max-width: 767px) {
  .ed-botox .evidence__detail-step .label {
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    padding: 2.1333333333vw 3.2vw;
  }
}
.ed-botox .evidence__detail-step picture {
  display: block;
  background: #fff;
  padding: min(1.6vw, 16px);
}
@media screen and (max-width: 767px) {
  .ed-botox .evidence__detail-step picture {
    padding: 3.2vw;
  }
}
.ed-botox .evidence__detail-step picture img {
  width: 100%;
  height: auto;
  display: block;
}
.ed-botox .evidence__detail .notes {
  font-size: clamp(9px, 1.1vw, 11px);
  color: rgba(51, 51, 51, 0.7);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .ed-botox .evidence__detail .notes {
    font-size: 2.4vw;
  }
}
.ed-botox .compare__inner {
  max-width: 984px;
  margin: 0 auto;
}
.ed-botox .compare__table {
  width: 100%;
  margin-bottom: min(2.4vw, 24px);
}
@media screen and (max-width: 767px) {
  .ed-botox .compare__table {
    margin-bottom: 4.2666666667vw;
  }
}
.ed-botox .compare__header {
  display: grid;
  grid-template-columns: 180px 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .ed-botox .compare__header {
    grid-template-columns: 24vw 1fr 1fr;
  }
}
.ed-botox .compare__th {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(2.4vw, 24px) min(1.6vw, 16px);
  font-weight: 600;
  font-size: clamp(18px, 2.1vw, 21px);
  text-align: center;
  color: #fff;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 767px) {
  .ed-botox .compare__th {
    padding: 4.2666666667vw 1.0666666667vw;
    font-size: 2.9333333333vw;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  }
}
.ed-botox .compare__th.is-primary {
  background: #0085ce;
  border: 8px solid #d85a7f;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .ed-botox .compare__th.is-primary {
    border-width: 0.8vw;
    border-bottom: none;
  }
}
.ed-botox .compare__th.is-secondary {
  background: #888;
}
.ed-botox .compare__body {
  display: flex;
  flex-direction: column;
}
.ed-botox .compare__row {
  display: grid;
  grid-template-columns: 180px 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .ed-botox .compare__row {
    grid-template-columns: 24vw 1fr 1fr;
  }
}
.ed-botox .compare__row:nth-child(odd) .compare__td.is-label {
  background: #444;
}
.ed-botox .compare__row:nth-child(odd) .compare__td.is-primary,
.ed-botox .compare__row:nth-child(odd) .compare__td.is-secondary {
  background: #fff;
}
.ed-botox .compare__row:nth-child(even) .compare__td.is-label {
  background: #666;
}
.ed-botox .compare__row:nth-child(even) .compare__td.is-primary,
.ed-botox .compare__row:nth-child(even) .compare__td.is-secondary {
  background: #e6f3fa;
}
.ed-botox .compare__row:last-child .compare__td.is-primary {
  border-bottom: 8px solid #d85a7f;
}
@media screen and (max-width: 767px) {
  .ed-botox .compare__row:last-child .compare__td.is-primary {
    border-bottom-width: 0.8vw;
  }
}
.ed-botox .compare__td {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: min(0.8vw, 8px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ed-botox .compare__td {
    padding: 2.1333333333vw 1.0666666667vw;
  }
}
.ed-botox .compare__td.is-label {
  font-weight: 600;
  font-size: clamp(14px, 1.6vw, 16px);
  color: #fff;
  background: #96b0bf;
}
@media screen and (max-width: 767px) {
  .ed-botox .compare__td.is-label {
    font-size: 2.4vw;
    line-height: 1.4;
  }
}
.ed-botox .compare__td.is-primary {
  border-left: 8px solid #d85a7f;
  border-right: 8px solid #d85a7f;
}
@media screen and (max-width: 767px) {
  .ed-botox .compare__td.is-primary {
    border-left-width: 0.8vw;
    border-right-width: 0.8vw;
  }
}
.ed-botox .compare__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: min(0.4vw, 4px);
}
@media screen and (max-width: 767px) {
  .ed-botox .compare__icon {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    margin-bottom: 0.5333333333vw;
  }
}
.ed-botox .compare__icon.is-double-circle::before {
  content: "";
  width: 32px;
  height: 32px;
  border: 3px solid #d85a7f;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 4px #fff, inset 0 0 0 7px #d85a7f;
}
@media screen and (max-width: 767px) {
  .ed-botox .compare__icon.is-double-circle::before {
    width: 6.4vw;
    height: 6.4vw;
    border-width: 0.5333333333vw;
    box-shadow: inset 0 0 0 0.8vw #fff, inset 0 0 0 1.3333333333vw #d85a7f;
  }
}
.ed-botox .compare__icon.is-circle::before {
  content: "";
  width: 32px;
  height: 32px;
  border: 3px solid #d85a7f;
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ed-botox .compare__icon.is-circle::before {
    width: 6.4vw;
    height: 6.4vw;
    border-width: 0.5333333333vw;
  }
}
.ed-botox .compare__icon.is-triangle::before {
  content: "";
  width: 32px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 28'%3E%3Cpath d='M16 2 L30 26 L2 26 Z' fill='none' stroke='%23333' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .ed-botox .compare__icon.is-triangle::before {
    width: 6.4vw;
    height: 5.6vw;
  }
}
.ed-botox .compare__icon.is-cross::before {
  content: "✕";
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 767px) {
  .ed-botox .compare__icon.is-cross::before {
    font-size: 6.4vw;
  }
}
.ed-botox .compare__text {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .ed-botox .compare__text {
    font-size: 2.4vw;
  }
}
.ed-botox .compare__note {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .ed-botox .compare__note {
    font-size: 2.9333333333vw;
  }
}
.ed-botox .compare__note p {
  margin: 0;
}
.ed-botox .compare__note-highlight {
  color: #d85a7f;
}
.ed-botox .combi__inner {
  display: flex;
  flex-direction: column;
  gap: min(2.4vw, 24px);
}
@media screen and (max-width: 767px) {
  .ed-botox .combi__inner {
    gap: 6.4vw;
  }
}
.ed-botox .combi__worries-title {
  text-align: center;
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 600;
  color: #0085ce;
  margin-bottom: min(2.4vw, 24px);
}
@media screen and (max-width: 767px) {
  .ed-botox .combi__worries-title {
    font-size: 4.8vw;
    margin-bottom: 4.2666666667vw;
  }
}
.ed-botox .combi__worries-list {
  display: flex;
  justify-content: center;
  gap: min(1.6vw, 16px);
  list-style: none;
  padding: 0;
  margin: 0 0 min(2.4vw, 24px);
}
@media screen and (max-width: 767px) {
  .ed-botox .combi__worries-list {
    flex-direction: column;
    gap: 1.0666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.ed-botox .combi__worries-list li {
  flex: 1;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .ed-botox .combi__worries-list li {
    max-width: 100%;
  }
}
.ed-botox .combi__worries-list figure {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .ed-botox .combi__worries-list figure {
    display: flex;
  }
}
.ed-botox .combi__worries-list figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .ed-botox .combi__worries-list figure img {
    width: 50%;
  }
}
.ed-botox .combi__worries-list figure figcaption {
  background: #0085ce;
  color: #fff;
  text-align: center;
  padding: min(1.2vw, 12px) min(1.6vw, 16px);
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ed-botox .combi__worries-list figure figcaption {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.6666666667vw 3.2vw;
    font-size: 4.2666666667vw;
    line-height: 1.3;
  }
}
.ed-botox .combi__worries-text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ed-botox .combi__worries-text {
    text-align: left;
  }
}
.ed-botox .combi__worries-highlight {
  display: block;
  font-size: clamp(20px, 2.4vw, 24px);
  color: #333;
}
@media screen and (max-width: 767px) {
  .ed-botox .combi__worries-highlight {
    font-size: 4.8vw;
    line-height: 1.3;
  }
}
.ed-botox .combi__worries-highlight span {
  font-size: clamp(24px, 2.8vw, 28px);
  color: #0085ce;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ed-botox .combi__worries-highlight span {
    font-size: 4.8vw;
  }
}
.ed-botox .combi__prp {
  background: rgba(0, 133, 206, 0.05);
  padding: min(3.2vw, 32px);
}
@media screen and (max-width: 767px) {
  .ed-botox .combi__prp {
    margin: auto -5.3333333333vw;
    padding: 4.2666666667vw 5.3333333333vw;
  }
}
.ed-botox .combi__about {
  display: flex;
  align-items: center;
  gap: min(4vw, 40px);
  padding-bottom: min(1.6vw, 16px);
}
@media screen and (max-width: 767px) {
  .ed-botox .combi__about {
    flex-direction: column;
    gap: 6.4vw;
    padding-bottom: 4.2666666667vw;
  }
}
.ed-botox .combi__about-box {
  flex: 1;
}
.ed-botox .combi__about-title {
  font-size: clamp(24px, 2.8vw, 28px);
  font-weight: 600;
  color: #0085ce;
  margin: 0 0 min(1.6vw, 16px);
}
@media screen and (max-width: 767px) {
  .ed-botox .combi__about-title {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
}
.ed-botox .combi__about-text {
  line-height: 1.8;
  margin: 0 0 min(1.6vw, 16px);
}
@media screen and (max-width: 767px) {
  .ed-botox .combi__about-text {
    margin-bottom: 3.2vw;
  }
}
.ed-botox .combi__about-image {
  flex: 1;
  margin: 0;
}
.ed-botox .combi__about-image picture {
  display: block;
}
.ed-botox .combi__about-image img {
  width: 100%;
  height: auto;
  display: block;
}
.ed-botox .combi__merit {
  background: #fff;
  border: 4px solid #0085ce;
}
@media screen and (max-width: 767px) {
  .ed-botox .combi__merit {
    border-width: 0.5333333333vw;
  }
}
.ed-botox .combi__merit-title {
  position: relative;
  background: #0085ce;
  color: #fff;
  font-size: clamp(24px, 2.8vw, 28px);
  font-weight: 600;
  text-align: center;
  padding: min(1.6vw, 16px) 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .ed-botox .combi__merit-title {
    font-size: 5.6vw;
    padding: 3.2vw 0 4.2666666667vw;
  }
}
.ed-botox .combi__merit-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  border-style: solid;
  border-width: 16px 20px 0 20px;
  border-color: #0085ce transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .ed-botox .combi__merit-title::after {
    border-width: 3.2vw 4.2666666667vw 0 4.2666666667vw;
  }
}
.ed-botox .combi__merit-content {
  padding: min(3.2vw, 32px) min(4.8vw, 48px) min(2.4vw, 24px);
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: min(3.2vw, 32px);
}
@media screen and (max-width: 767px) {
  .ed-botox .combi__merit-content {
    padding: 4.2666666667vw 2.1333333333vw;
  }
}
.ed-botox .combi__merit-figure picture {
  display: block;
}
.ed-botox .combi__merit-figure img {
  width: 100%;
  height: auto;
  display: block;
}
.ed-botox .painless__inner {
  display: flex;
  max-width: 984px;
  margin: 0 auto;
  flex-direction: column;
  gap: min(3.2vw, 32px);
}
@media screen and (max-width: 767px) {
  .ed-botox .painless__inner {
    gap: 6.4vw;
  }
}
.ed-botox .painless__item {
  display: flex;
  align-items: center;
  gap: min(4vw, 40px);
}
@media screen and (max-width: 767px) {
  .ed-botox .painless__item {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
.ed-botox .painless__image {
  width: 280px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .ed-botox .painless__image {
    width: 100%;
    max-width: 53.3333333333vw;
    margin: 0 auto;
  }
}
.ed-botox .painless__image img {
  display: block;
  width: 100%;
  height: auto;
}
.ed-botox .painless__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(1.6vw, 16px);
}
@media screen and (max-width: 767px) {
  .ed-botox .painless__content {
    width: 100%;
    gap: 4.2666666667vw;
  }
}
.ed-botox .painless__heading {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: min(0.8vw, 8px);
  color: #0085ce;
  font-size: clamp(24px, 2.8vw, 28px);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ed-botox .painless__heading {
    margin-bottom: 2.1333333333vw;
    font-size: 5.6vw;
    text-align: center;
  }
}

#tempFlow .tempFlow_sec {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #tempFlow .tempFlow_sec {
    padding: 0 5.0666666667vw;
  }
}
#tempFlow .tempFlow__flow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #tempFlow .tempFlow__flow {
    display: block;
  }
}
#tempFlow .tempFlow__step {
  position: relative;
  width: calc(33.333% - 20px);
}
@media screen and (max-width: 767px) {
  #tempFlow .tempFlow__step {
    margin-bottom: 6.5333333333vw;
    width: 100%;
  }
}
#tempFlow .tempFlow__step > img.spnone {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #tempFlow .tempFlow__step > img.spnone {
    display: none;
  }
}
#tempFlow .tempFlow__step:after {
  content: "";
  height: 0;
  position: absolute;
  right: -22px;
  top: calc(((100vw - 40px) / 3 - 20px) * 2 / 3 / 2);
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #0085ce;
}
@media screen and (max-width: 767px) {
  #tempFlow .tempFlow__step:after {
    display: none;
  }
}
@media screen and (min-width: 1040px) {
  #tempFlow .tempFlow__step:after {
    top: 100px;
  }
}
#tempFlow .tempFlow__step:last-child:after {
  display: none;
}
#tempFlow .tempFlow__info {
  display: inline-block;
  margin-top: 20px;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #tempFlow .tempFlow__info {
    margin-top: 0;
    width: 100%;
  }
}
#tempFlow .tempFlow__info > img.pcnone {
  display: none;
}
@media screen and (max-width: 767px) {
  #tempFlow .tempFlow__info > img.pcnone {
    display: block;
    float: left;
    margin-right: 2.6666666667vw;
    width: 32vw;
  }
}
#tempFlow .tempFlow__head {
  color: #0085ce;
  display: block;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 19px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #tempFlow .tempFlow__head {
    font-size: 4.8vw;
    margin-bottom: 3.3333333333vw;
  }
}
#tempFlow .tempFlow__head:after {
  background-color: #0085ce;
  bottom: 1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #tempFlow .tempFlow__head:after {
    bottom: 0;
  }
}
#tempFlow .tempFlow__head span {
  background-color: #0085ce;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  margin-right: 6px;
  text-align: center;
  vertical-align: top;
  width: 30px;
}
@media screen and (max-width: 767px) {
  #tempFlow .tempFlow__head span {
    height: 8vw;
    line-height: 8vw;
    margin-right: 1.3333333333vw;
    width: 8vw;
    font-size: 5.3333333333vw;
  }
}
#tempFlow .tempFlow__txt {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #tempFlow .tempFlow__txt {
    font-size: 4.2666666667vw;
    margin-bottom: 0;
    padding-left: 34.6666666667vw;
  }
}

.spnone {
  display: block;
}

.pcnone {
  display: none;
}

@media screen and (max-width: 767px) {
  .spnone {
    display: none;
  }
  .pcnone {
    display: block;
  }
}/*# sourceMappingURL=page.css.map */