@charset "utf-8";

@media screen and (min-width: 1920px) {
    /* セクション1ここから */
    #top #section_1 {
        position: relative;
        width: 100%;
        background: url(../image/top/img_5.jpg) no-repeat center center / cover;
        padding: 100px 120px;
    }

    #top #section_1 .section_1-inner {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
    }
    #top #section_1 .text-box {
        width: 100%;
        max-width: 1920px;
        padding: 0 15px;
    }
    #top #section_1 .text-box .title-main {
        font-size: 64px;
        font-weight: 900;
        line-height: 1.5em;
        letter-spacing: 0.05em;
        text-align: center;
        color: var(--mainTextColor_1);
        margin: 0 auto 60px;
    }
    #top #section_1 .text-box .title-main .flex-cover {
        display: flex;
        width: fit-content;
        margin: 0 auto;
        gap: 10px;
    }
    #top #section_1 .text-box .title-main strong {
        width: 432px;
        aspect-ratio: 432 / 90;
    }
    #top #section_1 .text-box .text {
        width: fit-content;
        font-size: 20px;
        font-weight: 400;
        line-height: 2.35em;
        letter-spacing: 0.05em;
        text-align: center;
        color: var(--mainTextColor_1);
        margin: 0 auto;
    }
    /* セクション1ここまで */

    /* セクション2ここから */
    #top #section_2 {
        position: relative;
        padding-top: 77px;
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        overflow-x: clip;
        background-color: var(--baseColor);
    }
    #top #section_2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 77px;
        background: linear-gradient(-88deg, #823c96 0%, #d3b5dc 50%);
    }
    #top #section_2::after {
        content: "";
        position: absolute;
        top: 77px;
        left: -50px;
        transform: skewX(-6.26deg);
        width: 200px;
        height: calc(100% - 77px);
        background-color: #823c96;
    }
    #top #section_2 .section_2-inner {
        display: flex;
        padding-left: 238px;
        padding-bottom: 90px;
    }
    #top #section_2 .section_2-inner .text-box {
        width: 100%;
        max-width: 786px;
        padding-top: 67px;
        padding-bottom: 71px;
        padding-right: 15px;
    }
    #top #section_2 .section_2-inner .text-box .title-main {
        font-size: 64px;
        font-weight: 900;
        line-height: 1.5em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_1);
        margin-bottom: 78px;
    }
    #top #section_2 .section_2-inner .text-box .title-main strong.main_1 {
        color: var(--mainColor_2);
    }
    #top #section_2 .section_2-inner .text-box .title-main strong.main_2 {
        color: var(--mainColor_1);
    }
    #top #section_2 .section_2-inner .text-box .text {
        width: 90%;
        font-size: 18px;
        font-weight: 400;
        line-height: 2.2em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_1);
        margin-bottom: 67px;
    }
    #top #section_2 .section_2-inner .text-box .button-cover {
        width: 90%;
    }
    #top #section_2 .section_2-inner .text-box .standard-button {
        margin: 0 auto;
    }
    #top #section_2 .section_2-inner .video-cover {
        position: relative;
        width: 894px;
        background: linear-gradient(-80deg, #823c96 0%, #d3b5dc 100%);
    }
    #top #section_2 .section_2-inner .video-cover::before {
        content: "求人情報";
        position: absolute;
        bottom: 2px;
        right: 30px;
        font-size: 128px;
        font-weight: 900;
        line-height: 1em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_2);
    }
    #top #section_2 .section_2-inner iframe {
        width: 100%;
        aspect-ratio: 16 / 9;
    }
    /* セクション2ここまで */

    /* スライドアニメーションコンテンツここから */
    #top .slide-contents {
        width: 100%;
        max-width: 1920px;
        height: 400px;
        display: flex;
        align-items: center;
        overflow-x: clip;
        margin: 0 auto;
    }
    #top .slide-contents .slide-contents-inner {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        width: fit-content;
        animation: slide-image 20s linear infinite;
    }
    #top .slide-contents .slide-contents-inner .image {
        width: fit-content;
        height: 100%;
        object-fit: cover;
    }
    /* スライドアニメーションコンテンツここまで */

    /* セクション3ここから */
    #top #section_3 {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        padding-top: 114px;
    }
    #top #section_3 .section_3-inner {
        position: relative;
        width: 100%;
        max-width: 1130px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto 60px;
    }
    #top #section_3 [class*="section_3-inner-bg_"] {
        position: absolute;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        z-index: -20;
    }
    #top #section_3 .section_3-inner-bg_1 {
        top: 35px;
        left: 50%;
        transform: translateX(-50%);
        width: 1818px;
        background-color: var(--mainColor_1);
        opacity: 0.1;
        z-index: -10;
    }
    #top #section_3 .section_3-inner-bg_2 {
        top: -240px;
        right: -390px;
        width: 547px;
        background-color: #e2e061;
        opacity: 0.1;
    }
    #top #section_3 .section_3-inner-bg_3 {
        top: 265px;
        left: calc(15px - 103px);
        transform: translateX(-100%);
        width: 344px;
        background-color: #213cb3;
        opacity: 0.1;
    }
    #top #section_3 .section_3-inner-bg_4 {
        bottom: -232px;
        right: -173px;
        width: 547px;
        background-color: #e2e061;
        opacity: 0.1;
    }
    #top #section_3 .section_3-inner-bg_5 {
        bottom: 83px;
        right: -63px;
        transform: translateX(100%);
        width: 290px;
        background-color: #213cb3;
        opacity: 0.1;
    }
    #top #section_3 .contents-title-cover {
        margin-bottom: 65px;
    }
    #top #section_3 .main-contents-cover .button-cover {
        width: fit-content;
        margin: 0 auto 35px;
    }
    #top #section_3 .scrolling-text-cover {
        position: relative;
        overflow-x: clip;
        top: 60px;
    }
    /* セクション3ここまで */

    /* セクション4ここから */
    #top #section_4 {
        width: 100%;
        max-width: 1920px;
        margin: -15px auto 0;
        padding: 64px 0 230px;
        background-color: var(--mainColor_1);
        border-radius: 50px 50px 0 0;
    }
    #top #section_4 .section_4-inner {
        width: 100%;
        max-width: 1130px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
    }
    #top #section_4 .section_4-inner .contents-title-cover {
        margin-bottom: 80px;
    }
    #top #section_4 .section_4-inner p.main-text {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.66em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_2);
        margin-bottom: 42px;
    }
    #top #section_4 .section_4-inner .work-contents-cover {
        width: 100%;
        display: flex;
        justify-content: space-between;
        background-color: var(--baseColor);
    }
    #top #section_4 .section_4-inner .work-contents-cover:not(:last-child) {
        margin-bottom: 52px;
    }
    #top #section_4 .section_4-inner .work-contents-cover.left {
        padding-right: 15px;
    }
    #top #section_4 .section_4-inner .work-contents-cover.right {
        padding-left: 15px;
    }
    #top #section_4 .section_4-inner .work-contents-cover .work-contents-inner-image {
        width: 41.4%;
        aspect-ratio: 450 / 180;
        overflow: clip;
    }
    #top #section_4 .section_4-inner .work-contents-cover.left .work-contents-inner-image {
        border-radius: 0 90px 90px 0;
    }
    #top #section_4 .section_4-inner .work-contents-cover.right .work-contents-inner-image {
        border-radius: 90px 0 0 90px;
    }
    #top #section_4 .section_4-inner .work-contents-cover .work-contents-inner-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #top #section_4 .section_4-inner .work-contents-cover .work-contents-inner-text {
        width: 54%;
        padding: 30px 0;
    }
    #top #section_4 .section_4-inner .work-contents-cover .work-contents-inner-text .title {
        font-size: 24px;
        font-weight: 700;
        line-height: 1em;
        letter-spacing: 0.05em;
        color: var(--mainColor_1);
        margin-bottom: 15px;
    }
    #top #section_4 .section_4-inner .work-contents-cover .work-contents-inner-text .text {
        font-size: 18px;
        font-weight: 400;
        line-height: 2.2em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_1);
    }
    /* セクション4ここまで */

    /* セクション5ここから */
    #top #section_5 {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        padding-top: 95px;
        padding-bottom: 150px;
        overflow-x: clip;
    }
    #top #section_5 .section_5-inner {
        width: 100%;
        max-width: 1490px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
    }
    #top #section_5 .section_5-inner-cover {
        margin-bottom: 127px;
    }
    #top #section_5 .section_5-inner-cover h3.title {
        width: fit-content;
        font-size: 186px;
        font-weight: 900;
        line-height: 1em;
        letter-spacing: 0.05em;
        margin-bottom: -85px;
        background: linear-gradient(-87deg, #213cb3 -10%, #adb4d2 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
    #top #section_5 .section_5-inner-cover-image {
        position: relative;
        z-index: -10;
        transform: translateX(178px);
        width: 1513px;
        aspect-ratio: 1513 / 481;
        margin-bottom: 29px;
    }
    #top #section_5 .section_5-inner-cover-image::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateY(100%);
        width: 100%;
        height: 29px;
        background: linear-gradient(-8deg, #213cb3 -10%, #adb4d2 100%);
    }

    #top #section_5 .section_5-inner-cover-2 .title-cover {
        position: relative;
        margin-bottom: 85px;
    }
    #top #section_5 .section_5-inner-cover-2 .ContentsTitle-wrapper {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-bottom: -50px;
    }
    #top #section_5 .section_5-inner-cover-2 .ContentsTitle-en {
        padding-bottom: 0;
    }
    #top #section_5 .section_5-inner-cover-2 .ContentsTitle-ja {
        padding: 0;
    }
    #top #section_5 .section_5-inner-cover-2 .ContentsTitle-ja::before {
        display: none;
    }
    #top #section_5 .section_5-inner-cover-2 h3.title {
        position: absolute;
        bottom: -30px;
        right: -15px;
        z-index: -10;
        width: fit-content;
        font-size: 186px;
        font-weight: 900;
        line-height: 1em;
        letter-spacing: 0.05em;
        margin-bottom: -100px;
        background: linear-gradient(-87deg, #823c96 -30%, #d3b5dc 50%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
    #top #section_5 .button-cover {
        width: fit-content;
        margin: 0 auto;
    }
    #top #section_5 .swiper {
        overflow: visible;
        margin-bottom: 130px;
        width: 100%;
        position: relative;
    }
    #top #section_5 .swiper-wrapper {
        display: flex;
        align-items: center;
    }
    #top #section_5 .swiper-slide {
        width: 1100px !important;
        max-width: 1100px;
        min-width: 1100px;
        flex-shrink: 0;
        opacity: 0.5;
        transition: opacity 0.6s ease-in-out;
    }
    #top #section_5 .swiper-slide.swiper-slide-active {
        opacity: 1;
    }
    #top #section_5 article.carousel_item {
        background-color: var(--baseColor);
        padding: 34px 60px;
        box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    #top #section_5 .carousel_item-flex_box {
        display: flex;
        gap: 33px;
    }
    #top #section_5 .carousel_item-flex_box .image_box {
        width: 500px;
        aspect-ratio: 500 / 283;
        border-radius: 10px;
        overflow: clip;
    }
    #top #section_5 .carousel_item-flex_box .contents-box {
        width: 100%;
        max-width: 547px;
        padding-top: 10px;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .title_item {
        font-size: 24px;
        font-weight: 500;
        line-height: 1em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_1);
        margin-bottom: 14px;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .flex_box {
        display: flex;
        justify-content: space-between;
        align-items: end;
        margin-bottom: 7px;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .flex_box .tag_item {
        font-size: 18px;
        font-weight: 700;
        line-height: 1em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_2);
        padding: 15px 13px;
        background-color: var(--mainColor_1);
    }
    #top #section_5 .carousel_item-flex_box .contents-box .flex_box .date_item {
        font-size: 18px;
        font-weight: 400;
        line-height: 1em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_1);
    }
    #top #section_5 .carousel_item-flex_box .contents-box .flex_box + p.text {
        font-size: 18px;
        line-height: 2.2em;
        letter-spacing: 0.05em;
        font-weight: 400;
        color: var(--mainTextColor_1);
        margin-bottom: 7px;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .button_content {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 130px;
        font-size: 18px;
        font-weight: 400;
        color: var(--mainTextColor_1);
        margin-left: auto;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .button_item {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 30px;
        aspect-ratio: 30 / 24;
        overflow: hidden;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .button_item::before,
    #top #section_5 .carousel_item-flex_box .contents-box .button_item::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        display: block;
        width: 30px;
        aspect-ratio: 30 / 24;
        background: url("../image/common/arrow-black.svg") no-repeat center center / contain;
        transition: all 0.3s 0.15s ease-out;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .button_item::after {
        transform: translate(-150%, -50%);
    }
    #top #section_5 .carousel_item-flex_box .contents-box .button_content:hover .button_item::before {
        transform: translate(100%, -50%);
    }

    #top #section_5 .carousel_item-flex_box .contents-box .button_content:hover .button_item::after {
        transform: translate(0, -50%);
    }
    /* Swiperナビゲーションボタン */
    #top #section_5 .swiper-button-next,
    #top #section_5 .swiper-button-prev {
        width: 50px;
        height: 50px;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        color: var(--mainColor) !important;
        font-size: 18px !important;
        font-weight: bold;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        z-index: 100 !important;
        margin-top: 0;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    #top #section_5 .swiper-button-next:after,
    #top #section_5 .swiper-button-prev:after {
        font-size: 18px !important;
        font-weight: bold !important;
    }

    #top #section_5 .swiper-button-next:hover,
    #top #section_5 .swiper-button-prev:hover {
        background-color: var(--mainColor);
        color: white !important;
        transform: translateY(-50%) scale(1.1) !important;
    }

    #top #section_5 .swiper-button-next {
        right: 20px !important;
    }

    #top #section_5 .swiper-button-prev {
        left: 20px !important;
    }

    /* Swiperページネーション */
    #top #section_5 .swiper-pagination {
        position: relative !important;
        margin-top: 30px;
        text-align: center;
        bottom: auto !important;
        z-index: 50 !important;
    }

    #top #section_5 .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
        background-color: #ccc !important;
        opacity: 1 !important;
        margin: 0 6px !important;
        transition: all 0.3s ease;
    }

    #top #section_5 .swiper-pagination-bullet-active {
        background-color: var(--mainColor) !important;
        transform: scale(1.2);
    }

    /* セクション5ここまで */
}

