.c-container {
  width: 100%;
  max-width: 124rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 749.98px) {
  .c-container {
    padding: 0 4rem;
  }
}

.c-section-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8rem;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #285387;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749.98px) {
  .c-section-title {
    font-size: 3.4rem;
    line-height: 2;
    margin-bottom: 4rem;
  }
}
.c-btn {
  height: 8rem;
  text-align: center;
  border-radius: 1rem;
  background-color: #fff;
  padding: 0.8rem 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .c-btn {
    height: 10rem;
    padding: 0.8rem 2.4rem;
  }
}
.c-btn.-line {
  height: 4rem;
  background-color: #10a146;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-line {
    border-radius: 0;
  }
}
.c-btn.-line span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  padding-left: 2.6rem;
  position: relative;
}
.c-btn.-line span:before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.2rem;
  background: transparent url("../../assets/img/common/icon_line.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 1rem) / 2);
  left: 0;
}
.c-btn.-lesson {
  height: 4rem;
  background-color: #e8052a;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-lesson {
    border-radius: 0;
  }
}
.c-btn.-lesson span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  padding-left: 2.6rem;
  position: relative;
}
.c-btn.-lesson span:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: transparent url("../../assets/img/common/chalkboard-teacher-solid.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 1.5rem) / 2);
  left: 0;
}
.c-btn.-entry {
  height: 4rem;
  border-radius: 200rem;
  background-color: #285387;
  position: relative;
}
.c-btn.-entry span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  padding-left: 5.4rem;
  position: relative;
}
.c-btn.-entry span:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 22" preserveAspectRatio="none"><path fill="%23fff" d="M10,0C6.14,0,3,3.14,3,7c0,2.41,1.23,4.55,3.09,5.81-3.57,1.53-6.09,5.07-6.09,9.19h2c0-2.89,1.53-5.41,3.81-6.81.67,1.65,2.31,2.81,4.19,2.81s3.52-1.16,4.19-2.81c2.29,1.41,3.81,3.92,3.81,6.81h2c0-4.12-2.53-7.66-6.09-9.19,1.86-1.26,3.09-3.4,3.09-5.81,0-3.86-3.14-7-7-7ZM10,2c2.77,0,5,2.23,5,5s-2.23,5-5,5-5-2.23-5-5,2.23-5,5-5ZM10,14c.82,0,1.6.12,2.34.34-.35.96-1.25,1.66-2.34,1.66s-2-.69-2.34-1.66c.74-.23,1.52-.34,2.34-.34Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  aspect-ratio: 20/22;
  background-size: contain;
  position: absolute;
  top: calc((100% - 2.4rem) / 2);
  left: 0;
}
.c-btn.-arrow1 {
  border-radius: 200rem;
  width: 38.6rem;
  height: 7.4rem;
  padding-right: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #285387;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow1 {
    width: 80%;
    height: 10rem;
  }
}
.c-btn.-arrow1:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
  position: absolute;
  top: calc((100% - 1.2rem) / 2);
  right: 2.5rem;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow1:after {
    right: 4rem;
  }
}
.c-btn.-arrow1 span {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow1 span {
    padding-left: 0;
    font-size: 2.6rem;
  }
}
@media (hover: hover) {
  .c-btn.-arrow1:hover {
    opacity: 1;
    filter: brightness(1.2);
  }
  .c-btn.-arrow1:hover:after {
    transform: translateX(0.4rem);
  }
}
.c-btn.-arrow2 {
  width: auto;
  height: auto;
  border: none;
  background-color: transparent;
  font-size: 2rem;
  font-weight: 700;
  padding-right: 4.2rem;
  padding-left: 0;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow2 {
    font-size: 1.5rem;
  }
}
.c-btn.-arrow2:before {
  content: "";
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 3.4rem) / 2);
  right: 0;
  transition: all 0.3s ease 0.1s;
}
.c-btn.-arrow2:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  right: 1rem;
  transform: rotateZ(-45deg);
  animation: arrow1-animate-out 0.3s ease 0s;
}
@media (hover: hover) {
  .c-btn.-arrow2:hover {
    opacity: 1;
    padding-left: 0.4rem;
  }
  .c-btn.-arrow2:hover:before {
    transform: translateX(0.4rem);
  }
  .c-btn.-arrow2:hover:after {
    animation: arrow1-animate 0.3s ease 0.2s forwards;
  }
}
.c-btn.-arrow3 {
  width: 100%;
  height: auto;
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
  text-align: left;
  font-weight: 700;
  padding-right: 4.2rem;
  padding-left: 0;
  justify-content: flex-start;
  position: relative;
}
.c-btn.-arrow3:before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 3.2rem) / 2);
  right: 0;
  transition: all 0.3s ease 0.1s;
}
.c-btn.-arrow3:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  right: 0.8rem;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .c-btn.-arrow3:hover {
    opacity: 1;
  }
  .c-btn.-arrow3:hover:before {
    transform: translateX(0.4rem);
  }
  .c-btn.-arrow3:hover:after {
    transform: translateX(0.4rem);
  }
}
.c-btn.-arrow4 {
  height: auto;
  background-color: #fff;
  width: 28.8rem;
  border-radius: 1.5rem;
  padding: 1.6rem 1.6rem 1.6rem 2.4rem;
  transition: all 0.3s ease 0s;
}
.c-btn.-arrow4 span {
  display: block;
  width: 100%;
  text-align: left;
  padding-right: 4.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
.c-btn.-arrow4 span:before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 4rem) / 2);
  right: 0;
  transition: all 0.3s ease 0.1s;
}
.c-btn.-arrow4 span:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  right: 1.2rem;
  transform: rotateZ(-45deg);
  animation: arrow1-animate-out 0.3s ease 0s;
}
@media (hover: hover) {
  .c-btn.-arrow4:hover {
    opacity: 1;
    padding-left: 2.7rem;
  }
  .c-btn.-arrow4:hover span:before {
    transform: translateX(0.4rem);
  }
  .c-btn.-arrow4:hover span:after {
    animation: arrow1-animate 0.3s ease 0.2s forwards;
  }
}

