* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: Alexandria, system-ui, sans-serif;
    background: #ffffff;
    overflow-x: hidden;
}

/* クリック後に色が変わらないように固定 */
a,
a:visited,
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
}

.sp-only {
    display: none;
}

/* =========================
   Header
   PC: 1400px 中央寄せ
========================= */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 109px;
    z-index: 1000;
}

.header__inner {
    position: relative;
    width: 1400px;
    height: 109px;
    margin: 0 auto;
}

.header__box {
    position: absolute;
    width: 893px;
    height: 73px;
    top: 18px;
    left: 254px;
    border-radius: 11px;
    background: #F7F7F7;
}

.header__logo {
    position: absolute;
    width: 150.78px;
    height: 35.12px;
    top: 37px;
    left: 284px;
    display: block;
}

.header__logo-mark {
    position: absolute;
    width: 35.11981964111328px;
    height: 35.11981964111328px;
    top: -2px;
    left: 0;
    border-radius: 6px;
    background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
}

.header__logo-text {
    position: absolute;
    width: 106px;
    height: 35px;
    top: 0.04px;
    left: 44.78px;

    font-family: Alexandria, system-ui, sans-serif;
    font-weight: 600;
    font-size: 28.73px;
    line-height: 100%;
    letter-spacing: -0.02em;

    background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

    white-space: nowrap;
}

.header__nav {
    position: absolute;
    top: 0;
    left: 0;
}

.header__nav-link {
    position: absolute;

    font-family: Alexandria, system-ui, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;

    color: #191929;
    white-space: nowrap;
}

.header__nav-link--about {
    width: 58px;
    height: 20px;
    top: 45px;
    left: 765px;
}

.header__nav-link--service {
    width: 70px;
    height: 20px;
    top: 45px;
    left: 847px;
}

.header__contact {
    position: absolute;
    width: 140px;
    height: 39px;
    top: 35px;
    left: 978px;
    border-radius: 20px;
    background: #008AFF;
    display: block;
}

.header__contact-text {
    position: absolute;
    width: 77px;
    height: 20px;
    top: 10px;
    left: 31px;

    font-family: Alexandria, system-ui, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;

    color: #ffffff;
    white-space: nowrap;
}

.header__hamburger {
    display: none;
}

/* =========================
   Page Frame
   PC: 1400px 中央寄せ
========================= */

.page-main {
    width: 100%;
    margin: 0;
}

.page {
    position: relative;
    width: 1400px;
    margin: 0 auto;
    z-index: 0;
}

/* 共通 back画像 */
.page__back {
    position: absolute;
    width: 688px;
    height: 1074px;
    top: 0;
    left: 712px;

    object-fit: cover;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

/* =========================
   Footer
   PC: 1400px 中央寄せ
========================= */

.footer {
    position: absolute;
    width: 1400px;
    height: 694px;
    left: 0;

    background: #191929;
    opacity: 1;
    overflow: hidden;
    z-index: 1;
}

.footer-contact-marquee {
    position: absolute;
    top: 119px;
    left: 0;

    width: 1400px;
    height: 140px;

    overflow: hidden;
}

.footer-contact-marquee__track {
    position: absolute;
    top: 0;
    left: -21px;

    display: flex;
    width: max-content;

    animation: footerContactMarquee 18s linear infinite;
    will-change: transform;
}

.footer-contact-marquee__group {
    display: flex;
    gap: 36px;
    padding-right: 36px;
    flex-shrink: 0;
}

.footer-contact-marquee__item {
    flex: 0 0 341px;
    width: 341px;
    height: 117px;

    font-family: Antonio, sans-serif;
    font-weight: 600;
    font-size: 127.02px;
    line-height: 92%;
    letter-spacing: -0.05em;

    color: #ffffff;
    white-space: nowrap;
}

@keyframes footerContactMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-2262px);
    }
}

/* Milestoneリンク */
.footer-milestone-link {
    position: absolute;
    width: 92px;
    height: 21px;
    top: 522.95px;
    left: 66px;

    display: block;
    z-index: 3;
    background: transparent;
    color: #ffffff;
    text-decoration: none;
}

