@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  display: block;
}

main {
  overflow-x: hidden;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

p, li, dt, dd {
  letter-spacing: 0.05rem;
  line-height: 1.8;
}

p, a, span, h1, h2, h3, h4, h5, h6, li, dt, dd, label, button, th, td {
  transform: rotate(0.05deg);
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

img {
  border-style: none;
}

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

input, select {
  vertical-align: middle;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "M PLUS 1p", sans-serif;
}

html {
  font-size: 14px;
  line-height: 1.7;
}

@media only screen and (max-width: 330px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
header, footer, nav, menu, article, aside, section, details, figcaption, figure {
  display: block;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #2B2B2B;
}

a:hover {
  opacity: 0.7;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.outfit-light {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.outfit-regular {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.outfit-medium {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.outfit-bold {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.outfit-extrabold {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.outfit-black {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.m-plus-1p-medium {
  font-weight: 500;
}

.m-plus-1p-bold {
  font-weight: 700;
}

.m-plus-1p-extrabold {
  font-weight: 800;
}

.lp-header {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .lp-header {
    padding: 0;
  }
}
.lp-header .lp-header__inner {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.lp-header .lp-header__logo {
  width: 100%;
  max-width: 435px;
}
.lp-header .lp-header__logo img {
  width: 100%;
  max-width: 100%;
}
.lp-header .lp-header__nav .lp-header__nav-list {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-header .lp-header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 20px;
  border-radius: 9999px;
  background: #2782c5;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.lp-header .lp-header__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
}
.lp-header .lp-header__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  margin-left: auto;
}
.lp-header .lp-header__contact-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lp-header .lp-header__phone-icon {
  width: 16px;
  height: 24px;
  display: inline-block;
  object-fit: contain;
}
.lp-header .lp-header__phone {
  color: #3a59a7;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}
.lp-header .lp-header__hours {
  font-size: 12px;
}
@media (max-width: 1024px) {
  .lp-header .lp-header__inner {
    flex-wrap: wrap;
    gap: 16px;
  }
  .lp-header .lp-header__title {
    font-size: 20px;
  }
  .lp-header .lp-header__phone {
    font-size: 20px;
  }
}

.sp-header {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-header {
    display: block;
  }
  .sp-header__logo {
    padding: 10px 0;
    width: 100%;
    max-width: 76%;
    margin: 0 auto;
  }
  .sp-header__logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .sp-header__nav {
    padding: 3px 0;
    width: 100%;
    max-width: 100%;
    background-color: #2781c4;
  }
  .sp-header__nav-img {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }
  .sp-header__nav-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.right-sticky {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .right-sticky {
    display: none;
  }
}
.right-sticky__inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.right-sticky__img {
  width: 100%;
  max-width: 50px;
}
.right-sticky__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.sp_cta {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_cta {
    padding: 15px 15px 25px;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    background: #2781c4;
    width: 100%;
    z-index: 4;
    box-sizing: border-box;
    transition: transform 0.5s ease;
  }
  .sp_cta.is-hidden {
    transform: translateY(100%);
  }
  .sp_cta_search {
    position: relative;
    width: 48%;
  }
  .sp_cta_search::before {
    content: "";
    position: absolute;
    left: 32px;
    top: 12px;
    background-image: url(../image/online-class/cta_icon.png);
    background-repeat: no-repeat;
    background-size: 12px 18px;
    width: 12px;
    height: 18px;
    z-index: 5;
  }
  .sp_cta_search a {
    background-color: #000;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    display: flex;
    height: 45px;
    align-items: center;
    box-sizing: border-box;
    padding-left: 33%;
  }
  .sp_cta_free {
    position: relative;
    width: 48%;
  }
  .sp_cta_free::before {
    content: "";
    position: absolute;
    left: 35px;
    top: 15px;
    background-image: url(../image/online-class/cta_icon2.png);
    background-repeat: no-repeat;
    background-size: 22px 16px;
    width: 22px;
    height: 16px;
    z-index: 5;
  }
  .sp_cta_free a {
    background-color: #cb3428;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    display: flex;
    height: 45px;
    align-items: center;
    box-sizing: border-box;
    padding-left: 37%;
  }
}

@media screen and (max-width: 768px) {
  .lp-main {
    padding-bottom: 90px;
  }
}

.mv-sec__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.mv-sec__img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .mv-sec__img {
    margin-bottom: 0;
  }
}
.mv-sec__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.mv-sec__title {
  width: 100%;
  max-width: 25.6vw;
  height: fit-content;
  position: absolute;
  bottom: 42%;
  margin: auto 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .mv-sec__title {
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: -33%;
    margin: auto 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.mv-sec__title img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.mv-sec__list-img {
  width: 100%;
  max-width: 48.5vw;
  height: fit-content;
  position: absolute;
  bottom: 10%;
  margin: auto 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.mv-sec__list-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.business-hours {
  padding: 20px 0;
  width: 100%;
  background-color: #2781c4;
}
@media screen and (max-width: 768px) {
  .business-hours {
    padding: 60px 0 15px;
  }
}
.business-hours__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.business-hours__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .business-hours__content {
    margin-bottom: 5px;
  }
}
.business-hours__content :last-child {
  margin-bottom: 0;
}
.business-hours__content-icon {
  width: 100%;
  max-width: 19px;
  height: auto;
}
.business-hours__content-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.business-hours__content-text p {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .business-hours__content-text p {
    font-size: 12px;
  }
}
.business-hours__content-text p span {
  color: #ffff00;
  font-weight: 800;
}

.about-sec {
  max-width: 1000px;
  padding: 80px 0;
  margin: 90px auto 0;
  border-top: 1px solid #b8b8b8;
}
@media screen and (max-width: 768px) {
  .about-sec {
    padding: 0;
    margin: 40px auto 0;
    border-top: none;
    max-width: 90%;
  }
}
.about-sec__inner {
  width: 100%;
}
.about-sec__title {
  text-align: center;
  margin-bottom: 30px;
}
.about-sec__title p {
  font-size: 15px;
  color: #2782c5;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .about-sec__title p {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.about-sec__title h2 {
  font-size: 25px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .about-sec__title h2 {
    font-size: 19px;
  }
}
.about-sec__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-sec__content-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about-sec__content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .about-sec__content-item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.about-sec__content-item-img.-first {
  width: 100%;
  max-width: 245px;
}
@media screen and (max-width: 768px) {
  .about-sec__content-item-img.-first {
    max-width: 55%;
  }
}
.about-sec__content-item-img.-first img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.about-sec__content-item-img.-second {
  width: 100%;
  max-width: 270px;
}
@media screen and (max-width: 768px) {
  .about-sec__content-item-img.-second {
    max-width: 74%;
  }
}
.about-sec__content-item-img.-second img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.about-sec__content-item-text {
  width: 100%;
  max-width: 690px;
}
.about-sec__content-item-text p {
  font-size: 14px;
  font-weight: 400;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 768px) {
  .about-sec__content-item-text p {
    font-size: 12px;
  }
}

.cv-sec {
  padding: 30px 0;
  background-image: url(../image/online-class/cv-sec-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .cv-sec {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
.cv-sec__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cv-sec__icon {
    display: none;
  }
}
.cv-sec__icon.-before {
  position: absolute;
  bottom: -30px;
  left: -10%;
  width: 100%;
  max-width: 360px;
}
.cv-sec__icon.-before img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cv-sec__icon.-after {
  position: absolute;
  bottom: -30px;
  right: -10%;
  width: 100%;
  max-width: 330px;
}
.cv-sec__icon.-after img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cv-sec__title {
  text-align: center;
  font-weight: 800;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .cv-sec__title {
    margin-bottom: 0;
  }
}
.cv-sec__title-first {
  font-size: 19px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .cv-sec__title-first {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.cv-sec__title-first span {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .cv-sec__title-first span {
    font-size: 18px;
  }
}
.cv-sec__title-second {
  font-size: 27px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .cv-sec__title-second {
    font-size: 20px;
  }
}
.cv-sec__title-second-yellow {
  color: #ffff00;
}
.cv-sec__title-second span {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .cv-sec__title-second span {
    font-size: 25px;
  }
}
.cv-sec__img {
  width: 100%;
  max-width: 100%;
}
.cv-sec__btn {
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cv-sec__btn {
    margin: 0 auto;
  }
}
.cv-sec__btn img {
  width: 100%;
}
.cv-sec__btn a {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
.cv-sec__location a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .cv-sec__location a {
    font-size: 16px;
    letter-spacing: 0.1rem;
  }
}
.cv-sec__location a img {
  width: 13px;
  height: 19px;
}

.banner-sec {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .banner-sec {
    margin-bottom: 30px;
  }
}
.banner-sec__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .banner-sec__inner {
    max-width: 90%;
    margin: 0 auto;
  }
}
.banner-sec__img {
  width: 100%;
  max-width: 100%;
}
.banner-sec__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.banner-sec-2 {
  width: 100%;
  margin-bottom: 40px;
}
.banner-sec-2__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .banner-sec-2__inner {
    max-width: 90%;
    margin: 0 auto;
  }
}
.banner-sec-2__img {
  width: 100%;
  max-width: 100%;
}
.banner-sec-2__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.slide-visual {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .slide-visual {
    margin-bottom: 25px;
  }
}

.visual_img_slider {
  display: block;
  width: 100%;
}

.visual_img_slider img {
  width: 100%;
  height: 100%;
}

.visual_img_slider .swiper-wrapper {
  transition-timing-function: linear;
}

.how-sec {
  width: 100%;
  background-image: url(../image/online-class/how-sec-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 200px;
  position: relative;
  overflow: hidden;
  background: none;
}
@media screen and (max-width: 768px) {
  .how-sec {
    padding: 60px 0 175px;
  }
}
.how-sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../image/online-class/how-sec-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 140px), 50% 100%, 0 calc(100% - 140px));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 140px), 50% 100%, 0 calc(100% - 140px));
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .how-sec::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 140px), 50% 89%, 0 calc(100% - 140px));
  }
}
.how-sec > * {
  position: relative;
  z-index: 1;
}
.how-sec__title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .how-sec__title {
    margin-bottom: 20px;
  }
}
.how-sec__title p {
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .how-sec__title p {
    font-size: 11px;
  }
}
.how-sec__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.how-sec__hdg {
  width: 100%;
  max-width: 745px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .how-sec__hdg {
    max-width: 90%;
    margin: 0 auto 10px;
  }
}
.how-sec__hdg img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.how-sec__mv-img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .how-sec__mv-img {
    max-width: 90%;
  }
}
.how-sec__mv-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.how-sec__list {
  margin-top: -14px;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.how-sec__list-item {
  width: 100%;
  max-width: 480px;
  border: 2px solid #2782c5;
  background-color: #fff;
  border-radius: 25px;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
}
.how-sec__list-item p {
  font-size: 18px;
  font-weight: bold;
}
.how-sec__list-item p span {
  color: #2782c5;
}

.visula-sec {
  margin-top: -140px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .visula-sec {
    margin-bottom: 40px;
  }
}
.visula-sec__inner {
  width: 100%;
  margin: 0 auto;
}
.visula-sec__img-logo {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 30px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .visula-sec__img-logo {
    max-width: 90%;
    margin: 0 auto 10px;
  }
}
.visula-sec__img-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.visula-sec__img {
  width: 100%;
  max-width: 96vw;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .visula-sec__img {
    max-width: 100%;
  }
}
.visula-sec__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.cv-bnr-sec {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cv-bnr-sec {
    padding: 20px 0;
    background: linear-gradient(90deg, #1d5d8d 0%, #2b7fb6 100%);
  }
}
.cv-bnr-sec__inner {
  width: 100%;
  background: linear-gradient(90deg, #1d5d8d 0%, #2b7fb6 100%);
  padding: 20px 35px 40px 60px;
  box-sizing: border-box;
  border-radius: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cv-bnr-sec__inner {
    background: none;
    padding: 0;
  }
}
.cv-bnr-sec__content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cv-bnr-sec__title {
  width: 100%;
  max-width: 218px;
}
.cv-bnr-sec__title img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cv-bnr-sec__btn {
  width: 100%;
}
.cv-bnr-sec__btn img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cv-bnr-sec__tel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding-right: 35px;
}
@media screen and (max-width: 768px) {
  .cv-bnr-sec__tel {
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding-right: 0;
    max-width: 63%;
    margin: 0 auto 10px;
  }
}
.cv-bnr-sec__tel img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cv-bnr-sec__tel a {
  max-width: 412px;
  width: 100%;
}
.cv-bnr-sec__tel a img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cv-bnr-sec__hours {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cv-bnr-sec__hours {
    font-size: 10px;
    text-align: center;
  }
}
.cv-bnr-sec__graph {
  position: absolute;
  bottom: -32%;
  left: 8%;
  width: 100%;
  max-width: 175px;
}
.cv-bnr-sec__graph img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cv-bnr-sec__note {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .cv-bnr-sec__note {
    max-width: 67%;
    margin: 0 auto;
    padding-left: 0;
  }
  .cv-bnr-sec__note img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.cv-bnr-sec__note-icon {
  max-width: 31px;
  width: 100%;
}
.cv-bnr-sec__note-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cv-bnr-sec__note p {
  font-size: 24px;
  font-weight: 800;
}
.cv-bnr-sec__hdg {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
.cv-bnr-sec__hdg img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.movie-sec {
  background-image: url(../image/online-class/movie_sec-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0 60px;
  margin: 90px auto 0;
}
@media screen and (max-width: 768px) {
  .movie-sec {
    margin: 40px auto;
    padding: 50px 0;
  }
}
.movie-sec__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.movie-sec__title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .movie-sec__title {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.movie-sec__hdg {
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .movie-sec__hdg {
    margin-bottom: 30px;
  }
}
.movie-sec__hdg h2 {
  font-size: 40px;
  font-weight: 800;
  color: #2781c4;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 768px) {
  .movie-sec__hdg h2 {
    margin-bottom: 15px;
    font-size: 32px;
  }
}
.movie-sec__hdg p {
  font-size: 34px;
  font-weight: 800;
  color: #000;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 768px) {
  .movie-sec__hdg p {
    font-size: 17px;
  }
}
.movie-sec__hdg2 {
  position: relative;
  background: #2781c4;
  width: 100%;
  max-width: 84%;
  margin: 0 auto 35px;
  border-radius: 45px;
  padding: 20px 40px;
  z-index: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .movie-sec__hdg2 {
    max-width: 90%;
    border-radius: 31px;
    padding: 13px 30px;
    margin-bottom: 30px;
  }
}
.movie-sec__hdg2 p {
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 768px) {
  .movie-sec__hdg2 p {
    font-size: 14px;
  }
}
.movie-sec__hdg2 p span {
  color: #ffff00;
}
.movie-sec__hdg2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 25px solid #2781c4;
  z-index: 0;
}
.movie-sec__video {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .movie-sec__video {
    max-width: 90%;
  }
}
.movie-sec__video-thumb {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px;
}
.movie-sec__video-thumb img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.movie-sec__video-thumb .play-button {
  width: 100%;
  max-width: 100px;
  height: auto;
  object-fit: contain;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.movie-sec .movie-sec__video-iframe {
  display: none;
  position: relative;
  padding-top: 56.25%;
  height: 0;
  margin-top: -20px;
  overflow: hidden;
  margin: 0 auto;
}
.movie-sec .movie-sec__video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.why-sec {
  background-image: url(../image/online-class/why-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0 70px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .why-sec {
    background-image: url(../image/online-class/why-bg-sp.png);
    margin: 0 auto;
    padding: 50px 0;
  }
}
.why-sec__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.why-sec__title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .why-sec__title {
    font-size: 11px;
  }
}
.why-sec__hdg {
  text-align: center;
  font-size: 41px;
  font-weight: 800;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .why-sec__hdg {
    font-size: 22px;
    letter-spacing: 0.12rem;
    margin-bottom: 40px;
  }
}
.why-sec__hdg span {
  font-size: 77px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .why-sec__hdg span {
    font-size: 40px;
    font-feature-settings: "palt";
  }
}
.why-sec__hdg-icon {
  position: absolute;
  bottom: 65%;
  right: 2%;
  max-width: 23%;
  width: 100%;
}
.why-sec__hdg-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.why-sec__list {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .why-sec__list {
    margin-bottom: 20px;
  }
}
.why-sec__list-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.why-sec__list-item {
  background: #fff;
  border-radius: 20px;
  padding: 35px 16px 24px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  max-width: 310px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .why-sec__list-item {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    padding: 30px 20px;
    gap: 5px;
    align-items: center;
    justify-content: space-around;
    text-align: left;
  }
}
.why-sec__list-item-icon {
  position: absolute;
  top: 24%;
  left: -20%;
  max-width: 120px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .why-sec__list-item-icon {
    right: 12px;
    left: auto;
    max-width: 75px;
    top: -32px;
  }
}
.why-sec__list-item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.why-sec__list-item:first-child {
  position: relative;
}
@media screen and (max-width: 768px) {
  .why-sec__list-item:nth-child(2) {
    flex-direction: row-reverse;
  }
}
.why-sec__list-item:last-child {
  position: relative;
}
.why-sec__list-item-thumb-icon {
  position: absolute;
  top: -73%;
  right: 0;
  width: 100%;
  max-width: 143px;
}
.why-sec__list-item-thumb-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.why-sec__list-item-thumb {
  width: 100%;
  max-width: 220px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  .why-sec__list-item-thumb {
    margin: 0;
  }
}
.why-sec__list-item-thumb.-first {
  max-width: 176px;
}
@media screen and (max-width: 768px) {
  .why-sec__list-item-thumb.-first {
    max-width: 37%;
  }
}
.why-sec__list-item-thumb.-second {
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .why-sec__list-item-thumb.-second {
    max-width: 31%;
  }
}
.why-sec__list-item-thumb.-third {
  max-width: 90px;
}
@media screen and (max-width: 768px) {
  .why-sec__list-item-thumb.-third {
    max-width: 21%;
  }
}
.why-sec__list-item-thumb img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.why-sec__list-item-text {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .why-sec__list-item-text {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.1rem;
  }
}
.why-sec__list-item-text span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .why-sec__list-item-text span {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .why-sec__list-inner {
    grid-template-columns: 1fr;
    max-width: 600px;
  }
}
.why-sec__note {
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .why-sec__note {
    max-width: 90%;
    margin: 0 auto 20px;
  }
}
.why-sec__note p {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .why-sec__note p {
    font-size: 15px;
  }
}
.why-sec__note span {
  font-size: 20px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .why-sec__note span {
    font-size: 16px;
  }
}
.why-sec__note .red {
  color: #c13428;
}
.why-sec__note-2 {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .why-sec__note-2 {
    font-size: 22px;
    letter-spacing: 0.1rem;
  }
  .why-sec__note-2 p {
    line-height: 1.7;
  }
}
.why-sec__note-2 span {
  background: linear-gradient(transparent 70%, #ffff00 0%);
}

.lerning-sec {
  padding: 130px 0 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .lerning-sec {
    padding: 60px 0 0;
  }
}
.lerning-sec__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.lerning-sec__title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lerning-sec__title {
    font-size: 12px;
    margin-bottom: 20px;
    letter-spacing: 0.1rem;
  }
}
.lerning-sec__hdg {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lerning-sec__hdg {
    max-width: 70%;
    margin: 0 auto 40px;
  }
}
.lerning-sec__hdg img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.lerning-sec__hdg-icon {
  position: absolute;
  top: -19vh;
  left: -44%;
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .lerning-sec__hdg-icon {
    display: none;
  }
}
.lerning-sec__hdg-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.lerning-sec__hdg2 {
  background-image: url(../image/online-class/lerning-hdg2-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lerning-sec__hdg2 {
    padding: 13px 0;
  }
}
.lerning-sec__hdg2-inner {
  display: flex;
  gap: 10px;
  position: relative;
  width: fit-content;
  max-width: 655px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lerning-sec__hdg2-inner {
    max-width: 72%;
  }
}
.lerning-sec__hdg2 p {
  font-size: 39px;
  font-weight: 800;
  line-height: 1.4;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .lerning-sec__hdg2 p {
    font-size: 15px;
  }
}
.lerning-sec__hdg2 .kakko {
  font-size: 46px;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .lerning-sec__hdg2 .kakko {
    font-size: 18px;
  }
}
.lerning-sec__hdg2 .blue {
  font-size: 46px;
  font-weight: 800;
  color: #2782c5;
}
@media screen and (max-width: 768px) {
  .lerning-sec__hdg2 .blue {
    font-size: 18px;
  }
}
.lerning-sec__hdg2-icon {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 100%;
  max-width: 193px;
}
@media screen and (max-width: 768px) {
  .lerning-sec__hdg2-icon {
    max-width: 29%;
    bottom: -13px;
  }
}
.lerning-sec__hdg2-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.lerning-sec__list {
  margin-bottom: 45px;
}
.lerning-sec__list-item {
  width: 100%;
  max-width: 965px;
  margin: 0 auto 5px;
}
@media screen and (max-width: 768px) {
  .lerning-sec__list-item {
    max-width: 90%;
  }
}
.lerning-sec__list-item:last-child {
  margin-bottom: 0;
}
.lerning-sec__list-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.lerning-sec__logo {
  width: 100%;
  max-width: 430px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .lerning-sec__logo {
    max-width: 80%;
    margin: 0 auto 40px;
  }
}
.lerning-sec__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.lerning-sec__visual {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.lerning-sec__visual-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.lerning-sec__visual-arrow {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 38px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .lerning-sec__visual-arrow {
    max-width: 8%;
    top: -25px;
  }
}
.lerning-sec__visual-arrow img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.voice_hdg {
  margin: 0 auto 40px;
  max-width: 645px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .voice_hdg {
    max-width: 90%;
    margin: 0 auto 30px;
  }
}
.voice_hdg img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.voice_hdg h2 {
  font-size: 75px;
  color: #4580a6;
  font-weight: 600;
  font-style: normal;
}

.voice_card {
  padding: 40px;
  box-sizing: border-box;
  width: 685px;
  height: 385px;
  background-color: #f3e7d1;
  border-radius: 20px;
}

.voice_card_profile {
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
}

.voice_card_profile_img img {
  width: 109px;
  height: 109px;
}

.voice_card_profile_ttl p {
  font-size: 22px;
  font-weight: bold;
  line-height: 37px;
}
@media screen and (max-width: 768px) {
  .voice_card_profile_ttl p {
    font-size: 15px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 768px) {
  .voice_card_profile_name {
    max-width: 86%;
    margin: 0 auto;
  }
}

.voice_card_profile_name p {
  font-size: 17px;
  font-weight: bold;
  color: #4580a6;
}

@media screen and (max-width: 768px) {
  .voice_card_detail {
    max-width: 86%;
    margin: 0 auto 10px;
  }
}

.voice_card_detail p {
  font-size: 14px;
  transform: rotate(0.05deg);
}

.voice_card_name {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .voice_card_name {
    max-width: 86%;
    margin: 0 auto;
  }
}

.voice_card_name p {
  font-size: 16px;
  font-weight: bold;
}

/* slick */
.voice_slide {
  margin: 0 auto;
  width: 100%;
  height: 420px;
}

.voice_slide img {
  width: 109px;
  height: 109px;
}

.voice_slide .slick-slide {
  height: auto !important;
}

.voice_slide .slick-arrow {
  z-index: 2 !important;
}

.voice_slide .slick-next {
  right: 0 !important;
}

.voice_slide .slick-prev {
  left: 0 !important;
}

.voice_slide .slick-slide {
  margin-right: 5vw !important;
  margin-left: 5vw !important;
}

.voice_slide .slick-arrow {
  position: absolute;
  top: 40%;
  margin-top: -16px;
  width: 64px !important;
  height: 64px !important;
  z-index: 10;
}

.voice_slide .prev-arrow {
  left: 475px;
}

.voice_slide .next-arrow {
  right: 475px;
}

@media screen and (max-width: 1710px) {
  .voice_slide .prev-arrow {
    left: 375px;
  }
  .voice_slide .next-arrow {
    right: 375px;
  }
}
@media screen and (max-width: 1600px) {
  .voice_slide .next-arrow {
    right: 305px;
  }
  .voice_slide .prev-arrow {
    left: 305px;
  }
}
.voice_slide .slick-dots {
  bottom: -35px !important;
}

.voice_slide .slick-dots li.slick-active button:before {
  color: #4580a6 !important;
}

.voice_slide .slick-dots li button:before {
  font-size: 15px !important;
  width: 15px !important;
  height: 15px !important;
}

.voice_slide.slick-dotted.slick-slider {
  margin-bottom: 90px !important;
}

@media screen and (max-width: 768px) {
  .voice_card {
    padding: 35px;
    border-radius: 0;
  }
  .voice_card_profile_inr {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .voice_slide img {
    width: 86px;
    height: 86px;
  }
  .voice_card_profile {
    margin-bottom: 10px;
  }
  .voice_card_profile_ttl {
    width: 100%;
    height: auto;
  }
  .voice_card_profile_ttl img {
    width: 219px;
    height: auto;
  }
  .voice_slide .prev-arrow {
    left: 7px;
  }
  .voice_slide .next-arrow {
    right: 7px;
  }
  .voice_slide .slick-slide {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .voice_card_profile {
    flex-direction: column;
  }
  .voice_slide {
    height: auto;
  }
  .voice_slide .slick-arrow {
    top: 50% !important;
    width: 43px !important;
    height: 43px !important;
  }
  .voice_slide.slick-dotted.slick-slider {
    margin-bottom: 80px !important;
  }
}
.voice_sec2 {
  margin-bottom: 80px;
  padding: 70px 0 50px;
  background-color: #2782c5;
}
@media screen and (max-width: 768px) {
  .voice_sec2 {
    margin-bottom: 40px;
    padding: 40px 0 30px;
  }
}

.voice_hdg2 {
  margin-bottom: 30px;
}
.voice_hdg2 h2 {
  font-size: 32px;
  color: #ffff00;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .voice_hdg2 h2 {
    font-size: 18px;
    letter-spacing: 0.1rem;
  }
}

.voice_hdg2_2 {
  margin: 0 auto 40px;
  max-width: 840px;
  margin: 0 auto 55px;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .voice_hdg2_2 {
    max-width: 90%;
    margin: 0 auto 30px;
  }
}
.voice_hdg2_2 h3 {
  position: relative;
  width: 100%;
  font-size: 34px;
  color: #c13428;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.12rem;
  background: #fff;
  border-radius: 45px;
  padding: 24px 40px 24px 40px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  z-index: 1;
  /* 吹き出しの三角部分 */
}
@media screen and (max-width: 768px) {
  .voice_hdg2_2 h3 {
    font-size: 24px;
    letter-spacing: 0.1rem;
    padding: 14px 20px;
  }
}
.voice_hdg2_2 h3 span {
  color: #000;
  background: linear-gradient(transparent 80%, #ffff00 0%);
  padding: 0 2px;
  font-weight: 800;
  display: inline-block;
  line-height: 1;
}
.voice_hdg2_2 h3::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 25px solid #fff;
  z-index: 0;
}

.voice_card2 {
  padding: 40px;
  width: 685px;
  min-height: 385px !important;
  background-color: #e5eeff;
  border-radius: 20px;
  box-sizing: border-box;
}

.voice_card_profile2 {
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
}

.voice_card_profile_img2 img {
  width: 109px;
  height: 109px;
}

.voice_card_profile_ttl2 p {
  font-size: 20px;
  font-weight: bold;
  line-height: 37px;
  color: #2782c5;
}

.voice_card_profile_name2 p {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.voice_card_detail2 p {
  font-size: 14px;
  font-weight: bold;
  transform: rotate(0.05deg);
}

.voice_card_name2 {
  text-align: right;
}

.voice_card_name2 p {
  font-size: 16px;
  font-weight: bold;
}

/* slick */
.voice_slide2 {
  margin: 0 auto;
  width: 100%;
  height: 420px;
}
@media screen and (max-width: 768px) {
  .voice_slide2 {
    height: auto;
  }
}

.voice_slide2 img {
  width: 109px;
  height: 109px;
}

.voice_slide2 .slick-slide {
  height: auto !important;
}

.voice_slide2 .slick-arrow {
  z-index: 2 !important;
}

.voice_slide2 .slick-next {
  right: 0 !important;
}

.voice_slide2 .slick-prev {
  left: 0 !important;
}

.voice_slide2 .slick-slide {
  margin-right: 5vw !important;
  margin-left: 5vw !important;
}

.voice_slide2 .slick-arrow {
  position: absolute;
  top: 40%;
  margin-top: -16px;
  width: 64px !important;
  height: 64px !important;
  z-index: 10;
}

.voice_slide2 .prev-arrow {
  left: 475px;
}

.voice_slide2 .next-arrow {
  right: 475px;
}

@media screen and (max-width: 1710px) {
  .voice_slide2 .prev-arrow {
    left: 375px;
  }
  .voice_slide2 .next-arrow {
    right: 375px;
  }
}
@media screen and (max-width: 1600px) {
  .voice_slide2 .next-arrow {
    right: 305px;
  }
  .voice_slide2 .prev-arrow {
    left: 305px;
  }
}
.voice_slide2 .slick-dots {
  bottom: -15px;
}
@media screen and (max-width: 768px) {
  .voice_slide2 .slick-dots {
    bottom: -45px;
  }
}

.voice_slide2 .slick-dots li.slick-active button:before {
  color: #000 !important;
}

.voice_slide2 .slick-dots li button:before {
  font-size: 16px !important;
  width: 16px !important;
  height: 16px !important;
  color: #fff !important;
  opacity: 1 !important;
}

.voice_slide2.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .voice_card2 {
    padding: 35px 40px;
    border-radius: 0;
    border-radius: 40px;
  }
  .voice_card_profile_inr2 {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .voice_slide2 img {
    width: 86px;
    height: 86px;
  }
  .voice_card_profile2 {
    margin-bottom: 10px;
  }
  .voice_card_profile_ttl2 {
    width: 100%;
    height: auto;
  }
  .voice_card_profile_ttl2 p {
    font-size: 15px;
    line-height: 1.7;
  }
  .voice_card_profile_ttl2 img {
    width: 219px;
    height: auto;
  }
  .voice_slide2 .prev-arrow {
    left: 2vw;
  }
  .voice_slide2 .next-arrow {
    right: 2vw;
  }
  .voice_slide2 .slick-slide {
    height: auto !important;
  }
  .voice_card_profile2 {
    flex-direction: column;
  }
  .voice_slide2 {
    height: auto;
  }
  .voice_slide2 .slick-arrow {
    top: 50% !important;
    width: 35px !important;
    height: 35px !important;
  }
  .voice_slide2.slick-dotted.slick-slider {
    margin-bottom: 60px !important;
  }
}
.reason-sec {
  padding: 90px 0 50px;
}
@media screen and (max-width: 768px) {
  .reason-sec {
    padding: 40px 0 10px;
  }
}
.reason-sec__inner {
  width: 100%;
}
.reason-sec__title {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .reason-sec__title {
    margin-bottom: 55px;
  }
}
.reason-sec__title p {
  font-size: 20px;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .reason-sec__title p {
    font-size: 11px;
    margin-bottom: 25px;
  }
}
.reason-sec__title h2 {
  font-size: 41px;
  font-weight: 800;
  color: #2782c5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .reason-sec__title h2 {
    font-size: 20px;
    letter-spacing: 0.1rem;
  }
}
.reason-sec__title__img {
  width: 100%;
  max-width: 877px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .reason-sec__title__img {
    max-width: 69%;
  }
}
.reason-sec__title__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.reason-sec__list-hdg {
  width: 100%;
  max-width: 490px;
  margin: 0 auto 55px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reason-sec__list-hdg {
    max-width: 80%;
    margin: 0 auto 30px;
  }
}
.reason-sec__list-hdg img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.reason-sec__list-hdg-icon {
  position: absolute;
  top: -70%;
  right: -75%;
  bottom: auto;
  max-width: 325px;
  width: 100%;
}
.reason-sec__list-hdg-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.reason-sec__list-item {
  width: 100%;
  position: relative;
  padding: 64px 20px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .reason-sec__list-item {
    padding: 0;
    margin: 10px 0 30px;
  }
}
.reason-sec__list-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #e5eeff;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  z-index: 0;
  width: 56%;
}
@media screen and (max-width: 768px) {
  .reason-sec__list-item::before {
    width: 95%;
    height: 170px;
  }
}
.reason-sec__list-item.-second::before {
  left: auto;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
  width: 48%;
}
@media screen and (max-width: 768px) {
  .reason-sec__list-item.-second::before {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
    width: 95%;
    height: 170px;
    left: 0;
  }
}
.reason-sec__list-item-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .reason-sec__list-item-inr {
    padding-top: 30px;
    flex-direction: column;
    gap: 15px;
    max-width: 90%;
    align-items: flex-start;
  }
}
.reason-sec__list-item-inr.-second {
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .reason-sec__list-item-inr.-second {
    flex-direction: column-reverse;
  }
}
.reason-sec__list-item-inr2 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.reason-sec__list-item-img {
  width: 100%;
  max-width: 320px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .reason-sec__list-item-img {
    max-width: 80%;
  }
}
.reason-sec__list-item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .reason-sec__list-item-num {
    padding-top: 5px;
  }
}
.reason-sec__list-item-num p {
  font-size: 40px;
  font-weight: bold;
  color: #2782c5;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .reason-sec__list-item-num p {
    font-size: 20px;
  }
}
.reason-sec__list-item-txtbox {
  width: 100%;
  max-width: 600px;
}
.reason-sec__list-item-txtbox-ttl {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .reason-sec__list-item-txtbox-ttl {
    margin-bottom: 10px;
  }
}
.reason-sec__list-item-txtbox-ttl p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt" on;
}
@media screen and (max-width: 768px) {
  .reason-sec__list-item-txtbox-ttl p {
    line-height: 1.7;
    font-size: 15px;
    letter-spacing: 0.08rem;
  }
}
.reason-sec__list-item-txtbox-txt p {
  letter-spacing: 0.13rem;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-feature-settings: "palt" on;
}
@media screen and (max-width: 768px) {
  .reason-sec__list-item-txtbox-txt p {
    font-size: 12px;
    letter-spacing: 0.05rem;
  }
}
.reason-sec__list-item-txtbox-txt span {
  font-size: 14px;
  font-weight: 800;
  color: #c13428;
}
@media screen and (max-width: 768px) {
  .reason-sec__list-item-txtbox-txt span {
    font-size: 12px;
  }
}

.reason-sec__movie {
  margin: 40px auto 60px;
  text-align: center;
  max-width: 800px;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .reason-sec__movie {
    margin: 30px auto 0;
    padding: 0;
  }
}
.reason-sec__movie-title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  z-index: 2;
  margin-bottom: 40px;
  letter-spacing: 0.1rem;
}
.reason-sec__movie-title span {
  color: #2781c4;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .reason-sec__movie-title span {
    font-size: 19px;
  }
}
.reason-sec__movie-title::after {
  content: "";
  background: #EAF4FF;
  width: 275px;
  height: 275px;
  border-radius: 9999px;
  position: absolute;
  z-index: -10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
}
@media screen and (max-width: 768px) {
  .reason-sec__movie-title::after {
    width: 175px;
    height: 175px;
  }
}
@media screen and (max-width: 768px) {
  .reason-sec__movie-title {
    font-size: 14px;
    padding: 0;
    width: 100%;
    line-height: 1.8;
  }
}
.reason-sec__movie-wrapper {
  position: relative;
  cursor: pointer;
  margin-top: -20px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .reason-sec__movie-wrapper {
    max-width: 90%;
    margin: -20px auto 30px;
  }
}
.reason-sec__movie-wrapper img {
  width: 100%;
  border-radius: 20px;
}
.reason-sec__movie-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 100px;
  height: 100px;
  background: #4A6CFA;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .reason-sec__movie-wrapper .play-button {
    width: 60px;
    height: 60px;
  }
}
.reason-sec__movie-wrapper .play-button::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 34.6px;
  border-color: transparent transparent transparent #fff;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .reason-sec__movie-wrapper .play-button::after {
    border-width: 12px 0 12px 20.8px;
    margin-left: 6px;
  }
}
.reason-sec__movie-video {
  display: none;
  position: relative;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
  margin-top: -20px;
  border-radius: 20px;
  overflow: hidden;
}
.reason-sec__movie-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.growth-sec {
  padding: 60px 0 50px;
}
@media screen and (max-width: 768px) {
  .growth-sec {
    padding: 60px 0 0;
  }
}
.growth-sec__slide {
  position: relative;
}
.growth-sec__slide:after {
  content: "";
  display: block;
  width: 180px;
  height: 100%;
  background-image: url(../image/online-class/growth-sec__slide_after.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .growth-sec__slide:after {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .growth-sec__slide.slick-dotted.slick-slider {
    margin-bottom: 50px;
  }
}
.growth-sec__slide .slick-arrow {
  position: absolute;
  bottom: -25%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background: #000;
  border-radius: 50%;
  z-index: 10;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.growth-sec__slide .slick-arrow span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.growth-sec__slide .slick-arrow:hover {
  background: #333;
}
.growth-sec__slide .slick-arrow.prev-arrow {
  left: 80px;
}
.growth-sec__slide .slick-arrow.next-arrow {
  right: 80px;
}
.growth-sec__slide .slick-dots {
  bottom: -50px;
  display: flex !important;
  justify-content: center;
}
.growth-sec__slide .slick-dots li {
  margin: 0 2px;
}
.growth-sec__slide .slick-dots li button:before {
  font-size: 14px;
  width: 14px;
  height: 14px;
  color: #ffc417;
  opacity: 1;
}
.growth-sec__slide .slick-dots li.slick-active button:before {
  color: #4064bd;
}
@media screen and (max-width: 768px) {
  .growth-sec__slide .slick-arrow {
    width: 26px;
    height: 26px;
    bottom: -21%;
  }
  .growth-sec__slide .slick-arrow span {
    font-size: 14px;
  }
  .growth-sec__slide .slick-arrow.prev-arrow {
    left: 17%;
  }
  .growth-sec__slide .slick-arrow.next-arrow {
    right: 20%;
  }
  .growth-sec__slide .slick-dots {
    bottom: -15%;
  }
  .growth-sec__slide .slick-dots li button:before {
    font-size: 11px;
    width: 11px;
    height: 11px;
  }
  .growth-sec__slide .growth-sec__slide .slick-dots li {
    margin: 0;
  }
}
.growth-sec__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .growth-sec__inner {
    max-width: 90%;
  }
}
.growth-sec__title {
  width: 100%;
  max-width: 570px;
  margin: 0 auto 25px;
  position: relative;
}
.growth-sec__title h2 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.growth-sec__title-icon {
  position: absolute;
  top: -17%;
  right: -41%;
  max-width: 220px;
  width: 100%;
}
.growth-sec__title-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.growth-sec__content {
  background-image: url(../image/online-class/growth-sec-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 65px 0;
}
@media screen and (max-width: 768px) {
  .growth-sec__content {
    padding: 90px 0 10px;
    background-image: url(../image/online-class/growth-sec-bg-sp.png);
    margin-top: -102px;
  }
}
.growth-sec__content-ttl {
  text-align: center;
  padding: 7px 0;
  max-width: 315px;
  width: 100%;
  margin: 0 auto -25px;
  background: #000;
  color: #fff;
  border-radius: 30px;
  z-index: 2;
  position: relative;
}
.growth-sec__content-ttl p {
  font-size: 18px;
  font-weight: 800;
}
.growth-sec__content-hdg {
  text-align: center;
  margin-bottom: 20px;
}
.growth-sec__content-hdg p {
  font-size: 77px;
  font-weight: 800;
  line-height: 1;
}
.growth-sec__content-list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.growth-sec__content-list-item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .growth-sec__content-list-item {
    max-width: 90%;
    margin: 0 auto;
  }
}
.growth-sec__content-list-item-ttl {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .growth-sec__content-list-item-ttl {
    width: 92%;
    padding-right: 4%;
  }
}
.growth-sec__content-list-item-ttl img {
  width: 100%;
  height: 100%;
}
.growth-sec__content-list-item-wrapper {
  margin-top: -50px;
  margin-bottom: 40px;
  border: 2px solid #004196;
  padding: 90px 70px 60px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .growth-sec__content-list-item-wrapper {
    padding: 75px 20px 45px;
    margin-bottom: 20px;
  }
}
.growth-sec__content-list-item-inr {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .growth-sec__content-list-item-inr {
    flex-direction: column;
  }
}
.growth-sec__content-list-item-inr-left {
  max-width: 500px;
  width: 100%;
}
.growth-sec__content-list-item-inr-right {
  max-width: 400px;
  width: 100%;
}
.growth-sec__content-list-item-inr-ttl {
  padding: 23px 0;
  background-color: #e4edff;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .growth-sec__content-list-item-inr-ttl {
    padding: 13px 0;
  }
}
.growth-sec__content-list-item-inr-ttl p {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .growth-sec__content-list-item-inr-ttl p {
    font-size: 14px;
    letter-spacing: 0.05rem;
  }
}
.growth-sec__content-list-item-inr-ttl p span {
  color: #2782c5;
}
.growth-sec__content-list-item-inr-txt p {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .growth-sec__content-list-item-inr-txt p {
    font-size: 12px;
    letter-spacing: 0.05rem;
  }
}
.growth-sec__content-list-item-inr-img {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .growth-sec__content-list-item-inr-img {
    margin-bottom: 20px;
  }
}
.growth-sec__content-list-item-inr-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.growth-sec__content-list-item-imglist {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .growth-sec__content-list-item-imglist {
    margin-top: 10px;
    flex-direction: column;
    gap: 20px;
  }
}
.growth-sec__content-list-item-imglist-item {
  width: 100%;
  max-width: 310px;
}
@media screen and (max-width: 768px) {
  .growth-sec__content-list-item-imglist-item {
    width: 104%;
    max-width: 104%;
    margin: 0 auto;
  }
}
.growth-sec__content-list-item-imglist-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.growth-sec__content-movie {
  margin: 40px auto 60px;
}
.growth-sec__content-movie-ttl {
  text-align: center;
  margin: 60px auto;
  padding: 7px 0;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .growth-sec__content-movie-ttl {
    max-width: 90%;
    margin: 30px auto 15px;
  }
}
.growth-sec__content-movie-ttl img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.growth-sec__content-movie-video {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  margin-top: -20px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .growth-sec__content-movie-video {
    max-width: 90%;
    margin: 0 auto;
  }
}
.growth-sec__content-movie-video-thumb img {
  width: 100%;
  border-radius: 20px;
}
.growth-sec__content-movie-video-thumb .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 100px;
  height: 100px;
  background: #4A6CFA;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .growth-sec__content-movie-video-thumb .play-button {
    width: 60px;
    height: 60px;
  }
}
.growth-sec__content-movie-video-thumb .play-button::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 34.6px;
  border-color: transparent transparent transparent #fff;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .growth-sec__content-movie-video-thumb .play-button::after {
    border-width: 12px 0 12px 20.8px;
    margin-left: 6px;
  }
}
.growth-sec__content-movie-video-iframe {
  display: none;
  position: relative;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
  margin-top: -20px;
  border-radius: 20px;
  overflow: hidden;
}
.growth-sec__content-movie-video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lesson-sec {
  padding: 70px 0 50px;
}
@media screen and (max-width: 768px) {
  .lesson-sec {
    padding: 60px 0 50px;
  }
}
.lesson-sec__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lesson-sec__inner {
    max-width: 90%;
  }
}
.lesson-sec__title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .lesson-sec__title {
    margin-bottom: 35px;
  }
}
.lesson-sec__title h2 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
}
@media screen and (max-width: 768px) {
  .lesson-sec__title h2 {
    font-size: 15px;
    letter-spacing: 0.1rem;
  }
}
.lesson-sec__title-img {
  width: 100%;
  max-width: 877px;
  margin: 0 auto 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lesson-sec__title-img {
    max-width: 90%;
    margin: 0 auto 30px;
  }
}
.lesson-sec__title-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.lesson-sec__title-img-icon {
  position: absolute;
  bottom: -115px;
  left: -23%;
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lesson-sec__title-img-icon {
    right: -15%;
    left: auto;
    bottom: 60px;
    max-width: 140px;
  }
}
.lesson-sec__title-img-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.lesson-sec__hdg {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .lesson-sec__hdg {
    margin-bottom: 20px;
  }
}
.lesson-sec__hdg p {
  line-height: 1.5;
  font-size: 28px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .lesson-sec__hdg p {
    font-size: 16px;
    letter-spacing: 0.13rem;
    line-height: 1.7;
  }
}
.lesson-sec__hdg p:last-child {
  font-size: 34px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .lesson-sec__hdg p:last-child {
    font-size: 16px;
  }
}
.lesson-sec__hdg span {
  font-size: 51px;
  color: #2782c5;
  background: linear-gradient(transparent 70%, #ffff00 0%);
}
@media screen and (max-width: 768px) {
  .lesson-sec__hdg span {
    font-size: 26px;
  }
}
.lesson-sec__list {
  display: flex;
  justify-content: center;
  gap: 45px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .lesson-sec__list {
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
    gap: 15px;
    margin-bottom: 30px;
    flex-direction: row-reverse;
  }
}
.lesson-sec__list-item {
  width: 100%;
  max-width: 230px;
}
.lesson-sec__list-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.lesson-sec__age {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .lesson-sec__age {
    margin-bottom: 40px;
  }
}
.lesson-sec__age-hdg {
  text-align: center;
  margin-bottom: 40px;
}
.lesson-sec__age-hdg p {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 768px) {
  .lesson-sec__age-hdg p {
    font-size: 17px;
    letter-spacing: 0.1rem;
  }
}
.lesson-sec__age-hdg span {
  font-size: 24px;
  font-weight: 800;
  color: #2782c5;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .lesson-sec__age-hdg span {
    font-size: 18px;
  }
}
.lesson-sec__age-list {
  display: flex;
  justify-content: center;
  gap: 45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lesson-sec__age-list {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
  }
}
.lesson-sec__age-list-item {
  width: 100%;
  max-width: 310px;
}
@media screen and (max-width: 768px) {
  .lesson-sec__age-list-item {
    max-width: 78%;
  }
}
.lesson-sec__age-list-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.lesson-sec__age-text {
  text-align: center;
}
.lesson-sec__age-text p {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .lesson-sec__age-text p {
    font-size: 14px;
    letter-spacing: 0.13rem;
    line-height: 1.7;
    font-feature-settings: "palt" on;
  }
}

