:root {
  --font-primary: Noto Sans, sans-serif;
  --font-serif: Shippori Mincho, Times New Roman, Times, serif;
  --font-decorative: Hurricane, cursive, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --font-garamond: EB Garamond, serif;
}

@font-face {
  font-family: "Avenir";
  src: url("../fonts/avenir_roman_12.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  font-family: Noto Sans, Noto Sans JP, sans-serif;
}

main {
  max-width: 430px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 7rem;
}

html {
  font-size: 11.47px;
}

@media (max-width: 430px) {
  html {
    font-size: 2.667vw;
  }
}
.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

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

.container {
  max-width: 144rem;
  margin: 0 auto;
  box-sizing: content-box;
  position: relative;
}

.hero-mv {
  position: relative;
}
.hero-mv img {
  width: 100%;
  height: auto;
  display: flex;
}
.hero-mv a {
  position: absolute;
  top: 0;
  height: 8rem;
  width: 100%;
  background-color: transparent;
}

.problems {
  background-color: #F8F8F8;
  padding: 3rem 2rem;
  display: flex;
  justify-content: center;
  max-width: 100%;
}
.problems img {
  width: 15rem;
}

.what-is {
  background: linear-gradient(180deg, #f8f8f8 63.563%, #deddee 18.103%);
  background: linear-gradient(0deg, #DEDDEE 18.1%, #F8F8F8 63.56%);
  padding: 5.8rem 0 0;
  position: relative;
  overflow: hidden;
}
.what-is .what-is__container {
  max-width: 37.4rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.what-is .what-is__header {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: flex-end;
  width: 33.2rem;
  position: relative;
}
.what-is .what-is__line {
  position: absolute;
  left: -0.5rem;
  top: 7.9rem;
  width: 30.7rem;
  height: 1.3rem;
}
.what-is .what-is__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 900;
  font-size: 2.6rem;
  color: #d16683;
  line-height: 1.6;
  margin: 0;
  width: 100%;
  font-style: normal;
  letter-spacing: -0.05em;
}
.what-is .what-is__subtitle {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #d16683;
  line-height: 1.6;
  margin: 0;
  width: 100%;
  font-style: normal;
  display: flex;
  flex-direction: column;
  font-kerning: normal;
  font-synthesis: none;
}
.what-is .what-is__subtitle span:first-child {
  letter-spacing: -0.06em;
  margin-left: -0.1rem;
}
.what-is .what-is__subtitle span:first-child span {
  margin-left: -0.6rem;
  letter-spacing: -0.03em;
}
.what-is .what-is__subtitle span:last-child {
  letter-spacing: -0.06em;
}
.what-is .what-is__problems {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  width: 100%;
  margin-top: 4.9rem;
}
.what-is .what-is__problems-title {
  background: #4A6791;
  padding: 1rem 0;
  width: 100%;
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: white;
  text-align: center;
  line-height: 1;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.what-is .what-is__problems-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 68.6rem;
}
@media screen and (max-width: 768px) {
  .what-is .what-is__problems-list {
    width: 100%;
    max-width: 29.3rem;
  }
}
.what-is .what-is__problem-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0.9rem 1.5rem 0.9rem 1.5rem;
  border: 0.1rem solid #d16683;
  border-radius: 1rem;
  color: #d16683;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  font-style: normal;
}
.what-is .what-is__problem-item span {
  letter-spacing: 0.07em;
}
.what-is .what-is__problem-item span span {
  margin-left: -1.2rem;
  letter-spacing: 0.02em;
}
.what-is .what-is__check-icon {
  width: 2rem;
  height: 2rem;
}
.what-is .what-is__illustration {
  width: 100%;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  position: relative;
  max-width: 35.8rem;
  left: -0.5rem;
  top: 0.1rem;
}
.what-is .what-is__illustration img {
  width: 100%;
  height: auto;
  display: block;
}
.what-is .what-is__footer {
  background-image: url("../images/pages/home/what-is__footer-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  left: 0;
  margin-top: -1.8rem;
  padding-bottom: 1.5rem;
  margin-bottom: -1.5rem;
  bottom: 1rem;
  width: 37.4rem;
  height: 16.2rem;
  overflow: hidden;
}
.what-is .what-is__underline {
  position: absolute;
  left: 10.4rem;
  top: 12.2rem;
  width: 16.2rem;
  height: 1.9rem;
  z-index: 2;
}
.what-is .what-is__message {
  position: absolute;
  left: 0;
  top: 4.7rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 700;
  color: #d16683;
  text-align: center;
  margin: 0;
  font-style: normal;
}
.what-is .what-is__message-line1 {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.07rem;
  width: 100%;
  color: #707070;
}
.what-is .what-is__message-line2 {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  position: relative;
  width: 100%;
  z-index: 3;
}
.what-is .what-is__message-line2 span {
  margin-left: -1rem;
}

.memorial-types {
  background: #ffe5ec;
  padding: 6.4rem 0 8rem;
  position: relative;
}
.memorial-types::before {
  content: "";
  position: absolute;
  top: -3rem;
  width: 100%;
  height: 7.8rem;
  background: url(../images/pages/home/memorial-types-bg-title.png) no-repeat center/contain;
  z-index: 1;
  background-position: top;
}
.memorial-types .memorial-types__container {
  max-width: 37.4rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
.memorial-types .memorial-types__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.6rem;
}
.memorial-types .memorial-types__title {
  font-weight: 600;
  color: #d16683;
  margin: 0;
  line-height: 1;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
  place-items: start;
  font-style: normal;
  white-space: nowrap;
}
.memorial-types .memorial-types__title-large {
  font-size: 2.7rem;
}
.memorial-types .memorial-types__title-large span {
  font-size: 3.6rem;
}
.memorial-types .memorial-types__title-small {
  font-size: 1.8rem;
}
.memorial-types .memorial-types__title-line {
  width: 14rem;
  height: 0.1rem;
  background: #d16683;
  margin-top: 1.6rem;
}
.memorial-types .memorial-types__options {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 30.3rem;
  margin-top: -0.1rem;
}
.memorial-types .memorial-types__option {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.4rem 1rem;
  border-radius: 1.5rem;
  width: 100%;
  position: relative;
}
.memorial-types .memorial-types__option.memorial-types__option--wrong {
  background: #4a6791;
}
.memorial-types .memorial-types__option.memorial-types__option--correct {
  background: #d16683;
}
.memorial-types .memorial-types__option-icon {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.memorial-types .memorial-types__option-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.memorial-types .memorial-types__option-text {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: white;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
.memorial-types .memorial-types__description {
  display: inline-grid;
  place-items: start;
  width: 33.6rem;
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  font-style: normal;
}
.memorial-types .memorial-types__description p:first-child {
  margin-left: -0.6rem;
  letter-spacing: -0.04em;
}
.memorial-types .memorial-types__description p:first-child span {
  margin-left: -0.7rem;
}
.memorial-types .memorial-types__description p {
  margin: 0;
  width: 100%;
}
.memorial-types .memorial-types__description p:not(:last-child) {
  margin-bottom: 1rem;
}
.memorial-types .memorial-types__description p:first-child {
  color: #707070;
}
.memorial-types .memorial-types__description p:nth-child(2) {
  color: #d16683;
  letter-spacing: -0.043em;
}
.memorial-types .memorial-types__description p:nth-child(3) {
  color: #707070;
  letter-spacing: -0.08em;
  padding-left: 0.1rem;
  line-height: 1.65;
}
.memorial-types .memorial-types__description p:nth-child(3) .char-1 {
  margin-left: -0.7rem;
  letter-spacing: -0.05em;
}
.memorial-types .memorial-types__description p:nth-child(3) .char-2,
.memorial-types .memorial-types__description p:nth-child(3) .char-3 {
  margin-left: -0.4rem;
  margin-right: -0.5rem;
  letter-spacing: -0.07em;
}
.memorial-types .memorial-types__description p:nth-child(3) .char-4 {
  letter-spacing: 0;
  margin-right: -1rem;
}
.memorial-types .memorial-types__description p:nth-child(3) .char-5 {
  letter-spacing: -0.04em;
}
.memorial-types .memorial-types__description-gray {
  letter-spacing: -0.03em;
  color: #707070;
}
.memorial-types .memorial-types__description-gray span {
  margin-left: -0.9rem;
}
.memorial-types .memorial-types__illustration {
  width: 28.5rem;
  height: 26.8rem;
  overflow: hidden;
  position: relative;
}
.memorial-types .memorial-types__illustration img {
  width: 100%;
  height: 100%;
  display: block;
}

.statistics {
  background: white;
  padding: 5.95rem 0;
  position: relative;
}
.statistics .statistics__container {
  max-width: 37.4rem;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}
.statistics .statistics__decoration {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.statistics .statistics__decoration svg {
  display: block;
}
.statistics .statistics__decoration--top {
  top: 15.2rem;
  left: 0px;
  width: 10.35rem;
  height: 11.39rem;
}
.statistics .statistics__decoration--bottom {
  bottom: -9rem;
  right: 2.6rem;
  width: 12.35rem;
  height: 13.59rem;
}
.statistics .statistics__header {
  text-align: center;
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 1;
}
.statistics .statistics__title {
  font-family: "EB Garamond", "Noto Sans CJK JP", sans-serif;
  font-weight: 600;
  color: #d16683;
  line-height: 1;
  margin: 0 0 1.4rem;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 0;
  flex-wrap: nowrap;
  letter-spacing: -0.04em;
  margin-left: -0.5rem;
}
.statistics .statistics__title-large {
  font-size: 2.7rem;
}
.statistics .statistics__title-large span {
  font-size: 3.6rem;
  margin-left: 0.6rem;
}
.statistics .statistics__title-small {
  font-size: 1.8rem;
}
.statistics .statistics__title-line {
  width: 18rem;
  height: 0.2rem;
  background: #d16683;
  margin: 0 auto;
}
.statistics .statistics__intro {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #707070;
  line-height: 1.6;
  margin: 2.4rem 0 2.4rem;
  position: relative;
  z-index: 1;
  letter-spacing: -0.08em;
}
.statistics .statistics__intro .row-1 {
  white-space: nowrap;
  letter-spacing: -0.06em;
  text-align: justify;
}
.statistics .statistics__intro .row-2 {
  letter-spacing: -0.04em;
  text-align: justify;
}
.statistics .statistics__options {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-top: 2.2rem;
  position: relative;
  z-index: 1;
}
.statistics .statistics__option {
  display: flex;
  width: 100%;
  border-radius: 0.6rem;
  background: #fbf0f3;
  position: relative;
}
.statistics .statistics__option-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10rem;
}
.statistics .statistics__option-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.statistics .statistics__option:nth-child(2n) {
  flex-direction: row-reverse;
}
.statistics .statistics__option:nth-child(2n) .statistics__option-image {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
.statistics .statistics__option:nth-child(2n) .statistics__option-icon {
  position: absolute;
  bottom: 0;
  right: auto;
  left: 0;
}
.statistics .statistics__option:nth-child(1) .statistics__option-icon {
  width: 10rem;
  height: auto;
  right: 0.7rem;
  bottom: -1.4rem;
}
.statistics .statistics__option:nth-child(2) .statistics__option-icon {
  width: 10rem;
  height: auto;
  left: 8.8rem;
  bottom: -1.9rem;
}
.statistics .statistics__option:nth-child(2) .statistics__option-description {
  letter-spacing: -0.04em;
}
.statistics .statistics__option:nth-child(2) .statistics__option-description .other {
  letter-spacing: -0.07em;
}
.statistics .statistics__option:nth-child(3) .statistics__option-title {
  letter-spacing: -0.02em;
}
.statistics .statistics__option:nth-child(3) .statistics__option-icon {
  width: 10rem;
  height: auto;
  right: -1.1rem;
  bottom: -1.8rem;
}
.statistics .statistics__option:nth-child(4) .statistics__option-icon {
  width: 10rem;
  height: auto;
  left: 1rem;
  bottom: -3.7rem;
}
.statistics .statistics__option-image {
  width: 45%;
  max-width: 13.8rem;
  overflow: hidden;
  flex-shrink: 0;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.statistics .statistics__option-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.statistics .statistics__option-header {
  border-radius: 0.6rem;
  position: relative;
  z-index: 2;
}
.statistics .statistics__option-title {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #4a6791;
  line-height: 1.4;
  margin: 0;
  letter-spacing: -0.03em;
}
.statistics .statistics__option-body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 2rem 1.6rem;
  position: relative;
  z-index: 1;
}
.statistics .statistics__option-description {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #707070;
  line-height: 1.42;
  margin: 0;
  letter-spacing: -0.1rem;
  letter-spacing: -0.03em;
}

.successor-free {
  background: #f8f8f8;
  padding: 4.1rem 0 4.1rem;
}
.successor-free .successor-free__container {
  max-width: 37.4rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  align-items: center;
}
.successor-free .successor-free__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  width: 100%;
  position: relative;
}
.successor-free .successor-free__title {
  font-family: "EB Garamond", Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #707070;
  line-height: 1.4;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
}
.successor-free .successor-free__title-highlight {
  color: #d16683;
  font-size: 2.7rem;
}
.successor-free .successor-free__title-normal {
  font-size: 2rem;
  position: relative;
  left: -1.4rem;
}
.successor-free .successor-free__title-normal:nth-child(4) {
  left: 0;
  top: -0.3rem;
  letter-spacing: -0.06rem;
}
.successor-free .successor-free__title-underline {
  width: 14.5rem;
  height: 1.3rem;
  position: absolute;
  top: 2.5rem;
  left: calc(50% - 9px);
  transform: translateX(-50%);
}
.successor-free .successor-free__title-underline img {
  width: 100%;
  height: 100%;
  display: block;
}
.successor-free .successor-free__title-decoration {
  width: 11rem;
  height: 0.4rem;
  position: static;
  top: -0.2rem;
  position: absolute;
  left: calc(50% - 0.8rem);
  transform: translateX(-50%);
}
.successor-free .successor-free__title-decoration img {
  width: 100%;
  height: auto;
  display: block;
}
.successor-free .successor-free__intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 33.2rem;
  text-align: center;
}
.successor-free .successor-free__intro .successor-free__intro-text:first-child {
  margin-top: -1px;
  margin-bottom: 1px;
  margin-left: -7px;
}
.successor-free .successor-free__intro-text {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #707070;
  line-height: 1.4;
  margin: 0;
  letter-spacing: -0.1rem;
  padding-left: 0.6rem;
}
.successor-free .successor-free__intro-highlight {
  color: #d16683;
}
.successor-free .successor-free__chart {
  width: 100%;
  max-width: 33.2rem;
  height: 39.3rem;
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-top: -0.3rem;
}
.successor-free .successor-free__chart img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.successor-free .successor-free__conclusion {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
  max-width: 33.2rem;
  align-items: flex-end;
  margin-top: 0.9rem;
}
.successor-free .successor-free__conclusion-title-wrapper {
  height: 9rem;
  width: 100%;
  position: relative;
}
.successor-free .successor-free__conclusion-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 3.2rem;
  color: #d16683;
  line-height: 1.4;
  margin: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.successor-free .successor-free__conclusion-title p {
  margin: 0;
}
.successor-free .successor-free__conclusion-text {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #707070;
  line-height: 1.6;
  margin: 0;
  width: 100%;
  margin-bottom: -0.2rem;
  letter-spacing: -0.04em;
}
.successor-free .successor-free__conclusion-text .other {
  white-space: nowrap;
  letter-spacing: -0.05em;
}

.reasons {
  background: #EDF0F4;
  padding: 3.6rem 0 4rem;
}
.reasons .reasons__container {
  max-width: 37.4rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.reasons .reasons__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.2rem;
}
.reasons .reasons__title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.reasons .reasons__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.reasons .reasons__title-top {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #4A6791;
  line-height: 1.8;
  margin: 0 0 -1rem;
  text-align: center;
  letter-spacing: -0.06rem;
}
.reasons .reasons__title-main {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #4A6791;
  line-height: 0;
  margin: 0;
  text-align: center;
  display: inline;
  white-space: nowrap;
  margin-top: 0.2rem;
}
.reasons .reasons__title-text {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.12rem;
}
.reasons .reasons__title-number {
  font-family: "Montserrat Alternates";
  font-size: 6.4rem;
  line-height: 0.69;
  color: #d16683;
}
.reasons .reasons__title-decoration {
  width: 7.4rem;
  height: 0.4rem;
  position: absolute;
  left: 1.4rem;
  top: 4.2rem;
}
.reasons .reasons__title-decoration img {
  width: 100%;
  height: 100%;
  display: block;
}
.reasons .reasons__title-underline {
  width: 23rem;
  height: 1.3rem;
  margin-top: -1.7rem;
}
.reasons .reasons__title-underline img {
  width: 100%;
  height: 100%;
  display: block;
}
.reasons .reasons__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.reasons .reasons__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 1rem;
  padding: 1rem 0rem 0;
  background: white;
}
.reasons .reasons__item:nth-child(02) {
  padding-top: 0.8rem;
}
.reasons .reasons__item:nth-child(02) .reasons__content {
  gap: 0.4rem;
}
.reasons .reasons__item:nth-child(03) {
  margin-top: 0.1rem;
  padding-top: 0.7rem;
}
.reasons .reasons__item:nth-child(03) .reasons__content {
  gap: 0.4rem;
}
.reasons .reasons__item:nth-child(04) {
  padding-top: 0.6rem;
}
.reasons .reasons__item:nth-child(04) .reasons__content {
  gap: 0.4rem;
}
.reasons .reasons__item:nth-child(05) {
  padding-top: 0.8rem;
}
.reasons .reasons__item:nth-child(05) .reasons__content {
  gap: 0.4rem;
}
.reasons .reasons__content {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 0 1rem;
}
.reasons .reasons__item-header {
  display: flex;
  padding-bottom: 0.2rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.reasons .reasons__icon {
  width: 11.7rem;
  height: 6.6rem;
  position: relative;
  flex-shrink: 0;
}
.reasons .reasons__icon-bg {
  position: absolute;
  top: 15.15%;
  right: 1rem;
  width: 4.5rem;
  height: 4.5rem;
}
.reasons .reasons__icon-bg img {
  width: 100%;
  height: 100%;
  display: block;
}
.reasons .reasons__icon-badge {
  position: absolute;
  top: 25.76%;
  left: 0;
  right: 10.26%;
  bottom: 42.39%;
  background: #d16683;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  padding: 0.6rem 0.8rem;
}
.reasons .reasons__icon-badge span {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: white;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
}
.reasons .reasons__icon-number {
  position: absolute;
  top: -1.8%;
  right: 21.82%;
  bottom: -1.52%;
  left: 67.52%;
  font-family: "Montserrat Alternates";
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 1.2;
  color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.reasons .reasons__item-title-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  position: relative;
}
.reasons .reasons__item-title {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #d16683;
  line-height: 1.37;
  margin: 0;
  margin-top: -0.4rem;
  letter-spacing: -0.03em;
  text-align: center;
}
.reasons .reasons__item-underline {
  width: 100%;
  height: 0.1rem;
}
.reasons .reasons__item-underline img {
  width: 100%;
  height: 100%;
  display: block;
}
.reasons .reasons__item-body {
  padding: 0 0.3rem;
}
.reasons .reasons__item-desc {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #707070;
  line-height: 1.4;
  margin: 0;
}
.reasons .reasons__item-image {
  width: 100%;
  height: 10rem;
  margin-top: 1.3rem;
  overflow: hidden;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: relative;
}
.reasons .reasons__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonials {
  background: #f8f8f8;
  padding: 4rem 0 3.9rem;
  position: relative;
}
.testimonials .testimonials__container {
  max-width: 37.4rem;
  margin: 0 auto;
  padding: 0 2.1rem;
}
.testimonials .testimonials__header {
  text-align: center;
  margin-bottom: 2.4rem;
  display: flex;
  justify-content: center;
}
.testimonials .testimonials__title-bg {
  width: 22.4rem;
  height: auto;
  z-index: 9;
}
.testimonials .testimonials__list {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
  position: relative;
  left: -0.1rem;
}
.testimonials .testimonials__item-wrapper {
  position: relative;
  isolation: isolate;
}
.testimonials .testimonials__item {
  background: white;
  border: 2px solid #d16683;
  border-radius: 1rem;
  padding: 1.5rem 1.8rem 1.6rem 1.8rem;
  position: relative;
  overflow: visible;
}
.testimonials .testimonials__content {
  display: flex;
  gap: 1rem;
  position: relative;
  z-index: 10;
}
.testimonials .testimonials__bg-decoration--0 {
  position: absolute;
  left: -6.9rem;
  top: 0;
  width: 25.488rem;
  height: 21.928rem;
  opacity: 0.4;
}
.testimonials .testimonials__item--0 .testimonials__content {
  flex-direction: row-reverse;
}
.testimonials .testimonials__item--0 .testimonials__content {
  flex-direction: row;
}
.testimonials .testimonials__item--0 .testimonials__text-wrapper {
  flex: 1;
  text-align: left;
}
.testimonials .testimonials__item--0 .testimonials__item-title {
  text-align: left;
}
.testimonials .testimonials__item--0 .testimonials__item-age {
  text-align: left;
  margin-left: -0.5rem;
}
.testimonials .testimonials__item--0 .testimonials__illustration {
  position: relative;
  top: 0.8rem;
  left: 1rem;
  width: 9.86rem;
  height: auto;
}
.testimonials .testimonials__item--0 .testimonials__item-image {
  position: absolute;
  right: -4%;
  top: -12.6%;
  width: 11.3rem;
  height: 11.3rem;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials .testimonials__item--0 .testimonials__item-texts {
  letter-spacing: -0.025em;
}
.testimonials .testimonials__item--0 .testimonials__item-texts .testimonials__item-text {
  white-space: nowrap;
}
.testimonials .testimonials__item--0 .testimonials__item-texts .testimonials__item-text:nth-child(2) {
  letter-spacing: -0.04em;
  flex-direction: row;
  display: flex;
  white-space: nowrap;
}
.testimonials .testimonials__item--0 .testimonials__item-texts .testimonials__item-text:nth-child(2) .special {
  letter-spacing: -0.1em;
  margin-left: -3px;
}
.testimonials .testimonials__item--0 .testimonials__item-texts .testimonials__item-text:nth-child(3) {
  letter-spacing: -0.065em;
  white-space: nowrap;
}
.testimonials .testimonials__item--0 .testimonials__item-texts .testimonials__item-text:nth-child(4) {
  letter-spacing: -0.05em;
}
.testimonials .testimonials__item--0 .testimonials__item-texts .testimonials__item-text:nth-child(5) {
  letter-spacing: -0.08em;
}
.testimonials .testimonials__item--0 .testimonials__item-texts .testimonials__item-text:nth-child(6) {
  letter-spacing: -0.085em;
}
.testimonials .testimonials__item--0 .testimonials__item-texts .testimonials__item-text:nth-child(7) {
  letter-spacing: -0.06em;
}
.testimonials .testimonials__item--0 .testimonials__item-texts .testimonials__item-text:nth-child(8) {
  letter-spacing: -0.07em;
}
.testimonials .testimonials__bg-decoration--1 {
  position: absolute;
  right: -8rem;
  top: 36.4rem;
  width: 31rem;
  height: 26.7rem;
  opacity: 0.4;
}
.testimonials .testimonials__item--1 .testimonials__item-image {
  position: absolute;
  right: -4%;
  top: -18%;
  width: 11.3rem;
  height: 11.3rem;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials .testimonials__item--1 .testimonials__illustration {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 11.5rem;
  height: auto;
}
.testimonials .testimonials__item--1 .testimonials__item-texts {
  letter-spacing: -0.05em;
}
.testimonials .testimonials__item--1 .testimonials__item-texts .testimonials__item-text:nth-child(4) {
  letter-spacing: -0.06em;
}
.testimonials .testimonials__item--1 .testimonials__item-texts .testimonials__item-text:nth-child(5) {
  letter-spacing: -0.07em;
}
.testimonials .testimonials__bg-decoration--2 {
  position: absolute;
  left: -4.3rem;
  bottom: 30.5rem;
  width: 26.1rem;
  height: 28.3rem;
}
.testimonials .testimonials__item--2 .testimonials__content {
  flex-direction: row;
}
.testimonials .testimonials__item--2 .testimonials__item-image {
  position: absolute;
  right: -4.4%;
  top: -16.4%;
  width: 11.3rem;
  height: 11.3rem;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials .testimonials__item--2 .testimonials__text-wrapper {
  flex: 1;
  text-align: left;
}
.testimonials .testimonials__item--2 .testimonials__item-title {
  text-align: left;
}
.testimonials .testimonials__item--2 .testimonials__item-age {
  text-align: left;
  margin-left: -0.5rem;
}
.testimonials .testimonials__item--2 .testimonials__illustration {
  position: absolute;
  right: 4%;
  top: 3%;
  width: 10.3rem;
  height: auto;
}
.testimonials .testimonials__item--2 .testimonials__item-texts {
  letter-spacing: -0.06em;
}
.testimonials .testimonials__item--2 .testimonials__item-texts .testimonials__item-text:nth-child(1) {
  letter-spacing: -0.05em;
}
.testimonials .testimonials__item--2 .testimonials__item-texts .testimonials__item-text:nth-child(2) {
  letter-spacing: -0.04em;
}
.testimonials .testimonials__item--2 .testimonials__item-texts .testimonials__item-text:nth-child(4) {
  letter-spacing: -0.08em;
}
.testimonials .testimonials__item--2 .testimonials__item-texts .testimonials__item-text:nth-child(5) {
  letter-spacing: -0.05em;
}
.testimonials .testimonials__text-wrapper {
  display: flex;
  flex-direction: column;
}
.testimonials .testimonials__item-title {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #707070;
  line-height: 1.4;
  letter-spacing: -0.06em;
  margin: 0;
}
.testimonials .testimonials__item-age {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #707070;
  line-height: 1.8;
  margin: 0;
  margin-left: -0.5rem;
}
.testimonials .testimonials__divider {
  width: 100%;
  height: 1px;
  background: transparent;
  margin-top: 0.7rem;
  margin-bottom: 1.1rem;
  border: 1px dashed #FBF0F3;
}
.testimonials .testimonials__item-texts {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #707070;
  letter-spacing: -0.08em;
  line-height: 1.42;
  text-align: left;
}
.testimonials .testimonials__item-texts .highlight {
  color: #d16683;
}
.testimonials .testimonials__illustration {
  flex-shrink: 0;
}

.flow {
  padding: 2.5rem 0 3.5rem;
  position: relative;
  background-image: url("../images/pages/home/flow-bg.jpg");
  background-size: cover;
  background-position: center top;
}
.flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  pointer-events: none;
}
.flow .flow__container {
  max-width: 37.4rem;
  margin: 0 auto;
  padding: 0 2.1rem;
  position: relative;
}
.flow .flow__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.6rem;
}
.flow .flow__title {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 2.7rem;
  color: #d16683;
  text-align: center;
  line-height: 1.8;
  margin: 0;
  letter-spacing: -0.07em;
  margin-left: -0.4rem;
}
.flow .flow__title .flow__large-text {
  font-size: 3.6rem;
}
.flow .flow__title span {
  font-size: 2rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.flow .flow__title-line {
  width: 18rem;
  height: 2px;
  background: #d16683;
}
.flow .flow__duration-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 3.1rem;
}
.flow .flow__duration-badges {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-top: -0.2rem;
  width: 100%;
  justify-content: center;
}
.flow .flow__badge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #d16683;
  border-radius: 3.6rem;
  color: white;
}
.flow .flow__badge--min {
  padding: 1rem 1.6rem 0.4rem;
  gap: 0.6rem;
  align-items: center;
}
.flow .flow__badge--avg {
  padding: 1rem 1.6rem 0.4rem;
  gap: 0.6rem;
}
.flow .flow__badge-label {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  padding-bottom: 0.6rem;
}
.flow .flow__badge-number {
  font-family: "Montserrat Alternates";
  font-size: 4rem;
  font-weight: 700;
  display: flex;
  line-height: 1.2;
  color: #f8f8f8;
  margin-top: -0.6rem;
  align-items: flex-end;
}
.flow .flow__badge-unit {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  position: relative;
  display: flex;
  gap: 0.6rem;
  padding-bottom: 0.8rem;
}
.flow .flow__badge--avg .flow__badge-numbers {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.flow .flow__badge--avg .flow__badge-numbers .flow__badge-number {
  font-size: 4rem;
}
.flow .flow__badge--avg .flow__badge-numbers .flow__badge-tilde {
  position: relative;
}
.flow .flow__badge--avg .flow__badge-numbers .flow__badge-tilde {
  font-family: "EB Garamond", serif;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
  top: -0.4rem;
}
.flow .flow__badge--avg .flow__badge-units {
  display: flex;
  gap: 2.2rem;
  justify-content: center;
}
.flow .flow__badge--avg .flow__badge-units .flow__badge-unit {
  font-size: 1.4rem;
}
.flow .flow__notice {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #707070;
  text-align: center;
  line-height: 1.8;
  background: #fff;
  width: 100%;
  max-width: 33.2rem;
  padding: 1.1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  border-radius: 1rem;
  letter-spacing: -0.04em;
}
.flow .flow__notice p {
  border-bottom: 0.1rem solid #edf0f4;
  margin: 0;
}
.flow .flow__notice p:first-child {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #707070;
  margin-left: 0.7rem;
}
.flow .flow__notice p:nth-child(2) {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #d16683;
  margin-top: -0.1rem;
  letter-spacing: -0.045em;
}
.flow .flow__notice p:nth-child(3) {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #707070;
  margin-top: -0.1rem;
  margin-bottom: 0.1rem;
  letter-spacing: -0.06em;
  margin-left: 0.7rem;
}
.flow .flow__steps {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.95rem;
}
.flow .flow__line {
  position: absolute;
  left: 4.65rem;
  width: 0.2rem;
  background: #d16683;
  transform-origin: top;
}
.flow .flow__line--main {
  top: 35.5rem;
  height: 158rem;
}
.flow .flow__line--bottom {
  top: 192.8rem;
  height: 13.9rem;
  background: #e3a3b5;
  width: 0.1rem;
  background: repeating-linear-gradient(to bottom, #e3a3b5 0 0.2rem, transparent 0.2rem 0.4rem);
}
.flow .flow__step {
  display: flex;
  gap: 0.7rem;
  position: relative;
  z-index: 1;
}
.flow .flow__step-description {
  white-space: nowrap;
}
.flow .flow__step--0 .flow__step-title {
  margin-left: 0.4rem;
  margin-top: -0.2rem;
  margin-bottom: 0.1rem;
}
.flow .flow__step--1 .flow__step-descriptions {
  letter-spacing: -0.04em;
}
.flow .flow__step--1 .flow__step-descriptions .flow__step-description:nth-child(2) {
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.flow .flow__step--2 .flow__step-descriptions .flow__step-description:nth-child(2) {
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.flow .flow__step--2 .flow__step-descriptions .flow__step-description:nth-child(3) {
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.flow .flow__step--3 .flow__step-descriptions .flow__step-description:nth-child(1) {
  letter-spacing: -0.03rem;
  white-space: nowrap;
}
.flow .flow__step--3 .flow__step-descriptions .flow__step-description:nth-child(2) {
  letter-spacing: -0.09rem;
  white-space: nowrap;
}
.flow .flow__step--3 .flow__step-descriptions .flow__step-description:nth-child(3) {
  letter-spacing: -0.05rem;
  white-space: nowrap;
}
.flow .flow__step--4 .flow__step-descriptions .flow__step-description:nth-child(1) {
  letter-spacing: -0.06em;
  white-space: nowrap;
}
.flow .flow__step--4 .flow__step-descriptions .flow__step-description:nth-child(2) {
  letter-spacing: -0.05em;
  white-space: nowrap;
}
.flow .flow__step--4 .flow__step-descriptions .flow__step-description:nth-child(3) {
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.flow .flow__step--5 .flow__step-title {
  letter-spacing: -0.04em;
}
.flow .flow__step--5 .flow__step-descriptions .flow__step-description:nth-child(1) {
  letter-spacing: -0.065em;
  white-space: nowrap;
}
.flow .flow__step--5 .flow__step-descriptions .flow__step-description:nth-child(2) {
  letter-spacing: -0.05em;
  white-space: nowrap;
}
.flow .flow__step--5 .flow__step-descriptions .flow__step-description:nth-child(3) {
  letter-spacing: -0.08em;
  white-space: nowrap;
}
.flow .flow__step--6 .flow__step-title {
  letter-spacing: -0.01em;
}
.flow .flow__step--6 .flow__step-descriptions .flow__step-description:nth-child(1) {
  letter-spacing: -0.03em;
}
.flow .flow__step--6 .flow__step-descriptions .flow__step-description:nth-child(2) {
  letter-spacing: -0.03em;
  margin-left: -0.7rem;
}
.flow .flow__step--6 .flow__step-descriptions .flow__step-description:nth-child(3) {
  letter-spacing: -0.03em;
}
.flow .flow__step--6 .flow__step-descriptions .flow__step-description:nth-child(5) {
  letter-spacing: -0.03em;
  margin-top: -0.1rem;
}
.flow .flow__step--6 .flow__step-descriptions .flow__step-description:nth-child(6) {
  letter-spacing: -0.03em;
}
.flow .flow__step--6 .flow__step-descriptions .flow__step-description:nth-child(7) {
  letter-spacing: -0.03em;
}
.flow .flow__step--7 .flow__step-title {
  letter-spacing: -0.01em;
}
.flow .flow__step--7 .flow__step-descriptions .flow__step-description:nth-child(1) {
  letter-spacing: -0.03em;
}
.flow .flow__step--7 .flow__step-descriptions .flow__step-description:nth-child(2) {
  letter-spacing: -0.03em;
}
.flow .flow__step--7 .flow__step-descriptions .flow__step-description:nth-child(3) {
  letter-spacing: -0.03em;
}
.flow .flow__step--8 .flow__step-duration {
  letter-spacing: -0.04em;
}
.flow .flow__step--8 .flow__step-title {
  letter-spacing: -0.03em;
}
.flow .flow__step--8 .flow__step-descriptions .flow__step-description:nth-child(1) {
  letter-spacing: -0.03em;
}
.flow .flow__step--8 .flow__step-descriptions .flow__step-description:nth-child(2) {
  letter-spacing: -0.05em;
}
.flow .flow__step-icon {
  flex-shrink: 0;
  width: 5.5rem;
  height: 5.9rem;
  background: #ffe5ec;
  border-radius: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow .flow__step-icon img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
.flow .flow__step-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.flow .flow__step-duration {
  background: #e3a3b5;
  color: white;
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0 1rem;
  border-radius: 1rem;
  line-height: 1.8;
  align-self: flex-start;
}
.flow .flow__step-title {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #4a6791;
  line-height: 1.8;
  margin: 0;
  letter-spacing: -0.03rem;
  margin-top: -0.1rem;
  margin-bottom: 0.1rem;
}
.flow .flow__step-title .flow__small-text {
  font-size: 1rem;
}
.flow .flow__step-divider {
  width: 100%;
  height: 1px;
  background: rgba(183, 194, 211, 0.4);
}
.flow .flow__step-descriptions {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #707070;
  line-height: 1.79;
  padding: 0 0.3rem;
  letter-spacing: -0.08rem;
}

.faq {
  background: #edc2cd;
  padding: 8.5rem 0 4rem;
  position: relative;
}
.faq .faq__container {
  max-width: 37.5rem;
  margin: 0 auto;
  padding: 0 2.1rem;
}
.faq .faq__header {
  margin-bottom: 0.3rem;
}
.faq .faq__title-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8.6rem;
}
.faq .faq__title-box {
  background: white;
  border: 2px solid #d16683;
  border-radius: 2rem;
  padding: 0;
  width: 33.3rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.faq .faq__title {
  font-family: "EB Garamond", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #d16683;
  line-height: 4.1rem;
  margin: 0;
}
.faq .faq__illust {
  position: absolute;
  z-index: 1;
}
.faq .faq__illust img {
  display: block;
}
.faq .faq__illust--left {
  left: 5.7rem;
  top: -4.4rem;
  width: 5.4rem;
  transform: rotate(2deg);
}
.faq .faq__illust--center {
  left: 13.2rem;
  top: -4.4rem;
  width: 6.2rem;
}
.faq .faq__illust--right {
  right: 4rem;
  top: -4.7rem;
  width: 10.1rem;
}
.faq .faq__wrapper {
  display: flex;
  justify-content: center;
}
.faq .faq__list {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
  width: 33.2rem;
}
.faq .faq__item {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
}
.faq .faq__item:nth-child(2) {
  margin-top: 0.1rem;
}
.faq .faq__item:nth-child(2) .faq__q-text > span:nth-child(1) {
  letter-spacing: -0.1em;
}
.faq .faq__item:nth-child(3) {
  margin-top: 0.1rem;
}
.faq .faq__item:nth-child(3) .faq__q-text {
  letter-spacing: 0.01em;
}
.faq .faq__item:nth-child(3) .faq__q-text > div:nth-child(1) {
  letter-spacing: -0.02em;
  margin-left: 0.4rem;
}
.faq .faq__item:nth-child(4) .faq__question {
  padding: 0.7rem 1.6rem 0.5rem;
}
.faq .faq__item:nth-child(4) .faq__q-text {
  letter-spacing: -0.04em;
}
.faq .faq__item:nth-child(5) span {
  font-weight: 600;
}
.faq .faq__item:nth-child(5) .faq__q-text {
  letter-spacing: -0.05em;
}
.faq .faq__item:nth-child(5) .faq__question {
  padding: 1.1rem 1.6rem 0.8rem !important;
}
.faq .faq__item:nth-child(6) {
  margin-top: 0.1rem;
}
.faq .faq__item:nth-child(6) .faq__q-text {
  letter-spacing: -0.05em;
}
.faq .faq__item:nth-child(6) .faq__question {
  padding: 0.7rem 1.6rem 0.5rem;
}
.faq .faq__item:nth-child(7) {
  margin-top: 0.1rem;
}
.faq .faq__item:nth-child(7) .faq__q-text {
  letter-spacing: -0.05em;
}
.faq .faq__item:nth-child(7) .faq__q-text > div:nth-child(1) {
  margin-left: 0;
  letter-spacing: -0.02em;
}
.faq .faq__item:nth-child(7) .faq__question {
  padding: 0.7rem 1.6rem 0.5rem;
}
.faq .faq__item:nth-child(8) .faq__q-text {
  letter-spacing: -0.11em;
}
.faq .faq__item:nth-child(8) .faq__q-text > div:nth-child(1) {
  margin-left: 0;
  letter-spacing: -0.06em;
}
.faq .faq__item:nth-child(8) .faq__a-texts {
  gap: 1.8rem;
}
.faq .faq__item:nth-child(8) .faq__a-texts .faq__a-text {
  line-height: 1.45;
}
.faq .faq__item:nth-child(8) .faq__answer {
  padding: 0 1.6rem 0.98rem;
}
.faq .faq__item:nth-child(9) {
  margin-top: 0.1rem;
}
.faq .faq__item:nth-child(9) .faq__q-text {
  letter-spacing: -0.05em;
}
.faq .faq__item:nth-child(9) .faq__q-text > div:nth-child(1) {
  margin-left: 0;
  letter-spacing: -0.03em;
}
.faq .faq__item:nth-child(9) .faq__question {
  padding: 0.7rem 1.6rem 0.5rem;
}
.faq .faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.7rem 1.6rem 0.9rem;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.3s;
}
.faq .faq__question:hover {
  background: rgba(209, 102, 131, 0.05);
}
.faq .faq__q-icon {
  font-family: "Hurricane", cursive;
  font-size: 2.4rem;
  color: #707070;
  line-height: 1.2;
  flex-shrink: 0;
}
.faq .faq__q-text {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  color: #4a6791;
  line-height: 1.8;
  margin: 0;
  flex: 1;
  letter-spacing: -0.08em;
}
.faq .faq__toggle {
  flex-shrink: 0;
  transition: transform 0.3s;
}
.faq .faq__toggle svg {
  display: block;
}
.faq .faq__answer {
  display: none;
  gap: 0.8rem;
  padding: 0 1.6rem 1.2rem;
  align-items: flex-start;
}
.faq .faq__item.is-open .faq__question {
  padding: 1.1rem 1.6rem 0.7rem;
}
.faq .faq__item.is-open .faq__answer {
  display: flex;
}
.faq .faq__item.is-open .faq__toggle {
  transform: rotate(180deg);
}
.faq .faq__a-icon {
  font-family: "Hurricane", cursive;
  font-size: 2.4rem;
  color: #d16683;
  line-height: 1.2;
  flex-shrink: 0;
  position: relative;
}
.faq .faq__a-texts {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 2.1rem;
  color: #707070;
  line-height: 1.4;
  margin: 0;
  flex: 1;
}

.cta {
  background: white;
  position: relative;
}
.cta .cta__container {
  max-width: 37.4rem;
  margin: 0 auto;
  padding: 0;
}
.cta .cta__header {
  padding: 4.1rem 0 0;
  margin-bottom: 0;
  color: #d16683;
}
.cta .cta__title-wrapper {
  position: relative;
  text-align: center;
  padding-bottom: 1rem;
}
.cta .cta__title-small {
  font-family: "Shippori Mincho", Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #d16683;
  line-height: 1.8;
  margin: 0;
}
.cta .cta__title {
  font-family: "Shippori Mincho", Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 700;
  color: #d16683;
  line-height: 1.4;
  margin: 0;
  margin-top: -0.8rem;
}
.cta .cta__title-large {
  font-size: 3.2rem;
}
.cta .cta__header-illust {
  position: absolute;
  left: -8.2rem;
  top: 8.9rem;
  width: 25.488rem;
  height: 21.928rem;
  pointer-events: none;
  display: none;
}
.cta .cta__header-illust img {
  display: block;
  width: 100%;
  height: 100%;
}
.cta .cta__content {
  background: #fff;
  padding: 2.5rem 2.1rem 5.5rem;
  position: relative;
}
.cta .cta__text-group {
  position: relative;
  margin-bottom: 2.4rem;
}
.cta .cta__text-group:first-child {
  padding-top: 0;
}
.cta .cta__text {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #707070;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 2.4rem 0;
  letter-spacing: -0.07em;
}
.cta .cta__text--pink {
  font-weight: 700;
  font-size: 1.6rem;
  color: #d16683;
}
.cta .cta__text--pink > div:nth-child(1) {
  margin-left: 0.6rem;
}
.cta .cta__text--pink > div:nth-child(2) {
  letter-spacing: -0.04em;
  margin-left: 0.8rem;
}
.cta .cta__text-group:nth-child(2) {
  margin-bottom: 1.7rem;
}
.cta .cta__text-group:nth-child(2) .cta__text:nth-child(1) {
  margin: 0 0 1.5rem 0.5rem;
}
.cta .cta__text-group:nth-child(2) .cta__text:nth-child(2) {
  margin: 0 0 1.5rem 0;
}
.cta .cta__text-group:nth-child(2) .cta__text:nth-child(2) > div:nth-child(2) {
  letter-spacing: -0.05em;
  margin-left: 0.9rem;
}
.cta .cta__text-group:nth-child(3) {
  margin-bottom: 2.5rem;
}
.cta .cta__text-group:nth-child(3) .cta__text:nth-child(1) {
  margin: 0 0 1.6rem 0;
}
.cta .cta__text-highlight {
  color: #707070;
  position: relative;
  display: inline;
}
.cta .cta__illust {
  position: absolute;
  pointer-events: none;
}
.cta .cta__illust img {
  display: block;
  width: 100%;
  height: 100%;
}
.cta .cta__illust--right {
  right: -10rem;
  top: 14.6rem;
  width: 25.488rem;
  height: 21.928rem;
  display: none;
}
.cta .cta__illust--left {
  left: -3.2rem;
  bottom: -7.1rem;
  width: 17.1rem;
  height: 14.7rem;
  display: none;
}
.cta .cta__underline {
  position: absolute;
  left: 1.8rem;
  bottom: -5.8rem;
  width: 30.7rem;
  height: 1.3rem;
  display: none;
}
.cta .cta__underline img {
  display: block;
  width: 100%;
  height: 100%;
}
.cta .cta__final-text {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #d16683;
  text-align: center;
  line-height: 1.8;
  margin: 0;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.cta .cta__footer {
  background: #d16683;
  padding: 0.8rem 0;
}
.cta .cta__copyright {
  font-family: Noto Sans, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: white;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}
.cta .cta__logo {
  background: #FFF;
  border-radius: 1rem;
  padding: 1rem 2rem;
  border: 1px solid #d16683;
  width: fit-content;
  margin: 3rem auto 4rem;
  display: flex;
  justify-content: center;
}

.cta-button {
  position: fixed;
  bottom: 1.2rem;
  display: flex;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
}
.cta-button img {
  max-width: 35.7rem;
  margin: 0 auto;
}

.char-right-7 {
  margin-right: -0.6rem;
}

.char-right-4 {
  margin-right: -0.4rem;
}

.char-left-7 {
  margin-left: -0.6rem;
}

.char-right-other {
  margin-left: -0.3rem;
  margin-right: -1.2rem;
}

.character-dot {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}

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