.footer-milestone-link:visited,
.footer-milestone-link:hover,
.footer-milestone-link:active {
    color: #ffffff;
    text-decoration: none;
}

.footer-milestone-link__text {
    position: absolute;
    width: 70px;
    height: 21px;
    top: 0;
    left: 0;

    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 138%;
    letter-spacing: 0;

    color: #ffffff;
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: 0;
    text-decoration-thickness: auto;
    text-decoration-skip-ink: auto;
    white-space: nowrap;
}

.footer-milestone-link__icon {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 78px;

    display: block;
    object-fit: contain;
}

.footer-logo-link {
    position: absolute;
    width: 176.28px;
    height: 41px;
    top: 441px;
    left: 66px;

    display: block;
    z-index: 4;
    background: transparent;
}

.footer-logo__mark {
    position: absolute;
    width: 41px;
    height: 41px;
    top: 438px;
    left: 66px;

    border-radius: 7px;
    background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
    z-index: 3;
}

.footer-logo__text {
    position: absolute;
    width: 124px;
    height: 41px;
    top: 441px;
    left: 118.28px;

    font-family: Alexandria, system-ui, sans-serif;
    font-weight: 600;
    font-size: 33.54px;
    line-height: 100%;
    letter-spacing: -0.02em;

    background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;

    white-space: nowrap;
    z-index: 3;
}

.footer-contact-link {
    position: absolute;
    width: 242px;
    height: 29px;
    top: 278px;
    left: 87px;

    display: block;
    z-index: 2;
    background: transparent;
}

.footer-contact-link__text {
    position: absolute;
    width: 210px;
    height: 29px;
    top: 0;
    left: 0;

    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 191%;
    letter-spacing: 0;

    color: #ffffff;
    white-space: nowrap;
}

.footer-contact-link__pill {
    position: absolute;
    width: 21px;
    height: 13px;
    top: 9px;
    left: 221px;

    border-radius: 20.68px;
    background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
}

.footer-contact-link__arrow {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Alexandria, system-ui, sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    color: #ffffff;
}