@keyframes slide-image {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
/* スライドアニメーションコンテンツここまで */

@media screen and (max-width: 1920px) {
    /* セクション1ここから */
    #top #section_1 {
        position: relative;
        width: 100%;
        background: url(../image/top/img_5.jpg) no-repeat center center / cover;
        padding: 5.2vw 6.25vw;
    }

    #top #section_1 .section_1-inner {
        width: 100%;
        max-width: 100vw;
        margin: 0 auto;
    }
    #top #section_1 .text-box {
        width: 100%;
        max-width: 100vw;
        padding: 0 0.78vw;
    }
    #top #section_1 .text-box .title-main {
        font-size: 3.33vw;
        font-weight: 900;
        line-height: 1.5em;
        letter-spacing: 0.05em;
        text-align: center;
        color: var(--mainTextColor_1);
        margin: 0 auto 3.125vw;
    }
    #top #section_1 .text-box .title-main .flex-cover {
        display: flex;
        width: fit-content;
        margin: 0 auto;
        gap: 0.52vw;
    }
    #top #section_1 .text-box .title-main strong {
        width: 22.5vw;
        aspect-ratio: 432 / 90;
    }
    /* セクション1ここまで */

    /* セクション2ここから */
    #top #section_2 {
        position: relative;
        padding-top: 4.01vw;
        width: 100%;
        max-width: 100vw;
        margin: 0 auto;
        overflow-x: clip;
        background-color: var(--baseColor);
    }
    #top #section_2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 4.01vw;
        background: linear-gradient(-88deg, #823c96 0%, #d3b5dc 50%);
    }
    #top #section_2::after {
        content: "";
        position: absolute;
        top: 4.01vw;
        left: -2.6vw;
        transform: skewX(-6.26deg);
        width: 10.42vw;
        height: calc(100% - 4.01vw);
        background-color: #823c96;
    }
    #top #section_2 .section_2-inner {
        display: flex;
        padding-left: 12.4vw;
        padding-bottom: 4.69vw;
    }
    #top #section_2 .section_2-inner .text-box {
        width: 100%;
        max-width: 40.94vw;
        padding-top: 3.49vw;
        padding-bottom: 3.7vw;
        padding-right: 0.78vw;
    }
    #top #section_2 .section_2-inner .text-box .title-main {
        font-size: 3.33vw;
        font-weight: 900;
        line-height: 1.5em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_1);
        margin-bottom: 4.06vw;
    }
    #top #section_2 .section_2-inner .text-box .title-main strong.main_1 {
        color: var(--mainColor_2);
    }
    #top #section_2 .section_2-inner .text-box .title-main strong.main_2 {
        color: var(--mainColor_1);
    }
    #top #section_2 .section_2-inner .text-box .text {
        width: 90%;
        font-size: 0.94vw;
        font-weight: 400;
        line-height: 2.2em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_1);
        margin-bottom: 3.49vw;
    }
    #top #section_2 .section_2-inner .text-box .button-cover {
        width: 90%;
    }
    #top #section_2 .section_2-inner .text-box .standard-button {
        margin: 0 auto;
    }
    #top #section_2 .section_2-inner .video-cover {
        position: relative;
        width: 60%;
        background: transparent;
    }
    @media screen and (max-width: 767px) {
        #top #section_2 .section_2-inner .video-cover {
            width: 100%;
            padding: 0 15px;
        }
    }
    #top #section_2 .section_2-inner .video-cover::before {
        content: "求人情報";
        position: absolute;
        bottom: 0.1vw;
        right: 1.56vw;
        font-size: 6.67vw;
        font-weight: 900;
        line-height: 1em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_2);
    }
    #top #section_2 .section_2-inner iframe {
        width: 100%;
        aspect-ratio: 16 / 9;
    }
    /* セクション2ここまで */

    /* スライドアニメーションコンテンツここから */
    #top .slide-contents {
        width: 100%;
        max-width: 100vw;
        height: 20.83vw;
        display: flex;
        align-items: center;
        overflow-x: clip;
        margin: 0 auto;
    }
    #top .slide-contents .slide-contents-inner {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        width: fit-content;
        animation: slide-image 20s linear infinite;
    }
    #top .slide-contents .slide-contents-inner .image {
        width: fit-content;
        height: 100%;
        object-fit: cover;
    }
    /* スライドアニメーションコンテンツここまで */

    /* セクション3ここから */
    #top #section_3 {
        width: 100%;
        max-width: 100vw;
        margin: 0 auto;
        padding-top: 5.94vw;
    }
    #top #section_3 .section_3-inner {
        position: relative;
        width: 100%;
        max-width: 58.85vw;
        padding-right: 0.78vw;
        padding-left: 0.78vw;
        margin: 0 auto 3.125vw;
    }
    #top #section_3 [class*="section_3-inner-bg_"] {
        position: absolute;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        z-index: -20;
    }
    #top #section_3 .section_3-inner-bg_1 {
        top: 1.82vw;
        left: 50%;
        transform: translateX(-50%);
        width: 94.69vw;
        background-color: var(--mainColor_1);
        opacity: 0.1;
        z-index: -10;
    }
    #top #section_3 .section_3-inner-bg_2 {
        top: -12.5vw;
        right: -20.31vw;
        width: 28.49vw;
        background-color: #e2e061;
        opacity: 0.1;
    }
    #top #section_3 .section_3-inner-bg_3 {
        top: 13.8vw;
        left: calc(0.78vw - 5.36vw);
        transform: translateX(-100%);
        width: 17.92vw;
        background-color: #213cb3;
        opacity: 0.1;
    }
    #top #section_3 .section_3-inner-bg_4 {
        bottom: -12.08vw;
        right: -9.01vw;
        width: 28.49vw;
        background-color: #e2e061;
        opacity: 0.1;
    }
    #top #section_3 .section_3-inner-bg_5 {
        bottom: 4.32vw;
        right: -3.28vw;
        transform: translateX(100%);
        width: 15.1vw;
        background-color: #213cb3;
        opacity: 0.1;
    }
    #top #section_3 .contents-title-cover {
        margin-bottom: 3.39vw;
    }
    #top #section_3 .main-contents-cover .button-cover {
        width: fit-content;
        margin: 0 auto 1.82vw;
    }
    #top #section_3 .scrolling-text-cover {
        overflow-x: clip;
    }
    /* セクション3ここまで */

    /* セクション4ここから */
    #top #section_4 {
        width: 100%;
        max-width: 100vw;
        margin: -0.78vw auto 0;
        padding: 3.33vw 0 11.98vw;
        background-color: var(--mainColor_1);
        border-radius: 2.6vw 2.6vw 0 0;
    }
    #top #section_4 .section_4-inner {
        width: 100%;
        max-width: 58.85vw;
        padding-right: 0.78vw;
        padding-left: 0.78vw;
        margin: 0 auto;
    }
    #top #section_4 .section_4-inner .contents-title-cover {
        margin-bottom: 4.17vw;
    }
    #top #section_4 .section_4-inner p.main-text {
        font-size: 1.25vw;
        font-weight: 700;
        line-height: 1.66em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_2);
        margin-bottom: 2.19vw;
    }
    #top #section_4 .section_4-inner .work-contents-cover {
        width: 100%;
        display: flex;
        justify-content: space-between;
        background-color: var(--baseColor);
    }
    #top #section_4 .section_4-inner .work-contents-cover:not(:last-child) {
        margin-bottom: 2.71vw;
    }
    #top #section_4 .section_4-inner .work-contents-cover.left {
        padding-right: 0.78vw;
    }
    #top #section_4 .section_4-inner .work-contents-cover.right {
        padding-left: 0.78vw;
    }
    #top #section_4 .section_4-inner .work-contents-cover .work-contents-inner-image {
        width: 41.4%;
        aspect-ratio: 450 / 180;
        overflow: clip;
    }
    #top #section_4 .section_4-inner .work-contents-cover.left .work-contents-inner-image {
        border-radius: 0 4.69vw 4.69vw 0;
    }
    #top #section_4 .section_4-inner .work-contents-cover.right .work-contents-inner-image {
        border-radius: 4.69vw 0 0 4.69vw;
    }
    #top #section_4 .section_4-inner .work-contents-cover .work-contents-inner-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #top #section_4 .section_4-inner .work-contents-cover .work-contents-inner-text {
        width: 54%;
        padding: 1.56vw 0;
    }
    #top #section_4 .section_4-inner .work-contents-cover .work-contents-inner-text .title {
        font-size: 1.25vw;
        font-weight: 700;
        line-height: 1em;
        letter-spacing: 0.05em;
        color: var(--mainColor_1);
        margin-bottom: 0.78vw;
    }
    #top #section_4 .section_4-inner .work-contents-cover .work-contents-inner-text .text {
        font-size: 0.94vw;
        font-weight: 400;
        line-height: 2.2em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_1);
    }
    /* セクション4ここまで */

    /* セクション5ここから */
    #top #section_5 {
        width: 100%;
        max-width: 100vw;
        margin: 0 auto;
        padding-top: 4.95vw;
        padding-bottom: 7.81vw;
        overflow-x: clip;
    }
    #top #section_5 .section_5-inner {
        width: 100%;
        max-width: 77.6vw;
        padding-right: 0.78vw;
        padding-left: 0.78vw;
        margin: 0 auto;
    }
    #top #section_5 .section_5-inner-cover {
        margin-bottom: 6.61vw;
    }
    #top #section_5 .section_5-inner-cover h3.title {
        width: fit-content;
        font-size: 9.69vw;
        font-weight: 900;
        line-height: 1em;
        letter-spacing: 0.05em;
        margin-bottom: -4.43vw;
        background: linear-gradient(-87deg, #213cb3 -10%, #adb4d2 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
    #top #section_5 .section_5-inner-cover-image {
        position: relative;
        z-index: -10;
        transform: translateX(9.27vw);
        width: 78.8vw;
        aspect-ratio: 1513 / 481;
        margin-bottom: 1.51vw;
    }
    #top #section_5 .section_5-inner-cover-image::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateY(100%);
        width: 100%;
        height: 1.51vw;
        background: linear-gradient(-8deg, #213cb3 -10%, #adb4d2 100%);
    }

    #top #section_5 .section_5-inner-cover-2 .title-cover {
        position: relative;
        margin-bottom: 4.43vw;
    }
    #top #section_5 .section_5-inner-cover-2 .ContentsTitle-wrapper {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 1.04vw;
    }
    #top #section_5 .section_5-inner-cover-2 .ContentsTitle-en {
        padding-bottom: 0;
    }
    #top #section_5 .section_5-inner-cover-2 .ContentsTitle-ja {
        padding: 0;
    }
    #top #section_5 .section_5-inner-cover-2 .ContentsTitle-ja::before {
        display: none;
    }
    #top #section_5 .section_5-inner-cover-2 h3.title {
        right: -0.78vw;
        font-size: max(9.69vw, 60px);
        margin-bottom: -5.21vw;
        background: linear-gradient(-87deg, #823c96 -30%, #d3b5dc 50%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
    #top #section_5 .button-cover {
        width: fit-content;
        margin: 0 auto;
    }
    #top #section_5 .swiper {
        overflow: visible;
        margin-bottom: 6.77vw;
        width: 100%;
        position: relative;
    }
    #top #section_5 .swiper-wrapper {
        display: flex;
        align-items: center;
    }
    #top #section_5 .swiper-slide {
        width: 57.29vw !important;
        max-width: 57.29vw;
        min-width: 57.29vw;
        flex-shrink: 0;
        opacity: 0.5;
        transition: opacity 0.6s ease-in-out;
    }
    #top #section_5 .swiper-slide.swiper-slide-active {
        opacity: 1;
    }
    #top #section_5 article.carousel_item {
        background-color: var(--baseColor);
        padding: 1.77vw 3.125vw;
        box-shadow: 0 0 0.78vw 0.26vw rgba(0, 0, 0, 0.25);
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    #top #section_5 .carousel_item-flex_box {
        display: flex;
        gap: 1.72vw;
    }
    #top #section_5 .carousel_item-flex_box .image_box {
        width: 26.04vw;
        aspect-ratio: 500 / 283;
        border-radius: 0.52vw;
        overflow: clip;
    }
    #top #section_5 .carousel_item-flex_box .contents-box {
        width: 100%;
        max-width: 28.49vw;
        padding-top: 0.52vw;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .title_item {
        font-size: 1.25vw;
        font-weight: 500;
        line-height: 1em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_1);
        margin-bottom: 0.73vw;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .flex_box {
        display: flex;
        justify-content: space-between;
        align-items: end;
        margin-bottom: 0.36vw;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .flex_box .tag_item {
        font-size: 0.94vw;
        font-weight: 700;
        line-height: 1em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_2);
        padding: 0.78vw 0.68vw;
        background-color: var(--mainColor_1);
    }
    #top #section_5 .carousel_item-flex_box .contents-box .flex_box .date_item {
        font-size: 0.94vw;
        font-weight: 400;
        line-height: 1em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_1);
    }
    #top #section_5 .carousel_item-flex_box .contents-box .flex_box + p.text {
        font-size: 0.94vw;
        line-height: 2.2em;
        letter-spacing: 0.05em;
        font-weight: 400;
        color: var(--mainTextColor_1);
        margin-bottom: 0.36vw;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .button_content {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 6.77vw;
        font-size: 0.94vw;
        font-weight: 400;
        color: var(--mainTextColor_1);
        margin-left: auto;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .button_item {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 1.56vw;
        aspect-ratio: 30 / 24;
        overflow: hidden;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .button_item::before,
    #top #section_5 .carousel_item-flex_box .contents-box .button_item::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        display: block;
        width: 1.56vw;
        aspect-ratio: 30 / 24;
        background: url("../image/common/arrow-black.svg") no-repeat center center / contain;
        transition: all 0.3s 0.15s ease-out;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .button_item::after {
        transform: translate(-150%, -50%);
    }
    #top #section_5 .carousel_item-flex_box .contents-box .button_content:hover .button_item::before {
        transform: translate(100%, -50%);
    }

    #top #section_5 .carousel_item-flex_box .contents-box .button_content:hover .button_item::after {
        transform: translate(0, -50%);
    }
    /* Swiperナビゲーションボタン */
    #top #section_5 .swiper-button-next,
    #top #section_5 .swiper-button-prev {
        width: 2.6vw;
        height: 2.6vw;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        color: var(--mainColor) !important;
        font-size: 0.94vw !important;
        font-weight: bold;
        box-shadow: 0 0.1vw 0.52vw rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        z-index: 100 !important;
        margin-top: 0;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    #top #section_5 .swiper-button-next:after,
    #top #section_5 .swiper-button-prev:after {
        font-size: 0.94vw !important;
        font-weight: bold !important;
    }

    #top #section_5 .swiper-button-next:hover,
    #top #section_5 .swiper-button-prev:hover {
        background-color: var(--mainColor);
        color: white !important;
        transform: translateY(-50%) scale(1.1) !important;
    }

    #top #section_5 .swiper-button-next {
        right: 1.04vw !important;
    }

    #top #section_5 .swiper-button-prev {
        left: 1.04vw !important;
    }

    /* Swiperページネーション */
    #top #section_5 .swiper-pagination {
        position: relative !important;
        margin-top: 1.56vw;
        text-align: center;
        bottom: auto !important;
        z-index: 50 !important;
    }

    #top #section_5 .swiper-pagination-bullet {
        width: 0.625vw !important;
        height: 0.625vw !important;
        background-color: #ccc !important;
        opacity: 1 !important;
        margin: 0 0.31vw !important;
        transition: all 0.3s ease;
    }

    #top #section_5 .swiper-pagination-bullet-active {
        background-color: var(--mainColor) !important;
        transform: scale(1.2);
    }

    /* セクション5ここまで */
}

