@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;
    margin-bottom: 8rem;
}

.about-inner {
    width: 100%;
    height: 20.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;
    }
}

.news-main {
    background: #FFF9F2;
    padding: 100px 40px;
}

.news-inner {
    max-width: 1000px;
    padding: 20px 40px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

.news-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.news-item:last-child {
    border-bottom: none;
}

.news-item + .news-item {
    padding-top: 10px;
}

.news-item-info {
    display: flex;
    width: 100%;
    padding: 0 15px 10px 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
}

.news-item-info:hover {
    color: #428cbd;
}

.news-date {
    white-space: nowrap;
    flex-basis: 115px;
    max-width: 115px;
    color: #FF9F0F;
    font-weight: bold
}

.news-title {
    flex-basis: calc(100% - 115px - 15px);
    max-width: calc(100% - 115px - 15px);
    font-weight: bold;
    color: #4C5864;
}



@media screen and (max-width: 768px) {
    .news-main {
        padding: 50px 10px;
    }
    
    .news-inner {
        padding: 10px 25px;
    }
    
    .news-item-info {
        flex-direction: column;
        width: 100%;
        padding: 0 15px 10px 0;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.3;
    }
    
    .news-date {
        flex-basis: 100%;
        max-width: 100%;
        padding-bottom: 5px;
    }

    .news-title {
        flex-basis: 100%;
        max-width: 100%;
    }
}



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

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



