.footer-nav-links {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.footer-nav-links__item {
    position: absolute;
    height: 20px;

    font-family: Alexandria, system-ui, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;

    color: #ffffff;
    white-space: nowrap;
    text-decoration: none;
}

.footer-nav-links__item:visited,
.footer-nav-links__item:hover,
.footer-nav-links__item:active {
    color: #ffffff;
    text-decoration: none;
}

.footer-nav-links__item--top {
    width: 33px;
    top: 452px;
    left: 714px;
    text-align: right;
}

.footer-nav-links__item--about {
    width: 58px;
    top: 452px;
    left: 790px;
}

.footer-nav-links__item--service {
    width: 70px;
    top: 452px;
    left: 891px;
}

.footer-nav-links__item--contact {
    width: 77px;
    top: 452px;
    left: 1004px;
}

.footer-nav-links__item--privacy {
    width: 134px;
    top: 452px;
    left: 1124px;

    font-weight: 400;
    color: #BEBEBE;
}

.footer-nav-links__item--privacy:visited,
.footer-nav-links__item--privacy:hover,
.footer-nav-links__item--privacy:active {
    color: #BEBEBE;
    text-decoration: none;
}

.footer-divider {
    position: absolute;
    width: 1400px;
    height: 0;
    top: 617px;
    left: 0;

    border-top: 1px solid #62627C;
    z-index: 3;
}

.footer-copyright {
    position: absolute;
    width: 352px;
    height: 15px;
    top: 648px;
    left: 524px;
    margin: 0;

    font-family: Alexandria, system-ui, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.06em;
    text-align: center;

    color: #ffffff;
    white-space: nowrap;
    z-index: 3;
}

.page {
    height: 4651px;
}

.footer {
    top: 3957px;
}


/* =========================
   SP Common
   SP: 390px 中央寄せ
========================= */

@media (max-width: 768px) {
    .sp-only {
        display: block;
    }

    .page {
        position: relative;
        width: 390px;
        height: 6960px;
        margin: 0 auto;
        z-index: 0;
    }

    .page__back {
        position: absolute;
        width: 390px;
        height: 609px;
        top: 59px;
        left: 43px;

        object-fit: cover;
        opacity: 1;
        z-index: 0;
        pointer-events: none;
        user-select: none;
    }

    .header {
        width: 100%;
        height: 100px;
    }

    .header__inner {
        position: relative;
        width: 390px;
        height: 100px;
        margin: 0 auto;
    }

    .header__nav,
    .header__contact {
        display: none;
    }

    .header__box {
        position: absolute;
        width: 361px;
        height: 60px;
        top: 20px;
        left: 15px;

        border-radius: 11px;
        background: #F7F7F7;
    }

    .header__logo {
        position: absolute;
        width: 116.45px;
        height: 27.02px;
        top: 36px;
        left: 31px;

        display: block;
    }

    .header__logo-mark {
        position: absolute;
        width: 27.018117904663086px;
        height: 27.018117904663086px;
        top: -2.5px;
        left: 0;

        border-radius: 4.61px;
        background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
    }

    .header__logo-text {
        position: absolute;
        width: 82px;
        height: 27px;
        top: 0.03px;
        left: 34.45px;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 600;
        font-size: 22.11px;
        line-height: 100%;
        letter-spacing: -0.02em;

        background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;

        white-space: nowrap;
    }

    .header__hamburger {
        position: absolute;
        width: 26px;
        height: 19px;
        top: 40px;
        left: 331px;

        display: flex;
        flex-direction: column;
        justify-content: space-between;

        padding: 0;
        margin: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -webkit-tap-highlight-color: transparent;
    }

    .header__hamburger:focus {
        outline: none;
    }

    .header__hamburger-line {
        display: block;
        width: 26px;
        height: 2px;

        border-radius: 2px;
        background: #191929;
    }

    .footer {
        position: absolute;
        width: 390px;
        height: 665px;
        top: 6295px;
        left: 0;

        background: #191929;
        opacity: 1;
        overflow: hidden;
        z-index: 1;
    }

    .footer-contact-marquee {
        position: absolute;
        top: 73px;
        left: 0;

        width: 390px;
        height: 100px;

        overflow: hidden;
    }

    .footer-contact-marquee__track {
        position: absolute;
        top: 0;
        left: -35px;

        display: flex;
        width: max-content;

        animation: spFooterContactMarquee 18s linear infinite;
        will-change: transform;
    }

    .footer-contact-marquee__group {
        display: flex;
        gap: 29px;
        padding-right: 29px;
        flex-shrink: 0;
    }

    .footer-contact-marquee__item {
        flex: 0 0 260px;
        width: 260px;
        height: 89px;

        font-family: Antonio, sans-serif;
        font-weight: 600;
        font-size: 96.85px;
        line-height: 92%;
        letter-spacing: -0.05em;

        color: #ffffff;
        white-space: nowrap;
    }

    @keyframes spFooterContactMarquee {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-1734px);
        }
    }

    /* Milestoneリンク */
    .footer-milestone-link {
        position: absolute;
        width: 81px;
        height: 19px;
        top: 382px;
        left: 26px;

        display: block;
        z-index: 3;
        background: transparent;
        color: #ffffff;
        text-decoration: none;
    }

    .footer-milestone-link__text {
        position: absolute;
        width: 65px;
        height: 19px;
        top: 0;
        left: 0;

        font-family: "Noto Sans JP", system-ui, sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 138%;
        letter-spacing: 0;

        color: #ffffff;
        text-decoration: underline;
        text-decoration-style: solid;
        text-underline-offset: 0;
        text-decoration-thickness: auto;
        text-decoration-skip-ink: auto;
        white-space: nowrap;
    }

    .footer-milestone-link__icon {
        position: absolute;
        width: 12px;
        height: 12px;
        top: 4px;
        left: 69px;

        display: block;
        object-fit: contain;
    }

    .footer-contact-link {
        position: absolute;
        width: 244px;
        height: 29px;
        top: 190px;
        left: 26px;

        display: block;
        z-index: 3;
        background: transparent;
    }

    .footer-contact-link__text {
        position: absolute;
        width: 210px;
        height: 29px;
        top: 0;
        left: 0;

        font-family: "Noto Sans JP", system-ui, sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 191%;
        letter-spacing: 0;

        color: #ffffff;
        white-space: nowrap;
    }

    .footer-contact-link__pill {
        position: absolute;
        width: 21px;
        height: 13px;
        top: 9px;
        left: 223px;

        border-radius: 20.68px;
        background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
    }

    .footer-contact-link__arrow {
        position: absolute;
        inset: 0;

        display: flex;
        align-items: center;
        justify-content: center;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 500;
        font-size: 11px;
        line-height: 1;
        color: #ffffff;
    }

    .footer-logo-link {
        position: absolute;
        width: 114.95px;
        height: 27px;
        top: 322px;
        left: 26px;

        display: block;
        z-index: 4;
        background: transparent;
    }

    .footer-logo__mark {
        position: absolute;
        width: 26.624616622924805px;
        height: 26.624616622924805px;
        top: 320px;
        left: 26px;

        border-radius: 4.55px;
        background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
        z-index: 3;
    }

    .footer-logo__text {
        position: absolute;
        width: 81px;
        height: 27px;
        top: 322.03px;
        left: 59.95px;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 600;
        font-size: 21.78px;
        line-height: 100%;
        letter-spacing: -0.02em;

        background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;

        white-space: nowrap;
        z-index: 3;
    }

    .footer-nav-links {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
    }

    .footer-nav-links__item {
        position: absolute;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0;

        color: #ffffff;
        white-space: nowrap;
        text-decoration: none;
    }

    .footer-nav-links__item:visited,
    .footer-nav-links__item:hover,
    .footer-nav-links__item:active {
        color: #ffffff;
        text-decoration: none;
    }

    .footer-nav-links__item--top {
        width: 33px;
        height: 20px;
        top: 322px;
        left: 225px;
        text-align: right;
    }

    .footer-nav-links__item--about {
        width: 58px;
        height: 20px;
        top: 366px;
        left: 225px;
    }

    .footer-nav-links__item--service {
        width: 70px;
        height: 20px;
        top: 410px;
        left: 225px;
    }

    .footer-nav-links__item--contact {
        width: 77px;
        height: 20px;
        top: 454px;
        left: 225px;
    }

    .footer-nav-links__item--privacy {
        width: 118px;
        height: 17px;
        top: 498px;
        left: 225px;

        font-size: 14px;
        color: #BEBEBE;
    }

    .footer-nav-links__item--privacy:visited,
    .footer-nav-links__item--privacy:hover,
    .footer-nav-links__item--privacy:active {
        color: #BEBEBE;
        text-decoration: none;
    }

    .footer-divider {
        position: absolute;
        width: 390px;
        height: 0;
        top: 586px;
        left: 0;

        border-top: 1px solid #62627C;
        z-index: 3;
    }

    .footer-copyright {
        position: absolute;
        width: 273px;
        height: 21px;
        top: 618px;
        left: 59px;
        margin: 0;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.45;
        letter-spacing: 0.06em;
        text-align: center;

        color: #ffffff;
        white-space: normal;
        z-index: 3;
    }
}

