@charset "utf-8";

#container {
    width: 100%;
    overflow: hidden;
}

.mainvisual {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.mainvisual__flex {
    display: flex;
    justify-content: center;
    margin-top: 2.5vw;
}

.mainvisual__title {
    width: 6.5vw;
    margin: 2vw 4.6vw 0 1vw;
}

.mainvisual__title::after {
    content: '';
    background-image: url('../images/common/watercolor_red.png');
    background-size: 13vw 13vw;
    width: 13vw;
    height: 13vw;
    left: 17vw;
    position: absolute;
    bottom: -30px;
    z-index: 1;
    opacity: .7;
    mix-blend-mode: multiply;
}

.mainvisual__kv {
    width: 55vw;
    position: relative;
}

.mainvisual__kv::before {
    content: '';
    background-image: url('../images/common/watercolor_blue.png');
    background-size: 16vw 15vw;
    background-repeat: no-repeat;
    width: 16vw;
    height: 15vw;
    position: absolute;
    top: -3vw;
    right: -4vw;
    opacity: .7;
}

.mainvisual__kv::after {
    content: '';
    background-image: url('../images/common/watercolor_green.png');
    background-size: 10vw 10vw;
    position: absolute;
    top: 8vw;
    right: -2vw;
    width: 10vw;
    height: 10vw;
    opacity: .3;
}

.mainvisual__kv_img {
    width: 100%;
    object-fit: cover;
}

.mainvisual__copy {
    writing-mode: vertical-rl;
    font-size: 3vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    margin: 3vw 0 0 2.2vw;
    position: relative;
    z-index: 10;
}

.mainvisual__red {
    color: #e16171;
}

.mainvisual__yellow {
    color: #f5cd2c;
}

.mainvisual__blue {
    color: #4ab4bf;
}

.mainvisual__line {
    border-right: solid 1px var(--black);
    padding: .5rem 1rem;
}

.mainvisual__line.__parentheses {
    position: relative;
    top: -2vw;
}

.mainvisual__line.__plus_left {
    border-left: solid 1px var(--black);
}

.mainvisual__copy_sub {
    line-height: 3vw;
    margin: 0 0 0 4vw;
    width: 23vw;
    height: 23vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -1vw;
    z-index: 10;
}

.mainvisual__copy_sub::after {
    content: '';
    background-image: url('../images/common/watercolor_yellow.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 21vw;
    height: 21vw;
    display: block;
    position: absolute;
    top: 1.4vw;
    z-index: 1;
}

.mainvisual__copy_sub::before {
    content: url('../images/common/circle_yellow.svg');
    display: block;
    width: 21vw;
    height: 21vw;
    position: absolute;
    top: 1.5vw;
    z-index: 2;
}

.mainvisual__copy__sub__txt {
    position: relative;
    text-align: center;
    z-index: 3;
}

.mainvisual__copy__sub__txt.__top {
    border-bottom: solid 2px var(--white);
    padding: 0 1vw .7vw;
    margin-bottom: 10px;
}

.mainvisual__copy__sub__txt__largetxt {
    font-size: 2.3vw;
    letter-spacing: -0.2rem;
}

.mainvisual__copy__sub__txt__smalltxt {
    padding-left: .4vw;
    font-weight: normal;
    font-size: 1.4vw;
    letter-spacing: .1vw;
}

.mainvisual__copy__sub__txt.__bottom {
    font-size: 1.6vw;
    font-weight: normal;
}

.mainvisual__copy__sub__txt.__bottom.__second {
    letter-spacing: .3vw;
}

.ham-menu .header__item:nth-child(1) {
    display: none;
}

.header__list {
    margin-top: 4vw;
}

#about {
    background-image: url('../images/common/square_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 1150px;
    text-align: center;
    margin: 100px auto 0;
    padding: 60px 0;
    position: relative;
}

section {
    padding: 90px 0 0;
}

.about__img img {
    position: relative;
    z-index: 2;
    width: 350px;
}

.about__img.__pen {
    position: absolute;
    left: -80px;
    top: 200px;
}

.about__img.__pen::before {
    content: "";
    display: block;
    background-image: url('../images/common/watercolor_blue.png');
    background-size: 170px 170px;
    width: 170px;
    height: 170px;
    opacity: .6;
    position: absolute;
    top: -170px;
    left: 40px;
}

.about__img.__pen::after {
    content: "";
    display: block;
    background-image: url('../images/common/watercolor_red.png');
    background-repeat: no-repeat;
    background-size: 260px 260px;
    width: 260px;
    height: 260px;
    position: absolute;
    bottom: -430px;
    opacity: .7;
    z-index: 1;
}

.about__img.__card {
    position: absolute;
    top: 80px;
    right: -80px;
}

.about__img.__card::before {
    content: "";
    display: block;
    background-image: url('../images/common/watercolor_purple.png');
    background-size: 290px 290px;
    background-repeat: no-repeat;
    width: 290px;
    height: 290px;
    opacity: .5;
    position: absolute;
    top: -130px;
    right: -10px;
}

.about__img.__card::after {
    content: "";
    display: block;
    background-image: url('../images/common/watercolor_yellow.png');
    background-size: 130px 130px;
    background-repeat: no-repeat;
    width: 130px;
    height: 130px;
    position: absolute;
    right: 100px;
    bottom: -160px;
    z-index: 1;
}

.about__title {
    position: relative;
    display: inline-block;
    padding: 30px 20px;
    font-size: 2.2rem;
    letter-spacing: .1rem;
    z-index: 2;
    width: 65%;
    max-width: 450px;
    line-height: 3rem;
}

.about__title_space {
    letter-spacing: 0.4rem;
}

.about__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 6px;
    background-image: radial-gradient(circle, var(--gray) 0%, var(--gray) 27%, transparent 27%, transparent 100%);
    background-size: 14px 6px;
    background-position: 0 100%;
}

.about__txt {
    width: 65%;
    max-width: 410px;
    margin: 20px auto;
    position: relative;
    z-index: 2;
}

.profile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
}

