:root {
  --noto: "Noto Serif JP", serif;
  --noto-sans: "Noto Sans JP", sans-serif;
  --tenor: "Tenor Sans", sans-serif;
  --teachers: "Teachers", sans-serif;
}

.img-wrap {
  max-width: fit-content;
  width: 100%;
}
.img-wrap img {
  width: 100%;
}

.pc-b {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (min-width: 768px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .sp-ib {
    display: inline-block !important;
  }
}

.pc-f {
  display: flex !important;
}
@media screen and (min-width: 768px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .sp-f {
    display: flex !important;
  }
}

@property --progress {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}
:root {
  --spContents: 580px;
}

@keyframes donutDraw {
  from {
    --progress: 0%;
  }
  to {
    --progress: var(--value);
  }
}
*[data-scroll=fade-up] {
  translate: 0 20px;
  opacity: 0;
  transition: translate 1s, opacity 1s;
}
*.fade-up {
  translate: 0 0;
  opacity: 1;
}
*[data-scroll=zoom-in] {
  opacity: 0;
  scale: 0;
  transition: opacity 0.875s, scale 0.875s cubic-bezier(0.34, 1.56, 0.64, 1);
}
*.zoom-in {
  scale: 1;
  opacity: 1;
}
*.progress {
  animation: donutDraw 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
*[data-scroll=senline]::after {
  scale: 0 1;
  transform-origin: left top;
  transition: scale 1s ease-in-out;
}
*.senline::after {
  scale: 1 1;
}

.tl {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #dfbfd6;
  z-index: 10000;
}
.tl__01 {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
  width: min(200px, 38.4615384615vw);
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .tl__01 {
    width: min(295px, 56.7307692308vw);
  }
}
.tl__02 {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 15;
  width: min(180px, 34.6153846154vw);
}
@media screen and (min-width: 768px) {
  .tl__02 {
    width: min(282px, 54.2307692308vw);
  }
}
.tl__02 img {
  translate: 0 100%;
}
.tl__03 {
  opacity: 0;
  display: flex;
  flex-direction: column;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 768px) {
  .tl__03 {
    flex-direction: row;
  }
}
.tl__03-01, .tl__03-02 {
  height: 50vh;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .tl__03-01, .tl__03-02 {
    height: 100vh;
    width: 50vw;
  }
}
.tl__03 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tl__04 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 5;
}
.tl__04 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product {
  position: fixed;
  z-index: 500;
  bottom: min(20px, 3.8461538462vw);
  right: min(10px, 1.9230769231vw);
  opacity: 0;
  visibility: hidden;
  scale: 0.6;
  transition: opacity 0.3s, visibility 0.3s, scale 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.product.is-active {
  opacity: 1;
  visibility: visible;
  scale: 1;
}
.product.is-abs {
  position: absolute;
  bottom: auto;
  top: -70px;
}
.product__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(50px, 9.6153846154vw);
  width: min(190px, 36.5384615385vw);
  font-size: min(12px, 2.3076923077vw);
  line-height: 1;
  letter-spacing: 0em;
  background: rgba(255, 255, 255, 0.6);
  border: solid 1px #3eb7c8;
  border-radius: 9999px;
  font-weight: 500;
  color: #3eb7c8;
  transition: color 0.3s, background 0.3s;
}
@media (hover) {
  .product__link:hover {
    color: #fff;
    background: #3eb7c8;
  }
}

.sp-header {
  position: fixed;
  top: 0;
  left: 0;
  height: min(80px, 15.3846153846vw);
  width: 100%;
  background: #dfbfd6;
  padding-left: min(25px, 4.8076923077vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .sp-header {
    display: none;
  }
}
.sp-header .logo {
  width: min(89px, 17.1153846154vw);
}
.sp-header .hamburger {
  height: auto;
  aspect-ratio: 1;
  width: min(80px, 15.3846153846vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp-header .hamburger.is-active .hamburger__inner span:nth-child(1) {
  top: 50%;
  rotate: 45deg;
}
.sp-header .hamburger.is-active .hamburger__inner span:nth-child(2) {
  opacity: 0;
}
.sp-header .hamburger.is-active .hamburger__inner span:nth-child(3) {
  top: 50%;
  rotate: -45deg;
}
.sp-header .hamburger__inner {
  height: 16px;
  width: 24px;
  position: relative;
}
.sp-header .hamburger__inner span {
  height: 3px;
  width: 100%;
  display: block;
  background: #fff;
  position: absolute;
  translate: -50% -50%;
  left: 50%;
  transition: rotate 0.3s, opacity 0.3s, top 0.3s;
}
.sp-header .hamburger__inner span:nth-child(1) {
  top: 0;
}
.sp-header .hamburger__inner span:nth-child(2) {
  top: 50%;
}
.sp-header .hamburger__inner span:nth-child(3) {
  top: 100%;
}

.g-nav {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  top: min(80px, 15.3846153846vw);
  position: fixed;
  left: 0;
  z-index: 1000;
  height: calc(100vh - min(80px, 15.3846153846vw));
  overflow-y: auto;
  background: #e2beda;
  width: 100%;
  padding-top: min(80px, 15.3846153846vw);
}
@media screen and (min-width: 768px) {
  .g-nav {
    overflow-y: initial;
    padding-top: 0;
    background: none;
    display: block;
    height: auto;
    width: calc(100vw - var(--spContents) - min(120px, 23.0769230769vw));
    top: 40px;
    left: 40px;
    opacity: 1;
    visibility: visible;
  }
}
.g-nav.is-active {
  opacity: 1;
  visibility: visible;
}
.g-nav__sp {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  color: #fff;
  border: solid 1px #fff;
  font-size: min(16px, 3.0769230769vw);
  line-height: 1;
  letter-spacing: 0em;
  height: min(50px, 9.6153846154vw);
  width: min(238px, 45.7692307692vw);
  margin-top: min(40px, 7.6923076923vw);
  margin-inline: auto;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .g-nav__sp {
    display: none;
  }
}
.g-nav__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: fit-content;
  gap: 40px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .g-nav__list {
    gap: 15px 20px;
    width: auto;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) and (min-width: 1550px) {
  .g-nav__list {
    gap: 20px;
  }
}
.g-nav__item-link {
  font-family: var(--tenor);
  font-size: min(18px, 3.4615384615vw);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .g-nav__item-link {
    font-size: min(14px, 2.6923076923vw);
    line-height: 1;
    letter-spacing: 0.04em;
  }
}
@media (hover) {
  .g-nav__item-link:hover::after {
    scale: 1 1;
  }
}
@media screen and (min-width: 768px) {
  .g-nav__item-link {
    color: #304c6e;
  }
}
.g-nav__item-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ffffff;
  scale: 0 1;
  transition: scale 0.3s;
  transform-origin: left top;
}
@media screen and (min-width: 768px) {
  .g-nav__item-link::after {
    background: #304c6e;
  }
}
.g-nav__item-sub {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .g-nav__item-sub {
    padding-top: 8px;
    gap: 5px;
    color: #304c6e;
  }
}
.g-nav__item-sub p {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.g-nav__item-sub-link {
  margin-left: 0.5em;
  margin-top: 0.1em;
  position: relative;
  font-family: var(--tenor);
  font-size: min(15px, 2.8846153846vw);
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .g-nav__item-sub-link {
    font-size: min(12px, 2.3076923077vw);
    line-height: 1;
    letter-spacing: 0.08em;
  }
}
@media (hover) {
  .g-nav__item-sub-link:hover::after {
    scale: 1 1;
  }
}
.g-nav__item-sub-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ffffff;
  scale: 0 1;
  transition: scale 0.3s;
  transform-origin: left top;
}
@media screen and (min-width: 768px) {
  .g-nav__item-sub-link::after {
    background: #304c6e;
  }
}

.f-nav {
  position: absolute;
  bottom: min(30px, 5.7692307692vw);
  left: min(40px, 7.6923076923vw);
  width: calc(100vw - var(--spContents) - min(80px, 15.3846153846vw));
}
.f-nav__sns {
  display: flex;
  flex-direction: column;
  gap: min(15px, 2.8846153846vw);
  margin-bottom: min(20px, 3.8461538462vw);
}
.f-nav__sns-title {
  font-weight: bold;
  font-size: min(14px, 2.6923076923vw);
  line-height: 1;
  letter-spacing: 0em;
}
.f-nav__sns-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(20px, 3.8461538462vw);
}
.f-nav__sns-item {
  height: auto;
  width: min(20px, 3.8461538462vw);
  transition: opacity 0.3s;
}
@media (hover) {
  .f-nav__sns-item:hover {
    opacity: 0.7;
  }
}
.f-nav__sns-item--note {
  width: min(43px, 8.2692307692vw);
}
.f-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: min(8px, 1.5384615385vw) min(16px, 3.0769230769vw);
  column-rule: 1px solid #304c6e;
}
.f-nav__item-link {
  color: #304c6e;
  font-size: min(12px, 2.3076923077vw);
  line-height: 1;
  letter-spacing: 0em;
  display: block;
  transition: opacity 0.3s;
}
@media (hover) {
  .f-nav__item-link:hover {
    opacity: 0.7;
  }
}
.f-nav__copyright {
  font-size: min(12px, 2.3076923077vw);
  line-height: 1.3333333333;
  letter-spacing: 0em;
  margin-bottom: min(15px, 2.8846153846vw);
}

.layout {
  display: flex;
}
.layout__pc {
  width: 0;
  opacity: 0;
}
.layout__pc-bg {
  height: 100%;
  width: 100%;
}
.layout__pc-bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.75s, visibility 0.75s;
}
.layout__pc-bg img.cover01 {
  object-position: center 85%;
}
.layout__pc-bg img.cover03 {
  object-position: left 50%;
}
.layout__pc-bg img.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .layout__pc {
    height: 100vh;
    opacity: 1;
    position: sticky;
    top: 0;
    left: 0;
    width: calc(100% - var(--spContents));
  }
}
.layout__sp {
  background: #f8f8f8;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .layout__sp {
    width: var(--spContents);
  }
}