/* =========================
   SP Hamburger Menu
   SP: 390px 中央寄せ
========================= */

.sp-menu {
    display: none;
}

@media (max-width: 768px) {
    .sp-menu {
        position: fixed;
        top: 0;
        left: 0;
        transform: none;

        width: 100%;
        height: 100dvh;

        display: block;
        background: transparent;

        opacity: 0;
        visibility: hidden;
        pointer-events: none;

        z-index: 3000;

        transition:
            opacity 0.28s ease,
            visibility 0.28s ease;
    }

    .sp-menu.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .sp-menu__overlay {
        position: absolute;
        inset: 0;

        background: #00000078;
        opacity: 0;

        transition: opacity 0.28s ease;
        z-index: 1;
    }

    .sp-menu.is-open .sp-menu__overlay {
        opacity: 1;
    }

    .sp-menu__panel {
        position: relative;
        width: 390px;
        height: 434px;
        margin: 0 auto;

        background: transparent;
        overflow: visible;

        opacity: 0;
        transform: translateY(-12px);

        transition:
            opacity 0.28s ease,
            transform 0.28s ease;

        z-index: 2;
        isolation: isolate;
    }

    .sp-menu__panel::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;

        width: 100vw;
        height: 434px;

        transform: translateX(-50%);
        background: #ffffff;

        z-index: -1;
    }

    .sp-menu.is-open .sp-menu__panel {
        opacity: 1;
        transform: translateY(0);
    }

    .sp-menu__logo {
        position: absolute;
        width: 116.45px;
        height: 27.02px;
        top: 36px;
        left: 31px;

        display: block;
        z-index: 2;
    }

    .sp-menu__logo-mark {
        position: absolute;
        width: 27.018117904663086px;
        height: 27.018117904663086px;
        top: -2px;
        left: 0;

        border-radius: 4.61px;
        background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
    }

    .sp-menu__logo-text {
        position: absolute;
        width: 82px;
        height: 27px;
        top: 0.03px;
        left: 34.45px;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 600;
        font-size: 22.11px;
        line-height: 100%;
        letter-spacing: -0.02em;

        background: linear-gradient(138.77deg, #00C7FB 2.89%, #807CF8 97.11%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;

        white-space: nowrap;
    }

    .sp-menu__close {
        position: absolute;
        width: 21.19919204711914px;
        height: 18.705881118774414px;
        top: 41px;
        left: 332px;

        padding: 0;
        margin: 0;
        border: 0;
        background: transparent;
        appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
        z-index: 3;
    }

    .sp-menu__close::before,
    .sp-menu__close::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;

        width: 27px;
        height: 2px;

        border-radius: 2px;
        background: #191929;
        transform-origin: center;
    }

    .sp-menu__close::before {
        transform: translate(-50%, -50%) rotate(41deg);
    }

    .sp-menu__close::after {
        transform: translate(-50%, -50%) rotate(-41deg);
    }

    .sp-menu__list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sp-menu__link {
        position: absolute;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.25;
        letter-spacing: 0;

        color: #191929;
        text-decoration: none;
        white-space: nowrap;
        overflow: visible;
    }

    .sp-menu__link:visited,
    .sp-menu__link:hover,
    .sp-menu__link:active {
        color: #191929;
        text-decoration: none;
    }

    .sp-menu__link--top {
        width: 37px;
        height: 28px;
        top: 113px;
        left: 45px;
    }

    .sp-menu__link--about {
        width: 65px;
        height: 28px;
        top: 164px;
        left: 45px;
    }

    .sp-menu__link--service {
        width: 79px;
        height: 28px;
        top: 215px;
        left: 45px;
    }

    .sp-menu__copyright {
        position: absolute;
        width: 58px;
        height: 13px;
        top: 113px;
        left: 283px;
        margin: 0;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 400;
        font-size: 11px;
        line-height: 100%;
        letter-spacing: 0.06em;
        text-align: center;

        color: #7E7E7E;
        white-space: nowrap;
        z-index: 3;
    }

    .sp-menu-contact-marquee {
        position: absolute;
        top: 312px;
        left: 50%;

        width: 100vw;
        height: 96px;

        transform: translateX(-50%);
        overflow: hidden;

        z-index: 2;

        display: block;
        text-decoration: none;
        cursor: pointer;
        pointer-events: auto;
    }

    .sp-menu-contact-marquee:visited,
    .sp-menu-contact-marquee:hover,
    .sp-menu-contact-marquee:active {
        text-decoration: none;
    }

    .sp-menu-contact-marquee__track {
        position: absolute;
        top: 0;
        left: calc(50% - 195px - 26px);

        display: flex;
        width: max-content;
        height: 96px;

        animation: spMenuContactMarquee 14s linear infinite;
        will-change: transform;
    }

    .sp-menu-contact-marquee__group {
        display: flex;
        gap: 16.65px;
        padding-right: 16.65px;
        flex-shrink: 0;
        height: 96px;
    }

    .sp-menu-contact-marquee__item {
        flex: 0 0 229px;
        width: 229px;
        height: 96px;

        font-family: Antonio, sans-serif;
        font-weight: 600;
        font-size: 85.06px;
        line-height: 1;
        letter-spacing: -0.05em;

        color: #191929;
        white-space: nowrap;
        display: block;
    }

    @keyframes spMenuContactMarquee {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-982.6px);
        }
    }
}

