/*--------------------*/
/* base
/*--------------------*/

li {
    list-style-type: none;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
    color: #000;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN",
        sans-serif;
}

/* 基本設定
/*--------------------*/

html {
    font-size: 62.5%;
}

/* course
/*--------------------*/

.common {
    background: url(../img/course/course-fv.png);
}

@media screen and (max-width: 768px) {
    .common {
        background-size: cover;
        background-position: center center;
    }
}

.curse-cl {
    color: #ff9718;
}


/* anchor
/*--------------------*/

.anchor {
    background-image: url(../img/course/course-bg.png);
}

.anchor__inner {
    max-width: 61.45vw;
    width: 100%;
    padding: 7rem 2vw 0;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .anchor__inner {
        max-width: inherit;
        padding: 3rem 2rem 0;
    }
}

.anchor .util__sub--title {
    color: #ff9718;
}

@media screen and (max-width: 768px) {
    .anchor .util__sub--title {
      font-size: 3vw;
      line-height: 1.5;
      position: relative;
    }
	
    .anchor .util__sub--title::after {
        content: "＼";
        display: inline-block;
        position: absolute;
        top: 50%;
        left:26%;
        font-size: 5vw;
        transform: translateY(-40%);
    }

    .anchor .util__sub--title::before {
        content: "／";
        display: inline-block;
        position: absolute;
        top: 50%;
        right:26%;
        font-size: 5vw;
        transform: translateY(-40%);
    }

    .anchor .util__sub--title span {
        display: none;
    }
}

@media screen and (max-width: 428px) {
    .anchor .util__sub--title {
		font-size: 2rem;
    }
	
	    .anchor .util__sub--title::after {
        content: "＼";
        display: inline-block;
        position: absolute;
        top: 50%;
        left:5%;
        font-size: 7vw;
        transform: translateY(-40%);
    }

    .anchor .util__sub--title::before {
        content: "／";
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 5%;
        font-size: 7vw;
        transform: translateY(-40%);
    }
}

.anchor__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
    margin-top: 7rem;
}

@media screen and (max-width: 768px) {
    .anchor__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem 0;
        margin-top: 3rem;
    }
}

.anchor__item {
    max-width: 17.7vw;
    width: 100%;
    border-radius: 1rem;
    position: relative;
}

@media screen and (max-width: 768px) {
    .anchor__item {
        max-width: 45rem;
        width: 100%;
        margin: 0 auto;
    }
}

.anchor__item a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}

.anchor__img {
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
}

@media screen and (max-width: 768px) {
    .anchor__img {
        max-width: 2.4rem;
        width: 100%;
        margin-right: 1rem;
    }
}

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

