@charset "utf-8";

/* ------------------ */
/* base
/* ------------------ */
* {
    box-sizing: border-box;
}
*::before,*::after {
    box-sizing: border-box;
}
html {
    font-size: 62.5% !important;
    /* scroll-behavior: smooth; */
}
body {
    color: #0061D2;
    font-size: 1.6rem;
    overflow-x: hidden;
}
body.active {
    overflow: hidden;
}
img {
    width: 100%;
    vertical-align: bottom;
}
a {
    text-decoration: none;
    color: #0061D2;
}

.u-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

    /* ------------------ */
    /* base_sp
    /* ------------------ */
    @media screen and (max-width:1250px) {
        .u-inner {
            padding: 0 5vw;
        }
    }

/* ------------------ */
/* header
/* ------------------ */
.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}
.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logo-wrapper {
    padding-left: 20px;
}
.header__link-list {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 0 0 0 10px;
    padding: 15px 0;
}
.header__link-item {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #F5F5F5;
}
.header__link-item.first {
    margin-left: 10px;
}
.header__link-item.last {
    padding-right: 0;
    border-right: none;
}
.header__link-item > a {
    display: block;
}
.header-icon {
    height: 32px;
    width: 32px;
}



.header__wrapper-sp {
    display: none;
}

.hamburger {
    display: none !important;
}
.ham__logo-wrapper {
    display: block;
    margin-top: 100px;
    margin-bottom: 70px;
    height: unset !important;
}
.ham__nav-wrapper {
    text-align: center;
}

.ham__logo {
    width: 280px;
}
.header-icon-sp {
    width: 25px;
    height: 25px;
}
.header__link-list-sp {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 25px !important;
    margin-top: 100px !important;
}
.header__link-item-sp {
    padding: 0 !important;
}
.ham__nav-list {
    text-align: center;
    height: unset !important;
}
.ham__nav-link {
    display: inline-block;
}
.header__link-wrapper-sp {
    height: unset !important;
}

    /* ------------------ */
    /* header-sp
    /* ------------------ */
    @media screen and (max-width:1150px) {
        .header__wrapper {
            display: none;
        }
        .header__wrapper-sp {
            display: block;
        }
        .header__inner-sp {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin: 10px;
            height: 44px;
        }
        .header__logo-sp {
            width: 211px;
        }
        .hamburger {
            display: block !important;
        }

    }


