@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%;
  height: auto;
  vertical-align: bottom;
}

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

.section-icon {
  margin: 0 auto 0;
  text-align: center;
}
.section-icon .icon-medicine {
  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 p.js-accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.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: none;
  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.show {
  display: flex;
}
.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ころころ */

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

/*　上に上がる動き　*/

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-70px);
  }
}
/*　下に下がる動き　*/

@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__title {
  margin-top: 7.9487179487vw;
}
@media (min-width: 769px) {
  .mv .mv__title {
    margin-top: 31px;
  }
}
.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;
  }
}

/* いつでも、どこでも */

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

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

/* よくあるご質問ページ */

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

.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__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 .title-wrap {
  margin: 0 auto 0 0;
}
.page-clinic .mv .eachTextAnime span {
  font-size: 16px;
}
.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 .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 .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;
  }
}

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

.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 .caution-list {
  margin-top: 6px;
  font-size: 10px;
  font-weight: 500;
}

/* 基本アプローチ */

/* 選べる３つのプラン */

/* 料金について */

/*tabの形状*/

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

/*liにactiveクラスがついた時の形状*/

/*エリアの表示非表示と形状*/

/*areaにis-activeというクラスがついた時の形状*/

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.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__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 .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:active a::after, .medicine .medicine__list li:focus a::after, .medicine .medicine__list li:hover a::after {
  right: 2px;
}

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

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

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

.modaal-inner-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  height: 100dvh;
  overflow-y: auto;
  z-index: 1;
  padding: 0 16px 0;
}
@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: visible;
}

.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: calc(95dvh - 20px);
  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;
}

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

.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.modaal-close {
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.modaal-close span {
  display: none;
}
.modaal-close::before, .modaal-close::after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 17px;
  right: 17px;
  height: 22px;
  background: #fff;
  border-radius: 4px;
  margin-top: -11px;
}
.modaal-close::before {
  transform: rotate(-45deg);
}
.modaal-close::after {
  transform: rotate(45deg);
}

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

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

.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 .caution-list {
  margin-top: 4px;
}
.clinic-slider .slick-prev,
.clinic-slider .slick-next {
  bottom: -2%;
}

/* AGA */
.aga .title-wrap {
  margin-bottom: 60px;
}

.aga__item {
  margin-bottom: 85px;
}
.aga__item:last-of-type {
  margin-bottom: 0;
}
.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;
}

.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 .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 .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 .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 .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 .medicine::before {
  background-image: url(../images/wave-square-bottom.webp);
}
.page-no-smoking .medicine .medicine__list li a {
  justify-content: center;
}

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

.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%;
  height: auto;
  vertical-align: bottom;
}

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

.section-icon {
  margin: 0 auto 0;
  text-align: center;
}
.section-icon .icon-medicine {
  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 p.js-accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.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: none;
  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.show {
  display: flex;
}
.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ころころ */

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