main {
  position: relative;
  z-index: 0;
}

.top-mv {
  padding-inline: 4.393vw 1.757vw;
  overflow: hidden;
  padding-top: 76px;
}
@media (max-width: 767px) {
  .top-mv {
    padding-inline: 0;
  }
}
.top-mv .sharelink__button {
  max-width: 27.086vw;
}
@media (max-width: 767px) {
  .top-mv .sharelink__button {
    max-width: 91.467vw;
  }
}
.top-mv .c-btn-primary {
  border-radius: 5.857vw;
  padding: 1.537vw 2.489vw 1.537vw 3.075vw;
  height: 5.857vw;
  font-size: 1.757vw;
  gap: 1.171vw;
}
@media (max-width: 767px) {
  .top-mv .c-btn-primary {
    border-radius: 16vw;
    font-size: 5.333vw;
    height: 18.667vw;
    gap: 4.267vw;
  }
}
.top-mv .c-btn-primary .txt {
  margin-top: 0.293vw;
}
@media (max-width: 767px) {
  .top-mv .c-btn-primary .txt {
    margin-top: 1.067vw;
  }
}
.top-mv .c-btn-primary img {
  width: 2.782vw;
  height: 2.782vw;
}
@media (max-width: 767px) {
  .top-mv .c-btn-primary img {
    width: 9.067vw;
    height: 9.067vw;
  }
}

.top__container {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--color-gray);
  padding-bottom: 2.855vw;
}
@media (max-width: 767px) {
  .top__container {
    flex-direction: column-reverse;
    justify-content: center;
    padding-bottom: 28.8vw;
  }
}
.top__container::before {
  content: "";
  position: absolute;
  border-radius: 400px;
  border: 120px solid #FFF;
  background: #FFF;
  bottom: -8.419vw;
  left: -12.884vw;
  width: 28.624vw;
  height: 63.47vw;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .top__container::before {
    width: 50.667vw;
    height: 136.533vw;
    bottom: unset;
    top: -35.067vw;
    left: -20.2vw;
  }
}
.top__container::after {
  content: "";
  position: absolute;
  border-radius: 400px;
  border: 120px solid #FFF;
  background: #FFF;
  top: -8.272vw;
  right: -10.029vw;
  width: 28.624vw;
  height: 63.47vw;
  transform: rotate(45deg);
  z-index: 0;
}
@media (max-width: 767px) {
  .top__container::after {
    width: 50.667vw;
    height: 134.667vw;
    top: unset;
    bottom: 1.867vw;
    right: -20vw;
  }
}
.top__left {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3.514vw;
  margin-right: -7.6vw;
  flex-shrink: 0;
  max-width: 55.417vw;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .top__left {
    max-width: 100%;
    gap: 4.267vw;
    justify-content: center;
    margin-right: 0;
    padding-inline: 16px;
    margin-top: 1.333vw;
  }
}
.top__left-ttl {
  color: #072142;
  font-family: var(--font-sanscjk);
  font-size: 4.758vw;
  font-weight: 700;
  line-height: 6.655vw;
  letter-spacing: 0.19vw;
}
@media (max-width: 767px) {
  .top__left-ttl {
    font-size: 8.267vw;
    line-height: 11.467vw;
  }
}
.top__left-ttl .A {
  letter-spacing: 0.333vw;
  display: inline-block;
}
@media (max-width: 767px) {
  .top__left-ttl .A {
    letter-spacing: 0.579vw;
  }
}
.top__left-ttl .I {
  letter-spacing: 0px;
  display: inline-block;
}
.top__left-ttl .chat {
  letter-spacing: -0.381vw;
  display: inline-block;
}
@media (max-width: 767px) {
  .top__left-ttl .chat {
    letter-spacing: -0.661vw;
  }
}
.top__left-ttl .of {
  font-size: 4.173vw;
  letter-spacing: 0.167vw;
  display: inline-block;
}
@media (max-width: 767px) {
  .top__left-ttl .of {
    font-size: 6.133vw;
    letter-spacing: 0.261vw;
  }
}
.top__left-subttl {
  font-family: var(--font-secondary);
  font-size: 1.757vw;
  font-weight: 700;
  line-height: 3.148vw;
  letter-spacing: 0.141vw;
}
@media (max-width: 767px) {
  .top__left-subttl {
    font-size: 3.733vw;
    line-height: 6.72vw;
    letter-spacing: 0.299vw;
  }
}
.top__right {
  position: relative;
  z-index: 1;
  flex: 1;
}
.top__right img {
  filter: drop-shadow(0px 0px 80px rgba(119, 119, 119, 0.1));
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .top__right img {
    filter: drop-shadow(0 0 42.449px rgba(119, 119, 119, 0.1));
  }
}
@media (max-width: 767px) {
  .top__right {
    margin-right: -13px;
  }
}

