@charset "UTF-8";

html {
    font-size: 100%;
}

body {
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

.wrapper {
    margin: 0 120px;
}

/*-------------------------------------------
Header
-------------------------------------------*/
#header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

.c-header {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px 120px;
    width: 100%;
}

#header h1 {
    height: 70px;
}

.c-header__list {
    box-sizing: border-box;
    display: flex;
}

.c-header__list-item {
    list-style: none;
    text-decoration: none;
}

.c-header__list-link {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-right: 50px;
}

.c-header__list-link:hover {
    filter: opacity(0.6);
}

/*-------------------------------------------
Mainvisual
-------------------------------------------*/
#mainvisual {
    position: relative;
}

#mainvisual img {
    width: 100%;
    object-fit: cover;
}

#mainvisual h2 {
    position: absolute;
    top: 170px;
    left: 70px;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: 90px;
}

#mainvisual a {
    color: #000;
    position: absolute;
    top: 535px;
    left: 70px;
    font-size: 24px;
    font-weight: 400;
    padding: 20px 45px;
    background-color: #fff;
    border: none;
    border-radius: 50px;
}

#mainvisual a:hover {
    filter: opacity(0.7);
}

/*-------------------------------------------
Concept
-------------------------------------------*/
#concept {
    text-align: center;
}

#concept h2 {
    color: #E9E000;
    font-size: 36px;
    font-weight: 500;
    margin-top: 220px;
}

#concept h3 {
    font-size: 48px;
    font-weight: 700;
    margin-top: 80px;
}

#concept p {
    font-size: 24px;
    margin: 80px 0 220px 0;
}

/*-------------------------------------------
About
-------------------------------------------*/
#about {
    display: flex;
    justify-content: space-between;
    height: 862px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.about_text h2 {
    color: #E9E000;
    font-size: 80px;
    font-weight: bold;
    margin: 85px 0 0 85px;
}

.about_text h3 {
    font-size: 40px;
    font-weight: 500;
    margin: 190px 0 0 85px;
}

.about_text p {
    font-size: 24px;
    margin: 100px 0 0 85px;
}

#about img {
    width: 100%;
}

/*-------------------------------------------
Feature
-------------------------------------------*/
#feature {
    margin-top: 103px;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-top: 67px;
}

#feature h2 {
    color: #E9E000;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}

#feature h3 {
    color: #E9E000;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 170px;
}

.feature_flex {
    display: flex;
    align-items: center;
}

.feature_flex img {
    margin: 105px 0;
}

.feature_text {
    width: 35%;
    margin-left: 80px;
}

.feature_text h2 {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 90px;
}

.feature_text h3 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 50px;
}

.feature_text p {
    font-size: 24px;
}

.feature02_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F3F3F3;
}

.feature02_flex img {
    margin: 105px 0;
}

.feature02_text {
    width: 35%;
    margin-left: 100px;
}

.feature02_text h2 {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 90px;
}

.feature02_text h3 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 50px;
}

.feature02_text p {
    font-size: 24px;
}

/*-------------------------------------------
Apply
-------------------------------------------*/
.apply {
    background: linear-gradient(90deg, #A127DA, #E9E000);
    text-align: center;
    padding-bottom: 165px;
}

.apply h2 {
    font-size: 48px;
    font-weight: bold;
    padding-top: 135px;
    margin-bottom: 50px;
}

.apply p {
    font-size: 24px;
    margin-bottom: 80px;
}

.apply a {
    color: black;
    font-size: 32px;
    font-weight: 500;
    padding: 30px 70px;
    background-color: #fff;
    border: none;
    border-radius: 50px;
}

.apply a:hover {
    filter: opacity(0.7);
}

/*-------------------------------------------
Course
-------------------------------------------*/
#course {
    text-align: center;
    margin: 98px 0 60px 0;
    padding-top: 67px;
}

#course h2 {
    color: #E9E000;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}

#course h3 {
    color: #E9E000;
    font-size: 48px;
    font-weight: bold;
}

.course_flex {
    display: flex;
    justify-content: center;
    padding-bottom: 115px;
    border-bottom: 1px solid #000;
}

.course_text1 {
    padding: 165px 40px 110px 40px;
    background-color: #888888;
    margin-right: 84px;
}

.course_text1 h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.course_text1 h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 50px;
}

