@charset "UTF-8";
/* 文字コードの指定 */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 70px;
}
@media (max-width: 768px) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  color: #222222;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

li {
  list-style: none;
}

a {
  color: #222222;
  text-decoration: none;
  word-break: break-all;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

main {
  /*padding-top: 70px;*/
}
@media (min-width:1300px) {
  main {
    padding-top: 0;
  }
}

.more-btn-wrap {
  text-align: center;
}

.more-btn {
  display: inline-flex;
  height: 48px;
  padding: 0px 32px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: #3e3e3e;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

.btn-line {
  display: flex;
  height: 60px;
  padding: 14px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1.5px solid #4f4f4f;
  background: #4cc764;
  width: 100%;
  max-width: 310px;
  height: 60px;
  box-shadow: 2px 2px 0px #222222;
  margin: 0 auto;
}
.btn-line .ja {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.breadcrumbs {
  display: flex;
  padding: 16px 0 40px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}
.breadcrumbs li {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
.breadcrumbs li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration-line: underline;
  display: flex;
  align-items: center;
}
.breadcrumbs li a .icon {
  width: 18px;
  margin-right: 6px;
}

.section-icon {
  margin: 0 auto 0;
  text-align: center;
}
.section-icon .icon-medicine,
.section-icon .icon-price {
  width: 50px;
}

.section-text {
  text-align: justify;
}

@media (min-width: 769px) {
  .pc-width {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  .pc-width::before {
    position: absolute;
    content: "";
    background-image: url(../images/pc-wave-top.webp);
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 44px;
    left: 0;
    top: 0;
  }
  .pc-width::after {
    position: absolute;
    content: "";
    background-image: url(../images/pc-wave-bottom.webp);
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 44px;
    left: 0;
    bottom: 0;
  }
}

.pc-logo {
  /* position: absolute;
    left: 7.6%;
    top: 36.4%;*/
  /*bottom: 50%;
    transform: translateY(-50%);
    width: pc(305);
    height: pc(155.5);*/
  z-index: 1;
  transition: 0.3s;
  width: 305px;
  height: 155.5px;
  /*left: 110px;*/
  margin: 0 auto;
}
.pc-logo:hover {
  opacity: 0.7;
}
@media (min-width:1440px) {
  .pc-logo {
    width: 305px;
    height: 155.5px;
    left: 110px;
  }
}
@media (max-width: 1299px) {
  .pc-logo {
    display: none;
  }
}

.pc-left {
  /*width: 36.46%;*/
  width: calc(50% - 195px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pc-right {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 195px);
  height: 100%;
}

.pc-qr {
  /*position: absolute;
    right: 1.9%;
    bottom: 19.2%;
    width: pc(430);
    height: pc(218.5);*/
  z-index: 1;
  width: 459.5px;
  height: 218.5px;
  margin: 18% auto 0;
}
@media (min-width:1440px) {
  .pc-qr {
    /*right: 27px;
        bottom: 202px;*/
    width: 459.5px;
    height: 218.5px;
  }
}
@media (min-width:1300px) {
  .pc-qr {
    right: 0;
  }
}
@media (max-width: 1299px) {
  .pc-qr {
    display: none;
  }
}

.pc-menu-wrap {
  /*position: absolute;
    top: 13.8%;
    right: 3.5%;*/
  /*z-index: 1;
    top: 140px;
    right: 49px;*/
  /*@include mq("l-pc") {
        top: 140px;
        right: 49px;
    }*/
}
@media (min-width:1300px) {
  .pc-menu-wrap {
    /*right: 1.5%;*/
  }
}
@media (max-width: 768px) {
  .pc-menu-wrap {
    display: none;
  }
}

.pc-menu {
  border-radius: 12px;
  border: 1.5px dashed #ccc;
  background: #f7f9fb;
  /*width: pc(410);
    padding: pc(20) pc(32);*/
  position: relative;
  width: 429px;
  padding: 20px 32px;
  margin: 24% auto 0;
}
@media (min-width:1440px) {
  .pc-menu {
    width: 429px;
    padding: 20px 32px;
  }
}
@media (max-width: 1299px) {
  .pc-menu {
    display: none;
  }
}
.pc-menu::before {
  position: absolute;
  left: 189px;
  top: -16px;
  content: "";
  background-image: url(../images/icon-clip.webp);
  background-size: contain;
  width: 40.5px;
  height: 37.8px;
}
.pc-menu .pc-menu__item {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .pc-menu .pc-menu__item {
    display: none;
  }
}
.pc-menu .pc-menu__item:last-child {
  margin-bottom: 0;
}
.pc-menu .pc-menu__item p {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  /*@include mq("m-pc") {
            font-size: pc(16);
        }*/
}
@media (min-width:1440px) {
  .pc-menu .pc-menu__item p {
    font-size: 16px;
  }
}
.pc-menu .pc-menu__item a {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration-line: underline;
  transition: 0.3s;
  /*@include mq("m-pc") {
            font-size: pc(16);
        }*/
}
.pc-menu .pc-menu__item a:hover {
  opacity: 0.7;
}
@media (min-width:1440px) {
  .pc-menu .pc-menu__item a {
    font-size: 16px;
  }
}
.pc-menu .pc-menu__item .icon {
  margin-right: 4px;
}
.pc-menu .pc-menu__item .line {
  color: #ccc;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-left: 12px;
}
.pc-menu .pc-menu__item .menu-list {
  display: flex;
  max-width: 365px;
  padding: 4px 0px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  /*@include mq("m-pc") {
            width: pc(365);
            gap: pc(12);
        }*/
}
.pc-menu .pc-menu__item .menu-list li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  /*@include mq("m-pc") {
                font-size: pc(14);
            }*/
}
@media (min-width:1440px) {
  .pc-menu .pc-menu__item .menu-list li a {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .sp-width {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    width: 390px;
    height: 86vh;
    overflow-y: scroll;
    margin: 0 auto;
    border-radius: 16px;
    border: 2px solid #4f4f4f;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    z-index: 2;
  }
}

/*スクロールバー非表示（Chrome・Safari）*/
@media (min-width: 769px) {
  .sp-width::-webkit-scrollbar {
    display: none;
  }
}

.bg-square {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f7f9fb calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f7f9fb calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #fff;
}

.bg-dots {
  background-color: #4cb2e4;
  background-image: radial-gradient(circle, #8bcded 1px, transparent 1px);
  background-position: 0 0;
  background-size: 17px 17px;
  background-repeat: repeat;
}

.cta-navi {
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
}
@media (min-width: 769px) {
  .cta-navi {
    display: none;
  }
}
.cta-navi img {
  width: 100%;
  height: auto;
}

.cta-btn-wrap {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.cta-btn-wrap::before {
  position: absolute;
  content: "";
  background-image: url(../images/btn-cta-l.webp);
  background-size: contain;
  width: 53px;
  height: 63px;
  bottom: 2.8px;
  left: 19px;
  z-index: 1;
  animation: korokoro 1.5s linear infinite alternate-reverse;
}
@media (max-width: 350px) {
  .cta-btn-wrap::before {
    width: 13.5897435897vw;
    height: 16.1538461538vw;
  }
}
.cta-btn-wrap::after {
  position: absolute;
  content: "";
  background-image: url(../images/btn-cta-r.webp);
  background-size: contain;
  width: 66px;
  height: 67px;
  bottom: 3.3px;
  right: 7.4px;
  z-index: 1;
  animation: korokoro 1.8s linear infinite alternate-reverse;
}
@media (max-width: 350px) {
  .cta-btn-wrap::after {
    width: 16.9230769231vw;
    height: 17.1794871795vw;
  }
}

/* CTAころころ */
.korokoro {
  animation: korokoro 2.5s linear infinite alternate-reverse;
}

@keyframes korokoro {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(0%, 0%);
  }
  25% {
    transform: translate(0%, 0%);
  }
  30% {
    transform: translate(-1%, 0%) rotate(-1deg);
  }
  35% {
    transform: translate(-2%, 0%) rotate(-2deg);
  }
  45% {
    transform: translate(1%, 0%) rotate(1deg);
  }
  50% {
    transform: translate(2%, 0%) rotate(2deg);
  }
  60% {
    transform: translate(-3%, 0%) rotate(-3deg);
  }
  65% {
    transform: translate(-2%, 0%) rotate(-2deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
/*==================================================
フェードアップ
===================================*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInTrigger {
  opacity: 0;
}

/*==================================================
マーカーアニメ
===================================*/
.marker {
  background: linear-gradient(transparent 60%, #fff064 60%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1s;
}

.marker.on {
  background-size: 100% 100%;
}

/*==================================================
●アニメ
===================================*/
.title-wrap {
  width: fit-content;
  margin: 0 auto;
}

.eachTextAnime {
  line-height: 0.8;
}

.eachTextAnime span {
  opacity: 0;
  color: #fff064;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 3.16px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #4f4f4f;
}

/*.page-faq {
    .eachTextAnime span {
        letter-spacing: -0.84px;
    }
}*/
/*.page-guide {
    .eachTextAnime span {
        letter-spacing: -0.84px;
    }
}*/
.eachTextAnime.appeartext span {
  animation: text_anime_on 2.5s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* スライダー 矢印 */
@keyframes poyon {
  60% {
    transform: scale(1, 1);
  }
  65% {
    transform: scale(0.88, 0.88);
  }
  75% {
    transform: scale(1.1, 1.1);
  }
  85% {
    transform: scale(0.88, 0.88);
  }
  9% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.header {
  position: fixed;
  background: #f5fcff;
  display: flex;
  width: 100%;
  height: 70px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index: 100;
  top: 0;
  left: 0;
  opacity: 0;
}
@media (min-width:769px) and (max-width: 1299px) {
  .header {
    position: relative;
    opacity: 1;
  }
}

.header--wh {
  background: #fff;
}

.header__logo {
  width: 112.126px;
  height: 40px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

/* スマホタップ */
.header__logo a:active {
  background: #ccc;
}

/*　上に上がる動き　*/
#header.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-70px);
  }
}
/*　下に下がる動き　*/
#header.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-70px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*=================================================
    SP ハンバーガーメニュー
===================================================*/
/* ハンバーガーメニューボタン */
.hamburger-btn {
  position: absolute;
  right: 16px;
  top: 11px;
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  z-index: 100;
  cursor: pointer;
  background: #4cb2e4;
  color: #fff;
  border: 1.5px solid #4f4f4f;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.hamburger-btn .hamburger-icon {
  background-image: url(../images/text-menu.svg);
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 10px;
  bottom: 12px;
  position: absolute;
}

.meatball-btn {
  height: 48px;
  width: 48px;
  position: absolute;
  background: none;
  border: none;
  transform-origin: center;
  transition: transform 0.5s cubic-bezier(0.4, 0.4, 0, 1);
}
.meatball-btn::after, .meatball-btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 2px);
  width: 4px;
  height: 4px;
  border-radius: 4px;
  display: block;
  background: #fff;
  transform-origin: center;
  transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
}
.meatball-btn::before {
  transform: translateX(-9px);
  box-shadow: 9px 0 0 #fff;
}
.meatball-btn::after {
  transform: translateX(9px);
}

/* ×　オープン */
.hamburger-btn.active {
  right: 16px;
  bottom: 12px;
}
.hamburger-btn.active .hamburger-icon {
  background-image: url(../images/text-close.svg);
  bottom: 12.5px;
  width: 33px;
  height: 10px;
}
.hamburger-btn.active .meatball-btn {
  transform: rotate(0deg);
}
.hamburger-btn.active .meatball-btn::after, .hamburger-btn.active .meatball-btn::before {
  top: calc(50% - 9px);
  left: calc(50% + 1px);
  width: 2px;
  height: 2px;
  border-radius: 2px;
  width: 14px;
}
.hamburger-btn.active .meatball-btn::before {
  box-shadow: none;
  transform: rotate(45deg) translate(-6px, 6px);
}
.hamburger-btn.active .meatball-btn::after {
  transform: rotate(-45deg) translate(-6px, -6px);
}

/* メニューの中身 */
#hamburger-menu {
  height: 100dvh;
  position: fixed;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  top: 70px;
  width: 100%;
  left: 0;
}

.header-bg-blue {
  background-color: #4cb2e4;
  height: auto;
  width: 100%;
  border-radius: 0px 0px 16px 16px;
  padding: 20px;
  position: relative;
}

/* ハンバーガーメニュー開いた時 */
#hamburger-menu.active {
  overflow-y: scroll;
  opacity: 1;
  visibility: visible;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-overflow-scrolling: touch;
  top: 70px;
  background: rgba(255, 255, 255, 0.85);
}
@media (min-width:769px) and (max-width: 1299px) {
  #hamburger-menu.active {
    background: transparent;
  }
}

.hamburger-menu__list {
  width: 100%;
}
.hamburger-menu__list .icon {
  margin-right: 4px;
}
.hamburger-menu__list .hamburger-menu__list__item {
  padding: 11.5px 8px;
  border-bottom: 1.5px solid #4f4f4f;
  background: #fff;
}
.hamburger-menu__list .hamburger-menu__list__item .js-accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hamburger-menu__list .hamburger-menu__list__item:first-child {
  border-top: none;
}
.hamburger-menu__list .js-accordion,
.hamburger-menu__list .hamburger-menu__list__item > a {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.hamburger-menu__menu {
  display: none;
  padding: 0px 8px 8px 28px;
  margin-top: 16px;
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.hamburger-menu__menu li {
  margin-bottom: 12px;
}
.hamburger-menu__menu li:last-child {
  margin-bottom: 0;
}
.hamburger-menu__menu li .arrow {
  margin-right: 6px;
}
.hamburger-menu__menu li a {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  align-items: center;
}

.hamburger-menu__block {
  display: flex;
  padding: 32px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  border-radius: 12px;
}
.hamburger-menu__block .logo {
  max-width: 134.551px;
  width: 100%;
}

.header-bg.active {
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 88px;
  left: 0;
  z-index: 10;
}
@media (min-width:769px) and (max-width: 1299px) {
  .header-bg.active {
    display: none;
  }
}

body.active {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.mv {
  background-image: url(../images/bg-mv.webp);
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 494px;
}
@media (max-width: 768px) {
  .mv {
    height: 126.6666666667vw;
  }
}
.mv .marker {
  background: linear-gradient(transparent 70%, #fff064 70%);
}
.mv .mv__schedule {
  width: 100%;
  background: #4cb2e4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.0512820513vw;
  gap: 2.5641025641vw;
}
@media (min-width: 769px) {
  .mv .mv__schedule {
    padding: 8px;
    gap: 10px;
  }
}
.mv .mv__schedule .week {
  display: inline-block;
  padding: 1.5384615385vw 3.0769230769vw;
  line-height: 1;
  white-space: nowrap;
  border-radius: 2px;
  border: 1px solid #4f4f4f;
  background: #fff;
  color: #222222;
  font-size: 3.0769230769vw;
  font-weight: 700;
}
@media (min-width: 769px) {
  .mv .mv__schedule .week {
    padding: 6px 12px;
    font-size: 12px;
  }
}
.mv .mv__schedule .open {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.mv .mv__schedule .open .arrow {
  font-size: 3.0769230769vw;
  line-height: 100%;
}
@media (min-width: 769px) {
  .mv .mv__schedule .open .arrow {
    font-size: 12px;
  }
}
.mv .mv__schedule .open .ja {
  font-size: 3.0769230769vw;
  line-height: 100%;
}
@media (min-width: 769px) {
  .mv .mv__schedule .open .ja {
    font-size: 12px;
  }
}
.mv .mv__schedule .open .hour {
  font-size: 4.6153846154vw;
  line-height: 100%;
}
@media (min-width: 769px) {
  .mv .mv__schedule .open .hour {
    font-size: 18px;
  }
}
.mv .mv__title {
  margin-top: 7.9487179487vw;
}
@media (min-width: 769px) {
  .mv .mv__title {
    margin-top: 31px;
  }
}
.mv .mv__title .top-text {
  font-size: 4.1025641026vw;
  line-height: 100%;
  letter-spacing: 0.32px;
  display: block;
  margin-bottom: 4.358974359vw;
  text-align: center;
}
@media (min-width: 769px) {
  .mv .mv__title .top-text {
    font-size: 16px;
    margin-bottom: 17px;
  }
}
.mv .mv__title .mv__title__online {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.mv .mv__title .square {
  font-size: 8.2051282051vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  width: 10.7692307692vw;
  height: 10.7692307692vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.8402564103vw;
  border-radius: 2px;
  border: 1.108px solid #4f4f4f;
  background: #fff;
}
@media (min-width: 769px) {
  .mv .mv__title .square {
    font-size: 32px;
    width: 42px;
    height: 42px;
    gap: 11.077px;
  }
}
.mv .mv__title .bottom-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6.1538461538vw;
  font-weight: 700;
  line-height: 100%;
  margin-top: 2.8205128205vw;
}
@media (min-width: 769px) {
  .mv .mv__title .bottom-text {
    font-size: 24px;
    margin-top: 11px;
  }
}
.mv .mv__title .bottom-text em {
  font-size: 8.2051282051vw;
}
@media (min-width: 769px) {
  .mv .mv__title .bottom-text em {
    font-size: 32px;
  }
}
.mv .mv__title .logo {
  max-width: 36.638974359vw;
  width: 100%;
  margin-right: 4px;
}
@media (min-width: 769px) {
  .mv .mv__title .logo {
    max-width: 142.892px;
  }
}
.mv .mv__list {
  display: flex;
  padding: 3.0769230769vw 5.1282051282vw;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 2.0512820513vw;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.75);
  width: 55.8974358974vw;
  position: absolute;
  left: 5.1282051282vw;
  bottom: 21.7948717949vw;
  z-index: 1;
}
@media (min-width:769px) and (max-width: 1299px) {
  .mv .mv__list {
    left: 5.1282051282vw;
    bottom: 21.7948717949vw;
  }
}
@media (min-width: 769px) {
  .mv .mv__list {
    width: 218px;
    left: 20px;
    bottom: 85px;
    gap: 8px;
    padding: 12px 20px;
  }
}
.mv .mv__list li {
  display: flex;
  align-items: center;
  gap: 2.0512820513vw;
}
@media (min-width: 769px) {
  .mv .mv__list li {
    gap: 8px;
  }
}
.mv .mv__list li p {
  color: #222;
  font-size: 3.0769230769vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media (min-width: 769px) {
  .mv .mv__list li p {
    font-size: 12px;
  }
}
.mv .mv__list li p .marker {
  font-size: 4.6153846154vw;
  font-weight: 700;
}
@media (min-width: 769px) {
  .mv .mv__list li p .marker {
    font-size: 18px;
  }
}
.mv .mv__list li .icon {
  width: 7.6923076923vw;
}
@media (min-width: 769px) {
  .mv .mv__list li .icon {
    width: 30px;
  }
}
.mv .mv__image {
  max-width: 74.4871794872vw;
  width: 100%;
  margin: 0 0 0 auto;
  text-align: right;
}
@media (min-width: 769px) {
  .mv .mv__image {
    max-width: 290.5px;
  }
}
.mv .mv__image img {
  object-fit: contain;
  width: 74.358974359vw;
}
@media (min-width: 769px) {
  .mv .mv__image img {
    width: 290px;
  }
}
.mv .mv__image--pill {
  max-width: 100%;
  width: 100%;
  margin: 0 0 0 auto;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
.mv .mv__image--pill img {
  object-fit: contain;
  width: 115.641025641vw;
}
@media (min-width: 769px) {
  .mv .mv__image--pill img {
    width: 451px;
  }
}

.campaign {
  position: relative;
  padding: 6.1538461538vw 0px 3.0769230769vw 0px;
  border-top: dashed 1px #ccc;
  border-bottom: dashed 1px #ccc;
}
@media (min-width:1300px) {
  .campaign {
    padding: 24px 0px 12px 0px;
  }
}
.campaign .section-title img {
  width: 100%;
  max-width: 81.7948717949vw;
  height: 8.9743589744vw;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  top: -5.8974358974vw;
  z-index: 2;
}
@media (min-width: 769px) {
  .campaign .section-title img {
    max-width: 319px;
    height: 35px;
    top: -23px;
  }
}
.campaign .slider-campaign .swiper-slide img {
  width: 100%;
}

/* いつでも、どこでも */
.about {
  background-image: url(../images/bg-about.webp);
  background-size: cover;
  background-color: #4cb2e4;
  padding: 80px 20px 73px;
  position: relative;
  /*.swiper {
        @include mq("pc") {
            overflow: unset !important;

        }
    }

    .swiper-slide {
        @include mq("sp") {
            height: 100%;
        }
    }

    .swiper-area {
        position: relative;
    }

    .swiper-button-prev,
    .swiper-button-next {
        height: 80px;
        width: 30px;
        top: 50%;
        bottom: 50%;
        transform: translateY(-50%);

        @include mq("pc") {
            display: none;
        }
    }

    .swiper-button-prev {
        left: 9%;
    }

    .swiper-button-next {
        right: 9%;

    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        width: 30px;
        height: 80px;
        margin: auto;
    }

    .swiper-button-prev:after {
        background-image: url(../images/arrow-prev.webp);
    }

    .swiper-button-next:after {
        background-image: url(../images/arrow-next.webp);
    }*/
}
.about::before {
  position: absolute;
  content: "";
  background-image: url(../images/about-wave.webp);
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 40px;
  left: 0;
  top: 0;
}
.about::after {
  position: absolute;
  content: "";
  background-image: url(../images/voice-wave.webp);
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 32.854px;
  left: 0;
  bottom: -2px;
}
.about .about__block {
  border-radius: 16px;
  border: 1.5px solid #4f4f4f;
  background: #fff;
  display: flex;
  width: 100%;
  max-width: 350px;
  padding: 24px 20px 24px 28px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  margin: 0 auto;
}
.about .about__block::after {
  position: absolute;
  right: -12px;
  bottom: -7px;
  content: "";
  width: 129px;
  height: 84px;
  background-image: url(../images/about-illust.webp);
  background-size: contain;
}
.about .section-title {
  color: #222;
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.44px;
  text-align: left;
}
.about .marker-bottom.on {
  background-size: 96% 100%;
}
.about .section-text {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.28px;
}

.voice {
  padding: 10px 19.5px 102px;
  position: relative;
  /* レイアウトのためのスタイル */
  /*選択するアイコンの設定*/
}
.voice::after {
  position: absolute;
  content: "";
  background-image: url(../images/voice-wave-2.webp);
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: -3px;
}
.voice .section-title {
  text-align: center;
}
.voice .section-title img {
  width: 358px;
}
.voice .voice__graph {
  /*max-width: 315.983px;*/
  margin: 16px auto 0;
  text-align: center;
}
.voice .arrow {
  max-width: 52.5px;
  margin: 28px auto 0;
}
.voice .voice-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
  margin-bottom: 34px;
}
.voice .voice-title em {
  font-size: 28px;
  line-height: 100%;
  padding: 0 16.67px;
  position: relative;
}
.voice .voice-title em::before, .voice .voice-title em::after {
  position: absolute;
  content: "";
  background-size: contain;
  width: 12.667px;
  height: 10px;
  top: 0;
}
.voice .voice-title em::before {
  background-image: url(../images/koe-left.svg);
  left: 0;
}
.voice .voice-title em::after {
  background-image: url(../images/koe-right.svg);
  right: 0;
}
.voice .caution-list {
  font-size: 10px;
  font-weight: 500;
  line-height: 150%;
  color: #818181;
  margin: 16px auto 0;
  width: fit-content;
}
.voice .slider-thumbnail .swiper-slide {
  opacity: 0.3;
  transition: opacity 0.5s;
  width: 112px !important;
}
.voice .slider-thumbnail .slider-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.voice .slider-thumbnail .slider-image img {
  width: 75px;
}
.voice .slider-thumbnail .slider-image .ja {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  border-radius: 42px;
  background: #4cb2e4;
  display: inline-block;
  padding: 4px 17.25px;
  margin-top: 12px;
}
.voice .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  /*transform: scale(1.1);*/
  width: 138px !important;
}
.voice .slider-thumbnail .swiper-slide.swiper-slide-thumb-active img {
  width: 90px;
}
.voice .swiper {
  max-width: 500px;
  width: 100%;
}
.voice .swiper-slide img {
  height: auto;
  width: 100%;
}
.voice .slider {
  margin-top: 38px;
}
.voice .voice-block {
  display: flex;
  padding: 24px 19px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 16px;
  border: 1.5px solid #4f4f4f;
  background: #fff;
  position: relative;
  margin-top: 38px;
  margin-right: 2px;
  margin-left: 2px;
  min-height: 194px;
  /*&::before {
          position: absolute;
          content: "";
          width: 30px;
          height: 17px;
          background-image: url(../images/fukidashi-arrow.webp);
          background-size: contain;
          left: 17px;
          top: -15.9px;
          z-index: 2;

          @include mq("m-pc") {
              top: -16.8px;
          }
      }*/
}
.voice .voice-block .slide-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
.voice .voice-block .slider-text {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  text-align: justify;
}
.voice .speechBubble {
  position: relative;
}
.voice .speechBubble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 11%;
  border-style: solid;
  border-width: 0 0 17px 25px;
  border-color: transparent transparent #4f4f4f;
  translate: -50% -100%;
}
.voice .speechBubble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 11%;
  border-style: solid;
  border-width: 0 0 15.1px 22.2px;
  border-color: transparent transparent #fff;
  translate: calc(-50% + 0.4px) -100%;
}
.voice .choice-btn {
  height: 116px;
}
.voice .choice-btn li {
  cursor: pointer;
  outline: none;
}
.voice .choice-btn .slick-slide {
  transition: all 0.5s;
}
.voice .choice-btn .slick-slide img {
  opacity: 0.4;
  /*選択されていないものは透過40%*/
  width: 75px;
  height: 75px;
  transition: all 0.5s;
}
.voice .choice-btn .slick-slide.slick-current img {
  opacity: 1;
  /*選択されているものは透過しない*/
  width: 90px;
  height: 90px;
  transition: all 0.5s;
}
.voice .slider-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.voice .slider-image img {
  width: 75px;
}
.voice .slider-image .ja {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  border-radius: 42px;
  background: #4cb2e4;
  display: inline-block;
  padding: 4px 17.25px;
  margin-top: 12px;
}

/*slick矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  bottom: -4%;
  cursor: pointer;
  outline: none;
  width: 36px;
  height: 36px;
  background-size: contain;
}

.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active {
  animation: poyon 1.4s linear infinite;
}

.slick-prev {
  background-image: url(../images/slider-prev.svg);
  left: 15.5%;
}

.slick-next {
  background-image: url(../images/slider-next.svg);
  right: 15.5%;
}

/*slickドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 36px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #fff;
  border: solid 1.5px #4f4f4f;
}

.slick-dots .slick-active button {
  width: 12px;
  height: 12px;
  background: #4cb2e4;
}

/* ドラッグ有効 */
.gallery .slider-text,
.gallery .slide-title {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.search {
  padding: 15.2px 0 30px;
}
.search .section-title {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.24px;
}
.search .section-icon {
  margin: 0 auto 10px;
}
.search .inner {
  padding: 0 20px;
}
.search .search__list {
  background: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.24px;
  border-radius: 16px;
  border: 1.5px solid #4f4f4f;
  margin-top: 40px;
  display: flex;
  padding: 8px 16px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.search .search__list li {
  width: 50%;
  border-bottom: dashed 1px #ccc;
  position: relative;
  transition: 0.5s;
}
.search .search__list li::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-right.svg);
  background-size: contain;
  width: 6px;
  height: 12px;
  right: 0;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.search .search__list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border-right: dashed 1px #ccc;
  margin-bottom: 12px;
  margin-top: 12px;
}
.search .search__list li .list-title {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  white-space: nowrap;
  letter-spacing: 0.04em;
}
.search .search__list li:nth-child(2n) a {
  border-right: none;
}
.search .search__list li:nth-child(2n+1) a {
  padding-right: 20px;
}
.search .search__list li:nth-child(2n+1)::after {
  right: 20px;
}
.search .search__list li:nth-child(2n+1):hover::after {
  right: 15px;
}
.search .search__list li:nth-child(5) .list-title {
  letter-spacing: -0.7px;
}
.search .search__list li:nth-child(2n+1):nth-last-child(-n+2) {
  border-bottom: none;
}
.search .search__list li:last-child {
  border-bottom: none;
}
.search .search__list li:hover::after {
  right: -5px;
}
.search .cta-btn-wrap {
  margin-top: 33px;
  padding-right: 10px;
  padding-left: 15px;
}

.reason {
  background: #fff;
  padding: 70px 0 95px;
  position: relative;
}
.reason::before {
  position: absolute;
  content: "";
  background-image: url(../images/reason-wave.webp);
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 30px;
  left: 0;
  top: -1px;
}
.reason::after {
  position: absolute;
  content: "";
  background-image: url(../images/reason-wave-2.webp);
  background-size: cover;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: 0;
}
.reason .eachTextAnime {
  text-align: right;
  margin-bottom: -8px;
}
.reason .section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.24px;
}
.reason .logo {
  max-width: 109px;
  width: 100%;
  vertical-align: text-top;
}
.reason .reason__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 0 20px;
}
.reason .reason__list li {
  display: flex;
  padding: 20px 6.35%;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  align-self: stretch;
  border-radius: 16px;
  border: 1.5px solid #222;
}
.reason .reason__list li .list-img {
  text-align: center;
}
.reason .reason__list li .list-title {
  color: #222;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 16px;
}
.reason .reason__list li .list-text {
  color: #222222;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-top: 12px;
}
.reason .cta-btn-wrap {
  margin-top: 33px;
  padding-right: 10px;
  padding-left: 15px;
}

.flow {
  background: #f5fcff;
  padding: 20px 17px 30px;
}
.flow .section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.24px;
}
.flow .eachTextAnime {
  text-align: right;
}
.flow .flow__list {
  margin-top: 46px;
}
.flow .flow__list li {
  padding: 20px 13px;
  border-radius: 16px;
  border: 1.5px solid #222222;
  margin-bottom: 46px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  /*.flow__list__text {
            display: flex;
            align-items: flex-start;
            align-self: stretch;
            margin-top: 24px;
        }*/
}
.flow .flow__list li:after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-bottom.svg);
  background-size: contain;
  width: 46px;
  height: 26px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  bottom: -38px;
}
.flow .flow__list li:last-child {
  margin-bottom: 0;
}
.flow .flow__list li:last-child:after {
  display: none;
}
.flow .flow__list li .list-title {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  text-align: justify;
  font-feature-settings: "palt";
}
.flow .flow__list li .list-text {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  margin-top: 1.2rem;
}
.flow .flow__list li .list-img {
  width: 80px;
}
.flow .flow__list li .list-img::before {
  content: "";
  background-size: contain;
  width: 83.5px;
  height: 35.5px;
  position: absolute;
  left: 15px;
  top: -14px;
}
.flow .flow__list li:nth-child(1) .list-img::before {
  background-image: url(../images/label-step1.webp);
}
.flow .flow__list li:nth-child(2) .list-img::before {
  background-image: url(../images/label-step2.webp);
}
.flow .flow__list li:nth-child(3) .list-img::before {
  background-image: url(../images/label-step3.webp);
}
.flow .more-btn-wrap {
  margin-top: 40px;
}

.info {
  padding: 0px 20px 60px;
}
.info .inner {
  border-radius: 16px;
  border: 1.5px solid #4f4f4f;
  background: #f7f9fb;
  padding: 32px 20px;
}
.info .section-icon {
  margin-bottom: 8px;
}
.info .section-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.96px;
}
.info .info__block {
  padding: 24px 20px;
  border-radius: 16px;
  background: #fff;
  margin-top: 12px;
}
.info .info__block li {
  font-size: 12px;
  font-weight: 500;
  line-height: 170%;
}
.info .info__block .block-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.56px;
  margin-bottom: 12px;
}
.info .info__block .block-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 12px;
}
.info .info__shipping {
  margin-bottom: 48px;
}
.info .info__shipping .info__block li {
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 6px;
  text-align: justify;
}
.info .caution-list {
  margin-top: 6px;
}
.info .caution-list li {
  color: #818181;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  text-align: justify;
}