.profile__txt {
    background: var(--green);
    border-radius: 50px;
    padding: 40px 30px 40px 40px;
    color: white;
    position: relative;
    text-align: left;
    z-index: 4;
}

.profile__txt__subtitle {
    line-height: 1.5rem;
    margin-bottom: 10px;
}

.profile__txt::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 15px 0;
    border-color: transparent var(--green) transparent transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
}

.profile__txt h1 {
    margin: 5px 0 20px;
}

.profile picture {
    width: 350px;
    margin-right: 10px;
    position: relative;
    z-index: 4;
}

.profile source,
.profile img {
    position: relative;
    width: 100%;
}

@media (max-width: 1200px) {
    .mainvisual__copy {
        width: inherit;
        writing-mode: horizontal-tb;
        margin: 3vw 0 0;
        font-size: 5vw;
        position: absolute;
        top: 84%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .mainvisual__line.__parentheses {
        top: 0;
        margin: 0 auto;
    }

    .mainvisual__line {
        border: none;
    }

    .mainvisual__line.__plus_left {
        border: solid 1px var(--black);
        border-left: none;
        border-right: none;
        margin: 0 auto;
    }

    .mainvisual__flex {
        display: block;
        width: 80vw;
        margin: auto;
        height: 123vw;
        max-height: 910px;
        position: relative;
    }

    .mainvisual__copy_sub {
        top: 0;
        right: 10vw;
        margin: 0 2vw 0 0;
        align-items: flex-end;
        width: auto;
        height: 15vh;
    }

    .mainvisual__copy__sub__txt.__top {
        display: block;
        border: none;
        text-align: right;
    }

    .mainvisual__copy__sub__txt {
        text-align: right;
    }

    .mainvisual__copy_sub::before,
    .mainvisual__copy_sub::after {
        display: none;
    }

    .mainvisual__title {
        margin: 2vw auto 0 3vw;
        width: 7.5vw;
        min-width: 55px;
        height: 15vh;
        display: flex;
        flex-wrap: wrap;
    }

    .mainvisual__title img {
        width: 100%;
    }

    .mainvisual__copy__sub__txt__bottom {
        display: flex;
        justify-content: flex-end;
        position: relative;
    }

    .mainvisual__copy__sub__txt.__top {
        padding: 0;

    }

    .mainvisual__copy__sub__txt.__top::after,
    .mainvisual__copy__sub__txt__bottom::after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 1.3vw;
        background-color: var(--yellow);
        padding: 0 5px;
        left: -5px;
        bottom: -4px;
        z-index: -1;
    }

    .mainvisual__kv {
        width: 80vw;
        max-width: 800px;
        position: absolute;
        top: 47%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .mainvisual__copy__sub__txt__largetxt {
        font-size: clamp(1rem, 4vw, 2rem);
    }

    .mainvisual__copy__sub__txt__smalltxt {
        font-size: clamp(.8rem, 2.3vw, 1.2rem);
        padding-left: 1vw;
    }

    .mainvisual__copy__sub__txt.__bottom,
    .mainvisual__copy__sub__txt.__bottom.__second {
        font-size: clamp(.9rem, 2.5vw, 1.3rem);
    }

    .mainvisual__kv::before {
        width: 30vw;
        height: 40vw;
        background-image: url('../images/common/watercolor_blue.png'), url('../images/common/watercolor_green.png');
        background-repeat: no-repeat;
        background-size: 30vw, 20vw;
        background-position: top left, bottom center;
        top: -20%;
        right: -25%;
    }

    .mainvisual__kv::after {
        width: 30vw;
        height: 40vw;
        background-image: url('../images/common/watercolor_yellow.png'), url('../images/common/watercolor_red.png');
        background-repeat: no-repeat;
        background-size: 30vw, 15vw;
        background-position: top left, bottom center;
        top: 50%;
        left: -25%;
        opacity: .8;
    }

    .mainvisual__title::after {
        display: none;
    }

    #about {
        padding: 80px 0 50px;
        margin: 100px auto 10px;
        background-size: 90% 100%;
        width: 100%;
        max-width: 1000px;
    }

    #about::after {
        content: "";
        display: block;
        background-image: url(../images/common/watercolor_green.png);
        background-size: 170px 170px;
        width: 170px;
        height: 170px;
        opacity: .6;
        position: absolute;
        bottom: 40%;
        right: 10px;
    }

    .about__img.__card {
        top: -100px;
        width: 24vw;
        min-width: 200px;
        right: 3vw;
    }

    .about__img.__card img {
        width: 100%;
    }

    .about__img.__card::before {
        top: -10px;
        right: 170px;
        width: 150px;
        height: 150px;
        background-size: 150px;
    }

    .about__img.__card::after {
        right: -50px;
        bottom: -100px;
        background-size: 100px 100px;
        width: 100px;
        height: 100px
    }

    .about__img.__pen {
        top: 50%;
        left: 2vw;
    }

    .about__img.__pen img {
        width: 220px;
    }

    .about__img.__pen::before {
        display: none;
    }

    .about__img.__pen::after {
        bottom: 140px;
        left: -15vw;
        background-size: 30vw;
        width: 30vw;
        height: 30vw;
    }

    .profile {
        display: block;
        width: 85%;
        margin: 50px auto 0;
    }

    .profile picture {
        z-index: 5;
    }

    .profile img {
        width: 300px;
        z-index: 5;
    }

    .profile__txt {
        text-align: center;
        margin: -40px auto 0;
        padding: 50px 40px;
        width: 80%;
        max-width: 450px;
    }

    .profile__txt::before {
        display: none;
    }
}