@keyframes arrow1-animate {
  0% {
    transform: rotateZ(-45deg);
  }
  50% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0) translateX(0.4rem);
  }
}
@keyframes arrow1-animate-out {
  0% {
    transform: rotateZ(0) translateX(0.4rem);
  }
  50% {
    transform: rotateZ(0) translateX(0);
  }
  100% {
    transform: rotateZ(-45deg);
  }
}
.c-mv {
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-mv {
    margin-bottom: 2.4rem;
    padding-left: 4rem;
  }
}
.c-mv-inner {
  max-width: 144rem;
  margin: 0 auto;
  border-radius: 0 0 2rem 2rem;
  background-color: #f5f7f8;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-mv-inner {
    height: 22rem;
  }
}
.c-mv-inner:before {
  content: "";
  display: block;
  width: 7.5rem;
  height: 8rem;
  background: transparent url(../img/index/illust_school.png) no-repeat scroll center center/contain;
  position: absolute;
  left: 4rem;
  bottom: 1.5rem;
}
@media screen and (max-width: 749.98px) {
  .c-mv-inner:before {
    width: 4rem;
    height: 4.3rem;
    left: 2rem;
    bottom: 2rem;
  }
}
.c-mv-wrapper {
  max-width: 120rem;
  height: 26rem;
  margin: 0 auto 7rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-mv-wrapper {
    height: 22rem;
  }
}
.c-mv-title {
  height: 26rem;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #285387;
  padding-left: 4rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .c-mv-title {
    height: 22rem;
  }
}
@media screen and (max-width: 749.98px) {
  .c-mv-title {
    letter-spacing: 0.1em;
  }
}
.c-mv-img {
  display: block;
  width: 57rem;
  height: 33rem;
  z-index: 1;
}
@media screen and (max-width: 749.98px) {
  .c-mv-img {
    width: 50%;
    height: 22rem;
  }
}
.c-mv-img img {
  aspect-ratio: 57/33;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width: 749.98px) {
  .c-mv-img img {
    height: 22rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 749.98px) {
  .c-mv.-single {
    padding-right: 4rem;
  }
}
.c-mv.-single .c-mv-inner {
  height: 10rem;
}
.c-mv.-single .c-mv-inner:before {
  display: none;
}
.c-mv.-single .c-mv-wrapper {
  height: 10rem;
}
.c-mv.-single .c-mv-title {
  height: 10rem;
  font-size: 2.8rem;
}

.faq-box {
  margin-top: 2.4rem;
}
.faq-title {
  padding: 0.8rem 2.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #99b4bf;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
}
@media screen and (max-width: 749.98px) {
  .faq-title {
    font-size: 2.6rem;
  }
}
.faq-q {
  padding: 1.6rem 2.4rem;
  padding-left: 3rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .faq-q {
    padding-right: 3.2rem;
    padding-left: 4rem;
    line-height: 1.5;
  }
}
.faq-q:before {
  content: "Q";
  display: inline-block;
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #285387;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 749.98px) {
  .faq-q:before {
    font-size: 2.8rem;
    left: 0.2rem;
  }
}
.faq-q.close:after {
  transform: translateY(-0.4rem) scaleY(-1);
}
@media screen and (max-width: 749.98px) {
  .faq-a {
    line-height: 1.5;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.page-faq .c-mv-inner:before {
  content: none;
}

/*************************
faq
************************ */
.p-faq {
  padding-bottom: 16rem;
}
@media screen and (max-width: 749.98px) {
  .p-faq .c-container {
    padding: 0;
  }
}
.p-faq-head {
  padding-top: 8rem;
}
.p-faq-head-title {
  text-align: center;
  font-size: 3.2rem;
  color: #285387;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 749.98px) {
  .p-faq-head-title {
    font-size: 3.8rem;
  }
}
.p-faq-head-txt p {
  font-size: 1.8rem;
  margin-top: 4rem;
}
@media screen and (max-width: 749.98px) {
  .p-faq-head-txt p {
    font-size: 2.6rem;
  }
}
.p-faq-section {
  padding-top: 8rem;
}
@media screen and (max-width: 749.98px) {
  .p-faq-section .c-container {
    padding: 0 4rem;
  }
}
.p-faq-section-title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #285387;
  margin-bottom: 4rem;
}
@media screen and (max-width: 749.98px) {
  .p-faq-section-title {
    font-size: 3.4rem;
  }
}
.p-faq .faq-title {
  padding: 0.8rem 2.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #99b4bf;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
}
@media screen and (max-width: 749.98px) {
  .p-faq .faq-title {
    font-size: 2.6rem;
  }
}
.p-faq .faq-a {
  background-color: #f5f7f8;
}