.kv {
  opacity: 0;
}

.sv {
  padding-top: min(120px, 23.0769230769vw);
  padding-bottom: min(100px, 19.2307692308vw);
  background: linear-gradient(to bottom, #ffeff7, #d3f7fc);
}
.sv__01 {
  width: min(420px, 80.7692307692vw);
}
.sv__text {
  padding: min(100px, 19.2307692308vw) 0 min(80px, 15.3846153846vw);
  font-size: min(20px, 3.8461538462vw);
  line-height: 2.25;
  letter-spacing: 0em;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: min(50px, 9.6153846154vw);
}
.sv__text span {
  display: block;
}
.sv__images {
  position: relative;
}
.sv__images-logo {
  width: min(289px, 55.5769230769vw);
  position: absolute;
  left: min(120px, 23.0769230769vw);
  top: 0;
  z-index: 15;
  rotate: 90deg;
  transform-origin: left top;
}
.sv__images-left {
  z-index: 5;
  width: min(365px, 70.1923076923vw);
  margin-top: max(-96px, -18.4615384615vw);
}
.sv__images-right {
  margin-left: auto;
  width: min(275px, 52.8846153846vw);
}

.worries {
  padding-top: min(100px, 19.2307692308vw);
  background: #f8f8f8;
}
.worries__inner {
  padding-inline: min(25px, 4.8076923077vw);
}
.worries__top {
  margin-bottom: min(50px, 9.6153846154vw);
}
.worries__top-text {
  font-size: min(18px, 3.4615384615vw);
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
.worries__title {
  color: #3eb7c8;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(15px, 2.8846153846vw);
  padding-bottom: min(30px, 5.7692307692vw);
  margin-bottom: min(40px, 7.6923076923vw);
  position: relative;
}
.worries__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  height: auto;
  width: min(54px, 10.3846153846vw);
  aspect-ratio: 538/166;
  background: url(../img/bg-star.png) no-repeat;
  background-size: cover;
}
.worries__title-jp {
  font-size: min(22px, 4.2307692308vw);
  line-height: 1;
  letter-spacing: 0em;
}
.worries__title-en {
  font-size: min(70px, 13.4615384615vw);
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: var(--tenor);
}
.worries__sub {
  background: #fff;
  border-block: solid 1px #3eb7c8;
  padding-block: min(45px, 8.6538461538vw) min(25px, 4.8076923077vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.worries__sub-text {
  font-size: min(16px, 3.0769230769vw);
  line-height: 1;
  letter-spacing: 0em;
  color: #304c6e;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: min(5px, 0.9615384615vw);
}
.worries__sub-text::before, .worries__sub-text::after {
  content: "";
  height: 2px;
  width: 20px;
  background: #304c6e;
  rotate: -130deg;
}
.worries__sub-text::after {
  rotate: 130deg;
}
.worries__sub-text span {
  font-size: min(21px, 4.0384615385vw);
  line-height: 1;
  letter-spacing: 0em;
}
.worries__sub-title {
  font-size: min(30px, 5.7692307692vw);
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  color: #3eb7c8;
  text-align: center;
}
.worries__sub-num {
  font-weight: bold;
  font-family: var(--teachers);
  font-size: min(40px, 7.6923076923vw);
  line-height: 1;
  letter-spacing: 0em;
}
.worries__bottom {
  margin-top: min(40px, 7.6923076923vw);
}
.worries__bottom-i {
  padding-inline: min(25px, 4.8076923077vw);
}
.worries__bottom-title {
  padding-top: min(20px, 3.8461538462vw);
  font-size: min(26px, 5vw);
  line-height: 1.7307692308;
  letter-spacing: 0em;
  font-weight: 600;
  text-align: center;
}
.worries__bottom-title span {
  font-size: min(30px, 5.7692307692vw);
  line-height: 1;
  letter-spacing: 0em;
  color: #ae579c;
}
.worries__bottom-title span.sen {
  position: relative;
}
.worries__bottom-title span.sen i {
  z-index: 10;
  position: relative;
  font-style: normal;
}
.worries__bottom-title span.sen::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: min(2px, 0.3846153846vw);
  height: min(10px, 1.9230769231vw);
  width: 100%;
  background: #eccbf3;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.worries__sec-ti {
  margin-top: min(25px, 4.8076923077vw);
  margin-bottom: min(90px, 17.3076923077vw);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: min(20px, 3.8461538462vw);
}
.worries__sec-ti--mb0 {
  margin-bottom: 0;
}
.worries__sec-ti span {
  display: block;
  text-align: center;
  font-size: min(24px, 4.6153846154vw);
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 600;
}
.worries__sec-ti span i {
  color: #ae579c;
  font-style: normal;
  font-size: min(28px, 5.3846153846vw);
  line-height: 1.6071428571;
  letter-spacing: 0em;
}
.worries__sec-ti span i.mini {
  font-size: min(24px, 4.6153846154vw);
  line-height: 1.875;
  letter-spacing: 0em;
}
.worries__list {
  margin-top: min(40px, 7.6923076923vw);
  margin-bottom: min(20px, 3.8461538462vw);
  padding-inline: min(25px, 4.8076923077vw);
  display: flex;
  flex-direction: column;
  gap: min(20px, 3.8461538462vw);
}
.worries__anno {
  color: #7d7d7d;
  font-size: min(12px, 2.3076923077vw);
  line-height: 1.25;
  letter-spacing: 0em;
  padding-inline: min(25px, 4.8076923077vw);
  margin-bottom: min(40px, 7.6923076923vw);
}
.worries__img {
  padding-inline: min(25px, 4.8076923077vw);
}
.worries__sec-ti b {
  font-weight: 600;
}
.worries__sec-ti b.sen {
  position: relative;
}
.worries__sec-ti b.sen i {
  z-index: 10;
  position: relative;
  font-style: normal;
}
.worries__sec-ti b.sen i.blue {
  color: #304c6e;
}
.worries__sec-ti b.sen::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: min(2px, 0.3846153846vw);
  height: min(10px, 1.9230769231vw);
  width: 100%;
  background: #eccbf3;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.donut-wrap .text {
  text-align: center;
  margin-top: min(10px, 1.9230769231vw);
  margin-inline: auto;
  width: fit-content;
  font-weight: 500;
  font-size: min(12px, 2.3076923077vw);
  line-height: 1;
  letter-spacing: 0em;
}
.donut-wrap .text span {
  display: block;
  font-size: min(16px, 3.0769230769vw);
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: min(5px, 0.9615384615vw);
}
.donut-wrap .donut {
  position: relative;
  width: var(--size);
  aspect-ratio: 1;
}
.donut-wrap .donut::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #f0f2f7;
  mask: radial-gradient(farthest-side, transparent calc(100% - var(--thickness)), #000 calc(100% - var(--thickness) + 1px));
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - var(--thickness)), #000 calc(100% - var(--thickness) + 1px));
}
.donut-wrap .donut--1 {
  --size: 140px;
  --thickness: 20px;
  --value: 24.1%;
}
.donut-wrap .donut--2 {
  --size: 140px;
  --thickness: 20px;
  --value: 48.2%;
}
.donut-wrap .donut--3 {
  --size: 105px;
  --thickness: 15px;
  --value: 49.6%;
}
.donut-wrap .donut--4 {
  --size: 105px;
  --thickness: 15px;
  --value: 86.8%;
}
.donut-wrap .donut__progress {
  --progress: 0%;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: url(../img/grad.jpg) no-repeat;
  background-size: cover;
  mask: radial-gradient(farthest-side, transparent calc(100% - var(--thickness)), #000 calc(100% - var(--thickness) + 1px)), conic-gradient(from -90deg, #000 0 var(--progress), transparent var(--progress) 100%);
  mask-composite: intersect;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - var(--thickness)), #000 calc(100% - var(--thickness) + 1px)), conic-gradient(from 0deg, #000 0 var(--progress), transparent var(--progress) 100%);
  -webkit-mask-composite: source-in;
}
.donut-wrap .donut__center {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #ae579c;
  font-weight: 500;
  text-align: center;
  font-size: min(18px, 3.4615384615vw);
  line-height: 1;
  letter-spacing: 0em;
}
.donut-wrap .donut__center--2 {
  font-size: min(16px, 3.0769230769vw);
  line-height: 1;
  letter-spacing: 0em;
}
.donut-wrap .donut__center span {
  font-size: min(24px, 4.6153846154vw);
  line-height: 1;
  letter-spacing: 0em;
}
.donut-wrap .donut__center span.span2 {
  font-size: min(22px, 4.2307692308vw);
  line-height: 1;
  letter-spacing: 0em;
}