.lesson-sec__time {
  padding: 40px;
  background: #2782c5;
}
@media screen and (max-width: 768px) {
  .lesson-sec__time {
    padding: 40px 0;
  }
}
.lesson-sec__time-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lesson-sec__time-inner {
    max-width: 90%;
  }
}
.lesson-sec__time-hdg {
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .lesson-sec__time-hdg {
    margin-bottom: 30px;
  }
}
.lesson-sec__time-hdg p {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.15rem;
  color: #ffff00;
}
@media screen and (max-width: 768px) {
  .lesson-sec__time-hdg p {
    font-size: 17px;
  }
}
.lesson-sec__time-hdg span {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .lesson-sec__time-hdg span {
    font-size: 19px;
  }
}
.lesson-sec__time-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lesson-sec__time-list {
    flex-direction: column;
    gap: 15px;
  }
}
.lesson-sec__time-item {
  display: flex;
  align-items: center;
  max-width: 490px;
  width: 100%;
  background: #fff;
  height: 55px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lesson-sec__time-item {
    height: 40px;
  }
}
.lesson-sec__time-item-label {
  background: #000;
  color: #fff;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lesson-sec__time-item-label p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 768px) {
  .lesson-sec__time-item-label p {
    font-size: 13px;
  }
}
.lesson-sec__time-item-value {
  background: #fff;
  color: #000;
  width: 50%;
}
.lesson-sec__time-item-value p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 768px) {
  .lesson-sec__time-item-value p {
    font-size: 13px;
  }
}
.lesson-sec__time-note p {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 768px) {
  .lesson-sec__time-note p {
    font-size: 13px;
  }
}