.top__scrolldownwrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8.565vw;
  cursor: pointer;
}
@media (max-width: 767px) {
  .top__scrolldownwrap {
    width: 24vw;
    z-index: 2;
  }
}
.top__scrolldownwrap .top__scrolldown img {
  display: block;
  width: 100%;
  height: auto;
  animation: rotateWrap 8s linear infinite;
}
.top__scrolldownwrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.269vw;
  height: 2.269vw;
  background-image: url(../../assets/img/icon-downarrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .top__scrolldownwrap::after {
    width: 8vw;
    height: 8vw;
  }
}
.top__scrolldownwrap:hover::after {
  transform: translate(-50%, -50%) scale(1.2);
}

@keyframes rotateWrap {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  .problem {
    overflow: hidden;
  }
}
.problem__block {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
@media (max-width: 767px) {
  .problem__block {
    gap: 0px;
    padding-bottom: 178px;
  }
}
.problem__row {
  max-width: 1040px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .problem__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}
@media (max-width: 767px) {
  .problem__row:first-child .problem__col:first-child {
    margin-left: -7px;
  }
}
@media (max-width: 767px) {
  .problem__row:first-child .problem__col:nth-child(2) {
    align-self: flex-end;
    margin-top: -63px;
    margin-right: -7px;
  }
}
@media (max-width: 767px) {
  .problem__row:first-child .problem__col:last-child {
    margin-top: -72px;
    margin-left: -7px;
  }
}
.problem__row:last-child {
  position: relative;
}
@media (max-width: 991px) {
  .problem__row:last-child .problem__col {
    max-width: 35%;
  }
}
@media (max-width: 767px) {
  .problem__row:last-child .problem__col {
    max-width: 61.333vw;
    width: 100%;
  }
  .problem__row:last-child .problem__col:first-child {
    align-self: flex-end;
    margin-top: -55px;
  }
  .problem__row:last-child .problem__col:nth-child(2) {
    align-self: flex-start;
    margin-top: -80px;
    margin-left: -7px;
  }
}
.problem__col {
  position: relative;
}
@media (max-width: 767px) {
  .problem__col {
    max-width: 61.333vw;
    width: 100%;
  }
}
.problem__img {
  filter: drop-shadow(0 0 57.5px rgba(119, 119, 119, 0.1));
}
.problem__text {
  position: absolute;
  font-family: var(--font-secondary);
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.problem__text .pink {
  color: var(--color-pink);
}
.problem__text .blue {
  color: var(--color-blue);
}
@media (max-width: 991px) {
  .problem__text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .problem__text {
    font-size: 17.25px;
    line-height: 28px;
    letter-spacing: 0.863px;
  }
}
.problem__image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -94px;
}
@media (max-width: 991px) {
  .problem__image {
    max-width: 350px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .problem__image {
    max-width: 62.4vw;
    right: 14px;
    left: unset;
    transform: unset;
    top: unset;
    bottom: -133px;
  }
}
@media (max-width: 767px) {
  .problem__img {
    max-width: 100%;
  }
}
.problem__ftxt {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.88px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .problem__ftxt {
    font-size: 15px;
    font-weight: 700;
    line-height: 30.5px;
    letter-spacing: 0.6px;
    margin-top: 0;
  }
}
.problem__ftxt .highlight {
  color: var(--color-pink);
  font-size: 28px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1.12px;
  display: inline-block;
  background-image: linear-gradient(0, rgb(234, 255, 0) 50%, transparent 50%);
}
@media (max-width: 767px) {
  .problem__ftxt .highlight {
    font-size: 18px;
    font-weight: 700;
    line-height: 30.5px;
    letter-spacing: 0.72px;
  }
}

.reason {
  overflow: hidden;
  background-color: var(--color-white);
}
.reason__block {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
}
.reason__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  padding-inline: 20px;
}
@media (max-width: 1199px) {
  .reason__row {
    gap: 20px;
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .reason__row {
    gap: 16px;
    flex-direction: column;
  }
}
.reason__col {
  width: calc(33.3333333333% - 27px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  border-radius: 24px;
  background: var(--color-gray);
  padding: 32px;
}
@media (max-width: 1199px) {
  .reason__col {
    padding: 15px;
    width: calc(33.3333333333% - 14px);
  }
}
@media (max-width: 767px) {
  .reason__col {
    width: 100%;
    padding: 24px;
    gap: 8px;
  }
}
.reason__ttl {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0.88px;
}
@media (max-width: 991px) {
  .reason__ttl {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .reason__ttl {
    font-size: 22px;
  }
}
.reason__des {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.64px;
}
.reason__des .pink {
  color: #DA0F4D;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .reason__des {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .reason__des {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

.service {
  background-image: url("../../assets/img/service/service-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .service {
    background-image: url("../../assets/img/service/service-bg-sp.jpg");
  }
}
.service__block {
  max-width: 1040px;
  width: 100%;
  margin-inline: auto;
}
.service__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 60px 40px;
}
@media (max-width: 767px) {
  .service__row {
    flex-direction: column;
    gap: 16px;
  }
}
.service__col {
  width: calc(50% - 20px);
  background-color: var(--color-white);
  border-radius: 24px;
}
@media (max-width: 767px) {
  .service__col {
    width: 100%;
  }
}
.service__img img {
  border-radius: 20px 20px 0px 0px;
}
.service__content {
  padding: 32px 40px 56px;
}
@media (max-width: 991px) {
  .service__content {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .service__content {
    padding: 24px 24px 32px;
  }
}
.service__ttl {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 1.12px;
  min-height: 78px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .service__ttl {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .service__ttl {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0.88px;
    min-height: auto;
    margin-bottom: 8px;
  }
}
.service__des {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.64px;
}
.service__des sup {
  vertical-align: super;
  font-size: 10px;
  line-height: 0;
}
@media (max-width: 767px) {
  .service__des sup {
    font-size: 14px;
    vertical-align: baseline;
  }
}
@media (max-width: 767px) {
  .service__des {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.56px;
  }
}
.service__note {
  color: var(--color-white);
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.48px;
  margin-top: 24px;
}

.cta {
  padding-block: 80px;
  background-color: var(--color-white);
}
@media (max-width: 1199px) {
  .cta {
    padding-inline: 16px;
  }
}
@media (max-width: 767px) {
  .cta {
    padding-block: 24px;
  }
}
@media (max-width: 767px) {
  .cta .c-btn-primary {
    padding: 16px 30px;
  }
}
.cta-01 {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta-01 {
    padding-block: 40px;
  }
}
.cta-01:after {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/cta-01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .cta-01:after {
    background-image: url("../../assets/img/cta-01-sp.svg");
    background-size: contain;
    top: 60%;
  }
}
.cta-02 {
  background-image: url("../../assets/img/cta-02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .cta-02 {
    background-image: url("../../assets/img/cta-02-sp.png");
  }
}
.cta-03 {
  background-image: url("../../assets/img/cta-03.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cta__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .cta__container {
    gap: 24px;
  }
}
.cta__container.bg {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  padding-block: 40px;
  background-color: var(--color-white);
  border-radius: 40px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .cta__container.bg {
    padding-inline: 15px;
    padding-block: 32px;
    gap: 16px;
    border-radius: 24px;
  }
}
.cta__container.bg:after {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/icon-contact.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .cta__container.bg:after {
    background-image: url("../../assets/img/icon-contact-sp.svg");
    top: 30%;
  }
}
.cta__ttl {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 1.28px;
  position: relative;
}
@media (max-width: 767px) {
  .cta__ttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0.96px;
  }
}

.price__block {
  max-width: 1098px;
  width: 100%;
  margin-inline: auto;
}
.price__notettl {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.48px;
}
@media (max-width: 767px) {
  .price__notettl {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.4px;
  }
}
.price__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .price__row {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .price__row {
    flex-direction: column;
    margin-top: 16px;
  }
}
.price__col {
  width: calc(33.3333333333% - 16px);
  background-color: var(--color-white);
  border-radius: 24px;
  border: 2px solid var(--color-blue2);
}
.price__col.darkblue {
  border: 2px solid var(--color-darkblue);
}
.price__col.darkblue .price__ttl {
  background-color: var(--color-darkblue);
}
.price__col.darkblue .price__features {
  background-color: var(--color-lightblue2);
}
.price__col.darkblue .price__features-txt {
  color: var(--color-darkblue);
}
@media (max-width: 767px) {
  .price__col.darkblue {
    margin-bottom: 80px;
  }
}
.price__col.pink {
  border: 2px solid var(--color-pink);
  position: relative;
}
.price__col.pink:before {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/service/icon-recommend.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 153px;
  height: 56px;
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
}
@media (max-width: 767px) {
  .price__col.pink:before {
    top: -64px;
  }
}
.price__col.pink .price__ttl {
  background-color: var(--color-pink);
  padding-block: 17px;
  position: relative;
  text-align: center;
}
.price__col.pink .price__ttl .txt {
  position: relative;
}
.price__col.pink .price__ttl .txt::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/service/icon-star.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 34px;
  top: 50%;
  transform: translateY(-50%);
  left: -38px;
}
@media (max-width: 991px) {
  .price__col.pink .price__ttl .txt::before {
    left: -38px;
  }
}
.price__col.pink .price__features {
  background-color: var(--color-lightpink);
}
.price__col.pink .price__features-txt {
  color: var(--color-pink);
}
.price__col.pink .price__list {
  border: unset;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .price__col {
    width: calc(33.3333333333% - 7px);
  }
}
@media (max-width: 767px) {
  .price__col {
    width: 100%;
  }
}
.price__contents {
  padding: 24px 24px 32px;
  min-height: 480px;
}
@media (max-width: 1199px) {
  .price__contents {
    padding: 15px 10px;
  }
}
@media (max-width: 991px) {
  .price__contents {
    min-height: 560px;
  }
}
@media (max-width: 767px) {
  .price__contents {
    min-height: auto;
    padding: 24px 22px 32px;
  }
}
.price__ttl {
  color: var(--color-white);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.88px;
  padding-block: 8px;
  background-color: var(--color-blue2);
  border-radius: 20px 20px 0px 0px;
}
@media (max-width: 991px) {
  .price__ttl {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .price__ttl {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.8px;
  }
}
.price__ttl.darkblue {
  background-color: var(--color-darkblue);
}
.price__ttl.pink {
  background-color: var(--color-pink);
}
.price__amount {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.price__monthly {
  color: var(--color-white);
  background-color: var(--primary-color);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.56px;
  padding: 4px 10px 6px 10px;
  border-radius: 30px;
}
.price__number {
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 1.48px;
}
.price__features {
  padding: 8px 16px;
  background-color: #EBF9FF;
  border-radius: 8px;
  margin-block: 16px;
}
@media (max-width: 767px) {
  .price__features {
    padding: 8px 14px;
  }
}
.price__features-txt {
  color: var(--color-blue2);
  min-height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.64px;
}
@media (max-width: 1199px) {
  .price__features-txt {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .price__features-txt {
    font-size: 16px;
  }
}
.price__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--color-gray3);
}
.price__list-txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.56px;
}
.price__note {
  color: var(--color-gray4);
  font-family: "Source Han Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 23.4px */
  letter-spacing: 0.52px;
}
.price__box-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .price__box-row {
    flex-direction: column;
    margin-top: 24px;
    gap: 16px;
  }
}
.price__box-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 2px solid var(--primary-color);
  border-radius: 24px;
}
@media (max-width: 767px) {
  .price__box-col {
    width: 100%;
  }
}
.price__box-ttl {
  color: var(--color-white);
  background-color: var(--primary-color);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.88px;
  padding-block: 8px;
  width: 100%;
  border-radius: 19px 19px 0px 0px;
}
@media (max-width: 767px) {
  .price__box-ttl {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.8px;
  }
}
.price__box-contents {
  min-height: 157px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.price__box-amt {
  color: var(--color-pink);
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 2.4px;
  padding-bottom: 16px;
  padding-left: 8px;
}
.price__box-amt span {
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 1.8px;
}
.price__box-note {
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.52px;
}
.price__box-txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.8px;
}

.cost__row {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 1300px) {
  .cost__row {
    overflow-x: scroll;
  }
}
.cost__col {
  flex-shrink: 0;
}
.cost__col:first-child {
  width: 250px;
  background-color: var(--primary-color);
}
@media (max-width: 767px) {
  .cost__col:first-child {
    width: 200px;
  }
}
.cost__col:nth-child(2) {
  width: 300px;
}
@media (max-width: 767px) {
  .cost__col:nth-child(2) {
    width: 250px;
  }
}
.cost__col:last-child {
  width: 450px;
}
@media (max-width: 767px) {
  .cost__col:last-child {
    width: 300px;
  }
}
.cost__txt {
  color: #FFF;
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.72px;
  border-bottom: 1px solid var(--color-gray3);
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cost__txt {
    font-size: 16px;
  }
}
.cost__btxt {
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--color-gray3);
  border-left: 1px solid var(--color-gray3);
  border-right: 1px solid var(--color-gray3);
  background: var(--color-white);
}
@media (max-width: 767px) {
  .cost__btxt {
    font-size: 18px;
  }
}
.cost__ptxt {
  color: var(--color-pink);
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.8px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--color-gray3);
  border-right: 1px solid var(--color-gray3);
  background-color: var(--color-white);
}
@media (max-width: 767px) {
  .cost__ptxt {
    font-size: 18px;
  }
}
.cost__ptxt .num {
  font-size: 27px;
  font-weight: 700;
  line-height: 0;
  letter-spacing: 1.08px;
  display: inline-block;
}
@media (max-width: 767px) {
  .cost__ptxt .num {
    font-size: 22px;
  }
}
.cost__ptxt .light {
  font-weight: 500;
}
.cost__ptxt .sm {
  font-size: 18px;
}
.cost__title {
  background: var(--color-gray5);
  color: var(--color-white);
  height: 56px;
  border-radius: 16px 16px 0 0;
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cost__imgwrap {
  background: #DA0F4D;
  height: 74px;
  border-radius: 16px 16px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cost__img {
  max-width: 227px;
  width: 100%;
  margin-inline: auto;
  display: block;
}
@media (max-width: 767px) {
  .cost__img {
    max-width: 200px;
  }
}
.cost__ftxt {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: 1.04px;
  margin-top: 80px;
}
.cost__ftxt .pink {
  color: var(--color-pink);
}
.cost__ftxt .sm {
  font-size: 22px;
  letter-spacing: 0.88px;
}
@media (max-width: 767px) {
  .cost__ftxt {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.88px;
    margin-top: 40px;
  }
}

.flow {
  background-color: var(--color-white);
  z-index: -1;
}
.flow__block {
  position: relative;
  z-index: 1;
}
.flow__block::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  top: 40px;
  z-index: -1;
}
@media (max-width: 767px) {
  .flow__block::after {
    height: 100%;
    width: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.flow__row {
  max-width: 980px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 991px) {
  .flow__row {
    gap: 10px;
    padding-inline: 15px;
  }
}
@media (max-width: 767px) {
  .flow__row {
    gap: 30px;
    flex-direction: column;
  }
}
.flow__col {
  width: calc(16.6666666667% - 34px);
}
@media (max-width: 991px) {
  .flow__col {
    width: calc(16.6666666667% - 9px);
  }
}
.flow__col:nth-child(even) .flow__circle {
  background: var(--color-blue);
}
@media (max-width: 767px) {
  .flow__col {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--color-white);
  }
}
.flow__circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background-color: var(--color-pink2);
}
.flow__circle .txt {
  display: inline-block;
  color: var(--color-white);
  font-family: var(--font-josefin);
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.96px;
}
.flow__circle .num {
  display: inline-block;
  color: var(--color-white);
  font-family: var(--font-josefin);
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 2.72px;
}
@media (max-width: 767px) {
  .flow__circle .num {
    letter-spacing: 0px;
  }
}
.flow__ttl {
  font-family: var(--font-secondary);
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-block: 16px;
}
@media (max-width: 991px) {
  .flow__ttl {
    font-size: 16px;
  }
}
.flow__des {
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
@media (max-width: 991px) {
  .flow__des {
    font-size: 14px;
  }
}

.faq {
  background-color: var(--color-white);
}
.faq__wrapper {
  margin-bottom: 20px;
  background: var(--color-gray);
  border-radius: 20px;
  padding: 32px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .faq__wrapper {
    padding: 20px;
    margin-bottom: 15px;
  }
}
.faq__wrapper:last-child {
  margin-bottom: 0;
}
.faq__heading {
  color: #FFF;
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}
@media (min-width: 768px) {
  .faq__heading {
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
  }
}
.faq__block {
  margin-top: 30px;
  max-width: 864px;
  width: 100%;
  margin-inline: auto;
  margin-top: 80px;
}
.faq__question {
  border-radius: 20px 20px 20px 20px;
  background: var(--color-gray);
  cursor: pointer;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .faq__question {
    gap: 10px;
  }
}
.faq__question.active {
  border-radius: 20px 20px 0px 0px;
}
.faq__question .que {
  color: var(--color-white);
  font-family: var(--font-josefin);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2.24px;
  line-height: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: var(--color-pink);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .faq__question .que {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 16px;
  }
}
.faq__question .text {
  flex: 1;
  font-family: var(--font-secondary);
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  padding-right: 63px;
}
@media (max-width: 767px) {
  .faq__question .text {
    font-size: 16px;
    line-height: 24px;
    padding-right: 30px;
  }
}
.faq__question .icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  cursor: pointer;
  transition: transform 0.3s ease;
}
.faq__question .icon::before, .faq__question .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 4px;
  background: var(--color-pink);
  border-radius: 0px;
  transform-origin: center;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .faq__question .icon::before, .faq__question .icon::after {
    width: 18px;
    height: 3px;
  }
}
.faq__question .icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq__question .icon::after {
  transform: translate(-50%, -50%) rotate(180deg);
  opacity: 1;
  transition: all 0.4s ease-out;
}
.faq__question .icon.active::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(90deg) scaleY(1);
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  will-change: max-height;
}
.faq__answer-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .faq__answer-inner {
    gap: 10px;
  }
}
.faq__answer-text {
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 767px) {
  .faq__answer-text {
    font-size: 14px;
    line-height: 24px;
  }
}
.faq__answer .ans {
  color: var(--color-white);
  font-family: var(--font-josefin);
  font-size: 28px;
  font-weight: 700;
  line-height: 0;
  letter-spacing: 2.24px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: var(--color-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .faq__answer .ans {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 16px;
  }
}

.contact__block {
  background-color: var(--color-white);
  max-width: 640px;
  width: 100%;
  margin-inline: auto;
  padding: 50px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .contact__block {
    padding: 20px;
  }
}
.contact__form-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.contact__form-label {
  padding-bottom: 5px;
  color: var(--color-gray8);
  font-family: var(--font-gothic);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.contact__form-label.privacy {
  padding-bottom: 0;
}
.contact__form-input {
  border-radius: 4px;
  border: 1px solid var(--color-gray3);
  background: var(--color-gray2);
  padding: 15.5px;
  width: 100%;
}
.contact__form-textarea {
  width: 100%;
  height: 150px;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  background: #F5F5F5;
}
.contact__required {
  border-radius: 4px;
  background: var(--color-red);
  padding: 4px 8px;
  color: var(--color-gray2);
  font-family: var(--font-gothic);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  margin-right: 12px;
}
.contact__button {
  max-width: 426px;
  width: 100%;
  height: 78px;
  margin-inline: auto;
  padding: 19px 10px;
}
.contact__button:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact__button {
    height: 60px;
  }
}

.contact__checkbox {
  text-align: center;
}

.contact__checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid var(--color-red);
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transition: all 0.2s ease;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .contact__checkbox input[type=checkbox] {
    margin-top: -5px;
  }
}

.contact__checkbox input[type=checkbox]:checked {
  background-color: var(--color-red);
  border-color: var(--color-red);
}

.contact__checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 8px;
  width: 8px;
  height: 16px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.c-form-policy {
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  background: #F3F3F3;
  padding: 15px 25px;
  height: 140px;
  margin-block: 30px;
  overflow: scroll;
}

.c-form-validate-error {
  color: var(--color-red2);
  margin-top: 10px;
  font: var(--font-gothic);
}

.c-form-text {
  color: var(--color-gray7);
  font-family: var(--font-gothic);
  font-size: 14px;
  line-height: normal;
}/*# sourceMappingURL=top.css.map */