.qa {
  padding: 40px 0 60px;
  background: #f5fcff;
}
.qa .eachTextAnime {
  text-align: right;
}
.qa .section-icon {
  margin: 0 auto 0px;
}
.qa .section-icon img {
  width: 24px;
}
.qa .section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.92px;
  margin-bottom: 46px;
}
.qa .inner {
  padding: 0 20px;
}
.qa .qa__item {
  display: flex;
  padding: 12px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #4f4f4f;
  background: #fff;
  margin-bottom: 16px;
}
.qa .qa__item:last-of-type {
  margin-bottom: 0;
}
.qa .qa__item .q {
  color: #fff064;
  -webkit-text-fill-color: #fff064;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #4f4f4f;
  font-family: "Mochiy Pop One";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 3.2px;
  word-wrap: break-word;
  margin-top: -2px;
}
.qa .qa__item .a {
  color: #fff064;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #4f4f4f;
  font-family: "Mochiy Pop One";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 3.96px;
}
.qa .qa__item .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
}
.qa .qa__item .q-title {
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: justify;
}
.qa .qa__item .q-title .ja {
  width: 90%;
}
.qa .qa__item .answer {
  display: none;
  width: 100%;
}
.qa .qa__item .answer-block {
  border-radius: 12px;
  background: #f7f9fb;
  display: flex;
  padding: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}