.curriculum-sec {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .curriculum-sec {
    margin-bottom: 40px;
  }
}
.curriculum-sec__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.curriculum-sec__title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .curriculum-sec__title {
    margin-bottom: 30px;
  }
}
.curriculum-sec__title h2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .curriculum-sec__title h2 {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
}
.curriculum-sec__title h2 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.curriculum_detail {
  margin: 0 auto;
  width: 1000px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .curriculum_detail {
    flex-direction: column;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
}

.curriculum_detail ul li {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 318px;
  height: 58px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .curriculum_detail ul li {
    width: 100%;
    height: 38px;
    font-size: 12px;
  }
}

.curriculum_detail .detail_list_first li {
  border: 2px solid #6c99cf;
  box-sizing: border-box;
}

.curriculum_detail .detail_list_second li {
  border: 2px solid #45809b;
  box-sizing: border-box;
}

.curriculum_detail .detail_list_last li {
  border: 2px solid #4064be;
  box-sizing: border-box;
}

.curriculum_detail ul li.detail_list_hd {
  height: 72px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  background-color: #6c99cf;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .curriculum_detail ul li.detail_list_hd {
    height: 35px;
    font-size: 15px;
    width: 100%;
    border-radius: 0;
  }
}

.curriculum_detail ul li.detail_list_hd2 {
  height: 72px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  background-color: #45809b;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .curriculum_detail ul li.detail_list_hd2 {
    height: 35px;
    font-size: 15px;
    width: 100%;
    border-radius: 0;
  }
}

