.section-07 {
    min-height: 815px;
    position: relative;
    background: #000;
}

.section-07--container {
    padding-top: 38px;
}









.section-07 .top-page-title-and-slogan {
    margin-bottom: 55px;
}

.section-07 .first-line {
    display: grid;
    grid-template-columns: 275px auto;
    gap: 50px;
    color: #FFFFFF;
    margin-bottom: 442px;
}

.section-07 .first-line .first-line--title p{
    font-size: 23px;
    line-height: 33px;
    color: #FFFFFF;
    padding-right: 130px;
}

.section-07 .first-line .first-line--title h1 {
    font-size: 29px;
    line-height: 34px;
    font-weight: 700;
    color: #FFFFFF;
    padding-bottom: 50px;
}

.section-07 .first-line--letter {
    font-size: 100px;
    line-height: 47px;
    font-weight: 700;
    position: relative;
}

.section-07 .first-line--letter label{
    color: #c31925;
    position: absolute;
    top: 87px;
    left: 80px;
}

.section-07 .first-line--letter p {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
    width: 195px;
    margin-left: 80px;
    position: absolute;
    top: 190px;
}

.section-07 .first-line-title {

}

.section-07 .second-line {
    display: grid;
    grid-template-columns: 275px auto;
    gap: 50px;
    color: #FFFFFF;
}

.section-07 .second-line .second-line--left {

}

.section-07 .second-line--right {

}

.section-07 .second-line--right--container {
    display: grid;
    grid-template-columns: calc(50% - 30px) calc(50% - 30px);
    gap: 60px;
}

.section-07 .second-line--right--item {

}

.section-07 .second-line--right--item h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 13px;
}

.section-07 .second-line--right--item p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.section-07 .gate-and-table {
    width: 1362px;
    height: 445px;
    background: url('../../../img/home-section-07/gate-and-table.png');
    background-repeat: no-repeat;
    position: absolute;
    background-position: 0 -222px;
    bottom: -42px;
    left: 50%;
    margin-left: -677px;
    z-index: 1;
}

.section-07 .spaceman {
    width: 182px;
    height: 305px;
    background: url(../../../img/home-section-07/spaceman.png);
    background-repeat: no-repeat;
    position: absolute;
    background-position: -77px -42px;
    bottom: -73px;
    left: 50%;
    margin-left: -858px;
    z-index: 1;
}

@media(max-width:1399px) {
    .section-07 .spaceman {
        margin-left: -688px;
    }
}

@media(max-width:1350px) {
    .section-07 .gate-and-table {
        width: 100%;
        left: 0;
        margin-left: 0;
        background-position: center;
        background-size: cover;
        bottom: -10%;
    }
}

@media(max-width:1250px) {
    .section-07 .gate-and-table {
        bottom: -5%;
    }

    .section-07 .first-line {
        margin-bottom: 39%;
    }
}

@media(max-width:991px) {
    .section-07 .first-line {
        margin-bottom: 48%;
    }
}

@media(max-width:767px) {
    .section-07 .gate-and-table {
        bottom: 0;
        background-position: center 108px;
    }
}

@media(max-width:990px) {
    .section-07 .second-line,
    .section-07 .first-line {
        display: block;
    }

    .section-07 .first-line--letter {
        display: none;
    }

    .section-07 .second-line .second-line--left {
        display: grid;
        grid-template-columns: 200px auto;
        display: none;
    }

    .section-07 .second-line .second-line--left p {
        width: auto;
        margin-left: 0;
    }

    .section-07 .first-line .first-line--title p {
        padding-right: 0;
    }
}

@media(max-width:575px) {
    .section-07 .second-line--right--container {
        display: block;
    }

    .section-07 .second-line--right--item {
        margin-bottom: 50px;
    }
}

@media(max-width:495px) {
    .section-07 .first-line {
        margin-bottom: 270px;
    }
}
