body {
    --sp: 60px;
    --h1: 100px;
    --h2: 64px;
    --h3: 54px;
    --h4: 34px;
    --h5: 28px;
    --title-sp: 64px;

    background: #12151B;
}

h2,
._h2 {
    font-size: var(--h2);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

h2 span,
._h2 span {
    color: #666BFE;
}

h3,
._h3 {
    font-size: var(--h3);
    font-weight: 600;
    line-height: 1.1;
}

h4,
._h4 {
    font-size: var(--h4);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

h5,
._h5 {
    font-size: var(--h5);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.04em;
}

.header {
    border-bottom: none;
}

.header__container {
    justify-content: center;
}

.header__menu,
.header__btn {
    display: none;
}

.subtitle {
    background: linear-gradient(271deg, #FFF 51.07%, #676CFF 100.02%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.corporate-hero {
    padding: 130px 0 var(--sp);
    text-align: center;
}

.corporate-hero__title,
.corporate-hero__subtitle {
    font-weight: 600;
    letter-spacing: -0.04em;
}

.corporate-hero__title {
    line-height: 110%;
}

.corporate-hero__subtitle {
    margin-top: 24px;
    line-height: 1.2;
}

.corporate-hero__btn-wrap {
    margin: 48px auto 0;
}

.corporate-chart {
    padding: var(--sp) 0;
}

.corporate-chart__inner {
    position: relative;
}

.corporate-chart__title,
.corporate-chart__image {
    z-index: 2;
}

.corporate-chart__title {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(708 / 1220 * 100%);
}

.corporate-chart__image {
    position: relative;
    width: calc(773 / 1220 * 100%);
    aspect-ratio: 773 / 674;
    background: center/contain no-repeat;
}

.corporate-chart__ellipse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(789 / 1220 * 100%);
    aspect-ratio: 1;
    border-radius: 50%;
    filter: blur(300px);
    background: #715AFF;
}

.corporate-ai {
    position: relative;
    padding: var(--sp) 0;
    text-align: center;
}

.corporate-ai__inner {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}

.corporate-ai__subtitle {
    width: 100%;
    max-width: 600px;
    margin: 8px auto 0;
}

.corporate-ai__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: var(--title-sp);
    --card-border-color: #FFFC00;
    --card-shadow-color: rgba(255, 252, 0, 0.20);
    --card-title-color: #FFFC00;
}

.corporate-ai__items .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    min-height: 400px;
    width: calc(50% - 10px);
    padding: 64px;
    border-radius: 40px;
    border: 2px solid var(--card-border-color);
    background: rgba(173, 184, 232, 0.10);
    box-shadow: 0 4px 60px 0 var(--card-shadow-color);
}

.corporate-ai__items .item__title {
    color: var(--card-title-color);
}

.corporate-ai__btn {
    margin-top: var(--title-sp);
}