.graph {
  margin-top: min(40px, 7.6923076923vw);
  margin-bottom: min(18px, 3.4615384615vw);
}
@media screen and (min-width: 768px) {
  .graph {
    padding-inline: min(25px, 4.8076923077vw);
  }
}
.graph__list {
  display: flex;
  flex-direction: column;
  gap: min(40px, 7.6923076923vw);
}
.graph__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.graph__item-title {
  font-size: min(18px, 3.4615384615vw);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}
.graph__item-main {
  padding: 15px 0 10px;
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  gap: min(30px, 5.7692307692vw);
}
@media screen and (min-width: 768px) {
  .graph__item-main {
    gap: min(50px, 9.6153846154vw);
  }
}
.graph__item-anno {
  margin-top: min(10px, 1.9230769231vw);
  font-size: min(12px, 2.3076923077vw);
  line-height: 1.25;
  letter-spacing: 0em;
  color: #7d7d7d;
}

.btn {
  width: min(420px, 80.7692307692vw);
  border-radius: 10px;
  height: min(114px, 21.9230769231vw);
  font-weight: 600;
  color: #ae579c;
  background: linear-gradient(to right, #ffe1f9, #e4f9ff);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(20px, 3.8461538462vw);
  font-size: min(18px, 3.4615384615vw);
  line-height: 1.3333333333;
  letter-spacing: 0em;
  margin-inline: auto;
  box-shadow: 4px 4px 4px 0px #d5dcee;
  margin-block: min(40px, 7.6923076923vw) min(90px, 17.3076923077vw);
  transition: translate 0.3s, box-shadow 0.3s;
}
@media (hover) {
  .btn:hover {
    translate: 2px 2px;
    box-shadow: 0px 0px 0px 0px #d5dcee;
  }
}
.btn::after {
  content: "";
  height: auto;
  width: min(30px, 5.7692307692vw);
  aspect-ratio: 1;
  background: url(../img/plus.svg) no-repeat;
  background-size: cover;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 1000;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .popup {
    width: var(--spContents);
  }
}
.popup.is-active {
  opacity: 1;
  visibility: visible;
}
.popup sup {
  top: -0.25em;
}
.popup__overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(223, 191, 214, 0.5);
}
.popup__title {
  color: #ae579c;
  font-weight: bold;
  font-size: min(25px, 4.8076923077vw);
  line-height: 1.56;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: min(20px, 3.8461538462vw);
}
.popup__text {
  font-size: min(16px, 3.0769230769vw);
  line-height: 1.5625;
  letter-spacing: 0em;
  margin-bottom: min(10px, 1.9230769231vw);
}
.popup__anno {
  font-size: min(12px, 2.3076923077vw);
  line-height: 1.3333333333;
  letter-spacing: 0em;
  padding-left: 1em;
  text-indent: -1em;
  color: #7b7b7b;
  margin-bottom: min(30px, 5.7692307692vw);
}
.popup__img {
  border-radius: 5px;
  display: block;
  margin-bottom: min(30px, 5.7692307692vw);
}
.popup__bottom {
  display: flex;
  gap: min(30px, 5.7692307692vw);
}
.popup__bottom-left {
  min-width: min(133px, 25.5769230769vw);
}
.popup__bottom-title {
  height: min(33px, 6.3461538462vw);
  background: #d3f7fc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: min(17px, 3.2692307692vw);
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: min(10px, 1.9230769231vw);
}
.popup__bottom-text {
  font-size: min(16px, 3.0769230769vw);
  line-height: 1.5;
  letter-spacing: 0em;
}
.popup__bottom-right {
  display: flex;
  flex-direction: column;
  gap: min(20px, 3.8461538462vw);
}
.popup__inner {
  width: min(470px, 90.3846153846vw);
  height: 80dvh;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow-y: auto;
  translate: -50% -50%;
}
.popup__close-btn::after, .popup__close-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  background: #ae579c;
  translate: -50% -50%;
}

.popup__close-btn {
  cursor: pointer;
  position: absolute;
  top: min(10px, 1.9230769231vw);
  right: min(10px, 1.9230769231vw);
  height: auto;
  width: min(26px, 5vw);
  aspect-ratio: 1/1;
}
.popup__close-btn::before {
  rotate: 45deg;
}
.popup__close-btn::after {
  rotate: -45deg;
}
.popup__content {
  padding-inline: min(25px, 4.8076923077vw);
  padding-top: min(55px, 10.5769230769vw);
  padding-bottom: min(30px, 5.7692307692vw);
}