@media screen and (max-width: 1919px) {
    /* セクション1ここから */
    #top #section_1 {
        position: relative;
        width: 100%;
        background: url(../image/top/img_5.jpg) no-repeat center center / cover;
        padding: 26.667vw 32vw;
    }

    #top #section_1 .section_1-inner {
        width: 100%;
        max-width: 512vw;
        margin: 0 auto;
    }
    #top #section_1 .text-box {
        width: 100%;
        max-width: 512vw;
        padding: 0 4vw;
    }
    #top #section_1 .text-box .title-main {
        font-size: 17.067vw;
        font-weight: 900;
        line-height: 1.5em;
        letter-spacing: 0.05em;
        text-align: center;
        color: var(--mainTextColor_1);
        margin: 0 auto 60px;
    }
    #top #section_1 .text-box .title-main .flex-cover {
        display: flex;
        width: fit-content;
        margin: 0 auto;
        gap: 2.667vw;
    }
    #top #section_1 .text-box .title-main strong {
        width: 115.2vw;
        aspect-ratio: 432 / 90;
    }
    #top #section_1 .text-box .text {
        width: fit-content;
        font-size: 5.333vw;
        font-weight: 400;
        line-height: 2.35em;
        letter-spacing: 0.05em;
        text-align: center;
        color: var(--mainTextColor_1);
        margin: 0 auto;
    }
    /* セクション1ここまで */

    /* セクション2ここから */
    #top #section_2 {
        position: relative;
        padding-top: 20.533vw;
        width: 100%;
        max-width: 512vw;
        margin: 0 auto;
        overflow-x: clip;
        background-color: var(--baseColor);
    }
    #top #section_2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 20.533vw;
        background: linear-gradient(-88deg, #823c96 0%, #d3b5dc 50%);
    }
    #top #section_2::after {
        content: "求人情報";
        position: absolute;
        width: fit-content;
        height: fit-content;
        top: 1%;
        left: initial;
        right: 0;
        font-size: max(9.5vw, 70px);
        font-weight: 900;
        line-height: 1em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_2);
        z-index: 10;
        background: transparent;
    }
    #top #section_2 .section_2-inner {
        display: flex;
        padding-left: 63.467vw;
        padding-bottom: 24vw;
    }
    #top #section_2 .section_2-inner .text-box {
        width: 100%;
        max-width: 209.6vw;
        padding-top: 17.867vw;
        padding-bottom: 18.933vw;
        padding-right: 4vw;
    }
    #top #section_2 .section_2-inner .text-box .title-main {
        font-size: 17.067vw;
        font-weight: 900;
        line-height: 1.5em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_1);
        margin-bottom: 20.8vw;
    }
    #top #section_2 .section_2-inner .text-box .title-main strong.main_1 {
        color: var(--mainColor_2);
    }
    #top #section_2 .section_2-inner .text-box .title-main strong.main_2 {
        color: var(--mainColor_1);
    }
    #top #section_2 .section_2-inner .text-box .text {
        width: 90%;
        font-size: 4.8vw;
        font-weight: 400;
        line-height: 2.2em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_1);
        margin-bottom: 17.867vw;
    }
    #top #section_2 .section_2-inner .text-box .button-cover {
        width: 90%;
    }
    #top #section_2 .section_2-inner .text-box .standard-button {
        margin: 0 auto;
    }
    #top #section_2 .section_2-inner .video-cover::before {
        content: "求人情報";
        position: absolute;
        bottom: 0.533vw;
        right: 8vw;
        font-size: 34.133vw;
        font-weight: 900;
        line-height: 1em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_2);
    }
    #top #section_2 .section_2-inner iframe {
        width: 100%;
        aspect-ratio: 16 / 9;
    }
    /* セクション2ここまで */

    /* スライドアニメーションコンテンツここから */
    #top .slide-contents {
        width: 100%;
        max-width: 512vw;
        height: 106.667vw;
        display: flex;
        align-items: center;
        overflow-x: clip;
        margin: 0 auto;
    }
    #top .slide-contents .slide-contents-inner {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        width: fit-content;
        animation: slide-image 20s linear infinite;
    }
    #top .slide-contents .slide-contents-inner .image {
        width: fit-content;
        height: 100%;
        object-fit: cover;
    }
    /* スライドアニメーションコンテンツここまで */

    /* セクション3ここから */
    #top #section_3 {
        width: 100%;
        max-width: 512vw;
        margin: 0 auto;
        padding-top: 30.4vw;
    }
    #top #section_3 .section_3-inner {
        position: relative;
        width: 100%;
        max-width: 301.333vw;
        padding-right: 4vw;
        padding-left: 4vw;
        margin: 0 auto 60px;
    }
    #top #section_3 [class*="section_3-inner-bg_"] {
        position: absolute;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        z-index: -20;
    }
    #top #section_3 .section_3-inner-bg_1 {
        top: 9.333vw;
        left: 50%;
        transform: translateX(-50%);
        width: 484.8vw;
        background-color: var(--mainColor_1);
        opacity: 0.1;
        z-index: -10;
    }
    #top #section_3 .section_3-inner-bg_2 {
        top: -64vw;
        right: -104vw;
        width: 145.867vw;
        background-color: #e2e061;
        opacity: 0.1;
    }
    #top #section_3 .section_3-inner-bg_3 {
        top: 70.667vw;
        left: calc(4vw - 27.467vw);
        transform: translateX(-100%);
        width: 91.733vw;
        background-color: #213cb3;
        opacity: 0.1;
    }
    #top #section_3 .section_3-inner-bg_4 {
        bottom: -61.867vw;
        right: -46.133vw;
        width: 145.867vw;
        background-color: #e2e061;
        opacity: 0.1;
    }
    #top #section_3 .section_3-inner-bg_5 {
        bottom: 22.133vw;
        right: -16.8vw;
        transform: translateX(100%);
        width: 77.333vw;
        background-color: #213cb3;
        opacity: 0.1;
    }
    #top #section_3 .contents-title-cover {
        margin-bottom: 17.333vw;
    }
    #top #section_3 .main-contents-cover .button-cover {
        width: fit-content;
        margin: 0 auto 35px;
    }
    #top #section_3 .scrolling-text-cover {
        overflow-x: clip;
    }
    /* セクション3ここまで */

    /* セクション4ここから */
    #top #section_4 {
        width: 100%;
        max-width: 512vw;
        margin: -15px auto 0;
        padding: 17.067vw 0 61.333vw;
        background-color: var(--mainColor_1);
        border-radius: 13.333vw 13.333vw 0 0;
    }
    #top #section_4 .section_4-inner {
        width: 100%;
        max-width: 301.333vw;
        padding-right: 4vw;
        padding-left: 4vw;
        margin: 0 auto;
    }
    #top #section_4 .section_4-inner .contents-title-cover {
        margin-bottom: 21.333vw;
    }
    #top #section_4 .section_4-inner p.main-text {
        font-size: 6.4vw;
        font-weight: 700;
        line-height: 1.66em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_2);
        margin-bottom: 11.2vw;
    }
    #top #section_4 .section_4-inner .work-contents-cover {
        width: 100%;
        display: flex;
        justify-content: space-between;
        background-color: var(--baseColor);
    }
    #top #section_4 .section_4-inner .work-contents-cover:not(:last-child) {
        margin-bottom: 13.867vw;
    }
    #top #section_4 .section_4-inner .work-contents-cover.left {
        padding-right: 4vw;
    }
    #top #section_4 .section_4-inner .work-contents-cover.right {
        padding-left: 4vw;
    }
    #top #section_4 .section_4-inner .work-contents-cover .work-contents-inner-image {
        width: 41.4%;
        aspect-ratio: 450 / 180;
        overflow: clip;
    }
    #top #section_4 .section_4-inner .work-contents-cover.left .work-contents-inner-image {
        border-radius: 0 24vw 24vw 0;
    }
    #top #section_4 .section_4-inner .work-contents-cover.right .work-contents-inner-image {
        border-radius: 24vw 0 0 24vw;
    }
    #top #section_4 .section_4-inner .work-contents-cover .work-contents-inner-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #top #section_4 .section_4-inner .work-contents-cover .work-contents-inner-text {
        width: 54%;
        padding: 8vw 0;
    }
    #top #section_4 .section_4-inner .work-contents-cover .work-contents-inner-text .title {
        font-size: 6.4vw;
        font-weight: 700;
        line-height: 1em;
        letter-spacing: 0.05em;
        color: var(--mainColor_1);
        margin-bottom: 4vw;
    }
    #top #section_4 .section_4-inner .work-contents-cover .work-contents-inner-text .text {
        font-size: 4.8vw;
        font-weight: 400;
        line-height: 2.2em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_1);
    }
    /* セクション4ここまで */

    /* セクション5ここから */
    #top #section_5 {
        width: 100%;
        max-width: 512vw;
        margin: 0 auto;
        padding-top: 25.333vw;
        padding-bottom: 40vw;
        overflow-x: clip;
    }
    #top #section_5 .section_5-inner {
        width: 100%;
        max-width: 397.333vw;
        padding-right: 4vw;
        padding-left: 4vw;
        margin: 0 auto;
    }
    #top #section_5 .section_5-inner-cover {
        margin-bottom: 33.867vw;
    }
    #top #section_5 .section_5-inner-cover h3.title {
        width: fit-content;
        font-size: 49.6vw;
        font-weight: 900;
        line-height: 1em;
        letter-spacing: 0.05em;
        margin-bottom: -22.667vw;
        background: linear-gradient(-87deg, #213cb3 -10%, #adb4d2 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
    #top #section_5 .section_5-inner-cover-image {
        position: relative;
        z-index: -10;
        transform: translateX(178px);
        width: 403.467vw;
        aspect-ratio: 1513 / 481;
        margin-bottom: 7.733vw;
    }
    #top #section_5 .section_5-inner-cover-image::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateY(100%);
        width: 100%;
        height: 7.733vw;
        background: linear-gradient(-8deg, #213cb3 -10%, #adb4d2 100%);
    }

    #top #section_5 .section_5-inner-cover-2 .title-cover {
        position: relative;
        margin-bottom: 22.667vw;
    }
    #top #section_5 .section_5-inner-cover-2 .ContentsTitle-wrapper {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 5.333vw;
    }
    #top #section_5 .section_5-inner-cover-2 .ContentsTitle-en {
        padding-bottom: 0;
    }
    #top #section_5 .section_5-inner-cover-2 .ContentsTitle-ja {
        padding: 0;
    }
    #top #section_5 .section_5-inner-cover-2 .ContentsTitle-ja::before {
        display: none;
    }
    #top #section_5 .section_5-inner-cover-2 h3.title {
        position: absolute;
        bottom: 0;
        right: -4vw;
        z-index: -10;
        width: fit-content;
        font-size: 49.6vw;
        font-weight: 900;
        line-height: 1em;
        letter-spacing: 0.05em;
        margin-bottom: -26.667vw;
        background: linear-gradient(-87deg, #823c96 -30%, #d3b5dc 50%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
    #top #section_5 .button-cover {
        width: fit-content;
        margin: 0 auto;
    }
    #top #section_5 .swiper {
        overflow: visible;
        margin-bottom: 34.667vw;
        width: 100%;
        position: relative;
    }
    #top #section_5 .swiper-wrapper {
        display: flex;
        align-items: center;
    }
    #top #section_5 .swiper-slide {
        width: 1100px !important;
        max-width: 293.333vw;
        min-width: 293.333vw;
        flex-shrink: 0;
        opacity: 0.5;
        transition: opacity 0.6s ease-in-out;
    }
    #top #section_5 .swiper-slide.swiper-slide-active {
        opacity: 1;
    }
    #top #section_5 article.carousel_item {
        background-color: var(--baseColor);
        padding: 9.067vw 16vw;
        box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    #top #section_5 .carousel_item-flex_box {
        display: flex;
        gap: 8.8vw;
    }
    #top #section_5 .carousel_item-flex_box .image_box {
        width: 133.333vw;
        aspect-ratio: 500 / 283;
        border-radius: 2.667vw;
        overflow: clip;
    }
    #top #section_5 .carousel_item-flex_box .contents-box {
        width: 100%;
        max-width: 145.867vw;
        padding-top: 2.667vw;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .title_item {
        font-size: 6.4vw;
        font-weight: 500;
        line-height: 1em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_1);
        margin-bottom: 3.733vw;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .flex_box {
        display: flex;
        justify-content: space-between;
        align-items: end;
        margin-bottom: 1.867vw;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .flex_box .tag_item {
        font-size: 4.8vw;
        font-weight: 700;
        line-height: 1em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_2);
        padding: 4vw 3.467vw;
        background-color: var(--mainColor_1);
    }
    #top #section_5 .carousel_item-flex_box .contents-box .flex_box .date_item {
        font-size: 4.8vw;
        font-weight: 400;
        line-height: 1em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_1);
    }
    #top #section_5 .carousel_item-flex_box .contents-box .flex_box + p.text {
        font-size: 4.8vw;
        line-height: 2.2em;
        letter-spacing: 0.05em;
        font-weight: 400;
        color: var(--mainTextColor_1);
        margin-bottom: 1.867vw;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .button_content {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 34.667vw;
        font-size: 4.8vw;
        font-weight: 400;
        color: var(--mainTextColor_1);
        margin-left: auto;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .button_item {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 8vw;
        aspect-ratio: 30 / 24;
        overflow: hidden;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .button_item::before,
    #top #section_5 .carousel_item-flex_box .contents-box .button_item::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        display: block;
        width: 8vw;
        aspect-ratio: 30 / 24;
        background: url("../image/common/arrow-black.svg") no-repeat center center / contain;
        transition: all 0.3s 0.15s ease-out;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .button_item::after {
        transform: translate(-150%, -50%);
    }
    #top #section_5 .carousel_item-flex_box .contents-box .button_content:hover .button_item::before {
        transform: translate(100%, -50%);
    }

    #top #section_5 .carousel_item-flex_box .contents-box .button_content:hover .button_item::after {
        transform: translate(0, -50%);
    }
    /* Swiperナビゲーションボタン */
    #top #section_5 .swiper-button-next,
    #top #section_5 .swiper-button-prev {
        width: 13.333vw;
        height: 13.333vw;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        color: var(--mainColor) !important;
        font-size: 18px !important;
        font-weight: bold;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        z-index: 100 !important;
        margin-top: 0;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    #top #section_5 .swiper-button-next:after,
    #top #section_5 .swiper-button-prev:after {
        font-size: 18px !important;
        font-weight: bold !important;
    }

    #top #section_5 .swiper-button-next:hover,
    #top #section_5 .swiper-button-prev:hover {
        background-color: var(--mainColor);
        color: white !important;
        transform: translateY(-50%) scale(1.1) !important;
    }

    #top #section_5 .swiper-button-next {
        right: 20px !important;
    }

    #top #section_5 .swiper-button-prev {
        left: 20px !important;
    }

    /* Swiperページネーション */
    #top #section_5 .swiper-pagination {
        position: relative !important;
        margin-top: 8vw;
        text-align: center;
        bottom: auto !important;
        z-index: 50 !important;
    }

    #top #section_5 .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
        background-color: #ccc !important;
        opacity: 1 !important;
        margin: 0 6px !important;
        transition: all 0.3s ease;
    }

    #top #section_5 .swiper-pagination-bullet-active {
        background-color: var(--mainColor) !important;
        transform: scale(1.2);
    }

    /* セクション5ここまで */
}