/* =========================
   Privacy Policy Hero
   PC: 1400px 中央寄せ
========================= */

.privacy-hero {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* プライバシーポリシー */
.privacy-hero__ja {
    position: absolute;
    width: 160px;
    height: 22px;
    top: 190px;
    left: 958px;
    margin: 0;

    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 138%;
    letter-spacing: 0;
    text-align: right;

    color: #191929;
    white-space: nowrap;
}

/* PRIVACY POLICY */
.privacy-hero__title {
    position: absolute;
    width: 503px;
    height: 73px;
    top: 220.21px;
    left: 615px;
    margin: 0;

    font-family: Alexandria, system-ui, sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: right;

    color: #191929;
    white-space: nowrap;
}

/* =========================
   Privacy Breadcrumb
   PC: 1400px 中央寄せ
========================= */

.privacy-breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* HouseLine */
.privacy-breadcrumb__home {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 351px;
    left: 171px;

    display: block;
}

.privacy-breadcrumb__home-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;

    display: block;
    object-fit: contain;
}

/* path */
.privacy-breadcrumb__arrow {
    position: absolute;
    width: 4px;
    height: 7px;
    top: 356px;
    left: 198px;

    display: block;
    object-fit: contain;
    opacity: 1;
}

/* プライバシーポリシー */
.privacy-breadcrumb__current {
    position: absolute;
    width: 130px;
    height: 18px;
    top: 349px;
    left: 213px;

    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 138%;
    letter-spacing: 0;

    color: #191929;
    white-space: nowrap;
}

