@charset "UTF-8";
@media only screen and (min-width: 896px) {
  .only-sp {
    display: none;
  }
}

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

@media only screen and (min-width: 896px) {
  html {
    font-size: 0.8896797153vw;
  }
}
@media only screen and (min-width: 1124px) {
  html {
    font-size: 62.5%;
  }
}

body {
  color: #404040;
  padding-bottom: 30.4vw;
}
@media only screen and (min-width: 896px) {
  body {
    padding-bottom: 0;
  }
}

main {
  padding-top: 60px;
}
@media only screen and (min-width: 1124px) {
  main {
    padding-top: 80px;
  }
}
main * {
  box-sizing: border-box;
}

.s-img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
.s-img.--cover img {
  object-fit: cover;
}
.s-img img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s ease;
}

.s-section {
  padding-top: 10.6666666667vw;
  padding-bottom: 10.6666666667vw;
}
@media only screen and (min-width: 896px) {
  .s-section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.s-inner {
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 896px) {
  .s-inner {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 114rem;
  }
}

.s-ttl {
  text-align: center;
  font-size: 6.4vw;
  line-height: 1.4583333333;
  margin-bottom: 8.5333333333vw;
  font-weight: 700;
  letter-spacing: 0;
}
@media only screen and (min-width: 896px) {
  .s-ttl {
    font-size: 3.2rem;
    line-height: 1.4375;
    margin-bottom: 6rem;
  }
}

.s-fv {
  position: relative;
  padding-top: 10.6666666667vw;
  padding-bottom: 10.6666666667vw;
  background: #F2F7FF;
}
@media only screen and (min-width: 896px) {
  .s-fv {
    padding-top: 6.2rem;
    padding-bottom: 6.2rem;
  }
}
@media only screen and (min-width: 896px) {
  .s-fv__inner {
    max-width: 148rem;
  }
}
.s-fv__bg {
  position: absolute;
  inset: 0;
}
@media only screen and (min-width: 896px) {
  .s-fv__bg {
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    max-width: 192rem;
    width: 192rem;
  }
}
.s-fv__bg img {
  object-fit: cover;
}
.s-fv__txt {
  aspect-ratio: 202/90;
  max-width: 53.8666666667vw;
  margin: 0 auto;
}
@media only screen and (min-width: 896px) {
  .s-fv__txt {
    max-width: 49.4rem;
    margin: 0;
    aspect-ratio: 494/226;
  }
}
.s-fv__box {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 2.6666666667vw;
  padding: 3.7333333333vw;
}
@media only screen and (min-width: 896px) {
  .s-fv__box {
    padding: 0;
    border-radius: 0;
    backdrop-filter: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }
}

.s-intro {
  background: #fff;
  padding-top: 6.6666666667vw;
}
@media only screen and (min-width: 896px) {
  .s-intro {
    padding-top: 3.2rem;
    padding-bottom: 3.8rem;
  }
}
@media only screen and (min-width: 896px) {
  .s-intro__inner {
    max-width: 148rem;
  }
}
.s-intro__breadcrumbs {
  font-size: 3.2vw;
  line-height: 1.4166666667;
  font-weight: 400;
  letter-spacing: 0;
}
@media only screen and (min-width: 896px) {
  .s-intro__breadcrumbs {
    font-size: 1.2rem;
  }
}
.s-intro__btn {
  position: relative;
  background: #fbe526;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  border-radius: 8vw;
  min-height: 13.3333333333vw;
  font-size: 4.2666666667vw;
  line-height: 1.4375;
  font-weight: 700;
  letter-spacing: 0;
  color: #404040;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .s-intro__btn:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .s-intro__btn:active {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 896px) {
  .s-intro__btn {
    border-radius: 3rem;
    min-height: 6rem;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    max-width: 38rem;
  }
}
.s-intro__btn .btn-arrow {
  position: absolute;
  top: 50%;
  aspect-ratio: 6/11;
  right: 6.4vw;
  width: 1.6vw;
  transform: translateY(-50%);
}
@media only screen and (min-width: 896px) {
  .s-intro__btn .btn-arrow {
    right: 2.4rem;
    width: 0.6rem;
  }
}
.s-intro__btn-label {
  aspect-ratio: 200/48;
  margin: 0 auto -2.4vw;
  max-width: 53.3333333333vw;
  position: relative;
  z-index: 1;
  pointer-events: none;
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.25));
}
@media only screen and (min-width: 896px) {
  .s-intro__btn-label {
    margin: 0 auto -0.9rem;
    max-width: 20rem;
  }
}
.s-intro__btn-box {
  margin-top: 10.6666666667vw;
  text-align: center;
}
@media only screen and (min-width: 896px) {
  .s-intro__btn-box {
    margin-top: 0.1rem;
  }
}
.s-intro__nav {
  margin: 10.6666666667vw auto 0;
  display: flex;
  justify-content: center;
  gap: 1px;
  flex-wrap: wrap;
  max-width: 213.3333333333vw;
}
@media only screen and (min-width: 896px) {
  .s-intro__nav {
    max-width: 80rem;
    margin: 6.4rem auto 0;
  }
}
.s-intro__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #954adf;
  border: 1px solid #F8F0FC;
  color: #fff;
  flex: 0 0 auto;
  padding: 0.5333333333vw 1.0666666667vw;
  width: calc(33.3333333333% - 0.6666666667px);
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.5;
  min-height: 12.8vw;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .s-intro__nav-item:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .s-intro__nav-item:active {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 896px) {
  .s-intro__nav-item {
    padding: 0.4rem 0.8rem;
    min-height: 4.8rem;
    font-size: 1.8rem;
  }
}

