/* ===================== */
/* section */
/* ===================== */
.section._gallery > .section-inner {
    max-width: 700px;
}

.section._about {
    position: relative;
    max-width: 100%;
    margin-top: 24px;
    background-repeat: no-repeat;
}

.section._about > .section-inner {
    padding: 60px 0 80px;
}

.section._about > .section-inner:has(> .p-blogParts) {
    padding: 0 0 80px;
}

.section._worries {
    position: relative;
}

.uq-top-worries-line {
    width: 100%;
    height: 55px;
    background-image: url('../../assets/img/top/bg/img_worries_line.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: none !important;
}

.uq-top-infiniteSlider-container {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section._about::before,
.section._about::after,
.uq-top-infiniteSlider-container::before,
.uq-top-infiniteSlider-container::after {
    position: absolute;
    content: "";
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
}

.section._about::before {
    background-image: url('../../assets/img/top/bg/img_fv_person01.svg');
    right: -56%;
    left: 0;
    margin: auto;
    top: 50%;
    width: 170px;
    height: 250px;
    z-index: -1;
}

.section._about::after {
    background-image: url('../../assets/img/top/bg/img_fv_person04.svg');
    right: 0;
    margin: auto;
    left: -70%;
    bottom: -8%;
    width: 144px;
    height: 250px;
}

.uq-top-infiniteSlider-container::before {
    background-image: url('../../assets/img/top/bg/img_fv_person02.svg');
    right: 13%;
    top: 6%;
    width: 95px;
    height: 253px;
}

.uq-top-infiniteSlider-container::after {
    background-image: url('../../assets/img/top/bg/img_fv_person03.svg');
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 200px;
    height: 255px;
}

.uq-top-infiniteSlider-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.uq-top-infiniteSlider-wrapper {
    display: flex;
    animation: slide-flow 50s infinite linear 1s both;
}

.uq-top-infiniteSlider-wrapper > img {
    border: none;
}

.uq-top-infiniteSlider {
    width: 100%;
    object-fit:cover;
    border: 1px solid #ddd;
}

@keyframes slide-flow {
    0% {transform: translateX(0);}
    100% {transform: translateX(-100%);}
}


@media (min-width:901px) {
    .section._about {
        background-size: 32px, 32px, 32px, 32px, 60px, 60px, 60px, 40px, 40px, 40px;
        background-position: left 5% top 22%, right 13% top 90%, left 10% top 80%, right 10% top 20%, left 8% top 40%, left 20% top 6%, right 20% top 35%, left 17% top 60%, right 10% top 60%, right 17% top 3%;
        background-image: url(../../assets/img/top/bg/img_fv_particle_circle01.svg), url(../../assets/img/top/bg/img_fv_particle_circle02.svg), url(../../assets/img/top/bg/img_fv_particle_circle03.svg), url(../../assets/img/top/bg/img_fv_particle_circle05.svg), url(../../assets/img/top/bg/img_fv_particle_stairs01.svg), url(../../assets/img/top/bg/img_fv_particle_stairs02.svg), url(../../assets/img/top/bg/img_fv_particle_stairs03.svg), url(../../assets/img/top/bg/img_fv_particle_graph01.svg), url(../../assets/img/top/bg/img_fv_particle_graph02.svg), url(../../assets/img/top/bg/img_fv_particle_graph05.svg);
    }

    .uq-top-infiniteSlider-container {
        padding: 16px 0;
        background-size: 32px, 32px, 32px, 60px, 60px, 65px, 38px, 45px;
        background-position: left 10% bottom 3%, right 40% bottom 30%, right 10% bottom 5%, left 30% top 3%, right 36% top 11%, right 17% top 47%, left 6% top 20%, left 20% top 50%;
        background-image: url(../../assets/img/top/bg/img_fv_particle_circle01.svg), url(../../assets/img/top/bg/img_fv_particle_circle04.svg), url(../../assets/img/top/bg/img_fv_particle_circle03.svg), url(../../assets/img/top/bg/img_fv_particle_stairs03.svg), url(../../assets/img/top/bg/img_fv_particle_stairs02.svg), url(../../assets/img/top/bg/img_fv_particle_stairs06.svg), url(../../assets/img/top/bg/img_fv_particle_graph03.svg), url(../../assets/img/top/bg/img_fv_particle_graph05.svg);
    }
}

@media (max-width:900px) {
    .section._about {
        background-size:
            20px,
            20px,
            40px,
            40px;
        background-position:
            left 5% top 5%,
            right -1% top 60%,
            right 3% top 30%,
            left 2% top 20%;
        background-image:
            url('../../assets/img/top/bg/img_fv_particle_circle03.svg'),
            url('../../assets/img/top/bg/img_fv_particle_circle05.svg'),
            url('../../assets/img/top/bg/img_fv_particle_stairs03.svg'),
            url('../../assets/img/top/bg/img_fv_particle_stairs05.svg');
    }

    .uq-top-infiniteSlider-container {
        padding: 70px 0;
        background-size:
            20px,
            20px,
            20px,
            40px,
            30px,
            30px;
        background-position:
            left 10% bottom 3%,
            right 50% bottom 10%,
            right 10% top 0%,
            left 30% top 0%,
            left 35% top 35%,
            right -1% bottom 3%;
        background-image:
            url('../../assets/img/top/bg/img_fv_particle_circle01.svg'),
            url('../../assets/img/top/bg/img_fv_particle_circle03.svg'),
            url('../../assets/img/top/bg/img_fv_particle_circle04.svg'),
            url('../../assets/img/top/bg/img_fv_particle_stairs01.svg'),
            url('../../assets/img/top/bg/img_fv_particle_graph03.svg'),
            url('../../assets/img/top/bg/img_fv_particle_graph04.svg');
    }

    .section._about::before {
        display: none;
    }

    .section._about::after {
        right: unset;
        margin: auto;
        left: 10%;
        bottom: -13%;
        width: 70px;
        height: 122px;
    }

    .uq-top-infiniteSlider-container::before {
        right: 12%;
        top: 6px;
        width: 44px;
        height: 118px;
    }

    .uq-top-infiniteSlider-container::after {
        bottom: 0px;
        right: 0;
        left: 0;
        margin: auto;
        width: 94px;
        height: 120px;
    }
}

.section._bgBlue,
.section._bgBlue--decoration-top,
.section._bgBlue--decoration-item {
    position: relative;
}

.section._bgBlue--decoration-top::after,
.section._bgBlue--decoration-item::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.section._bgBlue--decoration-top::after {
    left: 0;
    right: 0;
    margin: auto;
    top: 330px;
    width: 100%;
    height: 241px;
    background-image: url('../../assets/img/top/bg/img_footer_particle01.png');
}

.section._bgBlue--decoration-item::after {
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    width: 98%;
    height: 200px;
    background-image: url('../../assets/img/top/bg/img_footer_particle02.png');
}

.section._bgDecoration {
    padding-top: 290px;
}

.section._bgDecoration::before {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    background-image: url('../../assets/img/top/bg/bg-top-blue.png');
    position: absolute;
    content: "";
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.section._bgBlue > .section-inner {
    position: relative;
}

.section._bgBlue._pbWide > .section-inner {
    padding-bottom: 140px;
}

.section._bgBlue._ptWide > .section-inner {
    padding-top: 140px;
}

.section._bgBlue > .section-inner::before,
.section._bgBlue > .section-inner::after {
    position: absolute;
    z-index: -1;
    content: "";
    background-color: #77AAE9;
    opacity: .6;
    width: 50vw;
    height: 100%;
    top: 0;
}

.section._bgBlue > .section-inner::before {
    left: 50%;
}

.section._bgBlue > .section-inner::after {
    right: 50%;
}

.section._bgBlue .uq-top-layout-item {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.section._worries .uq-top-worries-panel-image,
.section._solution .uq-top-layout .uq-top-media {
    text-align: center;
}

.section._worries .uq-top-worries-panel-image > img,
.section._solution .uq-top-layout .uq-top-media > img {
    max-width: 230px;
}

@media (min-width:769px) and (max-width:1000px) {
    .section._about > .section-inner {
        padding: 0 40px 90px;
    }

    .section._bgDecoration {
        padding-top: 194px;
    }

    .section._bgDecoration::before {
        height: 200px;
    }
}

@media (max-width:768px) {
    .section._bgDecoration {
        padding-top: 185px;
    }

    .section._bgDecoration::before {
        height: 190px;
    }

    .section._bgBlue--decoration-top::after,
    .section._bgBlue--decoration-item::after {
        background-size: cover;
    }

    .section._bgBlue--decoration-top::after {
        top: 230px;
        width: 100%;
        height: 95px;
    }

    .section._bgBlue--decoration-item::after {
        top: 50px;
        width: 100%;
        height: 75px;
    }

    .section._about {
        position: relative;
        max-width: 100%;
    }

    .section._about > .section-inner {
        margin: 0 auto;
        padding: 40px 0;
    }

    .section._about .m-text {
        margin-top: 32px;
    }

    .section._bgBlue._pbWide > .section-inner {
        padding-bottom: 64px;
    }

    .section._bgBlue._ptWide > .section-inner {
        padding-top: 64px;
    }
}

/* ===================== */
/* heading */
/* ===================== */
/* heading-lv2 */
.uq-top-heading-lv2 {
    width: fit-content;
    margin: 0 auto 80px !important;
    position: relative;
    z-index: 0 !important;
    font-size: 45px !important;
    font-weight: 700;
    background: unset !important;
    padding: 0 20px !important;
    text-align: center;
    color: #666666 !important;
}

.uq-top-heading-lv2::after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.uq-top-heading-lv2 > .sub {
    font-size: 24px;
}

.uq-top-heading-lv2._section-solution {
    position: relative;
    background: linear-gradient(90deg, #F99D21 0%, #EC7563 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    padding-top: 60px !important;
}

.uq-top-heading-lv2._section-solution > .sub {
    position: absolute;
    width: fit-content;
    padding: 12px 24px;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: -60px auto 0;
    font-size: 18px;
    letter-spacing: .1em;
    color: #ffffff;
    background: linear-gradient(90deg, #F99D21 0%, #EC7563 100%) !important;
}

.uq-top-heading-lv2._section-solution > .sub::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-bottom: solid 1px #F99D21;
    border-right: solid 1px #EC7563;
    background: linear-gradient(90deg, #F99D21 0%, #EC7563 100%) !important;
    transform: rotate(45deg);
    z-index: -10;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
}

.uq-top-heading-lv2::before {
    border-top: none !important;
    border-bottom: none !important;
}

.uq-top-heading-lv2._section-about::after,
.uq-top-heading-lv2._section-news::after,
.uq-top-heading-lv2._section-info::after,
.uq-top-heading-lv2._section-access::after {
    bottom: -17px;
    height: 15px;
    background-image: url('../../assets/img/top/bg/img_fv_line.png');
}

.uq-top-heading-lv2._section-worries::after {
    bottom: -19px;
    height: 17px;
    background-image: url('../../assets/img/top/bg/img_solution_line.png');
}
.uq-top-heading-lv2._section-solution::after {
    bottom: -19px;
    height: 17px;
    background-image: url('../../assets/img/top/bg/img_officialbooth_line.png');
}

.uq-top-heading-lv2._section-moneyPower::after {
    bottom: -19px;
    height: 17px;
    background-image: url('../../assets/img/top/bg/img_skills_line.png');
}

.uq-top-heading-lv2._section-faq::after {
    bottom: -19px;
    height: 17px;
    background-image: url('../../assets/img/top/bg/img_faq_line.png');
}

.uq-top-heading-lv2._section-voice {
    margin: 0 auto 48px !important;
}

.uq-top-heading-lv2._section-voice::after {
    bottom: -19px;
    height: 17px;
    background-image: url('../../assets/img/top/bg/img_voice_line.png');
}

.freeicon {
    display: inline-block;
    color: #EC7563;
    font-size: 30px;
    border: 2px solid #EC7563;
    padding: 18px 10px 20px;
    border-radius: 100px;
    font-weight: 500;
}

.uq-top-heading-lv2._section-news::after,
.uq-top-heading-lv2._section-info::after,
.uq-top-heading-lv2._section-access::after {
    background-size: 170%;
}

.uq-top-heading-lv2._section-fun::after {
    bottom: -19px;
    height: 17px;
    background-image: url('../../assets/img/top/bg/img_solution_line.png');
}

.uq-top-heading-lv2._section-fun > .txt::before,
.uq-top-heading-lv2._section-fun > .txt::after {
    position: absolute;
    content: "";
    display: block;
    top: -5px;
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
}

.uq-top-heading-lv2._section-fun > .txt::before {
    left: -10px;
    background-image: url('../../assets/img/top/bg/img_officialhow_before.png');
}

.uq-top-heading-lv2._section-fun > .txt::after {
    right: -10px;
    background-image: url('../../assets/img/top/bg/img_officialhow_after.png');
}

.uq-top-heading-lv2._section-kids::after {
    bottom: -19px;
    height: 17px;
    background-image: url('../../assets/img/top/bg/img_officialbooth_line.png');
}

.uq-top-heading-lv2._section-kids > .txt {
    padding-left: 80px !important;
    display: block;
}

.uq-top-heading-lv2._section-kids > .txt::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: 0;
    width: 100px;
    height: 80px;
    background-image: url('../../assets/img/top/icon/img_kids_icon.png');
}

.uq-top-heading-lv2._contact {
    border-bottom: solid 3px #77AAE9;
    font-size: 36px;
    line-height: 1.3em;
    font-weight: 500;
    text-align: center;
    padding-bottom: 16px !important;
    max-width: 700px;
    margin: 0 auto !important;
}

.uq-top-heading-lv2 + .uq-top-lead {
    margin-top: 32px;
}

.uq-top-video-heading {
    font-size: 20px !important;
    background: unset !important;
    color: #666666 !important;
    text-align: center;
    width: fit-content;
    margin: auto !important;
    padding: 0.75em 1.6em !important;
}

.uq-top-video-heading::before,
.uq-top-video-heading::after {
    content: "";
    position: absolute;
    top: 0 !important;
    bottom: 0;
    width: 20px !important;
    height: 1px !important;
    background-color: #666666;
    margin: auto;
}

.uq-top-video-heading::before {
    rotate: 45deg;
    border-top: none !important;
    border-bottom: none !important;
}

.uq-top-video-heading::after {
    rotate: -45deg;
    right: 0;
}

@media (max-width:768px) {
    .uq-top-heading-lv2 {
        margin: 0 auto 40px !important;
        font-size: 26px !important;
    }

    .uq-top-heading-lv2._section-solution > .sub {
        margin: -70px auto 0;
    }

    .uq-top-heading-lv2._section-fun > .txt::before,
    .uq-top-heading-lv2._section-fun > .txt::after {
        background-size: 20px;
        width: 20px;
        height: 20px;
    }

    .uq-top-heading-lv2._section-kids {
        margin-bottom: 60px !important;
    }
    .uq-top-heading-lv2._section-kids > .txt {
        text-align: left;
        padding-left: 60px !important;
    }

    .uq-top-heading-lv2._section-kids > .txt::before {
        width: 70px;
        height: 55px;
    }

    .uq-top-heading-lv2._contact--red,
    .uq-top-heading-lv2._contact--blue {
        font-size: 18px;
    }

    .uq-top-video-heading::before,
    .uq-top-video-heading::after {
        transform: translateY(30px);
    }

    .uq-top-video-heading {
        padding: 0.75em 0.6em !important;
    }
}

/* heading-lead */
.uq-top-heading-lead {
    text-align: center;
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.uq-top-heading-lead > .sub {
    font-size: 18px;
    font-weight: 700;
}

.uq-top-heading-lead > .main {
    font-size: clamp(16px, 3vw, 28px);
    font-weight: 700;
}

@media (max-width:768px) {
    .uq-top-heading-lead > .sub {
        font-size: 12px;
    }
}

/* ===================== */
/* lead */
/* ===================== */
.uq-top-lead {
    width: fit-content;
    background-position: right bottom, right bottom;
    background-size: 2px 100%, 100% 2px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to left, #77AAE9, #3CC79C), linear-gradient(to left, #77AAE9, #3CC79C);
    padding-bottom: 1px;
}

.uq-top-lead > b {
    display: block;
    padding: 0px 18px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #3CC79C 0%, #77AAE9 100%);
    color: #fff;
    margin: 14px 7px 7px 0;
    font-size: 32px;
    font-weight: 700;
}

.uq-top-lead._align-center {
    margin: auto;
}

.uq-top-lead._about {
    background: none;
    text-align: center;
    margin: auto;
}

.uq-top-lead._about > b {
    background: linear-gradient(90deg, #3CC79C 0%, #77AAE9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

@media (max-width:768px) {
    .uq-top-lead > b {
        font-size: 24px;
        padding: 0px 8px;
    }

    .uq-top-lead--simple {
        text-align: center;
        margin-top: 32px;
    }

    .uq-top-lead--simple > b {
        font-size: 24px;
    }
}


/* ===================== */
/* media */
/* ===================== */
.uq-top-media {
    text-align: center;
    max-width: 800px;
    margin: 64px auto 0;
}

.uq-top-media._round {
    border-radius: 16px;
    overflow: hidden;
}

.uq-top-media img {
    width: 100%;
    display: block;
}

.uq-top-media img.gakucho {
    max-width: min(100%, 400px);
    margin: auto;
}

.uq-top-media._small {
    max-width: 420px;
}

@media (max-width:768px) {
    .uq-top-media {
        margin: 40px auto 0;
        max-width: 350px;
    }

    .uq-top-media._spNarrow {
        max-width: 350px;
    }
}

/* ===================== */
/* panel */
/* ===================== */
.uq-top-panel {
    position: relative;
    padding-bottom: 4px;
    height: 100%;
}

.uq-top-panel::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    padding: 4px;
    background: linear-gradient(225deg, #F99D21, #ED79A2);
    -webkit-mask:
        linear-gradient(white 0 0) content-box,
        linear-gradient(white 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    clip-path: polygon(102% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 102%);
    pointer-events: none;
}

.uq-top-panel._color-pinkBlue::after {
    background: linear-gradient(225deg,  #77AAE9, #ED79A2);
}

.uq-top-panel._color-orangeGreen::after {
    background: linear-gradient(225deg,  #3EC688, #F99D21);
}

@media (max-width:768px) {
    .uq-top-panel::after {
        clip-path: polygon(103% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 102%);
    }
}

.uq-top-panel-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    margin-right: 4px;
    text-align: center;
    border-radius: 10px;
    gap: 12px;
}

.uq-top-panel__lead > b > .sub {
    font-size: 18px;
    display: block;
    line-height: 1.5;
}

.uq-top-panel__lead em {
    background: linear-gradient(45deg, #ED79A2 0%, #F99D21 100%) !important;
    background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
    font-style: normal;
}

.uq-top-panel._color-pinkBlue .uq-top-panel__lead em {
    background: linear-gradient(45deg, #ED79A2 0%, #77AAE9 100%) !important;
    background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
}

.uq-top-panel._color-orangeGreen .uq-top-panel__lead em {
    background: linear-gradient(45deg, #3EC688 0%, #F99D21 100%) !important;
    background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
}

.uq-top-panel__lead em,
.uq-top-panel__lead strong {
    font-size: 28px;
    line-height: 1.3em;
    font-weight: 700;
}

.uq-top-panel__image {
    max-width: 200px;
}

.uq-top-panel__image._icon-x,
.uq-top-panel__image._icon-libe {
    width: 100%;
    height: 100%;
}

.uq-top-panel__image._icon-libe {
    max-width: 80px;
}

.uq-top-panel__image._icon-x {
    max-width: 70px;
}

.uq-top-panel__image > img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.uq-top-panel__text {
    width: 100%;
    font-size: 15px;
    word-break: break-all;
    text-align: left;
}

.uq-top-panel__text > b {
    font-weight: 700;
}

.uq-top-panel__text._align-center {
    text-align: center;
}

.uq-top-panel__text > .icon {
    position: relative;
    padding-left: 25px;
}

.uq-top-panel__text > .icon::after {
    position: absolute;
    content: "";
    display: block;
    inset: 0;
    width: 16px;
    background-image: url('../../assets/img/top/icon/icon-comment.svg');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.uq-top-panel__link {
    width: 100%;
    max-height: 50px;
    border: solid 1px #666666;
    padding: 12px 32px 12px 24px;
    border-radius: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.uq-top-panel__link::before,
.uq-top-panel__link::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
	right: 24px;
    margin: auto;
}

.uq-top-panel-linkarea {
    width: 100%;
}

.uq-top-panel-linkarea__text {
    display: block;
    position: relative;
    content: "";
    padding: 0 12px;
    width: fit-content;
    margin: auto;
}

.uq-top-panel-linkarea__text::before,
.uq-top-panel-linkarea__text::after {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
}

.uq-top-panel-linkarea__text::before {
    content: "＼";
    left: -8px;
}

.uq-top-panel-linkarea__text::after {
    content: "／";
    right: -8px;
}

.uq-top-panel-linkarea__link {
    position: relative;
    background-color: #EFEFEF;
    color: #999999;
    padding: 9px 30px 9px 20px;
    border-radius: 50px;
    border: solid 1px #DCDDDD;
    display: block;
    max-width: 220px;
    margin: 6px auto 0;
    font-weight: 700;
}

.uq-top-panel-linkarea__link::before,
.uq-top-panel-linkarea__link::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
}

.uq-top-panel-linkarea__link::before {
    width: 11px;
    height: 2px;
    background: #999999;
}
.uq-top-panel-linkarea__link::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #999999;
    border-right: 2px solid #999999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.uq-top-panel__link::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.uq-top-panel__link::before {
	width: 12px;
	height: 2px;
	background: #666666;
}

.uq-top-panel__link .main {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.uq-top-panel__link .sub {
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
}

.uq-top-panel__link:hover {
    background-image: linear-gradient(90deg, #F99D21 0%, #EC7563 100%);
}

.uq-top-panel__link:hover::before {
    border: solid 1px #ffffff;
}

.uq-top-panel__link:hover::after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.uq-top-panel__link:hover .main,
.uq-top-panel__link:hover .sub {
    color: #ffffff;
}

.uq-top-panel-wrapper > .m-list {
    margin-top: 0;
}

.uq-top-panel-wrapper > .m-list > li {
    text-align: left;
    font-size: 15px;
}

@media (max-width:768px) {
    .uq-top-panel__lead strong {
        font-size: 14px;
    }

    .uq-top-panel__text {
        width: 85%;
    }
}

/* ===================== */
/* link */
/* ===================== */
.uq-top-faq-link {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding-left: 0 !important;
}

.uq-top-faq-link > li {
    list-style: none;
    width: 100%;
    max-width: 400px;
}

.uq-top-faq-link > li > a {
    position: relative;
    background-color: #fff;
    border-radius: 40px;
    border: solid 1px #666666;
    padding: 8px 20px 8px 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.uq-top-faq-link > li > a:hover {
    background-image: linear-gradient(90deg, #F99D21 0%, #EC7563 100%);
}

.uq-top-faq-link > li > a:hover > i,
.uq-top-faq-link > li > a:hover > .uq-top-faq-link-wrapper > .main {
    color: #ffffff;
}

.uq-top-faq-link > li.uq-top-solution-link__book > a  {
	padding: 8px 40px 8px 70px;
}

.uq-top-faq-link > li > a > i {
    color: #666666;
}

.uq-top-faq-link > li > a > .uq-top-faq-link-wrapper > .main {
    font-size: 18px;
    font-weight: 700;
}

@media (max-width:768px) {
    .uq-top-solution-link {
        flex-direction: column;
        gap: 16px;
    }
}

/* ===================== */
/* layout */
/* ===================== */
.uq-top-layout {
    margin-top: 40px;
    display: grid;
    gap: 40px;
}

.uq-top-layout-item._round {
    border-radius: 16px;
}

.uq-top-layout-item._bgYellow {
    background-color: rgba(249, 157, 33, .1);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.uq-top-layout._meeting {
    gap: 35px;
}

.uq-top-layout._meeting > .uq-top-layout-item > .uq-top-media {
    max-width: 144px;
    width: 100%;
}

.uq-top-layout._meeting > .uq-top-layout-item > .uq-top-layout-item-lead {
    background: linear-gradient(90deg, #ED79A2 0%, #F99D21 100%);
}

.uq-top-layout._sns {
    width: fit-content;
    margin: 48px auto 0;
}

.uq-top-layout._sns > .uq-top-layout-item {
    max-width: 270px;
}

.uq-top-layout._sns .uq-top-panel-wrapper {
    padding: 44px 38px;
}

.uq-top-layout._col2,
.uq-top-layout._sns {
    grid-template-columns: repeat(2, 1fr);
}

.uq-top-layout._col3,
.uq-top-layout._col3--sp3,
.uq-top-layout._col3--sp2 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.uq-top-layout._col4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.uq-top-layout._col2._stamprally {
    gap: 0;
    place-items: center;
    max-width: 700px;
    margin: 24px auto 0;
}

.uq-top-layout._col4 .uq-top-panel__image {
    max-width: 200px;
    height: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.uq-top-layout-item-lead {
    line-height: 1.4;
    text-align: center;
    background: linear-gradient(90deg, #F99D21 0%, #EC7563 100%);
    background-clip: text !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: transparent;
    font-size: clamp(18px, 2.5vw, 24px);
}

.uq-top-layout-item-text {
    text-align: center;
    line-height: 1.5;
    font-size: clamp(12px, 1.25vw, 16px);
    margin-top: 8px;
}

.uq-top-layout-item .uq-top-button-renew {
    min-width: unset;
    padding: 16px 24px;
}

.uq-top-layout-item .uq-top-button-renew > .ttl {
    font-size: 18px;
    padding: 8px 0;
}

.uq-top-layout-item .uq-top-button-renew::after {
    display: none;
}

@media (max-width:768px) and (min-width:426px) {
    .uq-top-layout._col4._tab2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:768px) {
    .uq-top-layout {
        margin-top: 40px !important;
        gap: 20px;
    }

    .uq-top-layout-item._bgYellow {
        padding: 35px 20px;
    }

    .uq-top-layout._meeting {
        gap: 20px;
    }

    .uq-top-layout._col4,
    .uq-top-layout._col3 {
        max-width: 350px;
        margin: auto;
    }

    .uq-top-layout._sns,
    .uq-top-layout._col4,
    .uq-top-layout._col3,
    .uq-top-layout._col2 {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .uq-top-layout._col3--sp2 .uq-top-panel__lead em {
        font-size: 14px;
        display: block;
        line-height: 1.4em;
    }
    .uq-top-layout._col3--sp2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .uq-top-layout._col2 .uq-top-panel-wrapper {
        padding: 24px;
    }

    .uq-top-layout._col2._spRowReverse > .uq-top-layout-item:first-child {
        grid-area: 2 / 1 / 3 / 2;
    }

    .uq-top-layout._col2._spRowReverse > .uq-top-layout-item:last-child {
        grid-area: 1 / 1 / 2 / 2;
    }

    .uq-top-layout-item .uq-top-button-renew {
        padding: 16px;
        max-width: 240px;
    }

    .uq-top-layout-item .uq-top-button-renew > .ttl {
        font-size: 13px;
        padding: 0;
    }
}

@media (max-width:450px) {
    .uq-top-layout._sp240 > .uq-top-layout-item {
        max-width: 240px;
        margin: auto;
    }
}

/* ===================== */
/* button */
/* ===================== */
.uq-top-button {
    width: 100%;
    text-align: center;
    display: block;
    line-height: 1em;
    height: auto;
    padding: 12px 20px;
    border-radius: 40px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    min-width: 300px;
    max-width: 400px;
    margin: 32px auto 0;
}

.uq-top-button .ttl {
    background: linear-gradient(90deg, #F99D21, #EC7563);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-size: 26px;
    font-weight: 700;
    padding: 8px 24px 8px 0;
    position: relative;
    line-height: 1em;
    letter-spacing: 0.1em;
}

.uq-top-button._small .ttl {
    font-size: 18px;
}

.uq-top-button._color-blue .ttl {
    background: linear-gradient(90deg, #77AAE9, #3CC79C);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.uq-top-button .ttl::before,
.uq-top-button .ttl::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
	right: 0;
    margin: auto;
}

.uq-top-button .ttl::after {
	width: 15px;
	height: 15px;
	border-top: 3px solid #EC7563;
	border-right: 3px solid #EC7563;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.uq-top-button .ttl::before {
	width: 16px;
	height: 3px;
	background: #EC7563;
}

.uq-top-button._color-blue .ttl::after {
	border-top: 3px solid #3CC79C;
	border-right: 3px solid #3CC79C;
}

.uq-top-button._color-blue .ttl::before {
	background: #3CC79C;
}

.uq-top-button::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 40px;
    padding: 2px;
    background: linear-gradient(90deg, #F99D21, #EC7563);
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.uq-top-button._disabled {
    pointer-events: none;
    background: #EFEFEF !important;
}

.uq-top-button._disabled .ttl {
    background: #999999;
    background-clip: text;
}

.uq-top-button._disabled:hover {
    background: #EFEFEF;
}

.uq-top-button._boothgeneral {
	min-width: 180px;
	background: #36b37a;
	padding-inline: 0;
}

.uq-top-button._boothgeneral .ttl {
	background: #fff;
	background-clip: text;
	font-size: 16px;
}

.uq-top-button._boothgeneral::before {
	background: unset;
}

.uq-top-button._boothgeneral .ttl::before {
	background: #fff;
}

.uq-top-button._boothgeneral .ttl::after {
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
}

.uq-top-button._boothgeneral:hover {
	background: #fff;
}

.uq-top-button._boothgeneral:hover .ttl {
	background: #36b37a;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.uq-top-button._boothgeneral:hover::before {
	background: #36b37a;
}

.uq-top-button._boothgeneral:hover .ttl::before {
	background: #36b37a;
}

.uq-top-button._boothgeneral:hover .ttl::after {
	border-top: solid 3px #36b37a;
	border-right: solid 3px #36b37a;
}


.uq-top-button._boothgeneral._archive {
	max-width: 350px;
}

.uq-top-button._boothgeneral._archive .ttl {
	font-size: 26px;
	font-weight: 700;
	padding: 8px 30px;
}

.uq-top-button._boothgeneral._archive .ttl::before,
.uq-top-button._boothgeneral._archive .ttl::after {
	display: none;
}

@media (max-width:768px) {
	.uq-top-button._boothgeneral {
		max-width: 230px;
	}

	.uq-top-button._boothgeneral._archive {
		max-width: 262px;
	}

	.uq-top-button._boothgeneral._archive .ttl {
		font-size: 18px;
		font-weight: 700;
		padding: 8px 0;
	}
}

.uq-top-button._color-blue::before {
    background: linear-gradient(90deg, #77AAE9, #3CC79C);
}

.uq-top-button:hover {
    background: linear-gradient(90deg, #F99D21, #EC7563);
}

.uq-top-button._color-blue:hover {
    background: linear-gradient(90deg, #77AAE9, #3CC79C);
}

.uq-top-button:hover .ttl,
.uq-top-reserve._color-pinkBlue .uq-top-button:hover .ttl {
    -webkit-text-fill-color: #fff;
    text-fill-color: #fff;
}

.uq-top-button:hover .ttl::after,
.uq-top-reserve._color-pinkBlue .uq-top-button:hover .ttl::after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

.uq-top-button:hover .ttl::before,
.uq-top-reserve._color-pinkBlue .uq-top-button:hover .ttl::before {
	background: #fff;
}


@media (max-width:768px) {
    .uq-top-button {
        max-width: 300px;
        min-width: 200px;
    }
    .uq-top-button > .ttl {
        font-size: 18px;
    }
}


/* ===================== */
/* MV */
/* ===================== */
.uq-top-mv {
    background-image: url('../../assets/img/top/bg/img_mv_libefes.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}

.uq-top-mv-mainVisual {
    max-width: 800px;
    width: 100%;
    margin: 50px auto;
    padding-top: 50px;
}

.uq-top-mv-mainVisual__sub {
    text-align: center;
}

.uq-top-mv-infomation {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 0;
    width: 100%;
    margin-top: 170px;
}

.uq-top-mv-infomation::after {
    position: absolute;
    z-index: 20;
    content: "";
    background-image: url('../../assets/img/top/bg/img_mv_bc_pc.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    width: 70%;
    height: 100%;
    scale: 2.4;
    bottom: -72%;
}

.uq-top-mv-infomation-wrapper {
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    padding: 30px 20px;
    max-width: 1200px;
    z-index: 30;
}

.uq-top-mv-infomation-wrapper::before,
.uq-top-mv-infomation-wrapper::after {
    position: absolute;
    content: "";
    display: block;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.uq-top-mv-infomation-wrapper::before {
    left: 6%;
    bottom: -30%;
    width: 21%;
    height: 370px;
    background-image: url('../../assets/img/top/bg/img_mv_gakucho.png');
}

.uq-top-mv-infomation-wrapper::after {
    right: 8%;
    bottom: -10%;
    width: 20%;
    height: 265px;
    background-image: url('../../assets/img/top/bg/img_mv_book.png');
}

.uq-top-mv-infomation__image {
    max-width: 400px;
    width: 100%;
}

.uq-top-mv-information-box {
    width: 100%;
}

.uq-top-mv-information-text {
    color: #fff;
    font-size: 24px;
    font-weight: 700 !important;
}

.uq-top-mv-information__link-button {
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 1em;
    letter-spacing: .1em;
    margin: 12px;
    border-radius: 40px;
    font-weight: 400;
    text-decoration: none;
}

.uq-top-mv-information__link-button:hover{
    text-decoration:underline;
}


@media (max-width:900px) {
    .uq-top-mv-infomation::after {
        width: 80%;
        bottom: -70%;
    }

    .uq-top-mv-infomation-wrapper::before {
        left: 6%;
        bottom: -30%;
        width: 17%;
        height: 220px;
    }

    .uq-top-mv-infomation-wrapper::after {
        right: 4%;
        bottom: -5%;
        width: 17%;
        height: 170px;
    }
}

@media (max-width:768px) {
    .uq-top-mv {
        background-position: right 30% bottom;
        margin-bottom: 160px;
    }

    .uq-top-mv-mainVisual {
        max-width: 95%;
        margin-bottom: 0;
        padding-top: 20px;
    }

    .uq-top-mv-infomation {
        flex-direction: column;
        margin-top: 130px;
    }

    .uq-top-mv-infomation::after {
        background-image: url('../../assets/img/top/bg/img_mv_bc_sp.png');
        width: 100%;
        bottom: -120%;
    }

    .uq-top-mv-infomation-wrapper {
        bottom: -90px;
    }

    .uq-top-mv-infomation-wrapper::before {
        display: none;
    }

    .uq-top-mv-infomation-wrapper::after {
        background-image: url('../../assets/img/top/bg/img_mv_gakucho_sp.png');
        left: 0;
        right: 0;
        margin: auto;
    }

    .uq-top-mv-infomation__image {
        max-width: 70%;
    }
}

@media (min-width:451px) and (max-width:768px) {
    .uq-top-mv-infomation-wrapper::after {
        top: -350px;
        width: 80%;
        height: 225px;
        background-size: 60%;
    }

    .uq-top-mv-infomation__image {
        max-width: 60%;
    }
}

@media (max-width:450px) {
    .uq-top-mv-infomation-wrapper::after {
        top: -280%;
        margin: auto;
        width: 80%;
        height: 170%;
        background-size: 90%;
    }
}


/* ===================== */
/* section-countdown */
/* ===================== */
.uq-countdown {
    position: relative;
    z-index: 30;
    width: fit-content;
    margin: 0 auto 80px !important;
    padding-top: 60px;
}

.uq-countdown::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 152px;
    height: 48px;
    top: -5px;
    right: 0;
    left: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../../assets/img/top/bg/bg-countdown-01.png');
}

.uq-countdown-date-wrapper {
    width: 100%;
    margin: auto;
    position: relative;
}

.uq-countdown-text {
    margin-bottom: 12px;
    font-size: 23px;
    color: #70ACDE;
    text-align: center;
}

.uq-countdown-date-parts {
    position: absolute;
    bottom: 0;
    font-size: 32px;
    margin-top: 10px;
    color: #70ACDE;
}

.uq-countdown-date-parts--prev {
    left: -80px;
}

.uq-countdown-date-parts--next {
    right: -40px;
}

.uq-countdown-content {
    font-family: "M PLUS 2", sans-serif;
    background-color: #70ABDD;
    color: #ffffff;
    font-size: 18px;
    padding: 12px 24px;
    border-radius: 12px;
    text-align: center;
    margin: 16px auto 0;
}


.uq-countdown-date {
    display: flex;
    gap: 10px;
	justify-content: center;
}

.uq-countdown-date-item {
	aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 90px;
    padding: 0 20px;
    border-radius: 8px;
    text-align: center;
    line-height: 1.3;
    background-color: #70ACDE;
    color: #ffffff;
}

@media (max-width: 768px) {
    .uq-countdown {
        margin: 0 auto 40px !important;
        padding-top: 35px;
    }

    .uq-countdown::before {
        width: 110px;
        height: 35px;
    }
    
    .uq-countdown-text {
        font-size: 18px;
    }

    .uq-countdown-date-parts {
        font-size: 18px;
    }

    .uq-countdown-date-parts--prev {
        left: -50px;
    }

    .uq-countdown-date-parts--next {
        right: -30px;
    }

	.uq-countdown-date {
		justify-content: center;
	}

    .uq-countdown-date-item {
        font-size: 60px;
    }
}

/* ===================== */
/* section-reserve */
/* ===================== */
.uq-top-reserve {
    margin: 48px auto 0;
    width: 100%;
}

.uq-top-reserve__title {
    position: relative;
    width: fit-content;
    margin: auto;
    font-size: 18px;
    background: linear-gradient(45deg, #ED79A2 0%, #F99D21 100%) !important;
    background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
    padding-left: 25px;
}


.uq-top-reserve._color-pinkBlue > .uq-top-reserve__title {
    background: linear-gradient(45deg, #ED79A2 0%, #77AAE9 100%) !important;
    background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
}

.uq-top-reserve__title::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    bottom: -5px;
    margin: auto;
    width: 20px;
    height: 20px;
    background-image: url('../../assets/img/top/icon/img_official_calendaricon.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.uq-top-reserve > .uq-top-button {
    margin-top: 10px;
    max-width: fit-content;
    background: linear-gradient(90deg, #ED79A2, #F99D21);
}

.uq-top-reserve > .uq-top-button .ttl {
    background: #ffffff;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-size: 26px;
    font-weight: 700;
    padding: 8px 30px 8px 0;
    position: relative;
    line-height: 1em;
    letter-spacing: 0.1em;
}

.uq-top-reserve > .uq-top-button .ttl::after {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
}

.uq-top-reserve > .uq-top-button .ttl::before {
    background: #ffffff;
}

.uq-top-reserve > .uq-top-button:hover {
    background: #ffffff;
}

.uq-top-reserve > .uq-top-button:hover .ttl {
    background: linear-gradient(90deg, #ED79A2, #F99D21);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.uq-top-reserve > .uq-top-button .ttl::after {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
}

.uq-top-reserve > .uq-top-button:hover .ttl::before {
    background: linear-gradient(90deg, #ED79A2, #F99D21);
}

.uq-top-reserve > .uq-top-button:hover .ttl::after {
    border-top: 3px solid #F99D21;
    border-right: 3px solid #F99D21;
}

.uq-top-reserve > .uq-top-button:hover::before {
    background: linear-gradient(90deg,  #EC7563, #F99D21);
}

.uq-top-reserve._color-pinkBlue > .uq-top-button {
    background: linear-gradient(90deg, #ED79A2, #77AAE9);
}

.uq-top-reserve._color-pinkBlue > .uq-top-button:hover {
    background: #ffffff;
}

.uq-top-reserve._color-pinkBlue > .uq-top-button:hover .ttl {
    background: linear-gradient(90deg, #ED79A2, #77AAE9);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent !important;
    text-fill-color: transparent;
}

.uq-top-reserve._color-pinkBlue > .uq-top-button:hover .ttl::before {
    background: #77AAE9 !important;
}

.uq-top-reserve._color-pinkBlue > .uq-top-button:hover .ttl::after {
    border-top: 3px solid #77AAE9 !important;
    border-right: 3px solid #77AAE9 !important;

}

.uq-top-reserve._color-pinkBlue > .uq-top-button:hover::before {
    background: linear-gradient(90deg,  #ED79A2, #77AAE9);
}

.uq-top-reserve > .uq-top-button::before {
    background: unset;
}

.uq-top-reserve__text {
    font-size: 16px;
    width: fit-content;
    margin: 10px auto 0;
}

.uq-top-reserve > .uq-top-button._noarrow .ttl {
    padding: 8px 0;
}

.uq-top-reserve > .uq-top-button._noarrow .ttl::before,
.uq-top-reserve > .uq-top-button._noarrow .ttl::after {
    display: none;
}

@media (max-width:768px) {
    .uq-top-reserve > .uq-top-button .ttl {
        font-size: 18px;
    }
    .uq-top-reserve > .uq-top-button .ttl::before {
        width: 13px;
    }
    .uq-top-reserve > .uq-top-button .ttl::after {
        width: 11px;
        height: 11px;
    }
}

/* ===================== */
/* section-sns */
/* ===================== */
.uq-top-sns-lead {
    font-size: 25px;
    color: #666666;
    position: relative;
    width: fit-content;
    margin: 60px auto 0;
}

.uq-top-sns-lead::before,
.uq-top-sns-lead::after {
    position: absolute;
    display: contents;
    top: 0;
    bottom: 0;
    margin: auto;
}

.uq-top-sns-lead::before {
    content: "＼";
    left: -8px;
}

.uq-top-sns-lead::after {
    content: "／";
    right: -8px;
}

@media (max-width:768px) {
    .uq-top-sns-lead {
        font-size: 16px;
    }
}

/* ===================== */
/* section-news */
/* ===================== */
.uq-top-news {
    position: relative;
    padding-left: 0 !important;
    z-index: 100;
}

.uq-top-news::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #3CC79C, #77AAE9);
}

.uq-top-news > li {
    list-style: none;
    position: relative;
}

.uq-top-news > li::before,
.uq-top-news > li::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 26px;
    margin: auto;
}

.uq-top-news > li::before {
	width: 12px;
	height: 3px;
	background: #ffffff;
    z-index: 10;
}

.uq-top-news > li::after {
    width: 9px;
    height: 9px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg);
}

.uq-top-news > li > a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 60px;
    width: 100%;
    background: #fff;
    padding: 17px 12px;
    transform: translateZ(0);
}

.uq-top-news > li > a:hover{
    opacity: .6;
}

.uq-top-news > li > a::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #3CC79C, #77AAE9);
    pointer-events: none;
}

.uq-top-news > li > a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background: linear-gradient(to right, #3CC79C, #77AAE9);
}

.uq-top-news .news-date {
    font-size: 16px;
    border-radius: 50px;
    padding: 8px 28px;
    color: #ffffff;
    background: linear-gradient(to right, #3CC79C, #77AAE9);
}

.uq-top-news .news-title {
    word-break: break-all;
    padding-right: 40px;
}

@media (max-width:768px) {
    .uq-top-news .news-title {
        font-size: 13px;
    }
    .uq-top-news > li > a {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        padding: 12px 20px;
    }
    .uq-top-news .news-date {
        font-size: 14px;
        padding: 4px 10px;
    }
}

/* ===================== */
/* section-moneyPower */
/* ===================== */
.uq-top-moneyPower {
    margin-top: 24px;
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.uq-top-moneyPower-panel {
    padding: 16px 24px;
    border: solid 12px #666666;
    background-color: #ffffff;
}

.uq-top-moneyPower-panel-wrapper {
    text-align: center;
}

.uq-top-moneyPower-panel__title {
    font-size: 28px;
    color: #666666;
    position: relative;
    display: inline-block;
    padding-left: 45px;
    height: fit-content;
}

.uq-top-moneyPower-panel__title > b {
    vertical-align: middle;
}

.uq-top-moneyPower-panel__title::before {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.uq-top-moneyPower-panel._01 {
    border-color: #3ec688;
}
.uq-top-moneyPower-panel._01 > .uq-top-moneyPower-panel-wrapper > .uq-top-moneyPower-panel__title::before {
    background-image: url('../../assets/img/top/logo/logo-money-01.png');
}

.uq-top-moneyPower-panel._02 {
    border-color: #f99d21;
}
.uq-top-moneyPower-panel._02 > .uq-top-moneyPower-panel-wrapper > .uq-top-moneyPower-panel__title::before {
    background-image: url('../../assets/img/top/logo/logo-money-02.png');
}

.uq-top-moneyPower-panel._03 {
    border-color: #ec7563;
}
.uq-top-moneyPower-panel._03 > .uq-top-moneyPower-panel-wrapper > .uq-top-moneyPower-panel__title::before {
    background-image: url('../../assets/img/top/logo/logo-money-03.png');
}

.uq-top-moneyPower-panel._04 {
    border-color: #ed79a2;
}
.uq-top-moneyPower-panel._04 > .uq-top-moneyPower-panel-wrapper > .uq-top-moneyPower-panel__title::before {
    background-image: url('../../assets/img/top/logo/logo-money-04.png');
}

.uq-top-moneyPower-panel._05 {
    border-color: #77aae9;
}
.uq-top-moneyPower-panel._05 > .uq-top-moneyPower-panel-wrapper > .uq-top-moneyPower-panel__title::before {
    background-image: url('../../assets/img/top/logo/logo-money-05.png');
}

.uq-top-moneyPower-panel__text {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

@media (max-width:768px) {
    .uq-top-moneyPower {
        flex-direction: column;
    }

    .uq-top-moneyPower-panel {
        display: flex;
        justify-content: center;
        padding: 16px 24px;
        max-height: 115px;
    }

    .uq-top-moneyPower-panel-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
        width: 100%;
        max-width: 250px;
        margin: auto;
    }

    .uq-top-moneyPower-panel__title {
        font-size: 18px;
        padding: 30px 0 0;
        width: 100%;
        max-width: 60px;
    }

    .uq-top-moneyPower-panel__title::before {
        left: 0;
        right: 0;
        top: -10px;
        bottom: unset;
    }

    .uq-top-moneyPower-panel__text {
        margin-top: 0;
        text-align: left;
    }
}

/* ===================== */
/* section-map */
/* ===================== */
.uq-top-map {
    margin-top: 40px;
    max-width: 100%;
}

.uq-top-map-box {
    padding: 16px;
    border: solid 1px #ccc;
    border-radius: 8px;
    margin: 8px;
}

@media (max-width:768px) {
    .uq-top-map {
        margin-top: 30px;
    }

    .uq-top-map > iframe {
        height: 320px;
    }
}

/* ===================== */
/* top-renew */
/* ===================== */
.section._bg-blue,
.section._bg-orange {
    max-width: 100%;
    padding: 100px 20px;
}

.section._bg-blue {
    background-color: rgba(119, 170, 233, .1);
}

.section._bg-orange {
    background-color: rgba(249, 157, 33, .2);
}

.section._bg-blue .section-inner {
    max-width: 1000px;
    width: 100%;
    background-color: #fff;
    border-radius: 40px;
    padding: 60px;
    position: relative;
    z-index: 0;
    margin: 170px auto 0;
}

.section._bg-orange .section-inner {
    max-width: 1000px;
    width: 100%;
    background-color: #fff;
    border-radius: 40px;
    padding: clamp(20px, 5vw, 60px);
    position: relative;
    z-index: 0;
    margin: 70px auto 0;
}

.section._bg-blue .section-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: clamp(4px, 1vw, 8px);
    -webkit-mask-composite: destination-out;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
    border-radius: 40px;
}

.section._bg-blue .section-inner::after {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    display: block;
    content: "";
    top: -118px;
    right: 30px;
    width: 139px;
    height: 120px;
}

.section-inner._booth::before {
    background: linear-gradient(to bottom right, #F99D21, #EC7563);
}

.section-inner._booth::after {
    background-image: url("../../assets/img/top/bg/bg-official-booth.png");
}

.section-inner._stage::before {
    background: linear-gradient(to bottom right, #ED79A2, #77AAE9);
}

.section-inner._stage::after {
    background-image: url("../../assets/img/top/bg/bg-official-stage.png");
}

.page-template-page-stamp .section-inner._stage {
    margin-top: 70px;
}

.page-template-page-stamp .section-inner._stage::after {
    display: none;
}

.section-inner._boothgeneral::before {
    background: linear-gradient(to bottom right, #3EC688, #F99D21);
}

.section-inner._boothgeneral::after {
    background-image: url("../../assets/img/top/bg/bg-boothgeneral.png");
}

.section-inner._meeting::before {
    background: linear-gradient(to bottom right, #ED79A2, #F99D21);
}

.section-inner._meeting::after {
    background-image: url("../../assets/img/top/bg/bg-meeting.png");
}
@media (max-width:768px) {
    .section._bg-blue > .section-inner {
        padding: 110px clamp(20px, 5vw, 60px) 40px;
        margin: 230px auto 0;
    }

    .section._bg-orange > .section-inner {
        margin: 20px auto 0;
    }

    .section._bg-blue > .section-inner::after {
        width: 68px;
        height: 59px;
        top: 20px;
        inset-inline: 0;
        margin: auto;
    }

    .page-template-page-stamp .section._bg-blue .section-inner {
        margin-top: 20px;
        padding-top: 40px !important;
    }
}

@media (max-width:768px) and (min-width:450px) {
    .section._bg-blue .section-inner::after {
        width: clamp(4.25rem, 2.6875rem + 6.6667vw, 8.6875rem);
        height: clamp(3.6875rem, 2.3451rem + 5.7277vw, 7.5rem);
    }
}

@media (max-width:450px) {
    .section._bg-blue > .section-inner {
        padding-top: 100px;
    }
}


/* heading-lv3-adjust */
h3.uq-top-heading-lv3._booth {
    background: linear-gradient(90deg, #F99D21 0%, #EC7563 100%);
}

h3.uq-top-heading-lv3._stage {
    background: linear-gradient(90deg, #ED79A2 0%, #77AAE9 100%);
}

h3.uq-top-heading-lv3._boothgeneral {
    background: linear-gradient(90deg, #3EC688 0%, #F99D21 100%);
}

h3.uq-top-heading-lv3._meeting {
    background: linear-gradient(90deg, #ED79A2 0%, #F99D21 100%);
}

/* heading-lv3 */
h3.uq-top-heading-lv3 {
    position: relative;
    background-clip: text !important;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    color: transparent;
    padding-top: 0;
    width: fit-content;
    margin: auto;
    font-size: clamp(26px, 4.5vw, 45px);
    text-align: center;
    padding: 0;
}

h3.uq-top-heading-lv3::before {
    display: none;
}

h3.uq-top-heading-lv3 > .sub {
    display: block;
    font-size: 18px;
    color: #666;
    width: fit-content;
    margin: auto;
}

/* uq-top-button-renew-adjust */
.uq-top-button-renew._booth,
.uq-top-button-renew._booth::before,
.uq-top-button-renew._booth:hover .ttl,
.uq-top-button-renew._booth:hover::before {
    background: linear-gradient(90deg, #F99D21, #EC7563);
}

.uq-top-button-renew._booth:hover::after {
    background-image: url('../../assets/img/top/icon/icon-arrow-button-hover_booth.svg');
}

.uq-top-button-renew._stage,
.uq-top-button-renew._stage::before,
.uq-top-button-renew._stage:hover .ttl,
.uq-top-button-renew._stage:hover::before {
    background: linear-gradient(90deg, #ED79A2, #77AAE9);
}

.uq-top-button-renew._stage:hover::after {
    background-image: url('../../assets/img/top/icon/icon-arrow-button-hover_stage.svg');
}

.uq-top-button-renew._boothgeneral,
.uq-top-button-renew._boothgeneral::before,
.uq-top-button-renew._boothgeneral:hover .ttl,
.uq-top-button-renew._boothgeneral:hover::before {
    background: linear-gradient(90deg, #3EC688 0%, #F99D21 100%);
}

.uq-top-button-renew._boothgeneral:hover::after {
    background-image: url('../../assets/img/top/icon/icon-arrow-button-hover_boothgeneral.svg');
}

/* uq-top-button-renew */
.uq-top-button-renew-wrapper {
    width: 100%;
    max-width: 400px;
    margin: 25px auto 0;
}

.uq-top-button-renew-sub {
    display: block;
    width: fit-content;
    margin: auto;
    position: relative;
    padding-inline: 24px;
}

.uq-top-button-renew-sub::before,
.uq-top-button-renew-sub::after {
    content: "";
    position: absolute;
    inset-block: 0;
    width: 20px !important;
    height: 1px !important;
    background-color: #666666;
    margin: auto;
}

.uq-top-button-renew-sub::before {
    rotate: 45deg;
    left: 0;
}

.uq-top-button-renew-sub::after {
    rotate: -45deg;
    right: 0;
}

.uq-top-button-renew {
    max-width: fit-content;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 1em;
    height: auto;
    padding: 18px 32px;
    border-radius: 40px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    min-width: 400px;
    margin: 24px auto 0;
}

.uq-top-button-renew-wrapper > .uq-top-button-renew {
    margin-top: 8px;
}

.uq-top-button-renew::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 40px;
    padding: 2px;
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.uq-top-button-renew::after {
    position: absolute;
    right: 16px;
    inset-block: 0;
    margin: auto;
    display: block;
    content: "";
    background-image: url('../../assets/img/top/icon/icon-arrow-button.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.uq-top-button-renew .ttl {
    background: #ffffff;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-size: 22px;
    font-weight: 700;
    padding: 8px 0;
    position: relative;
    line-height: 1.5;
    letter-spacing: 0.1em;
    display: block;
}

.uq-top-button-renew:hover {
    background: #ffffff;
}

.uq-top-button-renew:hover .ttl {
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.uq-top-button-renew._disabled {
    pointer-events: none;
}

.uq-top-button-renew._disabled,
.uq-top-button-renew._disabled::before {
    background: #ccc;
}


@media (min-width:769px) {
    .uq-top-button-renew .ttl {
        padding: 8px 8px 8px 0;
    }
}
@media (max-width:768px) {
    .uq-top-button-renew {
        max-width: 400px;
        min-width: 200px;
    }
    .uq-top-button-renew > .ttl {
        font-size: 16px;
    }
}

/* uq-section-balloon */
.uq-section-balloon {
    width: fit-content;
    color: #fff;
    border-radius: 100px;
    position: absolute;
    text-align: center;
    line-height: 1.4;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    left: -15px;
    top: -50px;
    padding:16px;
    min-width: 300px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uq-section-balloon::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 43%;
    width: 28px;
    height: 21px;
    clip-path: polygon(110% 70%,0 0%,100% 0%);
    z-index: -1;
}

.uq-section-balloon._booth,
.uq-section-balloon._booth::after {
    background: linear-gradient(135deg, #F99D21, #EC7563);
}

.uq-section-balloon._stage,
.uq-section-balloon._stage::after {
    background: linear-gradient(135deg, #ED79A2, #77AAE9);
}

.uq-section-balloon._boothgeneral,
.uq-section-balloon._boothgeneral::after {
    background: linear-gradient(135deg, #3EC688, #F99D21);
}

.uq-section-balloon._meeting,
.uq-section-balloon._meeting::after {
    background: linear-gradient(135deg, #ED79A2, #F99D21);
}

.uq-section-balloon-text {
    color: #fff;
    font-size: 16px;
}

.uq-section-balloon-text > .main {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-inline: 4px;
}

@media (max-width:768px) {
    .uq-section-balloon {
        inset-inline: 0;
        margin: auto;
        top: -170px;
    }
}

/* uq-top-list-check */
.uq-top-list-check-wrapper {
    position: relative;
    padding: 16px !important;
    margin-top: 16px;
}

.uq-top-list-check-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 8px;
    background: linear-gradient(135deg, #3EC688, #F99D21);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

.uq-top-list-check-lead {
    font-size: 16px;
}

.uq-top-list-check-item {
    position: relative;
    font-size: 16px;
    position: relative;
    list-style: none;
    letter-spacing: .1em;
    padding-left: 27px;
}

.uq-top-list-check-item::before {
    position: absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../assets/img/top/icon/img_solution_checkicon.png");
    width: 20px;
    height: 20px;
    top: 3px;
    left: 0;
}

.uq-top-list-check-item > .sub {
    font-size: 14px;
    display: inline-block;
}

/* uq-top-media-layout */
.uq-top-media-layout {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.uq-top-media-layout-image {
    border-radius: 16px;
    overflow: hidden;
    max-width: 240px;
}

.uq-top-media-layout-image a {
    transition: ease .3s opacity;
}

.uq-top-media-layout-image img {
    display: block;
}

@media (max-width:768px) {
    .uq-top-media-layout {
        align-items: center;
        flex-direction: column-reverse;
    }
}

/* uq-top-meeting-date */
.uq-top-meeting-date {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    max-width: 730px;
    margin: 24px auto 0;
}

.uq-top-meeting-date-item {
    position: relative;
    width: calc((100% - 40px) / 3 );
}

.uq-top-meeting-date-item::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    -webkit-mask-composite: destination-out;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(to right, #ED79A2, #F99D21);
    border-radius: 8px;
}

.uq-top-meeting-date-item-day {
    padding: 4px 20px;
    text-align: center;
    background: linear-gradient(to right, #ED79A2, #F99D21);
    border-radius: 8px 8px 0 0;
}

.uq-top-meeting-date-item-day > span {
    color: #fff;
    font-size: 16px;
}

.uq-top-meeting-date-item-time {
    padding: 12px 16px;
    text-align: center;
}

.uq-top-meeting-date-item-time > .main {
    font-size: 20px;
    font-weight: 700;
}


.section-inner._meeting .m-list-note {
    max-width: 730px;
    margin: auto;
}

@media (max-width:768px) {
    .uq-top-meeting-date {
        flex-direction: column;
        max-width: 350px;
    }

    .section-inner._meeting .m-list-note {
        max-width: 350px;
        margin: auto;
    }

    .uq-top-meeting-date-item {
        width: 100%;
    }
}

/* uq-top-meeting-lead */
.uq-top-meeting-lead {
    padding: 8px 20px;
    background-color: #fff;
    position: relative;
    text-align: center;
    margin-top: 24px;
}

.uq-top-meeting-lead::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    -webkit-mask-composite: destination-out;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(to bottom right, #ED79A2, #F99D21);
}

.uq-top-meeting-lead-text {
    background: linear-gradient(90deg, #ED79A2 0%, #F99D21 100%);
    line-height: 1.4;
    text-align: center;
    background-clip: text !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: transparent;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width:768px) {
    .uq-top-meeting-lead-text {
        font-size: 16px;
    }
}

/* fixed-video */
.uq-top-fixed-video {
    position: fixed;
    display: flex;
    flex-direction: column;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
}

.uq-top-fixed-video__iframe {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.uq-top-fixed-video__iframe > iframe {
    border: none;
}

.uq-top-fixed-video__link {
    width: 100%;
    background-color: #fff;
    padding: 12px;
    border-radius: 0 0 8px 8px;
}

.uq-top-fixed-video__link-content {
    color: #fff;
    text-align: center;
    display: block;
    background-color: #4755cc;
    border-radius: 8px;
    transition: ease .3s opacity;
    font-family: "M PLUS 2", sans-serif;
    font-size: 15px;
    max-width: 200px;
    margin: auto;
}

.uq-top-fixed-video__link-content:hover {
    opacity: .7;
}

@media (min-width:769px) {
    .uq-top-fixed-video {
        position: fixed;
        bottom: 20px;
        color: #fff;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .uq-top-fixed-video-link-text {
        height: 70%;
    }
}

@media (max-width:768px) {
    .uq-top-fixed-video {
        padding-bottom: 55px;
    }

    .uq-top-fixed-video__iframe > iframe {
        max-width: 200px;
        max-height: 110px;
    }

    .uq-top-fixed-video__link-content {
        font-size: 13px;
        max-width: 165px;
    }
}

.video-close {
    position: absolute;
    font-size: 0;
    width: 50px;
    height: 50px;
    top: -30px;
    right: -20px;
    z-index: 1;
    padding: 0;
    background: #fff;
    border: solid 2px #666666;
    border-radius: 50px;
    color: #666666;
    cursor: pointer;
}

.video-close::before,
.video-close::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 2px;
    height: 20px;
    background: #666666;
}

.video-close::before {
    rotate: -45deg;
}

.video-close::after {
    rotate: 45deg;
}

@media (max-width:768px) {
    .video-close {
        width: 40px;
        height: 40px;
        top: -20px;
        right: -20px;
    }
}


.uq-top-resume {
    margin: 0 auto 50px;
    max-width: 600px;
    position: relative;
    z-index: 30;
}

.uq-top-resume .uq-top-button-renew-sub {
    font-size: 20px;
}

@media (max-width:768px) {
    .uq-top-resume .uq-top-button-renew-sub {
        font-size: 16px;
        text-align: center;
    }
}

.uq-top-resume img {
    margin-top: 20px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    width: 100%;
}

.uq-top-resume > a {
    transition: ease .3s opacity;
}

.uq-top-resume > a:hover {
    opacity: .6;
}

.uq-top-resume-text {
    position: relative;
    width: fit-content;
    display: block;
    margin: 0 0 0 auto;
    padding-right: 15px;
    color: #3F6EA7;
}

.uq-top-resume-text::after {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: solid 2px #3F6EA7;
    border-bottom: solid 2px #3F6EA7;
    transform: rotate(-45deg);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: ease .3s;
}

.uq-top-resume > a:hover .uq-top-resume-text::after {
    right: -3px;
}