.section-05 {
    min-height: 825px;
    position: relative;
    background: #000;
}

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







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

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

.section-05 .first-line .first-line--title{
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
}

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

.section-05 .first-line--letter label{
    color: #c31925;
    position: absolute;
    bottom: 30px;
    left: 80px;
}

.section-05 .first-line-title {

}

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

.section-05 .second-line .second-line--left {

}

.section-05 .second-line .second-line--left p {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
    width: 195px;
    margin-left: 80px;
}

.section-05 .second-line--right {

}

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

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

}

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

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

.section-05 .asteroid-001 {
    width: 172px;
    height: 145px;
    background: url('../../../img/home-section-05/asteroid.001.png');
    background-repeat: no-repeat;
    position: absolute;
    background-position: -57px -84px;
    top: 310px;
    left: 50%;
    margin-left: 730px;
}

.section-05 .asteroid-002 {
    width: 292px;
    height: 225px;
    background: url('../../../img/home-section-05/asteroid.002.png');
    background-repeat: no-repeat;
    position: absolute;
    background-position: -27px -77px;
    bottom: 165px;
    left: 50%;
    margin-left: -913px;
}

.section-05 .ufo-h03 {
    width: 482px;
    height: 225px;
    background: url('../../../img/home-section-05/ufo.h03.png');
    background-repeat: no-repeat;
    position: absolute;
    background-position: -127px -297px;
    bottom: 0;
    left: 50%;
    margin-left: -932px;
}

@media(max-width:1399px) {
    .section-05 .ufo-h03 {
        bottom: 0;
        margin-left: -762px;
    }

    .section-05 .asteroid-002 {
        bottom: 165px;
        margin-left: -793px;
    }

    .section-05 .asteroid-001 {
        margin-left: 577px;
    }
}

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

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

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

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

    .section-05 .ufo-h03,
    .section-05 .asteroid-002,
    .section-05 .asteroid-001 {
        display: none;
    }
}

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

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