@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@400;500;600;700&family=Figtree:wght@300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho+B1:wght@400;500;600;700&display=swap");
@import url("https://fonts.bunny.net/css?family=source-han-sans-jp:400,700&display=swap");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  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,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  letter-spacing: 0;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 500;
  scroll-behavior: smooth;
  scroll-padding-top: calc((var(--headerHeight, 50px)) + 10px);
}

body {
  color: #555555;
  counter-reset: number 0;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
  overflow-x: hidden;
}

@media (hover: none) and (pointer: coarse) {
  *:hover {
    transform: none !important;
  }
  *:hover::before,
  *:hover::after {
    opacity: 1 !important;
  }
}
.u-pconly {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pconly {
    display: none !important;
  }
}

.u-pconly-flex {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .u-pconly-flex {
    display: none !important;
  }
}

.u-sponly {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sponly {
    display: block !important;
  }
}

.u-sponly-flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sponly-flex {
    display: flex !important;
  }
}

.u-subfont {
  font-family: "Archivo Narrow", serif;
}

header {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 10px 24px 12px 24px;
}
header .header__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .header__title .header__title-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
header .header__title .header__title--main {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #3370D5;
}
header .header__title .header__title--sub {
  font-family: Source Han Sans JP;
  font-weight: 700;
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #4F5256;
}

@media screen and (max-width: 390px) {
  header {
    width: 100%;
    max-width: calc(390 / 390 * 100vw);
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: calc(10 / 390 * 100vw);
  }
  header .header__logo {
    width: 100%;
    max-width: calc(370 / 390 * 100vw);
    height: auto;
  }
  header .header__logo img {
    width: 100%;
    height: auto;
  }
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 22px;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, rgba(237, 237, 237, 0.2), rgba(237, 237, 237, 0.2));
  padding: 36px 24px 20px 24px;
}
.footer .footer__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}
.footer .footer__list .footer__item .footer__link {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #4F5256;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
.footer .footer__list .footer__item .footer__link:hover {
  opacity: 0.7;
}
.footer .footer__list .footer__item .footer__link::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #4F5256;
}
.footer .footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}
.footer .footer__info .footer__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
}
.footer .footer__info .footer__item .footer__term {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #4F5256;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.footer .footer__info .footer__item .footer__logo-march a {
  display: block;
  width: 100%;
  max-width: 164px;
  aspect-ratio: 164/30;
  height: auto;
  transition: all 0.3s ease;
}
.footer .footer__info .footer__item .footer__logo-march a:hover {
  opacity: 0.7;
}
.footer .footer__info .footer__item .footer__logo-march a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .footer__info .footer__item .footer__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #4F5256;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.footer .footer__info .footer__item .footer__description.description-address {
  font-weight: 400;
  font-size: 12px;
}
.footer .footer__info .footer__item .footer__description.description-email a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #4F5256;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer .footer__info .footer__item .footer__description.description-email a:hover {
  opacity: 0.7;
}
.footer .footer__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #4F5256;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0 auto;
}

@media screen and (max-width: 390px) {
  .footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: calc(22 / 390 * 100vw);
    background-color: #F1F1E1;
    padding: calc(36 / 390 * 100vw) calc(24 / 390 * 100vw) calc(20 / 390 * 100vw) calc(24 / 390 * 100vw);
  }
  .footer .footer__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: calc(2 / 390 * 100vw);
  }
  .footer .footer__list .footer__item .footer__link {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(12 / 390 * 100vw);
    color: #604F3D;
    line-height: 1.5;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
  }
  .footer .footer__list .footer__item .footer__link:hover {
    opacity: 0.7;
  }
  .footer .footer__list .footer__item .footer__link::after {
    content: "";
    position: absolute;
    bottom: calc(1 / 390 * 100vw);
    left: 0;
    width: 100%;
    height: calc(1 / 390 * 100vw);
    background-color: #604F3D;
  }
  .footer .footer__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: calc(24 / 390 * 100vw);
  }
  .footer .footer__info .footer__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: calc(6 / 390 * 100vw);
  }
  .footer .footer__info .footer__item .footer__term {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(12 / 390 * 100vw);
    color: #604F3D;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .footer .footer__info .footer__item .footer__logo-march a {
    display: block;
    width: 100%;
    max-width: calc(164 / 390 * 100vw);
    aspect-ratio: 164/30;
    height: auto;
    transition: all 0.3s ease;
  }
  .footer .footer__info .footer__item .footer__logo-march a:hover {
    opacity: 0.7;
  }
  .footer .footer__info .footer__item .footer__logo-march a img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .footer__info .footer__item .footer__description {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(16 / 390 * 100vw);
    color: #604F3D;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .footer .footer__info .footer__item .footer__description.description-address {
    font-weight: 400;
    font-size: calc(12 / 390 * 100vw);
  }
  .footer .footer__info .footer__item .footer__description.description-email a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(12 / 390 * 100vw);
    color: #604F3D;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .footer .footer__info .footer__item .footer__description.description-email a:hover {
    opacity: 0.7;
  }
  .footer .footer__copyright {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(10 / 390 * 100vw);
    color: #604F3D;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin: 0 auto;
  }
}
.plan {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
  max-width: 390px;
  margin: 32px auto;
}

.plan-card {
  display: grid;
  position: relative;
}

.plan-card__rabbit {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 120px;
  height: 120px;
  pointer-events: none;
  z-index: 3;
}
.plan-card__rabbit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.plan-card__content {
  position: relative;
  width: 100%;
  max-width: 366px;
  margin: 15px auto 0;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #3370D5;
}
.plan-card__content.plan-card__content-green {
  border: 2px solid #11A493;
}

.plan-card__badge {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #3370D5;
  text-align: center;
}
.plan-card__badge::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 372.18px;
  height: 22.35px;
  background-image: url("../../../img/cta-label-deco.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.plan-card__badge-green {
  color: #11A493;
}
.plan-card__badge-green::before {
  background-image: url("../../../img/cta-label-green-deco.svg");
}

.plan-card__title {
  position: relative;
  padding: 5px 0 14px;
}
.plan-card__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url("../../../img/plan-bg-blue.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.plan-card:nth-child(2) .plan-card__content .plan-card__title::before {
  background-image: url("../../../img/plan-bg-green.webp");
}
.plan-card:nth-child(2) .plan-card__cta {
  gap: 8px;
  margin: -2px 0 32px;
}

.plan-card__title-heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-card__title-heading .title-heading__number {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
.plan-card__title-heading .title-heading__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}

.plan-card__title-sub {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin: -6px 0 0;
}

.plan-card__product {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: rgba(51, 112, 213, 0.1);
  padding: 8px 0 17px;
}

.plan-card__product-green {
  background-color: rgba(17, 164, 147, 0.1);
}

.plan-card__product-image {
  flex-shrink: 0;
  width: 99px;
  aspect-ratio: 1/1;
  margin: 0 0 0 -1px;
}

.plan-card__product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.plan-card__product-info {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin: 1px 0 0;
}

.plan-card__product-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  color: #3370D5;
}
.plan-card__product-name.plan-card__product-name-green {
  color: #11A493;
}

.plan-card__product-name-suffix {
  font-size: 16px;
  margin: 0 0 0 -5px;
}

.plan-card__product-desc {
  display: flex;
  align-items: center;
  gap: 6px;
}
.plan-card__product-desc .plan-card__product-desc-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: white;
  background-color: #3370D5;
  opacity: 0.7;
  border-radius: 3px;
  padding: 1px 6px 3px 6px;
  width: -moz-fit-content;
  width: fit-content;
}
.plan-card__product-desc .plan-card__product-desc-item.plan-card__product-desc-item-green {
  background-color: #11A493;
}

.plan-card__price-block {
  display: grid;
  width: calc(100% - 24px);
  margin: 0 auto;
  overflow: visible;
}

.plan-card__per-unit,
.plan-card__price-inner {
  grid-column: 1;
  grid-row: 1;
}

.plan-card__price-inner {
  z-index: 1;
  padding: 19px 0 0;
}

.plan-card__per-unit {
  position: relative;
  top: -17px;
  justify-self: center;
  z-index: 2;
  width: 264px;
  margin: 0 auto;
}
.plan-card__per-unit img {
  display: block;
  width: 100%;
  height: auto;
}

.plan-card__per-unit-label {
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #E97D9A;
  line-height: 1.5;
  letter-spacing: 0;
}

.plan-card__per-unit-text {
  font-size: 16.2px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #2E8A51;
  line-height: 1.5;
  letter-spacing: 0;
}

.plan-card__per-unit-price {
  font-weight: 700;
  font-size: 16.2px;
  font-family: "Noto Sans JP", sans-serif;
  color: #2E8A51;
  line-height: 1.7;
  letter-spacing: 0;
}

.plan-card__per-unit-price-num {
  font-size: 24px;
  line-height: 1;
}

.plan-card__price-main {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}
.plan-card__price-main .price-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-card__price-main .price-wrap .price-number {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.7;
  letter-spacing: 0;
  color: #E93972;
}
.plan-card__price-main .price-wrap .price-unit {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: center;
}
.plan-card__price-main .price-wrap .price-unit .price-unit-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.8px;
}
.plan-card__price-main .price-wrap .price-unit .price-unit-inner .price-unit-inner-yen {
  font-family: Noto Sans CJK JP;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 0;
  color: #E93972;
}
.plan-card__price-main .price-wrap .price-unit .price-unit-inner .price-unit-inner-month {
  font-family: Noto Sans CJK JP;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.08em;
  color: #E93972;
}
.plan-card__price-main .price-wrap .price-unit .price-unit-inner-tax {
  font-family: Noto Sans CJK JP;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0;
  color: #E93972;
}
.plan-card__price-main .plan-card__price-main-text {
  width: 70px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #3370D5;
  border-radius: 50%;
}
.plan-card__price-main .plan-card__price-main-text.plan-card__price-main-text-green {
  background-color: #11A493;
}
.plan-card__price-main .plan-card__price-main-text .main-text-top {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #fff;
}
.plan-card__price-main .plan-card__price-main-text .main-text-bottom {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}