/* ------------------ */
/* top__mv
/* ------------------ */
.top__mv {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 69.5%;
    /* 背景を可変にする(画像高さ/画像横幅 * 100%) */
    background-image: url(../img/top__mv-img1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}
    @media screen and (max-width:800px) {
        .top__mv {
            padding-top: 163%;
            background-image: url(../img/top__mv-img1-sp.png);
        }
    }
.top__mv-title {
    position: absolute;
    top: 60%;
    left: 5vw;
    width: 35vw;
    z-index: 5;
}
.top__mv-title-sp {
    display: none;
}
    @media screen and (max-width:800px) {
        .top__mv-title {
            display: none;
        }
        .top__mv-title-sp {
            display: block;
            position: absolute;
            bottom: 20%;
            left: 5vw;
            width: 60vw;
            z-index: 5;
        }
    }

/* ------------------ */
/* top-catch
/* ------------------ */
.top-catch {
    width: 100%;
    height: 59vw;
    position: relative;
    z-index: 1;
}

.top-catch__img1-wrapper {
    position: relative;
    z-index: 1;
    width: 64vw;
    height: 100%;
    margin: -5vh auto;
}
.top-catch__img1-bg {
    position: absolute;
    width: 100%;
}
.top-catch__img1-text1 {
    position: absolute;
    width: 48%;
    top: 26%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.top-catch__img1-text2 {
    position: absolute;
    width: 79%;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}


.top-catch__img2 {
    position: absolute;
    width: 53%;
    top: 33vw;
    left: 50%;
    transform: translateX(-50%);
}
.top-catch__img1-sp {
    display: none;
}
.top-catch__img2-sp {
    display: none;
}
    @media screen and (max-width:800px) {
        .top-catch {
            height: 175vw;
        }
        .top-catch__img1-wrapper {
            display: none;
        }
        .top-catch__img2 {
            display: none;
        }
        .top-catch__img1-sp {
            display: block;
            position: absolute;
            width: 93%;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
        }
        .top-catch__img2-sp {
            display: block;
            position: absolute;
            width: 89%;
            top: 90vw;
            left: 50%;
            transform: translateX(-50%);
        }
    }
.top-catch__bg-img1 {
    position: absolute;
    width: 85vw;
    top: 0;
    left: 0;
    z-index: -10;
}
.top-catch__bg-img1-sp {
    display: none;
}
    @media screen and (max-width:800px) {
        .top-catch__bg-img1 {
            display: none;
        }
        .top-catch__bg-img1-sp {
            display: block;
            position: absolute;
            width: 100%;
            top: -65px;
            left: 0;
            z-index: -10;
        }
    }
.top-catch__float-img1 {
    position: absolute;
    width: 56px;
    top: -7%;
    right: 3vw;
}
.top-catch__float-img1-sp {
    display: none;
}
.top-catch__float-img2 {
    position: absolute;
    width: 32px;
    top: 11%;
    right: 10vw;
}
.top-catch__float-img2-sp {
    display: none;
}
.top-catch__float-img3 {
    position: absolute;
    width: 52px;
    top: 22%;
    left: 1vw;
}
.top-catch__float-img3-sp {
    display: none;
}
.top-catch__float-img4 {
    position: absolute;
    width: 27px;
    top: 42%;
    left: 13vw;
}
.top-catch__float-img4-sp {
    display: none;
}
.top-catch__float-img5 {
    position: absolute;
    width: 38px;
    top: 66%;
    left: 5vw;
}
.top-catch__float-img5-sp {
    display: none;
}
.top-catch__float-img6 {
    position: absolute;
    width: 32px;
    top: 84%;
    right: 1vw;
}
.top-catch__float-img6-sp {
    display: none;
}

    @media screen and (max-width:800px) {
        .top-catch__float-img1,
        .top-catch__float-img2,
        .top-catch__float-img3,
        .top-catch__float-img4,
        .top-catch__float-img5,
        .top-catch__float-img6 {
            display: none;
        }
        .top-catch__float-img1-sp {
            display: block;
            position: absolute;
            width: 27px;
            top: -3%;
            right: 3vw;
        }
        .top-catch__float-img2-sp {
            display: block;
            position: absolute;
            width: 25px;
            top: -8%;
            right: 20vw;
        }
        .top-catch__float-img3-sp {
            display: block;
            position: absolute;
            width: 28px;
            top: 57%;
            left: 8vw;
        }
        .top-catch__float-img4-sp {
            display: block;
            position: absolute;
            width: 14px;
            top: 92%;
            right: 28vw;
        }
        .top-catch__float-img5-sp {
            display: block;
            position: absolute;
            width: 24px;
            top: 93%;
            left: 10vw;
        }
    }


/* ------------------ */
/* top-explantion
/* ------------------ */
.top-explantion {
    position: relative;
    z-index: 3;
    text-align: center;
    width: 100%;
}
.top-explantion > .u-inner {
    padding: 0 5vw;
}
.top-explantion__wrapper-sp {
    display: none;
}
    @media screen and (max-width:800px) {
        .top-explantion__wrapper-pc {
            display: none;
        }
        .top-explantion__wrapper-sp {
            display: block;
        }
    }
.top-explantion__title {
    /* width: 52vw; */
    height: 170px;
    width: auto;
    margin-bottom: 6.3rem;
}
.top-explantion__title-sp {
    display: none;
}
@media screen and (max-width:800px) {
    .top-explantion__title {
        display: none;
    }
    .top-explantion__title-sp {
        display: block;
        width: 95vw;
        padding: 0 5vw;
        margin-bottom: 25px;
    }
}
.top-explantion__text-list {
    margin-bottom: 78px;
    position: relative;
    z-index: -2;
}
.top-explantion__text-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
    position: relative;
    z-index: 10;
}
    .top-explantion__text-item.item2 {
        flex-direction: row-reverse;
    }

.top-explantion__img1-container,
.top-explantion__img3-container {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-25%);
    width: 216px;
    height: 100%;
    z-index: -3;
}
.top-explantion__img2-container {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-25%);
    width: 280px;
    height: 100%;
}
.top-explantion__img1-container img,
.top-explantion__img2-container img,
.top-explantion__img3-container img {
    /* display: none; */
    width: 100%;
    /* opacity: 0; */
    transition: opacity 1s ease;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.top-explantion__img1,
.top-explantion__img2,
.top-explantion__img3 {
    /* display: block; デフォルトの画像のみ表示 */
    opacity: 1;
}
.top-explantion__img1-scroll,
.top-explantion__img2-scroll,
.top-explantion__img3-scroll {
    /* display: none; 初期状態では非表示 */
    opacity: 0;
}
.top-explantion__img1-container.show-hidden .top-explantion__img1,
.top-explantion__img2-container.show-hidden .top-explantion__img2,
.top-explantion__img3-container.show-hidden .top-explantion__img3 {
    /* display: none; 2秒後にデフォルト画像を非表示 */
    opacity: 0;
}
.top-explantion__img1-container.show-hidden .top-explantion__img1-scroll,
.top-explantion__img2-container.show-hidden .top-explantion__img2-scroll,
.top-explantion__img3-container.show-hidden .top-explantion__img3-scroll {
    /* display: block; 2秒後に表示する画像を表示 */
    opacity: 1;
}

.top-explantion__text1-wrapper {
    text-align: left;
    width: 70%;
    position: relative;
    z-index: 1;
}
.top-explantion__text1-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.top-explantion__name-icon {
    width: 4px;
    padding-left: 5;
}
.name1 {
    font-size: 1.8rem;
}
.top-explantion__name-inner {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 15px;
}
.name2 {
    font-size: 2.2rem;
}
.name2 span {
    font-size: 1.8rem;
}
.name3 {
    font-size: 1.6rem;
}
.name4 span {
    font-size: 1.3rem;
}
.top-explantion__text2 {
    font-size: 2.4rem;
    background: linear-gradient(transparent 60%, #FFFF05 30%);
    display: table;
    text-wrap: nowrap;
}
    @media screen and (max-width:1000px) {
        .top-explantion__text2 {
            font-size: 1.7rem;
        }
    }
.text2-1 {
    margin-bottom: 25px;
}
.top-explantion__text3 {
    line-height: 1.4375;
    margin-bottom: 38px;
    max-width: 550px;
}
.top-explantion__text4-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .top-explantion__text4-wrapper.item2 {
        flex-direction: row-reverse;
    }
.top-explantion__text4 {
    padding: 22.5px 33px;
    color: #fff;
    background-color: #7ECEF3;
    border-radius: 10px;
    position: relative;
    line-height: 1.5;
    z-index: 1;
}
    .top-explantion__text4.item2 {
        padding: 22.5px 30px;
        margin-left: 30px;
    }
.top-explantion__text4::after {
    position: absolute;
    content: "";
    background-color: #7ECEF3;
    top: 50%;
    right: 0;
    transform: translate(50%,-50%);
    width: 52px;
    height: 33px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
    .top-explantion__text4.item2::after {
        right: unset;
        left: 0;
        transform: translate(-50%,-50%);
        width: 52px;
        height: 33px;
        clip-path: polygon(0 100%, 100% 0%, 100% 100%);
        z-index: -1;
    }
.top-explantion__img4 {
    width: 134px;
    margin-left: 20px;
}

.top-explantion__bg-img1 {
    position: absolute !important;
    width: 1500px !important;
    left: unset !important;
    right: -150px !important;
    top: unset !important;
    bottom: -240px !important;
    z-index: -2;
}
@media screen and (max-width:900px) {
    .top-explantion__bg-img1 {
        bottom: -200px !important;
    }
}
@media screen and (max-width:830px) {
    .top-explantion__bg-img1 {
        bottom: -180px !important;
    }
}

.top-explantion__bg-img3 {
    position: absolute !important;
    width: 1800px !important;
    left: -350px !important;
    top: unset !important;
    bottom: -800px !important;
    z-index: -2;
}
@media screen and (max-width:910px) {
    .top-explantion__bg-img3 {
        bottom: -750px !important;
    }
}

.top-explantion__bg-img4 {
    position: absolute !important;
    width: 2031px !important;
    left: unset !important;
    right: -600px !important;
    top: unset !important;
    bottom: -80px !important;
    z-index: -2;
}


.top-explantion__img7 {
    position: absolute;
    width: 265px;
    top: 8%;
    right: 2vw;
    z-index: 1;
}
    @media screen and (max-width:1200px) {
        .top-explantion__img7 {
            top: 4%;
            right: 0;
            width: 200px;
        }
    }
.top-explantion__img8 {
    position: absolute;
    width: 246px;
    top: 43%;
    right: 30vw;
    z-index: 1;
}
    @media screen and (min-width:1800px) {
        .top-explantion__img8 {
            top: 39%;
        }
    }
    @media screen and (max-width:1200px) {
        .top-explantion__img8 {
            top: 38%;
        }
    }
.top-explantion__img9 {
    position: absolute;
    width: 246px;
    top: 69%;
    right: 6vw;
    z-index: 1;
}
    @media screen and (max-width:1200px) {
        .top-explantion__img9 {
            top: 65%;
            right: 5vw;
        }
    }

.top__float-design-img21 {
    position: absolute;
    width: 22px;
    top: 2%;
    right: 10vw;
    z-index: -1;
}
.top__float-design-img7 {
    position: absolute;
    width: 48px;
    top: 3%;
    left: 14vw;
    z-index: -1;
}
.top__float-design-img8 {
    position: absolute;
    width: 37px;
    top: 27%;
    right: 2vw;
    z-index: -1;
}
.top__float-design-img9 {
    position: absolute;
    width: 22px;
    top: 37%;
    right: 9vw;
    z-index: -1;
}
.top__float-design-img10 {
    position: absolute;
    width: 22px;
    top: 40%;
    right: 33vw;
    z-index: -1;
}
    @media screen and (max-width:1200px) {
        .top__float-design-img10 {
            right: 25vw;
        }
    }
.top__float-design-img11 {
    position: absolute;
    width: 42px;
    top: 47%;
    right: 29vw;
    z-index: -1;
}
.top__float-design-img12 {
    position: absolute;
    width: 16px;
    top: 105%;
    right: 13vw;
    z-index: -1;
}
.top__float-design-img13 {
    position: absolute;
    width: 26px;
    top: 107%;
    right: 9vw;
    z-index: -1;
}

    @media screen and (max-width:800px) {
        .top-explantion__text1-wrapper-sp {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 10px;
            margin-bottom: 20px;
        }
        .top-explantion__name-icon-sp {
            width: 4px;
        }
        .top-explantion__text1-inner-sp {
            text-align: left;
        }
        .top-explantion__text1-inner-sp .name1 {
            font-size: 1.5rem;
        }
        .top-explantion__text1-inner-sp .name2 {
            font-size: 2rem;
        }
        .top-explantion__text1-inner-sp .name2 span {
            font-size: 1.8rem;
        }
        .top-explantion__text1-inner-sp .name3 {
            font-size: 1.6rem;
        }
        .top-explantion__text1-inner-sp .name4 {
            font-size: 1.3rem;
        }
        .top-explantion__text1-inner-sp .name4 span {
            font-size: 1.1rem;
        }
        .top-explantion__text2-wrapper-sp {
            position: relative;
            align-content: center;
            height: 215px;
            margin-bottom: 50px;
        }

        .top-explantion__bg-img1 {
            display: none;
        }
        .top-explantion__bg-img1-sp {
            position: absolute;
            z-index: -1;
            width: 355px;
            bottom: -80px;
            left: -5vw;
        }
        .top-explantion__img1-sp {
            width: 141px;
        }

        .top-explantion__img1-sp-container,
        .top-explantion__img3-sp-container {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            width: 141px;
            height: 100%;
            z-index: -3;
        }
        .top-explantion__img2-sp-container {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            width: 180px;
            height: 100%;
            z-index: -3;
        }
        .top-explantion__img1-sp-container img,
        .top-explantion__img2-sp-container img,
        .top-explantion__img3-sp-container img {
            /* display: none; */
            width: 100%;
            /* opacity: 0; */
            transition: opacity 1s ease;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
        }
        .top-explantion__img1-sp,
        .top-explantion__img2-sp,
        .top-explantion__img3-sp {
            /* display: block; デフォルトの画像のみ表示 */
            opacity: 1;
        }
        .top-explantion__img1-sp-scroll,
        .top-explantion__img2-sp-scroll,
        .top-explantion__img3-sp-scroll {
            /* display: none; 初期状態では非表示 */
            opacity: 0;
        }
        .top-explantion__img1-sp-container.show-hidden .top-explantion__img1-sp,
        .top-explantion__img2-sp-container.show-hidden .top-explantion__img2-sp,
        .top-explantion__img3-sp-container.show-hidden .top-explantion__img3-sp {
            /* display: none; 2秒後にデフォルト画像を非表示 */
            opacity: 0;
        }
        .top-explantion__img1-sp-container.show-hidden .top-explantion__img1-sp-scroll,
        .top-explantion__img2-sp-container.show-hidden .top-explantion__img2-sp-scroll,
        .top-explantion__img3-sp-container.show-hidden .top-explantion__img3-sp-scroll {
            /* display: block; 2秒後に表示する画像を表示 */
            opacity: 1;
        }

        .top-explantion__text2-inner-sp {
            display: inline-block;
            margin-left: 50%;
        }

        .top-explantion__text2-sp {
            font-size: 1.8rem;
            background: linear-gradient(transparent 60%, #FFFF05 30%);
            display: table;
        }
        .top-explantion__text3-sp {
            text-align: left;
            font-size: 1.4rem;
            line-height: 1.64;
        }
        .top-explantion__img7-1-sp-wrapper {
            position: relative;
            z-index: -1;
            /* right: -5vw;
            text-align: right; */
            display: flex;
            justify-content: space-between;
        }
        .top-explantion__img7-1-sp {
            width: 334px;
            left: -5vw;
            position: relative;
        }
        .top__float-design-img9-sp {
            position: absolute;
            width: 22px;
            bottom: 42px;
            right: 10vw;
            z-index: -1;
        }
        .top__float-design-img11-sp {
            position: absolute;
            width: 37px;
            bottom: 91px;
            right: 0;
            z-index: -1;
        }
        .top-explantion__text4-sp-wrapper {
            position: relative;
            z-index: 1;
        }
        .top-explantion__text4-sp {
            font-size: 1.4rem;
            padding: 24px 14px;
            background-color: #7ECEF3;
            color: #fff;
            border-radius: 10px;
            text-align: left;
            position: relative;
            margin-top: 30px;
            margin-bottom: 113px;
        }
        .top-explantion__text4-sp::after {
            content: "";
            position: absolute;
            bottom: -25px;
            left: 50%;
            width: 25px;
            height: 25px;
            background-color: #7ECEF3;
            clip-path: polygon(0% 0%,100% 100%,75% 0%);
        }
        .top-explantion__img4-sp {
            width: 114px;
            height: 109px;
            position: absolute;
            right: 50px;
            bottom: -85px;
        }
        .top-explantion__text2-wrapper-sp.item2 {
            position: relative;
            align-content: center;
            height: 215px;
            margin-bottom: 50px;
        }
        .top-explantion__img2-sp-wrapper {
            position: relative;
            z-index: -1;
        }
        .top-explantion__img2-sp {
            width: 140px;
        }
        .top-explantion__bg-img3-sp {
            position: absolute;
            width: 390px;
            bottom: -180px;
            right: -5vw;
            z-index: -1;
        }
        .top-explantion__bg-img4-sp {
            position: absolute;
            width: 375px;
            bottom: -10px;
            left: -5vw;
            z-index: -1;
        }
        .top-explantion__text3-inner-sp {
            display: inline-block;
            margin-right: 50%;
        }
        .top-explantion__img8-1-sp-wrapper {
            position: relative;
            z-index: -1;
            /* right: -5vw;
            text-align: right; */
            display: flex;
            justify-content: flex-end;
        }
        .top-explantion__img8-1-sp {
            width: 309px;
            right: -4vw;
            position: relative;
        }
        .top__float-design-img12-sp {
            position: absolute;
            top: 67px;
            left: 2vw;
            width: 4vw;
        }
        .top__float-design-img13-sp {
            position: absolute;
            top: 84px;
            left: 14vw;
            width: 6vw;
        }
        .top-explantion__text4-sp.item2::after {
            content: "";
            position: absolute;
            bottom: -25px;
            left: 50%;
            width: 25px;
            height: 25px;
            background-color: #7ECEF3;
            clip-path: polygon(25% 0%,0% 100%,100% 0%);
        }
        .top-explantion__img5-sp {
            width: 111px;
            position: absolute;
            bottom: -75px;
            left: 110px;
        }
        .top-explantion__img1-sp-wrapper.item3 {
            margin-left: -5vw;
        }
        .top-explantion__text2-wrapper-sp.item3 {
            gap: 0;
        }
        .top-explantion__bg-img1-sp.item3 {
            bottom: -35%;
        }
        .top-explantion__text2-inner-sp.item3 {
            text-wrap: nowrap;
            margin-left: 43%;
        }
        .top-explantion__img9-1-sp-wrapper {
            position: relative;
            z-index: -1;
            /* right: -5vw;
            text-align: right; */
            display: flex;
            justify-content: space-between;
        }
        .top-explantion__img9-1-sp {
            width: 334px;
            left: -5vw;
            position: relative;
        }

        .top-explantion__img6-sp {
            width: 123px;
            height: 113px;
            position: absolute;
            right: 30px;
            bottom: -80px;
        }


        .top-explantion__img7,
        .top-explantion__img8,
        .top-explantion__img9,
        .top__float-design-img7,
        .top__float-design-img8,
        .top__float-design-img9,
        .top__float-design-img10,
        .top__float-design-img11,
        .top__float-design-img12,
        .top__float-design-img13,
        .top__float-design-img21,
        .top-explantion__bg-img3,
        .top-explantion__bg-img4 {
            display: none;
        }
    }

/* ------------------ */
/* top-voice
/* ------------------ */
.top-voice {
    position: relative;
    z-index: 3;
}
.top-voice__title-img1 {
    width: auto;
    height: 170px;
    margin-top: 300px;
    margin-bottom: 43px;
}
.top-voice__title-img1-sp {
    display: none;
}
    @media screen and (max-width:800px) {
        .top-voice__title-img1 {
            display: none;
        }
        .top-voice__title-img1-sp {
            display: block;
            margin-top: 250px;
            margin-bottom: 43px;
        }
    }
.top-voice__item-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 46px;
    position: relative;
    margin-bottom: 136px;
}
    .top-voice__item-wrapper.no2 {
        flex-direction: row-reverse;
    }

    @media screen and (max-width:1200px) {
        .top-voice__item-wrapper {
            display: block;
        }
    }
    @media screen and (max-width:800px) {
        .top-voice__item-wrapper {
            margin-bottom: 56px;
        }
    }

.top-voice__img {
    width: 450px;
    border-radius: 11px;
    margin-left: 3vw;
}
    @media screen and (max-width:800px) {
        .top-voice__img {
            width: 100%;
            margin-left: 0;
        }
    }
.top-voice__img.no2 {
    margin-left: 0;
    margin-right: 3vw;
}
    @media screen and (max-width:1200px) {
        .top-voice__img {
            height: 226px;
            object-fit: cover;
            object-position: 50% 20%;
            margin-left: 0;
            margin-bottom: 80px;
        }
        .top-voice__img.no2 {
            margin-right: 0;
        }
    }
    @media screen and (max-width:800px) {
        .top-voice__img {
            margin-bottom: 85px;
        }
    }
.top-voice__img-wrapper {
    position: relative;
}
.top-voice__img-inner-text1 {
    position: absolute;
    width: 450px;
    bottom: -13px;
    left: 0;
}
.top-voice__img-inner-text1-sp {
    display: none;
}
.top-voice__img-inner-text2 {
    position: absolute;
    width: 500px;
    bottom: -13px;
    left: -40px;
}
.top-voice__img-inner-text2-sp {
    display: none;
}



    @media screen and (max-width:1200px) {
        .top-voice__img-inner-text1 {
            left: calc(50% - 13px);
            transform: translateX(-50%);
            bottom: 62px;
        }
        .top-voice__img-inner-text2 {
            left: calc(50% - 13px);
            transform: translateX(-50%);
            bottom: 62px;
        }
    }
    @media screen and (max-width:800px) {
        .top-voice__img-inner-text1 {
            left: 50%;
            transform: translateX(-50%);
            bottom: 23px;
        }
        .top-voice__img-inner-text2 {
            left: 50%;
            transform: translateX(-50%);
            bottom: 23px;
        }
    }
    @media screen and (max-width:550px) {
        .top-voice__img-inner-text1 {
            display: none;
        }
        .top-voice__img-inner-text1-sp {
            display: block;
            width: calc(100% - 10vw);
            bottom: 50px;
            left: 0;
            position: absolute;
        }
        .top-voice__img-inner-text2 {
            display: none;
        }
        .top-voice__img-inner-text2-sp {
            display: block;
            width: calc(100% - 10vw);
            bottom: 50px;
            left: 0;
            position: absolute;
        }
    }

.top-voice__text-wrapper {
    text-align: left;
}
.top-voice__name-title {
    font-size: 1.6rem;
    margin-bottom: 3px;
}
.top-voice__name {
    font-size: 2.4rem;
    /* margin-bottom: 36px; */
}
.top-voice__name > span {
    font-size: 1.7rem;
}
.top-voice__school {
    font-size: 1.4rem;
    margin-bottom: 36px;
}
.top-voice__text-title {
    font-size: 2rem;
    margin-bottom: 24px;
}
.top-voice__text {
    font-size: 1.6rem;
    line-height: 1.5;
}
.top-voice__text.q1 {
    margin-bottom: 33px;
}

    @media screen and (max-width:800px) {
        .top-voice__name {
            font-size: 2.1rem;
            /* margin-bottom: 27px; */
        }
        .top-voice__name > span {
            font-size: 1.4rem;
        }
        .top-voice__school {
            margin-bottom: 27px;
            font-size: 1.2rem;
        }
        .top-voice__text.q1 {
            margin-bottom: 27px;
        }
        .top-voice__text {
            line-height: 1.71;
            font-size: 1.4rem;
        }
    }

.top-voice__bg-img1 {
    position: absolute;
    /* width: 121vw; */
    height: 115%;
    top: -1%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -10;
}
.top-voice__bg-img1-sp {
    display: none;
}
    @media screen and (max-width:1200px) {
        .top-voice__bg-img1 {
            height: 115%;
        }
    }
    @media screen and (max-width:800px) {
        .top-voice__bg-img1 {
            display: none;
        }
        .top-voice__bg-img1-sp {
            display: block;
            position: absolute;
            height: 116%;
            top: -6%;
            left: 50%;
            transform: translateX(-50%);
            z-index: -10;
        }

    }
.top-voice__bg-img2 {
    position: absolute;
    width: 56vw;
    top: 100%;
    right: 0;
    z-index: -9;
}
    @media screen and (max-width:1200px) {
        .top-voice__bg-img2 {
            top: 98%;
        }
    }
    @media screen and (max-width:800px) {
        .top-voice__bg-img2 {
            width: 345px;
            top: 90%;
        }
    }
.top-voice__img1 {
    position: absolute;
    top: 4%;
    left: 20vw;
    width: 122px;
}
.top-voice__img1-sp {
    display: none;
}
    @media screen and (max-width:800px) {
        .top-voice__img1 {
            display: none;
        }
        .top-voice__img1-sp {
            display: block;
            position: absolute;
            top: -8%;
            left: 5vw;
            width: 82px;
        }
    }
.top-voice__img4 {
    position: absolute;
    top: 20%;
    right: 5vw;
    width: 133px;
}
@media screen and (max-width:800px) {
    .top-voice__img4 {
        display: none;
    }
}
.top-voice__img5 {
    position: absolute;
    top: 97%;
    right: 5vw;
    width: 450px;
}
    @media screen and (max-width:1200px) {
        .top-voice__img5 {
            top: 101%;
        }
    }
    @media screen and (max-width:800px) {
        .top-voice__img5 {
            width: 250px;
            top: 105%;
            right: 0;
        }
    }

/* ------------------ */
/* top-carrer-path
/* ------------------ */
.top-carrer {
    position: relative;
    z-index: 5;
    margin-top: 300px;
}
    @media screen and (max-width:1200px) {
        .top-carrer {
            margin-top: 280px;
        }
    }
.top-career-path__title-img1 {
    width: auto;
    height: 170px;
    margin-bottom: 33px;
}
.top-career-path__title-img1-sp {
    display: none;
}
    @media screen and (max-width:800px) {
        .top-career-path__title-img1 {
            display: none;
        }
        .top-career-path__title-img1-sp {
            display: block;
            width: 100%;
            margin-bottom: 3px;
        }
    }
.top-career__sub-title {
    font-size: 2rem;
    margin-bottom: 84px;
}
.top-career__br800 {
    display: none;
}
@media screen and (max-width:800px) {
    .top-career__br800 {
        display: block;
    }
}
.top-career__list-wrapper {
    margin: 0 auto;
    padding: 46px 78px;
    text-align: left;
    width: 700px;
    background-color: #fff;
    border-radius: 10px;
}
    @media screen and (max-width:800px) {
        .top-career__list-wrapper {
            padding: 30px;
            width: unset;
        }
    }
.top-career__list-title {
    font-size: 3.2rem;
    margin-bottom: 30px;
    margin-left: 13px;
}
    @media screen and (max-width:800px) {
        .top-career__list-title {
            font-size: 2.6rem;
            margin-bottom: 15px;
        }
    }
.top-career__list {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.top-career__list-sp {
    display: none;
}
    @media screen and (max-width:800px) {
        .top-career__list {
            display: none;
        }
        .top-career__list-sp {
            display: block;
            position: relative;
        }
        .top-career__item {
            margin-bottom: 10px;
        }
        .top-career__item.last {
            margin-bottom: 0;
        }
    }
.top-career__item::before {
    content: "◆";
    color: #FFFF05;
}
.top-career__ex {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1.2rem;
    z-index: 10;
}
    @media screen and (max-width:800px) {
        .top-career__ex {
            bottom: 0;
            right: unset;
            left: 30%;
        }
    }

.top-career-path__img1 {
    position: absolute;
    width: 336px;
    top: -44%;
    left: 0;
    z-index: -1;
}
    @media screen and (max-width:1200px) {
        .top-career-path__img1 {
            width: 224px;
            top: -30%;
        }
    }
    @media screen and (max-width:800px) {
        .top-career-path__img1 {
            width: 117px;
            top: -12%;
        }
    }
.top-career-path__img2 {
    position: absolute;
    width: 374px;
    top: 26%;
    left: 2vw;
    z-index: 1;
}
    @media screen and (max-width:1200px) {
        .top-career-path__img2 {
            width: 250px;
            top: 19%;
            left: 1vw;
            z-index: -1;
        }
    }
    @media screen and (max-width:800px) {
        .top-career-path__img2 {
            width: 162px;
            top: 29%;
            left: 1vw;
            z-index: -1;
        }
    }
.top-career-path__img3 {
    position: absolute;
    width: 612px;
    top: 52%;
    right: 0;
    z-index: -1;
}
    @media screen and (max-width:1200px) {
        .top-career-path__img3 {
            top: 80%;
            width: 408px;
        }
    }
    @media screen and (max-width:800px) {
        .top-career-path__img3 {
            top: 94%;
            width: 216px;
        }
    }

.top-career-path__img4 {
    position: absolute;
    width: 535px;
    top: 81%;
    left: 0;
    z-index: -1;
}
    @media screen and (max-width:1200px) {
        .top-career-path__img4 {
            top: 90%;
            width: 357px;
        }
    }
    @media screen and (max-width:800px) {
        .top-career-path__img4 {
            top: 96%;
            width: 174px;
        }
    }
.top-career-path__img5 {
    position: absolute;
    width: 365px;
    top: 135%;
    right: 0;
    z-index: -1;
}
    @media screen and (max-width:1200px) {
        .top-career-path__img5 {
            top: 150%;
            width: 243px;
            z-index: 1;
        }
    }
    @media screen and (max-width:800px) {
        .top-career-path__img5 {
            top: 60%;
            width: 149px;
            z-index: 1;
        }
    }

.top__float-design-img14 {
    position: absolute;
    width: 3vw;
    top: 12%;
    right: 3vw;
}
    @media screen and (max-width:800px) {
        .top__float-design-img14 {
            width: 27px;
            top: 4%;
        }
    }
.top__float-design-img15 {
    position: absolute;
    width: 2vw;
    top: 29%;
    right: 12vw;
}
    @media screen and (max-width:800px) {
        .top__float-design-img15 {
            width: 16px;
            top: 7%;
        }
    }


/* ------------------ */
/* top-movie
/* ------------------ */
.top-movie {
    position: relative;
    z-index: 1;
    margin-top: 213px;
}
.top-movie__title-img1 {
    width: auto;
    height: 170px;
    margin-bottom: 51px;
}
.top-movie__title-img1-sp {
    display: none;
}
.top-movie__text {
    font-size: 2rem;
    line-height: 1.75;
    margin-bottom: 116px;
}
.top-movie__movie-wrapper {
    border-radius: 10px;
    /* width: 74vw; */
    margin: 0 auto;
    position: relative;
}
.top-movie__movie {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    /* height: 566px;
    background-image: url("../img/top-movie__movie.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px; */
}
.top-movie__movie > iframe {
    position: relative;
    z-index: 2;
    aspect-ratio: 560 / 315;
    width: 100%;
    height: auto;
}
/* .top-movie__movie-sp {
    display: none;
} */
/* .top-movie__movie::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.2;
    border-radius: 10px;
} */
.top-movie__movie-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 13vw;
}
.top-movie__movie-play-sp {
    display: none;
}
.movie-title {
    width: 236px;
    margin: 110px 0 25px;
}

.top-movie__bg-img1 {
    position: absolute;
    width: 88vw;
    height: 161%;
    top: -59%;
    right: 0;
    z-index: -1;
}
.top-movie__bg-img1-sp {
    display: none;
}
.top-movie__bg-img2 {
    position: absolute;
    width: 27vw;
    top: 24%;
    left: 0;
    z-index: -1;
}
.top-movie__bg-img2-sp {
    display: none;
}
.top-movie__bg-img3 {
    position: absolute;
    width: 85vw;
    top: 76%;
    left: 0;
    z-index: -1;
}
.top-movie__bg-img3-sp {
    display: none;
}

.top__float-design-img16 {
    position: absolute;
    width: 5vw;
    top: 55%;
    left: 5vw;
}
.top__float-design-img17 {
    position: absolute;
    width: 3vw;
    top: 66%;
    left: 10vw;
    z-index: -1;
}
.top__float-design-img18 {
    position: absolute;
    width: 3vw;
    top: 77%;
    right: 2vw;
    z-index: -1;
}
.top__float-design-img19 {
    position: absolute;
    width: 4vw;
    top: 88%;
    right: 4vw;
    z-index: -1;
}
.top__float-design-img16-sp,
.top__float-design-img17-sp,
.top__float-design-img18-sp,
.top__float-design-img19-sp {
    display: none;
}
.top-movie__br-sp800 {
    display: none;
}

    @media screen and (max-width:800px) {
        .top-movie {
            margin-top: 130px;
        }
        .top-movie__title-img1 {
            display: none;
        }
        .top-movie__title-img1-sp {
            display: block;
            width: 176px;
            margin-bottom: 20px;
            margin: 0 auto;
        }
        .top-movie__text {
            font-size: 2rem;
            line-height: 1.2;
            margin-bottom: 50px;
        }
        .top-movie__br-sp800 {
            display: block;
        }
        /* .top-movie__movie {
            display: none;
        } */
        /* .top-movie__movie {
            height: 240px;
        } */
        /* .top-movie__movie-sp::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #000;
            opacity: 0.2;
            border-radius: 10px;
        } */
        /* .top-movie__movie-play {
            display: none;
        }
        .top-movie__movie-play-sp {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 128px;
        } */

        .top-movie__bg-img1 {
            display: none;
        }
        .top-movie__bg-img1-sp {
            display: block;
            position: absolute;
            width: 100%;
            height: 230%;
            top: -130%;
            right: 0;
            z-index: -1;
        }
        .top-movie__bg-img2 {
            display: none;
        }
        /* .top-movie__bg-img2-sp {
            display: block;
            position: absolute;
            width: 186px;
            top: 14%;
            left: 0;
            z-index: 1;
        } */
        .top-movie__bg-img3 {
            display: none;
        }
        /* .top-movie__bg-img3-sp {
            display: block;
            position: absolute;
            width: 375px;
            top: 88%;
            left: 0;
            z-index: 1;
        } */
        .top__float-design-img16,
        .top__float-design-img17,
        .top__float-design-img18,
        .top__float-design-img19 {
            display: none;
        }

        /* .top__float-design-img16-sp {
            display: block;
            position: absolute;
            width: 31px;
            top: 102%;
            left: 11vw;
            z-index: 20;
        }
        .top__float-design-img17-sp {
            display: block;
            position: absolute;
            width: 17px;
            top: 110%;
            left: 20vw;
            z-index: 20;
        }
        .top__float-design-img18-sp {
            display: block;
            position: absolute;
            width: 15px;
            top: 16%;
            right: 2vw;
            z-index: 20;
        }
        .top__float-design-img19-sp {
            display: block;
            position: absolute;
            width: 24px;
            top: 23%;
            right: 7vw;
            z-index: 20;
        } */
    }

/* ------------------ */
/* top-events
/* ------------------ */
.top-events {
    position: relative;
    z-index: 0;
    margin-top: 380px;
}
.top-events__jp-title-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 15px;
}
    @media screen and (max-width:1200px) {
        .top-events__jp-title-wrapper {
            display: block;
            text-align: left;
        }
    }
.top-events__jp-title.title1 {
    font-size: 2.4rem;
    margin-right: 90px;
}
    @media screen and (max-width:1200px) {
        .top-events__jp-title.title1 {
            margin-right: 0;
        }
    }
.top-events__en-title-wrapper {
    margin-bottom: 30px;
}
.top-events__en-title-wrapper-sp {
    display: none;
}
.top-events__img2-sp {
    display: none;
}
.top-events__u-inner-wrapper {
    background-color: #fff;
}
.top-events__events-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    @media screen and (max-width:1051px) {
        .top-events__events-wrapper {
            display: block;
        }
    }

.top-events__item-wrapper {
    margin: 24px 0;
    padding: 0 30px;
    border-right: 1px solid #0061D2;
}
.top-events__item-wrapper.first {
    border-left: 1px solid #0061D2;
}
.top-events__item-wrapper.last {
    border-right: 0;
}
.top-events__item-wrapper > img {
    max-width: 290px;
}

    @media screen and (max-width:1051px) {
        .top-events__item-wrapper {
            border: none;
            margin: 0 auto 30px;
        }
        .top-events__item-wrapper.first {
            border: none;
            padding-top: 30px;
        }
    }

.top-events__date-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-events__7-7 {
    width: 82px;
}
.top-events__7-21 {
    width: 135px;
}
.top-events__8-4 {
    width: 88px;
}
.top-events__8-18 {
    width: 135px;
}
.top-events__sun {
    width: 10px;
    margin-left: 20px;
}
.top-events__item-title {
    text-wrap: nowrap;
}

.link-button {
    width: 140px;
    margin: 24px 0;
    padding-left: 30px;
}

.top-events__br-sp800 {
    display: none;
}

    @media screen and (max-width:1051px) {
        .top-events__item-wrapper {
            width: 50%;
        }
        .top-events__item-wrapper.item2 {
            border-right: 0;
        }
        .link-button {
            margin: 10px 90px 24px;
        }
    }
        @media screen and (max-width:500px) {
            .top-events__item-wrapper {
                width: 100%;
            }
            .top-events__7-7 {
                width: unset;
                height: 48px;
            }
            .top-events__7-21 {
                width: unset;
                height: 48px;
            }
            .top-events__8-4 {
                width: unset;
                height: 48px;
            }
            .top-events__8-18 {
                width: unset;
                height: 48px;
            }
            .top-events__sun {
                width: unset;
                height: 48px;
            }
            .top-events__item-title {
                font-size: 0.9rem;
            }
        }

.page-top-link {
    position: absolute;
    bottom: -28%;
    right: calc((100% - 1200px) / 2);
    transform: translateX(50%);
    z-index: 10;
}
.page-top-button {
    width: 92px;
    display: inline-block;
}
@media screen and (max-width:1300px) {
    .page-top-link {
        bottom: -28%;
        right: 10vw;
    }
    .page-top-button {
        width: 45px;
        margin-bottom: 40px;
    }
}


.top-events__img1 {
    position: absolute;
    top: -35%;
    right: 10vw;
    z-index: 10;
    width: 227px;
}
.top-events__img4 {
    position: absolute;
    bottom: -35%;
    left: 10vw;
    z-index: 10;
    width: 146px;
}
.top-events__bg-img1 {
    position: absolute;
    height: 155%;
    top: -23%;
    left: 0;
    right: 0;
    z-index: -1;
}
.top-events__bg-img1-sp {
    display: none;
}

@media screen and (max-width:800px) {
    .top-events {
        margin-top: 30%;
    }
    .top-events__en-title-wrapper {
        display: none;
    }
    .top-events__en-title-wrapper-sp {
        height: 217px;
        display: block;
        margin-bottom: 20px;
        text-align: left;
    }
    .top-events__en-title-sp {
        height: 217px;
        width: auto;
        
    }
    .top-events__img2 {
        display: none;
    }
    .top-events__img2-sp {
        display: block;
    }
    .top-events__jp-title.title1 {
        font-size: 2rem;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .top-events__jp-title.title2 {
        font-size: 1.4rem;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .page-top-link {
        width: 70px;
        bottom: -20%;
        right: 20vw;
    }
    .top-events__img1 {
        width: 139px;
        right: 5vw;
        top: -12%;
    }
    .top-events__img4 {
        width: 88px;
        left: 5vw;
        bottom: -20%;
    }
    .top-events__bg-img1 {
        display: none;
    }
    .top-events__bg-img1-sp {
        display: block;
        position: absolute;
        width: 100%;
        height: 135%;
        top: -15%;
        left: 0;
        right: 0;
        z-index: -1;
    }
    .top-events__br-sp800 {
        display: block;
    }
}


/* ------------------ */
/* footer
/* ------------------ */
.footer {
    padding-top: 350px;
    padding-bottom: 125px;
}
.footer__logo {
    width: 485px;
}
.footer__link-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 80px;
}
.footer__br-sp500 {
    display: none;
}
    @media screen and (max-width:1300px) {
        .footer__link-wrapper {
            flex-wrap: wrap;
        }
        .footer__link-wrapper > a {
            width: 50%;
            margin: 50px 0;
        }
    }
    @media screen and (max-width:800px) {
        .footer {
            padding-top: 280px;
        }
    }
    @media screen and (max-width:600px) {
        .footer__logo {
            width: 300px;
        }
        .footer__link-wrapper > a {
            width: 100%;
            margin: 30px 0;
        }
    }
    @media screen and (max-width:500px) {
        .footer__br-sp500 {
            display: block;
        }
    }