.curriculum_detail .detail_list_last {
  font-weight: bold;
}

.curriculum_detail .detail_list_last li {
  background-color: #e9efff;
}

.curriculum_detail .detail_list_last li:not(:first-of-type) {
  height: 104px;
}
@media screen and (max-width: 768px) {
  .curriculum_detail .detail_list_last li:not(:first-of-type) {
    height: 46px;
  }
}

.curriculum_detail .detail_list_last li.detail_list_hd3 {
  height: 72px;
  font-size: 25px;
  font-weight: bold;
  color: #ffff00;
  background: #4064be;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .curriculum_detail .detail_list_last li.detail_list_hd3 {
    height: 35px;
    font-size: 15px;
    width: 100%;
    border-radius: 0;
  }
}

.visual {
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .visual {
    margin-bottom: 35px;
  }
}
.visual__img {
  width: 100%;
}
.visual__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.advantage-sec {
  margin: 70px 0 0;
  padding: 90px 0;
  background: #e5eeff;
}
@media screen and (max-width: 768px) {
  .advantage-sec {
    margin: 35px 0 0;
    padding: 70px 0 90px;
    position: relative;
  }
  .advantage-sec .slick-dots {
    bottom: -45px;
  }
  .advantage-sec .slick-dots li {
    margin: 0 1px;
  }
  .advantage-sec .slick-dots li button:before {
    font-size: 13px;
    color: #ccc;
    opacity: 1;
  }
  .advantage-sec .slick-dots li.slick-active button:before {
    color: #2782c5;
  }
  .advantage-sec .slick-arrow {
    position: absolute;
    top: 20% !important;
    width: 35px !important;
    height: 35px !important;
  }
  .advantage-sec .prev-arrow {
    left: 15px;
    z-index: 1;
  }
  .advantage-sec .next-arrow {
    right: 15px;
    z-index: 1;
  }
  .advantage-sec .slick-slide {
    margin-right: 5vw !important;
    margin-left: 5vw !important;
  }
}
.advantage-sec__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.advantage-sec__title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .advantage-sec__title {
    margin-bottom: 35px;
  }
}
.advantage-sec__title h2 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
}
@media screen and (max-width: 768px) {
  .advantage-sec__title h2 {
    font-size: 12px;
    letter-spacing: 0.05rem;
  }
}
.advantage-sec__hdg {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .advantage-sec__hdg {
    max-width: 90%;
    margin: 0 auto 45px;
  }
}
.advantage-sec__hdg img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.advantage-sec__list {
  display: flex;
  justify-content: center;
  gap: 45px;
  flex-wrap: wrap;
}
.advantage-sec__list-item {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .advantage-sec__list-item {
    max-width: 100%;
  }
}
.advantage-sec__list-item-img {
  margin-bottom: 10px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .advantage-sec__list-item-img {
    max-width: 90%;
    margin: 0 auto 20px;
  }
}
.advantage-sec__list-item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.advantage-sec__list-item-hdg {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .advantage-sec__list-item-hdg {
    text-align: center;
  }
}
.advantage-sec__list-item-hdg h3 {
  font-size: 21px;
  font-weight: bold;
  color: #2782c5;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 768px) {
  .advantage-sec__list-item-hdg h3 {
    font-size: 19px;
  }
}
.advantage-sec__list-item-text p {
  font-size: 14px;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 768px) {
  .advantage-sec__list-item-text p {
    font-size: 12px;
  }
}

