

h2 {
    width: 52.083vw;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 3.056vw;
    border-bottom: 1px solid #366CBE;
}

h2::after {
    left: 0;
    bottom: 1.25vw;
    content: 'News';
}

section.fv {
    position: relative;
}

section.fv h1 {
    font-size: 2.917vw;
    font-weight: bold;
    position: absolute;
    top: 8.819vw;
    left: 44.167vw;
    color: white;
}

section.fv h1::after {
    content: 'News';
    position: absolute;
    bottom: -1.806vw;
    left: 4.097vw;
    font-weight: bold;
    font-size: 1.111vw;
    letter-spacing: 0.08em;
    color: #366CBE;
}

section.section01 {
    width: 100vw;
    padding-top: 6.944vw;
    padding-bottom: 8.333vw;
}

section.section01 ul.news_list {
    width: 52.083vw;
    list-style: none;
    margin: 4.301vw auto 0;
}

section.section01 ul.news_list li {
    padding-bottom: 1.042vw;
    border-bottom: 1px solid #366CBE;
    margin-top: 1.667vw;
}

section.section01 ul.news_list li:first-child {
    margin-top: 0;
}

section.section01 ul.news_list li .date {
    font-size: 0.972vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.14;
}

section.section01 ul.news_list li .text {
    font-size: 1.111vw;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.45;
    margin-top: 0.694vw;
}

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

    h2 {
        width: 93.333vw;
        margin: 0 auto;
        text-align: left;
        padding-bottom: 11.733vw;
        border-bottom: 1px solid #366CBE;
    }
    
    h2::after {
        left: 0;
        bottom: 4.8vw;
        content: 'News';
    }
    
    section.fv {
        position: relative;
    }
    
    section.fv h1 {
        font-size: 11.2vw;
        font-weight: bold;
        position: absolute;
        top: 32vw;
        left: 26.667vw;
        color: white;
    }
    
    section.fv h1::after {
        content: 'News';
        position: absolute;
        bottom: -6.933vw;
        left: 15.733vw;
        font-weight: bold;
        font-size: 4.267vw;
        letter-spacing: 0.08em;
        color: #366CBE;
    }
    
    section.section01 {
        width: 100vw;
        padding-top: 10.667vw;
        padding-bottom: 10.667vw;
    }
    
    section.section01 ul.news_list {
        width: 93.333vw;
        list-style: none;
        margin: 16.533vw auto 0;
    }
    
    section.section01 ul.news_list li {
        padding-bottom: 4vw;
        border-bottom: 1px solid #366CBE;
        margin-top: 6.4vw;
    }
    
    section.section01 ul.news_list li:first-child {
        margin-top: 0;
    }
    
    section.section01 ul.news_list li .date {
        font-size: 3.733vw;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1.14;
    }
    
    section.section01 ul.news_list li .text {
        font-size: 4.267vw;
        font-weight: 500;
        letter-spacing: 0.08em;
        line-height: 1.45;
        margin-top: 2.667vw;
    }
}