@media (max-width: 600px) {
    .profile {
        margin: 200px auto 0;
    }

    .profile img {
        width: 50%;
    }

    .profile__txt br {
        display: none;
    }

    #about::after {
        bottom: 40%;
        right: 2vw;
        background-size: 20vw 20vw;
        width: 20vw;
        height: 20vw;
    }

    .about__img.__pen {
        top: 53%;
    }
}

@media (max-width: 400px) {
    .profile {
        margin: 280px auto 0;
    }

    .profile__txt {
        padding: 60px 20px;
    }

    .about__img.__card {
        top: -20vw;
    }

    .about__img.__pen {
        top: auto;
        bottom: 35%;
    }

    .about__img.__card img {
        width: 50vw;
    }

    .about__img.__pen img {
        width: 60vw;
    }
}

.features__list {
    display: flex;
    gap: 30px;
    margin: auto;
    width: 1000px;
    padding: 0;
    counter-reset: my-counter;
}

.features__list li {
    list-style: none;
    position: relative;
    border-radius: 50px;
    padding: 40px 35px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.features__list h1 {
    text-align: center;
    font-size: 1.3rem;
    margin: 30px 0 25px;
}

.features__list img {
    width: 75%;
    margin: 15px 0 0 10px;
}

.features__list li::before {
    counter-increment: my-counter;
    content: counter(my-counter, decimal-leading-zero);
    margin-right: 0.5em;
    font-family: var(--title-font);
    font-size: 5rem;
    opacity: .2;
    position: absolute;
    top: 0;
    left: 30px;
    z-index: -1;
}

.features__list__obj {
    border: solid 1px var(--green);
}

.features__list__obj h1 {
    color: var(--green);
}

.features__list__obj::before {
    color: var(--green);
}

.features__list__talk {
    border: solid 1px var(--orange);
}

.features__list__talk h1 {
    color: var(--orange);
}

.features__list__talk::before {
    color: var(--orange);
}

.features__list__pace {
    border: solid 1px var(--blue);
}

.features__list__pace h1 {
    color: var(--blue);
}

.features__list__pace::before {
    color: var(--blue);
}

@media (max-width: 1020px) {
    .features__list {
        flex-direction: column;
        width: 80%;
        max-width: 490px;
    }

    .features__list img {
        width: 60%;
        min-width: 150px;

    }
}

.course__list {
    list-style: none;
    padding: 0;
}

.course__list__item {
    margin: 0 5% 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course__list__item:nth-child(even) {
    margin: 60px 0 0 5%;
}

.course__list__item__img {
    position: relative;
    width: calc(90% - 340px);
    max-width: 570px;
}

.course__list__item__img img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.course__list__item.__elementary .course__list__item__img::before {
    content: "";
    display: block;
    background-image: url(../images/common/watercolor_green.png);
    background-repeat: no-repeat;
    background-size: 350px;
    width: 350px;
    height: 350px;
    position: absolute;
    top: -100px;
    left: -150px;
    opacity: .5;
    z-index: -1;
}

.course__list__item.__elementary .course__list__item__img::after {
    content: "";
    display: block;
    background-image: url(../images/common/watercolor_blue.png);
    background-repeat: no-repeat;
    background-size: 204px;
    width: 204px;
    height: 204px;
    position: absolute;
    top: 170px;
    left: -80px;
    z-index: 1;
}

.course__list__item.__junior .course__list__item__img::before {
    content: "";
    display: block;
    background-image: url(../images/common/watercolor_red.png);
    background-repeat: no-repeat;
    background-size: 200px;
    width: 200px;
    height: 200px;
    position: absolute;
    top: -50px;
    right: -50px;
    opacity: .6;
    z-index: 1;
}

.course__list__item.__junior .course__list__item__img::after {
    content: "";
    display: block;
    background-image: url(../images/common/watercolor_purple.png);
    background-repeat: no-repeat;
    background-size: 430px;
    width: 430px;
    height: 430px;
    position: absolute;
    top: 170px;
    right: -150px;
    z-index: -1;
}

.course__item {
    position: relative;
    margin: 0 0 0 5%;
    width: 340px;
    z-index: 2;
}

.course__list__item:nth-child(even) .course__item {
    margin: 0 6% 0 0;
}

.course__item table {
    margin-bottom: 20px;
    width: 100%;
}

.course__item tr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.course__item td {
    padding: 10px 15px;
}

.course__item__title {
    position: relative;
    color: var(--pink);
    padding: 20px 15px;
}

.course__list__item:nth-child(even) .course__item__title {
    color: var(--blue);
}

.course__item__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 6px;
    background-image: radial-gradient(circle, var(--pink) 0%, var(--pink) 27%, transparent 27%, transparent 100%);
    background-size: 14px 6px;
    background-position: 0 100%;
}

.course__list__item:nth-child(even) .course__item__title::after {
    background-image: radial-gradient(circle, var(--blue) 0%, var(--blue) 27%, transparent 27%, transparent 100%);
}

@media (max-width: 1200px) {

    .course__list__item {
        flex-direction: column;
        margin: auto;
    }

    .course__list__item:nth-child(even) {
        flex-direction: column-reverse;
        margin: 60px 0 0 0;
    }

    .course__list__item__img {
        width: 80%;
    }

    .course__item {
        margin: 0;
    }

    .course__list__item.__elementary .course__list__item__img::after {
        background-size: 200px;
        width: 200px;
        left: -120px;
        bottom: 40px;
    }

    .course__list__item.__junior .course__list__item__img::after {
        background-size: 340px;
        width: 340px;
        height: 340px;
        top: auto;
        bottom: -80px;
        right: -90px;
    }
}

#juku-osaka {
    width: 1100px;
    margin: auto;
    padding: 0;
}