@-webkit-keyframes floating {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes floating {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    to {
        transform: translateY(0);
    }
}

@-webkit-keyframes shadow-appear {
    to {
        filter: drop-shadow(0px 30px 60px rgba(137, 96, 255, 0.5));
    }
}

@keyframes shadow-appear {
    to {
        filter: drop-shadow(0px 30px 60px rgba(137, 96, 255, 0.5));
    }
}

.corporate-why {
    padding: var(--sp) 0;
}

.corporate-why__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.corporate-why__content {
    width: 463px;
}

.corporate-why__subtitle {
    margin-top: var(--title-sp);
}

.corporate-why__company {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 32px;
}

.corporate-why__company .item {
    display: block;
    width: auto;
    height: 31px;
}

.corporate-why__image {
    position: relative;
    width: 100%;
    max-width: 697px;
}

.corporate-why__image_main {
    width: 100%;
    aspect-ratio: 564/495;
    background: center/contain no-repeat;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translate3d(0, 0, 0);
    filter: drop-shadow(0px 0px 0px rgba(137, 96, 255, 0.5));
    -webkit-animation: shadow-appear 1s ease forwards;
    animation: shadow-appear 1s ease forwards;
}

.corporate-why__image .decor {
    position: absolute;
}

.corporate-why__image .decor--medal {
    left: -50px;
    top: 0;
}

.corporate-why__image .decor--medal .decor__image {
    width: 180px;
    background: 50% / contain no-repeat;
    -webkit-animation: 3s ease-in-out 0s infinite floating;
    animation: 3s ease-in-out 0s infinite floating;
}

.corporate-why__image .decor--medal .decor__image:after {
    content: '';
    display: block;
    padding-bottom: 106.5743944637%;
}

.corporate-why__image .item {
    position: absolute;
    width: 215px;
}

.corporate-why__image .item__inner {
    text-align: center;
    background: linear-gradient(73deg, rgba(40, 37, 53, 0.95) 0%, rgba(58, 46, 110, 0.95) 100%);
    border-radius: 16px;
    padding: 20px 30px;
    border: 2px solid #574f7d;
}

.corporate-why__image .item--1 {
    bottom: 0;
    right: 91px;
}

.corporate-why__image .item--1 .item__inner {
    padding-top: 56px;
    -webkit-animation: 3s ease-in-out 1s infinite floating;
    animation: 3s ease-in-out 1s infinite floating;
}

.corporate-why__image .item--1 .item__image {
    width: 112px;
    height: 112px;
    flex-shrink: 0;
    position: absolute;
    left: 50%;
    top: -72px;
    transform: translate(-50%, 0);
    border-radius: 112px;
    border: 2px solid #f6f5f7;
    background: 50% / cover no-repeat;
}

.corporate-why__image .item__text {
    color: #f6f5f7;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    /* 150% */
    text-transform: capitalize;
}

.corporate-chart2 {
    padding: var(--sp) 0;
}

.corporate-chart2__inner {
    position: relative;
}

.corporate-chart2__title {
    position: absolute;
    top: 20%;
    right: 0;
    width: calc(584 / 1220 * 100%);
}

.corporate-chart2__image {
    position: relative;
    width: calc(815 / 1220 * 100%);
    aspect-ratio: 815 / 655;
    background: center/contain no-repeat;
}

.corporate-award {
    padding: var(--sp) 0;
}

.corporate-award__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.corporate-award__content {
    width: 100%;
    max-width: 490px;
}

.corporate-award__subtitle {
    margin-top: 8px;
}

.corporate-award__advantages {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
    max-width: 586px;
}

.corporate-award__advantages .item {
    display: flex;
    align-items: center;
    gap: 32px;
    width: 100%;
    max-width: 448px;
}

.corporate-award__advantages .item:nth-child(even) {
    margin-left: 135px;
}

.corporate-award__advantages .item__icon {
    display: block;
    flex: 0 0 90px;
    aspect-ratio: 1;
    background: center/contain no-repeat;
}

.corporate-award__inner+.corporate-award__list {
    margin-top: 80px;
}

.corporate-award__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.corporate-award__list .item {
    width: calc((100% - 60px) / 4);
    aspect-ratio: 283 / 126;
    background: center/contain no-repeat;
}

.corporate-science {
    padding: var(--sp) 0;
}

.corporate-science__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 64px;
    border-radius: 40px;
    border: 2px solid #5D4FAC;
    background: linear-gradient(90deg, rgba(41, 31, 75, 0.25) 0%, #151320 68.01%);
}

.corporate-science__content {
    width: 100%;
    max-width: 490px;
}

.corporate-science__subtitle {
    margin-top: 8px;
}

.corporate-science__btn {
    margin-top: 48px;
}

.corporate-science__image {
    transform: translate3d(0, 0, 0);
    width: 379px;
    aspect-ratio: 379 / 571;
    filter: drop-shadow(0 47.408px 237.041px 0 rgba(137, 96, 255, 0.20));
}

.corporate-science__image ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 37px;
    height: 100%;
}