.a__pink {
    padding: 3.1rem 0 3rem;
    background: linear-gradient(#fc8e91, #E55358);
}

@media screen and (max-width: 768px) {
    .a__pink {
        padding: 2.3rem 0;
    }
}

.a__green {
    background: linear-gradient(#9edf65, #519f53);
    padding: 3.1rem 0 3rem;
}

@media screen and (max-width: 768px) {
    .a__green {
        padding: 2.3rem 0;
    }
}

.a__blue {
    background: linear-gradient(#48c0d2, #2287c1);
    padding: 3.1rem 0 3rem;
}

@media screen and (max-width: 768px) {
    .a__blue {
        padding: 2.3rem 0;
    }
}

.anchor__text {
    color: #fff;
    text-align: center;
    font-size: 1.25vw;
    line-height: 1.33;
}

@media screen and (max-width: 768px) {
    .anchor__text {
        font-size: 2rem;
    }

    .anchor__text:not(:first-child) {
        margin-top: 0.5rem;
    }
}

.anchor__content {
    display: flex;
    margin-top: 2rem;
    align-items: center;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    .anchor__content {
        display: block;
        text-align: center;
    }
}

.anchor__sub {
    font-size: 1.1vw;
    margin-right: 1vw;
}

@media screen and (max-width: 768px) {
    .anchor__sub {
        font-size: 1.8rem;
        margin-right: 0;
    }
}

.a__link {
    font-size: 1.25vw;
    max-width: 17.7vw;
    width: 100%;
    border: 2px solid #ff9718;
    background-color: #fff;
    padding: 1.7rem 1.3vw 1.8rem 4vw;
    font-weight: bold;
    border-radius: 3rem;
    position: relative;
}

@media screen and (max-width: 1550px) {
    .a__link {
        padding: 1.7rem 1vw 1.8rem 4vw;
    }
}

@media screen and (max-width: 1440px) {
    .a__link {
        padding: 1.7rem 1vw 1.7rem 3.7vw;
    }
}

@media screen and (max-width: 1024px) {
    .a__link {
        padding: 0.8rem 1vw 1.3rem 3vw;
    }
}

@media screen and (max-width: 768px) {
    .a__link {
        margin-top: 2rem;
        font-size: 1.8rem;
        max-width: 31rem;
        padding: 1.7rem 1.3vw 1.8rem 12vw;
    }
}

.a__link a {
    color: #ff9718;
}

.a__link a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}


.arrow {
    position: relative;
    display: inline-block;
    width: 9.7px;
    height: 15.3px;
    margin-left: 4.3vw;
    margin-bottom: 0.3rem;
}

@media screen and (max-width: 1440px) {
    .arrow {
        margin-left: 2.5vw;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1024px) {
    .arrow {
        top: 0.2rem;
    }
}

@media screen and (max-width: 768px) {
    .arrow {
        margin-left: 12.3vw;
    }
}

.arrow::before,
.arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 12px;
    height: 3px;
    border-radius: 9999px;
    background-color: #ff9718;
    transform-origin: calc(100% - 1px) 50%;
}

@media screen and (max-width: 1440px) {
    .arrow::before,
    .arrow::after {
        width: 8px;
        height: 2px;
    }
}

@media screen and (max-width: 1024px) {
    .arrow::before,
    .arrow::after {
        width: 7px;
        height: 2px;
    }
}

@media screen and (max-width: 768px) {
    .arrow::before,
    .arrow::after {
        width: 11px;
        height: 2px;
    }
}

.arrow::before {
    transform: rotate(45deg);
}

.arrow::after {
    transform: rotate(-45deg);
}
/* course
/*--------------------*/

.course3 {
    background-image: url(../img/course/course-bg.png);
}

.course3__inner {
    max-width: 61.45vw;
    width: 100%;
    padding: 9.6rem 2vw 10rem;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .course3__inner {
        padding: 4rem 2rem 5rem;
        max-width: 45rem;
        width: 100%;
    }
}

.course3__item:not(:first-child) {
    margin-top: 6rem;
}

@media screen and (max-width: 768px) {
    .course3__item:not(:first-child) {
        margin-top: 3rem;
    }
}

.corse3__item--box {
    background: linear-gradient(#fc8e91, #e55358);
    padding: 5rem 0 4.9rem 4.6vw;
    border-radius: 1rem;
    position: relative;
}



@media screen and (max-width: 768px) {
    .corse3__item--box {
        padding: 2rem 0 2rem 4.8rem;
    }
}

.corse3__item--box::after {
    content: "";
    background-image: url(../img/course/line-pink.png);
    max-width: 0.8rem;
    width: 100%;
    height: 13rem;
    display: inline-block;
    position: absolute;
    top: 5rem;
    left: 2.5vw;
}

@media screen and (max-width: 1440px) {
    .corse3__item--box::after {
        top: 3.5rem;
    }
}

@media screen and (max-width: 768px) {
    .corse3__item--box::after {
        max-width: 0.8rem;
        width: 100%;
        height: 14.6rem;
        top: 1.5rem;
        left: 2rem;
    }
}

.course3__title {
    font-size: 3.1vw;
    font-weight: bold;
    color: #fff;
    font-family: "Raleway";
    position: relative;
    z-index: 15;
}

@media screen and (max-width: 768px) {
    .course3__title {
        font-size: 3.6rem;
    }
}

.course3__area {
    display: flex;
}

@media screen and (max-width: 768px) {
    .course3__area {
        display: block;
    }
}

.course3__text {
    font-size: 1.3vw;
    margin-top: 1.4rem;
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .course3__text {
        font-size: 2.2rem;
        margin-top: 0.4rem;
    }
}

.course3__label {
    background-color: #ffe1e3;
    font-size: 0.9vw;
    max-width: 9.5vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.6rem 0 0 0.9vw;
    padding: 0.8rem 0;
}

@media screen and (max-width: 768px) {
.course3__label {
    font-size: 1.6rem;
    max-width: 16.2rem;
    margin:  2.6rem 0 0;
    padding: 0.8rem 0;
    line-height: 2;
}
}

/* junior
/*--------------------*/

.junior__content {
    display: flex;
    background-color: #fff;
    padding: 0 2.6vw 5rem;
}

@media screen and (max-width: 768px) {
    .junior__content {
        display: block;
        padding: 1.8rem 2rem 3rem;
    }
}

.junior__content--box {
    max-width: 26vw;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .junior__content--box {
        max-width: inherit;
    }
}

.junior__lesson {
    margin-top: 4rem;
    font-size: 1.1vw;
    font-family: "Raleway";
    font-style: italic;
    color: #fc8e91;
    text-align: center;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .junior__lesson {
        margin-top: 0;
        font-size: 1.8rem;
    }
}

.junior__lesson:before,
.junior__lesson:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    border-top: 1.5px dotted #fc8e91;
}

.junior__lesson:before {
    margin-right: 1rem;
}

.junior__lesson:after {
    margin-left: 1rem;
}

@media screen and (max-width: 768px) {
    .junior__lesson:before {
        margin-right: 1.5rem;
    }
    
    .junior__lesson:after {
        margin-left: 1.5rem;
    }
}

.junior__title {
    margin-top: 1rem;
    font-size: 1.2vw;
    color: #fff;
    font-weight: bold;
    background-color: #fc8e91;
    border-radius: 1rem;
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .junior__title {
        font-size: 2rem;
        padding: 0.5rem 0;
        line-height: 1.5;
    }
}

.junior__content--text {
    padding: 3.3rem 1rem 3rem 3.1vw;
    font-size: 1vw;
    line-height: 1.8;
    position: relative;
    border-bottom: 1px dashed #bfbfbf;
}

@media screen and (max-width: 768px) {
    .junior__content--text {
        padding: 2rem 0 1.5rem 4.6rem;
        font-size: 1.6rem;
    }
}

.junior__content--text::after {
    content: "";
    background-image: url(../img/course/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    max-width: 1.6vw;
    width: 100%;
    height: 31.5rem;
    position: absolute;
    top: 3.3rem;
    left: 0;
}

@media screen and (max-width: 1550px) {
    .junior__content--text::after {
        max-width: 2.1vw;
        width: 100%; 
        top: 3.5rem;
        background-size: contain;
    }
}

@media screen and (max-width: 1440px) {
    .junior__content--text::after {
        max-width: 2.2vw;
        width: 100%; 
        top: 3.5rem;
    }
}


@media screen and (max-width: 768px) {
    .junior__content--text::after {
        content: "";
        max-width: 3.15rem;
        width: 100%;
        height: 3.15rem;
        top: 2.6rem;
    }
}

.junior__box {
    margin-left: 2.6vw;
}

@media screen and (max-width: 768px) {
    .junior__box {
        margin-left: 0;
    }
}

.junior__box--img {
    max-width: 23vw;
    width: 100%;
    margin-top: -35%;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .junior__box--img {
        max-width: inherit;
        margin-top: 2rem;
    }
}

.junior__box--title {
    font-size: 1.1vw;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(#fc8e91, #e55358);
    max-width: 15.6vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.3rem auto 0;
    border-radius: 3rem;
    line-height: 1.636;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .junior__box--title {
        font-size: 1.5rem;
        max-width: 20.6rem;
        width: 100%;
        margin: 1.9rem auto 0;
    }
}

.junior__box--area {
    background-color: #fff1f1;
    padding: 5.1rem 1.3vw 3rem 1.5vw;
    margin-top: -2rem;
    border-radius: 1rem;
}

@media screen and (max-width: 768px) {
    .junior__box--area {
        padding: 3.5rem 2rem 2rem;
    }
}

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

.junior__area:not(:first-child) {
    padding-top: 1.5rem;
}

@media screen and (max-width: 768px) {
    .junior__area:not(:first-child) {
        padding-top: 0.89rem;
    }
}

.junior__area:not(:last-child) {
    padding-bottom: 2.45rem;
    border-bottom: 1px dotted #ef6569;
}

@media screen and (max-width: 768px) {
    .junior__area:not(:last-child) {
        padding-bottom: 1rem;
    }
}

.junior__area--img {
    max-width: 3.4vw;
    width: 100%;
    margin-right: 1.3rem;
}

@media screen and (max-width: 768px) {
    .junior__area--img {
        max-width: 4.6rem;
        width: 100%;
        margin-right: 1.1rem;
    }
}

@media screen and (max-width: 350px) {
    .junior__area--img {
        max-width: 3rem;
    }
}

.junior__area--text {
    font-size: 1.1vw;
    font-weight: bold;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .junior__area--text {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 350px) {
    .junior__area--text {
        font-size: 1.4rem;
    }
}

.j__pink {
    font-size: 3.1vw;
    color: #ef6569;
    font-weight: bold;
    line-height: 1.25;
    margin-left: 3.8vw;
}

@media screen and (max-width: 768px) {
    .j__pink {
        font-size: 4rem;
        margin-left: 3rem;
    }
}

@media screen and (max-width: 350px) {
    .j__pink {
        font-size: 2.5rem;
        margin-left: 2.5rem;
    }
}

.p__price {
    font-size: 3.1vw;
    color: #ef6569;
    font-weight: bold;
    line-height: 1.25;
    margin-left: 1.4vw;
}

@media screen and (max-width: 768px) {
    .p__price {
        font-size: 4rem;
        margin-left: 0.5rem;
    }
}

@media screen and (max-width: 350px) {
    .p__price {
        font-size: 2.5rem;
        margin-left: 1.5rem;
    }
}

.unit {
    font-size: 1.1vw;
    font-weight: bold;
    margin: 3rem 0 0 1rem;
}

@media screen and (max-width: 768px) {
    .unit {
        font-size: 1.6rem;
        margin: 2rem 0 0 0.5rem;
    }
}

@media screen and (max-width: 768px) {
    .unit {
        font-size: 1.4rem;
        margin: 1rem 0 0 0.5rem;
    }
}

/* senior
/*--------------------*/

.senior .corse3__item--box {
    background: linear-gradient(#9edf65, #519f53);
    position: relative;
}

.senior .corse3__item--box::after {
    content: "";
    background-image: url(../img/course/line-green.png);
    max-width: 0.8rem;
    width: 100%;
    height: 13rem;
    display: inline-block;
    position: absolute;
    top: 5rem;
    left: 2.5vw;
}

@media screen and (max-width: 1440px) {
    .senior .corse3__item--box::after {
        top: 3.5rem;
    }
}

@media screen and (max-width: 768px) {
    .senior .corse3__item--box::after {
        height: 14.6rem;
        top: 1.5rem;
        left: 2rem;
    }
}

.senior .course3__label {
    background-color: #edffde;
}

.senior .junior__lesson {
    color: #88c255;
}

.senior .junior__lesson:before,
.senior .junior__lesson:after {
    content: "";
    border-top: 1.5px dotted #88c255;
}

.senior .junior__title {
    background-color: #88c255;
}

.senior .junior__content--text {
    position: relative;
    padding: 2.7rem 0 2.7rem 3.1vw;
}

@media screen and (max-width: 1440px) {
    .senior .junior__content--text {
        padding: 2.4rem 0 2.4rem 3.1vw;
    }
}

@media screen and (max-width: 768px) {
    .senior .junior__content--text {
        padding: 2rem 0 2rem 4.6rem;
    }
}

.senior .junior__content--text::after {
    content: "";
    background-image: url(../img/course/check-green.png);
    background-size: contain;
}

@media screen and (max-width: 1440px) {
.senior .junior__content--text::after {
    top: 2.5rem;
    background-size: contain;
}
}

.senior .junior__box--title {
    background: linear-gradient(#9edf65, #519f53);
}

.senior .junior__box--area {
    background-color: #f6ffee;
}

.j__green {
    color: #88c255;
}

/* middle
/*--------------------*/

.middle .corse3__item--box {
    background: linear-gradient(#48c0d2, #2287c1);
    position: relative;
}

.middle .corse3__item--box::after {
    content: "";
    background-image: url(../img/course/line-blue.png);
    max-width: 0.8rem;
    width: 100%;
    height: 13rem;
    display: inline-block;
    position: absolute;
    top: 5rem;
    left: 2.5vw;
}

@media screen and (max-width: 1440px) {
    .middle .corse3__item--box::after {
        top: 3.5rem;
    }
}

@media screen and (max-width: 768px) {
    .middle .corse3__item--box::after {
        height: 18.2rem;
        top: 2rem;
        left: 2rem;
    }
}

.middle .course3__label {
    background-color: #e1f7ff;
    max-width: 5vw;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .middle .course3__label {
        max-width: 9.6rem;
        width: 100%;
        margin-top: 1.5rem;
    }

    .middle .course3__text {
        line-height: 1.4;
    }

    .middle .course3__title {
        line-height: 1.2;
    }
}

.middle .junior__lesson {
    color: #46bed1;
}

.middle .junior__lesson:before,
.middle .junior__lesson:after {
    content: "";
    border-top: 1.5px dotted #46bed1;
}

.middle .junior__title {
    background-color: #46bed1;
}

.middle .junior__content--text {
    position: relative;
    padding: 2.7rem 0 2.7rem 3.1vw;
}

@media screen and (max-width: 1440px) {
    .middle .junior__content--text {
        padding: 2.4rem 0 2.2rem 3.1vw;
    }
}

@media screen and (max-width: 768px) {
    .middle .junior__content--text {
        position: relative;
        padding: 2rem 0 1.8rem 4.6rem;
    }
}

.middle .junior__content--text::after {
    content: "";
    background-image: url(../img/course/check-blue.png);
    background-size: contain;
}

@media screen and (max-width: 1440px) {
    .middle .junior__content--text::after {
        top: 2.5rem;
        background-size: contain;
    }
}

.middle .junior__box--title {
    background: linear-gradient(#48c0d2, #2287c1);
}

.middle .junior__box--area {
    background-color: #ecfaff;
}

.j__blue {
    color: #30b5c9;
}

/* price
/*--------------------*/

.price {
    background-color: #fff8e9;
}

.price__inner {
    max-width: 61.45vw;
    width: 100%;
    padding: 9.6rem 2vw 10rem;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .price__inner {
        padding: 5rem 0 5rem;
        max-width: inherit;
    }
}

.price .util__title {
    color: #ff9718;
}

.price .util__sub--title {
    color: #ff9718;
    margin-top: 4.9rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
    .price .util__sub--title {
        margin-top: 4rem;
		font-size: 3vw;
    }
}

@media screen and (max-width: 428px) {
    .price .util__sub--title {
		font-size: 2rem;
    }
}

.price__text {
    font-size: 0.9vw;
    text-align: right;
    margin-top: 1.8rem;
}

@media screen and (max-width: 768px) {
    .price__text {
        font-size: 1.6rem;
        margin-top: 4rem;
    }
	
	.js-scrollable {
		padding-left: 2rem;
	}
}

table {
    margin-top: 1.8rem;
}

@media screen and (max-width: 768px) {
    table {
        width: 54rem;
        margin: 1.8rem auto 0;
    }
}


.th {
    padding: 3.2rem 3.2vw;
    font-size: 1.1vw;
    line-height: 1.36;
    color: #000;
    max-width: 25%;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .th {
        padding: 1.3rem 0;
        font-size: 1.6rem;
    }
}

.white {
    color: #fff;
}

.td {
    font-size: 1.1vw;
    line-height: 1.36;
    color: #000;
    text-align: center;
    padding: 3.2rem 0;
}

@media screen and (max-width: 768px) {
    .td {
        font-size: 1.6rem;
        padding: 1.3rem 1.2rem;
    }
}

.price__sub--text {
    font-size: 1vw;
    margin-top: 2rem;
}

@media screen and (max-width: 768px) {
    .price__sub--text {
        padding-right: 2rem;
        font-size: 1.6rem;
        margin-top: 1.5rem;
        line-height: 2;
    }
}

.about__btn {
    margin-top: 10rem;
	padding: 0 2rem;
}

@media screen and (max-width: 768px) {
    .about__btn {
        margin-top: 5rem;
    }
}

.scroll-hint-text {
    display: none;
}