#juku-osaka img {
    margin-top: 50px;
    width: 100%;
}

#juku-osaka a {
    transition: all .3s ease-out;
    display: block;
}

#juku-osaka a:hover {
    transform: scale(1.04);
}

@media (max-width: 1200px) {

    #campaign,
    #juku-osaka {
        width: 90%;
    }
}

@media (max-width: 600px) {
    .campaign__enrollment__limited {
        font-size: 5vw;
        width: 26vw;
        padding: 5vw 5vw 5vw 4vw;
        line-height: 6vw;
        left: -14vw;
    }

    .campaign__enrollment__wrap {
        width: 70%;
    }

    .campaign__enrollment__free {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 7vw;
    }

    .campaign__enrollment__free__free {
        margin-top: 10px;
        min-width: 110px;
    }

    .campaign__enrollment__free__free::after {
        height: 2vw;
    }

    .campaign__bottom__txt {
        top: 0;
        left: 0;
        width: fit-content;
        margin: 0 auto 30px;
    }

    .campaign__bottom__fee__small {
        display: block;
        margin-top: 20px;
    }

    .campaign__bottom__fee__link {
        font-size: clamp(1rem, 3vw, 1.6rem);
        padding: 20px 20px;
        width: 85%;
        text-align: center;
        line-height: 1.7rem;
    }
}