.online-student-sec {
  padding: 70px 0 0;
}
@media screen and (max-width: 768px) {
  .online-student-sec {
    padding: 50px 0 0;
  }
}
.online-student-sec__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.online-student-sec__title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .online-student-sec__title {
    margin-bottom: 35px;
  }
}
.online-student-sec__title h2 {
  max-width: 726px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .online-student-sec__title h2 {
    max-width: 67%;
  }
}
.online-student-sec__title h2 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.voice_hdg3 {
  margin: 0 auto 40px;
  max-width: 645px;
  margin: 0 auto 40px;
}
.voice_hdg3 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.voice_hdg3 h2 {
  font-size: 75px;
  color: #4580a6;
  font-weight: 600;
  font-style: normal;
}

.voice_card3 {
  padding: 40px;
  width: 685px;
  min-height: 590px !important;
  background-color: #ebeaee;
  border-radius: 20px;
  border: 2px solid #2782c5;
  box-sizing: border-box;
}

.voice_card_profile3 {
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
}

.voice_card_profile_img3 img {
  width: 109px;
  height: 109px;
}

.voice_card_profile_ttl3 p {
  font-size: 22px;
  font-weight: bold;
  line-height: 37px;
}
@media screen and (max-width: 768px) {
  .voice_card_profile_ttl3 p {
    font-size: 16px;
    width: 70%;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .voice_card_profile_name3 {
    max-width: 90%;
    margin: 0 auto;
  }
}

.voice_card_profile_name3 p {
  font-size: 17px;
  font-weight: bold;
  color: #4580a6;
}

@media screen and (max-width: 768px) {
  .voice_card_detail3 {
    max-width: 90%;
    margin: 0 auto 15px;
  }
}

.voice_card_detail3 p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .voice_card_detail3 p {
    font-size: 12px;
  }
}

