@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;
    }
}

.admission-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
}

.admission-title {
    font-size: 3rem;
    padding-bottom: 30px;
}

.sentence-title {
    font-size: 2rem;
    font-weight: 600;
    padding: 20px 0;
}

.sentence-txt {
    letter-spacing: .05em;
    line-height: 1.7;
}

.admission-list li {
    line-height: 1.7;
    counter-increment: cnt;
    margin-left: 2.7rem;
    text-indent: -2.7rem;
}

.admission-list li::before {
    content: "(" counter(cnt) ") ";
}

.sentence-subtitle {
    margin-left: 10px;
    padding: 50px 0 10px;
}

.nyukai {
    margin: 50px 0;
}

.nyukai a {
    color: #1a0dab;
    font-weight: bold;
}

.nyukai a:hover {
    opacity: .8;
}


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

    .admission-title {
        font-size: 2.4rem;
        padding-bottom: 30px;
    }

    .sentence-title {
        font-size: 1.8rem;
        padding: 20px 0;
    }

    .sentence-txt {
        letter-spacing: .05em;
        line-height: 1.8;
    }

    .admission-list li {
        line-height: 1.8;
    }

    .sentence-subtitle {
        margin-left: 10px;
        padding: 50px 0 10px;
    }

    .nyukai {
        margin: 50px 0;
    }

    .nyukai a {
        font-size: 1.4rem;
    }
}


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

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



















