@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 48px;
  padding: 0px 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 14px 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1.5px solid #4f4f4f;
  background: #4cc764;
  width: 100%;
  max-width: 310px;
  height: 60px;
  -webkit-box-shadow: 2px 2px 0px #222222;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  -webkit-transition: 0.3s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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;
  -webkit-transition: 0.3s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 365px;
  padding: 4px 0px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  gap: 12px;
  -ms-flex-wrap: wrap;
  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;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: absolute;
    -webkit-transform: translateY(-50%) translateX(-50%);
    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;
}

@-webkit-keyframes korokoro {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  5% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  25% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(-1%, 0%) rotate(-1deg);
    transform: translate(-1%, 0%) rotate(-1deg);
  }
  35% {
    -webkit-transform: translate(-2%, 0%) rotate(-2deg);
    transform: translate(-2%, 0%) rotate(-2deg);
  }
  45% {
    -webkit-transform: translate(1%, 0%) rotate(1deg);
    transform: translate(1%, 0%) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(2%, 0%) rotate(2deg);
    transform: translate(2%, 0%) rotate(2deg);
  }
  60% {
    -webkit-transform: translate(-3%, 0%) rotate(-3deg);
    transform: translate(-3%, 0%) rotate(-3deg);
  }
  65% {
    -webkit-transform: translate(-2%, 0%) rotate(-2deg);
    transform: translate(-2%, 0%) rotate(-2deg);
  }
  75% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
    transform: translate(0%, 0%) rotate(0deg);
  }
}

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

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

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

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

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

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

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

/*==================================================
●アニメ
===================================*/
.title-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  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 {
  -webkit-animation: text_anime_on 2.5s ease-out forwards;
  animation: text_anime_on 2.5s ease-out forwards;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* スライダー 矢印 */
@-webkit-keyframes poyon {
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  65% {
    -webkit-transform: scale(0.88, 0.88);
    transform: scale(0.88, 0.88);
  }
  75% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  85% {
    -webkit-transform: scale(0.88, 0.88);
    transform: scale(0.88, 0.88);
  }
  9% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes poyon {
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  65% {
    -webkit-transform: scale(0.88, 0.88);
    transform: scale(0.88, 0.88);
  }
  75% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  85% {
    -webkit-transform: scale(0.88, 0.88);
    transform: scale(0.88, 0.88);
  }
  9% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    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;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  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;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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%;
  -webkit-transform: translateX(-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;
  -webkit-font-feature-settings: "palt";
  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;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 6.35%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-item-align: stretch;
  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%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-top: 12px;
}
.reason .cta-btn-wrap {
  margin-top: 33px;
  padding-right: 10px;
  padding-left: 15px;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  -ms-flex-item-align: stretch;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: 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;
  -ms-flex-negative: 0;
  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%;
  -webkit-transform: translateY(-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%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 89.7435897436vw;
  }
}
.qa__content .qa-title span {
  background: #f5fcff;
  padding: 0px 16px;
  z-index: 1;
  position: relative;
} /*# sourceMappingURL=include.css.map */