.corporate-science__image li {
    position: relative;
    width: fit-content;
    padding: 7px 16px;
    background: linear-gradient(194deg, #CBB2E2 31.81%, rgba(211, 173, 245, 0.00) 124.21%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: var(--h4);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.corporate-science__image li::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 8px;
    border: 2px solid rgb(255 255 255 / 20%);
    background: linear-gradient(73deg, rgba(26, 23, 41, 0.95) 0%, rgba(26, 23, 41, 0.95) 0.01%, rgba(53, 46, 92, 0.95) 100%);
}

.corporate-science__image li:nth-child(1) {
    margin-left: -21px;
}

.corporate-science__image li:nth-child(2) {
    margin-left: 53px;
}

.corporate-science__image li:nth-child(3) {
    margin-right: -12px;
    margin-left: auto;
}

.corporate-science__image li:nth-child(4) {
    margin-left: 27px;
}

.corporate-science__image li:nth-child(5) {
    margin-left: 0;
}

.corporate-screenshot {
    padding: var(--sp) 0;
}

.corporate-screenshot__items {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

.corporate-screenshot__items .item {
    width: calc((100% - 56px) / 3);
    aspect-ratio: 395 / 855;
    border-radius: 14px;
    background: center/cover no-repeat;
    box-shadow: 0 4.016px 100.399px 0 rgba(113, 91, 255, 0.50);
}

.corporate-steps {
    padding: var(--sp) 0;
}

.corporate-steps__inner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 778px;
    padding: 64px;
    border-radius: 40px;
    border: 2px solid #5D4FAC;
    background: linear-gradient(90deg, rgba(41, 31, 75, 0.25) 0%, #151320 68.01%);
}

.corporate-steps__content {
    width: 100%;
    max-width: 490px;
}

.corporate-steps__subtitle {
    margin-top: 8px;
}

.corporate-steps__btn {
    margin-top: 48px;
}

.corporate-steps__image {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translateY(-50%);
    width: 436px;
    aspect-ratio: 436 / 434;
    background: center/contain no-repeat;
    z-index: 3;
    animation: 3s ease-in-out 1s infinite floatingStepImage;
}

@-webkit-keyframes floatingStepImage {
    0% {
        transform: translateY(-45%);
    }

    50% {
        transform: translateY(-55%);
    }

    to {
        transform: translateY(-45%);
    }
}

@keyframes floatingStepImage {
    0% {
        transform: translateY(-45%);
    }

    50% {
        transform: translateY(-55%);
    }

    to {
        transform: translateY(-45%);
    }
}

.corporate-steps__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 55%;
    background: center/cover no-repeat;
}

.corporate-place {
    padding: var(--sp) 0;
}

.corporate-place__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.corporate-place__image {
    width: calc(708 / 1240 * 100%);
    aspect-ratio: 708 / 579;
    border-radius: 40px;
}

.corporate-place__content {
    width: calc(462 / 1240 * 100%);
}

.corporate-place__icon {
    width: 80px;
    aspect-ratio: 1;
    margin-top: var(--title-sp);
    background: center/contain no-repeat;
}

#corporate-get .corporate-ai__items .item {
    --card-border-color: #4BEEB3;
    --card-shadow-color: rgba(75, 238, 179, 0.20);
    --card-title-color: #fff;
}

.corporate-result {
    padding: var(--sp) 0;
}

.corporate-result__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.corporate-result__content {
    width: 100%;
    max-width: 450px;
}

.corporate-result__subtitle {
    margin-top: 8px;
}

.corporate-result__btn {
    margin-top: 48px;
}

.corporate-result__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    max-width: 720px;
}

.corporate-result__items-col {
    display: flex;
    flex-direction: column;
    gap: 115px;
    width: calc(50% - 10px);
}

.corporate-result__items,
.corporate-result__items-col:nth-child(2) {
    padding-top: 95px;
}

.corporate-result__items .item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 41px 32px;
    min-height: 164px;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(73deg, #1A1729 0%, #1A1729 0.01%, #352E5C 100%);
    box-shadow: 0 4px 60px 0 rgba(184, 75, 238, 0.20);
    text-align: center;
}

.corporate-result__items .item__title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -80%);
    width: fit-content;
    min-width: 230px;
    padding: 24px;
}