#timetable {
    padding: 90px 0 90px;
}

.timetable__content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.timetable__table {
    font-size: 1.15rem;
    border-spacing: 0 10px;
    position: relative;
}

.timetable__table tr {
    display: revert;
}

.timetable__table::before {
    content: '';
    background-image: url('../images/common/watercolor_yellow.png');
    background-repeat: no-repeat;
    background-size: 350px 340px;
    width: 350px;
    height: 340px;
    display: block;
    position: absolute;
    top: -110px;
    left: -160px;
    z-index: -1;
    opacity: .8;
}

.timetable__table::after {
    content: '';
    background-image: url('../images/common/watercolor_green.png');
    background-repeat: no-repeat;
    background-size: 210px 190px;
    width: 210px;
    height: 190px;
    display: block;
    position: absolute;
    top: 160px;
    left: -120px;
    z-index: -1;
    opacity: .6;
}

.timetable__table td {
    border: solid 1px var(--green);
    border-radius: 0 15px 15px 0;
    margin-bottom: 10px;
    padding: 0 70px;
    background-color: var(--white);
    width: 60%;
}

.timetable__table tr:last-child td {
    text-align: right;
}

.timetable__table th {
    background-color: var(--green);
    color: var(--white);
    width: 200px;
    padding: 15px;
    font-weight: normal;
    border-radius: 15px 0 0 15px;
}

.timetable__table .__space {
    display: block;
    height: 2rem;
}

.timetable__memo h1 {
    width: 100%;
    line-height: 2rem;
    position: relative;
    font-size: 1.5rem;
    margin: 10px 0 20px;
    padding-bottom: 20px;
    text-align: center;
    color: var(--blue);
}

.timetable__memo h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 6px;
    background-image: radial-gradient(circle, var(--blue) 0%, var(--blue) 27%, transparent 27%, transparent 100%);
    background-size: 14px 6px;
    background-position: 0 100%;
}

.timetable__memo .__closed h1 {
    color: var(--pink);
}

.timetable__memo .__closed h1::after {
    background-image: radial-gradient(circle, var(--pink) 0%, var(--pink) 27%, transparent 27%, transparent 100%);
}

.timetable__memo {
    width: 80%;
    max-width: 490px;
}

.timetable__memo section {
    position: relative;
    padding: 30px;
    border-radius: 15px;
    margin: 0 0 0 110px;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
}

.timetable__memo .__morning {
    border: solid 1px var(--blue);
}

.timetable__memo .__closed {
    border: solid 1px var(--pink);
    margin-bottom: 30px;
}

.timetable__memo .__closed::before {
    content: '';
    background-image: url('../images/common/watercolor_red.png');
    background-size: 175px 170px;
    width: 175px;
    height: 170px;
    right: -100px;
    bottom: -30px;
    position: absolute;
    z-index: -1;
    opacity: .7;
    mix-blend-mode: multiply;
}

.timetable__memo .__closed::after {
    content: '';
    background-image: url('../images/common/watercolor_purple.png');
    background-size: 300px 300px;
    width: 300px;
    height: 300px;
    right: -80px;
    bottom: -190px;
    position: absolute;
    z-index: -1;
    opacity: .7;
    mix-blend-mode: multiply;
    rotate: 194deg;
}

.timetable__memo ul {
    list-style: none;
    line-height: 1.8rem;
    margin: 15px 0 0 0;
}

.timetable__memo li::before {
    position: relative;
    top: 14px;
    left: -13px;
    display: inline-block;
    width: 4px;
    height: 4px;
    content: '';
    border-radius: 100%;
    background: var(--black);
}