.qa .qa__item .answer-block .caution-list {
  margin-top: 4px;
}
.qa .qa__item .answer-block a {
  text-decoration: underline;
  color: #4cb2e4;
}
.qa .qa__item .answer-text {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-align: justify;
}
.qa .more-btn-wrap {
  margin-top: 40px;
}
.qa .more-btn-wrap .icon {
  margin-top: 3px;
}
.qa .cta-btn-wrap {
  margin-top: 33px;
  padding-right: 10px;
  padding-left: 15px;
}

/* トグルボタン */
.toggle {
  background-image: url(../images/toggle-open.svg);
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
  cursor: pointer;
}

.js-accordion {
  cursor: pointer;
}

.js-accordion.open .toggle {
  background-image: url(../images/toggle-close.svg);
}

/* 注意書きリスト */
.caution-list {
  color: #767676;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  margin-top: 8px;
  padding-left: 12px;
}
.caution-list li {
  padding-left: 3px;
  list-style: "※";
  text-align: justify;
}

/* よくあるご質問ページ */
.page-faq .qa {
  padding: 0 20px 127px;
}
.page-faq .section-title {
  color: #222;
  text-align: center;
  /*font-size: 24px;
      font-weight: 700;
      line-height: 100%;
      letter-spacing: 1.92px;*/
  margin-bottom: 40px;
}

.qa__link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 60px;
}
.qa__link li {
  position: relative;
}
.qa__link li::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-qa.svg);
  background-size: contain;
  width: 10px;
  height: 5px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  right: 7.91px;
  pointer-events: none;
}
.qa__link li a {
  display: block;
  padding: 10px 16px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #4f4f4f;
  background: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  width: 100%;
}

.qa__content {
  margin-bottom: 80px;
}
.qa__content:last-of-type {
  margin-bottom: 0;
}
.qa__content .qa-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
  margin-bottom: 40px;
}
.qa__content .qa-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 9.549px;
  width: 350px;
  height: 2px;
  background-image: url(../images/qa-line.svg);
  background-size: contain;
}
@media (max-width: 768px) {
  .qa__content .qa-title::before {
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    width: 89.7435897436vw;
  }
}
.qa__content .qa-title span {
  background: #f5fcff;
  padding: 0px 16px;
  z-index: 1;
  position: relative;
}

.online {
  padding: 40px 20px 80px 20px;
}
.online .section-title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  width: 100%;
}
.online .online__block {
  border-radius: 16px;
  background: #f7f9fb;
  display: flex;
  padding: 24px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.online .info__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.online .info__block li {
  font-size: 12px;
  font-weight: 500;
  line-height: 170%;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 8px;
  display: flex;
  align-items: flex-start;
  text-align: justify;
}

.page-guide .guide {
  background: #f5fcff;
}
.page-guide .breadcrumbs {
  padding: 16px 20px 40px;
}
.page-guide .eachTextAnime {
  text-align: right;
}
.page-guide .section-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.92px;
  margin-bottom: 40px;
}
.page-guide .step__list {
  padding: 0 20px;
}
.page-guide .step__list .step__list__item {
  padding: 28px 24px;
  border-radius: 16px;
  border: 1px solid #4f4f4f;
  margin-bottom: 28px;
}
.page-guide .step__list .step__list__item:last-child {
  margin-bottom: 0;
}
.page-guide .step__list .step__list__item .list-title {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}
.page-guide .step__list .step__list__item .list-title .num {
  max-width: 52px;
  width: 100%;
}
.page-guide .step__list .step__list__item .list-title .ja {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
.page-guide .step__list .step__list__item .list-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 16px;
  text-align: justify;
}
.page-guide .step__list .step__list__item .list-img {
  margin-top: 16px;
  border-radius: 4px;
  background: #f7f9fb;
}
.page-guide .step__list .step__list__item .list-img img {
  width: 100%;
}
.page-guide .step__list .step__list__item .btn-line-wrap {
  margin-top: 28px;
}
.page-guide .step__list .step__list__item .caution-list {
  margin-top: 8px;
  font-size: 10px;
  line-height: 150%;
}
.page-guide .step__list .step__list__item .step-list {
  margin-top: 16px;
}
.page-guide .step__list .step__list__item .step-list li {
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: dashed 1px #ccc;
  text-align: justify;
}
.page-guide .step__list .step__list__item .step-list li:first-child {
  padding-top: 0;
}
.page-guide .step__list .step__list__item .step-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.page-guide .step__list .step__list__item .step-list li h4 {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-align: justify;
}
.page-guide .step__list .step__list__item .step-list li h4 .ja {
  flex: 1 0 0;
}
.page-guide .step__list .step__list__item .step-list li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 12px;
  text-align: justify;
}
.page-guide .step__list .step__list__item .step-list li .step-card {
  margin-top: 20px;
  width: 100%;
}
.page-guide .step__list .step__list__item .step-list .zoom {
  border-radius: 8px;
  background: #f7f9fb;
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.page-guide .step__list .step__list__item .step-list .zoom .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}
.page-guide .step__list .step__list__item .step-list .zoom .zoom-icon {
  max-width: 40px;
  width: 100%;
}
.page-guide .step__list .step__list__item .step-list .zoom .zoom__link__download {
  display: flex;
  align-items: center;
  gap: 5.7px;
  margin-top: 12px;
}
.page-guide .step__list .step__list__item .step-list .zoom .zoom__link__download a {
  max-width: 107px;
  width: 100%;
}
.page-guide .step__list .step__list__item:nth-child(2) .list-text {
  font-size: 14px;
}
.page-guide .step__list .step__list__item:nth-child(2) .caution-list {
  font-size: 10px;
}
.page-guide .step__list .step__list__item:nth-child(4) .list-text {
  font-size: 14px;
}
.page-guide .step-2-slider {
  display: flex;
  align-items: stretch;
  gap: 32px;
  width: fit-content;
  overflow-x: scroll;
  border-radius: 8px;
  background: #f7f9fb;
  padding: 16px;
  margin-top: 16px;
}
.page-guide .step-2-slider li {
  border-radius: 7.66px;
  background: #fff;
  padding: 15.319px;
  width: 270px;
}
.page-guide .step-2-slider li h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9.574px;
  align-self: stretch;
  border-bottom: dashed 1px #ccc;
  padding-bottom: 11.49px;
}
.page-guide .step-2-slider li h4 .num {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  border-radius: 1.915px;
  border: 1px solid #4f4f4f;
  background: #4cb2e4;
  display: flex;
  padding: 7.66px;
  justify-content: center;
  align-items: center;
  gap: 1.915px;
  color: #fff;
  font-family: "Mochiy Pop One";
}
.page-guide .step-2-slider li h4 .num em {
  font-size: 14px;
  line-height: 100%;
}
.page-guide .step-2-slider li h4 .ja {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  flex: 1 0 0;
}
.page-guide .step-2-slider li p {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  padding-top: 11.49px;
}
.page-guide .step-2-slider li .step2-img {
  width: 239.362px;
  margin-top: 15.32px;
}
.page-guide .cta-btn-wrap {
  margin-top: 73px;
  padding: 0 9px 0 14px;
}
.page-guide .qa {
  padding-top: 70px;
  padding-bottom: 127px;
}
.page-guide .qa .section-title {
  margin-bottom: 60px;
  font-size: 28px;
  letter-spacing: 2.24px;
}
.page-guide .qa .more-btn-wrap {
  margin-top: 40px;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 44.522px;
  height: 42.042px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/scrollhint.svg);
}

.scroll-hint-icon:after {
  background-image: none;
}

.scroll-hint-text {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 11.489px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 11.489px */
  margin-top: 7.6px;
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 89px);
  box-sizing: border-box;
  width: 172.34px;
  height: auto;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 19.149px 28.723px;
}

@media (min-width: 769px) {
  .step-2-slider {
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
  }
}

@media (min-width: 769px) {
  .step-2-slider::-webkit-scrollbar {
    display: none;
  }
}

.reserve {
  padding: 70px 0px 30px 0px;
  position: relative;
}
.reserve::before {
  position: absolute;
  content: "";
  background-image: url(../images/reserve-wave.webp);
  background-size: cover;
  width: 100%;
  height: 30px;
  left: 0;
  top: -1px;
}
.reserve .eachTextAnime {
  text-align: right;
}
.reserve .section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.24px;
  margin-bottom: 46px;
}
.reserve .section-icon {
  margin: 0 auto 8px;
}
.reserve .swiper {
  padding-bottom: 10px;
}
.reserve .swiper-area {
  padding-left: 20px;
}
.reserve .swiper-slide {
  border-radius: 16px;
  border: 1px solid #4f4f4f;
  background: #fff;
  box-shadow: 2px 2px 0px #4f4f4f;
  width: 272px;
}
.reserve .slider-image img {
  width: 100%;
}
.reserve .slide-title {
  display: flex;
  height: 60px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}
.reserve .slide-title .icon {
  width: 42px;
}
.reserve .slide-title .ja {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  flex: 1 0 0;
}
.reserve .slider-price {
  margin-top: 24px;
}
.reserve .slider-price .num {
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}
.reserve .slider-price .yen {
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}
.reserve .slider-price .tax {
  color: #222222;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
}
.reserve .reserve-btn-wrap {
  margin-top: 17px;
}
.reserve .slider-block {
  padding: 20px 20px 24px 20px;
}