/* =========================
   Privacy Policy Body
   PC: 1400px 中央寄せ
========================= */

.privacy-policy-body {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* 灰色背景 */
.privacy-policy-body__bg {
    position: absolute;
    width: 1055px;
    height: 3443px;
    top: 423px;
    left: 173px;

    border-radius: 20px;
    background: #F2F2F2;
    opacity: 1;
    z-index: 1;
}

/* 本文 */
.privacy-policy-body__text {
    position: absolute;
    width: 845px;
    height: 3304px;
    top: 516px;
    left: 278px;

    z-index: 2;
}

.privacy-policy-body__text p {
    margin: 0;

    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.04em;

    color: #191929;
}

/* =========================
   Privacy Policy Structured Text
   PC/SP共通：番号・a/b・i/iiはHTMLのol/liで自動整形
========================= */

.privacy-policy-body__text {
    height: auto;
}

.privacy-policy-body__intro,
.privacy-article__title,
.privacy-article__text,
.privacy-list,
.privacy-contact-list {
    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.04em;
    color: #191929;
}

.privacy-policy-body__intro,
.privacy-article__title,
.privacy-article__text {
    margin: 0;
}

.privacy-article {
    margin-top: 32px;
}

.privacy-article:first-of-type {
    margin-top: 32px;
}

.privacy-article__title {
    font-size: 16px;
}

.privacy-list {
    margin: 0;
    padding-left: 1.7em;
}

.privacy-list li {
    margin: 0;
    padding-left: 0.35em;
}

.privacy-list--decimal {
    list-style-type: decimal;
}

.privacy-list--alpha {
    list-style-type: lower-alpha;
    margin-top: 0;
    padding-left: 2em;
}

.privacy-list--roman {
    list-style-type: lower-roman;
    margin-top: 0;
    padding-left: 2.2em;
}

.privacy-list li::marker {
    font-family: "Noto Sans JP", system-ui, sans-serif;
}

.privacy-contact-list {
    margin: 0;
    padding: 0;
}

.privacy-contact-list__row {
    display: flex;
    margin: 0;
}

.privacy-contact-list dt,
.privacy-contact-list dd {
    margin: 0;
}

.privacy-contact-list dt {
    width: 8.5em;
    flex: 0 0 8.5em;
}

.privacy-contact-list dd {
    flex: 1;
}

@media (max-width: 768px) {
    .privacy-hero__ja {
        width: 140px;
        height: 19px;
        top: 136px;
        left: 207px;
        font-size: 14px;
        line-height: 138%;
        text-align: right;
    }

    .privacy-hero__title {
        width: 337px;
        height: 49px;
        top: 166.21px;
        left: 10px;
        font-size: 40px;
        line-height: 100%;
        text-align: right;
    }

    .privacy-breadcrumb__home {
        width: 16px;
        height: 16px;
        top: 277px;
        left: 34px;
    }

    .privacy-breadcrumb__arrow {
        width: 4px;
        height: 7px;
        top: 282px;
        left: 61px;
    }

    .privacy-breadcrumb__current {
        width: 130px;
        height: 18px;
        top: 275px;
        left: 76px;
        font-size: 13px;
        line-height: 138%;
    }

    .privacy-policy-body__bg {
        width: 356px;
        height: 5775px;
        top: 423px;
        left: 17px;
        border-radius: 20px;
    }

    .privacy-policy-body__text {
        width: 322px;
        height: auto;
        top: 478px;
        left: 34px;
    }

    .privacy-policy-body__intro,
    .privacy-article__title,
    .privacy-article__text,
    .privacy-list,
    .privacy-contact-list {
        font-size: 13px;
        line-height: 200%;
        letter-spacing: 0.04em;
    }

    .privacy-article {
        margin-top: 28px;
    }

    .privacy-list {
        padding-left: 1.65em;
    }

    .privacy-list li {
        padding-left: 0.25em;
    }

    .privacy-list--alpha {
        padding-left: 1.85em;
    }

    .privacy-list--roman {
        padding-left: 2.15em;
    }

    .privacy-contact-list__row {
        display: block;
    }

    .privacy-contact-list dt {
        width: auto;
        flex: none;
    }

    .privacy-contact-list dd {
        margin-left: 1em;
    }
}


/* =========================
   Privacy Structured Text Fix v2
   HTMLをol/li構造化した本文用。PC/SPとも同じHTMLで自動折り返し。
========================= */
.privacy-policy-body__text {
    height: auto;
}

.privacy-policy-body__text p,
.privacy-policy-body__text h2,
.privacy-policy-body__text ol,
.privacy-policy-body__text li,
.privacy-policy-body__text dl,
.privacy-policy-body__text dt,
.privacy-policy-body__text dd {
    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.04em;
    color: #191929;
}

.privacy-policy-body__intro,
.privacy-article__title,
.privacy-article__text {
    margin: 0;
}

.privacy-article {
    margin-top: 32px;
}

.privacy-list {
    margin: 0;
    padding-left: 1.7em;
}

.privacy-list li {
    margin: 0;
    padding-left: 0.35em;
}

.privacy-list--decimal { list-style-type: decimal; }
.privacy-list--alpha { list-style-type: lower-alpha; padding-left: 2em; }
.privacy-list--roman { list-style-type: lower-roman; padding-left: 2.2em; }

.privacy-contact-list {
    margin: 0;
    padding: 0;
}

.privacy-contact-list__row {
    display: flex;
    margin: 0;
}

.privacy-contact-list dt,
.privacy-contact-list dd {
    margin: 0;
}

.privacy-contact-list dt {
    width: 8.5em;
    flex: 0 0 8.5em;
}

.privacy-contact-list dd {
    flex: 1;
}

@media (max-width: 768px) {
    .privacy-policy-body__bg {
        width: 356px;
        height: 5775px;
        top: 423px;
        left: 17px;
        border-radius: 20px;
    }

    .privacy-policy-body__text {
        width: 322px;
        height: auto;
        top: 478px;
        left: 34px;
    }

    .privacy-policy-body__text p,
    .privacy-policy-body__text h2,
    .privacy-policy-body__text ol,
    .privacy-policy-body__text li,
    .privacy-policy-body__text dl,
    .privacy-policy-body__text dt,
    .privacy-policy-body__text dd {
        font-size: 13px;
        line-height: 200%;
        letter-spacing: 0.04em;
    }

    .privacy-article {
        margin-top: 28px;
    }

    .privacy-list {
        padding-left: 1.65em;
    }

    .privacy-list li {
        padding-left: 0.25em;
    }

    .privacy-list--alpha {
        padding-left: 1.85em;
    }

    .privacy-list--roman {
        padding-left: 2.15em;
    }

    .privacy-contact-list__row {
        display: block;
    }

    .privacy-contact-list dt {
        width: auto;
        flex: none;
    }

    .privacy-contact-list dd {
        margin-left: 1em;
    }
}
/* =========================
   SP Privacy Policy Page
   SP: 390px 中央寄せ
========================= */

@media (max-width: 768px) {
    /* プライバシーポリシー */
    .privacy-hero__ja {
        position: absolute;
        width: 140px;
        height: 19px;
        top: 136px;
        left: 207px;
        margin: 0;

        font-family: "Noto Sans JP", system-ui, sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 138%;
        letter-spacing: 0;
        text-align: right;

        color: #191929;
        white-space: nowrap;
    }

    /* PRIVACY POLICY */
    .privacy-hero__title {
        position: absolute;
        width: 335px;
        height: 49px;
        top: 166.21px;
        left: 12px;
        margin: 0;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 500;
        font-size: 40px;
        line-height: 100%;
        letter-spacing: 0;
        text-align: right;

        color: #191929;
        white-space: nowrap;
    }

    /* house */
    .privacy-breadcrumb__home {
        position: absolute;
        width: 16px;
        height: 16px;
        top: 277px;
        left: 34px;

        display: block;
    }

    .privacy-breadcrumb__home-icon {
        position: absolute;
        width: 16px;
        height: 16px;
        top: 0;
        left: 0;

        display: block;
        object-fit: contain;
    }

    /* path */
    .privacy-breadcrumb__arrow {
        position: absolute;
        width: 4px;
        height: 7px;
        top: 282px;
        left: 61px;

        display: block;
        object-fit: contain;
    }

    /* プライバシーポリシー */
    .privacy-breadcrumb__current {
        position: absolute;
        width: 130px;
        height: 18px;
        top: 275px;
        left: 76px;

        font-family: "Noto Sans JP", system-ui, sans-serif;
        font-weight: 500;
        font-size: 13px;
        line-height: 138%;
        letter-spacing: 0;

        color: #191929;
        white-space: nowrap;
    }

    /* 灰色枠 */
    .privacy-policy-body__bg {
        position: absolute;
        width: 323px;
        height: 5899px;
        top: 353px;
        left: 34px;

        border-radius: 20px;
        background: #F2F2F2;
        opacity: 1;
        z-index: 1;
    }

    /* 本文領域 */
    .privacy-policy-body__text {
        position: absolute;
        width: 272px;
        height: 5854px;
        top: 385px;
        left: 59px;

        z-index: 2;
    }

    /* 構造化本文全体 */
    .privacy-policy-body__text,
    .privacy-policy-body__text p,
    .privacy-policy-body__text h2,
    .privacy-policy-body__text ol,
    .privacy-policy-body__text li {
        font-family: "Noto Sans JP", system-ui, sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 200%;
        letter-spacing: 0.04em;

        color: #191929;
    }

    .privacy-policy-body__text p,
    .privacy-policy-body__text h2 {
        margin: 0;
    }

    .privacy-policy-body__text h2 {
        font-size: 14px;
        font-weight: 500;
        line-height: 200%;
    }

    /* 番号リスト共通 */
    .privacy-policy-body__text ol {
        margin: 0;
        padding-left: 1.65em;
    }

    .privacy-policy-body__text li {
        margin: 0;
        padding-left: 0.25em;
    }

    /* ネストした a / i の字下げ */
    .privacy-policy-body__text ol ol {
        padding-left: 1.7em;
    }

    .privacy-policy-body__text ol ol ol {
        padding-left: 1.8em;
    }

    /* 条文間の余白 */
    .privacy-article {
        margin: 0 0 28px;
    }

    .privacy-article:last-child {
        margin-bottom: 0;
    }
}
/* =========================
   SP Privacy Policy Height Fix
   灰色枠を下に32px延長
========================= */

@media (max-width: 768px) {
    
    .page {
        height: 6999px;
    }

    
    .footer {
        top: 6334px;
    }

    
    .privacy-policy-body__bg {
        height: 5938px;
    }
}