@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kurenaido&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #362c2e;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

a {
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.6;
}

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

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

/* --- 共通パーツ --- */
section {
  overflow-x: hidden;
}

.wrapper {
  position: relative;
}

.button {
  width: 365px;
  height: 69px;
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(91.51deg, #d159ec 4.77%, #7458cf 97.74%);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 60px;
  display: grid;
  place-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .button {
    width: 100%;
    max-width: 335px;
    height: 63px;
    margin-top: 19px;
  }
}
.button:hover {
  opacity: 0.6;
}
.button::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 1px solid #ffffff;
  border-radius: 54px;
  pointer-events: none;
}
.button .button__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .button .button__main {
    gap: 6px;
  }
}
.button .line-icon {
  width: 30px;
  height: 30px;
}
.button .button__main-txt {
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .button .button__main-txt {
    font-weight: 600;
  }
}
.button .button__balloon {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 288px;
  height: 34px;
  display: grid;
  place-content: center;
  border-radius: 24px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(91.51deg, #d159ec 4.77%, #7458cf 97.74%) border-box;
  border: 2px solid transparent;
}
@media screen and (max-width: 767px) {
  .button .button__balloon {
    width: 79.3413173653%;
    border: 1px solid transparent;
  }
}
.button .button__balloon::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 8px;
  background-color: #a359de;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: -1;
}
.button .button__balloon::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 5px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}
.button .button__balloon-txt {
  font-family: "Zen Kurenaido", sans-serif;
  color: #362c2e;
  font-size: 1.8rem;
  font-weight: 400;
}

/* --- inner --- */
.inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