.s-info {
  background: #F8F0FC;
}
.s-info__box {
  display: flex;
  flex-direction: column;
  gap: 6.4vw;
}
@media only screen and (min-width: 896px) {
  .s-info__box {
    gap: 5rem;
    flex-direction: row-reverse;
  }
}
.s-info__img {
  aspect-ratio: 335/250;
}
@media only screen and (min-width: 896px) {
  .s-info__img {
    width: 50rem;
  }
}
.s-info__img-container {
  width: 100%;
}
@media only screen and (min-width: 896px) {
  .s-info__img-container {
    width: 50rem;
  }
}
.s-info__list {
  display: flex;
  flex-direction: column;
  gap: 4.2666666667vw;
}
@media only screen and (min-width: 896px) {
  .s-info__list {
    gap: 2.4rem;
    flex: 1 1 auto;
  }
}
.s-info__item {
  display: flex;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 4vw;
}
@media only screen and (min-width: 896px) {
  .s-info__item {
    padding-bottom: 1.5rem;
  }
}
.s-info__item .info-ttl {
  flex: 0 0 auto;
  font-size: 4.2666666667vw;
  line-height: 1.4375;
  font-weight: 700;
  flex: 0 0 auto;
  width: 27.7333333333vw;
  color: #954ADF;
}
@media only screen and (min-width: 896px) {
  .s-info__item .info-ttl {
    width: 12.1rem;
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.s-info__item .info-txt {
  padding-top: 0.4vw;
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
}
@media only screen and (min-width: 896px) {
  .s-info__item .info-txt {
    font-size: 1.6rem;
    line-height: 1.4375;
    padding-top: 0.15rem;
  }
}
.s-info__map {
  height: 69.3333333333vw;
}
@media only screen and (min-width: 896px) {
  .s-info__map {
    height: 43rem;
  }
}
.s-info__map iframe {
  height: 100%;
  width: 100%;
}
.s-info__map-box {
  margin-left: -5.3333333333vw;
  margin-right: -5.3333333333vw;
  margin-top: 8.5333333333vw;
}
@media only screen and (min-width: 896px) {
  .s-info__map-box {
    margin: 6rem 0 0;
  }
}

.s-route {
  background: #f8f0fc;
  margin-top: 8.5333333333vw;
}
@media only screen and (min-width: 896px) {
  .s-route {
    margin-top: 6rem;
  }
}
.s-route__btn {
  border: 1px solid #954adf;
  background: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 1.6vw;
  font-size: 4.2666666667vw;
  line-height: 1.4375;
  padding: 2.4vw 2.4vw 6.1333333333vw;
  flex: 0 0 auto;
  width: calc(50% - 2vw);
  color: #954adf;
  position: relative;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media only screen and (min-width: 896px) {
  .s-route__btn {
    width: calc(50% - 0.75rem);
    border-radius: 3.2rem;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    padding: 1.6rem;
    min-height: 6.4rem;
  }
}
@media (hover: hover) {
  .s-route__btn:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .s-route__btn:active {
    opacity: 0.7;
  }
}
.s-route__btn::before {
  content: "";
  width: 3.2vw;
  height: 1.6vw;
  background: #954adf;
  position: absolute;
  left: 50%;
  bottom: 2.6666666667vw;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media only screen and (min-width: 896px) {
  .s-route__btn::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 2.4rem;
    left: auto;
    width: 1.2rem;
    height: 0.6rem;
  }
}
.s-route__btn-box {
  display: flex;
  gap: 4vw;
  margin: 0 auto 10.6666666667vw;
}
@media only screen and (min-width: 896px) {
  .s-route__btn-box {
    gap: 2rem;
    margin-bottom: 8rem;
    max-width: 95.2rem;
  }
}
.s-route__hr {
  margin: 10.6666666667vw 0;
  background: #d3d3d3;
  height: 1px;
  width: 100%;
  border: none;
}
@media only screen and (min-width: 896px) {
  .s-route__hr {
    margin: 8rem 0;
  }
}
.s-route__list {
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
  display: flex;
  gap: 4.2666666667vw;
}
@media only screen and (min-width: 896px) {
  .s-route__list {
    flex-wrap: wrap;
    padding: 0;
    gap: 2.8rem 2rem;
  }
}
.s-route__list::after {
  content: "";
  flex: 0 0 auto;
  display: block;
  width: 1.0666666667vw;
}
@media only screen and (min-width: 896px) {
  .s-route__list::after {
    display: none;
  }
}
.s-route__list-container {
  margin-left: -5.3333333333vw;
  margin-right: -5.3333333333vw;
}
@media only screen and (min-width: 896px) {
  .s-route__list-container {
    margin: 0;
  }
}
.s-route__list-wrapper {
  display: flex;
  padding-bottom: 5.8666666667vw;
}
@media only screen and (min-width: 896px) {
  .s-route__list-wrapper {
    padding-bottom: 0;
  }
}
.s-route__list-wrapper .simplebar-track {
  left: 5.3333333333vw;
  right: 5.3333333333vw;
  background: #D9D9D9;
  height: 1.6vw;
  border-radius: 1.0666666667vw;
}
@media only screen and (min-width: 896px) {
  .s-route__list-wrapper .simplebar-track {
    display: none;
  }
}
.s-route__list-wrapper .simplebar-track .simplebar-scrollbar {
  background: #404040;
  border-radius: 1.0666666667vw;
}
.s-route__item {
  display: flex;
  flex-direction: column;
  gap: 4.2666666667vw;
  flex: 0 0 auto;
  width: 69.3333333333vw;
}
@media only screen and (min-width: 896px) {
  .s-route__item {
    width: calc(25% - 1.5rem);
    gap: 1.6rem;
  }
}
.s-route__item-img {
  aspect-ratio: 260/180;
  border-radius: 2.6666666667vw;
  position: relative;
}
@media only screen and (min-width: 896px) {
  .s-route__item-img {
    border-radius: 1rem;
  }
}
.s-route__item-img .route-num {
  background: #954ADF;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.3333333333vw;
  height: 10.6666666667vw;
  border-radius: 2.6666666667vw 0 2.6666666667vw 0;
  font-size: 4.8vw;
  font-weight: 700;
}
@media only screen and (min-width: 896px) {
  .s-route__item-img .route-num {
    width: 5rem;
    height: 4rem;
    border-radius: 1rem 0 1rem 0;
    font-size: 1.8rem;
  }
}
.s-route__item-txt {
  font-size: 4.2666666667vw;
  line-height: 1.4375;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 896px) {
  .s-route__item-txt {
    font-size: 1.6rem;
  }
}

.s-symptom {
  background: #fff;
}
.s-symptom__list {
  display: flex;
  flex-direction: column;
  gap: 8.5333333333vw;
}
@media only screen and (min-width: 896px) {
  .s-symptom__list {
    gap: 4rem;
  }
}
.s-symptom__item {
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
}
@media only screen and (min-width: 896px) {
  .s-symptom__item {
    gap: 0;
    flex-direction: row;
  }
}
.s-symptom__item-img {
  aspect-ratio: 335/85;
}
@media only screen and (min-width: 896px) {
  .s-symptom__item-img {
    aspect-ratio: 784/200;
    flex: 0 0 auto;
    width: 78.4rem;
  }
}
.s-symptom__item-body {
  background: #954adf;
  color: #fff;
  border-radius: 1.6vw;
  padding: 3.2vw;
}
@media only screen and (min-width: 896px) {
  .s-symptom__item-body {
    border-radius: 0 1rem 1rem 0;
    padding: 2rem 2.4rem;
  }
}
.s-symptom__item-hr {
  background: #fff;
  height: 1px;
  width: 100%;
  border: none;
  margin: 3.2vw 0;
}
@media only screen and (min-width: 896px) {
  .s-symptom__item-hr {
    margin: 1.6rem 0;
  }
}
.s-symptom__item-head {
  font-size: 5.3333333333vw;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0;
}
@media only screen and (min-width: 896px) {
  .s-symptom__item-head {
    font-size: 2rem;
  }
}
.s-symptom__item-head .period,
.s-symptom__item-head .total {
  color: #fbe526;
}
.s-symptom__item-head .period .sm,
.s-symptom__item-head .total .sm {
  font-size: 3.7333333333vw;
}
@media only screen and (min-width: 896px) {
  .s-symptom__item-head .period .sm,
  .s-symptom__item-head .total .sm {
    font-size: 1.4rem;
  }
}
.s-symptom__item-txt li {
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.4166666667;
  position: relative;
  padding-left: 1em;
}
@media only screen and (min-width: 896px) {
  .s-symptom__item-txt li {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.s-symptom__item-txt li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.s-symptom__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #954adf;
  min-height: 13.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  border-radius: 8vw;
  border: 1px solid #954ADF;
  font-weight: 700;
  width: 100%;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .s-symptom__btn:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .s-symptom__btn:active {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 896px) {
  .s-symptom__btn {
    max-width: 31rem;
    min-height: 5.6rem;
    border-radius: 3rem;
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}
.s-symptom__btn .btn-arrow {
  position: absolute;
  top: 50%;
  right: 6.4vw;
  transform: translateY(-50%);
  width: 1.6vw;
  height: 3.2vw;
}
@media only screen and (min-width: 896px) {
  .s-symptom__btn .btn-arrow {
    right: 2.4rem;
    width: 0.6rem;
    height: 1.2rem;
  }
}
.s-symptom__btn-box {
  margin-top: 10.6666666667vw;
  text-align: center;
}
@media only screen and (min-width: 896px) {
  .s-symptom__btn-box {
    margin-top: 6rem;
  }
}

.s-plan {
  background: #f8f0fc;
}
.s-plan__head {
  aspect-ratio: 335/64;
  margin: 0 auto 8.5333333333vw;
}
@media only screen and (min-width: 896px) {
  .s-plan__head {
    aspect-ratio: 722/90;
    margin-bottom: 2.8rem;
    max-width: 72.2rem;
  }
}
.s-plan__list {
  display: flex;
  flex-direction: column;
  gap: 6.4vw;
}
@media only screen and (min-width: 896px) {
  .s-plan__list {
    gap: 1.5rem;
    align-items: flex-end;
    flex-direction: row;
  }
}
@media only screen and (min-width: 896px) {
  .s-plan__item {
    width: 25%;
  }
}
.s-plan__item.--item1 {
  aspect-ratio: 335/325;
}
.s-plan__item.--item2 {
  aspect-ratio: 335/345;
}
.s-plan__item.--item3 {
  aspect-ratio: 335/406;
}
.s-plan__item.--item4 {
  aspect-ratio: 335/344;
}
.s-plan__caution {
  margin-top: 6.4vw;
}
@media only screen and (min-width: 896px) {
  .s-plan__caution {
    margin-top: 2.4rem;
  }
}
.s-plan__caution li {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
  position: relative;
  padding-left: 1em;
}
@media only screen and (min-width: 896px) {
  .s-plan__caution li {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
}
.s-plan__caution li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.s-plan__banner.--item1 {
  aspect-ratio: 335/319;
}
@media only screen and (min-width: 896px) {
  .s-plan__banner.--item1 {
    aspect-ratio: 1100/400;
  }
}
.s-plan__banner.--item2 {
  aspect-ratio: 335/404;
}
@media only screen and (min-width: 896px) {
  .s-plan__banner.--item2 {
    aspect-ratio: 1100/460;
  }
}
.s-plan__banner-box {
  display: flex;
  flex-direction: column;
  gap: 8.5333333333vw;
}
@media only screen and (min-width: 896px) {
  .s-plan__banner-box {
    gap: 4rem;
  }
}
.s-plan__hr {
  height: 1px;
  background: #d3d3d3;
  margin: 10.6666666667vw 0;
  border: none;
  width: 100%;
}
@media only screen and (min-width: 896px) {
  .s-plan__hr {
    margin: 8rem 0;
  }
}

.s-pay {
  background: #f8f0fc;
}
@media only screen and (min-width: 896px) {
  .s-pay__section {
    padding-top: 8rem;
  }
}
.s-pay__hr {
  background: #d3d3d3;
  margin: 0;
  height: 1px;
  width: 100%;
  border: none;
}
.s-pay__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4.2666666667vw 4vw;
}
@media only screen and (min-width: 896px) {
  .s-pay__list {
    gap: 2rem;
  }
}
.s-pay__item {
  flex: 0 0 auto;
  width: calc(50% - 2vw);
  aspect-ratio: 320/260;
}
@media only screen and (min-width: 896px) {
  .s-pay__item {
    aspect-ratio: 260/240;
    width: calc(25% - 1.5rem);
  }
}

.s-voice {
  background: #f5f5f5;
}
.s-voice__box {
  background: #ffffff;
  border: 2px solid #954adf;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5.3333333333vw;
  padding: 4vw;
}
@media only screen and (min-width: 896px) {
  .s-voice__box {
    border-radius: 6rem;
    padding: 5.8rem;
  }
}
.s-voice__head {
  display: flex;
  flex-direction: column;
  gap: 4.2666666667vw;
}
@media only screen and (min-width: 896px) {
  .s-voice__head {
    gap: 5.2rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 89rem;
    margin: 0 auto;
  }
}
.s-voice__head-txt {
  aspect-ratio: 303/90;
}
@media only screen and (min-width: 896px) {
  .s-voice__head-txt {
    aspect-ratio: 420/128;
    flex: 0 0 auto;
    width: 47.191011236%;
  }
}
.s-voice__head-img {
  aspect-ratio: 303/133;
}
@media only screen and (min-width: 896px) {
  .s-voice__head-img {
    aspect-ratio: 418/184;
    flex: 0 0 auto;
    width: 46.9662921348%;
  }
}
.s-voice__label {
  background: #954adf;
  color: #fff;
  margin-bottom: 4.2666666667vw;
  padding: 2.6666666667vw;
  border-radius: 2.6666666667vw;
}
@media only screen and (min-width: 896px) {
  .s-voice__label {
    margin-bottom: 2.8rem;
    padding: 1.5rem 4.5rem;
    border-radius: 1rem;
    display: flex;
    gap: 6rem;
    align-items: center;
  }
}
.s-voice__label-ttl {
  text-align: center;
  font-size: 6.9333333333vw;
  line-height: 1.4615384615;
  font-weight: 700;
}
@media only screen and (min-width: 896px) {
  .s-voice__label-ttl {
    font-size: 3rem;
    line-height: 1.4333333333;
  }
}
.s-voice__label-ttl .strong {
  color: #FBE526;
}
.s-voice__label-ttl .sm {
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 896px) {
  .s-voice__label-ttl .sm {
    font-size: 2.4rem;
  }
}
.s-voice__label-list li {
  position: relative;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.4166666667;
  padding-left: 1em;
}
@media only screen and (min-width: 896px) {
  .s-voice__label-list li {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.s-voice__label-list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.s-voice__img {
  aspect-ratio: 303/332;
}
@media only screen and (min-width: 896px) {
  .s-voice__img {
    aspect-ratio: 980/290;
  }
}
.s-voice__speak {
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
}
@media only screen and (min-width: 896px) {
  .s-voice__speak {
    gap: 3rem;
    flex-direction: row;
  }
}
.s-voice__speak .speak-item.--item1 {
  aspect-ratio: 303/60;
}
@media only screen and (min-width: 896px) {
  .s-voice__speak .speak-item.--item1 {
    aspect-ratio: 440/164;
    width: 44.8979591837%;
  }
}
.s-voice__speak .speak-item.--item2 {
  aspect-ratio: 303/175;
}
@media only screen and (min-width: 896px) {
  .s-voice__speak .speak-item.--item2 {
    aspect-ratio: 510/164;
    width: 52.0408163265%;
  }
}
.s-voice__hr {
  background: #D3D3D3;
  height: 1px;
  width: 100%;
  border: none;
  margin: 4.2666666667vw 0;
}
@media only screen and (min-width: 896px) {
  .s-voice__hr {
    margin: 4rem 0;
  }
}

.s-step {
  background: #f8f0fc;
  overflow: hidden;
}
.s-step .splide__track {
  overflow: visible;
}
@media only screen and (min-width: 896px) {
  .s-step .splide__track {
    margin-right: calc(50% - 50vw);
  }
}
.s-step .splide__arrows {
  display: none;
}
@media only screen and (min-width: 896px) {
  .s-step .splide__arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    position: relative;
    margin-top: 4rem;
  }
}
.s-step .splide__arrow {
  position: static;
  transform: none;
}
.s-step .splide__arrow--prev,
.s-step .splide__arrow--next {
  width: 5.4rem;
  height: 5.4rem;
  background: #954ADF url(../img/special/next.svg) no-repeat center/100% auto;
  border-radius: 50%;
  flex: 0 0 auto;
  opacity: 1;
}
.s-step .splide__arrow--prev[disabled],
.s-step .splide__arrow--next[disabled] {
  background-color: #9A9A9A;
}
.s-step .splide__arrow--prev {
  transform: scale(-1, -1);
}
.s-step .my-carousel-progress {
  margin-top: 4.2666666667vw;
  height: 1.6vw;
  background: #D9D9D9;
  border-radius: 1.0666666667vw;
}
@media only screen and (min-width: 896px) {
  .s-step .my-carousel-progress {
    display: none;
  }
}
.s-step .my-carousel-progress .my-carousel-progress-bar {
  height: 100%;
  background: #404040;
  border-radius: 1.0666666667vw;
  transition: width 0.4s ease;
}
.s-step__item {
  position: relative;
  background: #ffffff;
  box-shadow: 4px 4px 10px rgba(186, 132, 185, 0.301961);
  border-radius: 2.6666666667vw;
  padding: 16vw 5.3333333333vw 5.3333333333vw;
}
@media only screen and (min-width: 896px) {
  .s-step__item {
    border-radius: 1rem;
    padding: 6rem 2rem 2rem;
  }
}
.s-step__item .step-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #954adf;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  width: 34.6666666667vw;
  height: 10.6666666667vw;
  font-size: 4.8vw;
  border-radius: 0 0 1.0666666667vw 1.0666666667vw;
}
@media only screen and (min-width: 896px) {
  .s-step__item .step-label {
    width: 13rem;
    height: 4rem;
    font-size: 1.8rem;
    border-radius: 0 0 0.4rem 0.4rem;
  }
}
.s-step__item .step-ttl {
  color: #954adf;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 1.4444444444;
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
@media only screen and (min-width: 896px) {
  .s-step__item .step-ttl {
    font-size: 2.2rem;
    line-height: 1.4545454545;
    margin-bottom: 2rem;
  }
}
.s-step__item .step-img {
  aspect-ratio: 260/156;
  border-radius: 2.6666666667vw;
}
@media only screen and (min-width: 896px) {
  .s-step__item .step-img {
    border-radius: 1rem;
  }
}
.s-step__item .step-body {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 896px) {
  .s-step__item .step-body {
    margin-top: 1.6rem;
  }
}
.s-step__item .step-body__ttl {
  background: #954ADF;
  color: #FBE526;
  font-weight: 700;
  text-align: center;
  padding: 1.3333333333vw;
  border-radius: 1.0666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
}
@media only screen and (min-width: 896px) {
  .s-step__item .step-body__ttl {
    padding: 0.3rem 0.4rem 0.4rem;
    border-radius: 0.4rem;
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}
.s-step__item .step-body__ttl .sm {
  font-size: 3.2vw;
}
@media only screen and (min-width: 896px) {
  .s-step__item .step-body__ttl .sm {
    font-size: 1.4rem;
  }
}
.s-step__item .step-body__list {
  margin-top: 3.2vw;
  display: flex;
  flex-direction: column;
  gap: 2.1333333333vw;
}
@media only screen and (min-width: 896px) {
  .s-step__item .step-body__list {
    margin-top: 1.2rem;
    gap: 0.8rem;
  }
}
.s-step__item .step-body__item {
  display: flex;
  align-items: flex-start;
}
.s-step__item .step-body__item .item-ttl,
.s-step__item .step-body__item .item-txt {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0;
}
@media only screen and (min-width: 896px) {
  .s-step__item .step-body__item .item-ttl,
  .s-step__item .step-body__item .item-txt {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 896px) {
  .s-step__item .step-body__item .item-txt {
    padding-top: 0.15rem;
  }
}
.s-step__item .step-body__item .item-ttl {
  flex: 0 0 auto;
  width: 21.3333333333vw;
  font-weight: 700;
  color: #954ADF;
}
@media only screen and (min-width: 896px) {
  .s-step__item .step-body__item .item-ttl {
    font-size: 1.6rem;
    line-height: 1.4375;
    width: 8rem;
  }
}
.s-step__item .step-body__caution {
  font-size: 3.2vw;
  line-height: 1.4166666667;
  margin-top: 2.1333333333vw;
  font-weight: 500;
  color: #404040;
  letter-spacing: -0.06em;
}
@media only screen and (min-width: 896px) {
  .s-step__item .step-body__caution {
    font-size: 1.2rem;
    line-height: 1.4166666667;
    margin-top: 0.8rem;
  }
}
.s-step__item .step-body__txt {
  font-size: 3.7333333333vw;
  margin-top: 3.2vw;
  line-height: 1.4285714286;
  font-weight: 500;
}
@media only screen and (min-width: 896px) {
  .s-step__item .step-body__txt {
    font-size: 1.6rem;
    margin-top: 1.2rem;
  }
}

.s-flow {
  overflow: hidden;
}
.s-flow .splide__track {
  overflow: visible;
}
.s-flow .my-carousel-progress {
  margin-top: 4.2666666667vw;
  height: 1.6vw;
  background: #D9D9D9;
  border-radius: 1.0666666667vw;
}
@media only screen and (min-width: 896px) {
  .s-flow .my-carousel-progress {
    display: none;
  }
}
.s-flow .my-carousel-progress .my-carousel-progress-bar {
  height: 100%;
  background: #404040;
  border-radius: 1.0666666667vw;
  transition: width 0.4s ease;
}
.s-flow__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2vw;
}
@media only screen and (min-width: 896px) {
  .s-flow__ttl {
    gap: 2.4rem;
  }
}
.s-flow__ttl .flow-icon {
  aspect-ratio: 112/44;
  flex: 0 0 auto;
  width: 29.8666666667vw;
}
@media only screen and (min-width: 896px) {
  .s-flow__ttl .flow-icon {
    width: 13.7rem;
  }
}
@media only screen and (min-width: 896px) {
  .s-flow__list {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem;
  }
}
@media only screen and (min-width: 896px) {
  .s-flow__item {
    width: 20rem;
  }
}
.s-flow__item .flow-img {
  aspect-ratio: 200/176;
}
.s-flow__item .flow-txt {
  text-align: center;
  margin-top: 4.2666666667vw;
  font-size: 4.2666666667vw;
  line-height: 1.4375;
  font-weight: 700;
}
@media only screen and (min-width: 896px) {
  .s-flow__item .flow-txt {
    margin-top: 1.8rem;
    line-height: 1.4444444444;
    font-size: 1.6rem;
  }
}
.s-flow__item .flow-txt .strong {
  color: #954ADF;
}

.s-compare {
  overflow: hidden;
}
.s-compare__img {
  flex: 0 0 auto;
  aspect-ratio: 212/173;
  width: 169.6vw;
  max-width: 169.6vw;
}
@media only screen and (min-width: 896px) {
  .s-compare__img {
    aspect-ratio: 55/39;
    width: 100%;
    max-width: 100%;
  }
}
.s-compare__space {
  width: 5.3333333333vw;
  flex: 0 0 auto;
}
@media only screen and (min-width: 896px) {
  .s-compare__space {
    display: none;
  }
}
.s-compare__table {
  display: flex;
}
.s-compare__box {
  margin-right: -5.3333333333vw;
  margin-left: -5.3333333333vw;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
  padding-bottom: 5.8666666667vw;
}
@media only screen and (min-width: 896px) {
  .s-compare__box {
    padding: 0;
    margin: 0;
  }
}
.s-compare__box .simplebar-track {
  left: 5.3333333333vw;
  right: 5.3333333333vw;
  background: #D9D9D9;
  height: 1.6vw;
  border-radius: 1.0666666667vw;
}
@media only screen and (min-width: 896px) {
  .s-compare__box .simplebar-track {
    display: none;
  }
}
.s-compare__box .simplebar-track .simplebar-scrollbar {
  background: #404040;
  border-radius: 1.0666666667vw;
}

.s-media {
  background: #f5f5f5;
}
.s-media__box {
  background: #ffffff;
  border-radius: 2.6666666667vw;
  padding: 3.2vw;
}
@media only screen and (min-width: 896px) {
  .s-media__box {
    border-radius: 1rem;
    padding: 3.2rem 5rem;
  }
}
.s-media__img {
  aspect-ratio: 311/126;
}

.s-message {
  position: relative;
}
.s-message__bg {
  position: absolute;
  inset: 0;
}
.s-message__txt {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 896px) {
  .s-message__txt {
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
}
.s-message__btn {
  position: relative;
  background: #fbe526;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  border-radius: 9.3333333333vw;
  min-height: 18.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  font-weight: 700;
  letter-spacing: 0;
  color: #404040;
}
@media only screen and (min-width: 896px) {
  .s-message__btn {
    max-width: 52rem;
    border: 2px solid #fff;
    border-radius: 3rem;
    min-height: 6rem;
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.s-message__btn .btn-arrow {
  position: absolute;
  top: 50%;
  aspect-ratio: 6/11;
  right: 6.4vw;
  width: 1.6vw;
  transform: translateY(-50%);
}
@media only screen and (min-width: 896px) {
  .s-message__btn .btn-arrow {
    right: 2.4rem;
    width: 0.6rem;
  }
}
.s-message__btn-box {
  margin-top: 10.6666666667vw;
  text-align: center;
}
@media only screen and (min-width: 896px) {
  .s-message__btn-box {
    margin-top: 4rem;
  }
}

.s-member {
  background: #fff;
}
.s-member__box {
  background: #ffffff;
  box-shadow: 4px 4px 10px rgba(186, 132, 185, 0.3);
  border-radius: 2.6666666667vw;
  padding: 6.4vw 5.3333333333vw 5.3333333333vw;
}
@media only screen and (min-width: 896px) {
  .s-member__box {
    border-radius: 2rem;
    padding: 4rem;
  }
}
.s-member__ttl {
  color: #954adf;
  font-size: 5.3333333333vw;
  line-height: 1.45;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 896px) {
  .s-member__ttl {
    font-size: 2.8rem;
    line-height: 1.4642857143;
  }
}
.s-member__hr {
  background: #eeeeee;
  width: 100%;
  height: 2px;
  margin: 4.2666666667vw 0;
  border: none;
}
@media only screen and (min-width: 896px) {
  .s-member__hr {
    margin: 3.2rem 0;
  }
}
.s-member__img {
  aspect-ratio: 295/217;
}
@media only screen and (min-width: 896px) {
  .s-member__img {
    aspect-ratio: 340/61;
  }
}
.s-member__note {
  font-size: 2.6666666667vw;
  line-height: 1.5;
  margin-top: 2.1333333333vw;
  text-align: right;
  opacity: 0.8;
}
@media only screen and (min-width: 896px) {
  .s-member__note {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
}

.s-faq {
  position: relative;
  background: #F8F0FC;
}
.s-faq__inner {
  padding: 10.6666666667vw 5.3333333333vw 16vw;
  border: 1px solid #954ADF;
  background: #fff;
  max-width: 1040px;
  width: 92%;
  margin: 0 auto;
  border-radius: 2.6666666667vw;
}
@media only screen and (min-width: 896px) {
  .s-faq__inner {
    padding: 8rem 6rem;
    border-radius: 1rem;
  }
}
.s-faq__list {
  display: flex;
  flex-direction: column;
}
.s-faq__item {
  padding: 8vw 0;
  border-bottom: 1px solid #D3D3D3;
}
@media only screen and (min-width: 896px) {
  .s-faq__item {
    padding: 3rem 0;
  }
}
.s-faq__item:first-of-type {
  border-top: 1px solid #D3D3D3;
}
.s-faq__item-ttl {
  position: relative;
  font-size: 4vw;
  padding-left: 6.4vw;
  padding-right: 10.6666666667vw;
  font-weight: 700;
  cursor: pointer;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #404040;
}
@media only screen and (min-width: 896px) {
  .s-faq__item-ttl {
    font-size: 1.6rem;
    padding-left: 4rem;
    padding-right: 6rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
.s-faq__item-ttl::before {
  content: "Q";
  font-family: "Lato", sans-serif;
  font-size: 4.8vw;
  position: absolute;
  top: -0.5333333333vw;
  left: 0;
  color: #954ADF;
  font-weight: 500;
}
@media only screen and (min-width: 896px) {
  .s-faq__item-ttl::before {
    font-size: 2rem;
    top: -0.3rem;
  }
}
.s-faq__item-ttl-btn {
  width: 8vw;
  height: 8vw;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: 1px solid #954ADF;
  border-radius: 100px;
  background-color: #fff;
  transition: 0.3s all;
  pointer-events: none;
}
@media only screen and (min-width: 896px) {
  .s-faq__item-ttl-btn {
    width: 3rem;
    height: 3rem;
  }
}
.s-faq__item-ttl-btn::before, .s-faq__item-ttl-btn::after {
  content: "";
  position: absolute;
  width: 3.7333333333vw;
  height: 1px;
  background-color: #954ADF;
  top: 50%;
  left: 50%;
  transition: 0.3s all;
}
@media only screen and (min-width: 896px) {
  .s-faq__item-ttl-btn::before, .s-faq__item-ttl-btn::after {
    width: 1.4rem;
  }
}
.s-faq__item-ttl-btn::before {
  transform: translate(-50%, -50%);
}
.s-faq__item-ttl-btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.s-faq__item.is-open .s-faq__item-ttl-btn {
  background-color: #954ADF;
}
.s-faq__item.is-open .s-faq__item-ttl-btn::before, .s-faq__item.is-open .s-faq__item-ttl-btn::after {
  background-color: #fff;
}
.s-faq__item.is-open .s-faq__item-ttl-btn::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.s-faq__item-answer {
  padding-top: 8vw;
  font-size: 3.7333333333vw;
  display: none;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #404040;
}
@media only screen and (min-width: 896px) {
  .s-faq__item-answer {
    padding-top: 3rem;
    font-size: 1.4rem;
    padding-left: 4rem;
    padding-right: 6rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
.s-faq__item-answer a {
  text-decoration: underline;
  color: #954ADF;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .s-faq__item-answer a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .s-faq__item-answer a:active {
    opacity: 0.7;
  }
}

.s-floating-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 3.2vw 5.3333333333vw;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 896px) {
  .s-floating-btn {
    display: none !important;
  }
}
.s-floating-btn.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.s-floating-btn__inner {
  max-width: 114rem;
  margin: 0 auto;
  text-align: center;
}
.s-floating-btn__label {
  aspect-ratio: 200/48;
  margin: 0 auto -2.4vw;
  max-width: 53.3333333333vw;
  position: relative;
  z-index: 1;
  pointer-events: none;
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.25));
}
@media only screen and (min-width: 896px) {
  .s-floating-btn__label {
    margin: 0 auto -0.9rem;
    max-width: 20rem;
  }
}
.s-floating-btn__label img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.s-floating-btn__btn {
  position: relative;
  background: #fbe526;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  border-radius: 8vw;
  min-height: 13.3333333333vw;
  font-size: 4.2666666667vw;
  line-height: 1.4375;
  font-weight: 700;
  letter-spacing: 0;
  color: #404040;
  transition: 0.3s ease-out;
  transition-property: opacity;
  text-decoration: none;
}
@media (hover: hover) {
  .s-floating-btn__btn:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .s-floating-btn__btn:active {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 896px) {
  .s-floating-btn__btn {
    border-radius: 3rem;
    min-height: 6rem;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    max-width: 38rem;
  }
}
.s-floating-btn__btn .btn-arrow {
  position: absolute;
  top: 50%;
  aspect-ratio: 6/11;
  right: 6.4vw;
  width: 1.6vw;
  transform: translateY(-50%);
}
@media only screen and (min-width: 896px) {
  .s-floating-btn__btn .btn-arrow {
    right: 2.4rem;
    width: 0.6rem;
  }
}

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