* {
    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;
}

/* =========================
   About Page Frame
========================= */

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

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

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

.footer {
    position: absolute;
    width: 1400px;
    height: 694px;
    top: 2922px;
    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;
}

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

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

    .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;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
    }

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

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

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

    .footer {
        position: absolute;
        width: 390px;
        height: 665px;
        top: 3358px;
        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;
    }
}


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

/* back画像 */
.about-hero__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;
}

/* 見出し全体 */
.about-hero__heading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* 当社について */
.about-hero__ja {
    position: absolute;
    width: 96px;
    height: 22px;
    top: 190px;
    left: 1022px;
    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;
}

/* ABOUT */
.about-hero__title {
    position: absolute;
    width: 217px;
    height: 73px;
    top: 220.21px;
    left: 901px;
    margin: 0;

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

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

/* パンくず */
.about-breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

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

    display: block;
}

.about-breadcrumb__home-icon {
    width: 16px;
    height: 16px;
    display: block;
    object-fit: contain;
}

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

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

/* 当社について */
.about-breadcrumb__current {
    position: absolute;
    width: 78px;
    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;
}

/* =========================
   About Intro
   PC: 1400px 中央寄せ
========================= */

.about-intro {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* 挑戦する人の“続けたい”を、仕組みにする。 */
.about-intro__title {
    position: absolute;
    width: 418px;
    height: 92px;
    top: 417px;
    left: 172px;
    margin: 0;

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

    color: #191929;
}

/* 説明文 */
.about-intro__text {
    position: absolute;
    width: 498px;
    height: 261px;
    top: 537px;
    left: 172px;
    margin: 0;

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

    color: #595959;
}

/* =========================
   About Value
   PC: 1400px 中央寄せ
========================= */

.about-value {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* value_pc画像 */
.about-value__bg {
    position: absolute;
    width: 1400px;
    height: 458px;
    top: 897px;
    left: 0;

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

/* バリュー */
.about-value__ja {
    position: absolute;
    width: 60px;
    height: 21px;
    top: 946px;
    left: 670px;
    margin: 0;

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

    color: #FFFFFF;
    white-space: nowrap;
    z-index: 1;
}

/* VALUE */
.about-value__title {
    position: absolute;
    width: 108px;
    height: 39px;
    top: 982px;
    left: 646px;
    margin: 0;

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

    color: #FFFFFF;
    white-space: nowrap;
    z-index: 1;
}
/* VALUEの縦線 */
.about-value__line {
    position: absolute;
    width: 0;
    height: 238px;
    top: 1063px;

    border-left: 1px solid #FFFFFF;
    opacity: 1;
    z-index: 1;
}

.about-value__line--1 {
    left: 172px;
}

.about-value__line--2 {
    left: 525px;
}

.about-value__line--3 {
    left: 877px;
}

.about-value__line--4 {
    left: 1228px;
}

/* VALUE各項目 */
.about-value__item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* 1列目 */
.about-value__item--1 {
    top: 0;
    left: 0;
}

/* 2列目 */
.about-value__item--2 {
    top: 0;
    left: 0;
}

/* 3列目 */
.about-value__item--3 {
    top: 0;
    left: 0;
}

/* タイトル共通 */
.about-value__item-title {
    position: absolute;
    margin: 0;

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

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

/* 本文共通 */
.about-value__item-text {
    position: absolute;
    margin: 0;

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

    color: #FFFFFF;
}

/* 1列目タイトル */
.about-value__item--1 .about-value__item-title {
    width: 250px;
    height: 78px;
    top: 1063px;
    left: 197px;
}

/* 1列目本文 */
.about-value__item--1 .about-value__item-text {
    width: 308px;
    height: 100px;
    top: 1162px;
    left: 197px;
}

/* 2列目タイトル */
.about-value__item--2 .about-value__item-title {
    width: 224px;
    height: 78px;
    top: 1063px;
    left: 550px;
}

/* 2列目本文 */
.about-value__item--2 .about-value__item-text {
    width: 308px;
    height: 100px;
    top: 1162px;
    left: 550px;
}

/* 3列目タイトル */
.about-value__item--3 .about-value__item-title {
    width: 252px;
    height: 78px;
    top: 1063px;
    left: 903px;
}

/* 3列目本文 */
.about-value__item--3 .about-value__item-text {
    width: 308px;
    height: 125px;
    top: 1162px;
    left: 903px;
}
/* =========================
   About Message
   PC: 1400px 中央寄せ
========================= */

.about-message {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* blue_pc画像 */
.about-message__bg {
    position: absolute;
    width: 1400px;
    height: 839px;
    top: 1355px;
    left: 0;

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

/* 白い領域 */
.about-message__panel {
    position: absolute;
    width: 1228px;
    height: 705px;
    top: 1433px;
    left: 0;

    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #FFFFFF;
    z-index: 1;
}

/* 青い四角 */
.about-message__mark {
    position: absolute;
    width: 11px;
    height: 11px;
    top: 1504px;
    left: 176px;

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

/* MESSAGE */
.about-message__label {
    position: absolute;
    width: 80px;
    height: 20px;
    top: 1502px;
    left: 193px;
    margin: 0;

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

    color: #000000;
    white-space: nowrap;
    z-index: 2;
}

/* 代表メッセージ */
.about-message__title {
    position: absolute;
    width: 196px;
    height: 39px;
    top: 1530px;
    left: 172px;
    margin: 0;

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

    color: #000000;
    white-space: nowrap;
    z-index: 2;
}

/* あなたらしさを〜 */
.about-message__headline {
    position: absolute;
    width: 288px;
    height: 92px;
    top: 1588px;
    left: 172px;
    margin: 0;

    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 145%;
    letter-spacing: 0;

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

    z-index: 2;
}

/* 本文 */
.about-message__text {
    position: absolute;
    width: 648px;
    height: 286px;
    top: 1709px;
    left: 172px;
    margin: 0;

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

    color: #595959;
    z-index: 2;
}

.about-message__text strong {
    font-weight: 700;
    color: #595959;
}

/* 代表取締役 */
.about-message__name {
    position: absolute;
    width: 215px;
    height: 70px;
    top: 2024px;
    left: 172px;
    margin: 0;

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

    color: #000000;
    white-space: normal;
    z-index: 2;
}

/* icon画像 */
.about-message__icon {
    position: absolute;
    width: 281px;
    height: 282px;
    top: 1598px;
    left: 860px;

    object-fit: cover;
    opacity: 1;
    z-index: 2;
    pointer-events: none;
    user-select: none;
}
/* =========================
   About Outline
   PC: 1400px 中央寄せ
========================= */

.about-outline {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* 青い四角 */
.about-outline__mark {
    position: absolute;
    width: 11px;
    height: 11px;
    top: 2275px;
    left: 287px;

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

/* OUTLINE */
.about-outline__label {
    position: absolute;
    width: 72px;
    height: 20px;
    top: 2273px;
    left: 304px;
    margin: 0;

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

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

/* 会社概要 */
.about-outline__title {
    position: absolute;
    width: 112px;
    height: 39px;
    top: 2301px;
    left: 283px;
    margin: 0;

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

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

/* 縦線 */
.about-outline__line {
    position: absolute;
    width: 0;
    height: 546px;
    top: 2269px;
    left: 496px;

    border-left: 1px solid #C8C8C8;
}

/* 会社概要の領域 */
.about-outline__content {
    position: absolute;
    width: 505px;
    height: 553px;
    top: 2269px;
    left: 496px;
}

.about-outline__list {
    margin: 0;
    padding: 0;
}

.about-outline__row {
    position: absolute;
    margin: 0;
}

.about-outline__term,
.about-outline__desc {
    position: absolute;
    margin: 0;

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

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

/* 社名 */
.about-outline__row--company {
    top: 0;
    left: 0;
}

.about-outline__row--company .about-outline__term {
    width: 33px;
    height: 28px;
    top: 0;
    left: 70px;
}

.about-outline__row--company .about-outline__desc {
    width: 127px;
    height: 28px;
    top: 0;
    left: 298px;
}

/* 電話番号 */
.about-outline__row--tel {
    top: 71px;
    left: 0;
}

.about-outline__row--tel .about-outline__term {
    width: 66px;
    height: 28px;
    top: 0;
    left: 70px;
}

.about-outline__row--tel .about-outline__desc {
    width: 120px;
    height: 28px;
    top: 0;
    left: 298px;
}

/* メールアドレス */
.about-outline__row--mail {
    top: 142px;
    left: 0;
}

.about-outline__row--mail .about-outline__term {
    width: 116px;
    height: 28px;
    top: 0;
    left: 70px;
}

.about-outline__row--mail .about-outline__desc {
    width: 207px;
    height: 28px;
    top: 0;
    left: 298px;
}

/* 設立 */
.about-outline__row--founded {
    top: 213px;
    left: 0;
}

.about-outline__row--founded .about-outline__term {
    width: 33px;
    height: 28px;
    top: 0;
    left: 70px;
}

.about-outline__row--founded .about-outline__desc {
    width: 82px;
    height: 28px;
    top: 0;
    left: 298px;
}

/* 役員 */
.about-outline__row--officer {
    top: 284px;
    left: 0;
}

.about-outline__row--officer .about-outline__term {
    width: 33px;
    height: 28px;
    top: 0;
    left: 70px;
}

.about-outline__row--officer .about-outline__desc {
    width: 158px;
    height: 28px;
    top: 0;
    left: 298px;
}

/* 資本金 */
.about-outline__row--capital {
    top: 355px;
    left: 0;
}

.about-outline__row--capital .about-outline__term {
    width: 50px;
    height: 28px;
    top: 0;
    left: 70px;
}

.about-outline__row--capital .about-outline__desc {
    width: 80px;
    height: 28px;
    top: 0;
    left: 298px;
}

/* 主要取引銀行 */
.about-outline__row--bank {
    top: 426px;
    left: 0;
}

.about-outline__row--bank .about-outline__term {
    width: 100px;
    height: 28px;
    top: 0;
    left: 70px;
}

.about-outline__row--bank .about-outline__desc {
    width: 100px;
    height: 28px;
    top: 0;
    left: 298px;
}

/* 事業内容 */
.about-outline__row--business {
    top: 497px;
    left: 0;
}

.about-outline__row--business .about-outline__term {
    width: 66px;
    height: 28px;
    top: 0;
    left: 70px;
}

.about-outline__row--business .about-outline__desc {
    width: 156px;
    height: 56px;
    top: 0;
    left: 298px;

    white-space: normal;
}

/* =========================
   SP About Page Main
   SP: 390px 中央寄せ
========================= */

@media (max-width: 768px) {
    /* back画像 */
    .about-hero__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;
    }

    /* 当社について */
    .about-hero__ja {
        position: absolute;
        width: 84px;
        height: 19px;
        top: 136px;
        left: 263px;
        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;
    }

    /* ABOUT */
    .about-hero__title {
        position: absolute;
        width: 145px;
        height: 49px;
        top: 166.21px;
        left: 202px;
        margin: 0;

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

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

    /* パンくず home */
    .about-breadcrumb__home {
        position: absolute;
        width: 16px;
        height: 16px;
        top: 275px;
        left: 34px;

        display: block;
    }

    /* HouseLine.png */
    .about-breadcrumb__home-icon {
        position: absolute;
        width: 14.75px;
        height: 12.250689506530762px;
        top: 1.62px;
        left: 0.63px;

        display: block;
        object-fit: contain;
    }

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

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

    /* 当社について */
    .about-breadcrumb__current {
        position: absolute;
        width: 78px;
        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;
    }

    /* 挑戦する人の “続けたい”を、仕組みにする。 */
    .about-intro__title {
        position: absolute;
        width: 169px;
        height: 105px;
        top: 430px;
        left: 34px;
        margin: 0;

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

        color: #191929;
    }

    /* ABOUT説明文 */
    .about-intro__text {
        position: absolute;
        width: 322px;
        height: 336px;
        top: 557px;
        left: 34px;
        margin: 0;

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

        color: #595959;
    }

    /* value_sp画像 */
    .about-value__bg {
        position: absolute;
        width: 390px;
        height: 862px;
        top: 928px;
        left: 0;

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

    /* PC版の縦線はSPでは非表示 */
    .about-value__line {
        display: none;
    }

    /* SP版の横線2本 */
    .about-value::before,
    .about-value::after {
        content: "";
        position: absolute;
        width: 323px;
        height: 0;
        left: 33px;

        border-top: 1px solid #FFFFFF;
        z-index: 2;
    }

    .about-value::before {
        top: 1271px;
    }

    .about-value::after {
        top: 1497px;
    }

    /* バリュー */
    .about-value__ja {
        position: absolute;
        width: 56px;
        height: 19px;
        top: 970px;
        left: 167px;
        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: center;

        color: #FFFFFF;
        white-space: nowrap;
        z-index: 2;
    }

    /* VALUE */
    .about-value__title {
        position: absolute;
        width: 94px;
        height: 34px;
        top: 999px;
        left: 148px;
        margin: 0;

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

        color: #FFFFFF;
        white-space: nowrap;
        z-index: 2;
    }

    /* VALUE項目 共通 */
    .about-value__item-title {
        position: absolute;
        margin: 0;

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

        color: #FFFFFF;
        white-space: nowrap;
        z-index: 2;
    }

    .about-value__item-text {
        position: absolute;
        width: 322px;
        margin: 0;

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

        color: #FFFFFF;
        z-index: 2;
    }

    /* 1つ目 */
    .about-value__item--1 .about-value__item-title {
        width: 179px;
        height: 56px;
        top: 1066px;
        left: 34px;
    }

    .about-value__item--1 .about-value__item-text {
        height: 112px;
        top: 1138px;
        left: 34px;
    }

    /* 2つ目 */
    .about-value__item--2 .about-value__item-title {
        width: 160px;
        height: 56px;
        top: 1292px;
        left: 34px;
    }

    .about-value__item--2 .about-value__item-text {
        height: 112px;
        top: 1364px;
        left: 34px;
    }

    /* 3つ目 */
    .about-value__item--3 .about-value__item-title {
        width: 180px;
        height: 56px;
        top: 1518px;
        left: 34px;
    }

    .about-value__item--3 .about-value__item-text {
        width: 322px;
        height: 140px;
        top: 1590px;
        left: 34px;
    }
}
/* =========================
   SP About Message
   SP: 390px 中央寄せ
========================= */

@media (max-width: 768px) {
    /* blue_sp画像 */
    .about-message__bg {
        position: absolute;
        width: 390px;
        height: 1022px;
        top: 1790px;
        left: 0;

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

    /* 白枠 */
    .about-message__panel {
        position: absolute;
        width: 356px;
        height: 919px;
        top: 1840px;
        left: 0;

        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background: #FFFFFF;
        z-index: 1;
    }

    /* 青四角 */
    .about-message__mark {
        position: absolute;
        width: 10px;
        height: 10px;
        top: 1885px;
        left: 33px;

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

    /* MESSAGE */
    .about-message__label {
        position: absolute;
        width: 70px;
        height: 17px;
        top: 1883px;
        left: 48px;
        margin: 0;

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

        color: #000000;
        white-space: nowrap;
        z-index: 2;
    }

    /* 代表メッセージ */
    .about-message__title {
        position: absolute;
        width: 140px;
        height: 28px;
        top: 1913px;
        left: 33px;
        margin: 0;

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

        color: #000000;
        white-space: nowrap;
        z-index: 2;
    }

    /* icon画像 */
    .about-message__icon {
        position: absolute;
        width: 167px;
        height: 168px;
        top: 1982px;
        left: 94px;

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

    /* あなたらしさを〜 */
    .about-message__headline {
        position: absolute;
        width: 300px;
        height: 58px;
        top: 2177px;
        left: 34px;
        margin: 0;

        font-family: Alexandria, system-ui, sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 145%;
        letter-spacing: 0;

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

        z-index: 2;
    }

    /* 本文 */
    .about-message__text {
        position: absolute;
        width: 298px;
        height: 420px;
        top: 2251px;
        left: 34px;
        margin: 0;

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

        color: #595959;
        z-index: 2;
    }

    .about-message__text strong {
        font-weight: 700;
        color: #595959;
    }

    /* 代表取締役 */
    .about-message__name {
        position: absolute;
        width: 170px;
        height: 28px;
        top: 2687px;
        left: 34px;
        margin: 0;

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

        color: #000000;
        white-space: nowrap;
        z-index: 2;
    }
}

.pc-only {
    display: inline;
}

@media (max-width: 768px) {
    .pc-only {
        display: none;
    }
}
.pc-only {
    display: inline;
}

.sp-only {
    display: none;
}

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

    .sp-only {
        display: inline;
    }
}
/* =========================
   SP About Outline
   SP: 390px 中央寄せ
========================= */

@media (max-width: 768px) {
    .about-outline {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    /* 青四角 */
    .about-outline__mark {
        position: absolute;
        width: 10px;
        height: 10px;
        top: 2858px;
        left: 33px;

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

    /* OUTLINE */
    .about-outline__label {
        position: absolute;
        width: 63px;
        height: 17px;
        top: 2856px;
        left: 48px;
        margin: 0;

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

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

    /* 会社概要 */
    .about-outline__title {
        position: absolute;
        width: 80px;
        height: 28px;
        top: 2886px;
        left: 33px;
        margin: 0;

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

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

    /* SPでは縦線ではなく横線 */
    .about-outline__line {
        position: absolute;
        width: 322px;
        height: 0;
        top: 2930px;
        left: 33px;

        border-left: none;
        border-top: 1px solid #C8C8C8;
    }

    /* 会社概要の領域 */
    .about-outline__content {
        position: absolute;
        width: 322px;
        height: 377px;
        top: 2970px;
        left: 33px;
    }

    .about-outline__list {
        margin: 0;
        padding: 0;
    }

    .about-outline__row {
        position: absolute;
        left: 0;
        margin: 0;
    }

    .about-outline__term,
    .about-outline__desc {
        position: absolute;
        top: 0;
        margin: 0;

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

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

    .about-outline__term {
        left: 0;
    }

    .about-outline__desc {
        left: 141px;
    }

    /* 運営会社 */
    .about-outline__row--company {
        top: 0;
    }

    .about-outline__row--company .about-outline__term {
        width: 54px;
        height: 23px;
    }

    .about-outline__row--company .about-outline__desc {
        width: 104px;
        height: 23px;
    }

    /* 電話番号 */
    .about-outline__row--tel {
        top: 44px;
    }

    .about-outline__row--tel .about-outline__term {
        width: 54px;
        height: 23px;
    }

    .about-outline__row--tel .about-outline__desc {
        width: 98px;
        height: 23px;
    }

    /* メールアドレス */
    .about-outline__row--mail {
        top: 88px;
    }

    .about-outline__row--mail .about-outline__term {
        width: 95px;
        height: 23px;
    }

    .about-outline__row--mail .about-outline__desc {
        width: 169px;
        height: 23px;
    }

    /* 設立 */
    .about-outline__row--founded {
        top: 132px;
    }

    .about-outline__row--founded .about-outline__term {
        width: 27px;
        height: 23px;
    }

    .about-outline__row--founded .about-outline__desc {
        width: 67px;
        height: 23px;
    }

    /* 役員 */
    .about-outline__row--officer {
        top: 176px;
    }

    .about-outline__row--officer .about-outline__term {
        width: 27px;
        height: 23px;
    }

    .about-outline__row--officer .about-outline__desc {
        width: 129px;
        height: 23px;
    }

    /* 資本金 */
    .about-outline__row--capital {
        top: 220px;
    }

    .about-outline__row--capital .about-outline__term {
        width: 41px;
        height: 23px;
    }

    .about-outline__row--capital .about-outline__desc {
        width: 65px;
        height: 23px;
    }

    /* 主要取引銀行 */
    .about-outline__row--bank {
        top: 264px;
    }

    .about-outline__row--bank .about-outline__term {
        width: 81px;
        height: 23px;
    }

    .about-outline__row--bank .about-outline__desc {
        width: 81px;
        height: 23px;
    }

    /* 事業内容 */
    .about-outline__row--business {
        top: 308px;
    }

    .about-outline__row--business .about-outline__term {
        width: 54px;
        height: 23px;
    }

    .about-outline__row--business .about-outline__desc {
        width: 127px;
        height: 46px;

        white-space: normal;
    }
}

/* =========================
   SP About Outline Position Fix
   SP: 390px 中央寄せ
========================= */

@media (max-width: 768px) {
    /*
      PC版の
      left: 70px / left: 298px
      が残って右にずれるので、SPではここで上書きする。
    */

    .about-outline__content .about-outline__term {
        left: 0;
    }

    .about-outline__content .about-outline__desc {
        left: 141px;
    }
}

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

.sp-menu {
    display: none;
}

@media (max-width: 768px) {
    .sp-menu {
        position: fixed;
        top: 0;
        left: 0;
        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;
        -webkit-tap-highlight-color: transparent;
        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);
        }
    }
}