@keyframes slide-image {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
/* スライドアニメーションコンテンツここまで */

@media screen and (max-width: 1919px) {
    /* セクション1ここから */
    #top #section_1 {
        position: relative;
        width: 100%;
        background: url(../image/top/img_5.jpg) no-repeat center center / cover;
        padding: 5.2vw 6.25vw;
    }

    #top #section_1 .section_1-inner {
        width: 100%;
        max-width: 100vw;
        margin: 0 auto;
    }
    #top #section_1 .text-box {
        width: 100%;
        max-width: 100vw;
        padding: 0 0.78vw;
    }
    #top #section_1 .text-box .title-main {
        font-size: max(3.33vw, 40px);
        font-weight: 900;
        line-height: 1.5em;
        letter-spacing: 0.05em;
        text-align: center;
        color: var(--mainTextColor_1);
        margin: 0 auto 3.125vw;
    }
    #top #section_1 .text-box .title-main .flex-cover {
        display: flex;
        width: fit-content;
        margin: 0 auto;
        gap: 0.52vw;
    }
    @media screen and (max-width: 550px) {
        #top #section_1 .text-box .title-main .flex-cover {
            flex-direction: column;
            align-items: start;
        }
    }
    #top #section_1 .text-box .title-main strong {
        width: 22.5vw;
        min-width: 200px;
        aspect-ratio: 432 / 90;
    }
    #top #section_1 .text-box .text {
        width: fit-content;
        font-size: max(1.04vw, 16px);
        font-weight: 400;
        line-height: 2.35em;
        letter-spacing: 0.05em;
        text-align: center;
        color: var(--mainTextColor_1);
        margin: 0 auto;
    }
    @media screen and (max-width: 450px) {
        #top #section_1 .text-box .text .pc-only {
            display: none;
        }
    }
    /* セクション1ここまで */

    /* セクション2ここから */
    #top #section_2 {
        position: relative;
        padding-top: max(10vw, 100px);
        width: 100%;
        max-width: 100vw;
        margin: 0 auto;
        overflow-x: clip;
        background-color: var(--baseColor);
    }
    #top #section_2::before {
        height: max(10vw, 100px);
    }
    #top #section_2::after {
        display: none;
    }
    #top #section_2 .section_2-inner {
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        padding: 0 0 40px;
    }
    @media screen and (max-width: 767px) {
        #top #section_2 .section_2-inner {
            row-gap: 20px;
        }
    }
    #top #section_2 .section_2-inner .text-box {
        max-width: 80%;
        padding-top: max(3.49vw, 40px);
        padding-bottom: max(3.7vw, 40px);
        padding-right: 0;
    }
    #top #section_2 .section_2-inner .text-box .title-main {
        width: 80%;
        font-size: max(3.33vw, 40px);
        margin: 0 auto max(4.06vw, 40px);
    }
    #top #section_2 .section_2-inner .text-box .text {
        width: 80%;
        font-size: max(1.04vw, 16px);
        margin: 0 auto max(3.49vw, 40px);
    }
    @media screen and (max-width: 767px) {
        #top #section_2 .section_2-inner .text-box,
        #top #section_2 .section_2-inner .text-box .title-main,
        #top #section_2 .section_2-inner .text-box .text {
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            padding: 20px 15px;
        }
        #top #section_2 .section_2-inner .text-box .title-main,
        #top #section_2 .section_2-inner .text-box .text {
            padding: 0;
        }
        #top #section_2 .section_2-inner .text-box .text {
            margin-bottom: 20px;
        }
    }
    #top #section_2 .section_2-inner .text-box .button-cover {
        width: 100%;
    }
    #top #section_2 .section_2-inner .video-cover::before {
        display: none;
    }
    #top #section_2::after {
        display: block;
    }
    #top #section_2 .section_2-inner iframe {
        width: 100%;
        aspect-ratio: 16 / 9;
    }
    /* セクション2ここまで */

    /* スライドアニメーションコンテンツここから */
    #top .slide-contents {
        height: 20.83vw;
        min-height: 200px;
        display: flex;
        align-items: center;
        overflow-x: clip;
        margin: 0 auto;
    }
    #top .slide-contents .slide-contents-inner {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        width: fit-content;
        animation: slide-image 20s linear infinite;
    }
    #top .slide-contents .slide-contents-inner .image {
        width: fit-content;
        height: 100%;
        object-fit: cover;
    }
    /* スライドアニメーションコンテンツここまで */

    /* セクション3ここから */
    #top #section_3 {
        width: 100%;
        max-width: 100vw;
        margin: 0 auto;
        padding-top: max(5.94vw, 60px);
        overflow-x: clip;
    }
    #top #section_3 #PointContent:not(.last) {
        margin-bottom: 10%;
    }
    #top #section_3 #PointContent.last {
        margin-bottom: 80px;
    }
    #top #section_3 .section_3-inner {
        position: relative;
        width: 100%;
        max-width: 80%;
        padding-right: max(0.78vw, 10px);
        padding-left: max(0.78vw, 10px);
        margin: 0 auto 3.125vw;
    }
    @media screen and (max-width: 767px) {
        #top #section_3 .section_3-inner {
            max-width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            margin: 0 auto;
        }
    }
    #top #section_3 [class*="section_3-inner-bg_"] {
        position: absolute;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        z-index: -20;
    }
    #top #section_3 .section_3-inner-bg_1 {
        top: 1.82vw;
        left: 50%;
        transform: translateX(-50%);
        width: 94.69vw;
        background-color: var(--mainColor_1);
        opacity: 0.1;
        z-index: -10;
    }
    #top #section_3 .section_3-inner-bg_2 {
        top: -12.5vw;
        right: -20.31vw;
        width: 28.49vw;
        background-color: #e2e061;
        opacity: 0.1;
    }
    #top #section_3 .section_3-inner-bg_3 {
        top: 13.8vw;
        left: calc(0.78vw - 5.36vw);
        transform: translateX(-100%);
        width: 17.92vw;
        background-color: #213cb3;
        opacity: 0.1;
    }
    #top #section_3 .section_3-inner-bg_4 {
        bottom: -12.08vw;
        right: -9.01vw;
        width: 28.49vw;
        background-color: #e2e061;
        opacity: 0.1;
    }
    #top #section_3 .section_3-inner-bg_5 {
        bottom: 4.32vw;
        right: -3.28vw;
        transform: translateX(100%);
        width: 15.1vw;
        background-color: #213cb3;
        opacity: 0.1;
    }
    #top #section_3 .contents-title-cover {
        margin-bottom: 3.39vw;
    }
    #top #section_3 .main-contents-cover .button-cover {
        width: fit-content;
        margin: 0 auto 1.82vw;
    }
    #top #section_3 .scrolling-text-cover {
        overflow-x: clip;
        margin: -70px 0;
    }
    /* セクション3ここまで */

    /* セクション4ここから */
    #top #section_4 {
        width: 100%;
        max-width: 100vw;
        margin: -0.78vw auto 0;
        padding: 3.33vw 0 11.98vw;
        background-color: var(--mainColor_1);
        border-radius: 2.6vw 2.6vw 0 0;
    }
    @media screen and (max-width: 767px) {
        #top #section_4 {
            padding: 30px 0;
        }
    }
    #top #section_4 .section_4-inner {
        width: 100%;
        max-width: 58.85vw;
        padding-right: 0.78vw;
        padding-left: 0.78vw;
        margin: 0 auto;
    }
    @media screen and (max-width: 767px) {
        #top #section_4 .section_4-inner {
            max-width: 100%;
            padding: 20px 15px;
        }
    }
    #top #section_4 .section_4-inner .contents-title-cover {
        margin-bottom: 4.17vw;
    }
    #top #section_4 .section_4-inner p.main-text {
        font-size: max(1.25vw, 18px);
        font-weight: 700;
        line-height: 1.66em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_2);
        margin-bottom: max(2.19vw, 35px);
    }
    #top #section_4 .section_4-inner .work-contents-cover {
        width: 100%;
        display: flex;
        justify-content: space-between;
        background-color: var(--baseColor);
    }
    #top #section_4 .section_4-inner .work-contents-cover:not(:last-child) {
        margin-bottom: max(2.71vw, 30px);
    }
    #top #section_4 .section_4-inner .work-contents-cover.left {
        padding-right: 0.78vw;
    }
    @media screen and (max-width: 767px) {
        #top #section_4 .section_4-inner .work-contents-cover.left {
            padding-right: 0;
        }
    }
    #top #section_4 .section_4-inner .work-contents-cover.right {
        padding-left: 0.78vw;
    }
    @media screen and (max-width: 767px) {
        #top #section_4 .section_4-inner .work-contents-cover.right {
            padding-left: 0;
        }
    }
    #top #section_4 .section_4-inner .work-contents-cover .work-contents-inner-image {
        width: 41.4%;
        aspect-ratio: 450 / 180;
        overflow: clip;
    }
    #top #section_4 .section_4-inner .work-contents-cover.left .work-contents-inner-image {
        border-radius: 0 4.69vw 4.69vw 0;
    }
    #top #section_4 .section_4-inner .work-contents-cover.right .work-contents-inner-image {
        border-radius: 4.69vw 0 0 4.69vw;
    }
    @media screen and (max-width: 767px) {
        #top #section_4 .section_4-inner .work-contents-cover.left,
        #top #section_4 .section_4-inner .work-contents-cover.right {
            row-gap: 20px;
            padding-bottom: 15px;
        }
        #top #section_4 .section_4-inner .work-contents-cover.left {
            flex-direction: column;
            overflow: hidden;
        }
        #top #section_4 .section_4-inner .work-contents-cover.right {
            flex-direction: column-reverse;
            overflow: hidden;
        }
        #top #section_4 .section_4-inner .work-contents-cover.left .work-contents-inner-image,
        #top #section_4 .section_4-inner .work-contents-cover.right .work-contents-inner-image {
            width: 100%;
        }
    }
    #top #section_4 .section_4-inner .work-contents-cover .work-contents-inner-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #top #section_4 .section_4-inner .work-contents-cover .work-contents-inner-text {
        width: 54%;
        padding: 1.56vw 0;
    }
    #top #section_4 .section_4-inner .work-contents-cover .work-contents-inner-text .title {
        font-size: max(1.25vw, 18px);
        font-weight: 700;
        line-height: 1em;
        letter-spacing: 0.05em;
        color: var(--mainColor_1);
        margin-bottom: 0.78vw;
    }
    @media screen and (max-width: 767px) {
        #top #section_4 .section_4-inner .work-contents-cover .work-contents-inner-text {
            width: 100%;
            padding: 0 10px;
        }
    }
    #top #section_4 .section_4-inner .work-contents-cover .work-contents-inner-text .text {
        font-size: max(0.94vw, 14px);
        font-weight: 400;
        line-height: 2.2em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_1);
    }
    /* セクション4ここまで */

    /* セクション5ここから */
    #top #section_5 {
        width: 100%;
        max-width: 100vw;
        margin: 0 auto;
        padding-top: 4.95vw;
        padding-bottom: 7.81vw;
        overflow-x: clip;
    }
    #top #section_5 .section_5-inner {
        width: 100%;
        max-width: 77.6vw;
        padding-right: max(0.78vw, 15px);
        padding-left: max(0.78vw, 15px);
        margin: 0 auto;
    }
    @media screen and (max-width: 767px) {
        #top #section_5 .section_5-inner {
            max-width: 100%;
            padding-top: 10vw;
            padding-bottom: 10vw;
        }
    }
    #top #section_5 .section_5-inner-cover {
        margin-bottom: max(6.61vw, 130px);
    }
    #top #section_5 .section_5-inner-cover h3.title {
        font-size: max(9.69vw, 80px);
        margin-bottom: -4.43vw;
        background: linear-gradient(-87deg, #213cb3 -10%, #adb4d2 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
    @media screen and (max-width: 450px) {
        #top #section_5 .section_5-inner-cover h3.title {
            margin-left: -15px;
        }
    }
    #top #section_5 .section_5-inner-cover-image {
        position: relative;
        z-index: -10;
        transform: translateX(9.27vw);
        width: 78.8vw;
        aspect-ratio: 1513 / 481;
        margin-bottom: 1.51vw;
    }
    @media screen and (max-width: 767px) {
        #top #section_5 .section_5-inner-cover-image {
            transform: translateX(9.27vw);
            width: 100%;
            aspect-ratio: 1513 / 700;
            margin-bottom: max(1.51vw, 20px);
        }
        #top #section_5 .section_5-inner-cover-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    #top #section_5 .section_5-inner-cover-image::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateY(100%);
        width: 100%;
        height: max(1.51vw, 20px);
        background: linear-gradient(-8deg, #213cb3 -10%, #adb4d2 100%);
    }

    #top #section_5 .section_5-inner-cover-2 .title-cover {
        position: relative;
        margin-bottom: max(4vw, 50px);
    }
    @media screen and (max-width: 500px) {
        #top #section_5 .section_5-inner-cover-2 .title-cover {
            margin-bottom: 0;
        }
    }
    #top #section_5 .section_5-inner-cover-2 .ContentsTitle-wrapper {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 1.04vw;
    }
    #top #section_5 .section_5-inner-cover-2 .ContentsTitle-en {
        padding-bottom: 0;
    }
    #top #section_5 .section_5-inner-cover-2 .ContentsTitle-ja {
        padding: 0;
    }
    #top #section_5 .section_5-inner-cover-2 .ContentsTitle-ja::before {
        display: none;
    }
    #top #section_5 .section_5-inner-cover-2 h3.title {
        position: absolute;
        bottom: initial;
        top: 100%;
        right: -0.78vw;
        z-index: -10;
        width: fit-content;
        font-size: max(9.69vw, 80px);
        letter-spacing: 0.05em;
    }
    @media screen and (max-width: 1024px) {
        #top #section_5 .section_5-inner-cover-2 h3.title {
            bottom: initial;
            top: 140%;
        }
    }
    @media screen and (max-width: 767px) {
        #top #section_5 .section_5-inner-cover-2 h3.title {
            bottom: initial;
            top: 100%;
        }
    }
    @media screen and (max-width: 450px) {
        #top #section_5 .section_5-inner-cover-2 h3.title {
            bottom: initial;
            top: 150%;
        }
    }
    #top #section_5 .button-cover {
        width: fit-content;
        margin: 0 auto;
    }
    #top #section_5 .swiper {
        overflow: visible;
        margin-bottom: 6.77vw;
        width: 100%;
        position: relative;
    }
    #top #section_5 .swiper-wrapper {
        display: flex;
        align-items: center;
    }
    #top #section_5 .swiper-slide {
        width: 57.29vw !important;
        max-width: 57.29vw;
        min-width: 57.29vw;
        flex-shrink: 0;
        opacity: 0.5;
        transition: opacity 0.6s ease-in-out;
    }
    #top #section_5 .swiper-slide.swiper-slide-active {
        opacity: 1;
    }
    #top #section_5 article.carousel_item {
        background-color: var(--baseColor);
        padding: 1.77vw 3.125vw;
        box-shadow: 0 0 0.78vw 0.26vw rgba(0, 0, 0, 0.25);
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    #top #section_5 .carousel_item-flex_box {
        display: flex;
        gap: 1.72vw;
    }
    #top #section_5 .carousel_item-flex_box .image_box {
        width: 26.04vw;
        aspect-ratio: 500 / 283;
        border-radius: 0.52vw;
        overflow: clip;
    }
    #top #section_5 .carousel_item-flex_box .contents-box {
        width: 100%;
        max-width: 28.49vw;
        padding-top: 0.52vw;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .title_item {
        font-size: 1.25vw;
        font-weight: 500;
        line-height: 1em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_1);
        margin-bottom: 0.73vw;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .flex_box {
        display: flex;
        justify-content: space-between;
        align-items: end;
        margin-bottom: 0.36vw;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .flex_box .tag_item {
        font-size: 0.94vw;
        font-weight: 700;
        line-height: 1em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_2);
        padding: 0.78vw 0.68vw;
        background-color: var(--mainColor_1);
    }
    #top #section_5 .carousel_item-flex_box .contents-box .flex_box .date_item {
        font-size: 0.94vw;
        font-weight: 400;
        line-height: 1em;
        letter-spacing: 0.05em;
        color: var(--mainTextColor_1);
    }
    #top #section_5 .carousel_item-flex_box .contents-box .flex_box + p.text {
        font-size: 0.94vw;
        line-height: 2.2em;
        letter-spacing: 0.05em;
        font-weight: 400;
        color: var(--mainTextColor_1);
        margin-bottom: 0.36vw;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .button_content {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 6.77vw;
        font-size: 0.94vw;
        font-weight: 400;
        color: var(--mainTextColor_1);
        margin-left: auto;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .button_item {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 1.56vw;
        aspect-ratio: 30 / 24;
        overflow: hidden;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .button_item::before,
    #top #section_5 .carousel_item-flex_box .contents-box .button_item::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        display: block;
        width: 1.56vw;
        aspect-ratio: 30 / 24;
        background: url("../image/common/arrow-black.svg") no-repeat center center / contain;
        transition: all 0.3s 0.15s ease-out;
    }
    #top #section_5 .carousel_item-flex_box .contents-box .button_item::after {
        transform: translate(-150%, -50%);
    }
    #top #section_5 .carousel_item-flex_box .contents-box .button_content:hover .button_item::before {
        transform: translate(100%, -50%);
    }

    #top #section_5 .carousel_item-flex_box .contents-box .button_content:hover .button_item::after {
        transform: translate(0, -50%);
    }
    /* Swiperナビゲーションボタン */
    #top #section_5 .swiper-button-next,
    #top #section_5 .swiper-button-prev {
        width: 2.6vw;
        height: 2.6vw;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        color: var(--mainColor) !important;
        font-size: 0.94vw !important;
        font-weight: bold;
        box-shadow: 0 0.1vw 0.52vw rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        z-index: 100 !important;
        margin-top: 0;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    #top #section_5 .swiper-button-next:after,
    #top #section_5 .swiper-button-prev:after {
        font-size: 0.94vw !important;
        font-weight: bold !important;
    }

    #top #section_5 .swiper-button-next:hover,
    #top #section_5 .swiper-button-prev:hover {
        background-color: var(--mainColor);
        color: white !important;
        transform: translateY(-50%) scale(1.1) !important;
    }

    #top #section_5 .swiper-button-next {
        right: 1.04vw !important;
    }

    #top #section_5 .swiper-button-prev {
        left: 1.04vw !important;
    }
    /* Swiperページネーション */
    #top #section_5 .swiper-pagination {
        position: relative !important;
        margin-top: 1.56vw;
        text-align: center;
        bottom: auto !important;
        z-index: 50 !important;
    }

    #top #section_5 .swiper-pagination-bullet {
        width: 0.625vw !important;
        height: 0.625vw !important;
        background-color: transparent !important;
        opacity: 1 !important;
        margin: 0 0.31vw !important;
        transition: all 0.3s ease;
    }

    #top #section_5 .swiper-pagination-bullet-active {
        background-color: var(--mainColor) !important;
        transform: scale(1.2);
    }
    @media screen and (max-width: 767px) {
        #top .ContentsTitle-en {
            font-size: 40px;
            background: linear-gradient(#823C96 45%, #E2E061 45%);
            -webkit-background-clip: text;
        }
        #top #section_4 .ContentsTitle-en {
            background: linear-gradient(#fff 45%, #E2E061 45%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        #top #PointContent.right .point-contents-inner, 
        #top #PointContent.left .point-contents-inner {
            width: 90%;
        }
    }
}