/* --- header --- */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 19px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 11px 20px;
  }
}
.header .header__heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 3.2rem;
  line-height: 1;
  color: #df5cb3;
}
@media screen and (max-width: 767px) {
  .header .header__heading {
    font-size: 1.4rem;
  }
}
.header .header__button .button {
  width: 211px;
  height: 40px;
  border-radius: 40px;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .header .header__button .button {
    width: 130px;
    height: 28px;
    margin-top: 0;
  }
}
.header .header__button .button::before {
  display: none;
}
.header .header__button .button .line-icon {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1024px) {
  .header .header__button .button .line-icon {
    width: 16px;
    height: 16px;
  }
  .header .header__button .button .line-icon img {
    vertical-align: top;
  }
}
.header .header__button .button .button__main-txt {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .header .header__button .button .button__main-txt {
    font-size: 1.2rem;
  }
}
.header .header__button .button .button__balloon {
  top: -22px;
  width: 173px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  .header .header__button .button .button__balloon {
    display: none;
  }
}
.header .header__button .button .button__balloon::before {
  bottom: -6px;
  width: 12px;
  height: 6px;
}
.header .header__button .button .button__balloon::after {
  bottom: -4px;
  width: 8px;
  height: 4px;
}
.header .header__button .button .button__balloon-txt {
  font-size: 1.4rem;
  background: linear-gradient(91.51deg, #d159ec 4.77%, #7458cf 97.74%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* --- fv --- */
.fv {
  background: url(../images/fv-bg.webp) no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 1440/900;
}
@media screen and (max-width: 767px) {
  .fv {
    background: url(../images/sp-fv-bg.webp) no-repeat top center/cover;
    aspect-ratio: 375/583;
  }
}
.fv .fv__inner {
  max-width: 47.3611111111vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv .fv__inner {
    max-width: 89.3333333333vw;
  }
}
.fv .fv__content {
  padding-top: 14.8611111111vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv .fv__content {
    padding-top: 50.1333333333vw;
  }
}
.fv .fv__heading {
  color: #fff;
  font-weight: 700;
  font-size: 2.2222222222vw;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(15.87%, rgba(235, 116, 148, 0.8)), color-stop(85.58%, rgba(235, 116, 148, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(235, 116, 148, 0.8) 15.87%, rgba(235, 116, 148, 0.8) 85.58%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .fv .fv__heading {
    font-weight: 600;
    font-size: 4.8vw;
    height: 8.8vw;
    display: grid;
    place-content: center;
  }
}
.fv .fv__catch {
  background: linear-gradient(94.16deg, #9500b6 4.23%, #e81697 96.34%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(54, 42, 50, 0.3));
          filter: drop-shadow(0px 2px 4px rgba(54, 42, 50, 0.3));
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 4.4444444444vw;
  line-height: 1.5;
  text-shadow: 0px 2px 4px 0px rgba(54, 42, 50, 0.3019607843);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fv .fv__catch {
    font-size: 7.4666666667vw;
    line-height: 1.4;
  }
}
.fv .fv__catch--small {
  font-size: 3.3333333333vw;
  margin-bottom: 0.3472222222vw;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .fv .fv__catch--small {
    font-size: 6.9333333333vw;
    margin-bottom: 0;
  }
}
.fv .fv__circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8333333333vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .fv .fv__circles {
    gap: 1.6vw;
    margin-top: 33.0666666667vw;
  }
}
.fv .fv__item {
  width: 11.1111111111vw;
  height: 11.1111111111vw;
  border-radius: 50%;
  background-color: #fff;
  display: grid;
  place-content: center;
  gap: 0.6944444444vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv .fv__item {
    width: 28.8vw;
    height: 28.8vw;
    gap: 1.0666666667vw;
  }
}
.fv .fv__item::before {
  content: "";
  position: absolute;
  top: 0.6944444444vw;
  left: 0.6944444444vw;
  right: 0.6944444444vw;
  bottom: 0.6944444444vw;
  border-radius: 50%;
  pointer-events: none;
  border: 0.1388888889vw solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(91.51deg, #d159ec 4.77%, #7458cf 97.74%) border-box;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .fv .fv__item::before {
    border: 0.5333333333vw solid transparent;
    top: 1.0666666667vw;
    left: 1.0666666667vw;
    right: 1.0666666667vw;
    bottom: 1.0666666667vw;
  }
}
.fv .fv__item__icon {
  width: 2.0833333333vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv .fv__item__icon {
    width: 5.3333333333vw;
  }
}
.fv .fv__item__text {
  color: #eb7494;
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv .fv__item__text {
    font-weight: 500;
    font-size: 3.7333333333vw;
  }
}

/* --- banner --- */
.banner {
  padding: 40px 0;
  background: url(../images/banner-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .banner {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner__inner {
    padding: 0;
  }
}

/* --- problems --- */
.problems {
  background: linear-gradient(to bottom, #faf9f9 40px, transparent 40px), url(../images/problems-bg.webp) repeat-y top 40px center/cover, url(../images/problems-bg-2.webp) repeat-y top 40px center/cover;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .problems {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .problems {
    background: linear-gradient(to bottom, #faf9f9 74px, transparent 74px), url(../images/problems-bg.webp) repeat-y top 74px center/contain, url(../images/problems-bg-2.webp) repeat-y top 74px center/contain;
    padding-top: 20px;
    padding-bottom: 227px;
  }
}
.problems::after {
  content: "";
  aspect-ratio: 659/439;
  width: 45.764%;
  max-width: 659px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/problems-bg-3.webp) no-repeat center center/contain;
}
@media screen and (max-width: 1350px) {
  .problems::after {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .problems::after {
    aspect-ratio: 340/227;
    width: 340px;
    background: url(../images/sp-problems-bg-3.webp) no-repeat center center/contain;
  }
}
.problems .problems__heading {
  padding: 2px 20px 18px;
  background-color: #4a4a85;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .problems .problems__heading {
    max-width: 295px;
    margin: 0 auto;
    padding: 16px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.problems .problems__heading--large {
  font-weight: 700;
  font-size: 4.8rem;
  color: #ffe260;
}
@media screen and (max-width: 767px) {
  .problems .problems__heading--large {
    font-size: 3rem;
  }
}
.problems .problems__heading::after {
  content: "";
  background: url(../images/problems-heading-decorate.webp) no-repeat center center/contain;
  width: 56px;
  height: 56px;
  display: inline-block;
  position: relative;
  top: 10px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .problems .problems__heading::after {
    position: absolute;
    width: 27px;
    height: 30px;
    top: auto;
    bottom: 15px;
    left: auto;
    right: 20px;
  }
}
.problems .problems__list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
  place-content: center;
  position: relative;
  z-index: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1024px) {
  .problems .problems__list {
    gap: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .problems .problems__list {
    margin-top: 41px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.problems .problems__item {
  clip-path: inset(0 0 0 0 round 10px);
  background-color: #fff;
}
.problems .problems__item__heading {
  background-color: #4a4a85;
  padding: 15px 70px 15px 20px;
  width: 100%;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .problems .problems__item__heading {
    padding-right: 50px;
  }
}
.problems .problems__item__heading::before {
  content: "";
  display: inline-block;
  background: url(../images/icon-checkmark.webp) no-repeat center center/contain;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.problems .problems__item__heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  background: url(../images/icon-open.svg) no-repeat center center/contain;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .problems .problems__item__heading::after {
    width: 24px;
    height: 24px;
  }
}
.problems .problems__item__heading.is-open::after {
  background: url(../images/icon-close.svg) no-repeat center center/contain;
}
.problems .problems__item__title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .problems .problems__item__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .problems .problems__item__title {
    font-size: 2rem;
  }
}
.problems .problems__item__title--yellow {
  color: #ffe260;
  font-weight: 700;
}
.problems .problems__item__text {
  padding: 20px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .problems .problems__item__text {
    font-size: 1.6rem;
  }
}
.problems .problems__item__text--purple {
  color: #7458cf;
  font-weight: 700;
}

/* --- button-mid-1 --- */
.button-mid-1 {
  display: grid;
  place-content: center;
  padding: 46px 40px;
  background: url(../images/bg-button-mid-1.webp) no-repeat center center/cover, #fff5fc;
  aspect-ratio: 1440/182;
}
@media screen and (max-width: 767px) {
  .button-mid-1 {
    width: 100%;
    padding: 60px 20px 76px;
    place-content: initial;
    background: url(../images/sp-bg-button-mid-1.webp) no-repeat center bottom/cover, #fcf2f9;
  }
}

/* --- mission --- */
.mission {
  padding-top: 100px;
  background: url(../images/mission-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .mission {
    padding-top: 60px;
    padding-bottom: 151px;
    background: url(../images/sp-mission-bg.webp) no-repeat center center/cover;
  }
}
.mission .mission__heading {
  text-align: center;
}
.mission .mission__heading--en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1.2;
  background-image: radial-gradient(circle at 58% 50%, rgba(223, 92, 179, 0.9) 0%, transparent 40%), radial-gradient(circle at 82% 35%, rgba(223, 92, 179, 0.4) 0%, transparent 30%), radial-gradient(circle at 75% 65%, rgba(74, 51, 138, 0.85) 0%, transparent 55%), -webkit-gradient(linear, left top, right top, from(#df5cb3), color-stop(48%, #df5cb3), color-stop(70%, #4a338a), to(#4a338a));
  background-image: radial-gradient(circle at 58% 50%, rgba(223, 92, 179, 0.9) 0%, transparent 40%), radial-gradient(circle at 82% 35%, rgba(223, 92, 179, 0.4) 0%, transparent 30%), radial-gradient(circle at 75% 65%, rgba(74, 51, 138, 0.85) 0%, transparent 55%), linear-gradient(90deg, #df5cb3 0%, #df5cb3 48%, #4a338a 70%, #4a338a 100%);
  background-size: cover;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .mission .mission__heading--en {
    font-size: 3.4rem;
  }
}
.mission .mission__heading--ja {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .mission .mission__heading--ja {
    margin-top: 4px;
  }
}
.mission .mission__heading::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #e34373;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .mission .mission__heading::after {
    width: 20px;
  }
}
.mission .mission__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .mission .mission__flex {
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
  }
}
.mission .mission__l-container {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 469px;
  padding: 143px 48px 52px 49px;
  background: url(../images/mission-bg-l-container.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .mission .mission__l-container {
    width: 100%;
    padding: 270px 20px 60px;
    background: url(../images/sp-mission-bg-l-container.webp) no-repeat top center/cover;
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 680px) {
  .mission .mission__l-container {
    padding-top: 220px;
  }
}
@media screen and (max-width: 500px) {
  .mission .mission__l-container {
    padding-top: 172px;
  }
}
@media screen and (max-width: 420px) {
  .mission .mission__l-container {
    background: url(../images/sp-mission-bg-l-container.webp) no-repeat top center/contain, linear-gradient(to bottom, transparent 172px, #f7f3f6 172px);
    aspect-ratio: 335/539;
  }
}
.mission .mission__catch {
  color: #fff;
  background: #eb7494;
  border-radius: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  padding: 7px 8px 6px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mission .mission__catch {
    max-width: 295px;
    margin: -45px auto 0;
    padding: 10px;
    font-size: 1.8rem;
  }
}
.mission .mission__catch::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 6px;
  right: 6px;
  border: 1px solid #fff;
  pointer-events: none;
  border-radius: inherit;
}
.mission .mission__text {
  margin-top: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .mission .mission__text {
    margin-top: 20px;
  }
}
.mission .mission__text--bold {
  font-weight: 700;
  color: #eb7494;
}
.mission .mission__r-container {
  width: 75.2%;
  max-width: 900px;
  position: absolute;
  bottom: 0;
  right: 40px;
}
@media screen and (max-width: 1024px) {
  .mission .mission__r-container {
    width: 62%;
    right: auto;
    left: 335px;
  }
}
@media screen and (max-width: 767px) {
  .mission .mission__r-container {
    width: 254px;
    right: 15px;
    bottom: -150px;
    left: auto;
  }
}

/* --- ourslution --- */
.ourslution {
  background: url(../images/ourslution-bg.webp) no-repeat top center/cover;
}
.ourslution .ourslution__heading {
  padding: 60px 0 99px;
  text-align: center;
  color: #fff;
  background: linear-gradient(90.95deg, #e9a8d2 0%, #f19bd3 49.52%, #c6b7f5 99.04%);
  clip-path: ellipse(65% 100% at 50% 0%);
}
@media screen and (max-width: 1024px) {
  .ourslution .ourslution__heading {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 767px) {
  .ourslution .ourslution__heading {
    padding: 41px 42px;
    clip-path: ellipse(80% 100% at 50% 0%);
  }
}
.ourslution .ourslution__heading--en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ourslution .ourslution__heading--en {
    font-size: 3.2rem;
  }
}
.ourslution .ourslution__heading--ja {
  display: block;
  margin-top: 10px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ourslution .ourslution__heading--ja {
    font-size: 1.6rem;
  }
}
.ourslution .ourslution__catch {
  margin-top: 60px;
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ourslution .ourslution__catch {
    margin-top: 40px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.ourslution .ourslution__catch--u-line {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 18px;
  text-decoration-color: #f6c9d4;
  text-underline-offset: -10px;
}
@media screen and (max-width: 767px) {
  .ourslution .ourslution__catch--u-line {
    text-decoration-thickness: 14px;
    text-underline-offset: -8px;
  }
}
.ourslution .ourslution__list {
  display: grid;
  gap: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .ourslution .ourslution__list {
    margin-top: 39px;
    gap: 36px;
  }
}
.ourslution .ourslution__item {
  padding-top: 130px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .ourslution .ourslution__item {
    padding-top: 265px;
  }
}
@media screen and (max-width: 767px) {
  .ourslution .ourslution__item {
    padding-top: 185px;
  }
}
.ourslution .ourslution__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 590px;
}
@media screen and (max-width: 1024px) {
  .ourslution .ourslution__image {
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .ourslution .ourslution__image {
    width: 314px;
  }
}
.ourslution .ourslution__box {
  position: relative;
  background-color: #fff;
  z-index: 1;
  border-radius: 80px 0 80px 0;
  max-width: 720px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .ourslution .ourslution__box {
    border-radius: 0 40px 0 40px;
    padding: 40px 20px;
  }
}
.ourslution .ourslution__box-heading {
  color: #e34373;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: solid 2px #eb7494;
}
@media screen and (max-width: 767px) {
  .ourslution .ourslution__box-heading {
    font-size: 2rem;
  }
}
.ourslution .ourslution__box-text {
  margin-top: 20px;
  font-weight: 500;
  line-height: 160%;
}
.ourslution .ourslution__box-text--bold {
  color: #eb7494;
  font-weight: 700;
}
.ourslution .item-reverse .ourslution__image {
  left: 0;
}
.ourslution .item-reverse .ourslution__box {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .ourslution .item-reverse .ourslution__box {
    border-radius: 40px 0 40px 0;
  }
}
.ourslution .button-mid-2 {
  margin-top: 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .ourslution .button-mid-2 {
    margin-top: 56px;
    margin-bottom: 80px;
  }
}
.ourslution .ourslution__bg-bottom {
  aspect-ratio: 1440/104;
  width: 100%;
  background: url(../images/bg-ourslution-bottom.webp) no-repeat bottom center/cover;
}

/* --- reason --- */
.reason {
  padding: 116px 0 95px;
  background: url(../images/reason-bg.webp) no-repeat center center/cover, #fdedf0;
}
@media screen and (max-width: 767px) {
  .reason {
    padding: 60px 0;
    background: url(../images/sp-reason-bg.webp) no-repeat top center/contain, #fdedf0;
  }
}
.reason .reason__heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason .reason__heading {
    font-size: 3.2rem;
    width: 176px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 475px) {
  .reason .reason__heading {
    margin-left: 130px;
  }
}
@media screen and (max-width: 450px) {
  .reason .reason__heading {
    margin-left: 105px;
  }
}
@media screen and (max-width: 425px) {
  .reason .reason__heading {
    margin-left: 85px;
  }
}
@media screen and (max-width: 400px) {
  .reason .reason__heading {
    margin-left: 60px;
  }
}
@media screen and (max-width: 375px) {
  .reason .reason__heading {
    margin-left: 35px;
  }
}
@media screen and (max-width: 360px) {
  .reason .reason__heading {
    margin-left: 20px;
  }
}
@media screen and (max-width: 345px) {
  .reason .reason__heading {
    margin-left: 10px;
  }
}
@media screen and (max-width: 320px) {
  .reason .reason__heading {
    margin-left: 0;
  }
}
.reason .reason__heading--large {
  font-weight: 600;
  font-size: 10rem;
  line-height: 1;
  color: #e34373;
}
@media screen and (max-width: 767px) {
  .reason .reason__heading--large {
    font-size: 4.8rem;
  }
}
.reason .reason__heading--pink {
  color: #e34373;
  font-weight: 700;
}
.reason .reason__heading::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #e34373;
  margin: 9px auto 0;
}
@media screen and (max-width: 767px) {
  .reason .reason__heading::after {
    width: 20px;
    margin-top: 10px;
  }
}
.reason .reason__inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .reason .reason__inner {
    padding: 0 20px;
  }
}
.reason .reason__list {
  margin-top: 40px;
  display: grid;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason .reason__list {
    margin-top: 24px;
  }
}
.reason .reason__list::before {
  content: "";
  position: absolute;
  top: -263px;
  left: calc(50% + 284px);
  width: 232px;
  height: 263px;
  background: url(../images/reason-img.webp) no-repeat center center/contain;
}
@media screen and (max-width: 1194px) {
  .reason .reason__list::before {
    width: 150px;
    left: calc(50% + 164px);
    top: -218px;
  }
}
@media screen and (max-width: 767px) {
  .reason .reason__list::before {
    width: 127px;
    height: 140px;
    top: -140px;
    left: auto;
    right: 10px;
  }
}
.reason .reason__item {
  background: #fff;
  border-radius: 40px;
  padding: 40px 90px;
}
@media screen and (max-width: 1024px) {
  .reason .reason__item {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .reason .reason__item {
    border-radius: 20px;
    padding: 40px 20px;
  }
}
.reason .reson__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .reason .reson__flex {
    gap: 0 10px;
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.reason .reason__left-container {
  width: 123px;
  height: 123px;
  display: grid;
  place-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90.95deg, #e2c9d9 0%, #f19bd3 49.52%, #c6b7f5 99.04%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .reason .reason__left-container {
    width: 44px;
    height: 44px;
    border: 1px solid transparent;
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
.reason .reason__num {
  color: #e34373;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .reason .reason__num {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .reason .reason__right-container {
    display: contents;
  }
}
.reason .reason__item-heading {
  color: #e34373;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .reason .reason__item-heading {
    font-size: 2rem;
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
.reason .reason__item-text {
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .reason .reason__item-text {
    font-size: 1.6rem;
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
.reason .reason__item-text--pink {
  font-weight: 700;
  color: #eb7494;
}
.reason .button-mid-3 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .reason .button-mid-3 {
    margin-top: 60px;
  }
}

/* --- service --- */
.service {
  padding-top: 100px;
  background: #fdedf0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service {
    padding-top: 84px;
  }
}
.service .service__heading {
  width: 745px;
  height: 116px;
  margin: 0 auto;
  text-align: center;
  background: url(../images/service-bg-heading.webp) no-repeat center center/contain;
  position: absolute;
  top: 47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .service .service__heading {
    width: 335px;
    height: 70px;
    top: 42px;
    background: url(../images/sp-service-bg-heading.webp) no-repeat center center/contain;
  }
}
.service .service__heading .service__heading__text {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 5rem;
  position: relative;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .service .service__heading .service__heading__text {
    font-size: 3.2rem;
    top: 6px;
  }
}
.service .service__inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .service .service__inner {
    padding: 0 20px;
  }
}
.service .service__list {
  border-radius: 40px;
  background: #f6c9d4;
  padding: 123px 93px 144px 89px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 32px;
}
@media screen and (max-width: 1024px) {
  .service .service__list {
    padding: 100px 40px 120px 40px;
  }
}
@media screen and (max-width: 767px) {
  .service .service__list {
    border-radius: 20px;
    padding: 68px 20px 117px;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media screen and (max-width: 535px) {
  .service .service__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.service .service__item {
  border-radius: 20px;
  background: #fff;
  padding: 20px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .service .service__item {
    padding: 20px 10px;
  }
}
.service .service__item__content {
  padding-bottom: 10px;
  border-bottom: 1px solid #e34373;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .service .service__item__content {
    padding-bottom: 8px;
  }
}
.service .service__item__label {
  color: #e34373;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .service .service__item__label {
    font-size: 2rem;
    gap: 10px;
  }
}
.service .service__item__label::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e34373;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.service .service__item__img {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .service .service__item__img {
    margin-top: 10px;
  }
}
.service .service__item__heading {
  margin-top: 20px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  color: #eb7494;
}
@media screen and (max-width: 767px) {
  .service .service__item__heading {
    margin-top: 16px;
    font-size: 2rem;
  }
}
.service .service__item__heading--small {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
}
.service .service__item__text {
  margin-top: 10px;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .service .service__item__text {
    margin-top: 14px;
  }
}
.service .service__item__text--pink {
  font-weight: 700;
  color: #eb7494;
}
.service .button-mid-4 {
  margin-top: -60px;
}
.service .service__bg-bottom {
  margin-top: 100px;
  aspect-ratio: 1440/104;
  width: 100%;
  background: url(../images/bg-service-bottom.webp) no-repeat bottom center/cover, #fff;
}
@media screen and (max-width: 767px) {
  .service .service__bg-bottom {
    margin-top: 60px;
  }
}

/* --- plan --- */
.plan {
  padding: 68px 0 100px;
}
@media screen and (max-width: 767px) {
  .plan {
    padding: 60px 0;
  }
}
.plan .plan__heading {
  font-family: "Noto Serif JP", serif;
  padding-top: 71px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan .plan__heading {
    padding-top: 30px;
  }
}
.plan .plan__heading--en {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fdedf0;
  font-weight: 700;
  font-size: 9.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .plan .plan__heading--en {
    font-size: 4rem;
  }
}
.plan .plan__heading--ja {
  color: #e34373;
  font-weight: 700;
  font-size: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan .plan__heading--ja {
    font-size: 3.2rem;
  }
}
.plan .plan__inner {
  max-width: 1260px;
  padding: 0 40px;
  margin: 0 auto;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  .plan .plan__inner {
    padding: 0 20px;
  }
}
.plan .plan__table-wrapper {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
}
.plan .plan__table-wrapper::-webkit-scrollbar {
  height: 10px;
}
.plan .plan__table-wrapper::-webkit-scrollbar-track {
  background: #efebeb;
  border-radius: 10px;
}
.plan .plan__table-wrapper::-webkit-scrollbar-thumb {
  background: #f6c9d4;
  border-radius: 10px;
}
.plan .plan__table {
  width: 1180px;
  margin: 60px auto 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  .plan .plan__table {
    margin-top: 74px;
    width: 764px;
  }
}
.plan .plan__table {
  /* cell border-radius */
}
.plan .plan__table thead th:nth-child(2),
.plan .plan__table tbody tr:nth-child(1) th {
  border-radius: 20px 0 0 0;
}
.plan .plan__table thead th:last-child {
  border-radius: 0 20px 0 0;
}
.plan .plan__table tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
.plan .plan__table tbody tr:last-child th {
  border-radius: 0 0 0 20px;
}
.plan .plan__table {
  /* cell background color */
}
.plan .plan__table thead th:nth-child(2),
.plan .plan__table tbody td:nth-child(2) {
  background: #f2a7b9;
}
.plan .plan__table thead th:nth-child(3),
.plan .plan__table tbody td:nth-child(3) {
  background: #f6c9d4;
}
.plan .plan__table thead th:nth-child(4),
.plan .plan__table tbody td:nth-child(4) {
  background: #fdedf0;
}
.plan .plan__table tbody th {
  background: #efebeb;
}
.plan .plan__table {
  /* cell width */
}
.plan .plan__table thead th:first-child {
  width: 237px;
}
@media screen and (max-width: 1024px) {
  .plan .plan__table thead th:first-child {
    width: 90px;
  }
}
.plan .plan__table thead th:not(:first-child) {
  width: 309px;
}
@media screen and (max-width: 1024px) {
  .plan .plan__table thead th:not(:first-child) {
    width: 224px;
  }
}
.plan .plan__table {
  /* cell height */
}
.plan .plan__table thead th:first-child {
  height: 292px;
}
.plan .plan__table tbody tr:first-child th,
.plan .plan__table tbody tr:nth-child(2) th {
  height: 134px;
}
@media screen and (max-width: 1024px) {
  .plan .plan__table tbody tr:first-child th,
  .plan .plan__table tbody tr:nth-child(2) th {
    height: 92px;
  }
}
.plan .plan__table tbody tr:last-child th {
  height: 324px;
}
@media screen and (max-width: 1024px) {
  .plan .plan__table tbody tr:last-child th {
    height: 429px;
  }
}
.plan .plan__table {
  /* cell layout */
}
.plan .plan__table thead th,
.plan .plan__table tbody th,
.plan .plan__table tbody td {
  vertical-align: middle;
  text-align: center;
}
.plan .plan__table tbody tr:last-child td {
  padding: 20px;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .plan .plan__table tbody tr:last-child td {
    padding: 20px 10px;
  }
}
.plan .plan__table {
  /* cell text-style */
}
.plan .plan__table th,
.plan .plan__table td {
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .plan .plan__table th,
  .plan .plan__table td {
    font-size: 2rem;
  }
}
.plan .plan__table th .--small,
.plan .plan__table td .--small {
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .plan .plan__table th .--small,
  .plan .plan__table td .--small {
    font-size: 1.4rem;
  }
}
.plan .plan__table tbody tr:nth-child(3) td {
  font-weight: 700;
  font-size: 2rem;
}
.plan .plan__table tbody tr:nth-child(3) td .--small {
  font-weight: 500;
  font-size: 1.6rem;
}
.plan .plan__table tbody tr:last-child td {
  font-weight: 500;
  font-size: 1.6rem;
}
.plan .plan__table tbody tr:last-child td .--u-line {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #faebad;
  text-underline-offset: -6px;
}
.plan .plan__table {
  /* recommend */
}
.plan .plan__table th {
  position: relative;
}
.plan .plan__table .--recommend {
  color: #e34373;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  position: absolute;
  top: -43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .plan .plan__table .--recommend {
    font-size: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.plan .plan__table .--recommend::before, .plan .plan__table .--recommend::after {
  content: "";
  display: block;
  width: 12px;
  height: 24px;
}
.plan .plan__table .--recommend::before {
  margin: 8px 8px 6px 0;
  background: linear-gradient(to bottom left, transparent calc(50% - 2px), #e34373 50%, transparent calc(50% + 2px));
}
.plan .plan__table .--recommend::after {
  margin: 7px 0 7px 8px;
  background: linear-gradient(to bottom right, transparent calc(50% - 2px), #e34373 50%, transparent calc(50% + 2px));
}
.plan .plan__table {
  /* thead content style */
}
.plan .plan__table .plan__table__heading {
  font-weight: 700;
}
.plan .plan__table .plan__table__box {
  width: 273px;
  margin: 35px auto 0;
  padding: 23px 32px 21px;
  position: relative;
  border-radius: 10px;
  border: solid 1px #ffffff;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1024px) {
  .plan .plan__table .plan__table__box {
    width: 194px;
    margin-top: 31px;
    padding: 31px 5px;
  }
}
.plan .plan__table .plan__table__label {
  border-radius: 40px;
  border: solid 1px #fff;
  background: #e34373;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px 0;
  color: #fff;
  width: 178px;
  text-align: center;
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .plan .plan__table .plan__table__label {
    font-size: 1.5rem;
    width: 145px;
  }
}
.plan .plan__table .plan__table__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 14px;
}
@media screen and (max-width: 1024px) {
  .plan .plan__table .plan__table__icons {
    gap: 6px;
    margin-top: 0;
  }
}
.plan .plan__table .plan__table__icon {
  width: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .plan .plan__table .plan__table__icon {
    width: 44px;
  }
}
.plan .plan__table .plan__table__rank {
  margin-top: 10px;
  color: #e34373;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}
.plan .plan__table .plan__table__level {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  color: #362c2e;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .plan .plan__table .plan__table__level {
    font-size: 1.4rem;
  }
}
.plan .button-mid-5 {
  margin-top: 60px;
}

/* --- system --- */
.system {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .system {
    padding: 40px 0 58px;
  }
}
.system .system__heading {
  display: grid;
  place-content: center;
  padding: 46px 40px 60px;
  background: url(../images/system-bg-heading.webp) no-repeat center center/contain;
  aspect-ratio: 1000/208;
  color: #fff;
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .system .system__heading {
    padding: 40px 27px 50px 28px;
    background: url(../images/sp-system-bg-heading.webp) no-repeat center center/contain;
    aspect-ratio: 335/154;
    font-size: 2rem;
    max-width: 335px;
    margin: 0 auto;
  }
}
.system .system__list {
  margin-top: 60px;
  display: grid;
  gap: 21px 40px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .system .system__list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .system .system__list {
    margin-top: 40px;
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
.system .system__item {
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90.95deg, #e9a8d2 0%, #f19bd3 49.52%, #c6b7f5 99.04%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 20px;
}
.system .system__item__heading-wrap {
  background: linear-gradient(90.95deg, #e9a8d2 0%, #f19bd3 49.52%, #c6b7f5 99.04%);
  border-radius: 16px 16px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 46px;
}
@media screen and (max-width: 1024px) {
  .system .system__item__heading-wrap {
    padding: 12px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .system .system__item__heading-wrap {
    gap: 10px;
    padding: 20px;
  }
}
.system .system__item__num {
  width: 73px;
  height: 73px;
  display: grid;
  place-content: center;
  background: #fff;
  border-radius: 50%;
  color: #e34373;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .system .system__item__num {
    width: 50px;
    height: 50px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .system .system__item__num {
    width: 44px;
    height: 44px;
    font-size: 2rem;
  }
}
.system .system__item__heading-text {
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .system .system__item__heading-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .system .system__item__heading-text {
    font-size: 2rem;
  }
}
.system .system__item__text-wrap {
  height: 154px;
  display: grid;
  place-content: center;
}
.system .system__item__text {
  font-weight: 700;
  text-align: center;
}
.system .system__item__text--pink {
  font-weight: 700;
  color: #eb7494;
}

/* --- flow --- */
.flow {
  padding: 60px 0 160px;
}
@media screen and (max-width: 767px) {
  .flow {
    padding-bottom: 80px;
  }
}
.flow .flow__inner {
  max-width: 1261px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flow .flow__inner {
    padding: 0 20px;
  }
}
.flow .flow__box {
  background: #ebe9f7;
  border-radius: 40px;
  padding: 80px 90px;
}
@media screen and (max-width: 1024px) {
  .flow .flow__box {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .flow .flow__box {
    border-radius: 20px;
    padding: 60px 20px;
  }
}
.flow .flow__heading {
  font-family: "Noto Serif JP", serif;
  color: #6d9ce5;
  font-weight: 700;
  font-size: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow .flow__heading {
    font-size: 3.2rem;
    gap: 10px;
  }
}
.flow .flow__heading::before, .flow .flow__heading::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 20px;
  background: url(../images/flow-bg-heading.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .flow .flow__heading::before, .flow .flow__heading::after {
    width: 30px;
    height: 10px;
  }
}
.flow .flow__heading::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.flow .flow__list {
  margin-top: 60px;
  display: grid;
  gap: 58px;
}
@media screen and (max-width: 767px) {
  .flow .flow__list {
    margin-top: 40px;
  }
}
.flow .flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow .flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.flow .flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35px;
  height: 18px;
  background: url(../images/flow-arrow.webp) no-repeat center center/contain;
}
.flow .flow__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 276px;
}
@media screen and (max-width: 1024px) {
  .flow .flow__img {
    width: 234px;
  }
}
@media screen and (max-width: 767px) {
  .flow .flow__img {
    width: 340px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 420px) {
  .flow .flow__img {
    width: 100%;
  }
}
.flow .flow__num {
  color: #6d9ce5;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .flow .flow__num {
    font-size: 2rem;
  }
}
.flow .flow__item-heading {
  margin-top: 9px;
  color: #6d9ce5;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .flow .flow__item-heading {
    margin-top: 0;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.flow .flow__text {
  margin-top: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .flow .flow__text {
    margin-top: 10px;
  }
}
.flow .flow__button {
  margin-top: 60px;
}

/* --- qa --- */
.qa {
  padding: 108px 0 100px;
  background: linear-gradient(to bottom, transparent 108px, #fdedf0 108px);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .qa {
    padding: 88px 0 80px;
    background: linear-gradient(to bottom, transparent 88px, #fdedf0 88px);
  }
}
@media screen and (max-width: 767px) {
  .qa {
    padding: 40px 0;
    background: linear-gradient(to bottom, transparent 40px, #fdedf0 40px);
  }
}
.qa::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 108px;
  background: #fdedf0;
  clip-path: ellipse(55% 108px at 50% 108px);
}
@media screen and (max-width: 1024px) {
  .qa::before {
    height: 88px;
    clip-path: ellipse(55% 88px at 50% 88px);
  }
}
@media screen and (max-width: 767px) {
  .qa::before {
    height: 40px;
    clip-path: ellipse(60% 40px at 50% 40px);
  }
}
.qa .qa__heading {
  color: #e34373;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 700;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .qa .qa__heading {
    font-size: 3.2rem;
  }
}
.qa .qa__heading--bold {
  font-weight: 700;
  font-size: 6.4rem;
}
@media screen and (max-width: 767px) {
  .qa .qa__heading--bold {
    font-size: 4rem;
  }
}
.qa .qa__list {
  margin-top: 60px;
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .qa .qa__list {
    margin-top: 40px;
  }
}
.qa .qa__item {
  clip-path: inset(0 0 0 0 round 20px);
}
@media screen and (max-width: 767px) {
  .qa .qa__item {
    clip-path: inset(0 0 0 0 round 15px);
  }
}
.qa .qa__question__button {
  width: 100%;
  padding: 20px 30px;
  background: linear-gradient(90.95deg, #e9a8d2 0%, #f19bd3 49.52%, #c6b7f5 99.04%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .qa .qa__question__button {
    padding: 10px 20px;
    gap: 10px;
  }
}
.qa .qa__question__button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  background: url(../images/icon-open-qa.svg) no-repeat center center/contain;
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 767px) {
  .qa .qa__question__button::after {
    width: 16px;
    height: 16px;
  }
}
.qa .qa__question__button.is-open::after {
  background: url(../images/icon-close-qa.svg) no-repeat center center/contain;
}
.qa .qa__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  font-size: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .qa .qa__icon {
    width: 20px;
    height: 20px;
    font-size: 1.2rem;
    line-height: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.qa .qa__question__icon {
  background: #fff;
  color: #eb7494;
}
.qa .qa__question__text {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 5%;
}
@media screen and (max-width: 767px) {
  .qa .qa__question__text {
    font-size: 2rem;
    line-height: 1.5;
    text-align: left;
  }
}
.qa .qa__answer {
  padding: 20px 80px 20px 30px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .qa .qa__answer {
    padding: 20px;
    gap: 10px;
  }
}
.qa .qa__answer__icon {
  background: #f6c9d4;
  color: #fff;
}
.qa .qa__answer__text {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 5%;
}

/*--- footer ---*/
.footer {
  padding-top: 80px;
  background: #fdedf0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 40px;
  }
}
.footer .footer__box-inner {
  max-width: 874px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer .footer__box-inner {
    padding: 0;
  }
}
.footer .footer__box {
  padding: 46px 40px 55px;
  background: url(../images/footer-bg-box.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .footer .footer__box {
    padding: 40px 20px 50px;
  }
}
.footer .footer__top-text {
  color: #eb7494;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
}
.footer .footer__mid-text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .footer__mid-text {
    font-size: 1.6rem;
  }
}
.footer .footer__button {
  padding-top: 20px;
}
.footer .footer__copyright-wrap {
  margin-top: 120px;
  background: #362c2e;
  padding: 21px 20px 22px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .footer__copyright-wrap {
    padding: 9px;
  }
}
.footer .footer__copyright {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer .footer__copyright {
    font-size: 1rem;
  }
}

.fixed__button {
  display: none;
}
@media screen and (max-width: 767px) {
  .fixed__button {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: #fff;
    z-index: 10;
    -webkit-box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: bottom 1s;
    transition: bottom 1s;
  }
}
.fixed__button.is-hide {
  bottom: -100%;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

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

/* --- アコーディオン用 --- */
.js-accordion-hide-elem {
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out, padding 0.3s ease-out, margin 0.3s ease-out, opacity 0.3s ease-out;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out, margin 0.3s ease-out, opacity 0.3s ease-out;
}
.js-accordion-hide-elem:not(.is-open) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
}