@charset "utf-8";

html {
    overflow-x: hidden;
}

body {
    color: #4C5864;
}

img {
    width: 100%;
    height: auto;
    
}

.container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.p-about {
    margin-top: 70px;
}

.about-main {
    display: flex;
    background-color: #E7E7E7;
    margin-bottom: 8rem;
}

.about-inner {
    width: 100%;
    height: 31.25rem;
    display: flex;
    align-items: flex-end;
    position: relative;
    backface-visibility: hidden;
}

.header-title {
    display: flex;
    flex-shrink: 0;
    align-items: flex-end;
    width: 100%;
}

.c-section_title {
    font-size: 12.5rem;
    line-height: .9;
    margin-bottom: -1.15rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: italic;
}

.c-section_sub-title {
    font-size: 1.875rem;
    line-height: 1;
    margin-right: 10rem;
    letter-spacing: .07em;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .about-main {
        margin-bottom: 7.3rem;
    }

    .about-inner {
        height: 14rem;
    }

    .header-title {
        flex-direction: column;
        align-items: normal;
    }

    .c-section_title {
        font-size: 6rem;
        line-height: .94;
        margin-bottom: 0.6875rem;
    }

    .c-section_sub-title {
        font-size: 1.1rem;
        margin-bottom: -0.125rem;
    }
}

.pp-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.pp-title {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 20px;
    letter-spacing: .05em;
}

.pp-list {
    counter-reset: count 0;
}

.pp-list > .pp-txt {
    margin-left: 1.5rem;
    text-indent: -1.5rem;
}

.pp-list > .pp-txt-inner {
    margin-left: 0;
    text-indent: 0;
}

.pp-list > .pp-txt::before {
    content: counter(count)".";
    counter-increment: count 1;
}

.pp-item {
    padding-top: 10px;
}

.pp-item > .pp-item-txt {
    list-style: disc;
    margin-left: 3rem;
}

.pp-txt {
    line-height: 1.7;
    letter-spacing: .05em;
    padding-bottom: 10px;
}



@media screen and (max-width: 768px) {
    .pp-inner {
        padding: 0 10px;
    }
}



@media screen and (min-width: 768px) {
    
    
}

@media screen and (max-width: 767px) {
    
}



















