@charset "UTF-8";
/* --------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 LPページ用
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
-------------------------------------------------- */
/* 画面サイズが768px未満はここを読み込む */
/* stylelint-disable-next-line */
@media (max-width: 767.9px) {
  /* ------------------------------
    base SP
  ------------------------------ */
  html {
    background: #fff;
  }
  html.is-fixed {
    height: 100%;
    overflow: hidden;
  }
  body {
    box-sizing: border-box;
    color: #191919;
    font-family: "Hiragino Kaku Gothic Pro", meiryo, sans-serif;
    font-size: 4.2666666667vw;
    font-weight: 400;
    line-height: 1.65;
    word-wrap: break-word;
    overflow-wrap: break-word;
    image-rendering: auto;
  }
  .is-fixed body {
    position: fixed;
    width: 100%;
  }
  *:focus-visible {
    border-radius: 4px;
    outline: 4px solid #17349c;
  }
  h1,
  h2,
  h3,
  p,
  ol,
  ul,
  li,
  dl,
  dt,
  dd {
    margin: 0;
    padding: 0;
  }
  img {
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
    image-rendering: auto;
  }
  ul {
    list-style: none;
  }
  a {
    transition: 0.3s all;
    color: #191919;
    text-decoration: none;
  }
  button {
    transition: 0.3s all;
  }
  button:hover {
    cursor: pointer;
  }
  ::placeholder {
    color: #afafaf;
  }
  .only-pc {
    display: none !important;
  }
  .only-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    pointer-events: none;
  }
  .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
  }
  .main {
    flex: 1;
    background: #fafaf4;
  }
  /* ------------------------------
    breadcrumb SP
  ------------------------------ */
  .breadcrumb {
    position: relative;
    border-top: 1px solid #dedede;
    background: #fff;
  }
  .breadcrumb__list {
    display: flex;
    box-sizing: border-box;
    margin-inline: auto;
    padding: 2.1333333333vw 5.3333333333vw;
    gap: 2.1333333333vw;
    overflow-x: auto;
    list-style-type: none;
  }
  .breadcrumb__item {
    display: flex;
    position: relative;
    align-items: center;
    color: #191919;
    font-size: 3.7333333333vw;
    white-space: nowrap;
    gap: 2.1333333333vw;
  }
  .breadcrumb__item::after {
    content: "";
    display: inline-block;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin-top: -2px;
    background: url("../images/icon/black/ico_arrow_right.svg") no-repeat 0 0/100% 100%;
  }
  .breadcrumb__item:last-child::after {
    content: none;
  }
  .breadcrumb__link {
    transition: 0.3s all;
    color: #6e6e6e;
    font-size: 3.7333333333vw;
    text-decoration: none;
  }
  .breadcrumb__link:hover {
    color: #17349c;
  }
  .breadcrumb__item:first-child .breadcrumb__link {
    padding-left: 5.3333333333vw;
  }
  .breadcrumb__item:first-child .breadcrumb__link::before {
    content: "";
    position: absolute;
    top: 2.6666666667vw;
    left: 0;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transition: 0.3s all;
    background: #535353;
    mask: url("../images/icon/black/ico_home.svg") no-repeat center center/contain;
  }
  .breadcrumb__item:first-child .breadcrumb__link:hover::before {
    background: #17349c;
  }
  /* ------------------------------
    button SP
  ------------------------------ */
  .button-primary {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 14px 8px;
    border: 1px solid transparent;
    gap: 8px;
    border-radius: 50vh;
    background: #e80b66;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .button-primary[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-primary-user {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 14px 8px;
    border: 1px solid transparent;
    gap: 8px;
    border-radius: 50vh;
    background: #08b5ae;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .button-primary-user[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary-user::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-primary-owner {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 14px 8px;
    border: 1px solid transparent;
    gap: 8px;
    border-radius: 50vh;
    background: #17349c;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .button-primary-owner[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary-owner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 14px 8px;
    border: 1px solid transparent;
    gap: 8px;
    border-radius: 50vh;
    background: #fff;
    color: #e80b66;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e80b66;
  }
  .button-secondary[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary::before {
    background: url("../images/icon/attention/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-user {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 14px 8px;
    border: 1px solid transparent;
    gap: 8px;
    border-radius: 50vh;
    background: #fff;
    color: #08b5ae;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border: 1px solid #08b5ae;
  }
  .button-secondary-user[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary-user::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-user::before {
    background: url("../images/icon/user/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-owner {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 14px 8px;
    border: 1px solid transparent;
    gap: 8px;
    border-radius: 50vh;
    background: #fff;
    color: #17349c;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border: 1px solid #17349c;
  }
  .button-secondary-owner[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary-owner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-owner::before {
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6.4vw;
    gap: 4.2666666667vw;
  }
  .button-page-top-box {
    background: #edf3ff;
    text-align: center;
  }
  .button-page-top {
    display: inline-block;
    padding: 2.1333333333vw 4.2666666667vw 3.2vw;
    border-radius: 10px 10px 0 0;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
    color: #191919;
    text-decoration: none;
    font-size: 3.7333333333vw;
  }
  .button-page-top::before {
    content: "";
    display: inline-block;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 1.0666666667vw;
    transform: translateY(4px);
    background: url("../images/icon/black/ico_arrow_up.svg") no-repeat center center/contain;
  }
  /* ------------------------------
    case SP
  ------------------------------ */
  .case {
    padding-block: 8.5333333333vw;
    background: #fff;
  }
  .case-list {
    display: flex;
    position: relative;
    margin-top: 4.2666666667vw;
    overflow: hidden;
  }
  .case-list::before, .case-list::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 17.0666666667vw;
    height: 100%;
    opacity: 0.7;
    background: linear-gradient(to right, #fff 30%, transparent);
    pointer-events: none;
  }
  .case-list::after {
    right: 0;
    left: auto;
    transform: rotate(-180deg);
  }
  .case-list .swiper-wrapper {
    transition-timing-function: linear;
  }
  .case-list__item {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    height: 20vw;
    width: auto;
  }
  .case-list__item img {
    height: 100%;
    width: auto;
    max-width: 100%;
  }
  /* ------------------------------
    charm PC
  ------------------------------ */
  .charm {
    position: relative;
    padding: 14.9333333333vw 0 16vw;
    overflow: hidden;
  }
  .charm::before, .charm::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #f0ff81;
  }
  .charm::before {
    width: 106.6666666667vw;
    height: 106.6666666667vw;
    top: -38.4vw;
    left: -59.7333333333vw;
  }
  .charm::after {
    width: 79.4666666667vw;
    height: 79.4666666667vw;
    right: -42.6666666667vw;
    bottom: 74.6666666667vw;
  }
  .charm__inner {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    margin-inline: auto;
    padding-inline: 5.3333333333vw;
  }
  .charm__heading {
    font-size: 6.6666666667vw;
    font-weight: 700;
    text-align: center;
  }
  .charm__box {
    margin-top: 7.4666666667vw;
  }
  .charm-card {
    margin-top: 14.9333333333vw;
  }
  .charm-card:first-child {
    margin-top: 0;
  }
  .charm-card__image {
    position: relative;
  }
  .charm-card__title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 5.8666666667vw;
    font-weight: 700;
  }
  .charm-card__title-text {
    display: inline-block;
    width: auto;
    padding: 1.0666666667vw 4.2666666667vw;
    background: #fff;
    line-height: 1.5;
  }
  .charm-card__title-text span {
    color: #e80b66;
  }
  .charm-card__desc {
    margin-top: 7.4666666667vw;
  }
  /* ------------------------------
    contact SP
  ------------------------------ */
  .contact {
    position: relative;
    padding: 17.0666666667vw 5.3333333333vw 14.4vw;
    overflow: hidden;
  }
  .contact::before {
    content: "";
    position: absolute;
    width: 160vw;
    height: 160vw;
    bottom: -50.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #f0ff81;
  }
  .contact__inner {
    position: relative;
    z-index: 1;
    margin-inline: auto;
  }
  .contact__heading {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
  }
  .contact__message {
    margin-top: 32px;
    font-size: 4.8vw;
    font-weight: 700;
    text-align: center;
  }
  .contact__message span {
    position: relative;
  }
  .contact__message span::before, .contact__message span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 20px;
    border-radius: 50vh;
    background: #191919;
  }
  .contact__message span::before {
    left: -16px;
    transform: translateY(-50%) rotate(-35deg);
    transform-origin: left;
  }
  .contact__message span::after {
    right: -16px;
    transform: translateY(-50%) rotate(35deg);
    transform-origin: right;
  }
  .contact__text {
    margin-top: 8.5333333333vw;
    text-align: center;
  }
  .contact__text span {
    display: inline-block;
    margin-right: 1.6vw;
    font-weight: 700;
  }
  .contact__link {
    display: block;
    transition: 0.3s all;
    color: #17349c;
    font-size: 4.8vw;
    font-weight: 700;
    text-decoration: underline;
  }
  .contact__link::after {
    content: "";
    display: inline-block;
    top: 0;
    right: 0;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin-left: 1.0666666667vw;
    transform: translateY(2px);
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_blank.svg") no-repeat center center/contain;
  }
  .contact__link:hover {
    text-decoration: none;
  }
  /* ------------------------------
    cost PC
  ------------------------------ */
  .cost {
    position: relative;
    z-index: 1;
    background: linear-gradient(to top, transparent 18.1333333333vw, #17349c 0);
  }
  .cost::before, .cost::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
  }
  .cost::before {
    top: -1px;
    height: 17.0666666667vw;
    background: #fafaf4;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
  }
  .cost::after {
    z-index: -1;
    bottom: -10.6666666667vw;
    width: 100%;
    height: 28.8vw;
    background: url("../images/bg_cost_sp.svg") no-repeat center center/cover;
  }
  .cost__bg {
    position: absolute;
    z-index: -1;
    bottom: -80px;
    left: -40px;
    width: 417px;
    height: 417px;
    border-radius: 50%;
    background: #f0ff81;
  }
  .cost__inner {
    max-width: 800px;
    margin-inline: auto;
    padding-inline: 5.3333333333vw;
  }
  .cost__heading {
    color: #fff;
    line-height: 1.35;
    font-size: 12.8vw;
    text-align: center;
  }
  .cost__heading-sub {
    display: block;
    position: relative;
    width: 60.8vw;
    margin: 0 auto 32px;
    padding-block: 11px;
    background: #f0ff81;
    color: #191919;
    font-size: 6.9333333333vw;
    text-align: center;
  }
  .cost__heading-sub::after {
    content: "";
    position: absolute;
    width: 6.4vw;
    height: 6.4vw;
    bottom: -5.8666666667vw;
    left: 50%;
    transform: translateX(-50%);
    background: url("../images/bg_cost-heading.svg") no-repeat center center/contain;
  }
  .cost__heading-emph {
    color: #f0ff81;
  }
  .cost__lead {
    margin-top: 6.4vw;
    padding-block: 4.2666666667vw;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    color: #fff;
    font-size: 4.8vw;
    font-weight: 700;
    text-align: center;
  }
  .cost__lead-emph {
    color: #f0ff81;
    font-size: 7.4666666667vw;
  }
  .cost__lead-emph span {
    line-height: 1;
    font-size: 11.7333333333vw;
  }
  .cost__desc {
    margin-top: 6.4vw;
    color: #fff;
  }
  .cost__card-box {
    display: flex;
    flex-wrap: wrap;
    gap: 4.2666666667vw;
    margin-top: 6.4vw;
  }
  .cost-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: calc((100% - 4.2666666667vw) / 2);
    padding: 16px 8px;
    background: #fff;
  }
  .cost-card--full {
    width: 100%;
  }
  .cost-card__title {
    line-height: 1.35;
    font-weight: 700;
    text-align: center;
  }
  .cost-card--full .cost-card__title {
    font-size: 22px;
  }
  .cost-card__title-emph {
    color: #e80b66;
    font-size: 32px;
    font-weight: 700;
  }
  .cost-card--full .cost-card__title-emph span {
    font-size: 9.6vw;
  }
  .cost-card__price {
    color: #e80b66;
    font-size: 8.5333333333vw;
    font-weight: 700;
  }
  .cost-card__unit {
    font-size: 5.3333333333vw;
  }
  .cost-card__tax {
    display: inline-block;
    margin-left: 1.0666666667vw;
    color: #191919;
    font-size: 3.2vw;
  }
  /* ------------------------------
    faq SP
  ------------------------------ */
  .faq {
    position: relative;
    padding: 14.9333333333vw 5.3333333333vw 10.6666666667vw;
    overflow: hidden;
  }
  .faq::before, .faq::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #f0ff81;
  }
  .faq::before {
    width: 106.6666666667vw;
    height: 92.5333333333vw;
    top: -48vw;
    left: -37.3333333333vw;
  }
  .faq::after {
    width: 79.4666666667vw;
    height: 68.8vw;
    top: 85.3333333333vw;
    right: -45.3333333333vw;
  }
  .faq__inner {
    position: relative;
    z-index: 1;
    margin-inline: auto;
  }
  .faq__heading {
    font-size: 8vw;
    font-weight: 700;
    text-align: center;
  }
  .faq-list {
    margin-top: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #fff;
  }
  .faq-list__item {
    margin-top: 24px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .faq-list__item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .faq-list__title {
    display: flex;
    position: relative;
    padding-right: 8.5333333333vw;
    font-weight: 700;
    cursor: pointer;
  }
  .faq-list__title::before, .faq-list__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.3333333333vw;
    width: 14px;
    height: 2px;
    transform: translateY(50%);
    transition: 0.3s all;
    border-radius: 50vh;
    background: #191919;
  }
  .faq-list__title::after {
    transform: translateY(50%) rotate(-90deg);
  }
  .is-open .faq-list__title::after {
    transform: translateY(50%) rotate(-180deg);
  }
  .faq-list__title:hover::before, .faq-list__title:hover::after {
    background: #17349c;
  }
  .faq-list__q {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 15.4666666667vw;
    background: #cafffc;
    color: #17349c;
    font-size: 6.4vw;
    line-height: 1.35;
  }
  .faq-list__title-text {
    padding: 4.2666666667vw;
    transition: 0.3s all;
  }
  .faq-list__title:hover .faq-list__title-text {
    color: #17349c;
  }
  .faq-list__desc {
    display: none;
    padding: 6.4vw 4.2666666667vw 6.4vw 0;
  }
  .faq-list__desc-box {
    display: flex;
    align-items: flex-start;
  }
  .faq-list__a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 19.2vw;
    color: #17349c;
    font-size: 6.9333333333vw;
    font-weight: 700;
    line-height: 1;
  }
  .faq-list__desc-content {
    flex: 1;
  }
  .faq-list__button {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 50.6666666667vw;
    margin-top: 4.2666666667vw;
    padding: 2.1333333333vw 2.1333333333vw 1.6vw;
    transition: 0.3s all;
    border: 1px solid #17349c;
    border-radius: 2px;
    color: #17349c;
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .faq-list__button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.2vw;
    width: 3.2vw;
    height: 3.2vw;
    transform: translateY(-50%);
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .faq-list__link-box {
    margin-top: 4.2666666667vw;
  }
  .faq-list__link {
    display: block;
    margin-top: 1.0666666667vw;
    color: #17349c;
    text-decoration: underline;
  }
  .faq-list__link::after {
    content: "";
    display: inline-block;
    top: 0;
    right: 0;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin-left: 1.0666666667vw;
    transform: translateY(2px);
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_blank.svg") no-repeat center center/contain;
  }
  .faq-list__link:first-child {
    margin-top: 0;
  }
  .faq-list__link:hover {
    text-decoration: none;
  }
  .faq-list__link-inline {
    text-decoration: underline;
  }
  .faq-sub-list {
    margin-top: 4.2666666667vw;
  }
  .faq-sub-list__item {
    margin-top: 4.2666666667vw;
  }
  .faq-sub-list__item:first-child {
    margin-top: 0;
  }
  /* ------------------------------
    feature PC
  ------------------------------ */
  .feature {
    position: relative;
    padding: 14.9333333333vw 0 30.4vw;
    overflow: hidden;
  }
  .feature::before {
    content: "";
    position: absolute;
    top: 80vw;
    right: 50%;
    width: 131.4666666667vw;
    height: 131.4666666667vw;
    border-radius: 50%;
    background: #f0ff81;
    transform: translateX(50%);
  }
  .feature::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 133.3333333333vw, #f0ff81 500px);
  }
  .feature__inner {
    box-sizing: border-box;
    margin-inline: auto;
    padding-inline: 5.3333333333vw;
  }
  .feature__heading {
    position: relative;
    font-size: 10.6666666667vw;
    font-weight: 700;
    text-align: center;
  }
  .feature__heading-emph {
    display: inline-block;
    border-bottom: 3px solid #191919;
  }
  .feature__sub-heading {
    display: block;
    font-size: 6.4vw;
  }
  .feature__sub-heading span {
    display: inline-block;
    margin-right: 2.1333333333vw;
    padding-inline: 2.1333333333vw;
    border: 1px solid #191919;
    background: #fff;
    font-size: 6.9333333333vw;
  }
  .feature__image {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 46px auto 0;
  }
  .feature__image-box {
    position: relative;
    margin-top: 53.3333333333vw;
  }
  .feature__label {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: -42.6666666667vw;
    right: 50%;
    width: 45.6vw;
    height: 45.6vw;
    transform: translateX(50%);
    border-radius: 50%;
    background: #17349c;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  .feature__label::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 50%;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    transform: translate(50%, -50%);
    border: 3px solid #17349c;
    border-radius: 50%;
    background: transparent;
  }
  .feature-list {
    position: relative;
    z-index: 1;
    margin-top: 4.2666666667vw;
  }
  .feature-list__item {
    display: grid;
    grid-template-columns: 24vw auto;
    grid-template-rows: auto auto;
    gap: 0 6.4vw;
    margin-top: 4.2666666667vw;
    padding: 4.2666666667vw;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .feature-list__item:first-child {
    margin-top: 0;
  }
  .feature-list__icon {
    grid-column: 1/2;
    grid-row: 1/3;
    width: 24vw;
  }
  .feature-list__title {
    font-size: 4.8vw;
    font-weight: 700;
  }
  .feature-list__desc {
    font-size: 3.7333333333vw;
  }
  .feature-button-box {
    position: relative;
    z-index: 2;
  }
  /* ------------------------------
    footer PC
  ------------------------------ */
  .footer {
    background: #fff;
  }
  .footer-top {
    position: relative;
  }
  .footer-top__link {
    display: block;
    text-decoration: none;
  }
  .footer-top__image-area {
    position: relative;
    padding: 14.4vw 5.3333333333vw 85.3333333333vw;
    overflow: hidden;
  }
  .footer-top__image-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/bg_footer_sp.webp") no-repeat center/cover;
  }
  .footer-top__image {
    position: relative;
    z-index: 1;
    margin-left: 6.4vw;
  }
  .footer-top__image img {
    width: 37.8666666667vw;
    height: 74.6666666667vw;
  }
  .footer-top__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer-top__item {
    display: flex;
    position: absolute;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40.8vw;
    height: 40.8vw;
    gap: 2.1333333333vw;
    border: 8px solid #f0ff81;
    border-radius: 50%;
    background: #fff;
  }
  .footer-top__item:first-child {
    top: 6.9333333333vw;
    right: 13.3333333333vw;
  }
  .footer-top__item:nth-child(2) {
    top: 43.2vw;
    right: -5.3333333333vw;
  }
  .footer-top__item:last-child {
    z-index: 2;
    right: 19.7333333333vw;
    bottom: 61.8666666667vw;
  }
  .footer-top__icon {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .footer-top__text {
    line-height: 1.5;
    font-size: 3.7333333333vw;
    font-weight: 700;
    text-align: center;
  }
  .footer-top__text span {
    color: #e80b66;
  }
  .footer-top__copy-area {
    position: absolute;
    box-sizing: border-box;
    right: 50%;
    bottom: 8.5333333333vw;
    width: calc(100% - 5.3333333333vw * 2);
    padding: 8.5333333333vw 6.4vw;
    transform: translateX(50%);
    background: #fff;
  }
  .footer-top__copy {
    margin: 0;
    color: #191919;
    font-size: 4.8vw;
    font-weight: 700;
    text-align: center;
  }
  .footer-top__copy-sub {
    display: block;
    font-size: 4.8vw;
  }
  .footer-top__button-box {
    margin-top: 16px;
  }
  .footer-bottom__inner {
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .footer-bottom__logo {
    width: 50.6666666667vw;
    margin: 0 auto;
  }
  .footer-bottom__logo img {
    height: auto;
  }
  .footer-bottom__button-box {
    display: flex;
    gap: 2.1333333333vw;
    justify-content: center;
    margin-top: 8.5333333333vw;
  }
  .footer-bottom__text {
    margin: 8.5333333333vw 0 0;
    font-size: 3.2vw;
  }
  .footer-bottom__text:first-child {
    margin-top: 0;
  }
  .footer-bottom__copyright {
    display: block;
    padding: 4.2666666667vw 2.1333333333vw;
    background: #17349c;
    color: #fff;
    font-size: 3.2vw;
    line-height: 1.5;
    text-align: center;
  }
  .footer-menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 32px;
    margin-top: 32px;
    padding: 24px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
  .footer-menu-list__link {
    transition: opacity 0.3s all;
    text-decoration: none;
  }
  .footer-menu-list__link::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    right: 16px;
    margin-left: 4px;
    transform: translateY(2px);
    background: url("../images/icon/black/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .footer-menu-list__link:hover {
    opacity: 0.7;
  }
  .footer-nav {
    margin-top: 8.5333333333vw;
    padding-block: 6.4vw;
    border-top: #dedede 1px solid;
    border-bottom: #dedede 1px solid;
  }
  .footer-nav__item {
    margin-top: 4.2666666667vw;
  }
  .footer-nav__item:first-child {
    margin-top: 0;
  }
  .footer-nav__link {
    transition: 0.3s all;
    font-size: 3.7333333333vw;
  }
  .footer-nav__link::after {
    content: "";
    display: inline-block;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    transform: translateY(2px);
    transition: 0.3s all;
    background: url("../images/icon/black/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .footer-nav__link:hover {
    color: #17349c;
    text-decoration: underline;
  }
  .footer-nav__link:hover::after {
    transform: translate(4px, 2px);
    background-image: url("../images/icon/owner/ico_arrow_right.svg");
  }
  /* ------------------------------
    header SP
  ------------------------------ */
  .header {
    position: fixed;
    z-index: 4;
    width: 100%;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    padding-left: 5.3333333333vw;
    background: #fff;
  }
  .header__logo {
    display: block;
    flex-shrink: 0;
    width: 48vw;
    padding-block: 3.7333333333vw;
  }
  .header__logo img {
    height: auto;
  }
  .header__box {
    display: flex;
    font-size: 3.7333333333vw;
  }
  .header__link {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40vw;
    color: #fff;
    font-size: 3.2vw;
    font-weight: 700;
  }
  .header__link--regist {
    display: flex;
    background: #e80b66;
  }
  .header-nav {
    display: none;
  }
  /* ------------------------------
    heading SP
  ------------------------------ */
  .heading {
    font-size: 5.8666666667vw;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
  }
  .heading::after {
    content: "";
    display: block;
    height: 2px;
    width: 12vw;
    margin: 2.1333333333vw auto 0;
    background: #17349c;
  }
  .heading__en {
    display: block;
    font-size: 4.2666666667vw;
    text-align: center;
  }
  .heading02 {
    font-size: 5.3333333333vw;
  }
  /* ------------------------------
    hero PC
  ------------------------------ */
  .hero {
    position: relative;
    padding: 13.8666666667vw 0 8.5333333333vw;
    overflow: hidden;
  }
  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/bg_hero_sp.webp") no-repeat center center/cover;
  }
  .hero__inner {
    display: flex;
    position: relative;
    justify-content: center;
    padding: 8.5333333333vw 5.3333333333vw 0;
  }
  .hero__contents {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 24px;
  }
  .hero__box {
    grid-column: 1/1;
    grid-row: 1/1;
  }
  .hero__image {
    grid-column: 1/1;
    grid-row: 2/2;
    width: 42.6666666667vw;
    margin-inline: auto;
  }
  .hero__image source {
    width: 100%;
  }
  .hero__headline {
    font-size: 6.9333333333vw;
    text-align: center;
    white-space: nowrap;
  }
  .hero__headline::after {
    content: "";
    display: block;
    width: calc(100% - 2.1333333333vw);
    height: 3px;
    margin-top: 4px;
    background: #191919;
  }
  .hero__headline-box {
    display: flex;
    gap: 1.6vw;
    width: 100%;
    font-size: 6.9333333333vw;
  }
  .hero__headline-box span {
    display: inline-block;
    flex: 1;
    padding: 0.5333333333vw 2.1333333333vw 0;
    background: #191919;
    color: #fff;
    white-space: nowrap;
  }
  .hero__lead {
    margin-top: 2.1333333333vw;
    font-weight: 700;
    text-align: center;
  }
  .hero-regist {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-inline: auto;
    padding: 6.4vw;
    background: #fff;
    font-weight: 700;
  }
  .hero-regist__image {
    position: absolute;
    top: -10.6666666667vw;
    left: -4.2666666667vw;
    width: 25.8666666667vw;
    height: 25.8666666667vw;
  }
  .hero-regist__image span {
    display: block;
    line-height: 1.5;
    font-size: 26px;
  }
  .hero-regist__lead {
    margin-bottom: 16px;
    font-size: 5.3333333333vw;
    text-align: center;
  }
  .hero-regist__lead span {
    color: #e80b66;
  }
  .hero-regist__button-label {
    margin-top: 6.4vw;
  }
  .hero-regist__link {
    margin-top: 1.0666666667vw;
    display: flex;
    justify-content: center;
    color: #17349c;
    text-decoration: underline;
    font-weight: 400;
  }
  .hero-regist__link::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 5px 0 0 4px;
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .hero-regist__link:hover {
    text-decoration: none;
  }
  .hero-regist__link:hover::after {
    transform: translateX(4px);
  }
  /* ------------------------------
    intro SP
  ------------------------------ */
  .intro {
    position: relative;
    padding-inline: 5.3333333333vw;
  }
  .intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/bg_intro_sp.webp") no-repeat center center/cover;
  }
  .intro__inner {
    position: relative;
    margin-inline: auto;
    padding-bottom: 23.4666666667vw;
    background: #f0ff81;
  }
  .intro__logo-box {
    box-sizing: border-box;
    width: 64vw;
    height: 22.4vw;
    margin-inline: auto;
    padding: 6.4vw 0 4.2666666667vw;
    border-radius: 50%/0 0 100% 100%;
    background: #fff;
  }
  .intro__logo {
    display: block;
    width: 27.7333333333vw;
    margin-inline: auto;
  }
  .intro__heading {
    margin-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
    text-align: center;
  }
  .intro__heading span {
    display: inline-block;
    padding-bottom: 0.5333333333vw;
    border-bottom: 3px solid #191919;
    font-size: 7.4666666667vw;
    white-space: nowrap;
  }
  .intro__lead {
    align-items: center;
    justify-content: center;
    margin-top: 4.2666666667vw;
    font-size: 5.3333333333vw;
    font-weight: 700;
    text-align: center;
  }
  .intro__lead span {
    display: inline-block;
    padding-inline: 2.1333333333vw;
    margin-right: 2.1333333333vw;
    background: #191919;
    color: #fff;
    font-size: 24px;
    text-align: center;
    white-space: nowrap;
  }
  .intro__desc {
    margin: 4.2666666667vw 6.4vw 0;
    font-size: 3.7333333333vw;
  }
  .intro-step {
    position: relative;
    box-sizing: border-box;
    margin-top: 4.2666666667vw;
  }
  .intro-step__image {
    width: 42.6666666667vw;
    margin-inline: auto;
  }
  .intro-step-list {
    margin-top: -12.8vw;
    padding: 17.0666666667vw 10.6666666667vw 8.5333333333vw;
    background: #fff;
  }
  .intro-step-list__title {
    color: #17349c;
    font-weight: 700;
  }
  .intro-step-list__title span {
    display: inline-block;
    margin-left: 4px;
    line-height: 1.5;
    font-size: 26px;
  }
  .intro-step-list__item {
    display: grid;
    position: relative;
    grid-template-columns: 18.4vw auto;
    grid-template-rows: auto auto;
    gap: 0 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
  .intro-step-list__item::before {
    content: "";
    position: absolute;
    top: -5.8666666667vw;
    left: 8.5333333333vw;
    height: 5.8666666667vw;
    width: 3px;
    background: #f0ff81;
  }
  .intro-step-list__item:first-child {
    margin-top: 0;
  }
  .intro-step-list__item:first-child::before {
    content: none;
  }
  .intro-step-list__image {
    position: relative;
    z-index: 1;
    grid-column: 1/1;
    grid-row: 1/3;
    width: 18.4vw;
    height: 18.4vw;
  }
  .intro-step-list__desc {
    grid-column: 2/3;
    grid-row: 2/3;
    font-weight: 700;
  }
  .intro-step-heading {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    width: 50.6666666667vw;
    height: 50.6666666667vw;
    margin: -10.6666666667vw auto 0;
    border: 7px solid #f0ff81;
    border-radius: 50%;
    background: #fff;
    line-height: 1.35;
    font-size: 5.3333333333vw;
    font-weight: 700;
  }
  .intro-step-heading__num {
    color: #17349c;
    font-size: 10.6666666667vw;
  }
  .intro-step-heading__num span {
    font-size: 12.8vw;
  }
  .intro-button-box {
    margin-inline: 6.4vw;
  }
  /* ------------------------------
    login PC
  ------------------------------ */
  .login {
    position: sticky;
    z-index: 3;
    bottom: -1px;
    left: 0;
    width: 100%;
    padding-top: 5.3333333333vw;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.3s all;
  }
  .login.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .login__message {
    font-weight: 700;
    text-align: center;
  }
  .login__message span {
    position: relative;
  }
  .login__message span::before, .login__message span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 20px;
    border-radius: 50vh;
    background: #191919;
  }
  .login__message span::before {
    left: -16px;
    transform: translateY(-50%) rotate(-35deg);
    transform-origin: left;
  }
  .login__message span::after {
    right: -16px;
    transform: translateY(-50%) rotate(35deg);
    transform-origin: right;
  }
  .login-button-box {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    margin-top: 2.1333333333vw;
  }
  .login-button-owner {
    width: 36vw;
    border-radius: 0;
    background: #edf3ff;
    color: #17349c;
    font-size: 3.7333333333vw;
  }
  .login-button-owner::before {
    content: none;
  }
  .login-button {
    flex: 1;
    width: auto;
    border-radius: 0;
  }
  /* ------------------------------
    layout SP
  ------------------------------ */
  .ly-section {
    margin: 0;
    padding: 17.0666666667vw 5.3333333333vw;
    background: #fff;
  }
  /* ------------------------------
    merit PC
  ------------------------------ */
  .merit {
    position: relative;
    z-index: 1;
  }
  .merit__heading {
    position: relative;
    padding: 3.2vw 0 2.6666666667vw;
    background: #17349c;
    color: #fff;
    font-size: 6.4vw;
    text-align: center;
  }
  .merit__heading span {
    position: absolute;
    top: -22.9333333333vw;
    right: 50%;
    color: #17349c;
    transform: translateX(50%);
    font-size: 19.2vw;
    font-weight: 700;
  }
  .merit-section {
    padding: 67.7333333333vw 10.6666666667vw 14.9333333333vw 0;
    background: url("../images/bg_merit_sp.webp") no-repeat top center/cover;
  }
  .merit-section--02 {
    padding: 67.7333333333vw 0 14.9333333333vw 10.6666666667vw;
    background-image: url("../images/bg_merit02_sp.webp");
  }
  .merit-section--03 {
    background-image: url("../images/bg_merit03_sp.webp");
  }
  .merit-section--02 .merit-section__inner {
    justify-content: flex-end;
  }
  .merit-section__en {
    position: absolute;
    top: -20.8vw;
    left: 0;
    color: #17349c;
    font-size: 10.6666666667vw;
    font-weight: 700;
  }
  .merit-section--02 .merit-section__en {
    color: #fff;
  }
  .merit-section__en span {
    font-size: 17.0666666667vw;
  }
  .merit-section__heading {
    line-height: 1.5;
    font-size: 6.4vw;
    font-weight: 700;
  }
  .merit-section__heading span {
    color: #e80b66;
  }
  .merit-section__desc {
    margin-top: 6.4vw;
  }
  .merit-section__box {
    position: relative;
    box-sizing: border-box;
    padding: 8.5333333333vw;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .merit-section__detail-box {
    margin-top: 4.2666666667vw;
  }
  .merit-section-detail {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-top: 4.2666666667vw;
    padding: 16px;
    border-radius: 8px;
    background: #fdf0ff;
  }
  .merit-section-detail:first-child {
    margin-top: 0;
  }
  .merit-section-detail__title {
    font-weight: 700;
  }
  .merit-section-detail__desc {
    flex: 1;
    margin-top: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
  .merit-section-detail__image-box {
    display: flex;
    gap: 2.1333333333vw;
    justify-content: center;
    margin-top: 4.2666666667vw;
  }
  .merit-section-detail__image-box--far {
    gap: 4.2666666667vw;
  }
  .merit-section-detail__image {
    width: 17.0666666667vw;
  }
  /* ------------------------------
    nav SP
  ------------------------------ */
  .nav {
    display: flex;
    gap: 4.2666666667vw 6.4vw;
    flex-wrap: wrap;
    padding: 8.5333333333vw 5.3333333333vw;
    background: #fafaf4;
  }
  .nav__link {
    display: block;
    position: relative;
    width: calc(50% - 3.2vw);
    padding-bottom: 1.0666666667vw;
    border-bottom: 1px solid #dedede;
  }
  .nav__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/owner/ico_arrow_down.svg") no-repeat center center/contain;
  }
  /* ------------------------------
    point PC
  ------------------------------ */
  .point {
    position: relative;
    padding-bottom: 14.9333333333vw;
    background: #17349c;
  }
  .point::before, .point::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 18.1333333333vw;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
  }
  .point::before {
    top: -17.8666666667vw;
    background: #17349c;
  }
  .point::after {
    bottom: -1px;
    background: #fafaf4;
  }
  .point__inner {
    box-sizing: border-box;
    margin-inline: auto;
    padding-inline: 5.3333333333vw;
  }
  .point__heading {
    color: #fff;
    font-size: 4.2666666667vw;
    text-align: center;
  }
  .point__heading span {
    display: block;
    font-size: 8vw;
  }
  .point__box {
    margin-top: 12.2666666667vw;
  }
  .point-card {
    position: relative;
    z-index: 1;
    margin-top: 14.9333333333vw;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .point-card:first-child {
    margin-top: 0;
  }
  .point-card__image {
    position: relative;
  }
  .point-card__num {
    position: absolute;
    top: 0;
    left: 0;
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    background: url("../images/bg_point.svg") no-repeat center center/contain;
    color: #fff;
    font-size: 17.0666666667vw;
    font-weight: 700;
  }
  .point-card__num span {
    position: absolute;
    top: -12.8vw;
    left: 2.1333333333vw;
  }
  .point-card__body {
    flex: 1;
    padding: 8.5333333333vw 6.4vw;
    background: #fff;
  }
  .point-card__title {
    text-align: center;
    font-size: 5.8666666667vw;
    font-weight: 700;
  }
  .point-card__desc {
    margin-top: 5.3333333333vw;
  }
  .point-card__desc span {
    color: #e80b66;
    font-weight: 700;
  }
  /* ------------------------------
    price SP
  ------------------------------ */
  .price {
    position: relative;
    padding: 114px 0 64px;
    overflow: hidden;
  }
  .price::before {
    content: "";
    position: absolute;
    width: 79.4666666667vw;
    height: 79.4666666667vw;
    right: -32vw;
    bottom: 18.1333333333vw;
    border-radius: 50%;
    background: #f0ff81;
  }
  .price__inner {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    margin-inline: auto;
    padding-inline: 3.2vw;
  }
  .price__heading {
    font-size: 8vw;
    font-weight: 700;
    text-align: center;
  }
  .price__lead {
    margin-top: 4.2666666667vw;
    font-weight: 700;
    text-align: center;
  }
  .price-message {
    margin-top: 16px;
    padding: 4.2666666667vw 0 1.0666666667vw;
    background: #f0ff81;
    text-align: center;
  }
  .price-message__logo {
    display: inline-block;
    width: 35.7333333333vw;
  }
  .price-message__text {
    font-size: 20px;
    font-weight: 700;
  }
  .price-message__emph {
    display: block;
    color: #e80b66;
    font-size: 6.4vw;
  }
  .price-message__num {
    font-size: 11.7333333333vw;
  }
  .price-pay {
    padding: 8vw;
    margin-top: 6.4vw;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .price-pay__title {
    text-align: center;
    font-size: 5.8666666667vw;
    font-weight: 700;
  }
  .price-pay-list {
    margin-top: 6.4vw;
  }
  .price-pay-list__item {
    margin-top: 6.4vw;
  }
  .price-pay-list__item:first-child {
    margin-top: 0;
  }
  .price-pay-list__title {
    font-size: 4.8vw;
    font-weight: 700;
  }
  .price-table {
    width: 100%;
    margin-top: 4.2666666667vw;
    border-spacing: 6px 3px;
    text-align: center;
  }
  .price-table tbody {
    width: 100%;
  }
  .price-table tr:nth-child(2) {
    height: 3px;
  }
  .price-table th,
  .price-table td {
    box-sizing: border-box;
    padding: 2.1333333333vw 1.0666666667vw;
    border-radius: 2px;
    line-height: 1.35;
    font-weight: 700;
  }
  .price-table__head-top {
    position: relative;
    width: 28.2666666667vw;
    border: 4px solid #afafaf;
    background: #fff;
    font-size: 3.7333333333vw;
  }
  .price-table__head-top::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    width: 12px;
    height: 10px;
    transform: translateX(-50%);
    background: url("../images/bg_price-table.svg") no-repeat center center/contain;
  }
  .price-table__head-top--attention {
    border-color: #e80b66;
  }
  .price-table__head-top--attention::after {
    background-image: url("../images/bg_price-table-attention.svg");
  }
  .price-table__logo {
    margin-inline: auto;
    width: 20.2666666667vw;
  }
  .price-table__head {
    width: 28.2666666667vw;
    background: #17349c;
    color: #fff;
  }
  .price-table__data {
    background: #dedede;
    color: #535353;
  }
  .price-table__data--attention {
    background: #fbe3ff;
    color: #e80b66;
  }
  .price-table__data span {
    font-size: 20px;
  }
  .price-table__head-bottom {
    color: #535353;
    font-size: 5.3333333333vw;
  }
  .price-table__data-bottom {
    color: #6e6e6e;
    white-space: nowrap;
  }
  .price-table__data-bottom--attention {
    color: #e80b66;
  }
  .price-table__data-bottom span {
    font-size: 6.4vw;
  }
  .price-table__sub {
    display: block;
    font-size: 3.7333333333vw;
  }
  /* ------------------------------
    promotion SP
  ------------------------------ */
  .promotion {
    padding-bottom: 54px;
    background: url("../images/bg_promotion.webp") no-repeat center center/cover;
    overflow: hidden;
  }
  .promotion__inner {
    box-sizing: border-box;
    margin-inline: auto;
  }
  .promotion__heading-box {
    position: relative;
    z-index: 0;
    padding: 7.4666666667vw 0 9.6vw;
  }
  .promotion__heading-box::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 113.0666666667vw;
    height: 53.3333333333vw;
    transform: translateX(-50%);
    border-radius: 50%/0 0 100% 100%;
    background: #17349c;
  }
  .promotion__heading {
    color: #f0ff81;
    line-height: 1.35;
    font-size: 9.6vw;
    font-weight: 700;
    text-align: center;
  }
  .promotion__heading span {
    display: block;
    margin-bottom: 1.0666666667vw;
    color: #fff;
    font-size: 4.2666666667vw;
  }
  .promotion__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6.4vw;
  }
  .promotion__card {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 106.6666666667vw;
    height: 106.6666666667vw;
    padding: 17.6vw 8vw 11.7333333333vw;
    border-radius: 50%;
    background: linear-gradient(to top, #f0ff81 34.1333333333vw, #fff 0);
  }
  .promotion__image {
    position: absolute;
    top: -4.2666666667vw;
    left: 6.4vw;
    width: 24.8vw;
  }
  .promotion__title {
    line-height: 1.5;
    font-size: 6.4vw;
    font-weight: 700;
    text-align: center;
  }
  .promotion__desc {
    margin-top: 4.2666666667vw;
  }
  .promotion__merit {
    margin-top: 9.0666666667vw;
    color: #e80b66;
    font-size: 5.3333333333vw;
    font-weight: 700;
    text-align: center;
  }
  /* ------------------------------
    text SP
  ------------------------------ */
  .text {
    margin: 4.2666666667vw 0 0;
  }
  .text:first-child {
    margin-top: 0;
  }
  .text--far {
    margin-top: 8.5333333333vw;
  }
  .text--close {
    margin-top: 2.1333333333vw;
  }
  .text-note {
    margin: 2.1333333333vw 0 0;
    padding-left: 1.2em;
    color: #535353;
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 1.35;
    text-indent: -1.2em;
  }
  .text-note:first-child {
    margin-bottom: 0;
  }
  .text-note::before {
    content: "※";
    margin-right: 0.2em;
  }
  /* ------------------------------
    voice SP
  ------------------------------ */
  .voice {
    padding-inline: 5.3333333333vw;
  }
  .voice__heading {
    font-size: 5.3333333333vw;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
  }
  .voice__heading span {
    display: block;
    color: #17349c;
    font-size: 11.7333333333vw;
  }
  .voice__item {
    position: relative;
  }
  .voice-list-box {
    position: relative;
    margin-inline: auto;
  }
  .voice-list-box .swiper-button-next,
  .voice-list-box .swiper-button-prev {
    position: relative !important;
    top: auto;
    right: auto;
    bottom: 0;
    left: auto;
    height: auto;
    margin-top: 0;
  }
  .voice-list-box .swiper-button-next::after,
  .voice-list-box .swiper-button-prev::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
    font-size: 0;
  }
  .voice-list-box .swiper-button-prev::after {
    transform: rotate(180deg);
  }
  .voice-list-box .swiper-pagination {
    display: flex;
    position: relative !important;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: auto;
    bottom: 0;
  }
  .voice-list-box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-inline: 8px !important;
    border: 1px solid #17349c;
    background: #fff;
    opacity: 1;
  }
  .voice-list-box .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    background: #17349c;
  }
  .voice-list-control {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    gap: 4.2666666667vw;
    z-index: 1;
    margin-top: 8.5333333333vw;
  }
  .voice-list {
    display: flex;
    justify-content: center;
    padding-top: 8.5333333333vw;
    overflow: hidden;
  }
  .voice-list__item {
    position: relative;
    width: 100%;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .voice-list__num {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    z-index: 1;
    top: -5.3333333333vw;
    left: 4.2666666667vw;
    height: 9.0666666667vw;
    padding-inline: 7.4666666667vw;
    color: #fff;
    font-weight: 700;
  }
  .voice-list__num::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    transform: skew(-18deg);
    background: #17349c;
  }
  .voice-list__num span {
    display: inline-block;
    margin-left: 1.0666666667vw;
    font-size: 5.3333333333vw;
  }
  .voice-list__head {
    padding: 6.4vw 8vw 5.3333333333vw;
    background: #f0ff81;
  }
  .voice-list__sub-title {
    font-size: 3.7333333333vw;
  }
  .voice-list__title {
    margin-top: 1.0666666667vw;
    line-height: 1.5;
    font-size: 5.8666666667vw;
    font-weight: 700;
  }
  .voice-list__body {
    padding: 8vw;
    background: #fff;
  }
  .voice-list__desc {
    font-size: 3.7333333333vw;
  }
  .voice-list__bottom {
    display: flex;
    gap: 4.2666666667vw;
    align-items: center;
    margin-top: 6.4vw;
    padding-top: 5.3333333333vw;
    border-top: 1px solid #dedede;
  }
  .voice-list__image {
    width: 21.3333333333vw;
  }
  .voice-list__text {
    font-size: 3.2vw;
  }
}
/* 画面サイズが768px以上はここを読み込む */
@media (768px <= width) {
  /* ------------------------------
    base PC
  ------------------------------ */
  html {
    background: #fff;
  }
  html.is-fixed {
    height: 100%;
    overflow-y: scroll;
  }
  body {
    box-sizing: border-box;
    color: #191919;
    font-family: "Hiragino Kaku Gothic Pro", meiryo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    word-wrap: break-word;
    overflow-wrap: break-word;
    image-rendering: auto;
  }
  .is-fixed body {
    position: fixed;
    width: 100%;
  }
  *:focus-visible {
    border-radius: 4px;
    outline: 4px solid #17349c;
  }
  h1,
  h2,
  h3,
  p,
  ol,
  ul,
  li,
  dl,
  dt,
  dd {
    margin: 0;
    padding: 0;
  }
  img {
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
    image-rendering: auto;
  }
  ul {
    list-style: none;
  }
  a {
    transition: 0.3s all;
    color: #191919;
    text-decoration: none;
  }
  button {
    transition: 0.3s all;
  }
  button:hover {
    cursor: pointer;
  }
  ::placeholder {
    color: #afafaf;
  }
  .only-sp {
    display: none !important;
  }
  .only-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    pointer-events: none;
  }
  .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .main {
    flex: 1;
    background: #fafaf4;
  }
  /* ------------------------------
    breadcrumb PC
  ------------------------------ */
  .breadcrumb {
    position: relative;
    border-top: 1px solid #dedede;
    background: #fff;
  }
  .breadcrumb__list {
    display: flex;
    box-sizing: border-box;
    max-width: calc(1100px + 80px);
    margin: 0 auto;
    padding: 8px 40px;
    gap: 8px;
    overflow-x: auto;
    list-style-type: none;
  }
  .breadcrumb__item {
    display: flex;
    position: relative;
    align-items: center;
    color: #191919;
    font-size: 14px;
    white-space: nowrap;
    gap: 8px;
  }
  .breadcrumb__item::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: -2px;
    background: url("../images/icon/black/ico_arrow_right.svg") no-repeat 0 0/100% 100%;
  }
  .breadcrumb__item:last-child::after {
    content: none;
  }
  .breadcrumb__link {
    transition: 0.3s all;
    color: #6e6e6e;
    font-size: 14px;
    text-decoration: none;
  }
  .breadcrumb__link:hover {
    color: #17349c;
  }
  .breadcrumb__item:first-child .breadcrumb__link {
    padding-left: 20px;
  }
  .breadcrumb__item:first-child .breadcrumb__link::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    transition: 0.3s all;
    background: #535353;
    mask: url("../images/icon/black/ico_home.svg") no-repeat center center/contain;
  }
  .breadcrumb__item:first-child .breadcrumb__link:hover::before {
    background: #17349c;
  }
  /* ------------------------------
    button PC
  ------------------------------ */
  .button-primary {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    max-height: 70px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 50vh;
    background: #e80b66;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
  }
  .button-primary[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-primary:hover::before {
    right: 12px;
  }
  .button-primary:hover {
    background: #c80253;
  }
  .button-primary-user {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    max-height: 70px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 50vh;
    background: #08b5ae;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
  }
  .button-primary-user[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary-user::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-primary-user:hover::before {
    right: 12px;
  }
  .button-primary-user:hover {
    background: #0b928c;
  }
  .button-primary-owner {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    max-height: 70px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 50vh;
    background: #17349c;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
  }
  .button-primary-owner[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary-owner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-primary-owner:hover::before {
    right: 12px;
  }
  .button-primary-owner:hover {
    background: #00215c;
  }
  .button-secondary {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    max-height: 70px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 50vh;
    background: #fff;
    color: #e80b66;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
    border: 1px solid #e80b66;
  }
  .button-secondary[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary:hover::before {
    right: 12px;
  }
  .button-secondary::before {
    background: url("../images/icon/attention/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary:hover {
    border-color: #def2ef;
    background: #edfaf8;
  }
  .button-secondary-user {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    max-height: 70px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 50vh;
    background: #fff;
    color: #08b5ae;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
    border: 1px solid #08b5ae;
  }
  .button-secondary-user[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary-user::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-user:hover::before {
    right: 12px;
  }
  .button-secondary-user::before {
    background: url("../images/icon/user/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-user:hover {
    border-color: #def2ef;
    background: #edfaf8;
  }
  .button-secondary-owner {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    max-height: 70px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 50vh;
    background: #fff;
    color: #17349c;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
    border: 1px solid #17349c;
  }
  .button-secondary-owner[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary-owner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-owner:hover::before {
    right: 12px;
  }
  .button-secondary-owner::before {
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-owner:hover {
    border-color: #aeb7ef;
    background: #edf3ff;
  }
  .button-box {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    gap: 8px;
  }
  .button-box--close {
    margin-top: 24px;
  }
  .button-box--far {
    margin-top: 48px;
  }
  .button-page-top-box {
    background: #edf3ff;
    text-align: center;
  }
  .button-page-top {
    display: inline-block;
    padding: 8px 24px 12px;
    border-radius: 10px 10px 0 0;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
    color: #191919;
    text-decoration: none;
    font-size: 14px;
  }
  .button-page-top::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    transform: translateY(6px);
    background: url("../images/icon/black/ico_arrow_up.svg") no-repeat center center/contain;
  }
  /* ------------------------------
    case PC
  ------------------------------ */
  .case {
    padding-block: 48px;
    background: #fff;
  }
  .case-list {
    display: flex;
    position: relative;
    max-width: 1500px;
    margin: 32px auto 0;
    overflow: hidden;
  }
  .case-list::before, .case-list::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: calc((100% - 1000px) / 2);
    height: 100%;
    opacity: 0.7;
    background: linear-gradient(to right, #fff 30%, transparent);
    pointer-events: none;
  }
  .case-list::after {
    right: 0;
    left: auto;
    transform: rotate(-180deg);
  }
  .case-list .swiper-wrapper {
    transition-timing-function: linear;
  }
  .case-list__item {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    height: 75px;
    width: auto;
  }
  .case-list__item img {
    height: 100%;
    width: auto;
    max-width: 100%;
  }
  /* ------------------------------
    charm PC
  ------------------------------ */
  .charm {
    position: relative;
    padding: 114px 0 64px;
    overflow: hidden;
  }
  .charm::before, .charm::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #f0ff81;
  }
  .charm::before {
    width: 540px;
    height: 540px;
    top: -144px;
    left: -270px;
  }
  .charm::after {
    width: 486px;
    height: 486px;
    right: -243px;
    bottom: 56px;
  }
  .charm__inner {
    position: relative;
    z-index: 1;
    max-width: calc(1100px + 80px);
    box-sizing: border-box;
    margin-inline: auto;
    padding-inline: 40px;
  }
  .charm__heading {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
  }
  .charm__box {
    display: flex;
    gap: 56px;
    margin-top: 40px;
  }
  .charm-card {
    width: calc((100% - 112px) / 3);
  }
  .charm-card__image {
    position: relative;
  }
  .charm-card__title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 22px;
    font-weight: 700;
  }
  .charm-card__title-text {
    display: inline-block;
    width: auto;
    padding: 4px 16px;
    background: #fff;
    line-height: 1.5;
  }
  .charm-card__title-text span {
    color: #e80b66;
  }
  .charm-card__desc {
    margin-top: 28px;
  }
  /* ------------------------------
    contact PC
  ------------------------------ */
  .contact {
    position: relative;
    padding: 80px 0 48px;
    overflow: hidden;
  }
  .contact::before {
    content: "";
    position: absolute;
    width: 1280px;
    height: 1280px;
    bottom: -900px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #f0ff81;
  }
  .contact__inner {
    position: relative;
    z-index: 1;
    max-width: 800px;
    box-sizing: border-box;
    margin-inline: auto;
    padding-inline: 40px;
  }
  .contact__heading {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
  }
  .contact__message {
    margin-top: 32px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .contact__message span {
    position: relative;
  }
  .contact__message span::before, .contact__message span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 20px;
    border-radius: 50vh;
    background: #191919;
  }
  .contact__message span::before {
    left: -16px;
    transform: translateY(-50%) rotate(-35deg);
    transform-origin: left;
  }
  .contact__message span::after {
    right: -16px;
    transform: translateY(-50%) rotate(35deg);
    transform-origin: right;
  }
  .contact__text {
    margin-top: 32px;
    text-align: center;
  }
  .contact__text span {
    display: inline-block;
    margin-right: 8px;
    font-weight: 700;
  }
  .contact__link {
    transition: 0.3s all;
    color: #17349c;
    font-weight: 700;
    text-decoration: underline;
  }
  .contact__link::after {
    content: "";
    display: inline-block;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    margin-left: 4px;
    transform: translateY(2px);
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_blank.svg") no-repeat center center/contain;
  }
  .contact__link:hover {
    text-decoration: none;
  }
  /* ------------------------------
    cost PC
  ------------------------------ */
  .cost {
    position: relative;
    z-index: 1;
    padding-top: 48px;
    background: linear-gradient(to top, transparent 12.96vw, #17349c 0);
  }
  .cost::before, .cost::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
  }
  .cost::before {
    top: -1px;
    height: 166px;
    background: #fafaf4;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
  }
  .cost::after {
    z-index: -1;
    bottom: -12.96vw;
    height: 26.79vw;
    background: url("../images/bg_cost.svg") no-repeat center center/cover;
  }
  .cost__bg {
    position: absolute;
    z-index: -1;
    bottom: -80px;
    left: -40px;
    width: 417px;
    height: 417px;
    border-radius: 50%;
    background: #f0ff81;
  }
  .cost__inner {
    max-width: 800px;
    margin-inline: auto;
    padding-inline: 40px;
  }
  .cost__heading {
    color: #fff;
    font-size: 48px;
    text-align: center;
  }
  .cost__heading-sub {
    display: block;
    position: relative;
    width: 300px;
    margin: 0 auto 32px;
    padding-block: 11px;
    background: #f0ff81;
    color: #191919;
    font-size: 34px;
    text-align: center;
  }
  .cost__heading-sub::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../images/bg_cost-heading.svg") no-repeat center center/contain;
  }
  .cost__heading-emph {
    color: #f0ff81;
  }
  .cost__lead {
    margin-top: 24px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
  }
  .cost__lead-emph {
    color: #f0ff81;
  }
  .cost__lead-emph span {
    font-size: 40px;
  }
  .cost__desc {
    margin-top: 24px;
    color: #fff;
    text-align: center;
  }
  .cost__card-box {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
  }
  .cost-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: calc((100% - 48px) / 4);
    padding: 16px 8px;
    background: #fff;
  }
  .cost-card--full {
    width: 100%;
  }
  .cost-card__title {
    line-height: 1.35;
    font-weight: 700;
  }
  .cost-card--full .cost-card__title {
    font-size: 22px;
  }
  .cost-card__title-emph {
    color: #e80b66;
    font-size: 32px;
    font-weight: 700;
  }
  .cost-card--full .cost-card__title-emph span {
    font-size: 48px;
  }
  .cost-card__price {
    color: #e80b66;
    font-size: 32px;
    font-weight: 700;
  }
  .cost-card__unit {
    font-size: 20px;
  }
  .cost-card__tax {
    display: inline-block;
    margin-left: 8px;
    color: #191919;
    font-size: 12px;
    font-weight: 400;
  }
  /* ------------------------------
    faq PC
  ------------------------------ */
  .faq {
    position: relative;
    padding-block: 80px;
    overflow: hidden;
  }
  .faq::before, .faq::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #f0ff81;
  }
  .faq::before {
    width: 540px;
    height: 540px;
    top: -144px;
    left: -270px;
  }
  .faq::after {
    width: 486px;
    height: 486px;
    right: -243px;
    bottom: 56px;
  }
  .faq__inner {
    position: relative;
    z-index: 1;
    max-width: 800px;
    box-sizing: border-box;
    margin-inline: auto;
    padding-inline: 40px;
  }
  .faq__heading {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
  }
  .faq-list {
    margin-top: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #fff;
  }
  .faq-list__item {
    margin-top: 24px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .faq-list__item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .faq-list__title {
    display: flex;
    position: relative;
    padding-right: 36px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
  }
  .faq-list__title::before, .faq-list__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 18px;
    height: 2px;
    transform: translateY(50%);
    transition: 0.3s all;
    border-radius: 50vh;
    background: #191919;
  }
  .faq-list__title::after {
    transform: translateY(50%) rotate(-90deg);
  }
  .is-open .faq-list__title::after {
    transform: translateY(50%) rotate(-180deg);
  }
  .faq-list__title:hover::before, .faq-list__title:hover::after {
    background: #17349c;
  }
  .faq-list__q {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    background: #cafffc;
    color: #17349c;
    font-size: 32px;
    line-height: 1.35;
  }
  .faq-list__title-text {
    padding: 24px;
    transition: 0.3s all;
  }
  .faq-list__title:hover .faq-list__title-text {
    color: #17349c;
  }
  .faq-list__desc {
    display: none;
    padding: 24px 16px 24px 0;
  }
  .faq-list__desc-box {
    display: flex;
    align-items: flex-start;
    gap: 24px;
  }
  .faq-list__a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 82px;
    color: #17349c;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
  }
  .faq-list__desc-content {
    flex: 1;
  }
  .faq-list__button {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 190px;
    margin-top: 24px;
    padding: 8px 8px 6px;
    transition: 0.3s all;
    border: 1px solid #17349c;
    border-radius: 2px;
    color: #17349c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .faq-list__button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .faq-list__button:hover {
    background: #f5f9ff;
  }
  .faq-list__button:hover::before {
    right: 8px;
  }
  .faq-list__link-box {
    margin-top: 24px;
  }
  .faq-list__link {
    display: block;
    margin-top: 4px;
    color: #17349c;
    text-decoration: underline;
    text-align: right;
  }
  .faq-list__link::after {
    content: "";
    display: inline-block;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    margin-left: 4px;
    transform: translateY(2px);
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_blank.svg") no-repeat center center/contain;
  }
  .faq-list__link:first-child {
    margin-top: 0;
  }
  .faq-list__link:hover {
    text-decoration: none;
  }
  .faq-list__link-inline {
    text-decoration: underline;
  }
  .faq-sub-list {
    margin-top: 16px;
  }
  .faq-sub-list__item {
    margin-top: 16px;
  }
  .faq-sub-list__item:first-child {
    margin-top: 0;
  }
  /* ------------------------------
    feature PC
  ------------------------------ */
  .feature {
    position: relative;
    padding: 64px 0 160px;
    overflow: hidden;
  }
  .feature::before {
    content: "";
    position: absolute;
    top: 300px;
    right: 50%;
    width: min(100%, 1305px);
    height: min(100%, 1305px);
    border-radius: 50%;
    background: #f0ff81;
    transform: translateX(50%);
  }
  .feature__inner {
    box-sizing: border-box;
    max-width: calc(1100px + 80px);
    margin-inline: auto;
    padding-inline: 40px;
  }
  .feature__heading {
    position: relative;
    font-size: 56px;
    font-weight: 700;
    text-align: center;
  }
  .feature__heading-emph {
    display: inline-block;
    border-bottom: 3px solid #191919;
  }
  .feature__sub-heading {
    display: block;
    font-size: 32px;
  }
  .feature__sub-heading span {
    display: inline-block;
    margin-right: 8px;
    padding-inline: 8px;
    border: 1px solid #191919;
    background: #fff;
    font-size: 34px;
  }
  .feature__image {
    position: relative;
    z-index: 1;
    max-width: 886px;
    margin: 46px auto 0;
  }
  .feature__image-box {
    position: relative;
  }
  .feature__label {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: -80px;
    right: 152px;
    width: 191px;
    height: 191px;
    border-radius: 50%;
    background: #17349c;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }
  /* ------------------------------
    footer PC
  ------------------------------ */
  /* ------------------------------
    header PC
  ------------------------------ */
  /* ------------------------------
    heading PC
  ------------------------------ */
  /* ------------------------------
    hero PC
  ------------------------------ */
  /* ------------------------------
    intro PC
  ------------------------------ */
  /* ------------------------------
    login PC
  ------------------------------ */
  /* ------------------------------
    layout PC
  ------------------------------ */
  /* ------------------------------
    merit PC
  ------------------------------ */
  /* ------------------------------
    nav PC
  ------------------------------ */
  /* ------------------------------
    point PC
  ------------------------------ */
  /* ------------------------------
    price PC
  ------------------------------ */
  /* ------------------------------
    promotion PC
  ------------------------------ */
  /* ------------------------------
    text PC
  ------------------------------ */
  /* ------------------------------
    voice PC
  ------------------------------ */
}
@media (768px <= width) and (width < 1000px) {
  .feature__label {
    right: 56px;
    width: 168px;
    height: 168px;
    font-size: 18px;
  }
}
@media (768px <= width) {
  .feature__label::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 50%;
    width: calc(100% + 26px);
    height: calc(100% + 26px);
    transform: translate(50%, -50%);
    border: 3px solid #17349c;
    border-radius: 50%;
    background: transparent;
  }
}
@media (768px <= width) and (width < 1000px) {
  .feature__label::after {
    width: calc(100% + 16px);
    height: calc(100% + 16px);
  }
}
@media (768px <= width) {
  .feature-list {
    display: flex;
    gap: 56px 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 76px;
  }
  .feature-list__item {
    position: relative;
    box-sizing: border-box;
    width: calc((100% - 48px) / 4);
    padding: 60px 24px 32px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .feature-list__icon {
    position: absolute;
    top: -45px;
    right: 50%;
    width: 90px;
    transform: translateX(50%);
  }
  .feature-list__title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .feature-list__desc {
    margin-top: 16px;
  }
  .footer {
    background: #fff;
  }
  .footer-top__link {
    display: block;
    text-decoration: none;
  }
  .footer-top__image-area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 40px 220px;
    background: url("../images/bg_footer_pc.webp") no-repeat center/cover;
  }
  .footer-top__image {
    flex-shrink: 0;
  }
  .footer-top__image img {
    width: 142px;
    height: 280px;
  }
  .footer-top__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-top__item {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 256px;
    height: 256px;
    gap: 16px;
    padding: 0 30px;
    border: 8px solid #f0ff81;
    border-radius: 50%;
    background: #fff;
  }
  .footer-top__item:first-child {
    border-left: 0;
  }
  .footer-top__icon {
    width: 80px;
    height: 80px;
  }
  .footer-top__text {
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }
  .footer-top__text span {
    color: #e80b66;
  }
  .footer-top__copy-area {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    width: 700px;
    margin: -170px auto 0;
    padding: 40px;
    background: #fff;
  }
  .footer-top__copy {
    margin: 0;
    color: #191919;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  .footer-top__copy-sub {
    display: block;
    font-size: 18px;
  }
  .footer-top__button-box {
    margin-top: 16px;
  }
  .footer-bottom__inner {
    padding: 52px 0 40px;
  }
  .footer-bottom__logo {
    width: 250px;
    margin: 0 auto;
  }
  .footer-bottom__logo img {
    height: auto;
  }
  .footer-bottom__button-box {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 32px;
  }
  .footer-bottom__text {
    margin: 24px 0 0;
    font-size: 14px;
    text-align: center;
  }
  .footer-bottom__text:first-child {
    margin-top: 0;
  }
  .footer-bottom__copyright {
    display: block;
    padding: 8px;
    background: #17349c;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
  }
  .footer-menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 32px;
    margin-top: 32px;
    padding: 24px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
  .footer-menu-list__link {
    transition: opacity 0.3s all;
    text-decoration: none;
  }
  .footer-menu-list__link::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    right: 16px;
    margin-left: 4px;
    transform: translateY(2px);
    background: url("../images/icon/black/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .footer-menu-list__link:hover {
    opacity: 0.7;
  }
  .footer-nav {
    margin-top: 32px;
    padding-block: 24px;
    border-top: #dedede 1px solid;
    border-bottom: #dedede 1px solid;
  }
  .footer-nav__list {
    display: flex;
    justify-content: center;
    gap: 32px;
  }
  .footer-nav__link {
    transition: 0.3s all;
  }
  .footer-nav__link::after {
    content: "";
    display: inline-block;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    transform: translateY(2px);
    transition: 0.3s all;
    background: url("../images/icon/black/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .footer-nav__link:hover {
    color: #17349c;
    text-decoration: underline;
  }
  .footer-nav__link:hover::after {
    transform: translate(4px, 2px);
    background-image: url("../images/icon/owner/ico_arrow_right.svg");
  }
  .header {
    position: fixed;
    z-index: 4;
    width: 100%;
  }
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 24px;
  }
}
@media (768px <= width) and (width < 1000px) {
  .header__inner {
    align-items: stretch;
    background: #fff;
  }
}
@media (768px <= width) {
  .header__logo {
    display: block;
    flex-shrink: 0;
    width: 229px;
  }
}
@media (768px <= width) and (width < 1000px) {
  .header__logo {
    padding-block: 14px;
  }
}
@media (768px <= width) {
  .header__logo img {
    height: auto;
  }
  .header__box {
    display: flex;
    font-size: 14px;
  }
  .header__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 24px;
    transition: 0.3s all;
    background: #17349c;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }
  .header__link:hover {
    background: #00215c;
  }
}
@media (768px <= width) and (width < 1000px) {
  .header__link {
    display: none;
  }
}
@media (768px <= width) {
  .header__link--regist {
    background: #e80b66;
  }
  .header__link--regist:hover {
    background: #c80253;
  }
}
@media (768px <= width) and (width < 1000px) {
  .header__link--regist {
    display: flex;
  }
}
@media (768px <= width) {
  .header-nav {
    display: flex;
    gap: 24px;
    padding: 16px 32px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
}
@media (768px <= width) and (width < 1000px) {
  .header-nav {
    display: none;
  }
}
@media (768px <= width) {
  .header-nav__link {
    transition: 0.3s all;
  }
  .header-nav__link:hover {
    color: #17349c;
    text-decoration: underline;
  }
  .heading {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
  }
  .heading02 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
  }
  .hero {
    padding: 120px 0 84px;
    overflow: hidden;
    background: url("../images/bg_hero.webp") no-repeat center center/cover;
  }
  .hero__inner {
    display: flex;
    justify-content: center;
    margin-inline: 24px;
    padding: 45px 0 0;
  }
  .hero__contents {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    gap: 30px 96px;
  }
}
@media (768px <= width) and (width < 1000px) {
  .hero__contents {
    gap: 30px 48px;
  }
}
@media (768px <= width) {
  .hero__box {
    max-width: 680px;
  }
  .hero__image {
    grid-column: 2/3;
    grid-row: 1/3;
    max-width: 255px;
    min-width: 216px;
  }
}
@media (768px <= width) and (width < 1000px) {
  .hero__image {
    display: flex;
    align-items: center;
  }
}
@media (768px <= width) {
  .hero__headline {
    line-height: 1.35;
    font-size: 52px;
    text-align: center;
    letter-spacing: -0.02em;
  }
  .hero__headline::after {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 3px;
    margin-top: 16px;
    background: #191919;
  }
  .hero__headline-box {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    width: 100%;
    margin: 0 0 8px -16px;
    font-size: 38px;
    letter-spacing: 0;
  }
  .hero__headline-box span {
    display: inline-block;
    padding: 9px 34px 7px;
    background: #191919;
    color: #fff;
    line-height: 1.35;
  }
  .hero__lead {
    margin: 20px 0 0 -24px;
    line-height: 1.35;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .hero-regist {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    width: min(504px, 100%);
    margin-inline: auto;
    padding: 32px 76px;
    background: #fff;
    font-weight: 700;
  }
}
@media (768px <= width) and (width < 1000px) {
  .hero-regist {
    padding-inline: 96px;
  }
}
@media (768px <= width) {
  .hero-regist__image {
    position: absolute;
    top: -16px;
    left: -48px;
    width: 116px;
    height: 116px;
  }
}
@media (768px <= width) and (width < 1000px) {
  .hero-regist__image {
    top: -24px;
    left: -24px;
  }
}
@media (768px <= width) {
  .hero-regist__image span {
    display: block;
    line-height: 1.5;
    font-size: 26px;
  }
  .hero-regist__lead {
    margin-bottom: 16px;
    font-size: 22px;
    text-align: center;
  }
  .hero-regist__lead span {
    color: #e80b66;
  }
  .hero-regist__button {
    width: 100%;
    min-width: auto;
  }
  .hero-regist__button-label {
    margin-top: 24px;
  }
  .hero-regist__link {
    margin-top: 4px;
    display: flex;
    justify-content: center;
    color: #17349c;
    text-decoration: underline;
    font-weight: 400;
  }
  .hero-regist__link::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 5px 0 0 4px;
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .hero-regist__link:hover {
    text-decoration: none;
  }
  .hero-regist__link:hover::after {
    transform: translateX(4px);
  }
  .intro {
    background: url("../images/bg_intro.webp") no-repeat center center/cover;
    overflow: hidden;
  }
  .intro__inner {
    width: 720px;
    margin-inline: auto;
    padding-bottom: 150px;
    background: #f0ff81;
  }
  .intro__logo-box {
    box-sizing: border-box;
    width: 316px;
    height: 120px;
    margin-inline: auto;
    padding: 34px 0 40px;
    border-radius: 50%/0 0 100% 100%;
    background: #fff;
  }
  .intro__logo {
    display: block;
    width: 144px;
    margin-inline: auto;
  }
  .intro__heading {
    margin-top: 24px;
    font-size: 24px;
    text-align: center;
  }
  .intro__heading span {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 3px solid #191919;
    font-size: 40px;
  }
  .intro__lead {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    font-size: 24px;
    font-weight: 700;
  }
  .intro__lead span {
    display: inline-block;
    padding-inline: 16px;
    background: #191919;
    color: #fff;
    font-size: 30px;
  }
  .intro__desc {
    margin-top: 24px;
    text-align: center;
  }
  .intro-step {
    position: relative;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    gap: 32px;
    width: calc(100% + 80px);
    margin: 32px -40px 0;
    padding: 20px 40px 20px 140px;
    background: #fff;
  }
  .intro-step__image {
    position: absolute;
    top: -32px;
    left: -56px;
    width: 220px;
  }
  .intro-step-list {
    display: flex;
    gap: 28px;
  }
  .intro-step-list__title {
    color: #17349c;
    font-weight: 700;
  }
  .intro-step-list__title span {
    display: inline-block;
    margin-left: 4px;
    font-size: 26px;
  }
  .intro-step-list__item {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 112px;
  }
  .intro-step-list__item::before {
    content: "";
    position: absolute;
    top: 76px;
    left: -52px;
    height: 3px;
    width: 76px;
    background: #f0ff81;
  }
  .intro-step-list__item:first-child::before {
    content: none;
  }
  .intro-step-list__image {
    position: relative;
    z-index: 1;
    width: 69px;
    height: 69px;
  }
  .intro-step-list__desc {
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
  }
  .intro-step-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 190px;
    height: 190px;
    border: 7px solid #f0ff81;
    border-radius: 50%;
    line-height: 1.35;
    font-size: 20px;
    font-weight: 700;
  }
  .intro-step-heading__num {
    color: #17349c;
    font-size: 40px;
  }
  .intro-step-heading__num span {
    font-size: 48px;
  }
  .login {
    position: sticky;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-block: 24px;
    background: #fff;
    transition: 0.3s all;
  }
  .login.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .login__message {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .login__message span {
    position: relative;
  }
  .login__message span::before, .login__message span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 20px;
    border-radius: 50vh;
    background: #191919;
  }
  .login__message span::before {
    left: -16px;
    transform: translateY(-50%) rotate(-35deg);
    transform-origin: left;
  }
  .login__message span::after {
    right: -16px;
    transform: translateY(-50%) rotate(35deg);
    transform-origin: right;
  }
  .login-button-box {
    margin-top: 8px;
  }
  .ly-section {
    margin: 0;
    padding: 80px 0;
    background: #fff;
  }
  .ly-section__inner {
    width: 670px;
    margin: 0 auto;
  }
  .merit {
    position: relative;
    z-index: 1;
  }
  .merit__heading {
    position: relative;
    padding: 19px 0 17px;
    background: #17349c;
    color: #fff;
    font-size: 34px;
    text-align: center;
  }
  .merit__heading span {
    position: absolute;
    top: -118px;
    right: 50%;
    color: #17349c;
    transform: translateX(50%);
    font-size: 96px;
    font-weight: 700;
  }
  .merit-section {
    height: 480px;
    background: url("../images/bg_merit.webp") no-repeat center center/cover;
  }
  .merit-section--02 {
    background-image: url("../images/bg_merit02.webp");
  }
  .merit-section--03 {
    background-image: url("../images/bg_merit03.webp");
  }
  .merit-section__inner {
    display: flex;
    align-items: center;
    height: 100%;
    max-width: calc(1100px + 80px);
    margin-inline: auto;
    padding-inline: 40px;
  }
  .merit-section--02 .merit-section__inner {
    justify-content: flex-end;
  }
  .merit-section__en {
    position: absolute;
    top: -79px;
    left: 0;
    color: #17349c;
    font-size: 40px;
    font-weight: 700;
  }
  .merit-section--02 .merit-section__en {
    color: #fff;
  }
  .merit-section__en span {
    display: inline-block;
    margin-left: 8px;
    font-size: 64px;
  }
  .merit-section__heading {
    line-height: 1.5;
    font-size: 24px;
    font-weight: 700;
  }
  .merit-section__heading span {
    color: #e80b66;
  }
  .merit-section__desc {
    margin-top: 24px;
  }
  .merit-section__box {
    position: relative;
    box-sizing: border-box;
    width: 564px;
    padding: 32px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .merit-section--03 .merit-section__box {
    top: 72px;
  }
  .merit-section__detail-box {
    display: flex;
    gap: 16px;
    margin-top: 16px;
  }
  .merit-section-detail {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px;
    border-radius: 8px;
    background: #fdf0ff;
  }
  .merit-section-detail__title {
    font-weight: 700;
  }
  .merit-section-detail__desc {
    flex: 1;
    margin-top: 4px;
    font-size: 14px;
  }
  .merit-section-detail__image-box {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 16px;
  }
  .merit-section-detail__image-box--far {
    gap: 16px;
  }
  .merit-section-detail__image {
    width: 60px;
  }
  .nav {
    display: none;
    gap: 16px 24px;
    flex-wrap: wrap;
    padding: 32px 20px;
    background: #fafaf4;
  }
}
@media (768px <= width) and (width < 1000px) {
  .nav {
    display: flex;
  }
}
@media (768px <= width) {
  .nav__link {
    display: block;
    position: relative;
    width: calc(50% - 12px);
    padding-bottom: 4px;
    transition: 0.3s all;
    border-bottom: 1px solid #dedede;
  }
  .nav__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_arrow_down.svg") no-repeat center center/contain;
  }
  .nav__link:hover {
    color: #17349c;
    text-decoration: underline;
  }
  .nav__link:hover::after {
    transform: translateY(calc(-50% + 4px));
  }
  .point {
    position: relative;
    padding-bottom: 98px;
    background: #17349c;
  }
  .point::before, .point::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 166px;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
  }
  .point::before {
    top: -165px;
    background: #17349c;
  }
  .point::after {
    bottom: -1px;
    background: #fafaf4;
  }
  .point__inner {
    box-sizing: border-box;
    max-width: calc(1100px + 80px);
    margin-inline: auto;
    padding-inline: 40px;
  }
  .point__heading {
    color: #fff;
    font-size: 24px;
    text-align: center;
  }
  .point__heading span {
    display: block;
    font-size: 40px;
  }
  .point__box {
    display: flex;
    gap: 28px;
    justify-content: center;
    margin-top: 46px;
  }
  .point-card {
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: column;
    width: calc((100% - 56px) / 3);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .point-card__image {
    position: relative;
  }
  .point-card__num {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: url("../images/bg_point.svg") no-repeat center center/contain;
    color: #fff;
    font-size: 64px;
    font-weight: 700;
  }
  .point-card__num span {
    position: absolute;
    top: -48px;
    left: 8px;
  }
  .point-card__body {
    flex: 1;
    padding: 32px 30px;
    background: #fff;
  }
  .point-card__title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
  }
  .point-card__desc {
    margin-top: 20px;
  }
  .point-card__desc span {
    color: #e80b66;
    font-weight: 700;
  }
  .price {
    position: relative;
    padding: 88px 0 64px;
    overflow: hidden;
  }
  .price::before {
    content: "";
    position: absolute;
    width: 271px;
    height: 271px;
    top: 50%;
    left: -155px;
    border-radius: 50%;
    background: #f0ff81;
  }
  .price__inner {
    position: relative;
    z-index: 1;
    max-width: 840px;
    box-sizing: border-box;
    margin-inline: auto;
    padding-inline: 40px;
  }
  .price__heading {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
  }
  .price__lead {
    margin-top: 8px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }
  .price-message {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding-block: 4px;
    background: #f0ff81;
  }
  .price-message__logo {
    margin-top: 16px;
    width: 158px;
  }
  .price-message__text {
    font-size: 20px;
    font-weight: 700;
  }
  .price-message__emph {
    color: #e80b66;
    font-size: 26px;
  }
  .price-message__num {
    font-size: 44px;
  }
  .price-pay {
    padding: 40px;
    margin-top: 48px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .price-pay__title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
  }
  .price-pay-list {
    margin-top: 24px;
  }
  .price-pay-list__item {
    margin-top: 24px;
  }
  .price-pay-list__item:first-child {
    margin-top: 0;
  }
  .price-pay-list__title {
    font-size: 18px;
    font-weight: 700;
  }
  .price-table {
    width: 100%;
    margin-top: 28px;
    border-spacing: 8px 3px;
    text-align: center;
  }
  .price-table tr:nth-child(2) {
    height: 3px;
  }
  .price-table th,
  .price-table td {
    box-sizing: border-box;
    padding: 10px;
    border-radius: 2px;
    font-weight: 700;
  }
  .price-table__head-top {
    position: relative;
    border: 4px solid #afafaf;
    background: #fff;
  }
  .price-table__head-top::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    width: 12px;
    height: 10px;
    transform: translateX(-50%);
    background: url("../images/bg_price-table.svg") no-repeat center center/contain;
  }
  .price-table__head-top--attention {
    border-color: #e80b66;
  }
  .price-table__head-top--attention::after {
    background-image: url("../images/bg_price-table-attention.svg");
  }
  .price-table__logo {
    margin-inline: auto;
    width: 118px;
  }
  .price-table__head {
    width: 262px;
    background: #17349c;
    color: #fff;
  }
  .price-table__data {
    background: #dedede;
    color: #535353;
  }
  .price-table__data--attention {
    background: #fbe3ff;
    color: #e80b66;
  }
  .price-table__data span {
    font-size: 20px;
  }
  .price-table__head-bottom {
    color: #535353;
    font-size: 24px;
  }
  .price-table__data-bottom {
    color: #6e6e6e;
    font-size: 20px;
  }
  .price-table__data-bottom--attention {
    color: #e80b66;
  }
  .price-table__data-bottom span {
    font-size: 32px;
  }
  .price-table__sub {
    display: block;
    font-size: 14px;
  }
  .promotion {
    padding-bottom: 54px;
    background: url("../images/bg_promotion.webp") no-repeat center center/cover;
  }
  .promotion__inner {
    max-width: calc(1100px + 80px);
    box-sizing: border-box;
    margin-inline: auto;
    padding-inline: 40px;
  }
  .promotion__heading-box {
    box-sizing: border-box;
    max-block-size: 932px;
    height: 210px;
    margin-inline: auto;
    padding: 34px 0 40px;
    border-radius: 50%/0 0 100% 100%;
    background: #17349c;
  }
  .promotion__heading {
    color: #f0ff81;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
  }
  .promotion__heading span {
    display: block;
    color: #fff;
    font-size: 24px;
  }
  .promotion__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .promotion__card {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 520px;
    height: 520px;
    padding: 100px 50px 70px 60px;
    border-radius: 50%;
    background: linear-gradient(to top, #f0ff81 186px, #fff 0);
  }
  .promotion__image {
    position: absolute;
    top: 30px;
    left: -8px;
    width: 120px;
  }
  .promotion__title {
    line-height: 1.5;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
  }
  .promotion__desc {
    margin-top: 16px;
  }
  .promotion__merit {
    margin-top: 76px;
    color: #e80b66;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  .text {
    margin: 16px 0 0;
  }
  .text:first-child {
    margin-top: 0;
  }
  .text--far {
    margin-top: 32px;
  }
  .text--close {
    margin-top: 8px;
  }
  .text-note {
    margin: 8px 0 0;
    padding-left: 1.2em;
    color: #535353;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    text-indent: -1.2em;
  }
  .text-note:first-child {
    margin-bottom: 0;
  }
  .text-note::before {
    content: "※";
    margin-right: 0.2em;
  }
  .voice__heading {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }
  .voice__heading span {
    display: block;
    color: #17349c;
    font-size: 64px;
  }
  .voice__item {
    position: relative;
  }
  .voice-list-box {
    position: relative;
    max-width: 1500px;
    margin-inline: auto;
  }
  .voice-list-box::before, .voice-list-box::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: calc((100% - 1000px) / 2);
    height: 100%;
    opacity: 0.7;
    background: linear-gradient(to right, #fafaf4 30%, transparent);
    pointer-events: none;
  }
  .voice-list-box::after {
    right: 0;
    left: auto;
    transform: rotate(-180deg);
  }
  .voice-list-box .swiper-button-next,
  .voice-list-box .swiper-button-prev {
    position: relative !important;
    top: auto;
    right: auto;
    bottom: 0;
    left: auto;
    height: auto;
    margin-top: 0;
  }
  .voice-list-box .swiper-button-next::after,
  .voice-list-box .swiper-button-prev::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
    font-size: 0;
  }
  .voice-list-box .swiper-button-prev::after {
    transform: rotate(180deg);
  }
  .voice-list-box .swiper-pagination {
    display: flex;
    position: relative !important;
    bottom: 0;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  .voice-list-box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-inline: 8px !important;
    border: 1px solid #17349c;
    opacity: 1;
    background: #fff;
  }
  .voice-list-box .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    background: #17349c;
  }
  .voice-list-control {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    gap: 12px;
  }
  .voice-list {
    padding-top: 32px;
    overflow: hidden;
  }
  .voice-list .swiper-wrapper {
    align-items: stretch;
  }
  .voice-list__item {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 607px;
    height: auto;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .voice-list__num {
    display: flex;
    position: absolute;
    z-index: 1;
    top: -20px;
    left: -8px;
    align-items: center;
    justify-content: center;
    height: 33px;
    padding-inline: 28px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }
  .voice-list__num::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    transform: skew(-18deg);
    background: #17349c;
  }
  .voice-list__num span {
    display: inline-block;
    margin-left: 4px;
    font-size: 18px;
  }
  .voice-list__head {
    padding: 20px 30px;
    background: #f0ff81;
  }
  .voice-list__sub-title {
    font-size: 14px;
  }
  .voice-list__title {
    font-size: 24px;
    font-weight: 700;
  }
  .voice-list__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px 30px;
    background: #fff;
  }
  .voice-list__desc {
    flex: 1;
  }
  .voice-list__bottom {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #dedede;
  }
  .voice-list__image {
    width: 80px;
  }
  .voice-list__text {
    font-size: 14px;
  }
}/*# sourceMappingURL=sell-commissions.css.map */