@charset "UTF-8";.section--course{background-color:var(--gray);padding:0 5% 85px}.course__caption{max-width:1000px;text-align:center;margin:0 auto}.courseBtn__list{max-width:1000px;display:flex;align-items:center;margin:0 auto;justify-content:space-between;margin-top:56px}.courseBtn__item{display:block;width:fit-content;padding:8px 24px;color:var(--white);text-align:center;font-size:2.4rem;font-weight:700;line-height:1.6;border-radius:30px;transition:.3s}.courseBtn__item:hover{transform:scale(1.1)}.courseBtn__item:nth-of-type(1){background-color:var(--pink)}.courseBtn__item:nth-of-type(1)::after{content:'';display:inline-block;width:24px;height:24px;background-image:url(../images/arrow_course1-sp.png);background-size:contain;background-position:center;background-repeat:no-repeat;vertical-align:middle;transform:translateY(-15%);margin-left:8px}.courseBtn__item:nth-of-type(2){background-color:var(--green)}.courseBtn__item:nth-of-type(2)::after{content:'';display:inline-block;width:24px;height:24px;background-image:url(../images/arrow_course2-sp.png);background-size:contain;background-position:center;background-repeat:no-repeat;vertical-align:middle;transform:translateY(-15%);margin-left:8px}.courseBtn__item:nth-of-type(3){background-color:var(--lightBlue)}.courseBtn__item:nth-of-type(3)::after{content:'';display:inline-block;width:24px;height:24px;background-image:url(../images/arrow_course3-sp.png);background-size:contain;background-position:center;background-repeat:no-repeat;vertical-align:middle;transform:translateY(-15%);margin-left:8px}.courseBtn__item:nth-of-type(4){background-color:var(--mint)}.courseBtn__item:nth-of-type(4)::after{content:'';display:inline-block;width:24px;height:24px;background-image:url(../images/arrow_course4-sp.png);background-size:contain;background-position:center;background-repeat:no-repeat;vertical-align:middle;transform:translateY(-15%);margin-left:8px}.course__list{max-width:1000px;margin:0 auto}.course__item{display:flex;position:relative;justify-content:flex-end;align-items:center}a.anchor__course{display:block;padding-top:400px;margin-top:-400px}.course__item:nth-of-type(1){margin:94px 0 132px}.course__item:nth-of-type(2){margin:132px 0 115px;justify-content:flex-start}.course__item:nth-of-type(3){margin-bottom:99px}.course__item:nth-of-type(4){justify-content:flex-start}.course__img{position:absolute;right:0;z-index:1}.course__item:nth-of-type(1) .course__img{left:0}.course__item:nth-of-type(3) .course__img{left:0}.course__img--sp{display:none}.course__content{width:50.5%;min-width:505px;padding:16px 24px;background-color:rgba(255,255,255,.9);z-index:2;border-radius:0 0 10px 10px}.course__title{display:flex;flex-direction:column}.course__title--jp{font-size:3.2rem;font-weight:700}.course__title--en{font-family:Lato;font-weight:900;letter-spacing:.1em}.course__item:nth-of-type(1) .course__title--en{color:var(--pink)}.course__item:nth-of-type(2) .course__title--en{color:var(--green)}.course__item:nth-of-type(3) .course__title--en{color:var(--lightBlue)}.course__item:nth-of-type(4) .course__title--en{color:var(--mint)}.course__tag{color:var(--white);font-weight:700;line-height:1.6;padding:5px 16px;border-radius:30px;width:fit-content}.course__item:nth-of-type(1) .course__tag{background-color:var(--pink)}.course__item:nth-of-type(2) .course__tag{background-color:var(--green)}.course__item:nth-of-type(3) .course__tag{background-color:var(--lightBlue)}.course__item:nth-of-type(4) .course__tag{background-color:var(--mint)}.course__age{display:flex;align-items:center;gap:0 8px;margin-top:8px}.age__detail{font-weight:700}.course__time{display:flex;align-items:center;gap:0 8px;margin-top:8px}.time__detail{font-weight:700}.time__detail span{font-size:2rem}.course__txt{margin-top:8px}.course__price{margin-top:8px}.admission__fee{display:flex;align-items:center;gap:0 8px;justify-content:flex-end}.tuition__fee{display:flex;align-items:center;gap:0 8px;justify-content:flex-end}.price__title{font-weight:700;line-height:1.6}.price{font-weight:700;line-height:1.6}.price span{font-size:3.2rem}.course__item:nth-of-type(1) .price span{color:var(--pink)}.course__item:nth-of-type(2) .price span{color:var(--green)}.course__item:nth-of-type(3) .price span{color:var(--lightBlue)}.course__item:nth-of-type(4) .price span{color:var(--mint)}.tax{line-height:1.6;text-align:end}@media screen and (max-width:990px){.courseBtn__list{display:none}}@media screen and (max-width:800px){.section--course{padding:0 var(--contentPadding__sp)}.course__caption{max-width:initial}.courseBtn__list{display:none}.course__list{max-width:initial;padding-bottom:64px}.course__item{flex-direction:column}a.anchor__course{padding-top:70px;margin-top:-70px}.course__item:nth-of-type(1){margin:48px auto 0}.course__item:nth-of-type(2){margin:48px auto 0}.course__item:nth-of-type(3){margin:48px auto 0}.course__item:nth-of-type(4){margin:48px auto 0}.course__img{position:static}.course__img--pc{display:none}.course__img--sp{display:block}.course__content{width:initial;min-width:initial;padding:16px 6.6%}}