.timetable__memo .__morning::after {
    content: '';
    height: 300px;
    width: 70px;
    display: block;
    background-image: url('../images/top/brace.png');
    background-repeat: no-repeat;
    background-size: auto 300px;
    position: absolute;
    top: -31px;
    left: -80px;
}

.timetable__memo .__morning p {
    font-size: 1rem;
    text-align: center;
}

.timetable__memo .__morning span {
    position: relative;
    display: inline-block;
}

.timetable__memo span::before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: var(--yellow);
    position: absolute;
    bottom: 8px;
    left: -2px;
    z-index: -1;
    padding: 2px;
}

.timetable__memo .__closed li {
    display: flex;
    padding-bottom: 10px;
}

.timetable__event {
    width: 80px;
    display: block;
}

@media (max-width: 600px) {
    .timetable__memo .__closed li {
        flex-direction: column;
    }

    .timetable__memo li::before {
        top: 17px;
    }
}

@media (max-width: 1200px) {
    .timetable__content {
        flex-direction: column;
        align-items: center;
    }

    .timetable__table {
        width: 80%;
        max-width: 500px;
    }

    .timetable__table td {
        padding: 0 30px;
    }

    .timetable__table td span {
        display: block;
        width: 158px;
        margin: auto;
    }

    .timetable__memo .__morning::after {
        display: none;
    }

    .timetable__memo section {
        margin: 30px 0 0;
    }

    .timetable__memo h1 {
        font-size: 1.3rem;
        margin: 0 auto 20px;
    }

    .timetable__memo .__closed {
        margin: 35px 0 0 0;
    }

    .timetable__memo .__closed::before {
        bottom: 150px;
        right: -210px;
    }

    .timetable__memo .__closed::after {
        bottom: -40px;
        right: -160px;
    }

    .timetable__table th {
        width: 35%;
    }

    .timetable__memo ul {
        width: auto;
        margin: auto;
        padding-left: 25px;
    }

}

.bage__bg {
    background-image: url('../images/top/bg_wave.png'), url('../images/top/bg_beige.jpg');
    background-repeat: no-repeat, repeat;
    background-size: 100%, 1000px;
    padding: 20px 0 0;
}

#questions .accordion {
    width: 1000px;
    margin: auto;
}

.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #03b5d2;
    border-radius: 25px 25px 0 0;
}

.accordion button {
    position: relative;
    display: flex;
    align-items: stretch;
    text-align: left;
    width: 100%;
    padding: .5em 0;
    background-color: var(--blue);
    color: var(--white);
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    outline: none;
    border-radius: 25px;
    margin-top: 15px;
}

.accordion button::before {
    content: 'Q';
    display: inline;
    color: var(--white);
    padding: 10px 40px;
    margin-right: 40px;
    font-size: 1.5rem;
    border-right: 1px solid #b6d8e3;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: var(--white);
}

.accordion button .accordion-title {
    padding: 10px 60px 10px 0;
    line-height: 2rem;
}

.accordion button .icon {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 30px;
}

.accordion button .icon::before,
.accordion button .icon::after {
    transition: all 200ms ease-out;
}

.accordion button[aria-expanded=false] .icon::before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    rotate: 45deg;
    border-bottom: solid 1px var(--white);
    border-right: solid 1px var(--white);
}

.accordion button[aria-expanded=true] {
    color: var(--white);
}

.accordion button[aria-expanded=true] .icon::after {
    display: block;
    content: "";
    position: relative;
    top: 15px;
    width: 30px;
    height: 30px;
    rotate: 45deg;
    border-top: solid 1px var(--white);
    border-left: solid 1px var(--white);
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 10em;
    transition: all 200ms ease-out;
    will-change: opacity, max-height;
    background: var(--white);
    position: relative;
    border-radius: 0 0 25px 25px;
    border: solid 1px var(--blue);
    border-top: none;
}

.accordion button[aria-expanded=true]+.accordion-content::before {
    content: 'A';
    display: block;
    width: 75px;
    height: 75px;
    background-color: var(--white);
    background-image: url('../images/common/watercolor_red.png');
    background-size: contain;
    background-repeat: no-repeat;
    color: var(--pink);
    font-size: 2rem;
    text-align: center;
    line-height: 65px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms ease-out, max-height 200ms ease-out;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    padding: 2em 10px 2em 135px;
    width: 990px;
}