.page-clinic .section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.24px;
}
.page-clinic .info-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
.page-clinic .mv {
  background-color: #e9f3f5;
  height: 471px;
  padding-top: 7.1794871795vw;
  padding-left: 5.1282051282vw;
  overflow: inherit;
}
@media (min-width: 769px) {
  .page-clinic .mv {
    padding-top: 28px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .page-clinic .mv {
    height: 120.7692307692vw;
  }
}
.page-clinic .mv .mv__head {
  display: flex;
  align-items: center;
  gap: 2.0512820513vw;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__head {
    gap: 8px;
  }
}
.page-clinic .mv .mv__head .category {
  padding: 1.2820512821vw 3.0769230769vw 1.5384615385vw 3.0769230769vw;
  border-radius: 2px;
  border: 1px solid #4f4f4f;
  background: #fff;
  font-size: 3.5897435897vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__head .category {
    font-size: 14px;
    padding: 5px 12px 6px 12px;
  }
}
.page-clinic .mv .mv__head .category .small {
  font-size: 10px;
}
.page-clinic .mv .mv__catch {
  margin-top: 10.7692307692vw;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__catch {
    margin-top: 42px;
  }
}
.page-clinic .mv .mv-logo {
  width: 22.8205128205vw;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv-logo {
    width: 89px;
  }
}
.page-clinic .mv .fukidashi {
  width: 41.0256410256vw;
}
@media (min-width: 769px) {
  .page-clinic .mv .fukidashi {
    width: 160px;
  }
}
.page-clinic .mv .acne-kaihou {
  width: 56.4102564103vw;
}
@media (min-width: 769px) {
  .page-clinic .mv .acne-kaihou {
    width: 220px;
  }
}
.page-clinic .mv .top-text {
  font-size: 4.8717948718vw;
  font-weight: 500;
  line-height: 100%;
}
@media (min-width: 769px) {
  .page-clinic .mv .top-text {
    font-size: 19px;
  }
}
.page-clinic .mv .bottom-text {
  font-size: 8.2051282051vw;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-top: 3.0769230769vw;
}
@media (min-width: 769px) {
  .page-clinic .mv .bottom-text {
    font-size: 32px;
    margin-top: 12px;
  }
}
.page-clinic .mv .bottom-text--diet {
  font-weight: 600;
  text-shadow: 0px 0px 1px #fff, 0px 0px 2px #fff, 0px 0px 3px #fff, 0px 0px 4px #fff, 0px 0px 5px #fff, 0px 0px 6px #fff;
}
.page-clinic .mv .acne-text {
  font-size: 5.1282051282vw;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.8px;
  margin-top: 6.1538461538vw;
}
@media (min-width: 769px) {
  .page-clinic .mv .acne-text {
    font-size: 20px;
    margin-top: 24px;
  }
}
.page-clinic .mv .acne-text .small {
  font-size: 4.1025641026vw;
  letter-spacing: 0.64px;
}
@media (min-width: 769px) {
  .page-clinic .mv .acne-text .small {
    font-size: 16px;
  }
}
.page-clinic .mv .title-wrap {
  margin: 0 auto 0 0;
}
.page-clinic .mv .eachTextAnime span {
  font-size: 16px;
}
.page-clinic .mv .mv__image {
  max-width: 66.9230769231vw;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__image {
    max-width: 261px;
  }
}
.page-clinic .mv .mv__image--acne {
  max-width: 56.9230769231vw;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__image--acne {
    max-width: 222px;
  }
}
.page-clinic .mv .mv__price {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
  padding: 5.1282051282vw 4.1025641026vw 2.0512820513vw 4.1025641026vw;
  position: relative;
  margin-top: 9.2307692308vw;
  width: 67.6923076923vw;
  z-index: 1;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__price {
    padding: 20px 16px 8px 16px;
    margin-top: 36px;
    width: 264px;
  }
}
.page-clinic .mv .mv__price .price-title {
  display: flex;
  padding: 1.0256410256vw 2.5641025641vw;
  justify-content: center;
  align-items: center;
  gap: 1.0256410256vw;
  border-radius: 2px;
  border: 1.5px solid #4f4f4f;
  background: #4cb2e4;
  position: absolute;
  left: 4.1025641026vw;
  top: -2.5641025641vw;
  color: #fff;
  font-size: 3.5897435897vw;
  font-weight: 500;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__price .price-title {
    padding: 4px 10px;
    gap: 4px;
    left: 16px;
    top: -10px;
    font-size: 14px;
  }
}
.page-clinic .mv .mv__price .inner {
  display: flex;
  align-items: center;
  gap: 4.1025641026vw;
  margin-top: 5px;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__price .inner {
    gap: 16px;
  }
}
.page-clinic .mv .mv__price .mv__price__zero {
  width: 15.3846153846vw;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__price .mv__price__zero {
    width: 60px;
  }
}
.page-clinic .mv .mv__price .mv__price__zero img {
  width: 100%;
}
.page-clinic .mv .mv__price .mv__price__left .price {
  display: flex;
  align-items: center;
  gap: 3px;
}
.page-clinic .mv .mv__price .mv__price__left .price .month {
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  align-items: baseline;
  gap: 0.7692307692vw;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__price .mv__price__left .price .month {
    font-size: 16px;
    gap: 3px;
  }
}
.page-clinic .mv .mv__price .mv__price__left .price em {
  font-size: 8.2051282051vw;
  font-weight: 700;
  line-height: 100%;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__price .mv__price__left .price em {
    font-size: 32px;
  }
}
.page-clinic .mv .mv__price .mv__price__left .yen {
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__price .mv__price__left .yen {
    font-size: 16px;
  }
}
.page-clinic .mv .mv__price .mv__price__left .yen .astalisk {
  font-size: 2.5641025641vw;
  font-weight: 700;
  line-height: 100%;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__price .mv__price__left .yen .astalisk {
    font-size: 10px;
  }
}
.page-clinic .mv .mv__price .mv__price__left .tax {
  color: #818181;
  text-align: center;
  font-weight: 400;
  line-height: 100%;
  margin-top: 1.5384615385vw;
  font-size: 3.0769230769vw;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__price .mv__price__left .tax {
    margin-top: 6px;
    font-size: 12px;
  }
}
.page-clinic .mv .mv__price--acne {
  width: 100%;
  padding: 5.1282051282vw 0px 3.0769230769vw 4.1025641026vw;
  position: relative;
  margin-top: 13.0769230769vw;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__price--acne {
    margin-top: 51px;
    padding: 20px 0px 12px 16px;
  }
}
.page-clinic .mv .mv__price--acne::after {
  position: absolute;
  content: "";
  background-image: url(../images/acne-medicine.webp);
  background-size: contain;
  width: 34.358974359vw;
  height: 26.4102564103vw;
  top: -4.358974359vw;
  right: 3.3333333333vw;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__price--acne::after {
    width: 134px;
    height: 103px;
    top: -17px;
    right: 13px;
  }
}
.page-clinic .mv .mv__price--acne .price-title {
  top: -3.5897435897vw;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__price--acne .price-title {
    top: -14px;
  }
}
.page-clinic .mv .mv__price--acne .price-title .icon {
  width: 4.6153846154vw;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__price--acne .price-title .icon {
    width: 18px;
  }
}
.page-clinic .mv .mv__price--acne .mv__price__left .tax {
  text-align: right;
}
.page-clinic .mv .mv__price--pill {
  width: 100%;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f7f9fb calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f7f9fb calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #fff;
  position: relative;
  padding: 5.1282051282vw 6.1538461538vw 3.0769230769vw 6.1538461538vw;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__price--pill {
    padding: 20px 24px 12px 24px;
  }
}
.page-clinic .mv .mv__price--pill .mv__price__zero {
  position: absolute;
  right: 4.1025641026vw;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 20.5128205128vw;
  height: 20.5128205128vw;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__price--pill .mv__price__zero {
    right: 16px;
    width: 80px;
    height: 80px;
  }
}
.page-clinic .mv .mv__price--pill .mv__price__zero img {
  width: 100%;
}
.page-clinic .mv .mv__price--pill .mv__price__left .yen {
  align-items: flex-end;
}
.page-clinic .mv .mv__price--pill .mv__price__left .tax {
  margin-top: 0;
  text-align: right;
}
.page-clinic .mv .mv__price--pill .mv__price__left .price .month {
  gap: 2.0512820513vw;
  align-items: center;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__price--pill .mv__price__left .price .month {
    gap: 8px;
  }
}
.page-clinic .mv .mv__price--pill .month-price {
  display: flex;
  align-items: center;
}
.page-clinic .mv .mv__price--pill .bg-ya {
  font-size: 3.0769230769vw;
  font-weight: 700;
  line-height: 100%;
  border-radius: 1px;
  border: 1px solid #4f4f4f;
  background: #fff064;
  display: flex;
  width: 5.1282051282vw;
  height: 5.1282051282vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__price--pill .bg-ya {
    font-size: 12px;
    width: 20px;
    height: 20px;
  }
}
.page-clinic .mv .mv__price--pill .price-title {
  top: -3.5897435897vw;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__price--pill .price-title {
    top: -14px;
  }
}
.page-clinic .mv .mv__price--pill .price-title .icon {
  width: 4.6153846154vw;
}
@media (min-width: 769px) {
  .page-clinic .mv .mv__price--pill .price-title .icon {
    width: 18px;
  }
}
.page-clinic .mv--pill,
.page-clinic .mv--acne {
  background-image: url(../images/bg-mv-acne.webp);
  background-size: cover;
  background-position: top center;
  padding-right: 5.1282051282vw;
}
@media (min-width: 769px) {
  .page-clinic .mv--pill,
  .page-clinic .mv--acne {
    padding-right: 20px;
  }
}
.page-clinic .mv--pill .bottom-text {
  margin-top: 8px;
}
.page-clinic .qa,
.page-clinic .info {
  background: #fff;
}
.page-clinic .qa {
  position: relative;
  padding: 68px 0 30px 0;
}
.page-clinic .qa::before {
  position: absolute;
  content: "";
  background-image: url(../images/reserve-wave.webp);
  background-size: cover;
  width: 100%;
  height: 30px;
  left: 0;
  top: -1px;
}
.page-clinic .flow {
  padding: 68px 20px 30px 20px;
  position: relative;
}
.page-clinic .flow::before {
  position: absolute;
  content: "";
  background-image: url(../images/white-wave.webp);
  background-size: cover;
  width: 100%;
  height: 30px;
  left: 0;
  top: -1px;
}
.page-clinic .info {
  padding: 68px 20px 29px 20px;
  position: relative;
}
.page-clinic .info::before {
  position: absolute;
  content: "";
  background-image: url(../images/reserve-wave.webp);
  background-size: cover;
  width: 100%;
  height: 30px;
  left: 0;
  top: -1px;
}
.page-clinic .info .section-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.24px;
  margin-bottom: 40px;
}
.page-clinic .section-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}
.page-clinic .cta-btn-wrap {
  max-width: 334px;
}
.page-clinic .point-list {
  display: flex;
  padding: 4.1025641026vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2.0512820513vw;
  border-radius: 4.469px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  top: -4.1025641026vw;
  z-index: 1;
  font-size: 4.1025641026vw;
}
@media (min-width: 769px) {
  .page-clinic .point-list {
    padding: 16px;
    gap: 8px;
    top: -16px;
    font-size: 16px;
  }
}
.page-clinic .point-list .marker {
  font-weight: 700;
}
.page-clinic .point-list .icon {
  width: 7.1794871795vw;
}
@media (min-width: 769px) {
  .page-clinic .point-list .icon {
    width: 28px;
  }
}
.page-clinic .point-list--acne {
  top: inherit;
  bottom: -6.1538461538vw;
}
@media (min-width: 769px) {
  .page-clinic .point-list--acne {
    bottom: -24px;
  }
}
.page-clinic .point-list--pill {
  top: inherit;
  bottom: -40px;
}
@media (min-width: 769px) {
  .page-clinic .point-list--pill {
    bottom: -40px;
  }
}

.mv-bottom {
  position: relative;
  padding-bottom: 58px;
  background: #f7f9fb;
}
.mv-bottom::after {
  position: absolute;
  content: "";
  background-image: url(../images/voice-wave-2.webp);
  background-size: cover;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: -1px;
}
.mv-bottom .inner {
  padding: 0 20px;
}
.mv-bottom .caution-list {
  font-size: 10px;
  margin-top: 0;
  font-weight: 400;
  line-height: 150%;
}
.mv-bottom .cta-btn-wrap {
  margin-top: 32px;
}
.mv-bottom .cta-btn-wrap::before {
  left: 3px;
}
.mv-bottom .cta-btn-wrap::after {
  right: -8px;
}
@media (max-width: 350px) {
  .mv-bottom .cta-btn-wrap::after {
    right: 0;
  }
}

.mv-bottom--acne {
  padding-top: 64px;
}
@media (max-width: 768px) {
  .mv-bottom--acne {
    padding-top: 16.4102564103vw;
  }
}

.mv-bottom--pill {
  padding-top: 81px;
}
@media (max-width: 768px) {
  .mv-bottom--pill {
    padding-top: 20.7692307692vw;
  }
}

.mokuji {
  padding: 10px 20px 30px;
}
.mokuji .section-title {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.24px;
}
.mokuji .qa__link {
  margin-top: 40px;
  margin-bottom: 0;
}

.clinic-about {
  background: #f5fcff;
  padding: 68px 20px 30px;
  position: relative;
}
.clinic-about::before {
  position: absolute;
  content: "";
  background-image: url(../images/reason-wave.webp);
  background-size: cover;
  width: 100%;
  height: 30px;
  left: 0;
  top: -1px;
}
.clinic-about .clinic-about__weight {
  margin: 40px auto 24.8px;
  text-align: center;
}
.clinic-about .arrow-bottom {
  text-align: center;
  margin: 20px auto 40px;
}
.clinic-about .caution-list {
  margin-top: 6px;
  font-size: 10px;
  font-weight: 500;
}

.clinic-about--acne {
  padding-right: 0;
  padding-left: 0;
}
.clinic-about--acne .title-wrap .eachTextAnime {
  text-align: right;
}

.clinic-about__support,
.clinic-about__worries {
  margin-top: 42px;
  display: flex;
  width: 100%;
  padding: 30px 14px 20px 14px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid #4f4f4f;
  position: relative;
}
.clinic-about__support .support-title,
.clinic-about__support .worries-title,
.clinic-about__worries .support-title,
.clinic-about__worries .worries-title {
  display: flex;
  width: 228px;
  padding: 8px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  border: 1px solid #4f4f4f;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  top: -18px;
  line-height: 1;
}
.clinic-about__support .support-title span,
.clinic-about__support .worries-title span,
.clinic-about__worries .support-title span,
.clinic-about__worries .worries-title span {
  position: relative;
}
.clinic-about__support .worries-title,
.clinic-about__worries .worries-title {
  background: #4f4f4f;
  color: #fff;
}
.clinic-about__support .worries-title span::after,
.clinic-about__worries .worries-title span::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-worries.webp);
  background-size: contain;
  width: 38px;
  height: 40px;
  top: -28px;
  right: -41px;
}
.clinic-about__support .support-title,
.clinic-about__worries .support-title {
  background: #fff064;
}
.clinic-about__support .support-title span::after,
.clinic-about__worries .support-title span::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-support.webp);
  background-size: contain;
  width: 38px;
  height: 40px;
  top: -28px;
  right: -38px;
}
.clinic-about__support .check-list li,
.clinic-about__support .dot-list li,
.clinic-about__worries .check-list li,
.clinic-about__worries .dot-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.clinic-about__support .check-list li:last-child,
.clinic-about__support .dot-list li:last-child,
.clinic-about__worries .check-list li:last-child,
.clinic-about__worries .dot-list li:last-child {
  margin-bottom: 0;
}
.clinic-about__support .check-list p,
.clinic-about__support .dot-list p,
.clinic-about__worries .check-list p,
.clinic-about__worries .dot-list p {
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.clinic-about__support .check-list li,
.clinic-about__worries .check-list li {
  gap: 4px;
}

#worries-1 .wave-title {
  margin-top: 40px;
}

#worries-6 .skincare-slider {
  margin-top: 28px;
}

.clinic-about__support {
  margin-bottom: 24px;
}

/* 基本アプローチ */
.approach {
  background: #f5fcff;
  padding: 55px 20px 0;
}
.approach .section-icon {
  margin-bottom: 0;
}
.approach .icon-approach {
  width: 148px;
}
.approach .section-title {
  line-height: 140%;
}
.approach .section-title span {
  position: relative;
}
.approach .section-title span::after {
  position: absolute;
  content: "";
  background-image: url(../images/wave.svg);
  background-size: contain;
  width: 100%;
  height: 5px;
  bottom: -5px;
  left: 0;
}
.approach .approach__guideline {
  display: flex;
  align-items: center;
  margin-top: 40px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #4f4f4f;
  background: #fff;
}
.approach .approach__guideline .title {
  display: flex;
  padding: 16px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-right: 1px dashed #ccc;
  background: #fff064;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 350px) {
  .approach .approach__guideline .title {
    width: 54%;
    line-height: 1.3;
  }
}
.approach .approach__guideline .guideline {
  display: flex;
  height: 54px;
  padding: 16px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  background: #fff;
}
.approach .section-text {
  margin-top: 20px;
  margin-bottom: 26px;
}
.approach .approach__detail {
  display: flex;
  width: 100%;
  padding: 24px 16px 16px 16px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  border: 1px solid #4f4f4f;
  background: #fff;
  position: relative;
}
.approach .approach__detail::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon-clip.webp);
  background-size: contain;
  width: 25.714px;
  height: 24px;
  top: -8px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.approach .approach__detail p {
  border-top: dashed 1px #ccc;
  padding-top: 12px;
  text-align: justify;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin-top: 12px;
}
.approach .approach__detail .caution-list {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.approach .deatail-list li {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.approach .deatail-list li:last-child {
  margin-bottom: 0;
}
.approach .deatail-list li .label {
  border-radius: 2px;
  background: #4cb2e4;
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

/* 選べる３つのプラン */
.plan {
  background: #f5fcff;
  padding: 72px 20px 30px;
}
.plan .plan__inner {
  position: relative;
  display: flex;
  padding: 60px 16px 20px 16px;
  flex-direction: column;
  align-items: center;
  gap: -11px;
  align-self: stretch;
}
.plan .section-title {
  text-align: center;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  top: -29px;
  width: 294px;
}
.plan .section-title img {
  width: 294px;
}
.plan .plan__list__content {
  font-size: 14px;
  padding-bottom: 60px;
  height: 40px;
  overflow: hidden;
  position: relative;
}
.plan .plan__list__content::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-acco.svg);
  background-size: contain;
  width: 12px;
  height: 6px;
  top: 33%;
  right: 30%;
  transition: 0.3s;
}
.plan .plan__list__content .item-block {
  border-radius: 16px;
  background: #f7f9fb;
  padding: 16px 10px;
  margin-top: 20px;
}
.plan .plan__list__content .item-block:first-of-type {
  margin-top: 0;
}
.plan .plan__list__content .item-block .caution {
  font-size: 10px;
  text-align: justify;
  gap: 0;
}
.plan .plan__list__content .icon-list {
  margin-bottom: 8px;
}
.plan .plan__list__content .icon-list li {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}
.plan .plan__list__content .icon-list li .icon {
  width: 18px;
}
.plan .plan__list__content .icon-list li:last-child {
  margin-bottom: 0;
}
.plan .plan__list__content .dot-list {
  margin-bottom: 17px;
}
.plan .plan__list__content .dot-list:last-of-type {
  margin-bottom: 0;
}
.plan .plan__list__content .dot-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
.plan .plan__list__content .dot-list li:last-child {
  margin-bottom: 0;
}
.plan .plan__list__content .dot-list li .dot {
  font-size: 16px;
  font-weight: 700;
}
.plan .plan__list__content .item-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 16px;
}
.plan .plan__list__content .price-wrap {
  font-size: 10px;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.plan .plan__list__content .price-wrap .marker {
  font-size: 20px;
}
.plan .plan__list__content .caution {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  color: #818181;
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
  gap: 4px;
}
.plan .plan__list__content .more-btn-wrap {
  margin-top: 28px;
  margin-bottom: 31px;
}
.plan .plan__list__content.js-open::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-acco.svg);
  background-size: contain;
  width: 12px;
  height: 6px;
  top: inherit;
  bottom: 33px;
  right: 30%;
  transform: rotate(180deg);
}
.plan .js-btn-open {
  background: none;
  bottom: -1px;
}
.plan .plan__list__content-wrap {
  position: relative;
}
.plan .show-more-btn {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
  cursor: pointer;
  transition: bottom 0.2s;
  padding-top: 5px;
}

.plan--1 .plan__list {
  position: relative;
}
.plan--1 .plan__list::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-osusume.webp);
  background-size: contain;
  width: 105px;
  height: 38px;
  left: 0.283px;
  top: -21.506px;
}

