@charset "UTF-8";
/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span, abbr, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q:before, q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

hr, legend {
  display: none;
  border: none;
}

abbr, acronym, fieldset {
  border: 0;
}

tr, th, td, caption {
  vertical-align: top;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

img {
  border: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  color: #2f2725;
  background-color: #e9f5f7;
  overflow: clip;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    font-size: 3.4666666667vw;
    line-height: 1.5;
  }
}

a:link {
  color: inherit;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
.youtube-wrapper iframe {
  border: 0;
}

/* スクロール演出（TOPページのみ）
----------------------------------------*/
body.top .scroll-in.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.top .scroll-in.fade-in.appeared {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0s;
}
@media screen and (min-width: 768px) {
  body.top .scroll-in.fade-in-only-pc {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body.top .scroll-in.fade-in-only-pc.appeared {
    opacity: 1;
    transform: translate(0, 0);
    transition-delay: 0s;
  }
}

/* ヘッダー
----------------------------------------*/
.l-header {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 400;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 86px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 16.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header .l-header__logo {
    width: 200px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .l-header__logo {
    width: 37.3333333333vw;
    margin-left: 1.0666666667vw;
  }
}

/* セクション内部
----------------------------------------*/
.l-section-inner {
  position: relative;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .l-section-inner {
    width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .l-section-inner {
    width: 86.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-section-inner.l-section-inner--sp-full-width {
    width: 100%;
  }
}

/* footer
----------------------------------------*/
.l-footer {
  background-color: #e9f5f7;
}
.l-footer .l-footer__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__inner {
    width: 1200px;
    padding-top: 78px;
    padding-bottom: 30px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__inner {
    padding-top: 12.5333333333vw;
    padding-bottom: 8vw;
  }
}
.l-footer .logo-yamaha-music-foundation {
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 768px) {
  .l-footer .logo-yamaha-music-foundation {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .logo-yamaha-music-foundation {
    width: 50.6666666667vw;
    margin-left: -5.3333333333vw;
  }
}
.l-footer .logo-yamaha-music-foundation:focus-visible {
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer .logo-yamaha-music-foundation:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .c-sns-box {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .c-sns-box {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .c-sns-box + .c-sns-box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .c-sns-box + .c-sns-box {
    margin-top: 4.5333333333vw;
  }
}
.l-footer .link-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-footer .link-list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .link-list {
    margin-top: 13.3333333333vw;
  }
}
.l-footer .link-list li {
  border-left: 1px solid rgba(112, 112, 112, 0.2);
}
@media screen and (min-width: 768px) {
  .l-footer .link-list li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .link-list li {
    padding: 0 7.2vw;
  }
}
.l-footer .link-list li:last-child {
  border-right: 1px solid rgba(112, 112, 112, 0.2);
}
.l-footer .link-list li a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 768px) {
  .l-footer .link-list li a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .link-list li a {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.l-footer .link-list li a:focus-visible {
  border-color: #707070;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer .link-list li a:hover {
    border-color: #707070;
  }
}
.l-footer .copyright {
  color: #4b1e78;
}
@media screen and (min-width: 768px) {
  .l-footer .copyright {
    margin-top: 30px;
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .copyright {
    margin-top: 16vw;
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}

/* メニューボタン ラッパー
----------------------------------------*/
.l-menu-btn-wrapper {
  position: fixed;
  z-index: 700;
  width: 100%;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-menu-btn-wrapper {
    top: 30px;
    padding-right: 30px;
    min-width: 1200px;
    filter: drop-shadow(0px 0px 10px rgba(154, 154, 154, 0.5));
  }
}
@media screen and (max-width: 767px) {
  .l-menu-btn-wrapper {
    bottom: 7.2vw;
    padding-right: 4vw;
    filter: drop-shadow(0px 0px 2.6666666667vw rgba(93, 93, 93, 0.5));
  }
}

/* 固定CVエリア ラッパー
----------------------------------------*/
.l-fixed-cv-area-wrapper {
  position: fixed;
  z-index: 500;
  width: 100%;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-fixed-cv-area-wrapper {
    bottom: 40px;
    min-width: 1200px;
    height: 128px;
  }
}
@media screen and (max-width: 767px) {
  .l-fixed-cv-area-wrapper {
    bottom: 0;
    height: 27.7333333333vw;
  }
}

/* blank アイコン
----------------------------------------*/
.c-icon-blank {
  position: relative;
  border-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-icon-blank {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-icon-blank {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.c-icon-blank::before, .c-icon-blank::after {
  content: "";
  position: absolute;
  border-width: 2px;
}
.c-icon-blank::before {
  right: 0;
  top: 0;
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .c-icon-blank::before {
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-icon-blank::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.c-icon-blank::after {
  left: 0;
  bottom: 0;
  border-left-style: solid;
  border-bottom-style: solid;
}
@media screen and (min-width: 768px) {
  .c-icon-blank::after {
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-icon-blank::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}

/* sns box
----------------------------------------*/
.c-sns-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-sns-box {
    border-radius: 9999px;
    column-gap: 20px;
    padding: 14px 34px 13px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 767px) {
  .c-sns-box {
    width: 85.3333333333vw;
    border-radius: 5.3333333333vw;
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
    padding: 5.8666666667vw 6.4vw 6.4vw;
    box-shadow: 0px 0px 1.6vw rgba(0, 0, 0, 0.16);
  }
}
.c-sns-box .c-sns-box__head {
  border-right: 1px solid rgba(112, 112, 112, 0.2);
}
@media screen and (min-width: 768px) {
  .c-sns-box .c-sns-box__head {
    padding: 0 30px 0 9px;
  }
}
@media screen and (max-width: 767px) {
  .c-sns-box .c-sns-box__head {
    margin-left: -3.4666666667vw;
    margin-top: 3.2vw;
    margin-bottom: 3.2vw;
    padding-right: 4.8vw;
  }
}
.c-sns-box .c-sns-box__head a {
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-sns-box .c-sns-box__head a:focus-visible {
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  .c-sns-box .c-sns-box__head a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .c-sns-box .c-sns-box__head + .c-sns-box__list {
    width: auto;
    transform: translateX(1.0666666667vw);
  }
}
.c-sns-box .logo-yamaha-music-lesson {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-sns-box .logo-yamaha-music-lesson {
    width: 74px;
  }
}
@media screen and (max-width: 767px) {
  .c-sns-box .logo-yamaha-music-lesson {
    width: 17.8666666667vw;
  }
}
.c-sns-box .c-sns-box__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-sns-box .c-sns-box__list {
    column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-sns-box .c-sns-box__list {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .c-sns-box .c-sns-box__list:first-child {
    column-gap: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sns-box .c-sns-box__list:last-child {
    column-gap: 4.2666666667vw;
    row-gap: 5.3333333333vw;
  }
  .c-sns-box .c-sns-box__list:last-child li {
    width: calc((100% - 4.2666666667vw) * 0.5);
  }
}
.c-sns-box .c-sns-box__list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1.3846153846;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-sns-box .c-sns-box__list li a {
    font-size: 0.8125rem;
    column-gap: 4px;
  }
}
@media screen and (max-width: 767px) {
  .c-sns-box .c-sns-box__list li a {
    font-size: 11px;
    font-size: 2.9333333333vw;
    gap: 2.1333333333vw;
  }
}
.c-sns-box .c-sns-box__list li a span {
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 768px) {
  .c-sns-box .c-sns-box__list li a span {
    width: 36px;
  }
}
@media screen and (max-width: 767px) {
  .c-sns-box .c-sns-box__list li a span {
    width: 9.0666666667vw;
  }
}
.c-sns-box .c-sns-box__list li a:focus-visible span {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .c-sns-box .c-sns-box__list li a:hover span {
    opacity: 0.7;
  }
}

/* ページトップボタン
----------------------------------------*/
.c-pagetop-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #54c3f1;
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 768px) {
  .c-pagetop-btn {
    width: 70px;
    height: 70px;
    right: 0;
    top: -35px;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
  }
}
@media screen and (max-width: 767px) {
  .c-pagetop-btn {
    width: 16vw;
    height: 16vw;
    right: 5.3333333333vw;
    top: -8vw;
    filter: drop-shadow(0px 0px 1.6vw rgba(0, 0, 0, 0.16));
  }
}
.c-pagetop-btn:focus-visible {
  background-color: #25b2ed;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagetop-btn:hover {
    background-color: #25b2ed;
  }
}
@media screen and (min-width: 768px) {
  .c-pagetop-btn span {
    width: 20px;
    transform: translateY(3px);
  }
}
@media screen and (max-width: 767px) {
  .c-pagetop-btn span {
    width: 4.5333333333vw;
    transform: translateY(0.5333333333vw);
  }
}

/* 長円形ボタン
----------------------------------------*/
.c-oval-btn {
  display: flex;
  align-items: center;
  border-radius: 9999px;
  color: #ffffff;
  font-weight: 700;
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-decoration: none;
  line-height: 1em;
}
.c-oval-btn:link {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-oval-btn.c-oval-btn--small {
    width: 300px;
    padding: 15px 16px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-oval-btn.c-oval-btn--small {
    width: 80vw;
    padding: 4vw 4.2666666667vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-oval-btn.c-oval-btn--middle {
    width: 260px;
    padding: 15px 20px 17px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-oval-btn.c-oval-btn--middle {
    width: 73.3333333333vw;
    padding: 3.4666666667vw 4vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-oval-btn.c-oval-btn--large {
    width: 400px;
    padding: 21px 30px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-oval-btn.c-oval-btn--large {
    width: 86.1333333333vw;
    padding: 5.6vw 4.5333333333vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.c-oval-btn.c-oval-btn--large-lined {
  border-color: #ffffff;
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .c-oval-btn.c-oval-btn--large-lined {
    border-width: 2px;
    padding: 19px 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-oval-btn.c-oval-btn--large-lined {
    border-width: 0.5333333333vw;
    padding: 5.0666666667vw 4.5333333333vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-oval-btn.c-oval-btn--large-lined::before {
    width: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-oval-btn.c-oval-btn--large-lined .c-btn-arrow {
    width: 16px;
    height: 16px;
  }
}
.c-oval-btn.c-oval-btn--large-lined-sp-multiline {
  border-color: #ffffff;
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .c-oval-btn.c-oval-btn--large-lined-sp-multiline {
    border-width: 2px;
    padding: 19px 18px;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .c-oval-btn.c-oval-btn--large-lined-sp-multiline {
    border-width: 0.5333333333vw;
    padding: 3.7333333333vw 4.5333333333vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .c-oval-btn.c-oval-btn--large-lined-sp-multiline::before {
    width: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-oval-btn.c-oval-btn--large-lined-sp-multiline .c-btn-arrow {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-oval-btn.c-oval-btn--large-lined-sp-multiline.c-oval-btn--primary {
    text-indent: -2em;
  }
}
@media screen and (min-width: 768px) {
  .c-oval-btn.c-oval-btn--large-sp-middle {
    width: 400px;
    padding: 21px 30px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-oval-btn.c-oval-btn--large-sp-middle {
    width: 80.8vw;
    padding: 4.2666666667vw 3.2vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.c-oval-btn.c-oval-btn--space-sp-multiline {
  justify-content: space-between;
  text-indent: 0.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-oval-btn.c-oval-btn--space-sp-multiline {
    width: 35.7333333333vw;
    height: 20.2666666667vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
    line-height: 1.4;
    text-align: center;
    padding: 0 2.6666666667vw 0 0;
    border-radius: 7.4666666667vw;
  }
  .c-oval-btn.c-oval-btn--space-sp-multiline span span {
    display: inline-block;
  }
}
.c-oval-btn.c-oval-btn--purple {
  background-color: #4b1e78;
}
.c-oval-btn.c-oval-btn--purple .c-btn-arrow {
  border-color: #4b1e78;
}
.c-oval-btn.c-oval-btn--purple:focus-visible {
  background-color: #8a55bf;
}
.c-oval-btn.c-oval-btn--purple:focus-visible .c-btn-arrow {
  background-color: #4b1e78;
  border-color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-oval-btn.c-oval-btn--purple:hover {
    background-color: #8a55bf;
  }
  .c-oval-btn.c-oval-btn--purple:hover .c-btn-arrow {
    background-color: #4b1e78;
    border-color: #ffffff;
  }
}
.c-oval-btn.c-oval-btn--primary {
  background-color: #32b0e6;
}
.c-oval-btn.c-oval-btn--primary .c-btn-arrow {
  border-color: #32b0e6;
  background-color: rgba(255, 255, 255, 0.8);
}
.c-oval-btn.c-oval-btn--primary:focus-visible {
  background-color: #288cb8;
}
.c-oval-btn.c-oval-btn--primary:focus-visible .c-btn-arrow {
  background-color: #ffffff;
  border-color: #288cb8;
}
@media (hover: hover) and (pointer: fine) {
  .c-oval-btn.c-oval-btn--primary:hover {
    background-color: #288cb8;
  }
  .c-oval-btn.c-oval-btn--primary:hover .c-btn-arrow {
    background-color: #ffffff;
    border-color: #288cb8;
  }
}
.c-oval-btn.c-oval-btn--primary_02 {
  background-color: #0a7fb1;
}
.c-oval-btn.c-oval-btn--primary_02 .c-btn-arrow {
  border-color: #0a7fb1;
  background-color: rgba(255, 255, 255, 0.8);
}
.c-oval-btn.c-oval-btn--primary_02:focus-visible {
  background-color: #076087;
}
.c-oval-btn.c-oval-btn--primary_02:focus-visible .c-btn-arrow {
  background-color: #ffffff;
  border-color: #076087;
}
@media (hover: hover) and (pointer: fine) {
  .c-oval-btn.c-oval-btn--primary_02:hover {
    background-color: #076087;
  }
  .c-oval-btn.c-oval-btn--primary_02:hover .c-btn-arrow {
    background-color: #ffffff;
    border-color: #076087;
  }
}
.c-oval-btn.c-oval-btn--doremiland {
  background-color: #e73656;
}
.c-oval-btn.c-oval-btn--doremiland .c-btn-arrow {
  border-color: #e73656;
  background-color: rgba(255, 255, 255, 0.8);
}
.c-oval-btn.c-oval-btn--doremiland:focus-visible {
  background-color: #b22942;
}
.c-oval-btn.c-oval-btn--doremiland:focus-visible .c-btn-arrow {
  background-color: #ffffff;
  border-color: #b22942;
}
@media (hover: hover) and (pointer: fine) {
  .c-oval-btn.c-oval-btn--doremiland:hover {
    background-color: #b22942;
  }
  .c-oval-btn.c-oval-btn--doremiland:hover .c-btn-arrow {
    background-color: #ffffff;
    border-color: #b22942;
  }
}
.c-oval-btn.c-oval-btn--infant {
  background-color: #a9c300;
}
.c-oval-btn.c-oval-btn--infant .c-btn-arrow {
  border-color: #a9c300;
  background-color: rgba(255, 255, 255, 0.8);
}
.c-oval-btn.c-oval-btn--infant:focus-visible {
  background-color: #829600;
}
.c-oval-btn.c-oval-btn--infant:focus-visible .c-btn-arrow {
  background-color: #ffffff;
  border-color: #829600;
}
@media (hover: hover) and (pointer: fine) {
  .c-oval-btn.c-oval-btn--infant:hover {
    background-color: #829600;
  }
  .c-oval-btn.c-oval-btn--infant:hover .c-btn-arrow {
    background-color: #ffffff;
    border-color: #829600;
  }
}
.c-oval-btn.c-oval-btn--prejunior {
  background-color: #009b63;
}
.c-oval-btn.c-oval-btn--prejunior .c-btn-arrow {
  border-color: #009b63;
  background-color: rgba(255, 255, 255, 0.8);
}
.c-oval-btn.c-oval-btn--prejunior:focus-visible {
  background-color: #00774c;
}
.c-oval-btn.c-oval-btn--prejunior:focus-visible .c-btn-arrow {
  background-color: #ffffff;
  border-color: #00774c;
}
@media (hover: hover) and (pointer: fine) {
  .c-oval-btn.c-oval-btn--prejunior:hover {
    background-color: #00774c;
  }
  .c-oval-btn.c-oval-btn--prejunior:hover .c-btn-arrow {
    background-color: #ffffff;
    border-color: #00774c;
  }
}
.c-oval-btn.c-oval-btn--white {
  color: #4b1e78;
  background-color: #ffffff;
}
.c-oval-btn.c-oval-btn--white .c-btn-arrow {
  border-color: #4b1e78;
  background-color: rgba(75, 30, 120, 0.2);
}
.c-oval-btn.c-oval-btn--white:focus-visible {
  background-color: #e2ddfc;
}
.c-oval-btn.c-oval-btn--white:focus-visible .c-btn-arrow {
  background-color: #4b1e78;
  border-color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-oval-btn.c-oval-btn--white:hover {
    background-color: #e2ddfc;
  }
  .c-oval-btn.c-oval-btn--white:hover .c-btn-arrow {
    background-color: #4b1e78;
    border-color: #ffffff;
  }
}
.c-oval-btn.c-oval-btn--white-lined {
  color: #4b1e78;
  background-color: #ffffff;
  border-color: #4b1e78;
  border-style: solid;
}
.c-oval-btn.c-oval-btn--white-lined .c-btn-arrow {
  border-color: #4b1e78;
  background-color: rgba(75, 30, 120, 0.2);
}
@media screen and (min-width: 768px) {
  .c-oval-btn.c-oval-btn--white-lined.c-oval-btn--large-sp-middle {
    border-width: 2px;
    padding: 19px 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-oval-btn.c-oval-btn--white-lined.c-oval-btn--large-sp-middle {
    border-width: 0.5333333333vw;
    padding: 3.7333333333vw 3.2vw 3.7333333333vw 3.2vw;
  }
}
.c-oval-btn.c-oval-btn--white-lined:focus-visible {
  background-color: #e2ddfc;
}
.c-oval-btn.c-oval-btn--white-lined:focus-visible .c-btn-arrow {
  border-color: #ffffff;
  background-color: #4b1e78;
}
@media (hover: hover) and (pointer: fine) {
  .c-oval-btn.c-oval-btn--white-lined:hover {
    background-color: #e2ddfc;
  }
  .c-oval-btn.c-oval-btn--white-lined:hover .c-btn-arrow {
    border-color: #ffffff;
    background-color: #4b1e78;
  }
}
.c-oval-btn.c-oval-btn--light-blue {
  background-color: #54c3f1;
}
.c-oval-btn.c-oval-btn--light-blue .c-btn-arrow {
  border-color: #54c3f1;
  background-color: rgba(255, 255, 255, 0.8);
}
.c-oval-btn.c-oval-btn--light-blue:focus-visible {
  background-color: #008ec9;
}
.c-oval-btn.c-oval-btn--light-blue:focus-visible .c-btn-arrow {
  background-color: #ffffff;
  border-color: #008ec9;
}
@media (hover: hover) and (pointer: fine) {
  .c-oval-btn.c-oval-btn--light-blue:hover {
    background-color: #008ec9;
  }
  .c-oval-btn.c-oval-btn--light-blue:hover .c-btn-arrow {
    background-color: #ffffff;
    border-color: #008ec9;
  }
}
.c-oval-btn.c-oval-btn--space-between {
  justify-content: space-between;
  text-indent: 0.5em;
}
.c-oval-btn.c-oval-btn--center {
  text-align: center;
  justify-content: space-between;
}
.c-oval-btn.c-oval-btn--center::before {
  content: "";
}
@media screen and (min-width: 768px) {
  .c-oval-btn.c-oval-btn--center::before {
    width: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-oval-btn.c-oval-btn--center::before {
    width: 4.8vw;
  }
}
.c-oval-btn.c-oval-btn--left-arrow {
  flex-direction: row-reverse;
}
.c-oval-btn.c-oval-btn--left-arrow .c-btn-arrow {
  transform: rotate(180deg);
}
.c-oval-btn.search-classroom-btn {
  text-align: center;
  justify-content: space-between;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-oval-btn.search-classroom-btn {
    text-indent: -23px;
    width: 480px;
    height: 60px;
    font-size: 1.125rem;
    padding: 0 21px;
  }
}
@media screen and (max-width: 767px) {
  .c-oval-btn.search-classroom-btn {
    width: 86.1333333333vw;
    height: 16vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
    padding: 0 5.6vw;
  }
}
.c-oval-btn.search-classroom-btn::before {
  content: "";
}
@media screen and (min-width: 768px) {
  .c-oval-btn.search-classroom-btn::before {
    width: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-oval-btn.search-classroom-btn::before {
    width: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .c-oval-btn.search-classroom-btn span span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-oval-btn.search-classroom-btn span span {
    margin-top: 0.5em;
    display: block;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .c-oval-btn.search-classroom-btn.small-multiline {
    width: 303px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-oval-btn.search-classroom-btn.small-multiline {
    width: 75.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-oval-btn.search-classroom-btn.small-multiline::before {
    width: 0vw;
  }
}
.c-oval-btn.search-classroom-btn.small-multiline span span {
  display: block;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .c-oval-btn.search-classroom-btn.small-multiline span span {
    font-size: 0.75rem;
  }
}

/* NEW アイコン
----------------------------------------*/
.c-icon-new {
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-icon-new {
    width: 100px;
    height: 100px;
    background-image: url("/music/lp/education-welcome/assets/common/img/icon-new.svg");
  }
}
@media screen and (max-width: 767px) {
  .c-icon-new {
    width: 17.6vw;
    height: 17.6vw;
    background-image: url("/music/lp/education-welcome/assets/common/img/icon-new-sp.svg");
  }
}
.c-icon-new.c-icon-new--round {
  background-image: url("/music/lp/education-welcome/assets/common/img/icon-new-round.svg");
}
@media screen and (min-width: 768px) {
  .c-icon-new.c-icon-new--round {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-icon-new.c-icon-new--round {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}

/* 円形矢印ボタン
----------------------------------------*/
@media screen and (max-width: 767px) {
  .c-circle-arrow-btn {
    background-color: rgba(84, 195, 241, 0.8);
    border-radius: 50%;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .c-circle-arrow-btn img {
    width: 5.3333333333vw;
  }
  .c-circle-arrow-btn.c-circle-arrow-btn-prev img {
    transform: translate(-0.2666666667vw, 0.5333333333vw) rotate(-90deg);
  }
  .c-circle-arrow-btn.c-circle-arrow-btn-next img {
    transform: translate(0.2666666667vw, 0.5333333333vw) rotate(90deg);
  }
}

/* メニューボタン
----------------------------------------*/
.c-menu-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-left: auto;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  border-radius: 50%;
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  .c-menu-btn {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-btn {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.c-menu-btn:focus-visible {
  background-color: #e2ddfc;
}
@media (hover: hover) and (pointer: fine) {
  .c-menu-btn:hover {
    background-color: #e2ddfc;
  }
}
.c-menu-btn span {
  position: relative;
  display: block;
  background-color: #4b1e78;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .c-menu-btn span {
    width: 34px;
    height: 3px;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-btn span {
    width: 6.9333333333vw;
    height: 0.8vw;
  }
}
.c-menu-btn span::before, .c-menu-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #4b1e78;
  border-radius: 9999px;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 768px) {
  .c-menu-btn span::before {
    transform: translateY(-11px);
  }
}
@media screen and (max-width: 767px) {
  .c-menu-btn span::before {
    transform: translateY(-2.4vw);
  }
}
@media screen and (min-width: 768px) {
  .c-menu-btn span::after {
    transform: translateY(11px);
  }
}
@media screen and (max-width: 767px) {
  .c-menu-btn span::after {
    transform: translateY(2.4vw);
  }
}
body.is-menu-open .c-menu-btn {
  background-color: #4b1e78;
}
body.is-menu-open .c-menu-btn span {
  background-color: transparent;
}
body.is-menu-open .c-menu-btn span::before, body.is-menu-open .c-menu-btn span::after {
  background-color: #fff;
}
body.is-menu-open .c-menu-btn span::before {
  transform: translateY(0) rotate(135deg);
}
body.is-menu-open .c-menu-btn span::after {
  transform: translateY(0) rotate(-135deg);
}
body.is-menu-open .c-menu-btn:focus-visible {
  background-color: #8a55bf;
}
@media (hover: hover) and (pointer: fine) {
  body.is-menu-open .c-menu-btn:hover {
    background-color: #8a55bf;
  }
}

/* 丸矢印アイコン
----------------------------------------*/
.c-btn-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffffff;
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-btn-arrow {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-arrow {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.c-btn-arrow::before {
  content: "";
  border-right-style: solid;
  border-top-style: solid;
  border-color: inherit;
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 768px) {
  .c-btn-arrow::before {
    width: 6px;
    height: 6px;
    border-width: 2px;
    transform: translateX(-1px) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .c-btn-arrow::before {
    width: 1.6vw;
    height: 1.6vw;
    border-width: 0.5333333333vw;
    transform: translateX(-0.2666666667vw) rotate(45deg);
  }
}

/* セクション見出し （左右に横線）
----------------------------------------*/
.c-section-head {
  font-weight: 700;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .c-section-head {
    font-size: 2.5rem;
    width: 800px;
    margin: 0 auto 90px;
  }
}
@media screen and (max-width: 767px) {
  .c-section-head {
    font-size: 27px;
    font-size: 7.2vw;
    width: 100vw;
    margin: 0 0 14.1333333333vw -5.3333333333vw;
  }
}
.c-section-head::before, .c-section-head::after {
  content: "";
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-section-head::before, .c-section-head::after {
    width: 210px;
    height: 4px;
  }
}
@media screen and (max-width: 767px) {
  .c-section-head::before, .c-section-head::after {
    width: 18.6666666667vw;
    height: 1.0666666667vw;
  }
}
.c-section-head span {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-section-head span {
    margin: 0 51px;
  }
}
@media screen and (max-width: 767px) {
  .c-section-head span {
    margin: 0 6.4vw;
  }
}

/* セクション見出し 01 （帯状）
----------------------------------------*/
.c-section-head-01 {
  background-color: #ee86a8;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-section-head-01 {
    width: 1200px;
    font-size: 1.875rem;
    padding: 4px 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-section-head-01 {
    font-size: 20px;
    font-size: 5.3333333333vw;
    padding: 1.0666666667vw 0;
  }
}
.c-section-head-01 > span {
  display: block;
  border-color: rgba(255, 255, 255, 0.5);
  border-top-style: solid;
  border-bottom-style: solid;
}
@media screen and (min-width: 768px) {
  .c-section-head-01 > span {
    border-width: 2px;
    padding: 2px 0 2px;
  }
}
@media screen and (max-width: 767px) {
  .c-section-head-01 > span {
    border-width: 0.5333333333vw;
    padding: 2.6666666667vw 0 2.4vw;
  }
}
.c-section-head-01 > span span {
  color: #fff95a;
}

/* セクション見出し 02 （下層ページ：左右に横線）
----------------------------------------*/
.c-section-head-02 {
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .c-section-head-02 {
    font-size: 2.5rem;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .c-section-head-02 {
    font-size: 27px;
    font-size: 7.2vw;
    margin-bottom: 12.5333333333vw;
  }
}
.c-section-head-02::before, .c-section-head-02::after {
  content: "";
  background-color: #fff;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-section-head-02::before, .c-section-head-02::after {
    width: 170px;
    height: 4px;
  }
}
@media screen and (max-width: 767px) {
  .c-section-head-02::before, .c-section-head-02::after {
    width: 8.5333333333vw;
    height: 1.0666666667vw;
  }
}
.c-section-head-02 span {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-section-head-02 span {
    margin: 0 31px;
  }
}
@media screen and (max-width: 767px) {
  .c-section-head-02 span {
    margin: 0 5.8666666667vw;
  }
}

/* 下点線付き見出し
----------------------------------------*/
.c-dotline-head {
  font-weight: 700;
  text-align: center;
  width: fit-content;
  line-height: 1em;
  border-bottom-style: dotted;
  padding-bottom: 10px;
  margin: auto;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-dotline-head {
    font-size: 1.25rem;
    border-width: 3px;
  }
}
@media screen and (max-width: 767px) {
  .c-dotline-head {
    font-size: 18px;
    font-size: 4.8vw;
    border-width: 0.8vw;
  }
}

/* sp テーブル横スクロールアイコン
----------------------------------------*/
@media screen and (max-width: 767px) {
  .c-sp-table-scroll-sign {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42.9333333333vw;
    height: 23.2vw;
    padding-top: 0.5333333333vw;
    border-radius: 5.3333333333vw;
    background-color: rgba(31, 31, 31, 0.5);
    gap: 2.6666666667vw;
  }
  .c-sp-table-scroll-sign .c-sp-table-scroll-sign__arrow {
    width: 5.0666666667vw;
  }
  .c-sp-table-scroll-sign .c-sp-table-scroll-sign__arrow:last-child {
    transform: scale(-1, 1);
  }
  .c-sp-table-scroll-sign .c-sp-table-scroll-sign__pointer {
    width: 10.1333333333vw;
    animation: pointer-move 1s cubic-bezier(0, 0, 1, 1) 0s infinite normal forwards;
    transform-origin: center -2.6666666667vw;
  }
}

@keyframes pointer-move {
  0% {
    transform: translateX(0vw);
  }
  25% {
    transform: translateX(-1.3333333333vw) rotate(-5deg);
  }
  50% {
    transform: translateX(0vw);
  }
  75% {
    transform: translateX(1.3333333333vw) rotate(5deg);
  }
  100% {
    transform: translateX(0vw);
  }
}
/* ぱんくずリスト
----------------------------------------*/
.p-breadcrumb {
  background-color: #ededed;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb {
    font-size: 0.875rem;
    padding: 5px 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-breadcrumb {
    font-size: 12px;
    font-size: 3.2vw;
    padding: 2.4vw 6.9333333333vw;
  }
}
.p-breadcrumb .p-breadcrumb__list li {
  display: inline-block;
}
.p-breadcrumb .p-breadcrumb__list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #5d5d5d;
  letter-spacing: 0.05em;
}
.p-breadcrumb .p-breadcrumb__list li a:focus-visible {
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  .p-breadcrumb .p-breadcrumb__list li a:hover {
    opacity: 0.8;
  }
}
.p-breadcrumb .c-btn-arrow {
  transform: scale(-1, 1);
  background-color: #5d5d5d;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb .c-btn-arrow {
    margin-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  .p-breadcrumb .c-btn-arrow {
    margin-right: 0.5em;
  }
}
.p-breadcrumb .c-btn-arrow::before {
  border-color: #fff;
}

/* コース BOX リスト
----------------------------------------*/
.p-course-list {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-course-list {
    row-gap: 2px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-course-list {
    row-gap: 0.5333333333vw;
    border-radius: 2.6666666667vw;
  }
}

.education-item {
  position: relative;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .education-item {
    display: grid;
    grid-template-areas: "age age" "main sub";
    grid-template-columns: auto 350px;
    grid-template-rows: 50px auto;
  }
}
@media screen and (max-width: 767px) {
  .education-item {
    padding-bottom: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .education-item--has-bottom {
    display: grid;
    grid-template-areas: "age age" "main sub" "bottom bottom";
    grid-template-rows: 50px auto auto;
  }
}
.education-item .education-item__target-age {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .education-item .education-item__target-age {
    grid-area: age;
    padding-left: 255px;
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__target-age {
    height: 24vw;
    padding-left: 37.3333333333vw;
  }
}
.education-item .education-item__target-age p {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .education-item .education-item__target-age p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__target-age p {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.5em;
  }
}
.education-item .education-item__target-age span {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .education-item .education-item__target-age span {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__target-age span {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .education-item .education-item__target-age span.fromto {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__target-age span.fromto {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .education-item .education-item__target-age span:last-child {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__target-age span:last-child {
    display: inline-block;
    transform: translateY(-0.5333333333vw);
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.education-item .education-item__age {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .education-item .education-item__age {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__age {
    width: 29.3333333333vw;
  }
}
.education-item .education-item__main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .education-item .education-item__main {
    grid-area: main;
    margin-left: 205px;
    width: 570px;
    padding-top: 58px;
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__main {
    padding: 12.5333333333vw 8vw 0;
  }
}
.education-item .education-item__lead {
  white-space: nowrap;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
@media screen and (min-width: 768px) {
  .education-item .education-item__lead {
    text-decoration-thickness: 1px;
    text-underline-offset: 8px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__lead {
    text-decoration-thickness: 0.2666666667vw;
    text-underline-offset: 1.6vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .education-item .education-item__logo {
    width: 550px;
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__logo {
    margin-top: 1.6vw;
    width: 89.3333333333vw;
  }
}
.education-item .education-item__text {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .education-item .education-item__text {
    margin-top: 2px;
    width: 570px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__text {
    margin-top: -0.8vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
.education-item .education-item__note {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .education-item .education-item__note {
    margin-top: 10px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__note {
    margin-top: 2.6666666667vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.education-item .education-item__sub {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .education-item .education-item__sub {
    grid-area: sub;
    border-bottom-left-radius: 20px;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__sub {
    margin: 7.4666666667vw auto 0;
    width: 73.3333333333vw;
    border-radius: 1.6vw;
  }
}
.education-item .education-item__type-list {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .education-item .education-item__type-list {
    right: -1px;
    top: 20px;
    row-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__type-list {
    right: -0.2666666667vw;
    top: 4.2666666667vw;
    row-gap: 1.8666666667vw;
  }
}
.education-item .education-item__type-list li {
  position: relative;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .education-item .education-item__type-list li {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__type-list li {
    height: 8vw;
  }
}
.education-item .education-item__type-list li img {
  position: relative;
  width: auto;
  height: 100%;
}
.education-item .education-item__type-list li::before {
  content: "";
  position: absolute;
  display: block;
}
@media screen and (min-width: 768px) {
  .education-item .education-item__type-list li::before {
    left: 12px;
    top: 2px;
    width: calc(100% - 14px);
    height: calc(100% - 4px);
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__type-list li::before {
    left: 3.2vw;
    top: 0.5333333333vw;
    width: calc(100% - 3.7333333333vw);
    height: calc(100% - 1.0666666667vw);
  }
}
.education-item .education-item__buttons {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .education-item .education-item__buttons {
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__buttons {
    filter: drop-shadow(0 0 1.6vw rgba(0, 0, 0, 0.16));
  }
}
@media screen and (min-width: 768px) {
  .education-item .education-item__buttons {
    bottom: 20px;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__buttons {
    bottom: 5.3333333333vw;
    width: 66.6666666667vw;
  }
}
.education-item .education-item__large-buttons {
  position: relative;
}
@media screen and (min-width: 768px) {
  .education-item .education-item__large-buttons {
    grid-area: btns;
    padding-left: 110px;
  }
}
.education-item .education-item__large-buttons ul {
  display: flex;
}
@media screen and (min-width: 768px) {
  .education-item .education-item__large-buttons ul {
    justify-content: center;
    column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__large-buttons ul {
    margin-top: -8vw;
    flex-direction: column;
    align-items: center;
    row-gap: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .education-item .education-item__large-buttons li {
    width: 440px;
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__large-buttons li {
    width: 72vw;
  }
}
@media screen and (min-width: 768px) {
  .education-item .education-item__additional-info {
    grid-area: info;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__additional-info {
    margin-top: 10.6666666667vw;
    padding: 0 8vw;
  }
}
.education-item .education-item__additional-info-inner {
  border-top-style: solid;
}
@media screen and (min-width: 768px) {
  .education-item .education-item__additional-info-inner {
    display: grid;
    grid-template-areas: "add-head add-image" "add-main add-image";
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    border-top-width: 2px;
    padding: 40px 0 0;
    column-gap: 40px;
    row-gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__additional-info-inner {
    border-top-width: 0.5333333333vw;
    padding: 10.6666666667vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .education-item .education-item__additional-info-head {
    grid-area: add-head;
  }
}
.education-item .education-item__additional-info-heading {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .education-item .education-item__additional-info-heading {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__additional-info-heading {
    font-size: 4.8vw;
    line-height: 1.6666666667;
  }
}
@media screen and (min-width: 768px) {
  .education-item .education-item__additional-info-main {
    grid-area: add-main;
    width: 770px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__additional-info-main {
    margin-top: 6.4vw;
  }
}
.education-item .education-item__additional-info-image {
  overflow: hidden;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .education-item .education-item__additional-info-image {
    grid-area: add-image;
    width: 310px;
    flex-shrink: 0;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .education-item .education-item__additional-info-image {
    margin-top: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.education-item .primary-grouplesson-info dl {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .education-item .primary-grouplesson-info dl {
    row-gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .education-item .primary-grouplesson-info dl {
    row-gap: 5.3333333333vw;
  }
}
.education-item .primary-grouplesson-info dl div {
  display: flex;
}
@media screen and (min-width: 768px) {
  .education-item .primary-grouplesson-info dl div {
    align-items: flex-start;
    column-gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .education-item .primary-grouplesson-info dl div {
    flex-direction: column;
    row-gap: 2.1333333333vw;
  }
}
.education-item .primary-grouplesson-info dl div.age-3 dt {
  background-color: #32b0e6;
}
@media screen and (max-width: 767px) {
  .education-item .primary-grouplesson-info dl div.age-3 dd {
    text-align: center;
  }
}
.education-item .primary-grouplesson-info dl div.age-3 .marker {
  font-weight: 700;
  background: linear-gradient(transparent 50%, #b2e4f9 50%);
  padding-left: 0.5em;
}
.education-item .primary-grouplesson-info dl div.age-4-5 dt {
  background-color: #0a7fb1;
}
.education-item .primary-grouplesson-info dl dt {
  flex-shrink: 0;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .education-item .primary-grouplesson-info dl dt {
    width: 200px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .education-item .primary-grouplesson-info dl dt {
    width: 53.3333333333vw;
    padding: 1.0666666667vw 0 1.3333333333vw;
    font-size: 4.8vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .education-item .primary-grouplesson-info dl dt span {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .education-item .primary-grouplesson-info dl dt span {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .education-item .primary-grouplesson-info dl dd {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .education-item .primary-grouplesson-info dl dd {
    font-size: 3.7333333333vw;
  }
}
.education-item .primary-grouplesson-info .note {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .education-item .primary-grouplesson-info .note {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .education-item.doremiland {
    height: 440px;
  }
}
.education-item.doremiland .education-item__target-age {
  background-color: #e73656;
}
.education-item.doremiland .education-item__lead {
  color: #e73656;
  text-decoration-color: #e73656;
}
.education-item.doremiland .education-item__type-list li::before {
  background-color: #e73656;
}
@media screen and (min-width: 768px) {
  .education-item.primary {
    display: grid;
    grid-template-areas: "age age" "main sub" "btns btns" "info info";
    grid-template-columns: auto 350px;
    grid-template-rows: 50px 382px auto;
    height: 825px;
  }
}
@media screen and (max-width: 767px) {
  .education-item.primary {
    padding-bottom: 10.4vw;
  }
}
.education-item.primary .education-item__target-age {
  background-color: #32b0e6;
}
.education-item.primary .education-item__lead {
  color: #32b0e6;
  text-decoration-color: #32b0e6;
}
@media screen and (max-width: 767px) {
  .education-item.primary .education-item__logo {
    margin: 2.1333333333vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .education-item.primary .education-item__sub {
    margin-top: 6.1333333333vw;
  }
}
.education-item.primary .education-item__type-list li::before {
  background-color: #32b0e6;
}
.education-item.primary .education-item__additional-info-inner {
  border-top-color: #32b0e6;
}
@media screen and (min-width: 768px) {
  .education-item.prejunior {
    grid-template-areas: "age age" "main sub" "notice notice" "info info";
    height: 836px;
  }
}
@media screen and (min-width: 768px) {
  .education-item.prejunior .education-item__main {
    padding-top: 52px;
  }
}
.education-item.prejunior .education-item__target-age {
  background-color: #009b63;
}
.education-item.prejunior .education-item__lead {
  letter-spacing: 0.05em;
  color: #009b63;
  text-decoration-color: #009b63;
}
@media screen and (max-width: 767px) {
  .education-item.prejunior .education-item__sub {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .education-item.prejunior .education-item__bottom {
    margin-top: 6.4vw;
  }
}
.education-item.prejunior .education-item__type-list li::before {
  background-color: #009b63;
}
.education-item.prejunior .education-item__notice {
  grid-area: notice;
}
.education-item.prejunior .education-item__notice p {
  background-color: rgba(0, 155, 99, 0.3);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .education-item.prejunior .education-item__notice p {
    width: 1080px;
    font-size: 1rem;
    padding: 0.5em 180px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .education-item.prejunior .education-item__notice p {
    margin-top: 5.3333333333vw;
    width: 73.3333333333vw;
    font-size: 3.4666666667vw;
    padding: 5.3333333333vw;
    border-radius: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .education-item.prejunior .btn-music-lesson {
    width: 300px;
    height: 158px;
  }
}
.education-item.prejunior .education-item__additional-info-inner {
  border-top-color: #009b63;
}

/* CV エリア
----------------------------------------*/
.p-cv-area {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-cv-area {
    min-width: 1440px;
    transform: translateX(-50%);
    margin-left: 50%;
  }
}
.p-cv-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-cv-area.p-cv-area--common {
  background: linear-gradient(180deg, #e9f5f7 0%, #e9f5f7 50%, #7dd1f4 50%, #7dd1f4 100%);
}
@media screen and (min-width: 768px) {
  .p-cv-area.p-cv-area--common {
    aspect-ratio: 1440/403;
    padding-bottom: 1.1111111111%;
  }
}
@media screen and (max-width: 767px) {
  .p-cv-area.p-cv-area--common {
    height: 75.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-cv-area.p-cv-area--common::before {
    background-image: url("/music/lp/education-welcome/assets/common/img/cv-bg.png?v=250601");
  }
}
@media screen and (max-width: 767px) {
  .p-cv-area.p-cv-area--common::before {
    background-image: url("/music/lp/education-welcome/assets/common/img/cv-bg-sp.png?v=250601");
  }
}
@media screen and (min-width: 768px) {
  .p-cv-area.p-cv-area--wide {
    aspect-ratio: 1440/830;
  }
}
@media screen and (max-width: 767px) {
  .p-cv-area.p-cv-area--wide {
    height: 214.4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-cv-area.p-cv-area--wide::before {
    background-image: url("/music/lp/education-welcome/assets/common/img/cv-bg-large.png?v=250601");
  }
}
@media screen and (max-width: 767px) {
  .p-cv-area.p-cv-area--wide::before {
    background-image: url("/music/lp/education-welcome/assets/common/img/cv-bg-large-sp.png?v=250601");
  }
}
@media screen and (min-width: 768px) {
  .p-cv-area.p-cv-area--wide .l-section-inner {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-cv-area.p-cv-area--wide .l-section-inner {
    padding-bottom: 11.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cv-area.p-cv-area--wide .p-cv-area__inner {
    padding-top: 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-cv-area.p-cv-area--bottom {
    padding-top: 2.7777777778%;
    aspect-ratio: 1440/374;
  }
}
@media screen and (max-width: 767px) {
  .p-cv-area.p-cv-area--bottom {
    height: 75.7333333333vw;
  }
}
.p-cv-area.p-cv-area--bottom::before {
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .p-cv-area.p-cv-area--bottom::before {
    background-image: url("/music/lp/education-welcome/assets/common/img/cv-bg-large.png?v=250601");
  }
}
@media screen and (max-width: 767px) {
  .p-cv-area.p-cv-area--bottom::before {
    background-image: url("/music/lp/education-welcome/assets/common/img/cv-bg-large-sp.png?v=250601");
  }
}
@media screen and (min-width: 768px) {
  .p-cv-area.p-cv-area--bottom .p-cv-area__inner {
    margin-top: -2.7777777778%;
  }
}
.p-cv-area .l-section-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-cv-area .l-section-inner {
    padding-bottom: 9.3333333333vw;
  }
}
.p-cv-area .p-cv-area__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-cv-area .p-cv-area__inner {
    padding-top: 0.5333333333vw;
    height: 100%;
  }
}
.p-cv-area .bg-character {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-cv-area .bg-character {
    width: 226px;
    right: -30px;
    top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .p-cv-area .bg-character {
    width: 33.3333333333vw;
    right: 4.2666666667vw;
    top: -23.4666666667vw;
  }
}
.p-cv-area .p-cv-area__head {
  position: relative;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-cv-area .p-cv-area__head {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cv-area .p-cv-area__head {
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1.5;
  }
}
.p-cv-area .p-cv-area__head::before, .p-cv-area .p-cv-area__head::after {
  content: "";
  position: absolute;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-cv-area .p-cv-area__head::before, .p-cv-area .p-cv-area__head::after {
    width: 4px;
    height: 46px;
    background: repeating-linear-gradient(180deg, white 0px, white 6px, transparent 6px, transparent 10px);
  }
}
@media screen and (max-width: 767px) {
  .p-cv-area .p-cv-area__head::before, .p-cv-area .p-cv-area__head::after {
    width: 1.0666666667vw;
    height: 12vw;
    background: repeating-linear-gradient(180deg, white 0, white 1.6vw, transparent 1.6vw, transparent 2.6666666667vw);
  }
}
.p-cv-area .p-cv-area__head::before {
  rotate: -27deg;
}
@media screen and (min-width: 768px) {
  .p-cv-area .p-cv-area__head::before {
    left: -27px;
    bottom: 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-cv-area .p-cv-area__head::before {
    left: -6.4vw;
    bottom: -0.5333333333vw;
  }
}
.p-cv-area .p-cv-area__head::after {
  rotate: 27deg;
}
@media screen and (min-width: 768px) {
  .p-cv-area .p-cv-area__head::after {
    right: -15px;
    bottom: 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-cv-area .p-cv-area__head::after {
    right: -6.1333333333vw;
    bottom: -0.5333333333vw;
  }
}
.p-cv-area .p-cv-area__buttons {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cv-area .p-cv-area__buttons {
    margin-top: 34px;
  }
}
@media screen and (max-width: 767px) {
  .p-cv-area .p-cv-area__buttons {
    margin-top: 6.4vw;
  }
}
.p-cv-area .present-info {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cv-area .present-info {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-cv-area .present-info {
    margin-top: 10.9333333333vw;
  }
}
.p-cv-area .present-info .present-info__note {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-cv-area .present-info .present-info__note {
    margin-top: 15px;
    margin-right: 58px;
    text-align: right;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cv-area .present-info .present-info__note {
    margin-top: 2.9333333333vw;
    font-size: 12px;
    font-size: 3.2vw;
    text-align: center;
  }
}

/* 固定 CV エリア
----------------------------------------*/
.p-fixed-cv-area {
  position: absolute;
  display: flex;
  align-items: center;
  pointer-events: all;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #54c3f1;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-fixed-cv-area {
    flex-direction: column;
    right: 0;
    width: 367px;
    border-radius: 20px 0 0 20px;
    padding-top: 9px;
    box-shadow: 0px 0px 10px rgba(50, 137, 173, 0.5);
    transform: translateX(110%);
  }
  body.pc-fixed-cv-show .p-fixed-cv-area {
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .p-fixed-cv-area {
    bottom: 0;
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
    padding-left: 4.2666666667vw;
    width: 100%;
    transform: translateY(110%);
  }
  body.sp-fixed-cv-show .p-fixed-cv-area {
    transform: translateY(0);
  }
}
.p-fixed-cv-area .cv-area-head {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-fixed-cv-area .cv-area-head {
    font-size: 0.9375rem;
    margin-bottom: 10px;
  }
}
.p-fixed-cv-area .cv-area-head span {
  position: relative;
}
.p-fixed-cv-area .cv-area-head span::before, .p-fixed-cv-area .cv-area-head span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 23px;
  background-image: linear-gradient(to bottom, #fff, #fff 3px, transparent 3px, transparent 5px);
  background-size: 2px 5px;
  background-repeat: repeat-y;
  transform-origin: bottom;
}
.p-fixed-cv-area .cv-area-head span::before {
  transform: translate(-8px, 6px) rotate(-25deg);
}
.p-fixed-cv-area .cv-area-head span::after {
  transform: translate(8px, 6px) rotate(25deg);
}
@media screen and (min-width: 768px) {
  .p-fixed-cv-area .c-oval-btn {
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
  }
}
@media screen and (max-width: 767px) {
  .p-fixed-cv-area .c-oval-btn {
    filter: drop-shadow(0 0 1.6vw rgba(0, 0, 0, 0.16));
  }
}

/* メニュー
----------------------------------------*/
@keyframes drawer-menu-open {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes drawer-menu-close {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
.p-drawer-menu {
  z-index: 600;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #54c3f1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.p-drawer-menu::-webkit-scrollbar {
  display: none;
}
body.is-menu-open .p-drawer-menu {
  pointer-events: all;
  animation: 1s drawer-menu-open cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
body.is-menu-close .p-drawer-menu {
  animation: 1s drawer-menu-close cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.p-drawer-menu .l-header {
  z-index: auto;
}
.p-drawer-menu .p-drawer-menu__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-drawer-menu .p-drawer-menu__inner {
    padding-bottom: 29.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer-menu .p-drawer-menu__inner {
    padding-top: 16vw;
  }
}
.p-drawer-menu .p-drawer-menu__main {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-drawer-menu .p-drawer-menu__main {
    padding-top: 105px;
    justify-content: space-between;
    width: 1038px;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer-menu .p-drawer-menu__main {
    flex-direction: column;
  }
}
.p-drawer-menu .p-drawer-menu__anchor-list {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-drawer-menu .p-drawer-menu__anchor-list {
    gap: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer-menu .p-drawer-menu__anchor-list {
    gap: 5.3333333333vw;
  }
}
.p-drawer-menu .p-drawer-menu__anchor-list a {
  display: flex;
  align-items: center;
  color: #fff;
  border-color: #54c3f1;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 768px) {
  .p-drawer-menu .p-drawer-menu__anchor-list a {
    font-size: 1.125rem;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer-menu .p-drawer-menu__anchor-list a {
    font-size: 18px;
    font-size: 4.8vw;
    gap: 2.6666666667vw;
  }
}
.p-drawer-menu .p-drawer-menu__anchor-list a .c-btn-arrow {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: #54c3f1;
  transform: translateY(1px);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-drawer-menu .p-drawer-menu__anchor-list a:focus-visible {
  color: #e2ddfc;
}
.p-drawer-menu .p-drawer-menu__anchor-list a:focus-visible .c-btn-arrow {
  background-color: #e2ddfc;
  transform: translateX(5px) translateY(1px);
}
@media (hover: hover) and (pointer: fine) {
  .p-drawer-menu .p-drawer-menu__anchor-list a:hover {
    color: #e2ddfc;
  }
  .p-drawer-menu .p-drawer-menu__anchor-list a:hover .c-btn-arrow {
    background-color: #e2ddfc;
    transform: translateX(5px) translateY(1px);
  }
}
.p-drawer-menu .p-drawer-menu__course-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-drawer-menu .p-drawer-menu__course-list {
    justify-content: center;
    width: 666px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer-menu .p-drawer-menu__course-list {
    margin-top: 10.6666666667vw;
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.p-drawer-menu .course-item {
  position: relative;
  display: flex;
  border-style: solid;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-drawer-menu .course-item {
    width: 323px;
    height: 100px;
    border-radius: 10px;
    border-width: 3px;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer-menu .course-item {
    width: 100%;
    height: 26.6666666667vw;
    border-radius: 2.6666666667vw;
    border-width: 0.8vw;
  }
}
.p-drawer-menu .course-item:focus-visible .course-item__image img {
  transform: scale(1.05);
}
@media (hover: hover) and (pointer: fine) {
  .p-drawer-menu .course-item:hover .course-item__image img {
    transform: scale(1.05);
  }
}
.p-drawer-menu .course-item .course-item__head {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-drawer-menu .course-item .course-item__head {
    width: 173px;
    padding: 10px 0 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer-menu .course-item .course-item__head {
    width: 46.1333333333vw;
    padding: 2.1333333333vw 0 3.7333333333vw;
  }
}
.p-drawer-menu .course-item .course-item__logo {
  display: flex;
  align-items: center;
  margin: auto;
}
.p-drawer-menu .course-item .course-item__age {
  font-weight: 700;
  text-align: center;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .p-drawer-menu .course-item .course-item__age {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer-menu .course-item .course-item__age {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-drawer-menu .course-item .course-item__age span {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer-menu .course-item .course-item__age span {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.p-drawer-menu .course-item .course-item__image {
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-drawer-menu .course-item .course-item__image {
    width: 144px;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer-menu .course-item .course-item__image {
    width: 38.4vw;
  }
}
.p-drawer-menu .course-item .course-item__image img {
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-drawer-menu .course-item .course-item__arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-drawer-menu .course-item .course-item__arrow {
    width: 30px;
    height: 30px;
    right: 7px;
    bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer-menu .course-item .course-item__arrow {
    width: 8vw;
    height: 8vw;
    right: 1.8666666667vw;
    bottom: 1.8666666667vw;
  }
}
.p-drawer-menu .course-item .course-item__arrow::before {
  content: "";
  border-right-style: solid;
  border-top-style: solid;
  border-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-drawer-menu .course-item .course-item__arrow::before {
    width: 10px;
    height: 10px;
    border-width: 3px;
    transform: translateX(-2px) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .p-drawer-menu .course-item .course-item__arrow::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-width: 0.8vw;
    transform: translateX(-0.5333333333vw) rotate(45deg);
  }
}
.p-drawer-menu .course-item.course-item--primary {
  color: #32b0e6;
  border-color: #32b0e6;
}
.p-drawer-menu .course-item.course-item--primary .course-item__arrow {
  background-color: #32b0e6;
}
.p-drawer-menu .course-item.course-item--primary_02 {
  color: #0a7fb1;
  border-color: #32b0e6;
}
.p-drawer-menu .course-item.course-item--primary_02 .course-item__arrow {
  background-color: #32b0e6;
}
.p-drawer-menu .course-item.course-item--prejunior {
  color: #009b63;
  border-color: #009b63;
}
@media screen and (min-width: 768px) {
  .p-drawer-menu .course-item.course-item--prejunior .course-item__head {
    padding: 10px 0 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer-menu .course-item.course-item--prejunior .course-item__head {
    padding: 2.1333333333vw 0 3.7333333333vw;
  }
}
.p-drawer-menu .course-item.course-item--prejunior .course-item__arrow {
  background-color: #009b63;
}
.p-drawer-menu .course-item.course-item--doremiland {
  color: #e73656;
  border-color: #e73656;
}
.p-drawer-menu .course-item.course-item--doremiland .course-item__arrow {
  background-color: #e73656;
}
.p-drawer-menu .p-drawer-menu__cv-area {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768px) {
  .p-drawer-menu .p-drawer-menu__cv-area {
    margin-top: 60px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer-menu .p-drawer-menu__cv-area {
    margin-top: 16vw;
    padding: 10.6666666667vw 0;
  }
}
@media screen and (min-width: 768px) {
  .p-drawer-menu .p-drawer-menu__sns-area {
    margin: 70px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer-menu .p-drawer-menu__sns-area {
    margin: 16vw auto 0;
  }
}

/* 主なプログラム
----------------------------------------*/
.p-programs {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-programs {
    width: 900px;
    margin: 96px auto 0;
    border-radius: 20px;
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-programs {
    margin: 17.3333333333vw auto 0;
    border-radius: 4.2666666667vw;
    padding: 12.5333333333vw 0 8vw;
  }
}
.p-programs .p-programs__head {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 700;
  border-radius: 9999px;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-programs .p-programs__head {
    font-size: 1.125rem;
    padding: 1px 24px 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-programs .p-programs__head {
    font-size: 16px;
    font-size: 4.2666666667vw;
    padding: 1.0666666667vw 4.8vw 1.3333333333vw;
  }
}
.p-programs .p-programs__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-programs .p-programs__list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-programs .p-programs__list {
    gap: 8vw 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-programs .p-programs__list li {
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .p-programs .p-programs__list li {
    width: 22.4vw;
  }
}
.p-programs .p-programs__list li figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-programs .p-programs__list li figure img {
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .p-programs .p-programs__list li figure img {
    width: 22.4vw;
  }
}
.p-programs .p-programs__list li figcaption {
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-programs .p-programs__list li figcaption {
    margin-top: 14px;
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .p-programs .p-programs__list li figcaption {
    margin-top: 2.6666666667vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4;
  }
}
.p-programs .p-programs__list li figcaption span {
  display: block;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .p-programs .p-programs__list li figcaption span {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-programs .p-programs__list li figcaption span {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
.p-programs .p-programs__note {
  position: absolute;
  right: 0;
  bottom: -2.5em;
}
@media screen and (min-width: 768px) {
  .p-programs .p-programs__note {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-programs .p-programs__note {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.p-programs .p-programs__course-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-programs .p-programs__course-list {
    justify-content: center;
    column-gap: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-programs .p-programs__course-list {
    flex-direction: column;
    align-items: center;
    row-gap: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-programs .p-programs__course-list li {
    width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .p-programs .p-programs__course-list li {
    width: 70.1333333333vw;
  }
}
.p-programs .p-programs__course-item .p-programs__course-head {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-programs .p-programs__course-item .p-programs__course-head {
    font-size: 1.5rem;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 767px) {
  .p-programs .p-programs__course-item .p-programs__course-head {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.p-programs .p-programs__course-item .p-programs__course-head::before, .p-programs .p-programs__course-item .p-programs__course-head::after {
  content: "";
  background-color: #000;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-programs .p-programs__course-item .p-programs__course-head::before, .p-programs .p-programs__course-item .p-programs__course-head::after {
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-programs .p-programs__course-item .p-programs__course-head::before, .p-programs .p-programs__course-item .p-programs__course-head::after {
    height: 0.5333333333vw;
  }
}
.p-programs .p-programs__course-item .p-programs__course-head span {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-programs .p-programs__course-item .p-programs__course-head span {
    margin: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-programs .p-programs__course-item .p-programs__course-head span {
    margin: 0 3.2vw;
  }
}
.p-programs .p-programs__course-item dl dt {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-programs .p-programs__course-item dl dt {
    line-height: 1.8;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-programs .p-programs__course-item dl dt {
    line-height: 2.025;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-programs .p-programs__course-item dl dd {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-programs .p-programs__course-item dl dd {
    margin-top: 0.8vw;
    line-height: 1.5;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-programs .p-programs__course-item dl dd + dt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-programs .p-programs__course-item dl dd + dt {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-programs.p-programs--sp-horizontal .p-programs__list {
    column-gap: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-programs.p-programs--course-list {
    padding: 66px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-programs.p-programs--course-list {
    padding-bottom: 13.3333333333vw;
  }
}
body.primary .p-programs {
  background-color: rgba(50, 176, 230, 0.1);
}
body.primary .p-programs .p-programs__head {
  background-color: #32b0e6;
}
body.doremiland .p-programs {
  background-color: rgba(231, 54, 86, 0.1);
}
body.doremiland .p-programs .p-programs__head {
  background-color: #e73656;
}
body.prejunior .p-programs {
  background-color: rgba(0, 155, 99, 0.1);
}
body.prejunior .p-programs .p-programs__head {
  background-color: #009b63;
}

/* swiper
----------------------------------------*/
.swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .swiper-pagination {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    margin-top: 4.8vw;
  }
}

.swiper-pagination-bullet {
  border: 1px solid #54c3f1;
  background-color: #fff;
  opacity: 1;
  outline: none;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    border-width: 0.5333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin: 0 1.0666666667vw !important;
  }
}
.swiper-pagination-bullet:focus-visible {
  outline: 1px solid #54c3f1;
}

.swiper-pagination-bullet-active {
  background-color: #54c3f1;
}

.swiper-slide {
  padding: 0;
  height: auto;
}

@media screen and (max-width: 767px) {
  .swiper-navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    padding: 0 5.3333333333vw;
    pointer-events: none;
  }
  .swiper-navigation .c-circle-arrow-btn {
    pointer-events: all;
  }
}