.voice_card_name3 {
  text-align: right;
  position: absolute;
  bottom: 35px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .voice_card_name3 {
    max-width: 90%;
    margin: 0 auto;
  }
}

.voice_card_name3 p {
  font-size: 16px;
  font-weight: bold;
}

/* slick */
.voice_slide3 {
  margin: 0 auto;
  width: 100%;
}

.voice_slide3 img {
  width: 109px;
  height: 109px;
}

.voice_slide3 .slick-slide {
  height: auto !important;
  position: relative;
}

.voice_slide3 .slick-arrow {
  z-index: 2 !important;
}

.voice_slide3 .slick-next {
  right: 0 !important;
}

.voice_slide3 .slick-prev {
  left: 0 !important;
}

.voice_slide3 .slick-slide {
  margin-right: 5vw !important;
  margin-left: 5vw !important;
}

.voice_slide3 .slick-arrow {
  position: absolute;
  top: 40%;
  margin-top: -16px;
  width: 64px !important;
  height: 64px !important;
  z-index: 10;
}

.voice_slide3 .prev-arrow {
  left: 475px;
}

.voice_slide3 .next-arrow {
  right: 475px;
}

@media screen and (max-width: 1710px) {
  .voice_slide3 .prev-arrow {
    left: 375px;
  }
  .voice_slide3 .next-arrow {
    right: 375px;
  }
}
@media screen and (max-width: 1600px) {
  .voice_slide3 .next-arrow {
    right: 305px;
  }
  .voice_slide3 .prev-arrow {
    left: 305px;
  }
}
.voice_slide3 .slick-dots {
  bottom: -40px !important;
}