.course_text1 h4 {
    width: 338px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.course_text1 p {
    color: #fff;
    font-size: 16px;
}

.course_text2 {
    padding: 165px 40px 90px 20px;
    background-color: #555555;
}

.course_text2 h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.course_text2 h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 50px;
}

.course_text2 h4 {
    width: 359px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.course_text2 p {
    color: #fff;
    font-size: 16px;
}

/*-------------------------------------------
Voice
-------------------------------------------*/
#voice {
    text-align: center;
    margin: 98px 0 50px 0;
    padding-top: 67px;
}

#voice h2 {
    color: #E9E000;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}

#voice h3 {
    color: #E9E000;
    font-size: 48px;
    font-weight: bold;
}

.voice_flex1 {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.voice_flex1 img {
    margin-right: 25px;
}

.voice_flex1 p {
    width: 476px;
    font-size: 16px;
    padding: 20px;
    background-color: #E8F1FB;
    border: none;
    border-radius: 30px;
}

.voice_flex2 {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.voice_flex2 p {
    width: 476px;
    font-size: 16px;
    margin-right: 25px;
    padding: 20px;
    background-color: #E8F1FB;
    border: none;
    border-radius: 30px;
}

.voice_flex3 {
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
    border-bottom: 1px solid #000;
}

.voice_flex3 img {
    margin-right: 25px;
}

.voice_flex3 p {
    width: 476px;
    font-size: 16px;
    padding: 20px;
    background-color: #E8F1FB;
    border: none;
    border-radius: 30px;
}

/*-------------------------------------------
Faq
-------------------------------------------*/
#faq {
    text-align: center;
    margin: 98px 0 170px 0;
    padding-top: 67px;
}

#faq h2 {
    color: #E9E000;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}

#faq h3 {
    color: #E9E000;
    font-size: 48px;
    font-weight: bold;
}

.faq_flex1 {
    display: flex;
    justify-content: center;
    margin-bottom: 110px;
}

.faq_flex1 h2 {
    color: #AFAFAF;
    font-size: 32px;
    font-weight: 500;
    margin-right: 45px;
}

.faq_flex1 h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}

.faq_flex1 p {
    width: 900px;
    font-size: 24px;
}

.faq_flex2 {
    display: flex;
    justify-content: center;
    margin-bottom: 175px;
}

.faq_flex2 h2 {
    color: #AFAFAF;
    font-size: 32px;
    font-weight: 500;
    margin-right: 45px;
}

.faq_flex2 h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}

.faq_flex2 p {
    width: 900px;
    font-size: 24px;
}

/*-------------------------------------------
Footer
-------------------------------------------*/
#footer {
    width: 100%;
    background-color: #333333;
}

#footer p {
    color: #fff;
    font-size: 32px;
    text-align: center;
    padding: 47px 0;
}





/*-------------------------------------------
SP
-------------------------------------------*/
/*-------------------------------------------
ハンバーガーメニュー
-------------------------------------------*/
.c-hamburger-menu {
    position: relative;
}

@media screen and (max-width: 480px) {
    .c-hamburger-menu__list {
        background-color: #eeeeee;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        left: 0;
        padding: 2rem;
        position: absolute;
        transform: translateX(-100%);
        transition: 0.3s;
        top: 100%;
        width: 100%;
    }

    #hamburger:checked~.c-hamburger-menu__list {
        transform: translateX(0%);
        transition: 0.3s;
    }
}

.c-hamburger-menu__input {
    display: none;
}

.c-hamburger-menu__bg {
    background-color: #000;
    cursor: pointer;
    display: none;
    height: 100vh;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

#hamburger:checked~.c-hamburger-menu__bg {
    display: block;
}

.c-hamburger-menu__button {
    display: none;
}

@media screen and (max-width: 480px) {
    .c-hamburger-menu__button {
        align-items: center;
        appearance: none;
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 5px;
        height: 32px;
        justify-content: center;
        width: 32px;
    }
}

.c-hamburger-menu__button-mark {
    background-color: #000;
    display: block;
    height: 1px;
    transition: 0.3s;
    width: 20px;
}

