@charset "UTF-8";

.top_philosophy {
    position: relative;
    margin: 0 0 10vh 0;
    height: 90vh;
    overflow: hidden;

    @media only screen and (max-width: 1260px) {
        height: auto;
    }

    @media only screen and (max-width: 690px) {
        margin: 130px 0 10vh 0;
    }

    &::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(1, 48, 79, 0.25);
        z-index: 0;
    }

    .slick-list {
        width: 100%;
        max-width: 1920px;
        z-index: -1;
    }

    .scroll_box_set {
        position: absolute;
        content: "";
        top: 0;
        left: auto;
        right: auto;
        width: 100%;
        max-width: 1400px;
        height: 70vh;
        animation: 60s top_roll backwards linear infinite;
        z-index: +2;
        color: #fff;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);

        @media only screen and (max-width: 1260px) {
            width: fit-content;
            max-width: unset;
            padding: 0 1em 0 0;
        }
    }

    .lead {
        font-weight: 500;
        line-height: 350%;
    }

    .big_font {
        display: block;
        font-size: 200%;
        font-weight: bold;
        letter-spacing: 0.25em;
        line-height: 200%;

        @media only screen and (max-width: 1260px) {
            letter-spacing: 0;
        }
    }

    .no_block {
        display: unset;
        letter-spacing: 0;
    }

    .gizagiza_white {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px;
        /*margin: -60vh 0 0 0;*/
        background: url(../img/gizagiza_white.png) center center / contain repeat-x;
        z-index: +2;

        @media only screen and (max-width: 1260px) {
            background: url(../img/gizagiza_white.png) center center / cover repeat-x;
        }
    }
}

@keyframes top_roll {
    0% {
        top: 100%;
    }

    100% {
        top: -125vh;
    }
}

.top_title {
    width: 25%;
    margin: 0 auto 40px auto;

    @media only screen and (max-width: 1260px) {
        width: 50%;
    }
}


.top_floor_guide {
    margin: 0 0 10vh 0;

    .flex_set {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: stretch;
        gap: 1%;
    }

    .figure_block {
        width: 49%;

        @media only screen and (max-width: 1260px) {
            width: 100%;
            margin: 0 0 1em 0;
        }
    }

    .figures_flex_set {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: stretch;

        .flex_col {
            width: 50%;
        }
    }

    .text_block {
        width: 49%;
        position: relative;

        @media only screen and (max-width: 1260px) {
            width: 100%;
        }
    }

    .catch {
        position: relative;
        margin: 0 0 10px 0;
        padding: 0.25em 1.0em 0.25em 1.5em;
        width: fit-content;
        background: var(--text_ivory);
        border-radius: 40px;
        color: #fff;
        font-size: 175%;
        letter-spacing: 0.1em;


        &::before {
            position: absolute;
            content: "●";
            top: 50%;
            left: 0.5em;
            transform: translate(0, -50%);
            font-size: 60%;
        }

    }

    .lead {
        margin: 0 0 1em 0;
    }

    .fa-circle-chevron-right {
        color: var(--text_blue);
    }

    .right_position {
        display: block;
        text-align: right;
    }

    .font_blue_bold {
        color: #016db6;
        font-size: 115%;
        font-weight: bold;
    }

    .gizagiza_white {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px;
        margin: -60vh 0 0 0;
        background: url(../img/gizagiza_white.png) center center / contain repeat-x;
        z-index: +1;

        &.position_cover {
            background: url(../img/gizagiza_white.png) center center / cover repeat-x;
        }
    }

    .position_relative {
        position: relative;
    }

    .background_1F {
        &::before {
            position: absolute;
            content: "";
            top: 0;
            right: 0;
            width: 75%;
            height: 100%;
            background: url(../img/top_floor_1F_background_01.jpg) top right / contain no-repeat;
            z-index: -1;
            opacity: 0.25;
        }

        &::after {
            position: absolute;
            content: "";
            bottom: 0%;
            right: 0;
            width: 100%;
            height: 400px;
            background: url(../img/top_floor_1F_background_02.jpg) top right / contain no-repeat;
            z-index: -1;
        }
    }

    .background_2F {
        &::before {
            position: absolute;
            content: "";
            top: 0;
            right: 0;
            width: 90%;
            height: 100%;
            background: url(../img/top_floor_2F_background_01.jpg) top right / contain no-repeat;
            z-index: -1;
            opacity: 0.25;
        }

        &::after {
            position: absolute;
            content: "";
            bottom: 1%;
            right: 0;
            width: 100%;
            height: 500px;
            background: url(../img/top_floor_2F_background_02.jpg) top right / contain no-repeat;
            z-index: -1;
        }
    }

    .background_3F {
        &::before {
            position: absolute;
            content: "";
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: url(../img/top_floor_3F_background_01.jpg) top right / contain no-repeat;
            z-index: -1;
            opacity: 0.25;
        }

        &::after {
            position: absolute;
            content: "";
            bottom: 0%;
            right: 0;
            width: 100%;
            height: 450px;
            background: url(../img/top_floor_3F_background_02.jpg) top right / contain no-repeat;
            z-index: -1;
        }
    }
}

.top_topics {
    margin: 0 0 10vh 0;

    .swiper_top_topics {
        overflow: hidden;

        .swiper-wrapper {
            -webkit-transition-timing-function: linear !important;
            -o-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
        }

        .title_block {
            position: relative;
        }

        .catch {
            position: absolute;
            content: "";
            top: 50%;
            left: 0.5em;
            transform: translate(0%, -50%);
            width: 100%;
            max-width: 16em;
            /*height:100%;*/
            color: #fff;
            font-size: 150%;
            text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
        }
    }

    .top_title04 {
        width: 12%;

        @media only screen and (max-width: 1260px) {
            width: 25%;
        }
    }

    .js_modalBtnCont {
        display: block;
        margin: 5px 0 0 auto;
        padding: 0.25em 1em;
        max-width: 10em;
        border: 1px solid var(--text_blue);
        border-radius: 36px;
        background: var(--text_blue);
        text-align: center;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
    }

    .modal_text {
        line-height: 300%;

        a {
            color: var(--text_blue);
            text-decoration: underline;
        }
    }
}