.voice_slide3 .slick-dots li.slick-active button:before {
  color: #4580a6 !important;
}

.voice_slide3 .slick-dots li button:before {
  font-size: 13px !important;
  width: 13px !important;
  height: 13px !important;
}

.voice_slide3.slick-dotted.slick-slider {
  margin-bottom: 120px !important;
}

@media screen and (max-width: 768px) {
  .voice_card3 {
    min-height: auto;
    border: none;
    padding: 35px 40px;
    border-radius: 0;
  }
  .voice_card_profile_inr3 {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .voice_slide3 img {
    width: 86px;
    height: 86px;
  }
  .voice_card_profile3 {
    margin-bottom: 10px;
  }
  .voice_card_profile_ttl3 {
    width: 219px;
    height: auto;
  }
  .voice_card_profile_ttl3 img {
    width: 219px;
    height: auto;
  }
  .voice_slide3 .prev-arrow {
    left: 15px;
  }
  .voice_slide3 .next-arrow {
    right: 15px;
  }
  .voice_slide3 .slick-slide {
    height: 735px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .voice_card_profile3 {
    flex-direction: column;
  }
  .voice_slide3 {
    height: auto;
  }
  .voice_slide3 .slick-arrow {
    top: 50% !important;
    width: 30px !important;
    height: 30px !important;
  }
  .voice_slide3.slick-dotted.slick-slider {
    margin-bottom: 85px !important;
  }
}
.instructor-sec {
  padding: 90px 0 50px;
  background-image: url(../image/online-class/instructor-sec-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .instructor-sec {
    margin: 35px 0 0;
    padding: 70px 0 40px;
    position: relative;
  }
  .instructor-sec .slick-dots {
    bottom: 0;
  }
  .instructor-sec .slick-dots li {
    margin: 0 1px;
  }
  .instructor-sec .slick-dots li button:before {
    font-size: 13px;
    color: #ccc;
    opacity: 1;
  }
  .instructor-sec .slick-dots li.slick-active button:before {
    color: #2782c5;
  }
  .instructor-sec .slick-arrow {
    position: absolute;
    top: 10% !important;
    width: 42px !important;
    height: 42px !important;
  }
  .instructor-sec .prev-arrow {
    left: 15px;
    z-index: 1;
  }
  .instructor-sec .next-arrow {
    right: 15px;
    z-index: 1;
  }
  .instructor-sec .slick-slide {
    margin-right: 5vw !important;
    margin-left: 5vw !important;
  }
}
.instructor-sec__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.instructor-sec__title {
  text-align: center;
  margin-bottom: 40px;
}
.instructor-sec__title h2 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .instructor-sec__title h2 {
    font-size: 12px;
    letter-spacing: 0.05rem;
  }
}
.instructor-sec__hdg {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .instructor-sec__hdg {
    max-width: 90%;
  }
}
.instructor-sec__hdg img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.instructor-sec__list {
  display: flex;
  flex-direction: column;
}
.instructor-sec__item {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  border-bottom: 2px solid #fff;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .instructor-sec__item {
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: none;
  }
}
.instructor-sec__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.instructor-sec__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.instructor-sec__item-img {
  width: 215px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .instructor-sec__item-img {
    margin: 0 auto;
    width: 50%;
    height: auto;
  }
}
.instructor-sec__item-img img {
  width: 100%;
  height: auto;
  border-radius: 32px;
}
.instructor-sec__item-content {
  flex-grow: 1;
  padding-top: 20px;
}
.instructor-sec__item-position {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  line-height: 1;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .instructor-sec__item-position {
    width: fit-content;
    margin: 0 auto 20px;
    font-size: 15px;
    padding-left: 20px;
  }
}
.instructor-sec__item-position::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #2782c5;
}
@media screen and (max-width: 768px) {
  .instructor-sec__item-position::before {
    width: 17px;
    height: 17px;
  }
}
.instructor-sec__item-title {
  font-size: 22px;
  font-weight: bold;
  color: #2782c5;
  margin-bottom: 10px;
  line-height: 1.5;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .instructor-sec__item-title {
    font-size: 13px;
    padding-left: 0;
  }
}
.instructor-sec__item-text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.15rem;
  padding-left: 30px;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 768px) {
  .instructor-sec__item-text {
    font-size: 12px;
    padding-left: 0;
  }
}