.read-more {
    font-size: 1.2rem;
    color: var(--blue);
    border: solid 1px var(--blue);
    border-radius: 90px;
    padding: 25px 60px;
    margin: 30px auto;
    background-color: var(--white);
    text-align: center;
    display: table;
    cursor: pointer;
}

.read-more.active {
    display: none;
}

.read-more-content {
    display: none;
}

@media (max-width: 1200px) {
    #questions .accordion {
        width: 80%;
    }

    .accordion button .accordion-title {
        padding: 10px 40px 10px 0;
        width: 60%;
    }

    .accordion .accordion-content p {
        width: 100%;
        padding: 20px 20px 20px 94px;
    }

    .accordion button[aria-expanded=true]+.accordion-content {
        max-height: 24em;
    }

    .accordion button::before {
        padding: 10px 25px;
        margin-right: 25px;
    }

    .accordion button[aria-expanded=true] .icon::after,
    .accordion button[aria-expanded=false] .icon::before {
        width: 20px;
        height: 20px;
    }

    .accordion button[aria-expanded=true]+.accordion-content::before {
        scale: .8;
        left: 6px;
        top: 44%;
    }

}

#access {
    margin: 0 0 60px;
}

.access__wrap {
    display: flex;
    background-color: var(--white);
    border: solid 1px var(--blue);
    border-radius: 30px;
    padding: 50px;
    margin-bottom: 50px;
    justify-content: space-around;
    position: relative;
    width: 1000px;
    margin: auto;
}

.access__wrap table {
    border-spacing: 25px 10px;
}

.access__wrap th {
    border-radius: 50px;
    font-size: .9rem;
    color: var(--white);
    height: 2rem;
    padding: 0 20px;
    font-weight: normal;
    font-family: var(--title-font);
}

.access__wrap .train {
    background-color: var(--green);
}

.access__wrap .buss {
    background-color: var(--blue);
}

.access__wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 70%;
    background-image: radial-gradient(circle, var(--blue) 0%, var(--blue) 18%, transparent 29%, transparent 100%);
    background-size: 14px 17px;
    background-position: 0 100%;
}

.access__address__wrap {
    position: relative;
    top: 0px;
}

.access__address__bottom {
    padding-top: 5px;
    line-height: 2rem;
}

.access__wrap td {
    line-height: 2rem;
    margin-top: 10px;
}

.map {
    width: 100%;
    height: 500px;
    position: relative;
    top: 5px;
}

@media (max-width: 1200px) {
    .access__wrap {
        flex-direction: column;
        align-items: center;
        width: 80%;
        max-width: 498px;
        padding: 0;
        margin: 0 auto;
    }

    .access__wrap table {
        margin: 50px auto;
    }

    .access__wrap::after {
        width: 80%;
        height: 15px;
        top: calc(50% + 5px);
    }

    .access__address__wrap {
        margin: 40px 50px 50px;
    }

    .access__address__wrap {
        top: 7px;
    }
}

#contact {
    position: relative;
    width: 1250px;
    text-align: center;
    margin: 100px auto 0;
}

.contact__wrap {
    padding: 40px 0 50px;
    background-image: url('../images/common/square_bg.png');
    background-size: 85% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact__wrap::before {
    content: '';
    display: block;
    background-image: url('../images/common/watercolor_blue.png');
    /* background-image: url('../images/common/watercolor_blue.png'), url('../images/common/watercolor_purple.png'); */
    background-size: 230px, 170px;
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    width: 250px;
    height: 300px;
    position: absolute;
    left: 0;
    bottom: -40px;
}

.contact__txt__wrap {
    margin: 50px 100px 40px 50px;
}

.contact__txt__wrap__heading {
    text-align: left;
}

.contact__qr {
    position: relative;
}

.contact__qr__txt {
    background-image: url('../images/common/circle_yellow.svg');
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    background-position: center;
    padding: 50px;
    font-family: var(--title-font);
    line-height: 2rem;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: -170px;
    right: -150px;
    z-index: 1;
}

.contact__qr__txt span {
    position: relative;
    top: -4px;
}

.contact__qr::after {
    content: "";
    display: block;
    background-image: url('../images/common/watercolor_red.png');
    background-size: 150px 130px;
    position: absolute;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    top: -90px;
    right: -200px;
    opacity: .5;
}

.contact__qr__img {
    position: relative;
    z-index: 1;
    width: 230px;
}

.contact__txt {
    margin: 0 0 1.6rem;
    display: flex;
}

.instagram__image__wrap {
    display: flex;
}

.instagram__image__wrap img {
    /* width: calc(50% - 2px); */
    /* 3つ並べる場合 */
    /* width: calc(33.33% - 2px); */
    /* 2pxは各画像の間隔のマージン */
    margin-bottom: 4px;
}

.instagram__image__wrap_1 img {
    width: calc(20% - 2px);
}

.instagram__image__wrap_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 1200px) {

    .instagram__image__wrap {
        display: block;
    }

    .instagram__image__wrap img {
        width: calc(33.33% - 2px);
    }

    .instagram__image__wrap_1 {
        padding-right: 0px;
    }

    #contact {
        display: none;
    }
}