.corporate-result__items .item__title span {
    background: linear-gradient(194deg, #CBB2E2 31.81%, rgba(211, 173, 245, 0.00) 124.21%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.corporate-result__items .item__title::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 20px;
    background: #21252F;
    z-index: -1;
}

.corporate-result__items .item__title::before {
    content: '';
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    z-index: -2;
    border-radius: 26px;
    background: linear-gradient(227deg, #fff, #ffffff00);
}

.corporate-thanks {
    padding: var(--sp) 0;
}

.corporate-thanks__inner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 64px;
    border-radius: 40px;
    border: 2px solid #5D4FAC;
    background: linear-gradient(90deg, rgba(41, 31, 75, 0.25) 0%, #151320 68.01%);
}

.corporate-thanks__content {
    flex: 0 0 495px;
}

.corporate-thanks__subtitle {
    margin-top: 8px;
}

.corporate-thanks__text {
    margin-top: var(--title-sp);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.corporate-thanks__text ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.corporate-thanks__text a:hover {
    color: #666BFE;
}

.corporate-thanks__image {
    flex: 1 1 auto;
    aspect-ratio: 620 / 507;
    background: center/contain no-repeat;
    animation: 3s ease-in-out 1s infinite floating;
}

@media (max-width: 1280px) {
    body {
        --sp: 40px;
        --h1: 60px;
        --h2: 40px;
        --h3: 36px;
        --h4: 30px;
        --h5: 24px;
    }

    .header__logo {
        margin: 0;
    }

    .header__burger {
        display: none;
    }

    .corporate-ai__items .item {
        min-height: 240px;
        padding: 40px;
    }

    .corporate-why__content {
        margin: 0 auto;
        text-align: center;
    }

    .corporate-why__company {
        justify-content: center;
    }

    .corporate-award__list .item {
        width: calc((100% - 40px) / 2);
    }

    .corporate-award__content {
        margin-bottom: var(--title-sp);
    }

    .corporate-science__content,
    .corporate-steps__content {
        max-width: 320px;
    }

    .corporate-science__inner,
    .corporate-steps__inner,
    .corporate-thanks__inner {
        padding: 30px;
    }

    .corporate-science__image {
        width: 280px;
    }

    .corporate-science__image li {
        font-size: 22px;
    }

    .corporate-steps__inner {
        min-height: 460px;
    }

    .corporate-steps__image {
        width: 270px;
    }

    .corporate-result__content {
        margin: 0 auto;
        text-align: center;
    }

    .corporate-result__items {
        max-width: none;
    }

    .corporate-thanks__content {
        flex-basis: 320px;
    }
}


@media (max-width: 760px) {
    body {
        --h1: 26px;
        --h2: 24px;
        --h3: 18px;
        --h4: 18px;
        --h5: 16px;
        --title-sp: 40px;
    }

    .corporate-hero__subtitle {
        margin-top: 15px;
    }

    .corporate-chart__ellipse {
        filter: blur(100px);
    }

    .corporate-ai__items .item {
        width: 100%;
        border-radius: 30px;
    }

    .corporate-ai__items .item__title {
        font-size: 32px;
    }

    .corporate-why__content {
        width: 100%;
    }

    .corporate-why__image .item {
        width: 170px;
    }

    .corporate-why__image .decor--medal {
        left: 0;
    }

    .corporate-why__image .decor--medal .decor__image {
        width: 100px;
    }

    .corporate-why__image .item--1 {
        right: 0;
    }

    .corporate-why__image .item--1 .item__inner {
        padding: 32px 15px 10px;
    }

    .corporate-why__image .item--1 .item__image {
        width: 72px;
        height: 72px;
        top: -48px;
    }

    .corporate-chart2__title {
        font-size: 20px;
    }

    .corporate-award__list .item {
        width: 90%;
    }

    .corporate-award__advantages {
        gap: 20px;
    }

    .corporate-award__advantages .item {
        gap: 15px;
    }

    .corporate-award__advantages .item:nth-child(even) {
        margin-left: 0;
    }

    .corporate-award__advantages .item__icon {
        flex-basis: 40px;
    }

    .corporate-award__list {
        justify-content: center;
    }

    .corporate-award__inner+.corporate-award__list {
        margin-top: 50px;
    }

    .corporate-science__inner,
    .corporate-steps__inner {
        position: relative;
        text-align: center;
        padding: 20px;
        border-radius: 30px;
    }

    .corporate-science__btn {
        margin-top: 380px;
    }

    .corporate-science__image {
        position: absolute;
        bottom: 100px;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        width: 220px;
    }

    .corporate-screenshot__items {
        justify-content: center;
    }

    .corporate-screenshot__items .item {
        width: 80%;
    }

    .corporate-steps__inner {
        align-items: flex-start;
    }

    .corporate-steps__image {
        left: 50%;
        top: auto;
        bottom: 100px;
        transform: translate(-50%, 0);
        width: 170px;
        animation: none;
    }

    .corporate-steps__btn {
        margin-top: 30px;
    }

    .corporate-steps__bg {
        top: 50%;
        left: 0;
    }

    .corporate-place__inner {
        flex-direction: column-reverse;
        text-align: center;
    }

    .corporate-place__image,
    .corporate-place__content {
        width: 100%;
    }

    .corporate-place__icon {
        display: none;
    }

    .corporate-place__image {
        margin-top: 30px;
        border-radius: 30px;
    }

    .corporate-result__btn {
        margin-top: 30px;
    }

    .corporate-result__items-col,
    .corporate-result__items {
        gap: 80px;
    }

    .corporate-result__items-col {
        width: 100%;
    }

    .corporate-result__items-col:nth-child(2) {
        padding-top: 0;
    }

    .corporate-result__items .item {
        min-height: 140px;
    }

    .corporate-result__items .item__title {
        min-width: 180px;
        padding: 15px;
    }

    .corporate-result__items .item__title span {
        font-size: 28px;
    }

    .corporate-result__items .item__title::before {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
        border-radius: 13px;
    }

    .corporate-result__items .item__title::after {
        border-radius: 11px;
    }

    .corporate-result__items .item__subtitle {
        font-size: 22px;
    }

    .corporate-thanks__content {
        flex-basis: auto;
    }

    .corporate-thanks__title,
    .corporate-thanks__subtitle {
        text-align: center;
    }

    .corporate-thanks__image {
        flex: 0 0 100%;
    }
}