.plan-card__price-total {
  width: 100%;
  max-width: 132.65px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: -33px 5px 4px auto;
}
.plan-card__price-total .price-total-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0;
  color: #4F5256;
}
.plan-card__price-total .price-number {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0;
  color: #4F5256;
}
.plan-card__price-total .price-unit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-card__price-total .price-unit .price-unit-inner-yen {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0;
  color: #4F5256;
}
.plan-card__price-total .price-unit .price-unit-inner-tax {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0;
  color: #4F5256;
  margin: 0 -3px 0 2px;
}

.plan-card__reassurance {
  display: block;
  width: 100%;
  max-width: 344px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #3370D5;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: rgba(51, 112, 213, 0.1);
  border-radius: 7px;
  padding: 6px 0;
  margin: 0 0 27px;
}

.plan-card__notes {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-top: 2px dashed #FF7798;
  padding: 9px 0 0;
  margin: 0 0 0 -2px;
  display: none;
}

.plan-card__notes-item {
  font-weight: 400;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  color: #604F3D;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.plan-card__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: 0 0 30px;
}
.plan-card__cta .plan-card__cta-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Source Han Sans JP", "Source Han Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  color: #EF547A;
}
.plan-card__cta .plan-card__cta-label::before, .plan-card__cta .plan-card__cta-label::after {
  content: "";
  display: block;
  width: 15px;
  border-top: 2px solid #EF547A;
}
.plan-card__cta .plan-card__cta-label::before {
  transform: rotate(58deg);
}
.plan-card__cta .plan-card__cta-label::after {
  transform: rotate(-58deg);
}
.plan-card__cta .plan-card__cta-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 342px;
  height: 56px;
  background: transparent;
  font-family: "Source Han Sans JP", "Source Han Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  color: #FFFFFF;
  border-radius: 60px;
  z-index: 0;
  isolation: isolate;
  transition: transform 0.2s ease;
}
.plan-card__cta .plan-card__cta-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #FF6A6A 0%, #E93972 100%);
  border-radius: 60px;
  z-index: -1;
}
.plan-card__cta .plan-card__cta-button::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 2px;
  width: 344px;
  height: 60px;
  background: linear-gradient(90deg, #D94040 0%, #C0205A 100%);
  border-radius: 60px;
  z-index: -2;
  transition: opacity 0.2s ease;
}
.plan-card__cta .plan-card__cta-button .plan-card__cta-button-text {
  position: relative;
}
.plan-card__cta .plan-card__cta-button .plan-card__cta-button-text::after {
  content: "";
  position: absolute;
  top: 52%;
  right: -87px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: translateY(-50%) rotate(45deg);
}

.plan-card__cta-button {
  position: relative;
  width: 100%;
  max-width: 353px;
  height: auto;
  margin: 0 0 0 -4px;
  transition: transform 0.3s ease;
}
.plan-card__cta-button img {
  display: block;
  width: 100%;
  height: auto;
}

.plan-card__cta-button:active {
  transform: translateY(4px);
}

.plan-card__cta-button:active::after {
  opacity: 0;
}

.pink {
  color: #EF547A;
}

