@charset "utf-8";

.top-ue {
    /* width: 100%; */
    height: 1540px;
    background-image: url(../img/nuique_back_new3.png);
    background-position: center 50px;
    background-size: 1070px;
}

.main-copy {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 31px;
    line-height: 2em;
}

.yokosen {
    width: 210px;
    height: 24px;
    margin: 0 auto;
    border-bottom: solid 2px #182d6c44;
}

.sub-copy {
    font-size: 17px;
    text-align: center;
    padding-top: 32px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
}

.top-copy {
    max-width: 300px;
    background-color: #abe4e2;
    margin: 0 auto;
    padding: 204px 0 130px;
}

.slider li img {
    margin: 0 24px;
}

.top-copy-sita {
    font-size: 16px;
    line-height: 3.6em;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    background-color: #abe4e2;
    text-align: center;
    margin: 0 auto;
    max-width: 640px;
    padding: 84px 0 90px;
}

h3 {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    text-align: center;
    padding: 10px 0 30px;
}

.mini {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    text-align: center;
    color: #4bc7c1;
    letter-spacing: 0.6em;
    text-indent: 0.6em;
    padding-top: 100px;
}


/* ----------- トップページのお知らせ ----------- */

.news-list {
    list-style: none outside;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    max-width: 740px;
}

.news-list .item a {
    display: flex;
    flex-wrap: nowrap;
    text-decoration: none;
    border-bottom: solid 1px #182d6c30;
    padding: 26px 30px;
}

.news-list .item:first-child a {
    border-top: solid 1px #182d6c30;
}

.news-list .item .date {
    margin: 0;
    min-width: 120px;
    font-size: 16px;
    padding: 0 20px 0 0;
}


.news-list .item a .title:hover {
    opacity: 0.6;;
}

.ichiran_button {
    font-size: 16px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    color: #182d6c;
    /* border: solid #182d6c30; */
    /* background-color: #fff; */
    /* width: 130px; */
    /* line-height: 30px; */
    /* border-radius: 15px; */
    display: block;
    margin: 24px auto 50px;
    text-align: center;
}

.ichiran_button::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1.5px solid #182d6c;
    border-top: 1.5px solid #182d6c;
    display: inline-block;
    transform: rotate(45deg);
}

.ichiran_button:hover {
    opacity: 0.6;
}

.info-area {
    margin-bottom: 60px;
}

@media(max-width: 936px) {
    .news-list {
        padding: 0 50px;
    }
}

@media screen and (max-width: 767px) {
    .news-list .item a {
        flex-wrap: wrap;
    }

    .news-list .item .date {
        min-width: 100px;
    }

    /* .news-list .item .title {
        margin-top: 6px;
    } */
}

@media(max-width: 540px) {
    .news-list .item a {
        padding: 4%;
    }
}

/* お知らせ */

.oshirasemidashi {
    margin-bottom: 24px;
}

/* ----------- プロフィール ----------- */

.profile {
    margin-bottom: 24px;
}

.profile-area table {
    margin: 0 auto;
    border-collapse: collapse;
    margin-bottom: 40px;
}

th,
td {
    border-bottom: solid 1px #182d6c30;
    line-height: 1.2em;
}

th span,
td span {
    display: inline-block;
}

.top {
    border-top: solid 1px #182d6c30;
}

th {
    font-size: 16px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    padding: 1.1em;
}

td {
    font-size: 16px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    padding: 1.1em 1.4em 1.1em 2.2em;
}

.message {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 80px 0 30px;
}

.kao {
    width: 240px;
}

.meg {
    width: 150px;
    height: 190px;
    border: solid 1px #182d6c;
    color: #182d6c;
    margin: 14px 0 0 0;
}

.message p {
    font-size: 16px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.6em;
    margin-left: 30px;
}

.message-ue {
    margin-bottom: 1em;
}

/* .meg p {
    text-align: center;
    margin: 0;
} */