.menu {
  margin-top: min(60px, 11.5384615385vw);
  padding-inline: min(25px, 4.8076923077vw);
}
.menu__inner {
  padding: min(60px, 11.5384615385vw) min(25px, 4.8076923077vw) min(30px, 5.7692307692vw);
  background: #fff;
  border-radius: 10px;
}
.menu__title {
  font-size: min(50px, 9.6153846154vw);
  line-height: 1;
  letter-spacing: 0em;
  color: #ae579c;
  font-family: var(--tenor);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: min(20px, 3.8461538462vw);
  gap: min(10px, 1.9230769231vw);
}
.menu__title::before, .menu__title::after {
  content: "";
  height: auto;
  width: min(20px, 3.8461538462vw);
  aspect-ratio: 1;
  -webkit-mask: url(../img/star.svg) center/contain no-repeat;
  mask: url(../img/star.svg) center/contain no-repeat;
  background-color: #ae579c;
}
.menu__text {
  font-size: min(18px, 3.4615384615vw);
  line-height: 1.3333333333;
  letter-spacing: -0.01em;
  font-weight: 500;
  margin-bottom: min(50px, 9.6153846154vw);
  text-align: center;
}
.menu__list {
  display: flex;
  flex-direction: column;
  gap: min(80px, 15.3846153846vw);
}
.menu__anno {
  margin-top: min(30px, 5.7692307692vw);
  font-size: min(12px, 2.3076923077vw);
  line-height: 1.25;
  letter-spacing: 0em;
}
.menu__item .circle {
  display: block;
  margin-inline: auto;
  width: min(300px, 57.6923076923vw);
}
.menu__item-title {
  font-family: var(--tenor);
  font-size: min(30px, 5.7692307692vw);
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  background: #3eb7c8;
  height: min(58px, 11.1538461538vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu__item-sankaku {
  margin-top: min(10px, 1.9230769231vw);
  margin-inline: auto;
  height: auto;
  width: min(64px, 12.3076923077vw);
  aspect-ratio: 64/21;
  background: #dfbfd6;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.menu__item-step {
  margin-inline: auto;
  display: block;
  width: min(350px, 67.3076923077vw);
}
.menu__item-wrap {
  background: #f8f8f8;
  padding: min(20px, 3.8461538462vw) min(20px, 3.8461538462vw) min(30px, 5.7692307692vw);
}
.menu__item-wrap-img {
  display: block;
  width: min(90px, 17.3076923077vw);
  margin-inline: auto;
}
.menu__item-wrap-img.homecare {
  width: min(200px, 38.4615384615vw);
}
.menu__item-wrap-img--02 {
  width: min(75px, 14.4230769231vw);
}
.menu__item-wrap-img--03 {
  width: min(194px, 37.3076923077vw);
  margin-bottom: min(10px, 1.9230769231vw);
}
.menu__item-wrap-cat {
  display: flex;
  flex-direction: column;
  margin-top: min(10px, 1.9230769231vw);
  gap: min(8px, 1.5384615385vw);
}
.menu__item-wrap-cat dl {
  display: grid;
  grid-template-columns: min(100px, 19.2307692308vw) 1fr;
  border-radius: 9999px;
  overflow: hidden;
  border: solid 1px #3eb7c8;
  height: min(28px, 5.3846153846vw);
}
.menu__item-wrap-cat dl.dl2 {
  border: solid 1px #749ac9;
}
.menu__item-wrap-cat dl.dl2 dt {
  color: #fff;
  background: #749ac9;
  border-right: solid 1px #749ac9;
}
.menu__item-wrap-cat dl.dl2 dd {
  color: #749ac9;
}
.menu__item-wrap-cat dl dt {
  color: #3eb7c8;
  font-weight: 500;
  background: #fffaf3;
  border-right: solid 1px #3eb7c8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(16px, 3.0769230769vw);
  line-height: 1;
  letter-spacing: 0em;
}
.menu__item-wrap-cat dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3eb7c8;
  background: #fff;
  font-size: min(14px, 2.6923076923vw);
  line-height: 1;
  letter-spacing: 0em;
}
.menu__item-wrap-top {
  margin-top: min(5px, 0.9615384615vw);
  font-size: min(16px, 3.0769230769vw);
  line-height: 1;
  letter-spacing: 0em;
  font-family: var(--teachers);
}
.menu__item-wrap-title {
  font-size: min(22px, 4.2307692308vw);
  line-height: 1;
  letter-spacing: 0em;
  margin-block: min(10px, 1.9230769231vw) min(15px, 2.8846153846vw);
  font-weight: bold;
}
.menu__item-wrap-title span {
  margin-top: min(5px, 0.9615384615vw);
  font-size: min(18px, 3.4615384615vw);
  line-height: 1.4444444444;
  letter-spacing: 0em;
  display: block;
}
.menu__item-wrap-text {
  font-size: min(16px, 3.0769230769vw);
  line-height: 1.6875;
  letter-spacing: 0em;
}

.solution {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.solution::before {
  content: "";
  position: absolute;
  top: -1px;
  user-select: none;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 520/45;
  background: url(../img/sakai.png) no-repeat;
  background-size: contain;
  filter: drop-shadow(0px 6px 9px #e2beda);
}
.solution__inner {
  background: linear-gradient(to bottom, #ffeff7, #ffffff);
  padding-block: min(120px, 23.0769230769vw) min(40px, 7.6923076923vw);
}
.solution__bb {
  padding-inline: min(25px, 4.8076923077vw);
}
.solution__bb span {
  border-bottom: solid 1.5px #3eb7c8;
  padding-bottom: min(25px, 4.8076923077vw);
}
.solution__text {
  font-size: min(22px, 4.2307692308vw);
  line-height: 1;
  letter-spacing: 0em;
  color: #ae579c;
  text-align: center;
  margin-bottom: min(15px, 2.8846153846vw);
  font-weight: 500;
}
.solution__title {
  font-family: var(--tenor);
  font-size: min(70px, 13.4615384615vw);
  line-height: 1;
  letter-spacing: 0em;
  color: #ae579c;
  text-align: center;
  position: relative;
  padding-bottom: min(30px, 5.7692307692vw);
  margin-bottom: min(40px, 7.6923076923vw);
}
.solution__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  height: auto;
  width: min(54px, 10.3846153846vw);
  aspect-ratio: 538/166;
  -webkit-mask: url(../img/bg-star.png) center/contain no-repeat;
  mask: url(../img/bg-star.png) center/contain no-repeat;
  background-color: #dfbfd6;
}
.solution__intro {
  padding-top: min(60px, 11.5384615385vw);
  padding-bottom: min(100px, 19.2307692308vw);
  padding-inline: min(25px, 4.8076923077vw);
}
.solution .swiper-container {
  padding-inline: min(25px, 4.8076923077vw);
}
.solution .swiper-container .swiper .swiper-slide p {
  margin-top: min(15px, 2.8846153846vw);
  font-family: var(--teachers);
  font-weight: 500;
  color: #3eb7c8;
  text-align: center;
  font-size: min(26px, 5vw);
  line-height: 1;
  letter-spacing: 0em;
}
.solution .swiper-container .swiper .swiper-pagination {
  margin-top: min(15px, 2.8846153846vw);
  display: block;
  position: static;
}
.solution .swiper-container .swiper .swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10px, 1.9230769231vw);
}
.solution .swiper-container .swiper .swiper-pagination-bullet {
  height: auto;
  width: 5px;
  aspect-ratio: 1;
  margin: 0;
}
.solution .swiper-container .swiper .swiper-pagination-bullet-active {
  background: #ae579c;
}

.fragrance__top {
  padding-top: min(80px, 15.3846153846vw);
  background: linear-gradient(to bottom, #fffaf3, #ffffff);
}
.fragrance__text {
  font-size: min(20px, 3.8461538462vw);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #3eb7c8;
  margin-bottom: min(15px, 2.8846153846vw);
  text-align: center;
}
.fragrance__title {
  font-family: var(--tenor);
  font-size: min(70px, 13.4615384615vw);
  line-height: 1;
  letter-spacing: 0em;
  color: #3eb7c8;
  text-align: center;
  padding-bottom: min(30px, 5.7692307692vw);
  margin-bottom: min(40px, 7.6923076923vw);
  position: relative;
}
.fragrance__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  height: auto;
  width: min(54px, 10.3846153846vw);
  aspect-ratio: 538/166;
  -webkit-mask: url(../img/bg-star.png) center/contain no-repeat;
  mask: url(../img/bg-star.png) center/contain no-repeat;
  background-color: #dfbfd6;
}
.fragrance__sub-title {
  font-size: min(28px, 5.3846153846vw);
  line-height: 1.5714285714;
  letter-spacing: 0em;
  text-align: center;
  font-weight: 500;
  margin-bottom: min(50px, 9.6153846154vw);
}
.fragrance .swiper-container2 {
  margin-bottom: min(50px, 9.6153846154vw);
  padding-inline: min(25px, 4.8076923077vw);
}
.fragrance .swiper-container2 .swiper-pagination {
  display: flex;
  flex-direction: column;
  height: 100%;
  top: 0;
}
.fragrance .swiper-container2 .swiper-pagination-bullet {
  margin-inline: 0;
  position: absolute;
  width: min(12px, 2.3076923077vw);
  height: auto;
  aspect-ratio: 1;
  background: #fff;
  border: solid 1px #304c6e;
  opacity: 1;
  transition: background 0.3s;
  translate: 0 -50%;
}
.fragrance .swiper-container2 .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 20px;
  translate: 0 -50%;
  font-family: var(--tenor);
  font-size: min(18px, 3.4615384615vw);
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(48, 76, 110, 0.5);
}
.fragrance .swiper-container2 .swiper-pagination-bullet:nth-child(1) {
  top: 20%;
  left: 62%;
}
.fragrance .swiper-container2 .swiper-pagination-bullet:nth-child(1)::after {
  content: "TOP";
}
.fragrance .swiper-container2 .swiper-pagination-bullet:nth-child(2) {
  top: 50%;
  left: 66.8%;
}
.fragrance .swiper-container2 .swiper-pagination-bullet:nth-child(2)::after {
  content: "MIDDLE";
}
.fragrance .swiper-container2 .swiper-pagination-bullet:nth-child(3) {
  top: 80%;
  left: 62%;
}
.fragrance .swiper-container2 .swiper-pagination-bullet:nth-child(3)::after {
  content: "LAST";
}
.fragrance .swiper-container2 .swiper-pagination-bullet-active {
  background: #304c6e;
}
.fragrance .swiper-container2 .swiper-pagination-bullet-active::after {
  color: #304c6e;
}
.fragrance .swiper-container2 .swiper-title {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: min(20px, 3.8461538462vw);
  font-family: var(--tenor);
  font-size: min(30px, 5.7692307692vw);
  line-height: 1;
  letter-spacing: 0em;
}
.fragrance .swiper-container2 .swiper-title::before {
  margin-inline: auto;
  margin-bottom: min(10px, 1.9230769231vw);
  content: "";
  display: block;
  height: auto;
  width: min(16px, 3.0769230769vw);
  aspect-ratio: 1;
  -webkit-mask: url(../img/star.svg) center/contain no-repeat;
  mask: url(../img/star.svg) center/contain no-repeat;
  background-color: #3eb7c8;
}
.fragrance .swiper-container2 .swiper-anno {
  color: #7d7d7d;
  text-align: right;
  margin-top: min(10px, 1.9230769231vw);
  font-size: min(12px, 2.3076923077vw);
  line-height: 1;
  letter-spacing: 0em;
}
.fragrance .swiper-container2 .swiper-text {
  margin-top: min(20px, 3.8461538462vw);
  padding-inline: min(25px, 4.8076923077vw);
  font-size: min(16px, 3.0769230769vw);
  line-height: 1.8125;
  letter-spacing: 0em;
}
.fragrance .swiper-container3 {
  padding-inline: min(25px, 4.8076923077vw);
  margin-bottom: min(50px, 9.6153846154vw);
}
.fragrance .swiper-container3 .swiper-pagination {
  display: flex;
  flex-direction: column;
  height: 100%;
  top: 0;
}
.fragrance .swiper-container3 .swiper-pagination-bullet {
  margin-inline: 0;
  position: absolute;
  width: min(12px, 2.3076923077vw);
  height: auto;
  aspect-ratio: 1;
  background: #fff;
  border: solid 1px #304c6e;
  opacity: 1;
  transition: background 0.3s;
  translate: 0 -50%;
}
.fragrance .swiper-container3 .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  translate: calc(-100% - 20px) -50%;
  font-family: var(--tenor);
  font-size: min(18px, 3.4615384615vw);
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(48, 76, 110, 0.5);
}
.fragrance .swiper-container3 .swiper-pagination-bullet:nth-child(1) {
  top: 20%;
  right: 62%;
}
.fragrance .swiper-container3 .swiper-pagination-bullet:nth-child(1)::after {
  content: "TOP";
}
.fragrance .swiper-container3 .swiper-pagination-bullet:nth-child(2) {
  top: 50%;
  right: 66.8%;
}
.fragrance .swiper-container3 .swiper-pagination-bullet:nth-child(2)::after {
  content: "MIDDLE";
}
.fragrance .swiper-container3 .swiper-pagination-bullet:nth-child(3) {
  top: 80%;
  right: 62%;
}
.fragrance .swiper-container3 .swiper-pagination-bullet:nth-child(3)::after {
  content: "LAST";
}
.fragrance .swiper-container3 .swiper-pagination-bullet-active {
  background: #304c6e;
}
.fragrance .swiper-container3 .swiper-pagination-bullet-active::after {
  color: #304c6e;
}
.fragrance .swiper-container3 .swiper-title {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: min(20px, 3.8461538462vw);
  font-family: var(--tenor);
  font-size: min(30px, 5.7692307692vw);
  line-height: 1;
  letter-spacing: 0em;
}
.fragrance .swiper-container3 .swiper-title::before {
  margin-inline: auto;
  margin-bottom: min(10px, 1.9230769231vw);
  content: "";
  display: block;
  height: auto;
  width: min(16px, 3.0769230769vw);
  aspect-ratio: 1;
  -webkit-mask: url(../img/star.svg) center/contain no-repeat;
  mask: url(../img/star.svg) center/contain no-repeat;
  background-color: #3eb7c8;
}
.fragrance .swiper-container3 .swiper-anno {
  color: #7d7d7d;
  text-align: right;
  margin-top: min(10px, 1.9230769231vw);
  font-size: min(12px, 2.3076923077vw);
  line-height: 1;
  letter-spacing: 0em;
}
.fragrance .swiper-container3 .swiper-text {
  margin-top: min(20px, 3.8461538462vw);
  padding-inline: min(25px, 4.8076923077vw);
  font-size: min(16px, 3.0769230769vw);
  line-height: 1.8125;
  letter-spacing: 0em;
}
.fragrance .swiper-container4 {
  position: relative;
}
.fragrance .swiper-container4 svg {
  display: none;
}
.fragrance .swiper-container4 .swiper-button-prev,
.fragrance .swiper-container4 .swiper-button-next {
  top: min(65px, 12.5vw);
  height: auto;
  width: min(13px, 2.5vw);
  aspect-ratio: 6/13;
  background: url(../img/arrow.png) no-repeat;
  background-size: contain;
}
.fragrance .swiper-container4 .swiper-button-prev {
  left: -20px;
  rotate: 180deg;
}
@media screen and (min-width: 500px) {
  .fragrance .swiper-container4 .swiper-button-prev {
    left: -30px;
  }
}
.fragrance .swiper-container4 .swiper-button-next {
  right: -20px;
}
@media screen and (min-width: 500px) {
  .fragrance .swiper-container4 .swiper-button-next {
    right: -30px;
  }
}
.fragrance .swiper-container4 .swiper .swiper-wrapper .swiper-slide {
  padding: 0 min(30px, 5.7692307692vw);
  background: #f7f4ef;
  display: flex;
  height: min(118px, 22.6923076923vw);
  align-items: center;
  border-radius: 5px;
}
.fragrance .swiper-container4 .swiper .swiper-wrapper .swiper-slide img {
  width: min(60px, 11.5384615385vw);
}
.fragrance .swiper-container4 .swiper .swiper-wrapper .swiper-slide p {
  margin-left: min(22px, 4.2307692308vw);
  padding-left: min(22px, 4.2307692308vw);
  padding-block: min(10px, 1.9230769231vw);
  border-left: solid 1px #304c6e;
  font-size: min(16px, 3.0769230769vw);
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.fragrance .swiper-container4 .swiper .swiper-pagination4 {
  position: static;
  display: flex;
  width: fit-content;
  gap: min(13px, 2.5vw);
  margin: min(20px, 3.8461538462vw) auto 0;
  padding-bottom: min(40px, 7.6923076923vw);
}
.fragrance .swiper-container4 .swiper .swiper-pagination4 .swiper-pagination-bullet {
  margin: 0;
  height: auto;
  width: min(7px, 1.3461538462vw);
  aspect-ratio: 1;
  background: #304c6e;
}
.fragrance__intro {
  padding-top: min(60px, 11.5384615385vw);
  padding-bottom: min(100px, 19.2307692308vw);
  padding-inline: min(25px, 4.8076923077vw);
}

.voice__inner {
  padding-inline: min(50px, 9.6153846154vw);
}
.voice__title {
  font-size: min(24px, 4.6153846154vw);
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  font-weight: 600;
  margin-bottom: min(20px, 3.8461538462vw);
}
.voice__title img {
  margin-top: min(15px, 2.8846153846vw);
}

[data-bg-index="3"] {
  background: #fff;
}

.treatment {
  overflow: hidden;
  background: #ffeff7;
  padding-block: min(100px, 19.2307692308vw) min(60px, 11.5384615385vw);
  border-radius: 50px 50px 0 0;
}
.treatment__title {
  font-family: var(--tenor);
  font-size: min(70px, 13.4615384615vw);
  line-height: 1;
  letter-spacing: 0em;
  position: relative;
  color: #ae579c;
  padding-bottom: min(30px, 5.7692307692vw);
  margin-bottom: min(40px, 7.6923076923vw);
  padding-inline: min(12px, 2.3076923077vw);
  text-align: center;
}
.treatment__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  height: auto;
  width: min(54px, 10.3846153846vw);
  aspect-ratio: 538/166;
  -webkit-mask: url(../img/bg-star.png) center/contain no-repeat;
  mask: url(../img/bg-star.png) center/contain no-repeat;
  background-color: #dfbfd6;
}
.treatment__text {
  font-size: min(18px, 3.4615384615vw);
  line-height: 1.6666666667;
  letter-spacing: 0em;
  text-align: center;
  padding-inline: min(50px, 9.6153846154vw);
}
.treatment__main {
  margin-block: min(30px, 5.7692307692vw);
  display: block;
  width: min(287px, 55.1923076923vw);
  margin-inline: auto;
}
.treatment__list {
  padding-inline: min(50px, 9.6153846154vw);
}
.treatment__beauty {
  margin-top: min(50px, 9.6153846154vw);
  margin-inline: auto;
  border-radius: 9999px;
  background: linear-gradient(to bottom, #fff, #fff 68%, #d3f7fc);
  width: calc(100% - min(20px, 3.8461538462vw));
  height: auto;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.treatment__beauty-title {
  color: #3eb7c8;
  font-size: min(24px, 4.6153846154vw);
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  margin-bottom: min(15px, 2.8846153846vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(10px, 1.9230769231vw);
}
.treatment__beauty-title::before {
  content: "";
  width: 20px;
  height: auto;
  aspect-ratio: 20/46;
  background: url(../img/water.svg) no-repeat;
  background-size: contain;
  display: block;
}
.treatment__beauty-title span {
  display: block;
  font-size: min(38px, 7.3076923077vw);
  line-height: 1;
  letter-spacing: 0em;
}
.treatment__beauty-text {
  font-size: min(16px, 3.0769230769vw);
  line-height: 1.875;
  letter-spacing: 0em;
  text-align: center;
}

.list-item {
  display: flex;
  flex-direction: column;
  gap: min(20px, 3.8461538462vw);
}
.list-item__item {
  padding: min(26px, 5vw);
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10px, 1.9230769231vw);
  box-shadow: 4px 4px 0px 0px #dfbfd6;
}
.list-item__item-img--1-1 {
  width: min(130px, 25vw);
}
.list-item__item-img--1-2 {
  width: min(130px, 25vw);
}
.list-item__item-img--1-3 {
  width: min(130px, 25vw);
}
.list-item__item-img--01 {
  width: min(130px, 25vw);
}
.list-item__item-img--02 {
  width: min(86px, 16.5384615385vw);
}
.list-item__item-img--03 {
  width: min(130px, 25vw);
}
.list-item__item-num {
  color: #ae579c;
  font-family: var(--tenor);
  font-size: min(22px, 4.2307692308vw);
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: min(15px, 2.8846153846vw);
}
.list-item__item-num span {
  font-size: min(30px, 5.7692307692vw);
  line-height: 1;
  letter-spacing: 0em;
}
.list-item__item-text {
  white-space: nowrap;
  font-weight: 500;
  font-size: min(16px, 3.0769230769vw);
  line-height: 1.875;
  letter-spacing: 0em;
}
.list-item__item-text span {
  font-size: min(20px, 3.8461538462vw);
  line-height: 1.5;
  letter-spacing: 0em;
}

[data-bg-index="4"] {
  background: #ffeff7;
}

.hair {
  overflow: hidden;
  background: #fabfd6;
  border-radius: 50px;
  padding-block: min(100px, 19.2307692308vw);
  padding-inline: min(25px, 4.8076923077vw);
}
.hair__title {
  font-size: min(70px, 13.4615384615vw);
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  font-family: var(--tenor);
  text-align: center;
  padding-bottom: min(30px, 5.7692307692vw);
  position: relative;
  margin-bottom: min(40px, 7.6923076923vw);
}
.hair__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  height: auto;
  width: min(54px, 10.3846153846vw);
  aspect-ratio: 538/166;
  -webkit-mask: url(../img/bg-star.png) center/contain no-repeat;
  mask: url(../img/bg-star.png) center/contain no-repeat;
  background-color: #fff;
}
.hair__sub {
  margin-bottom: min(40px, 7.6923076923vw);
}
.hair__sub-title {
  font-family: var(--tenor);
  color: #ae579c;
  font-size: min(40px, 7.6923076923vw);
  line-height: 1;
  letter-spacing: 0em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10px, 1.9230769231vw);
}
.hair__sub-title::before, .hair__sub-title::after {
  content: "";
  height: auto;
  width: min(20px, 3.8461538462vw);
  aspect-ratio: 1;
  -webkit-mask: url(../img/star.svg) center/contain no-repeat;
  mask: url(../img/star.svg) center/contain no-repeat;
  background-color: #ae579c;
}
.hair__sub-text {
  margin-top: min(10px, 1.9230769231vw);
  text-align: center;
  font-size: min(22px, 4.2307692308vw);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}