@media (max-width: 600px) {
    .instagram__image__wrap img {
        width: calc(50% - 2px);
        /* 2pxは各画像の間隔のマージン */
        margin-bottom: 2px;
        /* 画像の下にマージンを設定 */
    }
}

@media (max-width: 400px) {
    .mainvisual__flex {
        height: 153vw;
        width: 90vw;
    }

    .mainvisual__kv {
        width: 90vw;
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        margin: 5vw 0 0;
    }

    .mainvisual__kv::before {
        right: -15%;
    }

    .mainvisual__kv::after {
        left: -15%;
    }

    .mainvisual__copy {
        position: static;
        transform: none;
        margin: 9vw 0 0;
    }

    .mainvisual__copy__sub__txt__bottom {
        flex-direction: column;
        line-height: 1.2rem;
        align-items: flex-end;
    }

    .mainvisual__copy__sub__txt__bottom::after {
        display: none;
    }

    .mainvisual__copy__sub__txt.__bottom::after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 1.3vw;
        background-color: var(--yellow);
        padding: 0 5px;
        left: -5px;
        bottom: -0.2vw;
        z-index: -1;
    }

    .about__title {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    .course__item {
        width: 90%;
    }

    .course__list__item.__elementary .course__list__item__img::before {
        background-size: 60vw;
        width: 60vw;
        height: 60vw;
        top: -20vw;
        left: -35vw;
    }

    .course__list__item.__elementary .course__list__item__img::after {
        background-size: 30vw;
        width: 30vw;
        height: 30vw;
        top: 30vw;
        left: -15vw;
    }

    .course__list__item.__junior .course__list__item__img::before {
        background-size: 40vw;
        width: 40vw;
        height: 40vw;
        top: -10vw;
        right: -15vw;
    }

    .course__list__item.__junior .course__list__item__img::after {
        background-size: 60vw;
        width: 60vw;
        height: 60vw;
        top: 10vw;
        right: -30vw;
    }

    .timetable__table tbody {
        display: flex;
        flex-direction: column;
    }

    .timetable__table tr {
        display: flex;
        flex-direction: column;
    }

    .timetable__table th {
        width: 100%;
        border-radius: 15px 15px 0 0;
    }

    .timetable__table td {
        padding: 15px;
        border-radius: 0 0 15px 15px;
        width: 100%;
    }

    .accordion button {
        flex-direction: column;
    }

    .accordion button .accordion-title {
        width: 100%;
        padding: 20px 20px 40px;
    }

    .accordion button .icon {
        top: auto;
        bottom: 20px;
        right: 50%;
        transform: translateX(50%);
    }

    .accordion button::before {
        display: none;
    }

    .accordion button[aria-expanded=true]+.accordion-content::before {
        display: none;
    }

    .accordion .accordion-content p {
        padding: 20px;
    }

    .accordion button[aria-expanded=true]+.accordion-content {
        max-height: 30em;
    }

    .read-more {
        padding: 25px;
        line-height: 2rem;
    }

    .access__wrap tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .access__wrap th {
        padding: 10px;
        height: auto;
    }

    .access__address__wrap {
        position: relative;
        margin: 10px 40px 40px;
    }

    .access__wrap table {
        margin: 20px 0 0;
    }

    .access__address__wrap::before {
        content: "";
        position: absolute;
        top: -25px;
        display: block;
        width: 100%;
        height: 15px;
        background-image: radial-gradient(circle, var(--blue) 0%, var(--blue) 18%, transparent 29%, transparent 100%);
        background-size: 14px 17px;
        background-position: 0 100%;
    }

    .access__wrap::after {
        display: none;
    }

    .instagram__image__wrap img {
        width: 100%;
    }
}

@media (max-width: 300px) {
    .course__item tr {
        flex-direction: column;
        align-items: center;
    }
}