/* ----------- 生徒さんの声 ----------- */

.seito-voice {
    margin-bottom: 24px;
}

.voice-outer {
    display: flex;
    max-width: 1100px;
    font-size: 16px;
    margin: 0 auto;
    padding: 0 50px;
}

.koe {
    background-color: #ffffffd9;
    padding: 40px;
    border-radius: 16px;
    flex: 1;
}

.koe02 {
    margin: 0 30px;
}

.koe h4 {
    font-size: 20px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    padding-bottom: 18px;
}

.marker {
    background: linear-gradient(transparent 60%, #fff9b1 40%);
}

.koe p {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.6em;
}

/* ----------- レッスンの様子 ----------- */

.mini-news {
    padding-top: 100px;
}

.oshirase {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 17px;
    margin-bottom: 50px;
    line-height: 1.6em;
}

/* .oshirase_outer {
    margin: 0 20px;
} */

.Insta {
    max-width: 1100px;
    margin: 0 auto;
    /* padding: 0 50px; */
}

.insta_button {
    font-size: 17px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    color: #182d6c;
    background-color: #fff;
    line-height: 100px;
    border-radius: 50px;
    display: block;
    margin: 70px auto 140px;
    width: 380px;
    text-align: center;
}

.insta_button:hover {
    opacity: 0.75;
}


@media(max-width: 930px) {

    /* 声を縦並びに */
    .voice-outer {
        display: block;
    }

    .koe02 {
        margin: 0;
    }

    .koe {
        margin-bottom: 30px;
    }
}

@media(max-width: 800px) {

    .top-ue {
        height: 1050px;
        background-size: 890px;
    }

    .top-copy {
        width: 260px;
        padding: 120px 0 60px;
    }

    .main-copy {
        text-align: center;
        font-size: 32px;
        line-height: 1.6em;
    }

    .sub-copy {
        font-size: 17px;
        padding-top: 20px;
        font-family: "Zen Maru Gothic", serif;
        font-weight: 500;
        font-style: normal;
    }

    .top-image .slider li img {
        width: 560px;
        margin: 0 10px;
    }

    .news-list,
    .profile-area {
        padding: 0 4%;
    }

    .voice-outer {
        padding: 0 4%;
    }

    .slider li img {
        margin: 0 12px;
    }

    .top-copy-sita {
        font-size: 16px;
        line-height: 2.2em;
        text-align: center;
        margin: 38px auto 20px;
        padding: 22px 0;
    }

    .mini {
        padding-top: 60px;
    }

    .oshirase span {
        display: inline-block;
    }

    .insta_button {
        line-height: 80px;
        width: 300px;
        margin-bottom: 100px;
    }

    .kao {
        margin: 0 auto 30px;
    }

}

@media(max-width: 600px) {

    th {
        padding: 0.8em 0.8em 0.8em 0.4em;
    }

    td {
        padding: 0.8em 0.4em;
    }

    .non-br-sita {
        display: none;
    }

    .message p {
        margin-left: 0px;
    }

    .message {
        margin: 50px 0 30px;
    }
}

@media(max-width: 500px) {

    .top-ue {
        height: 980px;
        background-size: 670px;
    }

    .top-image .slider li img {
        width: 480px;
        margin: 0 10px;
    }

    .non-br {
        display: none;
    }

    .top-copy-sita {
        text-align: start;
        line-height: 2.2em;
        background-color: #abe4e2;
        width: 100%;
        margin-top: 30px;
        padding: 28px 4%;
    }

    /* .message {
        display: block;
    } */

    /* .message p {
        margin: 0;
    } */

    .kao {
        margin: 0 auto 20px;
    }

}


@media(max-width: 382px) {

    .top-copy-sita {
        text-align: start;
        line-height: 2em;
        background-color: #abe4e2;
        width: 100%;
        margin: 0;
        padding: 14% 4%;
    }

    .insta_button {
        width: 90%;
    }

}