@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap");
.anim {
  backface-visibility: hidden;
  will-change: transform;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim--slow {
  animation-duration: 1s !important;
}

.anim--delay {
  animation-delay: 0.6s !important;
}

.anim-hide {
  opacity: 0;
}

.anim-fadeIn.onAnim {
  animation: fadeIn 1s ease 0s 1 alternate forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeUp.onAnim {
  animation: fadeUp 1s ease 0s 1 alternate forwards;
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeLeft.onAnim {
  animation: fadeLeft 1s ease 0s 1 alternate forwards;
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeRight.onAnim {
  animation: fadeRight 1s ease 0s 1 alternate forwards;
}

img {
  display: block;
  max-width: 100%;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.akshar {
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

:-moz-placeholder-shown {
  color: #ccc;
}

:placeholder-shown {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

a {
  color: #333;
}
a:hover {
  text-decoration: underline;
}

html {
  font-size: 16px;
}
@media all and (max-width: 680px) {
  html {
    font-size: 3.7208vw;
  }
}

body {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.75;
  color: #000;
  overscroll-behavior: none;
}
@media all and (max-width: 680px) {
  body {
    font-size: 3.7208vw;
  }
}
body.hide {
  overflow: hidden;
}
body figure {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

.o_sp {
  display: none !important;
}

.o_sp2 {
  display: none !important;
}

.hiddenBox {
  overflow: hidden;
}

.textRight {
  text-align: right;
}

@media all and (max-width: 680px) {
  .o_sp {
    display: block !important;
  }
}
@media all and (max-width: 1024px) {
  .o_pc {
    display: none !important;
  }
}

@media all and (max-width: 680px) {
  html {
    font-size: 3.7208vw;
  }
  body {
    font-size: 3.7208vw;
  }
}
@media all and (max-width: 680px) {
  .o_sp2 {
    display: block !important;
  }
  .no_sp {
    display: none !important;
  }
}
.inner {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
@media all and (max-width: 1024px) {
  .inner {
    padding: 0 30px;
  }
}
@media all and (max-width: 680px) {
  .inner {
    padding: 0 4.651vw;
  }
}

.mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #4D4398;
  transition: all 0.3s ease 0s;
  padding: 20px 40px;
}
.mainHeader:hover {
  text-decoration: none;
}
@media all and (max-width: 680px) {
  .mainHeader {
    padding: 2.3255vw 3.48825vw;
  }
}
.mainHeader__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.mainHeader__logo {
  position: relative;
  width: 240px;
  transition: all 0.3s ease 0s;
  filter: none;
}
.mainHeader__logo:hover {
  text-decoration: none;
}
@media all and (max-width: 680px) {
  .mainHeader__logo {
    width: 34.8825vw;
  }
}
.mainHeader__logo img {
  height: auto;
  width: 100%;
}
.mainHeader.top {
  translate: 0 -150%;
}

.gNav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #4D4398;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s 0s ease, translate 0s 0.3s ease;
  translate: 120% 0;
  opacity: 0;
  border-bottom: 1px solid #4D4398;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/gnav_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 400px;
}
@media all and (max-width: 680px) {
  .gNav {
    background-size: 75vw;
  }
}
.gNav.active {
  transition: opacity 0.3s 0s ease, translate 0s 0s ease;
  opacity: 1;
  translate: 0 0;
}
.gNav__inner {
  max-height: calc(100vh - 120px);
  overflow: auto;
}
.gNav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  line-height: 1.4;
  flex-direction: column;
  align-items: normal;
  gap: 2.2rem;
}
@media all and (max-width: 680px) {
  .gNav__list {
    gap: 1.5em;
  }
}
.gNav__list__item a {
  display: flex;
  color: #fff;
  position: relative;
  padding: 0.35em 0;
  text-align: center;
  font-size: 1.25rem;
  transition: opacity 0.3s ease 0s;
  font-size: 1.5rem;
  position: relative;
}
@media all and (max-width: 680px) {
  .gNav__list__item a {
    font-size: 1rem;
  }
}
.gNav__list__item a > span {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
}
.gNav__list__item a > span strong {
  font-size: 1.875rem;
}
@media all and (max-width: 680px) {
  .gNav__list__item a > span strong {
    font-size: 1.5rem;
  }
}
.gNav__list__item a .akshar {
  font-weight: 600;
  font-size: 3.125rem;
}
.gNav__list__item a .akshar small {
  font-size: 2.5rem;
}
@media all and (max-width: 680px) {
  .gNav__list__item a .akshar {
    font-size: 2.25rem;
  }
  .gNav__list__item a .akshar small {
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .gNav__list__item a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

.spBT {
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  position: relative;
  z-index: 99;
  background-color: transparent;
  background: none;
  cursor: pointer;
}
@media all and (max-width: 680px) {
  .spBT {
    width: 9.302vw;
    height: 9.302vw;
    padding: 1.16275vw;
  }
}
.spBT__inner {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media all and (max-width: 680px) {
  .spBT__inner {
    gap: 1.8604vw;
  }
}
.spBT__bar {
  width: 100%;
  height: 4px;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
.spBT__bar:hover {
  text-decoration: none;
}
@media all and (max-width: 680px) {
  .spBT__bar {
    height: 0.9302vw;
  }
}
.spBT.active .spBT__bar:first-child {
  translate: 0 300%;
  rotate: 45deg;
}
.spBT.active .spBT__bar:nth-child(2) {
  opacity: 0;
}
.spBT.active .spBT__bar:last-child {
  translate: 0 -300%;
  rotate: -45deg;
}

.fv {
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/fv_bg.webp);
  transition: opacity 0.5s ease 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 680px) {
  .fv {
    min-height: 0;
  }
}
.fv__inner {
  max-width: 1160px;
  width: 100%;
  padding: 40px;
}
@media all and (max-width: 680px) {
  .fv__inner {
    padding: 25.5805vw 4.651vw 0;
  }
}
.fv__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #22186A;
  gap: 1.25rem;
  padding-bottom: 10rem;
}
.fv__paragraph {
  position: relative;
  padding: 1.25rem;
  line-height: 1;
}
@media all and (max-width: 680px) {
  .fv__paragraph {
    padding: 0.75rem;
  }
}
.fv__paragraph:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  transition: scale 0.5s ease 0.75s;
  transform-origin: left;
  scale: 0 1;
}
.fv__paragraph span {
  position: relative;
  z-index: 10;
  transition: opacity 0.5s ease 1.25s;
  opacity: 0;
}
.fv__lead {
  font-size: 1.25rem;
}
@media all and (max-width: 680px) {
  .fv__lead {
    font-size: 0.8125rem;
  }
}
.fv__title {
  font-weight: 700;
  font-size: 3.375rem;
}
@media all and (max-width: 1024px) {
  .fv__title {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 680px) {
  .fv__title {
    font-size: 1.625rem;
  }
}
.fv__copy {
  font-size: 1.875rem;
  font-weight: bold;
}
@media all and (max-width: 680px) {
  .fv__copy {
    font-size: 1.125rem;
  }
}
.fv__caption {
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.4;
  position: absolute;
  right: 1.5em;
  bottom: 90px;
}
@media all and (max-width: 680px) {
  .fv__caption {
    bottom: 1.5em;
    font-size: 0.625rem;
  }
}
.fv.onAnim {
  opacity: 1;
}
.fv.onAnim .fv__paragraph:before {
  scale: 1;
}
.fv.onAnim .fv__paragraph span {
  opacity: 1;
}

.commonHeading {
  color: #4D4398;
  text-align: center;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
  gap: 1rem;
}
@media all and (max-width: 680px) {
  .commonHeading {
    gap: 0.75rem;
  }
}
.commonHeading__main {
  font-size: 1.875rem;
}
.commonHeading__main.white {
  color: #fff;
}
.commonHeading__main.akshar {
  font-size: 3.125rem;
}
@media all and (max-width: 680px) {
  .commonHeading__main.akshar {
    font-size: 2.125rem;
  }
}
.commonHeading__main strong {
  font-size: 1.33em;
}
@media all and (max-width: 680px) {
  .commonHeading__main {
    font-size: 1.5rem;
  }
}
.commonHeading__sub {
  color: #b5b1d1;
  font-weight: 600;
  font-size: 1.875rem;
  position: relative;
}
@media all and (max-width: 680px) {
  .commonHeading__sub {
    font-size: 1.5rem;
  }
}
.commonHeading__sub:before {
  content: "";
  width: 3.125rem;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: currentColor;
  translate: -140% -50%;
}
.commonHeading__sub:after {
  content: "";
  width: 3.125rem;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: currentColor;
  translate: 140% -50%;
}

.strong-text {
  font-weight: bold;
  position: relative;
  background-color: rgba(254, 206, 0, 0.5);
}
.strong-text span {
  position: relative;
  z-index: 5;
}

.cv {
  background-color: #f7f7fc;
  padding: 3.75rem 0;
}
.cv--large {
  padding: 6.25rem 0 6.25rem;
}
@media all and (max-width: 680px) {
  .cv--large {
    padding: 0 0 5rem;
  }
}
.cv__inner {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 680px) {
  .cv__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.cv a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  font-size: 1.375rem;
  padding: 1.2rem 3rem 1rem;
  width: 47%;
  position: relative;
  transition: all 0.3s ease 0s;
  border-radius: 5rem;
}
.cv a:hover {
  text-decoration: none;
}
@media all and (max-width: 1024px) {
  .cv a {
    justify-content: flex-start;
    padding-left: 2rem;
    font-size: 1.125rem;
  }
}
@media all and (max-width: 680px) {
  .cv a {
    width: 100%;
  }
}
.cv a:after {
  content: "";
  width: 1.75rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 1.75rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/ic_arrow.svg);
  translate: 0 -50%;
}
@media all and (max-width: 1024px) {
  .cv a:after {
    right: 1rem;
  }
}
.cv a:hover {
  translate: 0 0.28rem;
}
.cv a strong {
  font-size: 1.625rem;
}
@media all and (max-width: 1024px) {
  .cv a strong {
    font-size: 1.375rem;
  }
}
.cv a.cv_link1 {
  background-color: #2F2579;
  box-shadow: 0 0.28rem 0 #07022B;
}
.cv a.cv_link1:hover {
  box-shadow: 0 0 0 #07022B;
}
.cv a.cv_link2 {
  background-color: #FF5252;
  box-shadow: 0 0.28rem 0 #F03637;
}
.cv a.cv_link2:hover {
  box-shadow: 0 0 0 #F03637;
}

.feature {
  padding: 120px 0;
  position: relative;
}
@media all and (max-width: 680px) {
  .feature {
    padding: 23.255vw 0;
  }
}
.feature:before {
  content: "";
  width: 270px;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/feature_bg.webp);
  top: 0;
  left: 0;
  position: absolute;
}
@media all and (max-width: 1024px) {
  .feature:before {
    width: 200px;
  }
}
@media all and (max-width: 680px) {
  .feature:before {
    width: 23.255vw;
  }
}
.feature:after {
  content: "";
  width: 270px;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/feature_bg.webp);
  bottom: 0;
  right: 0;
  rotate: 180deg;
  position: absolute;
}
@media all and (max-width: 1024px) {
  .feature:after {
    width: 200px;
  }
}
@media all and (max-width: 680px) {
  .feature:after {
    width: 23.255vw;
  }
}
.feature__list {
  margin-top: 68px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media all and (max-width: 680px) {
  .feature__list {
    margin-top: 11.6275vw;
    gap: 11.6275vw;
  }
}
.feature__list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (min-width: 681px) {
  .feature__list__item:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
}
@media all and (max-width: 1024px) {
  .feature__list__item {
    align-items: flex-start;
  }
}
@media all and (max-width: 680px) {
  .feature__list__item {
    flex-direction: column;
    gap: 2em;
  }
}
@media all and (min-width: 681px) {
  .feature__list__item > * {
    width: 46%;
  }
}
.feature__list__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.feature__list__heading {
  color: #22186A;
  font-weight: bold;
  font-size: 1.875rem;
  margin-bottom: 1em;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.feature__list__heading:before {
  content: "";
  width: 1.75rem;
  height: 1.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/feature_icon.svg);
  margin-right: 1rem;
  flex-shrink: 0;
}
@media all and (max-width: 1024px) {
  .feature__list__heading {
    font-size: 1.5rem;
  }
}
.feature__list__text {
  line-height: 2;
  font-size: 1.125rem;
}

.recommendation {
  padding: 100px 0;
  background-color: #4D4398;
}
@media all and (max-width: 680px) {
  .recommendation {
    padding: 11.6275vw 0;
  }
}
.recommendation__list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .recommendation__list {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
@media all and (max-width: 680px) {
  .recommendation__list {
    margin-top: 11.6275vw;
  }
}
.recommendation__list__item {
  background-color: #fff;
  border-radius: 1.225rem;
  padding: 4.651vw 4.651vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (min-width: 1025px) {
  .recommendation__list__item {
    max-width: 280px;
    width: 30%;
  }
}
@media all and (min-width: 681px) {
  .recommendation__list__item {
    padding: 20px 30px;
  }
}
@media all and (max-width: 1024px) {
  .recommendation__list__item {
    max-width: 480px;
    width: 100%;
  }
}
.recommendation__list__icon {
  width: 50px;
}
@media all and (max-width: 680px) {
  .recommendation__list__icon {
    width: 11.6275vw;
  }
}
.recommendation__list__heading {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.75em 0;
}
@media all and (min-width: 681px) {
  .recommendation__list__heading {
    min-height: 3.2em;
  }
}
.recommendation__list__text {
  font-size: 0.875rem;
}

.schedule__content1 {
  padding: 120px 0 80px;
  background-image: url(../images/schedule_bg.webp);
  background-position: center 35%;
  background-repeat: no-repeat;
  background-size: 400px;
}
@media all and (max-width: 680px) {
  .schedule__content1 {
    background-position: center 32%;
    background-size: 75vw;
    padding: 13.953vw 0 11.6275vw;
  }
}
.schedule__detail {
  margin-top: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .schedule__detail {
    align-items: flex-start;
  }
}
@media all and (max-width: 680px) {
  .schedule__detail {
    margin-top: 11.6275vw;
    flex-direction: column;
    gap: 2em;
  }
}
@media all and (min-width: 681px) {
  .schedule__detail > * {
    width: 46%;
  }
}
.schedule__detail__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.schedule__detail__heading {
  color: #22186A;
  font-weight: bold;
  font-size: 1.875rem;
  margin-bottom: 1em;
  line-height: 1.6;
}
@media all and (max-width: 1024px) {
  .schedule__detail__heading {
    font-size: 1.5rem;
  }
}
.schedule__detail__text {
  line-height: 2;
  font-size: 1.125rem;
  margin-bottom: 2em;
}
.schedule__detail__caption {
  font-size: 0.875rem;
}
.schedule__teacher {
  margin-top: 1.25em;
  font-size: 0.875rem;
}
.schedule__teacher__name {
  margin-bottom: 1rem;
}
.schedule__teacher__name strong {
  font-weight: bold;
  font-size: 1.125rem;
}
.schedule__info {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
@media all and (max-width: 680px) {
  .schedule__info {
    margin-top: 13.953vw;
    gap: 9.302vw;
  }
}
.schedule__info__item {
  border-radius: 0.575rem;
  padding: 30px 30px;
  background-color: #f7f7fc;
  width: 46%;
}
@media all and (max-width: 680px) {
  .schedule__info__item {
    width: 100%;
    padding: 6.9765vw;
  }
}
.schedule__info__heading {
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  padding-bottom: 0.75em;
  margin-bottom: 1.25em;
  position: relative;
}
.schedule__info__heading:after {
  content: "";
  height: 2px;
  width: 2.75em;
  background-color: #ff5252;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.schedule__info__dd dl > div {
  display: flex;
  margin-bottom: 0.4em;
}
.schedule__info__dd dl > div:last-child {
  margin-bottom: 0;
}
.schedule__info__dd dl > div dt {
  width: 7.2em;
  flex-shrink: 0;
  position: relative;
}
.schedule__info__dd dl > div dt:after {
  content: ":";
  position: absolute;
  right: 0;
  top: 0;
}
.schedule__info__dd dl > div dd {
  padding-left: 0.8em;
}
.schedule__info__dd dl > div .small {
  font-size: 0.8em;
}
.schedule__info__dd ul li {
  padding-left: 1em;
  position: relative;
}
.schedule__info__dd ul li:before {
  content: "-";
  position: absolute;
  left: 0;
}
.schedule__info__date {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  gap: 0.3em;
  justify-content: space-between;
}
@media all and (max-width: 680px) {
  .schedule__info__date {
    grid-template-rows: repeat(8, auto);
    grid-template-columns: 1fr;
  }
}
.schedule__info__date li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.125rem;
}
.schedule__info__date li span {
  font-size: 0.75rem;
}
.schedule__info__date li span.small {
  font-size: 0.875rem;
}
@media all and (max-width: 680px) {
  .schedule__info__date li span {
    margin-left: auto;
  }
}
.schedule__content2 {
  padding: 100px 0 68px;
  background-color: #f7f7fc;
  overflow: hidden;
}
@media all and (max-width: 680px) {
  .schedule__content2 {
    padding: 13.953vw 0 11.6275vw;
  }
}
.schedule__content2__box {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.06);
  position: relative;
  padding: 80px 40px;
}
@media all and (max-width: 680px) {
  .schedule__content2__box {
    padding: 13.953vw 4.651vw;
  }
}
.schedule__content2__box__heading {
  width: 200px;
  position: absolute;
  top: 0;
  right: 0;
  translate: 30% -40%;
}
@media all and (max-width: 1024px) {
  .schedule__content2__box__heading {
    translate: 15% -30%;
  }
}
@media all and (max-width: 680px) {
  .schedule__content2__box__heading {
    width: 37.208vw;
  }
}
.schedule__content2__caption {
  max-width: 800px;
  margin: 1em auto 0;
  font-size: 0.75rem;
  text-align: right;
}
.schedule__schedule {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  max-width: 648px;
  margin: 0 auto;
}
.schedule__schedule:before {
  content: "";
  height: calc(100% - 2rem);
  width: 1px;
  top: 1rem;
  left: 65px;
  position: absolute;
  background-color: #4D4398;
}
@media all and (max-width: 680px) {
  .schedule__schedule:before {
    left: 9.302vw;
  }
}
.schedule__schedule__item {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.schedule__schedule__date1 {
  width: 100px;
  aspect-ratio: 1/1;
  background-color: #A6A1CB;
  border-radius: 50%;
  margin-left: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-weight: 600;
}
@media all and (max-width: 680px) {
  .schedule__schedule__date1 {
    width: 13.953vw;
    margin-left: 2.3255vw;
  }
}
.schedule__schedule__date2 {
  width: 130px;
  aspect-ratio: 1/1;
  background-color: #4D4398;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-weight: 600;
}
@media all and (max-width: 680px) {
  .schedule__schedule__date2 {
    width: 18.604vw;
  }
}
.schedule__schedule .month {
  font-size: 1.625rem;
  line-height: 1.4;
}
@media all and (max-width: 680px) {
  .schedule__schedule .month {
    font-size: 1.125rem;
  }
}
.schedule__schedule .day1 {
  font-size: 2.5rem;
  line-height: 1;
}
@media all and (max-width: 680px) {
  .schedule__schedule .day1 {
    font-size: 1.625rem;
  }
}
.schedule__schedule .day2 {
  font-size: 3.75rem;
  line-height: 1;
}
@media all and (max-width: 680px) {
  .schedule__schedule .day2 {
    font-size: 2.5rem;
  }
}
.schedule__schedule__content {
  width: calc(100% - 180px);
  font-size: 1.625rem;
  font-weight: bold;
}
@media all and (max-width: 680px) {
  .schedule__schedule__content {
    font-size: 1.25rem;
    width: calc(100% - 23.255vw);
  }
}
.schedule__schedule__text1 {
  color: #a6a1cb;
  display: inline-block;
}
.schedule__schedule__text2 {
  color: #4D4398;
  display: inline-block;
  border-bottom: 0.5rem solid #FECE00;
  line-height: 1.6;
  padding-bottom: 0.3em;
}
.schedule__schedule__text3 {
  font-size: 0.6em;
  color: #ff5252;
}

.menu {
  padding: 120px 0;
  position: relative;
  background-color: #4d4398;
}
@media all and (max-width: 680px) {
  .menu {
    padding: 23.255vw 0;
  }
}
.menu:before {
  content: "";
  width: 270px;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/menu_bg.webp);
  top: 0;
  left: 0;
  position: absolute;
}
@media all and (max-width: 1024px) {
  .menu:before {
    width: 200px;
  }
}
@media all and (max-width: 680px) {
  .menu:before {
    width: 23.255vw;
  }
}
.menu:after {
  content: "";
  width: 270px;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/menu_bg.webp);
  bottom: 0;
  right: 0;
  rotate: 180deg;
  position: absolute;
}
@media all and (max-width: 1024px) {
  .menu:after {
    width: 200px;
  }
}
@media all and (max-width: 680px) {
  .menu:after {
    width: 23.255vw;
  }
}
.menu__menuList {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .menu__menuList {
    flex-direction: column;
    gap: 2.5rem;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 680px) {
  .menu__menuList {
    margin-top: 13.953vw;
    max-width: 100%;
  }
}
.menu__menuList__item {
  width: 47%;
  background-color: #fff;
  border-radius: 1.225rem;
  padding: 2rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .menu__menuList__item {
    width: 100%;
    max-width: 100%;
  }
}
.menu__menuList__heading {
  font-weight: 600;
  font-size: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.8;
}
.menu__menuList__heading span {
  background-color: #ffce00;
  padding-top: 0.1em;
}
.menu__menuList__price {
  font-weight: 700;
  display: flex;
  align-items: baseline;
  color: #22186A;
  margin-top: 0.5rem;
  font-size: 1.875rem;
  line-height: 1.4;
}
.menu__menuList__price small {
  font-size: 1rem;
}
.menu__menuList__price strong {
  font-size: 5rem;
  font-weight: 600;
}
@media all and (max-width: 680px) {
  .menu__menuList__price strong {
    font-size: 4.5rem;
  }
}
.menu__menuList__text {
  font-size: 0.875rem;
  max-width: 92%;
  margin: 0 auto;
}
.menu__tableWrap {
  margin-top: 80px;
}
@media all and (max-width: 680px) {
  .menu__tableWrap {
    margin-top: 13.953vw;
    width: calc(100% + 9.302vw);
    padding: 0 4.651vw;
    margin-left: -4.651vw;
    overflow: auto;
  }
}
.menu__table {
  width: 100%;
}
@media all and (max-width: 680px) {
  .menu__table {
    width: 100%;
  }
}
.menu__table thead th {
  border: 1px solid #DBDBDB;
  background-color: #22186A;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
  width: 30%;
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 1.2em 0 1.1em;
  line-height: 1.6;
}
@media all and (max-width: 680px) {
  .menu__table thead th {
    font-size: 1rem;
    width: 30%;
  }
}
.menu__table tbody th {
  vertical-align: middle;
  text-align: left;
  border: 1px solid #DBDBDB;
  background-color: #2b2b2b;
  color: #fff;
  padding: 1.2rem 1.5rem;
  font-size: 0.75rem;
}
@media all and (max-width: 680px) {
  .menu__table tbody th {
    font-size: 0.625rem;
    padding: 0.7rem;
  }
}
.menu__table tbody th strong {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.3em;
}
@media all and (max-width: 680px) {
  .menu__table tbody th strong {
    font-size: 0.75rem;
  }
}
.menu__table tbody td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #DBDBDB;
  background-color: #fff;
  padding: 1em 0.5em;
  line-height: 1.6;
}
.menu__table tbody td span.small {
  font-size: 0.875rem;
}
.menu__table tbody td .ok {
  display: block;
  font-weight: bold;
  font-size: 1.875rem;
  color: #d80400;
  line-height: 1.1;
}
.menu__caption {
  margin-top: 60px;
  font-size: 0.875rem;
  color: #fff;
  line-height: 2;
}
.menu__workshop {
  margin-top: 60px;
  background-color: #fff;
  border-radius: 1.225rem;
  padding: 60px 40px;
}
@media all and (max-width: 680px) {
  .menu__workshop {
    margin-top: 13.953vw;
    padding: 11.6275vw 6.9765vw;
  }
}
.menu__workshop__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1.5em;
}
.menu__workshop__heading .main {
  font-weight: bold;
  font-size: 2rem;
  color: #22186a;
}
@media all and (max-width: 680px) {
  .menu__workshop__heading .main {
    font-size: 1.5rem;
  }
}
.menu__workshop__heading .sub {
  color: #b5b1d1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem;
  font-weight: 600;
  margin-top: 0.3em;
}
@media all and (max-width: 680px) {
  .menu__workshop__heading .sub {
    font-size: 1.375rem;
  }
}
.menu__workshop__heading .sub span {
  margin: 0 0.3em;
  letter-spacing: 0.02em;
}
.menu__workshop__heading .sub:before, .menu__workshop__heading .sub:after {
  content: "";
  width: 1.75em;
  height: 1px;
  background-color: #b5b1d1;
}
.menu__workshop__image {
  margin-bottom: 1.5em;

}
.menu__workshop dl {
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  margin-bottom: 1.5em;
}
.menu__workshop dl .row {
  display: flex;
}
.menu__workshop dl .row dt {
  width: 4em;
  flex-shrink: 0;
  position: relative;
}
.menu__workshop dl .row dt:after {
  content: ":";
  position: absolute;
  right: 0;
}
.menu__workshop dl .row dd {
  position: relative;
  padding-left: 1em;
}
.menu__workshop__link {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
}

.achievements {
  padding: 100px 0 120px;
}
@media all and (max-width: 680px) {
  .achievements {
    padding: 13.953vw 0;
  }
}
.achievements__list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.075rem;
}
@media all and (max-width: 680px) {
  .achievements__list {
    margin-top: 13.953vw;
  }
}
@media all and (max-width: 1024px) {
  .achievements__list {
    gap: 1.5rem;
  }
}
@media all and (max-width: 680px) {
  .achievements__list {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.achievements__list a {
  transition: opacity 0.3s ease 0s;
  display: block;
}
@media (hover: hover) {
  .achievements__list a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
.achievements__list__title {
  text-align: center;
  color: #22186a;
  font-weight: bold;
  font-size: 1.125rem;
  margin: 1em 0;
}
.achievements__list__text {
  font-size: 0.875rem;
}

.qa {
  background-color: #f7f7fc;
  padding: 100px 0 0;
}
@media all and (max-width: 680px) {
  .qa {
    padding: 13.953vw 0;
  }
}
.qa__list {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}
@media all and (max-width: 680px) {
  .qa__list {
    margin-top: 13.953vw;
  }
}
.qa__list__item {
  overflow: hidden;
  border-radius: 0.65rem;
  background-color: #fff;
}
.qa__list dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2.25rem;
  gap: 1.25rem;
  cursor: pointer;
}
@media all and (max-width: 680px) {
  .qa__list dt {
    padding: 1rem;
  }
}
.qa__list dt .q {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1;
  flex-shrink: 0;
  color: #22186a;
}
@media all and (max-width: 680px) {
  .qa__list dt .q {
    font-size: 1.875rem;
  }
}
.qa__list dt .text {
  width: 100%;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media all and (max-width: 680px) {
  .qa__list dt .text {
    font-size: 1rem;
  }
}
.qa__list dt .icon {
  width: 2.5rem;
  aspect-ratio: 1/1;
  position: relative;
  flex-shrink: 0;
  background-color: #22186A;
  border-radius: 50%;
}
@media all and (max-width: 680px) {
  .qa__list dt .icon {
    width: 2em;
  }
}
.qa__list dt .icon:before, .qa__list dt .icon:after {
  content: "";
  width: 35%;
  height: 0.15rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.3s ease 0s;
}
.qa__list dt .icon:before:hover, .qa__list dt .icon:after:hover {
  text-decoration: none;
}
.qa__list dt .icon:after {
  rotate: 90deg;
}
.qa__list dt.active .icon:after {
  rotate: 0deg;
}
.qa__list dd {
  border-radius: 0 0 0.65rem 0.65rem;
  border: 1px solid #EDEDED;
  padding: 1.75rem 2.25rem;
  display: none;
}
@media all and (max-width: 680px) {
  .qa__list dd {
    padding: 1.75rem;
    font-size: 0.875rem;
  }
}
.qa__list dd ul {
  list-style-type: square;
  padding-left: 1.5em;
}

.fixedContact {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 15;
  translate: 110% -50%;
  transition: translate 0.6s 1.5s ease;
}
.fixedContact.active {
  translate: 0% -50%;
}
@media all and (max-width: 680px) {
  .fixedContact {
    top: auto;
    bottom: 11.6275vw;
  }
}
.fixedContact a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background-color: #4D4398;
  transition: all 0.3s ease 0s;
  width: 96px;
  height: 90px;
  color: #fff;
  font-weight: bold;
  border-radius: 0.625rem 0 0 0.625rem;
  box-shadow: 0 0.375rem 0 #463E86;
  gap: 0.25rem;
}
.fixedContact a:hover {
  text-decoration: none;
}
@media all and (min-width: 681px) {
  .fixedContact a {
    padding-top: 0.55em;
  }
}
@media all and (max-width: 680px) {
  .fixedContact a {
    width: 9.302vw;
    height: 9.302vw;
    box-shadow: 0 0.2rem 0 #463E86;
  }
}
.fixedContact a:hover {
  translate: 0 0.375rem;
  box-shadow: 0 0 0 #463E86;
}
@media all and (max-width: 680px) {
  .fixedContact a:hover {
    translate: 0 0.2rem;
  }
}
.fixedContact a .icon {
  width: 25px;
}
@media all and (max-width: 680px) {
  .fixedContact a .icon {
    width: 4.651vw;
  }
}
.fixedContact a .text {
  font-size: 0.875rem;
}
@media all and (max-width: 680px) {
  .fixedContact a .text {
    display: none;
  }
}

.fixedNav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 15;
  height: 70px;
  display: flex;
  width: 100%;
  background-color: #2b2b2b;
  translate: 0 110%;
  transition: translate 0.6s 1.1s ease;
}
.fixedNav.active {
  translate: 0%;
}
@media all and (max-width: 680px) {
  .fixedNav {
    height: 13.953vw;
  }
}
.fixedNav a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  padding-top: 0.15em;
  color: #fff;
  font-weight: bold;
  font-size: 1.625rem;
  height: calc(70px - 0.28rem);
  width: 50%;
  position: relative;
  transition: all 0.3s ease 0s;
}
.fixedNav a:hover {
  text-decoration: none;
}
@media all and (max-width: 1024px) {
  .fixedNav a {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 680px) {
  .fixedNav a {
    height: calc(13.953vw - 0.28rem);
    font-size: 0.875rem;
    padding: 0 1em;
  }
}
.fixedNav a:after {
  content: "";
  width: 2.125rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/ic_arrow.svg);
  translate: 0 -50%;
}
@media all and (max-width: 1024px) {
  .fixedNav a:after {
    right: 1rem;
    width: 1.75rem;
  }
}
@media all and (max-width: 680px) {
  .fixedNav a:after {
    width: 1.25rem;
  }
}
.fixedNav a:hover {
  translate: 0 0.28rem;
}
.fixedNav a strong {
  font-size: 1.875rem;
}
@media all and (max-width: 1024px) {
  .fixedNav a strong {
    font-size: 1.375rem;
  }
}
@media all and (max-width: 680px) {
  .fixedNav a strong {
    font-size: 0.875rem;
  }
}
.fixedNav a.fixedNav__link1 {
  background-color: #2F2579;
  box-shadow: 0 0.28rem 0 #07022B;
}
.fixedNav a.fixedNav__link1:hover {
  box-shadow: 0 0 0 #07022B;
}
@media all and (max-width: 680px) {
  .fixedNav a.fixedNav__link1 {
    justify-content: space-between;
  }
}
.fixedNav a.fixedNav__link2 {
  background-color: #FF5252;
  box-shadow: 0 0.28rem 0 #F03637;
}
.fixedNav a.fixedNav__link2:hover {
  box-shadow: 0 0 0 #F03637;
}

.footCaption {
  background-color: #4D4398;
  color: #fff;
  font-size: 0.875rem;
  padding: 2.25rem 0;
  line-height: 2;
}

.footer {
  margin-bottom: 70px;
  background-color: #2b2b2b;
  color: #fff;
  font-size: 0.75rem;
  padding: 1.2em 0;
}
@media all and (max-width: 680px) {
  .footer {
    margin-bottom: 13.953vw;
  }
}
@media all and (max-width: 680px) {
  .footer {
    text-align: center;
    padding: 2rem 0;
  }
}
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 2em;
}
@media all and (min-width: 681px) {
  .footer__inner {
    flex-direction: row-reverse;
  }
}