#top #section_5 .section_5-inner {
    position: relative;
}
#top #section_5 .section_5-inner .jump-button {
    position: absolute;
    bottom: 50px;
    right: 0%;
    transform: translateX(180px);
    z-index: 100;
    width: fit-content;
    display: flex;
    row-gap: 18px;
    flex-direction: column;
    color: var(--baseColor);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1919px) {
    #top #section_5 .section_5-inner .jump-button {
        transform: translateX(130px);
    }
}
@media screen and (max-width: 1300px) {
    #top #section_5 .section_5-inner .jump-button {
        transform: translateX(0);
    }
}
@media screen and (max-width: 767px) {
    #top #section_5 .section_5-inner .jump-button {
        transform: translateX(-11vw);
        bottom: 31%;
    }
}
@media screen and (max-width: 500px) {
    #top #section_5 .section_5-inner .jump-button {
        bottom: 40%;
    }
}
#top #section_5 .section_5-inner .jump-button .jump-button-text {
    font-size: 27.24px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
    #top #section_5 .section_5-inner .jump-button .jump-button-text {
        font-size: max(4vw, 18px);
    }
}
#top #section_5 .section_5-inner .jump-button .jump-button-text-cover {
    display: flex;
    align-items: center;
    column-gap: 22px;
}
#top #section_5 .section_5-inner .jump-button .jump-button-text-cover h3 {
    font-size: 64px;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    #top #section_5 .section_5-inner .jump-button .jump-button-text-cover h3 {
        font-size: max(4vw, 50px);
    }
}
#top #section_5 .section_5-inner .jump-button .jump-button-text-cover .jump-button-text-arrow {
    position: relative;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: solid 2px var(--baseColor);
    display: grid;
    place-items: center;
    margin-bottom: -15px;
}
@media screen and (max-width: 767px) {
    #top #section_5 .section_5-inner .jump-button .jump-button-text-cover .jump-button-text-arrow {
        width: max(9vw, 40px);
        height: max(9vw, 40px);
        margin-bottom: -1vw;
    }
}
@media screen and (max-width: 500px) {
    #top #section_5 .section_5-inner .jump-button .jump-button-text-cover .jump-button-text-arrow {
        width: max(9vw, 40px);
        height: max(9vw, 40px);
        margin-bottom: -1vw;
    }
}
#top #section_5 .section_5-inner .jump-button .jump-button-text-cover .jump-button-text-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-70%, -50%) rotate(45deg);
    width: 13px;
    height: 13px;
    border-top: solid 2px var(--baseColor);
    border-right: solid 2px var(--baseColor);
}

@media screen and (max-width: 1919px) {
    #PointContent.button .standard-button {
        margin: 20px auto 0 !important;
    }
    .standard-button span.standard-button__text {
        font-size: 15px;
        padding-right: 40px !important;
    }
}

@media screen and (max-width: 1300px) {
    #top #section_5 .section_5-inner-cover-image img {
        filter: contrast(0.5);
    }
}

@media screen and (max-width: 767px) {
    #top #section_2 {
        padding-top: 80px;
    }
    #top #section_2::before {
        height: 80px;
    }
    #top #section_2::after {
        font-size: 70px;
    }
}