.faq-sec {
  padding: 90px 0 70px;
}
@media screen and (max-width: 768px) {
  .faq-sec {
    padding: 65px 0 45px;
  }
}
.faq-sec__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .faq-sec__inner {
    max-width: 90%;
  }
}
.faq-sec__title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .faq-sec__title {
    margin-bottom: 35px;
  }
}
.faq-sec__title h2 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
}
@media screen and (max-width: 768px) {
  .faq-sec__title h2 {
    font-size: 12px;
    letter-spacing: 0.05rem;
  }
}
.faq-sec__hdg {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .faq-sec__hdg {
    margin-bottom: 35px;
  }
}
.faq-sec__hdg img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.faq-sec__btn {
  max-width: 380px;
  margin: 0 auto;
}
.faq-sec__btn a {
  width: 100%;
  height: 100%;
}
.faq-sec__btn a img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.faq_container {
  margin-bottom: 35px;
}

.faq_q {
  margin-bottom: 20px;
  padding: 7px 25px;
  width: 100%;
  background-color: #e4edff;
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq_q {
    box-sizing: border-box;
    gap: 10px;
    padding: 7px 35px 7px 15px;
    margin-bottom: 15px;
  }
}

.faq_q::after {
  border-right: solid 2px #000;
  border-top: solid 2px #000;
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  top: 30%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  height: 14px;
  width: 14px;
}
@media screen and (max-width: 768px) {
  .faq_q::after {
    right: 20px;
    height: 11px;
    width: 11px;
  }
}

.faq_q.active::after {
  top: 45%;
  transform: rotate(-45deg);
}

.faq_q p {
  font-size: 29px;
  color: #2781c4;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .faq_q p {
    font-size: 18px;
  }
}

.faq_q_content p {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (max-width: 768px) {
  .faq_q_content p {
    font-size: 12px;
  }
}

.faq_a {
  display: none;
}

.faq_a_inr {
  margin: 0 0 25px;
  padding-left: 65px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .faq_a_inr {
    padding-left: 15px;
  }
}

.faq_a_inr p {
  font-size: 35px;
  color: #cd1c24;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .faq_a_inr p {
    font-size: 18px;
    line-height: 1;
  }
}

.faq_a_content {
  margin-left: 25px;
}

.faq_a_content p {
  font-size: 15px;
  color: #000;
  font-weight: 300;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .faq_a_content p {
    font-size: 12px;
    line-height: 1.5;
  }
}

.faq_a_content a {
  text-decoration: underline;
}

.faq_more {
  margin: 0 auto;
  width: 613px;
  height: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #164d85, #3788c2);
  border-radius: 30px;
  position: relative;
}

.faq_more::after {
  position: absolute;
  content: "";
  background-image: url(../image/cv_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 30px;
  right: 6%;
  top: 28px;
}

.faq_more a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.sticky-btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 64px;
  height: 64px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .sticky-btn {
    width: 55px;
    height: 55px;
    bottom: 95px;
    right: 20px;
  }
}
.sticky-btn__link img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.lp-footer {
  padding: 20px;
  background-color: #b7ebfb;
}
.lp-footer__copy {
  font-size: 12px;
  text-align: center;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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