.hair__01 {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: min(60px, 11.5384615385vw);
}
.hair__list {
  padding-inline: min(25px, 4.8076923077vw);
}
.hair__bottom {
  margin-top: min(40px, 7.6923076923vw);
  margin-bottom: min(60px, 11.5384615385vw);
  background: rgba(255, 255, 255, 0.6);
  padding: min(30px, 5.7692307692vw) min(25px, 4.8076923077vw) min(50px, 9.6153846154vw);
  border-radius: 10px;
}
.hair__bottom-white {
  background: #fff;
  border-radius: 5px;
  padding: min(20px, 3.8461538462vw);
}
.hair__bottom-white-title {
  display: flex;
  flex-direction: column;
  gap: min(10px, 1.9230769231vw);
  margin-top: min(5px, 0.9615384615vw);
  margin-bottom: min(15px, 2.8846153846vw);
}
.hair__bottom-white-title-text {
  font-family: var(--teachers);
  font-size: min(16px, 3.0769230769vw);
  line-height: 1;
  letter-spacing: 0em;
}
.hair__bottom-white-title-title {
  font-weight: bold;
  font-size: min(22px, 4.2307692308vw);
  line-height: 1.3636363636;
  letter-spacing: 0em;
}
.hair__bottom-white-text {
  font-size: min(16px, 3.0769230769vw);
  line-height: 1.6875;
  letter-spacing: 0em;
}
.hair__bottom-white-text span {
  margin-top: min(10px, 1.9230769231vw);
  display: block;
  font-size: min(14px, 2.6923076923vw);
  line-height: 1;
  letter-spacing: 0em;
}
.hair__bottom-sankaku {
  margin-top: min(15px, 2.8846153846vw);
  margin-inline: auto;
  height: auto;
  width: min(64px, 12.3076923077vw);
  aspect-ratio: 64/21;
  display: block;
  background: #dfbfd6;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.hair__bottom-main {
  width: min(350px, 67.3076923077vw);
  margin-inline: auto;
}
.hair__bottom-01 {
  margin-inline: auto;
  display: block;
  width: min(50px, 9.6153846154vw);
}
.hair__accs {
  display: flex;
  flex-direction: column;
  gap: min(24px, 4.6153846154vw);
  margin-top: min(24px, 4.6153846154vw);
}