.plan__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.plan__list .plan__list__item {
  display: flex;
  border: solid 1px #4f4f4f;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  width: 100%;
}
.plan__list .plan__list__item .list-title {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: #4cb2e4;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  font-feature-settings: "palt";
}
.plan__list .plan__list__item .list-block {
  background: #fff;
  padding: 20px 17px 0;
}
.plan__list .plan__list__item .block-title {
  padding: 5px 12px;
  display: table;
  margin: 0 auto;
  border-radius: 2px;
  border: 1px solid #4f4f4f;
  background: #fff064;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.plan__list .plan__list__item .list-text {
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 8px;
  margin-bottom: 28px;
}
.plan__list .plan__list__item .acco-btn {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  padding: 4px 12px;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

/* 料金について */
.clinic-price {
  padding: 68px 20px 30px 20px;
  background: #fff;
  position: relative;
}
.clinic-price::before {
  position: absolute;
  content: "";
  background-image: url(../images/reserve-wave.webp);
  background-size: cover;
  width: 100%;
  height: 30px;
  left: 0;
  top: -1px;
}
.clinic-price .price__sum {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 8px;
  background: #4cb2e4;
  margin-top: 40px;
}
.clinic-price .price__sum li {
  border-radius: 4px;
  background: #fff;
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
  align-self: stretch;
  position: relative;
}
.clinic-price .price__sum li::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-plus.svg);
  background-size: contain;
  width: 12px;
  height: 12px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  right: -16px;
}
.clinic-price .price__sum li .name {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 6px;
}
.clinic-price .price__sum li .price {
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.clinic-price .price__sum li .price em {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.clinic-price .price__sum li .price-sum-2 {
  width: 18.853px;
}
.clinic-price .price__sum li .price__sum__text {
  text-align: center;
}
.clinic-price .price__sum li:nth-child(1) .price em {
  font-size: 18px;
}
.clinic-price .price__sum li:last-child::after {
  display: none;
}
.clinic-price .fukidashi {
  display: flex;
  padding: 16px 0px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin: 32px auto 0;
  position: relative;
  width: 100%;
  max-width: 350px;
  height: 95px;
}
.clinic-price .fukidashi::before {
  position: absolute;
  content: "";
  background-image: url(../images/dot-fukidashi.webp);
  background-size: contain;
  width: 100%;
  height: 95px;
  top: 0;
  left: 0;
}
.clinic-price .fukidashi p {
  position: relative;
  z-index: 1;
}
.clinic-price .fukidashi .marker {
  font-size: 18px;
  font-weight: 700;
}
.clinic-price .price__list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.clinic-price .price__list .price-accordion {
  border-radius: 8px;
  border: 1px solid #4f4f4f;
  background: #f5fcff;
  display: flex;
  padding: 20px 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.clinic-price .price__list .price-accordion .label {
  display: inline-block;
  padding: 8px 6px;
  border-radius: 2px;
  border: 1px solid #4f4f4f;
  background: #fff064;
  text-align: center;
  font-family: "Mochiy Pop One";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.clinic-price .price__list .price-accordion .title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
  margin-top: 0;
}
.clinic-price .price__list .price-accordion .plan-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.clinic-price .price__list .price-accordion .price {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.clinic-price .price__list .price-accordion .price .label-wh {
  background: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
  padding: 1px 3px;
  border-radius: 2px;
  border: 1px solid #4f4f4f;
}

.clinic-price--pill::before {
  background-image: url(../images/reason-wave.webp);
}
.clinic-price--pill .plan__item__block .single .price-wrap {
  padding: 12px;
  background: #fff;
}
.clinic-price--pill .plan__item__block .price-wrap {
  background: #f5fcff;
}

.price__list__open {
  display: none;
  width: 100%;
}

.price__list__open--iso .more-btn {
  width: 100%;
}

.more-btn-100 {
  width: 100%;
}

.plan__item {
  display: flex;
  border: solid 1px #4f4f4f;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 24px;
  width: 100%;
}
.plan__item:last-of-type {
  margin-bottom: 0;
}
.plan__item .item-title {
  width: 100%;
  padding: 12px;
  display: block;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
.plan__item .item-title small {
  font-size: 12px;
  font-weight: 700;
}
.plan__item .price-list {
  width: 100%;
}
.plan__item .price-list li {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin-bottom: 4px;
}
.plan__item .price-list li:last-child {
  margin-bottom: 0;
}
.plan__item .price-list li .title {
  background-image: url(../images/bg-stripe-ye.webp);
  background-size: cover;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31%;
}
.plan__item .price-list li .title .small {
  font-size: 10px;
}
.plan__item .price-list li .label {
  border-radius: 2px;
  border: 0.8px solid #ccc;
  background: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  color: #818181;
  padding: 4px 8px;
  display: inline-block;
  margin-top: 8px;
}
.plan__item .price-list li .price-wrap {
  border: 1px solid #f7f9fb;
  background: #f5fcff;
  padding: 0 6px;
  width: 69%;
  display: flex;
  padding: 8px 4px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  flex-direction: column;
}
.plan__item .price-list li .price-wrap .price {
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
}
.plan__item .price-list li .price-wrap .price em {
  font-size: 20px;
}
.plan__item .price-list li .price-wrap .tax {
  color: #818181;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
}
.plan__item .prescription {
  border-radius: 4px;
  border: 1px dashed #ccc;
  background: #fff;
  padding: 15px 16px;
  margin-top: 16px;
}
.plan__item .prescription .title {
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
}
.plan__item .prescription .title img {
  width: 18px;
}
.plan__item .prescription .caution-list {
  font-size: 10px;
}
.plan__item .prescription .dot-list {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 8px;
}
.plan__item .prescription .dot-list li {
  margin-bottom: 6px;
  display: flex;
  align-items: flex-start;
  text-align: justify;
}
.plan__item .prescription .dot-list li:last-child {
  margin-bottom: 0;
}

.price-block {
  background: #f5fcff;
  padding: 12px;
}
.price-block .month {
  text-align: center;
  font-size: 14px;
}
.price-block .price {
  text-align: center;
}

.price-list-vertical {
  width: 100%;
}
.price-list-vertical li {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin-bottom: 16px;
  flex-direction: column;
}
.price-list-vertical li:last-child {
  margin-bottom: 0;
}
.price-list-vertical li .title {
  background-image: url(../images/bg-stripe-ye-vertical.webp);
  background-size: cover;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  padding: 8px 0;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.price-list-vertical li .title .icon {
  width: 11.446px;
}
.price-list-vertical li .price-wrap {
  border: 1px solid #f7f9fb;
  background: #f5fcff;
  padding: 0 6px;
  width: 100%;
  display: flex;
  padding: 8px 4px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  flex-direction: column;
}
.price-list-vertical li .price-wrap .price {
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
}
.price-list-vertical li .price-wrap .price em {
  font-size: 20px;
}
.price-list-vertical li .price-wrap .tax {
  color: #818181;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
}

.title-raku {
  background-image: url(../images/bg-rakuaku.webp);
  background-size: cover;
  display: flex;
  padding: 5.9px 0px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  width: 100%;
}
.title-raku .icon {
  width: 20px;
}

.price-table {
  background: #f5fcff;
  width: 100%;
  border-spacing: 0;
}
.price-table td {
  border-right: 1px dashed #ccc;
  text-align: center;
}
.price-table .tr-month td {
  border-bottom: 1px dashed #ccc;
  padding: 8px;
}
.price-table .tr-month td:last-of-type {
  border-right: none;
}
.price-table .tr-month .month {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.price-table .tr-price td {
  padding: 15px 0;
}
.price-table .tr-price td:last-of-type {
  border-right: none;
}
.price-table .tr-price .red {
  color: #ff4d4d;
}
.price-table .tr-price .month {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}
.price-table .tr-price .label {
  border-radius: 2px;
  border: 0.8px solid #ccc;
  background: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  color: #818181;
  padding: 4px 2px;
  display: inline-block;
  margin-top: 12px;
}

.mataha {
  color: #000;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 130%;
  margin-top: 12px;
  position: relative;
  width: 100%;
}
.mataha::before {
  position: absolute;
  content: "";
  background-image: url(../images/mataha-line.webp);
  background-size: contain;
  width: 78px;
  height: 1px;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}
.mataha span {
  background: #fff;
  display: inline-flex;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.single {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin-top: 12px;
}
.single .title {
  background-image: url(../images/bg-stripe-gr.webp);
  background-size: 100% 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  padding: 6px 4px 6px 10px;
  width: 46%;
  display: flex;
  align-items: center;
  gap: 4px;
}
.single .title .icon {
  width: 16.148px;
}
.single .title .small {
  font-size: 10px;
}
.single .title-30 {
  width: 30%;
}
.single .price-wrap {
  border: 1px solid #f7f9fb;
  background: #fff;
  padding: 10px 7px;
  width: 54%;
  display: flex;
  align-items: center;
}
.single .price-wrap .price {
  font-size: 10px;
  font-weight: 500;
  line-height: 150%;
  white-space: nowrap;
  text-align: center;
  margin: 0 auto;
}
.single .price-wrap .price em {
  font-weight: 500;
  font-size: 14px;
}
.single .price-wrap .tax {
  color: #818181;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
}

.plan__item__block {
  padding: 20px 16px;
  width: 100%;
}
.plan__item__block .title-raku {
  background-image: url(../images/bg-rakuaku.webp);
  background-size: cover;
  display: flex;
  padding: 5.9px 0px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}
.plan__item__block .title-raku .icon {
  width: 20px;
}
.plan__item__block .price-table {
  background: #f5fcff;
  width: 100%;
  border-spacing: 0;
}
.plan__item__block .price-table td {
  border-right: 1px dashed #ccc;
  text-align: center;
}
.plan__item__block .price-table .tr-month td {
  border-bottom: 1px dashed #ccc;
  padding: 8px;
}
.plan__item__block .price-table .tr-month td:last-of-type {
  border-right: none;
}
.plan__item__block .price-table .tr-month .month {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.plan__item__block .price-table .tr-price td {
  padding: 15px 8px;
}
.plan__item__block .price-table .tr-price td:last-of-type {
  border-right: none;
}
.plan__item__block .price-table .tr-price .red {
  color: #ff4d4d;
}
.plan__item__block .price-table .tr-price .month {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  color: #818181;
}
.plan__item__block .price-table .tr-price .label {
  border-radius: 2px;
  border: 0.8px solid #ccc;
  background: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 140%;
  color: #818181;
  padding: 4px 0.7px;
  display: inline-block;
  margin-top: 12px;
  width: 100%;
}
.plan__item__block .price {
  font-size: 12px;
  margin: 4px auto;
  line-height: 1;
}
.plan__item__block .price em {
  font-weight: 700;
  font-size: 20px;
}
.plan__item__block .tax,
.plan__item__block .count {
  color: #818181;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 4px;
}
.plan__item__block .off {
  border-radius: 2px;
  border: 1px solid #4f4f4f;
  background: #fff064;
  display: inline-block;
  padding: 4px 8px;
  gap: 10px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  margin-bottom: 4px;
}
.plan__item__block .off-wh {
  border: 1px solid #ccc;
  background: #fff;
  font-weight: 400;
}
.plan__item__block .off-blue {
  background: #f5fcff;
  margin-right: 8px;
  margin-bottom: 0;
  white-space: nowrap;
}
.plan__item__block .single__right {
  width: 70%;
}
.plan__item__block .single__right .price-wrap {
  width: 100%;
}
.plan__item__block .single__right .price-wrap:first-of-type {
  border-bottom: none;
  position: relative;
}
.plan__item__block .single__right .price-wrap:first-of-type::after {
  position: absolute;
  content: "";
  background-image: url(../images/line-price.svg);
  background-size: contain;
  background-repeat: repeat-x;
  width: 201px;
  height: 1px;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
.plan__item__block .single__right .price-wrap:nth-of-type(2) {
  border-top: none;
}
.plan__item__block .price-wrap {
  display: flex;
  padding: 12px 0px;
  justify-content: center;
  align-items: baseline;
}
.plan__item__block .caution-list {
  margin-top: 16px;
}

/*tabの形状*/
.tab {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.tab li {
  width: 33.3333333333%;
}

.tab li a {
  display: block;
  background: #fff;
  color: #818181;
  padding: 10px 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}

.tab-3 li,
.tab-4 li {
  width: 50%;
}
.tab-3 li a,
.tab-4 li a {
  font-size: 14px;
}

.plan__item--aga-male {
  border: none;
  border-radius: 0;
}
.plan__item--aga-male .tab-1 li {
  width: 50%;
}
.plan__item--aga-male .tab-1 li a {
  font-size: 10px;
}
.plan__item--aga-male .plan__item__block {
  padding: 0;
}
.plan__item--aga-male .item-title {
  border-radius: 16px 16px 0 0;
  border-right: solid 1px #4f4f4f;
  border-left: solid 1px #4f4f4f;
  border-top: solid 1px #4f4f4f;
}
.plan__item--aga-male .tab {
  margin-bottom: 0;
  padding: 20px 16px 16px;
  border-right: solid 1px #4f4f4f;
  border-left: solid 1px #4f4f4f;
}
.plan__item--aga-male .tab-border {
  padding: 0 16px 20px;
  border-right: solid 1px #4f4f4f;
  border-left: solid 1px #4f4f4f;
  border-bottom: solid 1px #4f4f4f;
  border-radius: 0 0 16px 16px;
}
.plan__item--aga-male .more-btn-wrap {
  margin-top: 24px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plan__item--aga-male .more-btn-wrap a {
  font-size: 14px;
  width: 100%;
}

.area__detail {
  border-radius: 16px;
  border: 1px solid #4f4f4f;
  background: #f5fcff;
  padding: 20px 0px;
}
.area__detail .detail-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.area__detail .detail-list li {
  display: flex;
  padding: 0px 4px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
}
.area__detail .detail-list .list-title {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}
.area__detail .detail-list p {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.area__recommend {
  margin-top: 40px;
}
.area__recommend .marker-title {
  color: #000;
  text-align: center;
  font-size: 16px;
}
.area__recommend p {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
}
.area__recommend .redommend-img {
  margin-top: 20px;
  margin-bottom: 24px;
}

/*liにactiveクラスがついた時の形状*/
.tab li.active {
  position: relative;
}
.tab li.active::after {
  position: absolute;
  content: "";
  background-image: url(../images/tab-arrow.webp);
  background-size: contain;
  width: 18px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  height: 8.772px;
  bottom: -5px;
}

.tab li.active a {
  background: #4cb2e4;
  color: #fff;
  border: 1px solid #222222;
}

/*エリアの表示非表示と形状*/
.area {
  display: none;
  opacity: 1;
}
@media (max-width: 768px) {
  .area {
    opacity: 0;
  }
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block;
}
@media (max-width: 768px) {
  .area.is-active {
    animation-name: displayAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.price__list__open {
  animation-name: displayAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.medicine {
  background: #f5fcff;
  padding: 68px 16px 30px 16px;
  position: relative;
}
.medicine::before {
  position: absolute;
  content: "";
  background-image: url(../images/white-wave.webp);
  background-size: cover;
  width: 100%;
  height: 30px;
  left: 0;
  top: -1px;
}
.medicine .medicine__title {
  margin-top: 40px;
  background-image: url(../images/bg-dot-ye.webp);
  background-size: cover;
  border-radius: 4px;
  border: 1px solid #4f4f4f;
  padding: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
.medicine .medicine__list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.medicine .medicine__list li {
  border-radius: 4px;
  border: 1px dashed #ccc;
  background: #fff;
  transition: 0.5s;
}
.medicine .medicine__list li a {
  display: flex;
  padding: 16px 5px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  height: 100%;
  position: relative;
  min-height: 131px;
}
.medicine .medicine__list li a::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-right.svg);
  background-size: contain;
  width: 6px;
  height: 12px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  right: 5px;
  transition: all 0.2s;
}
.medicine .medicine__list li .label {
  border-radius: 2px;
  background: #4cb2e4;
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}
.medicine .medicine__list li .list-img {
  height: 60px;
  text-align: center;
}
.medicine .medicine__list li .list-img img {
  height: 60px;
  object-fit: contain;
}
.medicine .medicine__list li .list-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  margin-top: 8px;
}
.medicine .medicine__list li .list-title .small {
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
}
.medicine .medicine__list li:active a::after, .medicine .medicine__list li:focus a::after, .medicine .medicine__list li:hover a::after {
  right: 2px;
}
.medicine .medicine__text {
  color: #595959;
  border-radius: 16px;
  background: #fff;
  text-align: justify;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  padding: 12px;
  margin-top: 40px;
}

/* モーダル */
.modaal-wrapper {
  height: 100dvh;
  overflow: hidden;
}

.modaal-content-container {
  position: relative;
}

.modaal-content-container {
  background: #4cb2e4;
}

.modaal-inner-wrapper {
  /*padding: sp(20) sp(16) sp(60);*/
  position: relative;
  padding: 0 16px 0;
  /*&::after {
        position: absolute;
        content: "";
        background-image: url(../images/modal-close.svg);
        background-size: contain;
        width: 64px;
        height: 14px;
        bottom: 23px;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
    }*/
}
@media (min-width: 769px) {
  .modaal-inner-wrapper {
    /*padding: 20px 16px 60px;*/
  }
}

.modaal-wrapper .close-btn.modaal-close {
  background: #4cb2e4;
  position: fixed;
  width: 100%;
  z-index: 100;
  height: 60px;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  top: inherit;
  right: inherit;
  border-radius: 0;
}
.modaal-wrapper .close-btn.modaal-close::after, .modaal-wrapper .close-btn.modaal-close::before {
  display: none;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0;
  background: #4cb2e4;
  box-shadow: none;
  cursor: auto;
  border-radius: 16px;
  overflow: hidden;
}

.modaal-content-container {
  /*padding: sp(24) sp(16) sp(32) sp(16);*/
  padding: 0;
}
@media (min-width: 769px) {
  .modaal-content-container {
    /*padding: 24px 16px 32px 16px;*/
  }
}

.modaal-container-inner {
  height: 95dvh;
  overflow-y: scroll;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f7f9fb calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f7f9fb calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #fff;
  border: 1px solid #4f4f4f;
  border-radius: 16px;
  box-shadow: none;
  color: #222222;
  padding: 24px 16px 32px 16px;
  position: relative;
  top: 20px;
}

.modaal-container-inner:has(+ .close-btn-wrap) {
  height: calc(95dvh - 20px);
}

.close-btn-wrap {
  margin-top: 40px;
}

.close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.close-btn span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.close-btn img {
  width: 16px;
}

.modal__content {
  border-radius: 16px;
  overflow: hidden;
}

.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-wrapper {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.modaal-overlay {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.modaal-wrapper .modaal-close {
  background: #4cb2e4;
  border: 1px solid #4f4f4f;
  width: 40px;
  height: 40px;
  right: 32px;
  top: 32px;
}

.modaal-close:after,
.modaal-close:before {
  background: #fff;
  top: 22%;
  left: 45%;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #fff;
}

.modal-scroll-y {
  height: 80vh;
  overflow-y: scroll;
}

.modal-scroll-y--100 {
  overflow-y: scroll;
  height: 90vh;
  padding-bottom: 32px;
}

.modal__top {
  text-align: center;
  padding-bottom: 24px;
}
.modal__top .label {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
  padding: 4px 12px;
  gap: 10px;
  border-radius: 2px;
  border: 1px solid #4f4f4f;
  background: #fff064;
}

.modal-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px;
}
.modal-title .small {
  font-size: 16px;
  line-height: 150%;
}

.modal__content .modal__img {
  text-align: center;
}

.modal__item-list {
  margin-top: 24px;
}
.modal__item-list .modal__item {
  border-radius: 12px;
  background: #f7f9fb;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  margin-bottom: 16px;
}
.modal__item-list .modal__item:last-of-type {
  margin-bottom: 0;
}
.modal__item-list .modal__item .item-title {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}
.modal__item-list .modal__item .item-title .icon {
  width: 20px;
}
.modal__item-list .modal__item .about-text {
  align-self: stretch;
  text-align: justify;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.modal__item-list .modal__item .item-text {
  align-self: stretch;
  text-align: justify;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.modal__item-list .modal__item .caution-list {
  color: #222222;
  text-align: justify;
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 24px;
  margin-top: 4px;
}
.modal__item-list .modal__item .dot-list {
  text-align: justify;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.modal__item-list .modal__item .dot-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4px;
}
.modal__item-list .modal__item .dot-list li:last-child {
  margin-bottom: 0;
}
.modal__item-list .modal__item .subtitle {
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
}
.modal__item-list .modal__item h6 {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.clinic-slider .bg-square {
  border-radius: 16px;
  border: 1px solid #4f4f4f;
  width: 100%;
  padding: 36px 20px 24px 20px;
  position: relative;
  margin-top: 50px;
  margin-right: 20px;
  margin-left: 20px;
}
.clinic-slider .slide-title {
  text-align: center;
}
.clinic-slider .slide-title .label {
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  top: -11px;
  width: 121px;
}
.clinic-slider .clinic-slider__img img {
  margin: 0 auto;
}
.clinic-slider .clinic-table {
  border-radius: 16px;
  background: #f7f9fb;
  padding: 16px 16px 20px 16px;
  margin-top: 25px;
  width: 100%;
}
.clinic-slider .clinic-table tr {
  display: flex;
  padding: 8px 4px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px dashed #ccc;
}
.clinic-slider .clinic-table tr th {
  width: 25.9%;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
}
.clinic-slider .clinic-table tr td {
  text-align: justify;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  width: 68.35%;
}
.clinic-slider .clinic-table tr:nth-of-type(2) td {
  font-size: 14px;
}
.clinic-slider .caution-list {
  margin-top: 4px;
}
.clinic-slider .dot-list li {
  display: flex;
  align-items: flex-start;
  text-align: justify;
}
.clinic-slider .slick-prev,
.clinic-slider .slick-next {
  bottom: -2%;
}

/* AGA */
.aga .title-wrap {
  margin-bottom: 60px;
}
.aga .plan__inner {
  padding: 60px 16px 20px 16px;
  position: relative;
  margin-top: 70px;
}
.aga .plan__inner .section-title {
  width: 294px;
  position: absolute;
  top: -29px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
.aga .plan__list__item .list-block {
  padding: 20px;
}
.aga .plan__list__item .item-block {
  border-radius: 0;
  background: #f7f9fb;
  padding: 12px;
  font-size: 14px;
  margin-top: 20px;
}
.aga .plan__list__item .dot-list {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.aga .plan__list__item .dot-list li {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  text-align: justify;
}
.aga .plan__list__item .dot-list li:last-child {
  margin-bottom: 0;
}
.aga .plan__list__item .example-list li {
  display: flex;
  align-items: flex-start;
  text-align: justify;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.aga__item {
  margin-bottom: 85px;
}
.aga__item:last-of-type {
  margin-bottom: 0;
}
.aga__item .marker-title {
  font-size: 18px;
  letter-spacing: -0.7px;
}
.aga__item .marker-title .dansei {
  margin-left: -8px;
}
.aga__item .caution-text {
  color: #818181;
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 8px;
}
.aga__item .aga-title {
  display: flex;
  padding: 8px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1.5px solid #4f4f4f;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  margin-bottom: 28px;
  position: relative;
}
.aga__item .aga-title span {
  position: relative;
}
.aga__item .aga-title::before {
  position: absolute;
  content: "";
  background-image: url(../images/aga-title-q.webp);
  background-size: contain;
  width: 54px;
  height: 55.5px;
  top: -24px;
}
.aga__item .section-text {
  margin-top: 20px;
}
.aga__item .section-text .marker {
  font-weight: 700;
}
.aga__item .caution-list {
  margin-top: 20px;
}
.aga__item .aga-graph {
  margin-top: 20px;
  display: flex;
  width: 100%;
  padding: 24px 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 16px;
  border: 1px solid #4f4f4f;
}
.aga__item .aga-graph .aga-graph-title {
  border-radius: 2px;
  border: 1px solid #4f4f4f;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  background-image: url(../images/bg-dot-ye.webp);
}
.aga__item .aga-cause {
  margin-top: 20px;
  width: 100%;
  padding: 20px 16px;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid #4f4f4f;
}
.aga__item .aga-cause .dot-title {
  text-align: justify;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 12px;
}
.aga__item .aga-cause .dot-title:first-of-type {
  margin-top: 0;
}
.aga__item .aga-cause .dot-list {
  margin-top: 2px;
  padding-left: 20px;
}
.aga__item .aga-cause .dot-list li {
  display: flex;
  align-items: flex-start;
  text-align: justify;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 2px;
}
.aga__item .aga-cause .dot-list li:last-child {
  margin-bottom: 0;
}
.aga__item .aga-caution {
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  margin-top: 20px;
}
.aga__item .aga-caution .item-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}
.aga__item .aga-caution .dot-list {
  margin-top: 8px;
}
.aga__item .aga-caution .dot-list li {
  text-align: justify;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 4px;
}
.aga__item .aga-caution .dot-list li:last-child {
  margin-bottom: 0;
}
.aga__item .aga-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 24px;
}
.aga__item .aga-list li {
  width: calc(50% - 8px);
  text-align: center;
}
.aga__item .aga-list li p {
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 4px;
}
.aga__item .cause-list {
  margin-top: 28px;
}
.aga__item .cause-list li {
  display: flex;
  width: 100%;
  padding: 58px 16px 20px 16px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 8px;
  border: 1px solid #4f4f4f;
  position: relative;
  margin-bottom: 28px;
}
.aga__item .cause-list li:last-child {
  margin-bottom: 0;
}
.aga__item .cause-list li .list-title {
  position: absolute;
  top: -8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  gap: 12px;
}
.aga__item .cause-list li .list-title .label {
  color: #fff;
  font-family: "Mochiy Pop One";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 2px;
  background: #4f4f4f;
  padding: 5px 12px;
}
.aga__item .cause-list li .list-title .marker {
  text-align: justify;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
.aga__item .cause-list li p {
  text-align: justify;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.page-aga .mv {
  background-image: url(../images/mv-men-aga.webp);
  height: 451px;
}
@media (max-width: 768px) {
  .page-aga .mv {
    height: 115.641025641vw;
  }
}
.page-aga .mv .bottom-text {
  margin-top: 1px;
}
.page-aga .point-list {
  top: -58px;
}
@media (max-width: 768px) {
  .page-aga .point-list {
    top: -14.8717948718vw;
  }
}
.page-aga .mv-bottom .caution-list {
  margin-top: -41px;
}
@media (max-width: 768px) {
  .page-aga .mv-bottom .caution-list {
    margin-top: -10.5128205128vw;
  }
}
.page-aga .aga .title-wrap {
  margin-top: 8px;
  margin-bottom: 66px;
}
.page-aga .aga .title-wrap .eachTextAnime span {
  font-size: 26px;
  letter-spacing: -4.68px;
  font-weight: 700;
  line-height: 100%;
}
.page-aga .price__list .more-btn-wrap {
  margin-bottom: 40px;
}
.page-aga .price__list .more-btn-wrap .more-btn {
  font-size: 14px;
  width: 100%;
  border-radius: 8px;
}

.page-aga-female .mv .bottom-text {
  margin-top: 1px;
}
.page-aga-female .aga .title-wrap {
  margin-top: 8px;
  margin-bottom: 66px;
}
.page-aga-female .aga .title-wrap .eachTextAnime span {
  letter-spacing: 5.22px;
  font-size: 26px;
}
.page-aga-female .aga .title-wrap .eachTextAnime span:nth-of-type(2) {
  letter-spacing: -0.78px;
}
.page-aga-female .aga .title-wrap .eachTextAnime span:nth-of-type(3), .page-aga-female .aga .title-wrap .eachTextAnime span:nth-of-type(4), .page-aga-female .aga .title-wrap .eachTextAnime span:nth-of-type(5) {
  letter-spacing: -5.2px;
}
.page-aga-female .mv {
  background-image: url(../images/mv-women-aga.webp);
  background-position: right;
  height: 451px;
}
@media (max-width: 768px) {
  .page-aga-female .mv {
    height: 115.641025641vw;
  }
}
.page-aga-female .point-list {
  top: -58px;
}
@media (max-width: 768px) {
  .page-aga-female .point-list {
    top: -14.8717948718vw;
  }
}
.page-aga-female .mv-bottom .caution-list {
  margin-top: -41px;
}
@media (max-width: 768px) {
  .page-aga-female .mv-bottom .caution-list {
    margin-top: -10.5128205128vw;
  }
}
.page-aga-female .price__list .more-btn-wrap .more-btn {
  font-size: 14px;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
}
.page-aga-female .price__list .more-btn-wrap .more-btn:last-of-type {
  margin-bottom: 0;
}
.page-aga-female .medicine .medicine__list li a {
  justify-content: flex-start;
}

.page-no-smoking .mv {
  background-image: url(../images/mv-no-smoking.webp);
  background-position: right;
  height: 460px;
}
@media (max-width: 768px) {
  .page-no-smoking .mv {
    height: 117.9487179487vw;
  }
}
.page-no-smoking .mv .mv__title {
  width: 90.5128205128vw;
  margin-top: 0.625vw;
}
@media (min-width: 769px) {
  .page-no-smoking .mv .mv__title {
    width: 353px;
    margin-top: 9px;
  }
}
.page-no-smoking .mv .mv__price {
  width: 76.9230769231vw;
}
@media (min-width: 769px) {
  .page-no-smoking .mv .mv__price {
    width: 300px;
  }
}
.page-no-smoking .mv .mv__price .price-title {
  left: 12px;
  padding: 2px 10px;
}
.page-no-smoking .mv .mv__price .price-title .small {
  font-size: 10px;
}
.page-no-smoking .mv .mv__price .mv__price__left .tax {
  text-align: right;
}
.page-no-smoking .no-smoking-risk {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 16px;
  border: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 12px;
}
.page-no-smoking .no-smoking-care {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  border-radius: 16px;
  border: 1px solid #000;
  margin-top: 20px;
}
.page-no-smoking .num-caution-list li {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #595959;
  margin-bottom: 8px;
}
.page-no-smoking .num-caution-list li:last-child {
  margin-bottom: 0;
}
.page-no-smoking .num-caution-list li a {
  color: #4cb2e4;
  text-decoration: underline;
}
.page-no-smoking .caution {
  padding: 12px;
  border-radius: 16px;
  background: #fff;
  margin-top: 20px;
}
.page-no-smoking .care {
  padding: 78px 20px 60px 20px;
  position: relative;
}
.page-no-smoking .care::before {
  position: absolute;
  content: "";
  background-image: url(../images/reserve-wave.webp);
  background-size: cover;
  width: 100%;
  height: 30px;
  left: 0;
  top: -1px;
}
.page-no-smoking .medical__item {
  display: flex;
  border: solid 1px #4f4f4f;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  width: 100%;
}
.page-no-smoking .medical__item .tab-border {
  width: 100%;
}
.page-no-smoking .medical__item .price {
  font-size: 12px;
  margin: 4px auto;
  line-height: 1;
}
.page-no-smoking .medical__item .price em {
  font-weight: 700;
  font-size: 20px;
}
.page-no-smoking .medical__item .tax,
.page-no-smoking .medical__item .count {
  color: #818181;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 4px;
}
.page-no-smoking .medical__item .off {
  border-radius: 2px;
  border: 1px solid #4f4f4f;
  background: #fff064;
  display: inline-block;
  padding: 4px 8px;
  gap: 10px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  margin-bottom: 4px;
}
.page-no-smoking .medical__item .off-wh {
  border: 1px solid #ccc;
  background: #fff;
  font-weight: 400;
}
.page-no-smoking .medical__item .off-blue {
  background: #f5fcff;
  margin-right: 8px;
  margin-bottom: 0;
  white-space: nowrap;
}
.page-no-smoking .medical__item .list-title {
  padding: 16px 24px;
  background: #4cb2e4;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  font-feature-settings: "palt";
}
.page-no-smoking .medical__item .list-block {
  background: #fff;
  display: flex;
  padding: 28px 20px 20px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
  align-self: stretch;
}
.page-no-smoking .medical__item .medical-img {
  text-align: center;
}
.page-no-smoking .medical__item .list-top p {
  text-align: justify;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 10px;
}
.page-no-smoking .medical__item .block-title {
  padding: 5px 12px;
  display: table;
  margin: 0 auto;
  border-radius: 2px;
  border: 1px solid #4f4f4f;
  background: #fff064;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.page-no-smoking .medical__item .list-text {
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 8px;
  margin-bottom: 28px;
}
.page-no-smoking .aga__item {
  margin-top: 60px;
}
.page-no-smoking .aga__item .caution-list {
  color: #595959;
  line-height: 150%;
  margin-top: 12px;
  margin-bottom: 41px;
}
.page-no-smoking .aga-title {
  line-height: 120%;
}
.page-no-smoking .aga-title::before {
  background-image: url(../images/aga-title-medical.webp);
}
.page-no-smoking .aga-title small {
  font-size: 14px;
}
.page-no-smoking .no-smoking-graph {
  margin-top: 24px;
}
.page-no-smoking .price-table .label {
  width: 86%;
  line-height: 140%;
}
.page-no-smoking .price-table .tr-price .month {
  color: #818181;
}
.page-no-smoking .medicine::before {
  background-image: url(../images/wave-square-bottom.webp);
}
.page-no-smoking .medicine .medicine__list li a {
  justify-content: center;
}

.page-diet .mv {
  background-image: url(../images/mv-diet.webp);
}
.page-diet .mv .mv__title {
  width: 67.4358974359vw;
  margin-top: 3.0769230769vw;
}
@media (min-width: 769px) {
  .page-diet .mv .mv__title {
    width: 263px;
    argin-top: 12px;
  }
}

.page-pill .mv .mv__title {
  width: 65.641025641vw;
  margin-top: 2.3076923077vw;
}
@media (min-width: 769px) {
  .page-pill .mv .mv__title {
    width: 256px;
    margin-top: 9px;
  }
}

.page-aga-male .mv .mv__title {
  width: 65.641025641vw;
  margin-top: 2.3076923077vw;
}
@media (min-width: 769px) {
  .page-aga-male .mv .mv__title {
    width: 256px;
    margin-top: 9px;
  }
}

.page-aga-female .mv .mv__title {
  width: 76.9230769231vw;
  margin-top: 2.3076923077vw;
}
@media (min-width: 769px) {
  .page-aga-female .mv .mv__title {
    width: 300px;
    margin-top: 9px;
  }
}

.doctor {
  position: relative;
  padding: 68px 20px 70px 20px;
}
.doctor::before {
  position: absolute;
  content: "";
  background-image: url(../images/white-wave.webp);
  background-size: cover;
  width: 100%;
  height: 30px;
  left: 0;
  top: -1px;
}

.page-skincare .mv {
  background-image: url(../images/mv-skincare.webp);
  height: 104.1025641026vw;
}
@media (min-width: 769px) {
  .page-skincare .mv {
    height: 406px;
  }
}
.page-skincare .mv .fukidashi {
  width: 37.9487179487vw;
}
@media (min-width: 769px) {
  .page-skincare .mv .fukidashi {
    width: 148px;
  }
}
.page-skincare .mv .mv__title {
  width: 51.0256410256vw;
  margin-top: 2.3076923077vw;
}
@media (min-width: 769px) {
  .page-skincare .mv .mv__title {
    width: 199px;
    margin-top: 9px;
  }
}
.page-skincare .clinic-about {
  padding: 78px 20px 30px;
}
.page-skincare .title-wrap {
  margin-top: 8px;
}
.page-skincare .title-small {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 140%;
}
.page-skincare .item__img {
  margin-top: 20px;
}
.page-skincare .search {
  padding: 78px 0 30px;
  position: relative;
}
.page-skincare .search::before {
  position: absolute;
  content: "";
  background-image: url(../images/reserve-wave.webp);
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 30px;
  left: 0;
  top: -1px;
}
.page-skincare .worries {
  padding: 78px 0 30px;
  background: #f5fcff;
  position: relative;
}
.page-skincare .worries::before {
  position: absolute;
  content: "";
  background-image: url(../images/reason-wave.webp);
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 30px;
  left: 0;
  top: -1px;
}
.page-skincare .worries .eachTextAnime {
  text-align: right;
}
.page-skincare .worries .wave-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  margin-top: 60px;
}
.page-skincare .worries .wave-title .icon {
  display: block;
  margin: 0 auto;
}
.page-skincare .worries .wave-title span {
  position: relative;
  padding-bottom: 5px;
  margin-top: 8px;
  display: inline-block;
}
.page-skincare .worries .wave-title span::after {
  position: absolute;
  content: "";
  background-image: url(../images/wave.svg);
  background-size: cover;
  width: 100%;
  height: 5px;
  bottom: -5px;
  left: 0;
}
.page-skincare .worries .fukidashi {
  margin-top: 29px;
  padding: 0 20px;
}
.page-skincare .worries .worries__item:nth-of-type(6) .skincare-slider {
  margin-top: 2.8rem;
}
.page-skincare .skincare-slider {
  margin-top: 15px;
  padding: 0 10px;
}
.page-skincare .skincare-slider li {
  margin: 0 10px;
}
.page-skincare .skincare-slider .slick-prev,
.page-skincare .skincare-slider .slick-next {
  bottom: 50%;
}
.page-skincare .skincare-slider .slick-prev {
  left: 10px;
}
.page-skincare .skincare-slider .slick-next {
  right: 10px;
}
.page-skincare .skincare-slider .slick-track {
  display: flex;
}
.page-skincare .skincare-slider .slick-slide {
  height: auto !important;
}
.page-skincare .skincare-slider .slick-slide {
  display: flex;
  border: solid 1px #4f4f4f;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  width: 100%;
}
.page-skincare .skincare-slider .slick-slide .slide-title {
  padding: 12px;
  background: #4cb2e4;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
.page-skincare .skincare-slider .slick-slide .slide-title small {
  font-size: 12px;
}
.page-skincare .skincare-slider .slick-slide .label {
  display: table;
  padding: 5px 16px;
  margin: 0 auto;
  border-radius: 2px;
  border: 1px solid #4f4f4f;
  background: #fff064;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.page-skincare .skincare-slider .slick-slide .label em {
  font-size: 20px;
  font-weight: 700;
}
.page-skincare .skincare-slider .slick-slide .skincare-slider__img {
  margin: 8px auto 0;
}
.page-skincare .skincare-slider .slick-slide .skincare-slider__img img {
  margin: 0 auto;
}
.page-skincare .skincare-slider .slick-slide .list-block {
  padding: 16px 28px 20px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-skincare .skincare-slider .slick-slide .slide-text {
  margin-top: 8px;
  text-align: justify;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  font-feature-settings: "palt";
}
.page-skincare .skincare-slider .slick-slide .slide-medichine {
  display: flex;
  padding: 12px;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 16px;
  background: #f7f9fb;
  margin-top: 20px;
}
.page-skincare .skincare-slider .slick-slide .slide-medichine .title {
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  width: 60px;
}
.page-skincare .skincare-slider .slick-slide .slide-medichine .text {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  flex: 1 0 0;
}
.page-skincare .skincare-slider .slick-slide .more-btn-wrap {
  margin: 30px auto 0;
}
.page-skincare .skincare-slider .slick-slide .more-btn-wrap .more-btn {
  height: 48px;
  border-radius: 8px;
}
.page-skincare .plan__item .item-title {
  padding: 12px;
}

.modal__content--plan .modal-title {
  line-height: 120%;
}
.modal__content--plan .modal-title small {
  font-size: 14px;
}
.modal__content--plan .modal-text {
  text-align: justify;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 8px;
}
.modal__content--plan .modal__item-list .modal__item {
  background: #fff;
  border: 1px dashed #ccc;
  border-radius: 8px;
}
.modal__content--plan .modal__item-list .modal__item .item-title {
  font-size: 12px;
}
.modal__content--plan .single,
.modal__content--plan .mataha {
  margin-top: 4px;
}
.modal__content--plan .single .title {
  width: 50%;
}
.modal__content--plan .raku-wrap {
  width: 100%;
}
.modal__content--plan .raku-wrap .price {
  font-size: 12px;
  margin: 4px auto;
  line-height: 1;
}
.modal__content--plan .raku-wrap .price em {
  font-weight: 700;
  font-size: 20px;
}
.modal__content--plan .raku-wrap .tax,
.modal__content--plan .raku-wrap .count {
  color: #818181;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 4px;
}
.modal__content--plan .raku-wrap .off {
  border-radius: 2px;
  border: 1px solid #4f4f4f;
  background: #fff064;
  display: inline-block;
  padding: 4px 8px;
  gap: 10px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  margin-bottom: 4px;
}
.modal__content--plan .raku-wrap .off-wh {
  border: 1px solid #ccc;
  background: #fff;
  font-weight: 400;
}
.modal__content--plan .raku-wrap .off-blue {
  background: #f5fcff;
  margin-right: 8px;
  margin-bottom: 0;
  white-space: nowrap;
}
.modal__content--plan .btn-wrap {
  padding-bottom: 5px;
  max-width: 324px;
  width: 100%;
  margin: 0 auto;
}

.page-morning-sickness .mv {
  background-image: url(../images/mv-morning-sickness.webp);
  height: 114.358974359vw;
}
@media (min-width: 769px) {
  .page-morning-sickness .mv {
    height: 446px;
  }
}
.page-morning-sickness .mv .fukidashi {
  width: 41.0256410256vw;
}
@media (min-width: 769px) {
  .page-morning-sickness .mv .fukidashi {
    width: 160px;
  }
}
.page-morning-sickness .mv .mv__title {
  width: 70.2564102564vw;
  margin-top: -0.5128205128vw;
}
@media (min-width: 769px) {
  .page-morning-sickness .mv .mv__title {
    width: 274px;
    margin-top: -2px;
  }
}
.page-morning-sickness .mv .mv__price .mv__price__left .tax {
  text-align: right;
}
.page-morning-sickness .clinic-about {
  padding: 78px 20px 30px;
}
.page-morning-sickness .clinic-about .title-wrap {
  margin-top: 8px;
  margin-bottom: 40px;
}
.page-morning-sickness .clinic-about .aga-title {
  margin-bottom: 20px;
}
.page-morning-sickness .clinic-about .section-text:has(+ .marker-title) {
  margin-bottom: 40px;
}
.page-morning-sickness .clinic-about .marker-title {
  letter-spacing: 0;
}
.page-morning-sickness .clinic-about .marker-title + .section-text {
  margin-top: 16px;
}
.page-morning-sickness .clinic-about .item__img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-morning-sickness .clinic-about .clinic-about__support .support-title {
  width: 168px;
}
.page-morning-sickness .clinic-about .aga__item .aga-cause .dot-list {
  margin-top: 0;
  padding-left: 0;
}
.page-morning-sickness .clinic-about .aga__item .aga-cause .dot-list li {
  margin-bottom: 0;
}
.page-morning-sickness .clinic-about .aga__item .aga-cause .dot-list li:not(:first-child) {
  margin-top: 12px;
}
.page-morning-sickness .clinic-about .link-box {
  counter-reset: num 0;
  margin-top: 20px;
  padding: 12px;
  border-radius: 16px;
  font-size: 12px;
  background: #fff;
}
.page-morning-sickness .clinic-about .link-box__list {
  margin-top: 8px;
}
.page-morning-sickness .clinic-about .link-box__list li {
  padding-left: 2em;
  text-indent: -2em;
}
.page-morning-sickness .clinic-about .link-box__list li::before {
  counter-increment: num 1;
  content: "※" counter(num);
}
.page-morning-sickness .clinic-about .link-box__list li:not(:first-child) {
  margin-top: 8px;
}
.page-morning-sickness .clinic-about .link-box__list a {
  margin-left: 1em;
  color: #4cb2e4;
  text-decoration: underline;
}
.page-morning-sickness .clinic-price .price__sum {
  background: #f7f9fb;
  border: 1px dashed #ccc;
}
.page-morning-sickness .clinic-price .price__list {
  margin-top: 356px;
}
.page-morning-sickness .clinic-price .price-item .item-title {
  padding: 16px 24px;
  font-size: 20px;
  font-weight: bold;
  background: #4cb2e4;
}
.page-morning-sickness .clinic-price .price-item .plan__item__block {
  padding: 16px 28px 28px;
}
.page-morning-sickness .clinic-price .price-item .made-price {
  border-radius: 4px;
  border: 1px dashed #ccc;
  background: #fff;
  padding: 15px;
}
.page-morning-sickness .clinic-price .price-item .made-price:not(:first-child) {
  margin-top: 16px;
}
.page-morning-sickness .clinic-price .price-item .made-price__title {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.page-morning-sickness .clinic-price .price-item .made-price__title img {
  width: 18px;
  margin-right: 4px;
}
.page-morning-sickness .clinic-price .price-item .made-in {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 9px;
  border-radius: 2px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  background: #fff064;
  border: 1px solid #4f4f4f;
}
.page-morning-sickness .clinic-price .price-item .made-price__data dt {
  float: left;
  margin-top: 6px;
  min-width: 45px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.page-morning-sickness .clinic-price .price-item .made-price__data dd.price {
  overflow: hidden;
  margin: 8px auto;
}
.page-morning-sickness .clinic-price .price-item .made-price__data dd.price:last-child {
  margin: 8px auto 0;
}

.page-insomnia .mv {
  background-image: url(../images/mv-insomnia.webp);
  height: 110.5128205128vw;
}
@media (min-width: 769px) {
  .page-insomnia .mv {
    height: 431px;
  }
}
.page-insomnia .mv .fukidashi {
  width: 41.0256410256vw;
}
@media (min-width: 769px) {
  .page-insomnia .mv .fukidashi {
    width: 160px;
  }
}
.page-insomnia .mv .mv__title {
  width: 90.5128205128vw;
  margin-top: -0.5128205128vw;
}
@media (min-width: 769px) {
  .page-insomnia .mv .mv__title {
    width: 353px;
    margin-top: -2px;
  }
}
.page-insomnia .mv .mv__price .price-title .small-text {
  font-size: 0.7142857143em;
}
.page-insomnia .mv .mv__price .mv__price__left {
  margin-left: 4.1025641026vw;
}
@media (min-width: 769px) {
  .page-insomnia .mv .mv__price .mv__price__left {
    margin-left: 16px;
  }
}
.page-insomnia .mv .mv__price .mv__price__left .price em {
  font-size: 9.2307692308vw;
}
@media (min-width: 769px) {
  .page-insomnia .mv .mv__price .mv__price__left .price em {
    font-size: 36px;
  }
}
.page-insomnia .mv .mv__price .mv__price-img {
  position: absolute;
  top: 0.5128205128vw;
  right: -6.1538461538vw;
  width: 21.2820512821vw;
  rotate: 10deg;
}
@media (min-width: 769px) {
  .page-insomnia .mv .mv__price .mv__price-img {
    top: 2px;
    right: -24px;
    width: 83px;
  }
}
.page-insomnia .mv-bottom .point-list {
  top: 0;
}
.page-insomnia .mv-bottom .caution-list {
  margin-top: 3.0769230769vw;
}
@media (min-width: 769px) {
  .page-insomnia .mv-bottom .caution-list {
    margin-top: 12px;
  }
}
.page-insomnia .clinic-about {
  padding: 78px 20px 30px;
}
.page-insomnia .clinic-about .title-wrap {
  margin-top: 8px;
  margin-bottom: 60px;
}
.page-insomnia .clinic-about .aga-title {
  margin-bottom: 20px;
}
.page-insomnia .clinic-about .item__img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-insomnia .clinic-about .aga__item .aga-title {
  padding: 8px;
  letter-spacing: -0.05em;
}
.page-insomnia .clinic-about .section-text {
  font-weight: 500;
}
.page-insomnia .clinic-about .section-text small {
  display: block;
  margin-top: 8px;
  font-size: 0.8571428571em;
  color: #595959;
}
.page-insomnia .clinic-about .bad-box {
  margin-top: 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #4f4f4f;
}
.page-insomnia .clinic-about .bad-box__head {
  position: relative;
  padding: 12px;
  border-radius: inherit;
  text-align: center;
  color: #fff;
  background: #4f4f4f;
}
.page-insomnia .clinic-about .bad-box__head h4 {
  font-size: 18px;
}
.page-insomnia .clinic-about .bad-box__head img {
  position: absolute;
  top: -17px;
  right: 101px;
  width: 31px;
}
.page-insomnia .clinic-about .bad-box__body {
  padding: 20px 15px 15px;
}
.page-insomnia .clinic-about .bad-box__body ul {
  margin-left: -8px;
}
.page-insomnia .clinic-about .bad-box__body ul li {
  display: flex;
  align-items: center;
  gap: 7px;
}
.page-insomnia .clinic-about .bad-box__body ul li:not(:first-child) {
  margin-top: 15px;
}
.page-insomnia .clinic-about .bad-box__body ul img {
  flex-shrink: 0;
  width: 40px;
}
.page-insomnia .clinic-about .bad-box__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.7;
}
.page-insomnia .clinic-about .bad-box__text span {
  font-weight: bold;
}
.page-insomnia .clinic-about .insomnia-box {
  margin-top: 20px;
  padding: 23px 19px;
  border-radius: 16px;
  border: 1px solid #4f4f4f;
}
.page-insomnia .clinic-about .insomnia-box__head {
  padding: 11px 19px;
  border: 1px solid #4f4f4f;
  background: url("../images/bg-dot-ye.webp") center/contain;
}
.page-insomnia .clinic-about .insomnia-box__head h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.page-insomnia .clinic-about .insomnia-box__title {
  margin-top: 24px;
  padding: 15px 23px;
  border-radius: 16px;
  color: #fff;
  background: #4cb2e4;
  border: 1px solid #4f4f4f;
}
.page-insomnia .clinic-about .insomnia-box__title p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.page-insomnia .clinic-about .insomnia-box__title p span {
  font-size: 0.8em;
}
.page-insomnia .clinic-about .insomnia-box__img {
  margin-top: 14px;
  text-align: center;
}
.page-insomnia .clinic-about .insomnia-box__text {
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.5;
  color: #595959;
}
.page-insomnia .clinic-about .insomnia-box__text a {
  display: block;
  color: #4cb2e4;
  text-decoration: underline;
}
.page-insomnia .clinic-about .insomnia-box__text > *:not(:first-child) {
  margin-top: 8px;
}
.page-insomnia .clinic-insomnia {
  padding: 78px 20px 30px;
}
.page-insomnia .clinic-insomnia::before {
  position: absolute;
  content: "";
  background-image: url(../images/reserve-wave.webp);
  background-size: cover;
  width: 100%;
  height: 30px;
  left: 0;
  top: -1px;
}
.page-insomnia .clinic-insomnia .title-wrap {
  margin-top: 8px;
  margin-bottom: 60px;
}
.page-insomnia .clinic-insomnia .aga-title {
  margin-bottom: 20px;
  line-height: 23.8px;
}
.page-insomnia .clinic-insomnia .aga-title::before {
  background-image: url(../images/aga-title-medical.webp);
}
.page-insomnia .clinic-insomnia .section-text {
  font-weight: 500;
}
.page-insomnia .clinic-insomnia .medicine-box {
  border-radius: 16px;
  background: #fff;
  border: 1px solid #4f4f4f;
}
.page-insomnia .clinic-insomnia .medicine-box__head {
  padding: 16px 24px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: #4cb2e4;
}
.page-insomnia .clinic-insomnia .medicine-box__head span {
  display: block;
  margin-top: -2px;
  margin-bottom: -2px;
  font-size: 0.8em;
}
.page-insomnia .clinic-insomnia .medicine-box__body {
  padding: 28px 19px 19px;
}
.page-insomnia .clinic-insomnia .medicine-box__img {
  text-align: center;
}
.page-insomnia .clinic-insomnia .medicine-box__text {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}
.page-insomnia .clinic-insomnia .medicine-box__table {
  margin-top: 28px;
  text-align: center;
}
.page-insomnia .clinic-insomnia .medicine-box__caption {
  margin-top: 4px;
  padding-left: 12px;
  font-size: 10px;
  line-height: 1.5;
  text-indent: -1em;
  color: #818181;
}
.page-insomnia .clinic-insomnia .medicine-box__caption::before {
  content: "※";
}
.page-insomnia .clinic-insomnia .medicine-box__caption small {
  font-size: 100%;
}
.page-insomnia .medicine::before {
  background-image: url(../images/wave-square-bottom.webp);
}
.page-insomnia .medicine .medicine__list {
  margin-top: 40px;
}
.page-insomnia .doctor__img img {
  width: 100%;
}

.footer {
  padding: 0px 20px 100px 20px;
  background: #4cb2e4;
  position: relative;
}
@media (min-width: 769px) {
  .footer {
    padding-bottom: 20px;
  }
}
.footer::before {
  position: absolute;
  content: "";
  background-image: url(../images/wave-blue.webp);
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 30px;
  left: 0;
  top: -29px;
}
.footer .page-top {
  text-align: center;
  padding-bottom: 20px;
}
.footer .page-top a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
}
.footer .page-top a .arrow {
  display: block;
  margin: 0 auto 7px;
}
.footer .footer__logo {
  max-width: 170px;
  width: 100%;
  margin: 0 auto;
}
.footer .footer__block {
  padding: 48px 20px 32px 20px;
  border-radius: 12px;
  position: relative;
}
.footer .footer__block::after {
  position: absolute;
  right: -14px;
  bottom: 0;
  content: "";
  width: 204px;
  height: 97px;
  background-image: url(../images/footer-illust.webp);
  background-size: contain;
}
.footer .hamburger-menu__list .hamburger-menu__list__item {
  border-bottom: 1px dashed #ccc;
  background: #fff;
}
.footer .hamburger-menu__list .hamburger-menu__list__item:first-child {
  border-top: 1px dashed #ccc;
}
.footer .hamburger-menu__list .hamburger-menu__list__item a {
  transition: 0.3s;
}
.footer .hamburger-menu__list .hamburger-menu__list__item a:hover {
  opacity: 0.7;
}
.footer .copyright {
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 48px;
}
.footer .certification {
  margin-top: 40px;
  width: 85px;
  height: 73px;
}
.footer .footer__menu {
  margin-top: 48px;
}
.footer .fooer__link {
  margin-top: 24px;
}
.footer .fooer__link li {
  height: 32px;
  padding: 0px 12px;
}
.footer .fooer__link li a {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  transition: 0.3s;
}
.footer .fooer__link li a:hover {
  opacity: 0.7;
}
.footer .fooer__link li a .icon {
  padding: 4px;
}

.footer__menu,
.fooer__link {
  width: 100%;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 70px;
}
@media (max-width: 768px) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  color: #222222;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

li {
  list-style: none;
}

a {
  color: #222222;
  text-decoration: none;
  word-break: break-all;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

main {
  /*padding-top: 70px;*/
}
@media (min-width:1300px) {
  main {
    padding-top: 0;
  }
}

.more-btn-wrap {
  text-align: center;
}

.more-btn {
  display: inline-flex;
  height: 48px;
  padding: 0px 32px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: #3e3e3e;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

.btn-line {
  display: flex;
  height: 60px;
  padding: 14px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1.5px solid #4f4f4f;
  background: #4cc764;
  width: 100%;
  max-width: 310px;
  height: 60px;
  box-shadow: 2px 2px 0px #222222;
  margin: 0 auto;
}
.btn-line .ja {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.breadcrumbs {
  display: flex;
  padding: 16px 0 40px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}
.breadcrumbs li {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
.breadcrumbs li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration-line: underline;
  display: flex;
  align-items: center;
}
.breadcrumbs li a .icon {
  width: 18px;
  margin-right: 6px;
}

.section-icon {
  margin: 0 auto 0;
  text-align: center;
}
.section-icon .icon-medicine,
.section-icon .icon-price {
  width: 50px;
}

.section-text {
  text-align: justify;
}

@media (min-width: 769px) {
  .pc-width {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  .pc-width::before {
    position: absolute;
    content: "";
    background-image: url(../images/pc-wave-top.webp);
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 44px;
    left: 0;
    top: 0;
  }
  .pc-width::after {
    position: absolute;
    content: "";
    background-image: url(../images/pc-wave-bottom.webp);
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 44px;
    left: 0;
    bottom: 0;
  }
}

.pc-logo {
  /* position: absolute;
    left: 7.6%;
    top: 36.4%;*/
  /*bottom: 50%;
    transform: translateY(-50%);
    width: pc(305);
    height: pc(155.5);*/
  z-index: 1;
  transition: 0.3s;
  width: 305px;
  height: 155.5px;
  /*left: 110px;*/
  margin: 0 auto;
}
.pc-logo:hover {
  opacity: 0.7;
}
@media (min-width:1440px) {
  .pc-logo {
    width: 305px;
    height: 155.5px;
    left: 110px;
  }
}
@media (max-width: 1299px) {
  .pc-logo {
    display: none;
  }
}

.pc-left {
  /*width: 36.46%;*/
  width: calc(50% - 195px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pc-right {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 195px);
  height: 100%;
}

.pc-qr {
  /*position: absolute;
    right: 1.9%;
    bottom: 19.2%;
    width: pc(430);
    height: pc(218.5);*/
  z-index: 1;
  width: 459.5px;
  height: 218.5px;
  margin: 18% auto 0;
}
@media (min-width:1440px) {
  .pc-qr {
    /*right: 27px;
        bottom: 202px;*/
    width: 459.5px;
    height: 218.5px;
  }
}
@media (min-width:1300px) {
  .pc-qr {
    right: 0;
  }
}
@media (max-width: 1299px) {
  .pc-qr {
    display: none;
  }
}

.pc-menu-wrap {
  /*position: absolute;
    top: 13.8%;
    right: 3.5%;*/
  /*z-index: 1;
    top: 140px;
    right: 49px;*/
  /*@include mq("l-pc") {
        top: 140px;
        right: 49px;
    }*/
}
@media (min-width:1300px) {
  .pc-menu-wrap {
    /*right: 1.5%;*/
  }
}
@media (max-width: 768px) {
  .pc-menu-wrap {
    display: none;
  }
}

.pc-menu {
  border-radius: 12px;
  border: 1.5px dashed #ccc;
  background: #f7f9fb;
  /*width: pc(410);
    padding: pc(20) pc(32);*/
  position: relative;
  width: 429px;
  padding: 20px 32px;
  margin: 24% auto 0;
}
@media (min-width:1440px) {
  .pc-menu {
    width: 429px;
    padding: 20px 32px;
  }
}
@media (max-width: 1299px) {
  .pc-menu {
    display: none;
  }
}
.pc-menu::before {
  position: absolute;
  left: 189px;
  top: -16px;
  content: "";
  background-image: url(../images/icon-clip.webp);
  background-size: contain;
  width: 40.5px;
  height: 37.8px;
}
.pc-menu .pc-menu__item {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .pc-menu .pc-menu__item {
    display: none;
  }
}
.pc-menu .pc-menu__item:last-child {
  margin-bottom: 0;
}
.pc-menu .pc-menu__item p {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  /*@include mq("m-pc") {
            font-size: pc(16);
        }*/
}
@media (min-width:1440px) {
  .pc-menu .pc-menu__item p {
    font-size: 16px;
  }
}
.pc-menu .pc-menu__item a {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration-line: underline;
  transition: 0.3s;
  /*@include mq("m-pc") {
            font-size: pc(16);
        }*/
}
.pc-menu .pc-menu__item a:hover {
  opacity: 0.7;
}
@media (min-width:1440px) {
  .pc-menu .pc-menu__item a {
    font-size: 16px;
  }
}
.pc-menu .pc-menu__item .icon {
  margin-right: 4px;
}
.pc-menu .pc-menu__item .line {
  color: #ccc;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-left: 12px;
}
.pc-menu .pc-menu__item .menu-list {
  display: flex;
  max-width: 365px;
  padding: 4px 0px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  /*@include mq("m-pc") {
            width: pc(365);
            gap: pc(12);
        }*/
}
.pc-menu .pc-menu__item .menu-list li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  /*@include mq("m-pc") {
                font-size: pc(14);
            }*/
}
@media (min-width:1440px) {
  .pc-menu .pc-menu__item .menu-list li a {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .sp-width {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    width: 390px;
    height: 86vh;
    overflow-y: scroll;
    margin: 0 auto;
    border-radius: 16px;
    border: 2px solid #4f4f4f;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    z-index: 2;
  }
}

/*スクロールバー非表示（Chrome・Safari）*/
@media (min-width: 769px) {
  .sp-width::-webkit-scrollbar {
    display: none;
  }
}

.bg-square {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f7f9fb calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f7f9fb calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #fff;
}

.bg-dots {
  background-color: #4cb2e4;
  background-image: radial-gradient(circle, #8bcded 1px, transparent 1px);
  background-position: 0 0;
  background-size: 17px 17px;
  background-repeat: repeat;
}

.cta-navi {
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
}
@media (min-width: 769px) {
  .cta-navi {
    display: none;
  }
}
.cta-navi img {
  width: 100%;
  height: auto;
}

.cta-btn-wrap {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.cta-btn-wrap::before {
  position: absolute;
  content: "";
  background-image: url(../images/btn-cta-l.webp);
  background-size: contain;
  width: 53px;
  height: 63px;
  bottom: 2.8px;
  left: 19px;
  z-index: 1;
  animation: korokoro 1.5s linear infinite alternate-reverse;
}
@media (max-width: 350px) {
  .cta-btn-wrap::before {
    width: 13.5897435897vw;
    height: 16.1538461538vw;
  }
}
.cta-btn-wrap::after {
  position: absolute;
  content: "";
  background-image: url(../images/btn-cta-r.webp);
  background-size: contain;
  width: 66px;
  height: 67px;
  bottom: 3.3px;
  right: 7.4px;
  z-index: 1;
  animation: korokoro 1.8s linear infinite alternate-reverse;
}
@media (max-width: 350px) {
  .cta-btn-wrap::after {
    width: 16.9230769231vw;
    height: 17.1794871795vw;
  }
}

/* CTAころころ */
.korokoro {
  animation: korokoro 2.5s linear infinite alternate-reverse;
}

@keyframes korokoro {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(0%, 0%);
  }
  25% {
    transform: translate(0%, 0%);
  }
  30% {
    transform: translate(-1%, 0%) rotate(-1deg);
  }
  35% {
    transform: translate(-2%, 0%) rotate(-2deg);
  }
  45% {
    transform: translate(1%, 0%) rotate(1deg);
  }
  50% {
    transform: translate(2%, 0%) rotate(2deg);
  }
  60% {
    transform: translate(-3%, 0%) rotate(-3deg);
  }
  65% {
    transform: translate(-2%, 0%) rotate(-2deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
/*==================================================
フェードアップ
===================================*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInTrigger {
  opacity: 0;
}

/*==================================================
マーカーアニメ
===================================*/
.marker {
  background: linear-gradient(transparent 60%, #fff064 60%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1s;
}

.marker.on {
  background-size: 100% 100%;
}

/*==================================================
●アニメ
===================================*/
.title-wrap {
  width: fit-content;
  margin: 0 auto;
}

.eachTextAnime {
  line-height: 0.8;
}

.eachTextAnime span {
  opacity: 0;
  color: #fff064;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 3.16px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #4f4f4f;
}

/*.page-faq {
    .eachTextAnime span {
        letter-spacing: -0.84px;
    }
}*/
/*.page-guide {
    .eachTextAnime span {
        letter-spacing: -0.84px;
    }
}*/
.eachTextAnime.appeartext span {
  animation: text_anime_on 2.5s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* スライダー 矢印 */
@keyframes poyon {
  60% {
    transform: scale(1, 1);
  }
  65% {
    transform: scale(0.88, 0.88);
  }
  75% {
    transform: scale(1.1, 1.1);
  }
  85% {
    transform: scale(0.88, 0.88);
  }
  9% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.doctor {
  padding: 68px 20px;
  color: #222;
}

.doctor__inner {
  padding: 24px 20px;
  border-radius: 16px;
  background: #f7f9fb;
}

.doctor__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.doctor__title + * {
  margin-top: 16px;
}

.doctor__box {
  padding: 24px 20px;
  border-radius: inherit;
  background: #fff;
}
.doctor__box + .doctor__box {
  margin-top: 12px;
}

.doctor__heading {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.doctor__heading + * {
  margin-top: 20px;
}

.doctor__text {
  font-size: 14px;
}

.doctor__img {
  margin-top: 20px;
  text-align: center;
}
.doctor__img img {
  width: 106px;
}
.doctor__img figcaption {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.7;
}

.doctor__list-title {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
.doctor__list-title::before {
  content: "● ";
}
.doctor__list-title + * {
  margin-top: 4px;
}

.doctor__list dt,
.doctor__list dd {
  font-size: 14px;
  font-weight: normal;
}
.doctor__list dt {
  float: left;
  clear: left;
  width: 80px;
}
.doctor__list dd {
  padding-top: 4px;
  padding-left: 92px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #ccc;
}

.doctor__info {
  font-size: 14px;
  font-weight: normal;
}

/*# sourceMappingURL=style.css.map */
