.section-08 {
    min-height: 820px;
    position: relative;
    background: #FFFFFF;
}

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

.section-08 .top-page-title {
    color: #101010;
}

.section-08 .top-page-slogan {
    color: #101010;
}









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

.section-08 .first-line {
    display: grid;
    grid-template-columns: 275px auto;
    gap: 50px;
    color: #101010;
    margin-bottom: 312px;
}

.section-08 .first-line .first-line--title p{
    font-size: 23px;
    line-height: 41px;
    color: #101010;
    padding-right: 69px;
}

.section-08 .first-line .first-line--title h1 {
    font-size: 49px;
    line-height: 50px;
    font-weight: 700;
    color: #101010;
    padding-bottom: 20px;
}

.section-08 .first-line .first-line--title h2 {
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
    color: #101010;
    padding-bottom: 50px;
}

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

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

.section-08 .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-08 .first-line-title {

}

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

.section-08 .second-line .second-line--left {

}

.section-08 .second-line--right {

}

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

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

}

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

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

.section-08 .space {
    width: 762px;
    height: 535px;
    background: url('../../../img/home-section-08/space.png');
    background-repeat: no-repeat;
    position: absolute;
    background-position: -151px -182px;
    top: 318px;
    left: 50%;
    margin-left: -935px;
    z-index: 1;
}

.section-08 .book {
    width: 402px;
    height: 305px;
    background: url(../../../img/home-section-08/book.png);
    background-repeat: no-repeat;
    position: absolute;
    background-position: 1px -1px;
    bottom: 0;
    left: 50%;
    margin-left: -108px;
    z-index: 1;
}

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

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

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

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

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

@media(max-width:767px) {
    .section-08 .book {
        margin-left: -25%;
    }

    .section-08 .space {
        display: none;
    }
}

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

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

    .section-08 .book {
        margin-left: -45%;
    }
}