.accordion {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
.accordion.is-active .accordion__head-inner::after {
  rotate: 0deg;
}
.accordion sup {
  top: -0.3em;
}
.accordion__head {
  display: block;
}
.accordion__head::marker {
  display: none;
}
.accordion__head::-webkit-details-marker {
  display: none;
}
.accordion__head-inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: min(64px, 12.3076923077vw);
  font-size: min(20px, 3.8461538462vw);
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  font-weight: 500;
  background: linear-gradient(to right, #ffeff7, #d3f7fc);
  position: relative;
}
.accordion__head-inner::before, .accordion__head-inner::after {
  position: absolute;
  top: 50%;
  right: min(20px, 3.8461538462vw);
  content: "";
  height: 1px;
  width: min(18px, 3.4615384615vw);
  background: #304c6e;
  transition: rotate 0.3s;
}
.accordion__head-inner::after {
  rotate: 90deg;
}
.accordion__body {
  overflow: hidden;
  background: #f8f8f8;
  border-block: 1px solid #304c6e;
}
.accordion__body-inner {
  display: flex;
  flex-direction: column;
  gap: min(24px, 4.6153846154vw);
  padding: min(24px, 4.6153846154vw);
}
.accordion__body-inner p {
  font-size: min(16px, 3.0769230769vw);
  line-height: 1.375;
  letter-spacing: 0em;
}
.accordion__body-inner p span {
  display: block;
  margin-top: min(8px, 1.5384615385vw);
}
.accordion__body-inner b {
  margin-top: min(10px, 1.9230769231vw);
  display: block;
  font-weight: normal;
}
.accordion__body-inner b i {
  display: block;
  font-style: normal;
  padding-left: 2em;
  text-indent: -2em;
  font-size: min(14px, 2.6923076923vw);
  line-height: 1.5;
  letter-spacing: 0em;
}
.accordion__body-inner ul {
  display: flex;
  flex-direction: column;
  gap: min(20px, 3.8461538462vw);
}
.accordion__body-inner ul li .title {
  font-size: min(14px, 2.6923076923vw);
  line-height: 1;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  gap: min(5px, 0.9615384615vw);
  margin-bottom: min(10px, 1.9230769231vw);
}
.accordion__body-inner ul li .title::before {
  content: "";
  height: auto;
  width: min(12px, 2.3076923077vw);
  aspect-ratio: 1;
  border-radius: 9999px;
  background: #749ac9;
}
.accordion__body-inner ul li .title span {
  font-size: min(18px, 3.4615384615vw);
  line-height: 1;
  letter-spacing: 0em;
  margin-right: min(30px, 5.7692307692vw);
  font-weight: 500;
}
.line {
  background: #f8f8f8;
  padding-top: min(80px, 15.3846153846vw);
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .line {
    padding-bottom: min(100px, 19.2307692308vw);
  }
}
.line__inner {
  margin-inline: auto;
  width: min(470px, 90.3846153846vw);
}
.line__title {
  text-align: center;
  margin-top: max(-80px, -15.3846153846vw);
  font-size: min(70px, 13.4615384615vw);
  line-height: 1;
  letter-spacing: 0em;
  font-family: var(--tenor);
  color: #ae579c;
  padding-bottom: min(40px, 7.6923076923vw);
  position: relative;
  margin-bottom: min(40px, 7.6923076923vw);
}
.line__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  height: auto;
  width: min(54px, 10.3846153846vw);
  aspect-ratio: 538/166;
  background: url(../img/bg-star.png) no-repeat;
  background-size: cover;
}
.line__title-img {
  margin-inline: auto;
  display: block;
  width: calc(100% - min(15px, 2.8846153846vw) * 2);
}
.line__text {
  font-size: min(18px, 3.4615384615vw);
  line-height: 1.3333333333;
  letter-spacing: 0em;
  padding-inline: min(25px, 4.8076923077vw);
  margin-bottom: min(80px, 15.3846153846vw);
}
.line__sub-title {
  font-size: min(36px, 6.9230769231vw);
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10px, 1.9230769231vw);
  font-family: var(--tenor);
  color: #3eb7c8;
}
.line__sub-title::before, .line__sub-title::after {
  content: "";
  height: auto;
  width: min(20px, 3.8461538462vw);
  aspect-ratio: 1;
  -webkit-mask: url(../img/star.svg) center/contain no-repeat;
  mask: url(../img/star.svg) center/contain no-repeat;
  background-color: #3eb7c8;
}
.line__sub-title--pink {
  color: #ae579c;
}
.line__sub-title--pink::before, .line__sub-title--pink::after {
  background: #ae579c;
}
.line__list {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}
.line__item {
  width: 50%;
  padding: min(10px, 1.9230769231vw) min(15px, 2.8846153846vw) min(20px, 3.8461538462vw);
  background: #fff;
  box-shadow: 2px 2px 4px 2px rgba(62, 183, 200, 0.3);
  border-radius: 5px;
}
.line__item--100 {
  width: 100%;
  padding-block: min(20px, 3.8461538462vw) !important;
  margin-top: min(14px, 2.6923076923vw);
  margin-bottom: min(80px, 15.3846153846vw);
}
.line__item--pink {
  box-shadow: 2px 2px 4px 2px rgba(174, 87, 156, 0.2);
}
.line__item--pink .line__item-title {
  border-bottom: #ae579c solid 1px;
}
.line__item--mb0 {
  margin-bottom: 0;
  padding-inline: min(30px, 5.7692307692vw);
  padding-bottom: min(10px, 1.9230769231vw);
}
.line__item--mb0 .line__item-img {
  margin-bottom: 0;
}
.line__item--mb0 .line__item-wrap {
  gap: min(10px, 1.9230769231vw);
  align-items: center;
}
.line__item-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.line__item-wrap--yoko {
  grid-template-columns: min(108px, 20.7692307692vw) 1fr;
}
.line__item-wrap--yoko .line__item-img {
  width: 100%;
}
.line__item-img-wrap {
  margin-bottom: min(10px, 1.9230769231vw);
  height: min(120px, 23.0769230769vw);
}
.line__item-img {
  display: block;
  width: min(68px, 13.0769230769vw);
  margin-inline: auto;
}
.line__item-img--2 {
  width: min(60px, 11.5384615385vw);
}
.line__item-img--3, .line__item-img--4 {
  margin-bottom: min(10px, 1.9230769231vw);
}
.line__item-img--04 {
  width: min(45px, 8.6538461538vw);
  margin-bottom: min(10px, 1.9230769231vw);
}
.line__item-title {
  font-size: min(16px, 3.0769230769vw);
  line-height: 1.375;
  letter-spacing: 0em;
  font-weight: 600;
  padding-bottom: min(10px, 1.9230769231vw);
  margin-bottom: min(10px, 1.9230769231vw);
  border-bottom: solid 1px #3eb7c8;
  text-align: center;
}
.line__item-title span {
  color: #fff;
  background: #3eb7c8;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(81px, 15.5769230769vw);
  border-radius: 9999px;
  font-size: min(14px, 2.6923076923vw);
  margin-top: min(5px, 0.9615384615vw);
  padding-block: min(2px, 0.3846153846vw) min(3.5px, 0.6730769231vw);
  margin-inline: auto;
}
.line__item-title span.pink {
  background: #fabfd6;
  display: inline-flex;
  margin-right: min(10px, 1.9230769231vw);
  width: min(74px, 14.2307692308vw);
}
.line__item-title span.p-mini {
  width: min(68px, 13.0769230769vw);
}
.line__item-title span i {
  font-style: normal;
  margin-top: -0.2em;
}
.line__item-title b {
  font-weight: 600;
  font-size: min(12px, 2.3076923077vw);
}
.line__item-title b i {
  font-style: normal;
  font-size: min(16px, 3.0769230769vw);
}
.line__item-text {
  font-size: min(16px, 3.0769230769vw);
  line-height: 1.5625;
  letter-spacing: 0em;
}