@media screen and (max-width: 750px) {
    #hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(1) {
        transform: translate(2px, 1px) rotate(45deg);
        transform-origin: 0%;
    }

    #hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(2) {
        opacity: 0;
    }

    #hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(3) {
        transform: translate(2px, 3px) rotate(-45deg);
        transform-origin: 0%;
    }
}





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

    /*-------------------------------------------
Header
-------------------------------------------*/
    #header {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
    }

    .c-header {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        width: 100%;
    }

    #header h1 {
        height: 30px;
    }

    img.c-header__logo {
        position: absolute;
        bottom: 2px;
    }

    .c-header__list {
        box-sizing: border-box;
        display: flex;
    }

    .c-header__list-item {
        list-style: none;
        text-decoration: none;
    }

    .c-header__list-link {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        display: block;
        margin-right: 50px;
    }

    .c-header__list-link:hover {
        filter: opacity(0.6);
    }

    /*-------------------------------------------
Mainvisual
-------------------------------------------*/
    #mainvisual {
        position: relative;
    }

    #mainvisual img {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }

    #mainvisual h2 {
        position: absolute;
        top: 135px;
        left: 20px;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        line-height: 35px;
    }

    #mainvisual a {
        color: #000;
        position: absolute;
        top: 283px;
        left: 20px;
        font-size: 10px;
        font-weight: 400;
        padding: 13px 30px;
        background-color: #fff;
        border: none;
        border-radius: 50px;
    }

    #mainvisual a:hover {
        filter: opacity(0.7);
    }

    /*-------------------------------------------
Concept
-------------------------------------------*/
    #concept {
        text-align: center;
    }

    #concept h2 {
        color: #E9E000;
        font-size: 20px;
        font-weight: 500;
        margin-top: 100px;
    }

    #concept h3 {
        font-size: 24px;
        font-weight: 700;
        margin-top: 35px;
    }

    #concept p {
        width: 286px;
        font-size: 14px;
        margin: 35px auto 100px;

    }

    /*-------------------------------------------
About
-------------------------------------------*/
    #about {
        display: flex;
        height: 600px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        flex-direction: column-reverse;
    }

    .about_text {
        height: 300px;
    }

    .about_text h2 {
        color: #E9E000;
        font-size: 32px;
        font-weight: bold;
        margin: 30px 0 30px 0px;
        text-align: center;
    }

    .about_text h3 {
        font-size: 20px;
        font-weight: 500;
        margin: 0 0 15px 0;
        text-align: center;
    }

    .about_text p {
        font-size: 13px;
        margin: 0 20px 50px 20px;
        text-align: center;
    }

    #about img {
        width: 100%;
        height: 300px;
    }

    /*-------------------------------------------
Feature
-------------------------------------------*/
    #feature {
        text-align: center;
        border-bottom: 1px solid #000;
        padding-top: 52px;
        margin-top: 0;
    }

    #feature h2 {
        color: #E9E000;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 0;
    }

    #feature h3 {
        color: #E9E000;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 40px;
    }

    .feature_flex {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .feature_flex img {
        margin: 30px 0 55px 0;
    }

    .feature_text {
        width: 90%;
        margin-left: 0;
    }

    .feature_text h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 35px;
    }

    .feature_text h3 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .feature_text p {
        font-size: 16px;
        margin-bottom: 100px;
    }

    .feature02_flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #F3F3F3;
        flex-direction: column-reverse
    }

    .feature02_flex img {
        margin: 30px 0 55px 0;
    }

    .feature02_text {
        width: 90%;
        margin-left: 0;
    }

    .feature02_text h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 35px;
    }

    .feature02_text h3 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .feature02_text p {
        font-size: 16px;
        margin-bottom: 100px;
    }

    /*-------------------------------------------
Apply
-------------------------------------------*/
    .apply {
        background: linear-gradient(90deg, #A127DA, #E9E000);
        text-align: center;
        padding-bottom: 75px;
    }

    .apply h2 {
        font-size: 24px;
        font-weight: bold;
        padding-top: 75px;
        margin-bottom: 25px;
    }

    .apply p {
        font-size: 16px;
        margin-bottom: 45px;
    }

    .apply a {
        color: black;
        font-size: 16px;
        font-weight: 500;
        padding: 15px 25px;
        background-color: #fff;
        border: none;
        border-radius: 50px;
    }

    .apply a:hover {
        filter: opacity(0.7);
    }

    /*-------------------------------------------
Course
-------------------------------------------*/
    #course {
        text-align: center;
        margin: 28px 0 40px 0;
        padding-top: 52px;
    }

    #course h2 {
        color: #E9E000;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 0;
    }

    #course h3 {
        color: #E9E000;
        font-size: 16px;
        font-weight: bold;
    }

    .course_flex {
        display: flex;
        justify-content: center;
        padding-bottom: 85px;
        border-bottom: 1px solid #000;
        flex-wrap: wrap;
    }

    .course_text1 {
        width: 90%;
        padding: 65px 70px 80px 20px;
        background-color: #888888;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .course_text1 h2 {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .course_text1 h3 {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 45px;
    }

    .course_text1 h4 {
        width: 100%;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .course_text1 p {
        width: 265px;
        color: #fff;
        font-size: 16px;
    }

    .course_text2 {
        width: 90%;
        padding: 50px 70px 70px 20px;
        background-color: #555555;
        margin-right: 0;
        margin-bottom: 0;
    }

    .course_text2 h2 {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .course_text2 h3 {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 45px;
    }

    .course_text2 h4 {
        width: 100%;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .course_text2 p {
        width: 265px;
        color: #fff;
        font-size: 16px;
    }

    /*-------------------------------------------
Voice
-------------------------------------------*/
    #voice {
        text-align: center;
        margin: 28px 0 50px 0;
        padding-top: 52px;
    }

    #voice h2 {
        color: #E9E000;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 0;
    }

    #voice h3 {
        color: #E9E000;
        font-size: 16px;
        font-weight: bold;
    }

    .voice_flex1 {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
        flex-direction: column;
    }

    .voice_flex1 h4 {
        margin: 0 auto;
    }

    .voice_flex1 img {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .voice_flex1 p {
        width: 90%;
        font-size: 16px;
        padding: 20px;
        background-color: #E8F1FB;
        border: none;
        border-radius: 30px;
        margin: 0 auto;
    }

    .voice_flex2 {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
        flex-direction: column-reverse;
    }

    .voice_flex2 h4 {
        margin: 0 auto;
    }

    .voice_flex2 img {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .voice_flex2 p {
        width: 90%;
        font-size: 16px;
        margin-right: 25px;
        padding: 20px;
        background-color: #E8F1FB;
        border: none;
        border-radius: 30px;
        margin: 0 auto;
    }

    .voice_flex3 {
        display: flex;
        justify-content: center;
        padding-bottom: 80px;
        border-bottom: 1px solid #000;
        flex-direction: column;
    }

    .voice_flex3 h4 {
        margin: 0 auto;
    }

    .voice_flex3 img {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .voice_flex3 p {
        width: 90%;
        font-size: 16px;
        padding: 20px;
        background-color: #E8F1FB;
        border: none;
        border-radius: 30px;
        margin: 0 auto;
    }

    /*-------------------------------------------
Faq
-------------------------------------------*/
    #faq {
        text-align: center;
        margin: 28px 0 60px 0;
        padding-top: 52px;
    }

    #faq h2 {
        color: #E9E000;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 0;
    }

    #faq h3 {
        color: #E9E000;
        font-size: 16px;
        font-weight: bold;
    }

    .faq_flex1 {
        display: flex;
        justify-content: center;
        margin: 0 auto 50px;
        width: 90%;
    }

    .faq_flex1 h2 {
        color: #AFAFAF;
        font-size: 14px;
        font-weight: 500;
        margin-right: 40px;
    }

    .faq_flex1 h3 {
        width: 100%;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .faq_flex1 p {
        width: 100%;
        font-size: 16px;
    }

    .faq_flex2 {
        display: flex;
        justify-content: center;
        margin: 0 auto 80px;
        width: 90%;
    }

    .faq_flex2 h2 {
        color: #AFAFAF;
        font-size: 20px;
        font-weight: 500;
        margin-right: 40px;
    }

    .faq_flex2 h3 {
        width: 100%;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 40px;
    }

    .faq_flex2 p {
        width: 100%;
        font-size: 16px;
    }

    /*-------------------------------------------
Footer
-------------------------------------------*/
    #footer {
        width: 100%;
        background-color: #333333;
    }

    #footer p {
        color: #fff;
        font-size: 14px;
        text-align: center;
        padding: 25px 0;
    }










}