@media screen and (max-width: 390px) {
  .plan {
    display: flex;
    flex-direction: column;
    gap: calc(22 / 390 * 100vw);
    width: 100%;
    max-width: calc(390 / 390 * 100vw);
    margin: calc(32 / 390 * 100vw) auto;
  }
  .plan-card {
    display: grid;
    position: relative;
  }
  .plan-card__rabbit {
    position: absolute;
    bottom: calc(2 / 390 * 100vw);
    right: 0;
    width: calc(120 / 390 * 100vw);
    height: calc(120 / 390 * 100vw);
    pointer-events: none;
    z-index: 3;
  }
  .plan-card__rabbit img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .plan-card__content {
    position: relative;
    width: 100%;
    max-width: calc(366 / 390 * 100vw);
    margin: calc(15 / 390 * 100vw) auto 0;
    z-index: 1;
    border-radius: calc(20 / 390 * 100vw);
    overflow: hidden;
    border: 2px solid #3370D5;
  }
  .plan-card__content.plan-card__content-green {
    border: 2px solid #11A493;
  }
  .plan-card__badge {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(16 / 390 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #3370D5;
    text-align: center;
  }
  .plan-card__badge::before {
    content: "";
    position: absolute;
    bottom: calc(-8 / 390 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    width: calc(372.18 / 390 * 100vw);
    height: calc(22.35 / 390 * 100vw);
    background-image: url("../../../img/cta-label-deco.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
  .plan-card__badge-green {
    color: #11A493;
  }
  .plan-card__badge-green::before {
    background-image: url("../../../img/cta-label-green-deco.svg");
  }
  .plan-card__title {
    position: relative;
    padding: calc(5 / 390 * 100vw) 0 calc(14 / 390 * 100vw);
  }
  .plan-card__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url("../../../img/plan-bg-blue.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
  .plan-card:nth-child(2) .plan-card__content .plan-card__title::before {
    background-image: url("../../../img/plan-bg-green.webp");
  }
  .plan-card:nth-child(2) .plan-card__cta {
    gap: calc(8 / 390 * 100vw);
    margin: calc(-2 / 390 * 100vw) 0 calc(32 / 390 * 100vw);
  }
  .plan-card__title-heading {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .plan-card__title-heading .title-heading__number {
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-size: calc(38 / 390 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .plan-card__title-heading .title-heading__text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(28 / 390 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .plan-card__title-sub {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    margin: calc(-6 / 390 * 100vw) 0 0;
  }
  .plan-card__product {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(12 / 390 * 100vw);
    background-color: rgba(51, 112, 213, 0.1);
    padding: calc(8 / 390 * 100vw) 0 calc(17 / 390 * 100vw);
  }
  .plan-card__product-green {
    background-color: rgba(17, 164, 147, 0.1);
  }
  .plan-card__product-image {
    flex-shrink: 0;
    width: calc(99 / 390 * 100vw);
    aspect-ratio: 1/1;
    margin: 0 0 0 calc(-1 / 390 * 100vw);
  }
  .plan-card__product-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .plan-card__product-info {
    display: flex;
    flex-direction: column;
    gap: calc(13 / 390 * 100vw);
    margin: calc(1 / 390 * 100vw) 0 0;
  }
  .plan-card__product-name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(24 / 390 * 100vw);
    line-height: 1;
    letter-spacing: 0;
    color: #3370D5;
  }
  .plan-card__product-name.plan-card__product-name-green {
    color: #11A493;
  }
  .plan-card__product-name-suffix {
    font-size: calc(16 / 390 * 100vw);
    margin: 0 0 0 calc(-5 / 390 * 100vw);
  }
  .plan-card__product-desc {
    display: flex;
    align-items: center;
    gap: calc(6 / 390 * 100vw);
  }
  .plan-card__product-desc .plan-card__product-desc-item {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: calc(14 / 390 * 100vw);
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: white;
    background-color: #3370D5;
    opacity: 0.7;
    border-radius: 3px;
    padding: calc(1 / 390 * 100vw) calc(6 / 390 * 100vw) calc(3 / 390 * 100vw) calc(6 / 390 * 100vw);
    width: -moz-fit-content;
    width: fit-content;
  }
  .plan-card__product-desc .plan-card__product-desc-item.plan-card__product-desc-item-green {
    background-color: #11A493;
  }
  .plan-card__price-block {
    display: grid;
    width: calc(100% - 24 / 390 * 100vw);
    margin: 0 auto;
    overflow: visible;
  }
  .plan-card__per-unit,
  .plan-card__price-inner {
    grid-column: 1;
    grid-row: 1;
  }
  .plan-card__price-inner {
    z-index: 1;
    padding: calc(19 / 390 * 100vw) 0 0;
  }
  .plan-card__per-unit {
    position: relative;
    top: calc(-17 / 390 * 100vw);
    justify-self: center;
    z-index: 2;
    width: calc(264 / 390 * 100vw);
    margin: 0 auto;
  }
  .plan-card__per-unit img {
    display: block;
    width: 100%;
    height: auto;
  }
  .plan-card__per-unit-label {
    font-size: calc(16 / 390 * 100vw);
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #E97D9A;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .plan-card__per-unit-text {
    font-size: calc(16.2 / 390 * 100vw);
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #2E8A51;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .plan-card__per-unit-price {
    font-weight: 700;
    font-size: calc(16.2 / 390 * 100vw);
    font-family: "Noto Sans JP", sans-serif;
    color: #2E8A51;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .plan-card__per-unit-price-num {
    font-size: calc(24 / 390 * 100vw);
    line-height: 1;
  }
  .plan-card__price-main {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: calc(6 / 390 * 100vw);
  }
  .plan-card__price-main .price-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .plan-card__price-main .price-wrap .price-number {
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-size: calc(64 / 390 * 100vw);
    line-height: 1.7;
    letter-spacing: 0;
    color: #E93972;
  }
  .plan-card__price-main .price-wrap .price-unit {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
  }
  .plan-card__price-main .price-wrap .price-unit .price-unit-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(6.8 / 390 * 100vw);
  }
  .plan-card__price-main .price-wrap .price-unit .price-unit-inner .price-unit-inner-yen {
    font-family: Noto Sans CJK JP;
    font-weight: 700;
    font-size: calc(24 / 390 * 100vw);
    line-height: 1.7;
    letter-spacing: 0;
    color: #E93972;
  }
  .plan-card__price-main .price-wrap .price-unit .price-unit-inner .price-unit-inner-month {
    font-family: Noto Sans CJK JP;
    font-weight: 700;
    font-size: calc(18 / 390 * 100vw);
    line-height: 1.7;
    letter-spacing: -0.08em;
    color: #E93972;
  }
  .plan-card__price-main .price-wrap .price-unit .price-unit-inner-tax {
    font-family: Noto Sans CJK JP;
    font-weight: 700;
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.7;
    letter-spacing: 0;
    color: #E93972;
  }
  .plan-card__price-main .plan-card__price-main-text {
    width: calc(70 / 390 * 100vw);
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #3370D5;
    border-radius: 50%;
  }
  .plan-card__price-main .plan-card__price-main-text.plan-card__price-main-text-green {
    background-color: #11A493;
  }
  .plan-card__price-main .plan-card__price-main-text .main-text-top {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(10 / 390 * 100vw);
    line-height: 1.4;
    letter-spacing: 0;
    color: #fff;
  }
  .plan-card__price-main .plan-card__price-main-text .main-text-bottom {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
  }
  .plan-card__price-total {
    width: 100%;
    max-width: calc(132.65 / 390 * 100vw);
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: calc(-33 / 390 * 100vw) calc(5 / 390 * 100vw) calc(4 / 390 * 100vw) auto;
  }
  .plan-card__price-total .price-total-label {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(12 / 390 * 100vw);
    line-height: 1.7;
    letter-spacing: 0;
    color: #4F5256;
  }
  .plan-card__price-total .price-number {
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: calc(20 / 390 * 100vw);
    line-height: 1.7;
    letter-spacing: 0;
    color: #4F5256;
  }
  .plan-card__price-total .price-unit {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .plan-card__price-total .price-unit .price-unit-inner-yen {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(12 / 390 * 100vw);
    line-height: 1.7;
    letter-spacing: 0;
    color: #4F5256;
  }
  .plan-card__price-total .price-unit .price-unit-inner-tax {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(10 / 390 * 100vw);
    line-height: 1.7;
    letter-spacing: 0;
    color: #4F5256;
    margin: 0 calc(-3 / 390 * 100vw) 0 calc(2 / 390 * 100vw);
  }
  .plan-card__reassurance {
    display: block;
    width: 100%;
    max-width: calc(344 / 390 * 100vw);
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(20 / 390 * 100vw);
    color: #3370D5;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: rgba(51, 112, 213, 0.1);
    border-radius: 7px;
    padding: calc(6 / 390 * 100vw) 0;
    margin: 0 0 calc(27 / 390 * 100vw);
  }
  .plan-card__notes {
    display: flex;
    flex-direction: column;
    gap: calc(2 / 390 * 100vw);
    border-top: 2px dashed #FF7798;
    padding: calc(9 / 390 * 100vw) 0 0;
    margin: 0 0 0 calc(-2 / 390 * 100vw);
    display: none;
  }
  .plan-card__notes-item {
    font-weight: 400;
    font-size: calc(12 / 390 * 100vw);
    font-family: "Noto Sans JP", sans-serif;
    color: #604F3D;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .plan-card__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(6 / 390 * 100vw);
    margin: 0 0 calc(30 / 390 * 100vw);
  }
  .plan-card__cta .plan-card__cta-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(12 / 390 * 100vw);
    font-family: "Source Han Sans JP", "Source Han Sans", sans-serif;
    font-weight: 700;
    font-size: calc(16 / 390 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-align: center;
    color: #EF547A;
  }
  .plan-card__cta .plan-card__cta-label::before, .plan-card__cta .plan-card__cta-label::after {
    content: "";
    display: block;
    width: calc(15 / 390 * 100vw);
    border-top: 2px solid #EF547A;
  }
  .plan-card__cta .plan-card__cta-label::before {
    transform: rotate(58deg);
  }
  .plan-card__cta .plan-card__cta-label::after {
    transform: rotate(-58deg);
  }
  .plan-card__cta .plan-card__cta-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(342 / 390 * 100vw);
    height: calc(56 / 390 * 100vw);
    background: transparent;
    font-family: "Source Han Sans JP", "Source Han Sans", sans-serif;
    font-weight: 700;
    font-size: calc(20 / 390 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-align: center;
    color: #FFFFFF;
    border-radius: 60px;
    z-index: 0;
    isolation: isolate;
    transition: transform 0.2s ease;
  }
  .plan-card__cta .plan-card__cta-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #FF6A6A 0%, #E93972 100%);
    border-radius: 60px;
    z-index: -1;
  }
  .plan-card__cta .plan-card__cta-button::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: calc(2 / 390 * 100vw);
    width: calc(344 / 390 * 100vw);
    height: calc(60 / 390 * 100vw);
    background: linear-gradient(90deg, #D94040 0%, #C0205A 100%);
    border-radius: 60px;
    z-index: -2;
    transition: opacity 0.2s ease;
  }
  .plan-card__cta .plan-card__cta-button .plan-card__cta-button-text {
    position: relative;
  }
  .plan-card__cta .plan-card__cta-button .plan-card__cta-button-text::after {
    content: "";
    position: absolute;
    top: 52%;
    right: calc(-87 / 390 * 100vw);
    width: calc(8 / 390 * 100vw);
    height: calc(8 / 390 * 100vw);
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: translateY(-50%) rotate(45deg);
  }
  .plan-card__cta-button {
    position: relative;
    width: 100%;
    max-width: calc(353 / 390 * 100vw);
    height: auto;
    margin: 0 0 0 calc(-4 / 390 * 100vw);
    transition: transform 0.3s ease;
  }
  .plan-card__cta-button img {
    display: block;
    width: 100%;
    height: auto;
  }
  .plan-card__cta-button:active {
    transform: translateY(4px);
  }
  .plan-card__cta-button:active::after {
    opacity: 0;
  }
  .pink {
    color: #EF547A;
  }
}
body {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding-bottom: calc(8px + 181px * 100 / 362 + 6px + 18px + 6px + env(safe-area-inset-bottom, 0px));
}

.cta-block {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 100;
  width: 100%;
  max-width: 390px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background-color: #FFFFFF;
  padding: 8px 0 calc(6px + env(safe-area-inset-bottom, 0px));
}
.cta-block .cta-block__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.cta-block .cta-block__items .cta-block__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 177px;
  height: 56px;
  background: transparent;
  font-family: "Source Han Sans JP", "Source Han Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  text-align: center;
  border-radius: 60px;
  z-index: 0;
  isolation: isolate;
  transition: transform 0.2s ease;
}
.cta-block .cta-block__items .cta-block__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #FF6A6A 0%, #E93972 100%);
  border-radius: 60px;
  z-index: -1;
}
.cta-block .cta-block__items .cta-block__item::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 2px;
  width: 177px;
  height: 59.71px;
  background: linear-gradient(90deg, #D94040 0%, #C0205A 100%);
  border-radius: 60px;
  z-index: -2;
  transition: opacity 0.2s ease;
}
.cta-block .cta-block__items .cta-block__item:nth-child(2)::before {
  background: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
}
.cta-block .cta-block__items .cta-block__item:nth-child(2)::after {
  background: linear-gradient(102.61deg, #2E66C4 15.92%, #28B8A9 85.28%);
}
.cta-block .cta-block__items .cta-block__item:active {
  transform: translateY(4px);
}
.cta-block .cta-block__items .cta-block__item:active::after {
  opacity: 0;
}
.cta-block .cta-block__text {
  display: flex;
  width: 100%;
  max-width: 338px;
  height: 18px;
  margin: 0 auto;
}
.cta-block .cta-block__text img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 390px) {
  body {
    width: 100%;
    max-width: calc(390 / 390 * 100vw);
    margin: 0 auto;
    padding-bottom: calc(8px + 181px * 100 / 362 + 6px + 18px + 6px + env(safe-area-inset-bottom, 0px));
  }
  .cta-block {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
    z-index: 100;
    width: 100%;
    max-width: calc(390 / 390 * 100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    background-color: #FFFFFF;
    padding: 8px 0 calc(6px + env(safe-area-inset-bottom, 0px));
  }
  .cta-block .cta-block__items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(4 / 390 * 100vw);
  }
  .cta-block .cta-block__items .cta-block__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(177 / 390 * 100vw);
    height: calc(56 / 390 * 100vw);
    background: transparent;
    font-family: "Source Han Sans JP", "Source Han Sans", sans-serif;
    font-weight: 700;
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    text-align: center;
    border-radius: calc(60 / 390 * 100vw);
    z-index: 0;
    isolation: isolate;
    transition: transform 0.2s ease;
  }
  .cta-block .cta-block__items .cta-block__item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #FF6A6A 0%, #E93972 100%);
    border-radius: calc(60 / 390 * 100vw);
    z-index: -1;
  }
  .cta-block .cta-block__items .cta-block__item::after {
    content: "";
    position: absolute;
    bottom: calc(-4 / 390 * 100vw);
    left: calc(2 / 390 * 100vw);
    width: calc(177 / 390 * 100vw);
    height: calc(59.71 / 390 * 100vw);
    background: linear-gradient(90deg, #D94040 0%, #C0205A 100%);
    border-radius: calc(60 / 390 * 100vw);
    z-index: -2;
    transition: opacity 0.2s ease;
  }
  .cta-block .cta-block__items .cta-block__item:nth-child(2)::before {
    background: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
  }
  .cta-block .cta-block__items .cta-block__item:nth-child(2)::after {
    background: linear-gradient(102.61deg, #2E66C4 15.92%, #28B8A9 85.28%);
  }
  .cta-block .cta-block__items .cta-block__item:active {
    transform: translateY(4px);
  }
  .cta-block .cta-block__items .cta-block__item:active::after {
    opacity: 0;
  }
  .cta-block .cta-block__text {
    display: flex;
    width: 100%;
    max-width: calc(338 / 390 * 100vw);
    height: 18px;
    margin: 0 auto;
  }
  .cta-block .cta-block__text img {
    width: 100%;
    height: auto;
  }
}
.fv {
  position: relative;
  padding: 31px 17px 15px 22px;
}
.fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../img/fv.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fv .fv__inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
}
.fv .fv__inner .fv__title {
  order: 2;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 44px;
  color: transparent;
  background: linear-gradient(101.23deg, #4280EB 10.2%, #39DBC9 93.17%);
  -webkit-background-clip: text;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 9px 0 0;
}
.fv .fv__inner .fv__title::before {
  content: "";
  position: absolute;
  bottom: -55px;
  right: -77px;
  width: 147px;
  height: 140px;
  background-image: url("../../../img/fv-title-deco.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fv .fv__inner .fv__text-block--top {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0 0 0 4px;
}
.fv .fv__inner .fv__text-block--top .fv__text {
  display: flex;
  align-items: center;
}
.fv .fv__inner .fv__text-block--top .fv__text .fv__text-brown {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #4F5256;
}
.fv .fv__inner .fv__text-block--top .fv__text .fv__text-blue {
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: transparent;
  background: linear-gradient(101.23deg, #4280EB 10.2%, #39DBC9 93.17%);
  -webkit-background-clip: text;
  background-clip: text;
}
.fv .fv__inner .fv__text-block--top .fv__text:last-child {
  margin: -2px 0 0;
}
.fv .fv__inner .fv__text-block--top .fv__text:last-child {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 0;
}
.fv .fv__inner .fv__text-block--top .fv__text:last-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: linear-gradient(101.23deg, #4280EB 10.2%, #39DBC9 93.17%);
  opacity: 0.3;
  z-index: -1;
}
.fv .fv__inner .fv__text-block--bottom {
  order: 3;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #E93972;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 30px 0 0 55px;
}
.fv .fv__inner .fv__text-block--bottom::before {
  content: "";
  position: absolute;
  top: 31%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 169.59px;
  height: 63.04px;
  background-image: url("../../../img/fv-text-bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 0;
}
.fv .fv__inner .fv__text-block--bottom .fv__text-ribbon-number {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 9px;
  color: #4E9C71;
  line-height: 1.5;
  letter-spacing: 0.02em;
  z-index: 1;
  transform: translateY(5px);
}
.fv .fv__inner .fv__points {
  order: 4;
  width: 100%;
  max-width: 247px;
  height: auto;
  margin: -6px 0 0 -14px;
}
.fv .fv__inner .fv__points img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 390px) {
  .fv {
    position: relative;
    padding: calc(31 / 390 * 100vw) calc(17 / 390 * 100vw) calc(15 / 390 * 100vw) calc(22 / 390 * 100vw);
  }
  .fv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../../img/fv.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .fv .fv__inner {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: calc(7 / 390 * 100vw);
  }
  .fv .fv__inner .fv__title {
    order: 2;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: calc(44 / 390 * 100vw);
    color: transparent;
    background: linear-gradient(101.23deg, #4280EB 10.2%, #39DBC9 93.17%);
    -webkit-background-clip: text;
    line-height: 1.4;
    letter-spacing: 0;
    margin: calc(9 / 390 * 100vw) 0 0;
  }
  .fv .fv__inner .fv__title::before {
    content: "";
    position: absolute;
    bottom: calc(-55 / 390 * 100vw);
    right: calc(-77 / 390 * 100vw);
    width: calc(147 / 390 * 100vw);
    height: calc(140 / 390 * 100vw);
    background-image: url("../../../img/fv-title-deco.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .fv .fv__inner .fv__text-block--top {
    order: 1;
    display: flex;
    flex-direction: column;
    gap: calc(5 / 390 * 100vw);
    margin: 0 0 0 calc(4 / 390 * 100vw);
  }
  .fv .fv__inner .fv__text-block--top .fv__text {
    display: flex;
    align-items: center;
  }
  .fv .fv__inner .fv__text-block--top .fv__text .fv__text-brown {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: calc(20 / 390 * 100vw);
    line-height: 1.7;
    letter-spacing: 0.05em;
    color: #4F5256;
  }
  .fv .fv__inner .fv__text-block--top .fv__text .fv__text-blue {
    font-size: calc(24 / 390 * 100vw);
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: transparent;
    background: linear-gradient(101.23deg, #4280EB 10.2%, #39DBC9 93.17%);
    -webkit-background-clip: text;
    background-clip: text;
  }
  .fv .fv__inner .fv__text-block--top .fv__text:last-child {
    margin: calc(-2 / 390 * 100vw) 0 0;
  }
  .fv .fv__inner .fv__text-block--top .fv__text:last-child {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: calc(5 / 390 * 100vw);
    z-index: 0;
  }
  .fv .fv__inner .fv__text-block--top .fv__text:last-child::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(12 / 390 * 100vw);
    background: linear-gradient(101.23deg, #4280EB 10.2%, #39DBC9 93.17%);
    opacity: 0.3;
    z-index: -1;
  }
  .fv .fv__inner .fv__text-block--bottom {
    order: 3;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(22 / 390 * 100vw);
    color: #E93972;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin: calc(30 / 390 * 100vw) 0 0 calc(55 / 390 * 100vw);
  }
  .fv .fv__inner .fv__text-block--bottom::before {
    content: "";
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(169.59 / 390 * 100vw);
    height: calc(63.04 / 390 * 100vw);
    background-image: url("../../../img/fv-text-bg.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 0;
  }
  .fv .fv__inner .fv__text-block--bottom .fv__text-ribbon-number {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(9 / 390 * 100vw);
    color: #4E9C71;
    line-height: 1.5;
    letter-spacing: 0.02em;
    z-index: 1;
    transform: translateY(calc(5 / 390 * 100vw));
  }
  .fv .fv__inner .fv__points {
    order: 4;
    width: 100%;
    max-width: calc(247 / 390 * 100vw);
    height: auto;
    margin: calc(-6 / 390 * 100vw) 0 0 calc(-14 / 390 * 100vw);
  }
  .fv .fv__inner .fv__points img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.characteristics {
  position: relative;
  height: 767px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}
.characteristics::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 546px;
  height: 592px;
  background-image: url("../../../img/characteristics-bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  z-index: 0;
  pointer-events: none;
}
.characteristics .characteristics__title {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 12px;
  margin: 38px 0 0 28px;
}
.characteristics .characteristics__title span {
  position: relative;
  width: 42px;
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.28em;
  text-align: left;
  color: #FFFFFF;
  z-index: 0;
  isolation: isolate;
  padding: 13px 0 5px;
}
.characteristics .characteristics__title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url("../../../img/characteristics-title-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.characteristics .characteristics__list {
  position: relative;
  height: 348px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 16px;
  margin: auto 0 0;
  padding: 29px 0 66px;
  background-image: url("../../../img/characteristics-deco.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: 1;
}
.characteristics .characteristics__list::before {
  content: "MEDICAL DIET MEDICAL DIET";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  white-space: nowrap;
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-size: 44px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-align: center;
  opacity: 0.6;
  pointer-events: none;
}
.characteristics .characteristics__list .characteristics__item {
  width: 154px;
  height: 113px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 0 15px;
}
.characteristics .characteristics__list .characteristics__item .item-info {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.characteristics .characteristics__list .characteristics__item .item-info .item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #4F5256;
  text-align: center;
}
.characteristics .characteristics__list .characteristics__item .item-info .item-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.characteristics .characteristics__list .characteristics__item .item-info .item-price .item-number {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: 0;
  background: linear-gradient(102.61deg, #4280EA 15.92%, #3CC1D3 85.28%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.characteristics .characteristics__list .characteristics__item .item-info .item-price .item-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  background: linear-gradient(102.61deg, #4280EA 15.92%, #3CC1D3 85.28%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.characteristics .characteristics__list .characteristics__item .item-info .item-price .item-value {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0;
  background: linear-gradient(102.61deg, #4280EA 15.92%, #3CC1D3 85.28%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.characteristics .characteristics__list .characteristics__item:not(:last-child) .item-price {
  margin: -3px -16px 0 0;
}

@media screen and (max-width: 390px) {
  .characteristics {
    position: relative;
    height: calc(767 / 390 * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(16 / 390 * 100vw);
    overflow: hidden;
  }
  .characteristics::before {
    content: "";
    position: absolute;
    top: calc(-1 / 390 * 100vw);
    left: 0;
    width: calc(546 / 390 * 100vw);
    height: calc(592 / 390 * 100vw);
    background-image: url("../../../img/characteristics-bg.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    z-index: 0;
    pointer-events: none;
  }
  .characteristics .characteristics__title {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    gap: calc(12 / 390 * 100vw);
    margin: calc(38 / 390 * 100vw) 0 0 calc(28 / 390 * 100vw);
  }
  .characteristics .characteristics__title span {
    position: relative;
    width: calc(42 / 390 * 100vw);
    display: flex;
    align-items: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(22 / 390 * 100vw);
    line-height: 1.25;
    letter-spacing: 0.28em;
    text-align: left;
    color: #FFFFFF;
    z-index: 0;
    isolation: isolate;
    padding: calc(13 / 390 * 100vw) 0 calc(5 / 390 * 100vw);
  }
  .characteristics .characteristics__title span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url("../../../img/characteristics-title-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
  .characteristics .characteristics__list {
    position: relative;
    height: calc(348 / 390 * 100vw);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: calc(16 / 390 * 100vw);
    margin: auto 0 0;
    padding: calc(29 / 390 * 100vw) 0 calc(66 / 390 * 100vw);
    background-image: url("../../../img/characteristics-deco.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: 1;
  }
  .characteristics .characteristics__list::before {
    content: "MEDICAL DIET MEDICAL DIET";
    position: absolute;
    bottom: calc(4 / 390 * 100vw);
    left: calc(-222 / 390 * 100vw);
    transform: unset;
    width: 100%;
    white-space: nowrap;
    font-family: "Figtree", sans-serif;
    font-weight: 300;
    font-size: calc(44 / 390 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-align: center;
    opacity: 0.6;
    pointer-events: none;
  }
  .characteristics .characteristics__list .characteristics__item {
    width: calc(154 / 390 * 100vw);
    height: calc(113 / 390 * 100vw);
    background-color: #fff;
    border-radius: calc(5 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw) 0 calc(15 / 390 * 100vw);
  }
  .characteristics .characteristics__list .characteristics__item .item-info {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .characteristics .characteristics__list .characteristics__item .item-info .item-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(24 / 390 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #4F5256;
    text-align: center;
  }
  .characteristics .characteristics__list .characteristics__item .item-info .item-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
  .characteristics .characteristics__list .characteristics__item .item-info .item-price .item-number {
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-size: calc(56 / 390 * 100vw);
    line-height: 1.2;
    letter-spacing: 0;
    background: linear-gradient(102.61deg, #4280EA 15.92%, #3CC1D3 85.28%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .characteristics .characteristics__list .characteristics__item .item-info .item-price .item-unit {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: calc(16 / 390 * 100vw);
    line-height: 1.2;
    letter-spacing: 0;
    background: linear-gradient(102.61deg, #4280EA 15.92%, #3CC1D3 85.28%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .characteristics .characteristics__list .characteristics__item .item-info .item-price .item-value {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(34 / 390 * 100vw);
    line-height: 1.2;
    letter-spacing: 0;
    background: linear-gradient(102.61deg, #4280EA 15.92%, #3CC1D3 85.28%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .characteristics .characteristics__list .characteristics__item:not(:last-child) .item-price {
    margin: calc(-3 / 390 * 100vw) calc(-16 / 390 * 100vw) 0 0;
  }
}
.glp1 {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background-image: url("../../../img/glp1-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: inherit;
  padding: 31px 0 35px;
}
.glp1 .glp1__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
  padding: 0 0 2px 4px;
}
.glp1 .glp1__title .glp1__title--main {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: center;
}
.glp1 .glp1__title .glp1__title--sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: #FFFFFF;
}
.glp1 .glp1__list {
  width: calc(100% - 24px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  border: 3px solid transparent;
  background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%) border-box;
  border-radius: 10px;
}
.glp1 .glp1__list .glp1__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #FFFFFF;
  padding: 0 13px 19px;
}
.glp1 .glp1__list .glp1__item + .glp1__item {
  border-top: none;
}
.glp1 .glp1__list .glp1__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DADADA;
  margin: 24px 0 0;
  align-self: center;
}
.glp1 .glp1__list .glp1__item:first-child {
  padding: 15px 13px 18px;
}
.glp1 .glp1__list .glp1__item:last-child::after {
  display: none;
}
.glp1 .glp1__list .glp1__item .glp1__item-title {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  background: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  padding: 0 0 0 20px;
  margin: 0 0 8px;
}
.glp1 .glp1__list .glp1__item .glp1__item-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 12px;
  background-color: rgba(51, 112, 213, 0.8);
  border-radius: 50%;
}
.glp1 .glp1__list .glp1__item .glp1__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #4F5256;
}
.glp1 .glp1__list .glp1__item:first-child {
  border-radius: 10px 10px 0 0;
}
.glp1 .glp1__list .glp1__item:last-child {
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 390px) {
  .glp1 {
    display: flex;
    flex-direction: column;
    gap: calc(14 / 390 * 100vw);
    background-image: url("../../../img/glp1-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    padding: calc(31 / 390 * 100vw) 0 calc(35 / 390 * 100vw);
  }
  .glp1 .glp1__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(6 / 390 * 100vw);
    background: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
    padding: 0 0 calc(2 / 390 * 100vw) calc(4 / 390 * 100vw);
  }
  .glp1 .glp1__title .glp1__title--main {
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-size: calc(32 / 390 * 100vw);
    line-height: 1.2;
    letter-spacing: 0;
    color: #FFFFFF;
    text-align: center;
  }
  .glp1 .glp1__title .glp1__title--sub {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(26 / 390 * 100vw);
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    color: #FFFFFF;
  }
  .glp1 .glp1__list {
    width: calc(100% - 24 / 390 * 100vw);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    border: 3px solid transparent;
    background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%) border-box;
    border-radius: calc(10 / 390 * 100vw);
  }
  .glp1 .glp1__list .glp1__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #FFFFFF;
    padding: 0 calc(13 / 390 * 100vw) calc(19 / 390 * 100vw);
  }
  .glp1 .glp1__list .glp1__item + .glp1__item {
    border-top: none;
  }
  .glp1 .glp1__list .glp1__item::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(1 / 390 * 100vw);
    background-color: #DADADA;
    margin: calc(24 / 390 * 100vw) 0 0;
    align-self: center;
  }
  .glp1 .glp1__list .glp1__item:first-child {
    padding: calc(15 / 390 * 100vw) calc(13 / 390 * 100vw) calc(18 / 390 * 100vw);
  }
  .glp1 .glp1__list .glp1__item:last-child::after {
    display: none;
  }
  .glp1 .glp1__list .glp1__item .glp1__item-title {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(18 / 390 * 100vw);
    line-height: 1.4;
    letter-spacing: 0;
    background: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
    padding: 0 0 0 calc(20 / 390 * 100vw);
    margin: 0 0 calc(8 / 390 * 100vw);
  }
  .glp1 .glp1__list .glp1__item .glp1__item-title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: calc(12 / 390 * 100vw);
    height: calc(12 / 390 * 100vw);
    background-color: rgba(51, 112, 213, 0.8);
    border-radius: 50%;
  }
  .glp1 .glp1__list .glp1__item .glp1__item-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.02em;
    color: #4F5256;
  }
  .glp1 .glp1__list .glp1__item:first-child {
    border-radius: calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) 0 0;
  }
  .glp1 .glp1__list .glp1__item:last-child {
    border-radius: 0 0 calc(10 / 390 * 100vw) calc(10 / 390 * 100vw);
  }
}
.glp1-about {
  background-image: url("../../../img/glp1-about-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 16px 59px;
  margin: 0 auto;
}
.glp1-about .glp1-about__inner {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 39px 0 52px;
  margin: 0 auto;
}
.glp1-about .glp1-about__inner .glp1-about__header {
  order: 2;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 8px;
}
.glp1-about .glp1-about__inner .glp1-about__header .glp1-about__title {
  position: relative;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  background: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.glp1-about .glp1-about__inner .glp1-about__header .glp1-about__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  height: 61px;
  background-image: url("../../../img/glp1-about-title-deco.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.glp1-about .glp1-about__inner .glp1-about__header .glp1-about__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  background: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.glp1-about .glp1-about__inner .glp1-about__subtitle {
  order: 1;
  width: 100%;
  max-width: 284px;
  height: 51px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
  background-image: url("../../../img/glp1-about-subtitle-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 11px;
  padding: 7px 0;
}
.glp1-about .glp1-about__inner .glp1-about__subtitle::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #6DA96B transparent transparent transparent;
}
.glp1-about .glp1-about__inner .glp1-about__content {
  position: relative;
  order: 4;
  width: calc(100% - 32px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid transparent;
  background: linear-gradient(#EBF1FD, #EBF1FD) padding-box, linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%) border-box;
  border-radius: 10px;
  padding: 14px 19px 22px;
  margin: 14px auto 47px;
}
.glp1-about .glp1-about__inner .glp1-about__content::before {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
  width: 42.44px;
  height: 52px;
  background-image: url("../../../img/arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.glp1-about .glp1-about__inner .glp1-about__content .glp1-about__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: left;
  color: #4F5256;
}
.glp1-about .glp1-about__inner .glp1-about__content .glp1-about__list {
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0 auto;
}
.glp1-about .glp1-about__inner .glp1-about__content .glp1-about__list .glp1-about__item {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #EF547A;
  text-align: left;
  border: 1px solid transparent;
  background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%) border-box;
  border-radius: 110px;
  padding: 9px 20px 10px 47px;
}
.glp1-about .glp1-about__inner .glp1-about__content .glp1-about__list .glp1-about__item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 19px;
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url("../../../img/icon-check.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.glp1-about .glp1-about__inner .glp1-about__text-row {
  position: relative;
  order: 4;
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.glp1-about .glp1-about__inner .glp1-about__text-wrap {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 12px 0 21px;
  z-index: 1;
}
.glp1-about .glp1-about__inner .glp1-about__text-wrap .glp1-about__text-blue {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  background: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.glp1-about .glp1-about__inner .glp1-about__text-wrap .glp1-about__text-main {
  position: relative;
  display: flex;
  align-items: baseline;
  z-index: 0;
}
.glp1-about .glp1-about__inner .glp1-about__text-wrap .glp1-about__text-main .main-text-glp1 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 37px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  background: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.glp1-about .glp1-about__inner .glp1-about__text-wrap .glp1-about__text-main .main-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  background: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.glp1-about .glp1-about__inner .glp1-about__text-wrap .glp1-about__text-main::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 12px;
  background: linear-gradient(101.23deg, #4280EB 10.2%, #39DBC9 93.17%);
  opacity: 0.3;
  z-index: -1;
}
.glp1-about .glp1-about__inner .glp1-about__text-wrap .glp1-about__text-black {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  color: #4F5256;
  margin: 9px 0 0 16px;
}
.glp1-about .glp1-about__inner .glp1-about__deco {
  order: 3;
  width: 100%;
  height: auto;
  margin: -15px auto 0;
}
.glp1-about .glp1-about__inner .glp1-about__image {
  order: 5;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
}
.glp1-about .glp1-about__inner .glp1-about__link {
  position: relative;
  order: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 56px;
  font-family: "Source Han Sans JP", "Source Han Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath d='M1.5 1L6 4L1.5 7' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 8px 8px;
  border-radius: 60px;
  margin: 0 auto;
  z-index: 0;
  isolation: isolate;
  transition: transform 0.2s ease;
}
.glp1-about .glp1-about__inner .glp1-about__link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
  border-radius: 60px;
  z-index: -1;
}
.glp1-about .glp1-about__inner .glp1-about__link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 2px;
  width: 322px;
  height: 60px;
  background: linear-gradient(102.61deg, #2E66C4 15.92%, #28B8A9 85.28%);
  border-radius: 60px;
  z-index: -2;
  transition: opacity 0.2s ease;
}
.glp1-about .glp1-about__inner .glp1-about__link:active {
  transform: translateY(4px);
}
.glp1-about .glp1-about__inner .glp1-about__link:active::after {
  opacity: 0;
}

@media screen and (max-width: 390px) {
  .glp1-about {
    background-image: url("../../../img/glp1-about-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: calc(40 / 390 * 100vw) calc(16 / 390 * 100vw) calc(59 / 390 * 100vw);
    margin: 0 auto;
  }
  .glp1-about .glp1-about__inner {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: calc(12 / 390 * 100vw);
    padding: calc(39 / 390 * 100vw) 0 calc(52 / 390 * 100vw);
    margin: 0 auto;
  }
  .glp1-about .glp1-about__inner .glp1-about__header {
    order: 2;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: calc(8 / 390 * 100vw);
    margin: 0 0 calc(8 / 390 * 100vw);
  }
  .glp1-about .glp1-about__inner .glp1-about__header .glp1-about__title {
    position: relative;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-size: calc(64 / 390 * 100vw);
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    background: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
  }
  .glp1-about .glp1-about__inner .glp1-about__header .glp1-about__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(240 / 390 * 100vw);
    height: calc(61 / 390 * 100vw);
    background-image: url("../../../img/glp1-about-title-deco.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .glp1-about .glp1-about__inner .glp1-about__header .glp1-about__description {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(16 / 390 * 100vw);
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
    background: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
  }
  .glp1-about .glp1-about__inner .glp1-about__subtitle {
    order: 1;
    width: 100%;
    max-width: calc(284 / 390 * 100vw);
    height: calc(51 / 390 * 100vw);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(18 / 390 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-align: center;
    background-image: url("../../../img/glp1-about-subtitle-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto calc(11 / 390 * 100vw);
    padding: calc(7 / 390 * 100vw) 0;
  }
  .glp1-about .glp1-about__inner .glp1-about__subtitle::before {
    content: "";
    position: absolute;
    bottom: calc(-6 / 390 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #6DA96B transparent transparent transparent;
  }
  .glp1-about .glp1-about__inner .glp1-about__content {
    position: relative;
    order: 4;
    width: calc(100% - 32 / 390 * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(12 / 390 * 100vw);
    border: 1px solid transparent;
    background: linear-gradient(#EBF1FD, #EBF1FD) padding-box, linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%) border-box;
    border-radius: 10px;
    padding: calc(14 / 390 * 100vw) calc(19 / 390 * 100vw) calc(22 / 390 * 100vw);
    margin: calc(14 / 390 * 100vw) auto calc(47 / 390 * 100vw);
  }
  .glp1-about .glp1-about__inner .glp1-about__content::before {
    content: "";
    position: absolute;
    bottom: calc(-42 / 390 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    width: calc(42.44 / 390 * 100vw);
    height: calc(52 / 390 * 100vw);
    background-image: url("../../../img/arrow-blue.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .glp1-about .glp1-about__inner .glp1-about__content .glp1-about__text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.02em;
    text-align: left;
    color: #4F5256;
  }
  .glp1-about .glp1-about__inner .glp1-about__content .glp1-about__list {
    width: calc(260 / 390 * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(7 / 390 * 100vw);
    margin: 0 auto;
  }
  .glp1-about .glp1-about__inner .glp1-about__content .glp1-about__list .glp1-about__item {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(16 / 390 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #EF547A;
    text-align: left;
    border: 1px solid transparent;
    background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%) border-box;
    border-radius: calc(110 / 390 * 100vw);
    padding: calc(9 / 390 * 100vw) calc(20 / 390 * 100vw) calc(10 / 390 * 100vw) calc(47 / 390 * 100vw);
  }
  .glp1-about .glp1-about__inner .glp1-about__content .glp1-about__list .glp1-about__item::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(19 / 390 * 100vw);
    width: calc(20 / 390 * 100vw);
    aspect-ratio: 1/1;
    background-image: url("../../../img/icon-check.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .glp1-about .glp1-about__inner .glp1-about__text-row {
    position: relative;
    order: 4;
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
  .glp1-about .glp1-about__inner .glp1-about__text-wrap {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: calc(12 / 390 * 100vw) 0 calc(21 / 390 * 100vw);
    z-index: 1;
  }
  .glp1-about .glp1-about__inner .glp1-about__text-wrap .glp1-about__text-blue {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(16 / 390 * 100vw);
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
    background: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
  }
  .glp1-about .glp1-about__inner .glp1-about__text-wrap .glp1-about__text-main {
    position: relative;
    display: flex;
    align-items: baseline;
    z-index: 0;
  }
  .glp1-about .glp1-about__inner .glp1-about__text-wrap .glp1-about__text-main .main-text-glp1 {
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-size: calc(37 / 390 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    background: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
  }
  .glp1-about .glp1-about__inner .glp1-about__text-wrap .glp1-about__text-main .main-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(30 / 390 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    background: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
  }
  .glp1-about .glp1-about__inner .glp1-about__text-wrap .glp1-about__text-main::before {
    content: "";
    position: absolute;
    bottom: calc(4 / 390 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: calc(12 / 390 * 100vw);
    background: linear-gradient(101.23deg, #4280EB 10.2%, #39DBC9 93.17%);
    opacity: 0.3;
    z-index: -1;
  }
  .glp1-about .glp1-about__inner .glp1-about__text-wrap .glp1-about__text-black {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    color: #4F5256;
    margin: calc(9 / 390 * 100vw) 0 0 calc(16 / 390 * 100vw);
  }
  .glp1-about .glp1-about__inner .glp1-about__deco {
    order: 3;
    width: 100%;
    height: auto;
    margin: calc(-15 / 390 * 100vw) auto 0;
  }
  .glp1-about .glp1-about__inner .glp1-about__image {
    order: 5;
    width: 100%;
    height: auto;
    margin: 0 auto calc(30 / 390 * 100vw);
  }
  .glp1-about .glp1-about__inner .glp1-about__link {
    position: relative;
    order: 6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(320 / 390 * 100vw);
    height: calc(56 / 390 * 100vw);
    font-family: "Source Han Sans JP", "Source Han Sans", sans-serif;
    font-weight: 700;
    font-size: calc(20 / 390 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath d='M1.5 1L6 4L1.5 7' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: calc(8 / 390 * 100vw) calc(8 / 390 * 100vw);
    border-radius: calc(60 / 390 * 100vw);
    margin: 0 auto;
    z-index: 0;
    isolation: isolate;
    transition: transform 0.2s ease;
  }
  .glp1-about .glp1-about__inner .glp1-about__link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
    border-radius: calc(60 / 390 * 100vw);
    z-index: -1;
  }
  .glp1-about .glp1-about__inner .glp1-about__link::after {
    content: "";
    position: absolute;
    bottom: calc(-4 / 390 * 100vw);
    left: 2px;
    width: calc(322 / 390 * 100vw);
    height: calc(60 / 390 * 100vw);
    background: linear-gradient(102.61deg, #2E66C4 15.92%, #28B8A9 85.28%);
    border-radius: calc(60 / 390 * 100vw);
    z-index: -2;
    transition: opacity 0.2s ease;
  }
  .glp1-about .glp1-about__inner .glp1-about__link:active {
    transform: translateY(calc(4 / 390 * 100vw));
  }
  .glp1-about .glp1-about__inner .glp1-about__link:active::after {
    opacity: 0;
  }
}
.price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0 32px;
  background: linear-gradient(102.61deg, rgba(66, 128, 234, 0.1) 15.92%, rgba(58, 219, 202, 0.1) 85.28%);
}
.price .price__title {
  order: 1;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  padding: 32px 0 27px;
}
.price .price__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: url("../../../img/price-title-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.price .price__title .price__title--main {
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.price .price__title .price__title--sub {
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.price .price__content {
  order: 3;
  width: 100%;
  max-width: 358px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 16px;
  margin: 0 auto;
}
.price .price__content .price__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #4F5256;
  text-align: left;
}
.price .price__content .price__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.price .price__content .price__aside .price__aside-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #4F5256;
}
.price .price-table {
  order: 2;
  border-collapse: collapse;
  margin: 17px 0 16px;
}
.price .price-table colgroup .price-table__col--plan {
  width: 88px;
}
.price .price-table colgroup .price-table__col--month {
  width: 135px;
}
.price .price-table colgroup .price-table__col--3month {
  width: 135px;
}
.price .price-table th,
.price .price-table td {
  vertical-align: middle;
  text-align: center;
}
.price .price-table tr {
  height: 78px;
}
.price .price-table thead tr {
  height: 32px;
}
.price .price-table .price-table__head {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFFFFF;
  background: #5889DA;
  border: none;
}
.price .price-table .price-table__head:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.5);
}
.price .price-table .price-table__head.price-table__head--green {
  background-color: #2E8A51;
  color: #FFFFFF;
}
.price .price-table tbody {
  background-color: #FFFFFF;
}
.price .price-table tbody .price-table__row:not(:last-child) {
  border-bottom: 1px solid rgba(153, 184, 234, 0.3);
}
.price .price-table tbody .price-table__plan {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #3370D5;
  background: #EFF4FC;
}
.price .price-table tbody .price-table__price {
  text-align: center;
  border-left: 1px solid rgba(153, 184, 234, 0.3);
  border-right: 1px solid rgba(153, 184, 234, 0.3);
}
.price .price-table tbody .price-table__price .price-number {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #4F5256;
  text-align: center;
}
.price .price-table tbody .price-table__price .price-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #4F5256;
}
.price .price-table tbody .price-table__price.price-table__price-column {
  border: none;
}
.price .price-table tbody .price-table__price.price-table__price-column .price-table__price-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
}
.price .price-table tbody .price-table__price.price-table__price-column .price-table__price-inner .price-table__monthly {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -2px 0 0;
}
.price .price-table tbody .price-table__price.price-1month {
  padding: 0;
  height: 1px;
}
.price .price-table tbody .price-table__price.price-1month .price-table__price-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.price .price-table tbody .price-table__price .price-table__badge-label {
  display: inline-block;
  flex-shrink: 0;
  color: #EF547A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
.price .price-table tbody .price-table__total {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #4F5256;
  text-align: center;
}

@media screen and (max-width: 390px) {
  .price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 calc(32 / 390 * 100vw);
    background: linear-gradient(102.61deg, rgba(66, 128, 234, 0.1) 15.92%, rgba(58, 219, 202, 0.1) 85.28%);
  }
  .price .price__title {
    order: 1;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    padding: calc(32 / 390 * 100vw) 0 calc(27 / 390 * 100vw);
  }
  .price .price__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: url("../../../img/price-title-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
  .price .price__title .price__title--main {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: #FFFFFF;
  }
  .price .price__title .price__title--sub {
    font-family: "Figtree", sans-serif;
    font-weight: 800;
    font-size: calc(42 / 390 * 100vw);
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  .price .price__content {
    order: 3;
    width: 100%;
    max-width: calc(358 / 390 * 100vw);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: calc(12 / 390 * 100vw);
    background-color: #FFFFFF;
    border-radius: calc(5 / 390 * 100vw);
    padding: calc(16 / 390 * 100vw);
    margin: 0 auto;
  }
  .price .price__content .price__text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: calc(12 / 390 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #4F5256;
    text-align: left;
  }
  .price .price__content .price__aside {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .price .price__content .price__aside .price__aside-item {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(10 / 390 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #4F5256;
  }
  .price .price-table {
    order: 2;
    border-collapse: collapse;
    margin: calc(17 / 390 * 100vw) 0 calc(16 / 390 * 100vw);
  }
  .price .price-table colgroup .price-table__col--plan {
    width: calc(88 / 390 * 100vw);
  }
  .price .price-table colgroup .price-table__col--month {
    width: calc(135 / 390 * 100vw);
  }
  .price .price-table colgroup .price-table__col--3month {
    width: calc(135 / 390 * 100vw);
  }
  .price .price-table th,
  .price .price-table td {
    vertical-align: middle;
    text-align: center;
  }
  .price .price-table tr {
    height: calc(55 / 390 * 100vw);
  }
  .price .price-table thead tr {
    height: calc(32 / 390 * 100vw);
  }
  .price .price-table .price-table__head {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: calc(12 / 390 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    color: #FFFFFF;
    background: #5889DA;
    border: none;
  }
  .price .price-table .price-table__head:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: calc(1 / 390 * 100vw);
    height: calc(16 / 390 * 100vw);
    background-color: rgba(255, 255, 255, 0.5);
  }
  .price .price-table .price-table__head.price-table__head--green {
    background-color: #2E8A51;
    color: #FFFFFF;
  }
  .price .price-table tbody {
    background-color: #FFFFFF;
  }
  .price .price-table tbody .price-table__row:not(:last-child) {
    border-bottom: 1px solid rgba(153, 184, 234, 0.3);
  }
  .price .price-table tbody .price-table__plan {
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-size: calc(13 / 390 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    color: #3370D5;
    background: #EFF4FC;
  }
  .price .price-table tbody .price-table__price {
    text-align: center;
    border-left: 1px solid rgba(153, 184, 234, 0.3);
    border-right: 1px solid rgba(153, 184, 234, 0.3);
  }
  .price .price-table tbody .price-table__price .price-number {
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #4F5256;
    text-align: center;
  }
  .price .price-table tbody .price-table__price .price-unit {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(11 / 390 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    color: #4F5256;
  }
  .price .price-table tbody .price-table__price.price-table__price-column {
    border: none;
  }
  .price .price-table tbody .price-table__price.price-table__price-column .price-table__price-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: calc(1 / 390 * 100vw);
  }
  .price .price-table tbody .price-table__price.price-table__price-column .price-table__price-inner .price-table__monthly {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 calc(-2 / 390 * 100vw) 0 0;
  }
  .price .price-table tbody .price-table__price.price-1month {
    padding: 0;
    height: 1px;
  }
  .price .price-table tbody .price-table__price.price-1month .price-table__price-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .price .price-table tbody .price-table__total {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(11 / 390 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #4F5256;
    text-align: center;
  }
}
.faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(102.61deg, rgba(66, 128, 234, 0.1) 15.92%, rgba(58, 219, 202, 0.1) 85.28%);
}
.faq .faq__title {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  padding: 32px 0 30px;
}
.faq .faq__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: url("../../../img/price-title-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.faq .faq__title .faq__title--main {
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin: -5px 0 0;
}
.faq .faq__title .faq__title--sub {
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.faq .faq__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: calc(100% - 32px);
  margin: 18px auto 20px;
}
.faq .faq__list .accordion {
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%) border-box;
}
.faq .faq__list .accordion .accordion__title {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 15px;
  cursor: pointer;
  list-style: none;
}
.faq .faq__list .accordion .accordion__title::-webkit-details-marker {
  display: none;
}
.faq .faq__list .accordion .accordion__title::before {
  content: "Q.";
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Figtree;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq .faq__list .accordion .accordion__title .accordion__question {
  flex: 1;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #4F5256;
  text-align: left;
}
.faq .faq__list .accordion .accordion__title::after {
  content: "";
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: transparent;
  border-image-source: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
  border-image-slice: 1;
  transform: rotate(-45deg) translateY(2px);
  transition: transform 0.3s ease;
  margin-right: 4px;
}
.faq .faq__list .accordion:not([open]) .accordion__title::after {
  transform: rotate(135deg);
}
.faq .faq__list .accordion[open] .accordion__title {
  gap: 3px;
  padding: 10px 16px 5px 16px;
}
.faq .faq__list .accordion .accordion__answer {
  position: relative;
  padding: 11px 15px 14px;
}
.faq .faq__list .accordion .accordion__answer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  height: 1px;
  background-color: #DADADA;
}
.faq .faq__list .accordion .accordion__answer .accordion__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #4F5256;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.faq .faq__list .accordion .accordion__answer .accordion__payment-list {
  display: flex;
  flex-direction: column;
  padding: 10px 0 0;
}
.faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-term,
.faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #604F3D;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc {
  margin: 0 0 10px;
}
.faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc .accordion__payment-options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc .accordion__payment-options li {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding: 0 0 0 0.5em;
}
.faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc .accordion__payment-options li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 2px;
  background-color: #604F3D;
  border-radius: 50%;
}
.faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc .accordion__payment-options li.no-bullet {
  padding: 0;
}
.faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc .accordion__payment-options li.no-bullet::before {
  display: none;
}
.faq .faq__list .accordion .accordion__answer .accordion__list {
  display: flex;
  flex-direction: column;
}
.faq .faq__list .accordion .accordion__answer .accordion__list .accordion__item {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #604F3D;
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding: 0 0 0 0.5em;
}
.faq .faq__list .accordion .accordion__answer .accordion__list .accordion__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 2px;
  background-color: #604F3D;
  border-radius: 50%;
}
.faq .faq__list .accordion .accordion__answer .accordion__table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  margin: 11px 0 0;
}
.faq .faq__list .accordion .accordion__answer .accordion__table tbody tr:not(:last-child) {
  border-bottom: 1px solid rgba(153, 184, 234, 0.3);
}
.faq .faq__list .accordion .accordion__answer .accordion__table tr:first-child td {
  border-radius: 5px 0 0 0;
}
.faq .faq__list .accordion .accordion__answer .accordion__table tr:last-child td {
  border-radius: 0 0 0 5px;
}
.faq .faq__list .accordion .accordion__answer .accordion__table th,
.faq .faq__list .accordion .accordion__answer .accordion__table td {
  text-align: center;
  vertical-align: middle;
  padding: 8px 4px;
  color: #604F3D;
}
.faq .faq__list .accordion .accordion__answer .accordion__table th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFFFFF;
  background-color: #5889DA;
}
.faq .faq__list .accordion .accordion__answer .accordion__table th:first-child {
  background-color: unset;
}
.faq .faq__list .accordion .accordion__answer .accordion__table td:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.5);
}
.faq .faq__list .accordion .accordion__answer .accordion__table td {
  width: 87px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #4F5256;
  text-align: center;
}
.faq .faq__list .accordion .accordion__answer .accordion__table td:first-child {
  width: 60px;
  font-weight: 500;
  color: #3370D5;
  background: #EFF4FC;
}
.faq .faq__list .accordion .accordion__answer .accordion__table td.td-price {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #4F5256;
  text-align: center;
  padding: 10px 0;
}
.faq .faq__list .accordion .accordion__answer .accordion__table td.td-none {
  font-size: 12px;
}
.faq .faq__list .accordion .accordion__answer .accordion__table td:not(:first-child) {
  border-left: 1px solid rgba(153, 184, 234, 0.3);
}
.faq .faq__list .accordion:nth-child(6) .accordion__answer .accordion__text, .faq .faq__list .accordion:nth-child(7) .accordion__answer .accordion__text {
  margin: 0 0 3px;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 12px auto 31px;
}
.cta .cta-block__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.cta .cta-block__items .cta-block__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 177px;
  height: 56px;
  background: transparent;
  font-family: "Source Han Sans JP", "Source Han Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  text-align: center;
  border-radius: 60px;
  z-index: 0;
  isolation: isolate;
  transition: transform 0.2s ease;
}
.cta .cta-block__items .cta-block__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #FF6A6A 0%, #E93972 100%);
  border-radius: 60px;
  z-index: -1;
}
.cta .cta-block__items .cta-block__item::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 2px;
  width: 177px;
  height: 59.71px;
  background: linear-gradient(90deg, #D94040 0%, #C0205A 100%);
  border-radius: 60px;
  z-index: -2;
  transition: opacity 0.2s ease;
}
.cta .cta-block__items .cta-block__item:nth-child(2)::before {
  background: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
}
.cta .cta-block__items .cta-block__item:nth-child(2)::after {
  background: linear-gradient(102.61deg, #2E66C4 15.92%, #28B8A9 85.28%);
}
.cta .cta-block__items .cta-block__item:active {
  transform: translateY(4px);
}
.cta .cta-block__items .cta-block__item:active::after {
  opacity: 0;
}

@media screen and (max-width: 390px) {
  .faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(102.61deg, rgba(66, 128, 234, 0.1) 15.92%, rgba(58, 219, 202, 0.1) 85.28%);
  }
  .faq .faq__title {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    padding: calc(32 / 390 * 100vw) 0 calc(30 / 390 * 100vw);
  }
  .faq .faq__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: url("../../../img/price-title-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
  .faq .faq__title .faq__title--main {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin: calc(-5 / 390 * 100vw) 0 0;
  }
  .faq .faq__title .faq__title--sub {
    font-family: "Figtree", sans-serif;
    font-weight: 800;
    font-size: calc(42 / 390 * 100vw);
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  .faq .faq__list {
    display: flex;
    flex-direction: column;
    gap: calc(8 / 390 * 100vw);
    width: calc(100% - 32 / 390 * 100vw);
    margin: calc(18 / 390 * 100vw) auto calc(20 / 390 * 100vw);
  }
  .faq .faq__list .accordion {
    border: 1px solid transparent;
    border-radius: calc(10 / 390 * 100vw);
    overflow: hidden;
    background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%) border-box;
  }
  .faq .faq__list .accordion .accordion__title {
    display: flex;
    align-items: center;
    gap: calc(5 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw) calc(15 / 390 * 100vw);
    cursor: pointer;
    list-style: none;
  }
  .faq .faq__list .accordion .accordion__title::-webkit-details-marker {
    display: none;
  }
  .faq .faq__list .accordion .accordion__title::before {
    content: "Q.";
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Figtree;
    font-weight: 700;
    font-size: calc(20 / 390 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.02em;
    background: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .faq .faq__list .accordion .accordion__title .accordion__question {
    flex: 1;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #4F5256;
    text-align: left;
  }
  .faq .faq__list .accordion .accordion__title::after {
    content: "";
    flex-shrink: 0;
    width: calc(10 / 390 * 100vw);
    height: calc(10 / 390 * 100vw);
    border-style: solid;
    border-width: calc(2 / 390 * 100vw) calc(2 / 390 * 100vw) 0 0;
    border-color: transparent;
    border-image-source: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
    border-image-slice: 1;
    transform: rotate(-45deg) translateY(2px);
    transition: transform 0.3s ease;
    margin-right: calc(4 / 390 * 100vw);
  }
  .faq .faq__list .accordion:not([open]) .accordion__title::after {
    transform: rotate(135deg);
  }
  .faq .faq__list .accordion[open] .accordion__title {
    gap: calc(3 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw) calc(16 / 390 * 100vw) calc(5 / 390 * 100vw) calc(16 / 390 * 100vw);
  }
  .faq .faq__list .accordion .accordion__answer {
    position: relative;
    padding: calc(11 / 390 * 100vw) calc(15 / 390 * 100vw) calc(14 / 390 * 100vw);
  }
  .faq .faq__list .accordion .accordion__answer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32 / 390 * 100vw);
    height: 1px;
    background-color: #DADADA;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__text {
    font-family: "Noto Sans JP", sans-serif;
    color: #4F5256;
    font-weight: 400;
    font-size: calc(13 / 390 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__payment-list {
    display: flex;
    flex-direction: column;
    padding: calc(10 / 390 * 100vw) 0 0;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-term,
  .faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(13 / 390 * 100vw);
    color: #604F3D;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc {
    margin: 0 0 calc(10 / 390 * 100vw);
  }
  .faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc .accordion__payment-options {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc .accordion__payment-options li {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(13 / 390 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.02em;
    padding: 0 0 0 0.5em;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc .accordion__payment-options li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: calc(2 / 390 * 100vw);
    height: calc(2 / 390 * 100vw);
    background-color: #604F3D;
    border-radius: 50%;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc .accordion__payment-options li.no-bullet {
    padding: 0;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc .accordion__payment-options li.no-bullet::before {
    display: none;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__list {
    display: flex;
    flex-direction: column;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__list .accordion__item {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(13 / 390 * 100vw);
    color: #604F3D;
    line-height: 1.8;
    letter-spacing: 0.02em;
    padding: 0 0 0 0.5em;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__list .accordion__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: calc(2 / 390 * 100vw);
    height: calc(2 / 390 * 100vw);
    background-color: #604F3D;
    border-radius: 50%;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Noto Sans JP", sans-serif;
    font-size: calc(12 / 390 * 100vw);
    margin: calc(11 / 390 * 100vw) 0 0;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__table tbody tr:not(:last-child) {
    border-bottom: 1px solid rgba(153, 184, 234, 0.3);
  }
  .faq .faq__list .accordion .accordion__answer .accordion__table tr:first-child td {
    border-radius: calc(5 / 390 * 100vw) 0 0 0;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__table tr:last-child td {
    border-radius: 0 0 0 calc(5 / 390 * 100vw);
  }
  .faq .faq__list .accordion .accordion__answer .accordion__table th,
  .faq .faq__list .accordion .accordion__answer .accordion__table td {
    text-align: center;
    vertical-align: middle;
    padding: calc(8 / 390 * 100vw) calc(4 / 390 * 100vw);
    color: #604F3D;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__table th {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: calc(12 / 390 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    color: #FFFFFF;
    background-color: #5889DA;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__table th:first-child {
    background-color: unset;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__table td:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: calc(1 / 390 * 100vw);
    height: calc(16 / 390 * 100vw);
    background-color: rgba(255, 255, 255, 0.5);
  }
  .faq .faq__list .accordion .accordion__answer .accordion__table td {
    width: calc(87 / 390 * 100vw);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(13 / 390 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #4F5256;
    text-align: center;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__table td:first-child {
    width: calc(60 / 390 * 100vw);
    font-weight: 500;
    color: #3370D5;
    background: #EFF4FC;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__table td.td-price {
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #4F5256;
    text-align: center;
    padding: calc(10 / 390 * 100vw) 0;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__table td.td-none {
    font-size: calc(12 / 390 * 100vw);
  }
  .faq .faq__list .accordion .accordion__answer .accordion__table td:not(:first-child) {
    border-left: calc(1 / 390 * 100vw) solid rgba(153, 184, 234, 0.3);
  }
  .faq .faq__list .accordion:nth-child(6) .accordion__answer .accordion__text, .faq .faq__list .accordion:nth-child(7) .accordion__answer .accordion__text {
    margin: 0 0 calc(3 / 390 * 100vw);
  }
  .cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(4 / 390 * 100vw);
    margin: calc(12 / 390 * 100vw) auto calc(31 / 390 * 100vw);
  }
  .cta .cta-block__items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(4 / 390 * 100vw);
  }
  .cta .cta-block__items .cta-block__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(177 / 390 * 100vw);
    height: calc(56 / 390 * 100vw);
    background: transparent;
    font-family: "Source Han Sans JP", "Source Han Sans", sans-serif;
    font-weight: 700;
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    text-align: center;
    border-radius: calc(60 / 390 * 100vw);
    z-index: 0;
    isolation: isolate;
    transition: transform 0.2s ease;
  }
  .cta .cta-block__items .cta-block__item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #FF6A6A 0%, #E93972 100%);
    border-radius: calc(60 / 390 * 100vw);
    z-index: -1;
  }
  .cta .cta-block__items .cta-block__item::after {
    content: "";
    position: absolute;
    bottom: calc(-4 / 390 * 100vw);
    left: calc(2 / 390 * 100vw);
    width: calc(177 / 390 * 100vw);
    height: calc(59.71 / 390 * 100vw);
    background: linear-gradient(90deg, #D94040 0%, #C0205A 100%);
    border-radius: calc(60 / 390 * 100vw);
    z-index: -2;
    transition: opacity 0.2s ease;
  }
  .cta .cta-block__items .cta-block__item:nth-child(2)::before {
    background: linear-gradient(102.61deg, #4280EA 15.92%, #3ADBCA 85.28%);
  }
  .cta .cta-block__items .cta-block__item:nth-child(2)::after {
    background: linear-gradient(102.61deg, #2E66C4 15.92%, #28B8A9 85.28%);
  }
  .cta .cta-block__items .cta-block__item:active {
    transform: translateY(4px);
  }
  .cta .cta-block__items .cta-block__item:active::after {
    opacity: 0;
  }
}
.legal {
  max-width: 390px;
  margin: 0 auto;
  padding: 24px 16px 40px;
  background: linear-gradient(102.61deg, rgba(66, 128, 234, 0.1) 15.92%, rgba(58, 219, 202, 0.1) 85.28%);
  font-family: "Noto Sans JP", sans-serif;
}
.legal__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #3370D5;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1.5;
}
.legal__subtitle {
  font-size: 12px;
  color: #604F3D;
  text-align: center;
  margin-bottom: 24px;
}
.legal__dates {
  font-size: 12px;
  color: #604F3D;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.8;
}
.legal__intro {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 32px;
}
.legal__section {
  margin-bottom: 28px;
}
.legal__heading {
  font-size: 15px;
  font-weight: 700;
  color: #3370D5;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #E7E7C4;
  line-height: 1.6;
}
.legal__subheading {
  font-size: 14px;
  font-weight: 700;
  color: #555555;
  margin: 16px 0 8px;
  line-height: 1.6;
}
.legal__text {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 8px;
}
.legal__list {
  margin: 8px 0 8px 1em;
  padding: 0;
}
.legal__list li {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 4px;
  list-style: disc;
}
.legal__list--ordered {
  margin-left: 1.2em;
}
.legal__list--ordered li {
  list-style: decimal;
}
.legal__def-list {
  margin: 8px 0 16px;
}
.legal__def-list dt {
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
  line-height: 1.6;
}
.legal__def-list dd {
  font-size: 14px;
  line-height: 1.9;
  margin-left: 0;
  padding-left: 1em;
}
.legal__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 8px;
}
.legal__table th,
.legal__table td {
  font-size: 14px;
  line-height: 1.8;
  padding: 12px 10px;
  border: 1px solid rgba(153, 184, 234, 0.3);
  vertical-align: top;
  text-align: left;
}
.legal__table th {
  width: 36%;
  background-color: #EFF4FC;
  font-weight: 500;
  color: #3370D5;
}
.legal__table td {
  background-color: #FFFFFF;
  color: #4F5256;
}
.legal__table a {
  color: #3370D5;
  text-decoration: underline;
  word-break: break-all;
}
.legal__company {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  margin-top: 40px;
  line-height: 1.8;
}
.legal__back {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto 0;
  font-size: 14px;
  color: #3370D5;
  text-decoration: underline;
}
.legal__back:hover {
  opacity: 0.8;
}

@media screen and (max-width: 390px) {
  .legal {
    max-width: calc(390 / 390 * 100vw);
    padding: calc(24 / 390 * 100vw) calc(16 / 390 * 100vw) calc(40 / 390 * 100vw);
  }
  .legal__title {
    font-size: calc(22 / 390 * 100vw);
    margin-bottom: calc(8 / 390 * 100vw);
  }
  .legal__subtitle {
    font-size: calc(12 / 390 * 100vw);
    margin-bottom: calc(24 / 390 * 100vw);
  }
  .legal__dates {
    font-size: calc(12 / 390 * 100vw);
    margin-bottom: calc(32 / 390 * 100vw);
  }
  .legal__intro {
    font-size: calc(14 / 390 * 100vw);
    margin-bottom: calc(32 / 390 * 100vw);
  }
  .legal__section {
    margin-bottom: calc(28 / 390 * 100vw);
  }
  .legal__heading {
    font-size: calc(15 / 390 * 100vw);
    margin-bottom: calc(12 / 390 * 100vw);
    padding-bottom: calc(6 / 390 * 100vw);
  }
  .legal__subheading {
    font-size: calc(14 / 390 * 100vw);
    margin: calc(16 / 390 * 100vw) 0 calc(8 / 390 * 100vw);
  }
  .legal__text {
    font-size: calc(14 / 390 * 100vw);
    margin-bottom: calc(8 / 390 * 100vw);
  }
  .legal__list li {
    font-size: calc(14 / 390 * 100vw);
    margin-bottom: calc(4 / 390 * 100vw);
  }
  .legal__def-list dt {
    font-size: calc(14 / 390 * 100vw);
    margin-top: calc(12 / 390 * 100vw);
  }
  .legal__def-list dd {
    font-size: calc(14 / 390 * 100vw);
  }
  .legal__table th,
  .legal__table td {
    font-size: calc(13 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw) calc(8 / 390 * 100vw);
  }
  .legal__company {
    font-size: calc(14 / 390 * 100vw);
    margin-top: calc(40 / 390 * 100vw);
  }
  .legal__back {
    margin-top: calc(32 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
}/*# sourceMappingURL=style.css.map */