.intro__inner {
  padding: min(40px, 7.6923076923vw) min(35px, 6.7307692308vw);
  border-radius: 50px;
  background: linear-gradient(to bottom, #ffeff7, #d3f7fc);
  box-shadow: 4px 4px 0px 0px rgba(116, 154, 201, 0.7);
}
.intro__top-star {
  width: min(54px, 10.3846153846vw);
  margin-bottom: min(20px, 3.8461538462vw);
  margin-inline: auto;
}
.intro__item:first-child {
  padding-bottom: min(30px, 5.7692307692vw);
  margin-bottom: min(30px, 5.7692307692vw);
  position: relative;
}
.intro__item:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: min(380px, 73.0769230769vw);
  height: 1px;
  background: #3eb7c8;
}
.intro__item-title {
  font-weight: 600;
  text-align: center;
  font-size: min(24px, 4.6153846154vw);
  line-height: 1.4583333333;
  letter-spacing: 0em;
  margin-bottom: min(16px, 3.0769230769vw);
}
.intro__item-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(70px, 13.4615384615vw);
  border-radius: 9999px;
  background: #3eb7c8;
  font-size: min(22px, 4.2307692308vw);
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  font-weight: bold;
  border: solid 2px #fff;
  transition: color 0.3s, background 0.3s;
}
@media (hover) {
  .intro__item-button:hover {
    color: #3eb7c8;
    background: #fff;
  }
}
.intro__item-text {
  margin-top: min(12px, 2.3076923077vw);
  font-size: min(16px, 3.0769230769vw);
  line-height: 1.625;
  letter-spacing: 0em;
  font-weight: 500;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: min(12px, 2.3076923077vw);
}
.intro__item-text::before {
  content: "or";
  color: #3eb7c8;
  font-weight: bold;
  font-size: min(24px, 4.6153846154vw);
  line-height: 1;
  letter-spacing: 0em;
}
.intro__item-wrap {
  overflow: hidden;
  border-radius: 10px;
}
.intro__item-wrap-title {
  color: #fff;
  height: min(46px, 8.8461538462vw);
  background: #3eb7c8;
  font-weight: bold;
  font-size: min(16px, 3.0769230769vw);
  line-height: 1;
  letter-spacing: 0em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro__item-wrap-text {
  background: #fff;
  font-size: min(16px, 3.0769230769vw);
  line-height: 1.625;
  letter-spacing: 0em;
  padding: min(15px, 2.8846153846vw) min(20px, 3.8461538462vw);
  font-weight: 500;
}
.intro__item-annos {
  margin-top: min(15px, 2.8846153846vw);
  display: flex;
  flex-direction: column;
  gap: min(10px, 1.9230769231vw);
}
.intro__item-anno {
  font-size: min(12px, 2.3076923077vw);
  line-height: 1.25;
  letter-spacing: 0em;
  padding-left: 1em;
  text-indent: -1em;
}

.footer {
  background: #ffeff7;
  padding: min(40px, 7.6923076923vw) min(37px, 7.1153846154vw) min(25px, 4.8076923077vw);
  position: relative;
}
.footer__logo {
  width: min(128px, 24.6153846154vw);
  margin-inline: auto;
  margin-bottom: min(20px, 3.8461538462vw);
}
.footer__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(16px, 3.0769230769vw);
  column-rule: 1px solid #304c6e;
  margin-bottom: min(30px, 5.7692307692vw);
}
.footer__item-link {
  color: #304c6e;
  display: block;
  transition: opacity 0.3s;
  font-size: min(16px, 3.0769230769vw);
  line-height: 1;
  letter-spacing: 0em;
}
@media (hover) {
  .footer__item-link:hover {
    opacity: 0.7;
  }
}
.footer__sns {
  display: flex;
  flex-direction: column;
  gap: min(17px, 3.2692307692vw);
  margin-bottom: min(30px, 5.7692307692vw);
}
.footer__sns-title {
  height: min(28px, 5.3846153846vw);
  width: min(140px, 26.9230769231vw);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #304c6e;
  background: #fff;
  font-weight: bold;
  font-size: min(14px, 2.6923076923vw);
  line-height: 1;
  letter-spacing: 0em;
}
.footer__sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(25px, 4.8076923077vw);
}
.footer__sns-item {
  display: block;
  height: auto;
  width: min(20px, 3.8461538462vw);
  transition: opacity 0.3s;
}
@media (hover) {
  .footer__sns-item:hover {
    opacity: 0.7;
  }
}
.footer__sns-item--note {
  width: min(43px, 8.2692307692vw);
}
.footer__copyright {
  color: #304c6e;
  font-size: min(14px, 2.6923076923vw);
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}

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