@charset "UTF-8";
.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

/* fv */
/* ----------------------------------------------------- */
.fv {
  position: relative;
  margin-top: 2rem;
  padding-bottom: 160px;
}

.fv-decoration-1,
.fv-decoration-2 {
  position: relative;
}

.fv-decoration-1::after {
  position: absolute;
  content: "";
  overflow: hidden;
  box-sizing: border-box;
  z-index: 50;
  top: -41px; /* 52(1440)-46(1040) */
  left: clamp(58rem, -11.55rem + 107vw, 84.75rem); /* 1360(1440)-928(1040) */
  width: 132px;
  height: 101px;
  background: url(../img/top-decoration-green-circle.png) no-repeat center center/contain;
}

.fv-decoration-1::before {
  display: none;
  position: absolute;
  content: "";
  overflow: hidden;
  box-sizing: border-box;
  z-index: 50;
  top: -41px; /* 52(1440)-46(1040) */
  left: clamp(58rem, -11.55rem + 107vw, 84.75rem); /* 1360(1440)-928(1040) */
  width: 132px;
  height: 101px;
  background: url(../img/top-decoration-green-circle.png) no-repeat center center/contain;
}

.fv-decoration-2::before {
  position: absolute;
  content: "";
  z-index: 20;
  top: -90px;
  left: 25px;
  width: 113px;
  height: 113px;
  background: url(../img/top-decoration-green.png) no-repeat center center/contain;
}

.fv-decoration-2::after {
  position: absolute;
  content: "";
  z-index: 20;
  top: 244px;
  left: 765px;
  width: 130px;
  height: 130px;
  background: url(../img/top-decoration-orange.png) no-repeat center center/contain;
}

.fv-decoration-3::before {
  position: absolute;
  content: "";
  overflow: hidden;
  box-sizing: border-box;
  z-index: 20;
  top: 389px;
  left: -350px;
  width: 160px;
  height: 160px;
  background: url(../img/top-decoration-orange-circle.png) no-repeat center center/contain;
}

.fv-decoration-4::before {
  display: none;
  position: absolute;
  content: "";
  overflow: hidden;
  box-sizing: border-box;
  z-index: 50;
  top: 82%;
  left: 4%;
  width: 84px;
  height: 84px;
  background: url(../img/top-decoration-orange.png) no-repeat center center/contain;
}

.fv-decoration-5::before {
  display: none;
  position: absolute;
  content: "";
  overflow: hidden;
  box-sizing: border-box;
  z-index: 20;
  top: -41px; /* 52(1440)-46(1040) */
  left: 80%; /* 1360(1440)-928(1040) */
  width: 121px;
  height: 92px;
  background: url(../img/top-decoration-green-circle.png) no-repeat center center/contain;
}

.fv-wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: -2px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 50;
}

.fv-medal {
  position: absolute;
  z-index: 30;
  top: 110px;
  left: 0;
  transform: translate(-50%, -50%);
}

.fv-medal-text {
  display: none;
}

.fv-medal-img {
  width: 178px;
  height: auto;
}

.fv-background-wrap {
  padding: clamp(1.5rem, -1.324rem + 5.88vw, 2.5rem) 0; /* 40-24 */
  width: 856px;
  background-color: #F6F4EA;
  opacity: 0.96;
}

.fv-lead {
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(0.875rem, -0.89rem + 3.68vw, 1.5rem); /* 24-14 */
  font-weight: 700;
}

.fv-title {
  text-align: center;
  margin-bottom: clamp(0.75rem, -4.544rem + 11.03vw, 2.625rem); /* 42-12 */
  color: #19C591;
  line-height: 1.8em;
  font-size: clamp(1.25rem, -1.574rem + 5.88vw, 2.25rem); /* 36-20 */
  font-weight: 700;
}

.fv-title-custom {
  color: #19C591;
  font-size: clamp(3rem, -1.941rem + 10.29vw, 4.75rem); /* 76-48 */
}

.fv-title-custom-br {
  display: none;
}

.fv-support {
  position: relative;
}

.fv-support-card-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.fv-support-card-img {
  width: clamp(8.125rem, 1.419rem + 13.97vw, 10.5rem); /* 168-130 */
  height: auto;
}

.fv-support-card-s,
.fv-support-card-img-s {
  display: none;
}

.fv-support-lead {
  text-align: center;
  margin-bottom: 16px;
  color: #19C591;
  font-size: clamp(0.875rem, -0.89rem + 3.68vw, 1.5rem); /* 24-14 */
  font-weight: 700;
}

.fv-support-lead::before {
  content: "\\";
  font-size: clamp(1.25rem, -0.515rem + 3.68vw, 1.875rem); /* 30-20 */
  color: #111111;
  font-weight: 400;
}

.fv-support-lead::after {
  content: "/";
  font-size: clamp(1.25rem, -0.515rem + 3.68vw, 1.875rem); /* 30-20 */
  color: #111111;
  font-weight: 400;
}

/*---- responsive ----*/
@media (max-width: 1024px) {
  .fv {
    overflow: hidden;
    padding-bottom: 48px;
    margin-top: initial;
  }
  .fv-wrap {
    position: static;
    transform: none;
  }
  .fv-medal,
  .fv-medal-img {
    display: none;
  }
  .fv-medal-text {
    position: relative;
    z-index: 25 !important;
    display: block;
    width: calc(100% - 20px);
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 5px 13px;
    font-size: clamp(1rem, 0.294rem + 1.47vw, 1.25rem); /* 20-16 */
    font-weight: bold;
    color: #19C591;
    border-radius: 20px;
    background: #FFF490;
  }
  .fv-background-wrap {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }
  .fv-medal-text-gradation {
    background: linear-gradient(81deg, #3DE758, #19C491);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    -webkit-text-fill-color: transparent;
    font-size: clamp(1.125rem, 0.419rem + 1.47vw, 1.375rem); /* 22-18 */
    font-weight: bold;
    letter-spacing: 1;
  }
  .fv-lead-bold {
    font-weight: 700;
  }
  .fv-support-card,
  .fv-support-card-img {
    display: none;
  }
  .fv-support-card-s,
  .fv-support-card-img-s {
    display: block;
    width: 104px;
    height: 88px;
  }
  .fv-decoration-1::after,
  .fv-decoration-2::before,
  .fv-decoration-2::after,
  .fv-decoration-3::before {
    display: none;
  }
  .fv-decoration-4::after,
  .fv-decoration-4::before,
  .fv-decoration-5::before {
    display: block;
  }
}
@media (max-width: 768px) {
  .fv-title-custom {
    line-height: 1.2;
  }
  .fv-title-custom-br {
    display: block;
  }
  .fv-support-card-wrap {
    gap: 12px;
  }
  .fv-support-lead {
    margin-bottom: 8px;
  }
}
/* fvの動き */
/* ----------------------------------------------------- */
.fv-img {
  position: relative;
  border-radius: 1.25rem;
}

.img-transform-1 {
  width: 171px;
  height: 211px;
  translate: 19% 50%;
  transform: translate(-50%, -50%);
}

.img-transform-2 {
  width: 323px;
  height: 290px;
  translate: -53% 128%;
  transform: translate(-50%, -50%);
}

.img-transform-3 {
  width: 218px;
  height: 253px;
  translate: -64% 50%;
  transform: translate(-50%, -50%);
}

.img-transform-4 {
  width: 211px;
  height: 208px;
  translate: -198% 180%;
  transform: translate(-50%, -50%);
}

.img-transform-5 {
  width: 308px;
  height: 455px;
  translate: -79% 60%;
  transform: translate(-50%, -50%);
}

.img-transform-6 {
  width: 323px;
  height: 253px;
  translate: -56% 50%;
  transform: translate(-50%, -50%);
}

.img-transform-7 {
  width: 230px;
  height: 253px;
  translate: -240% 164%;
  transform: translate(-50%, -50%);
}

.img-transform-8 {
  width: 323px;
  height: 480px;
  translate: -112% 60%;
  transform: translate(-50%, -50%);
}

.wrap {
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.inner {
  display: flex;
  width: 1800px;
  animation: scroll 60s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (max-width: 1024px) {
  .wrap {
    padding-bottom: 0;
  }
  .inner {
    margin-right: 55px;
    gap: 12px;
  }
  /* .img-transform-s {
    display: block;
    width: 220px;
    height: 154px;
    object-fit: cover;
    border-radius: 23px;
  } */
  .fv-img-1 img,
  .fv-img-2 img,
  .fv-img-3 img,
  .fv-img-4 img,
  .fv-img-5 img,
  .fv-img-6 img,
  .fv-img-7 img,
  .fv-img-8 img {
    display: none;
  }
  /* 擬似要素で画像を差し替え */
  .fv-img-1::before {
    content: "";
    display: block;
    width: 220px;
    height: 154px;
    background-image: url("../img/fv-1-s.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 30;
  }
  .fv-img-2::before {
    content: "";
    display: block;
    width: 220px;
    height: 154px;
    background-image: url("../img/fv-2-s.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 30;
  }
  .fv-img-3::before {
    content: "";
    display: block;
    width: 220px;
    height: 154px;
    background-image: url("../img/fv-3-s.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 30;
  }
  .fv-img-4::before {
    content: "";
    display: block;
    width: 220px;
    height: 154px;
    background-image: url("../img/fv-4-s.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .fv-img-5::before {
    content: "";
    display: block;
    width: 220px;
    height: 154px;
    background-image: url("../img/fv-5-s.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.fv-medal-text {
  position: relative;
  z-index: 25 !important;
  display: block;
  width: calc(100% - 20px);
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
  padding: 5px 13px;
  font-size: clamp(1rem, 0.294rem + 1.47vw, 1.25rem); /* 20-16 */
  font-weight: bold;
  color: #19C591;
  border-radius: 20px;
  background: #FFF490;
}

.fv-background-wrap {
  /* width: 100%; */
  overflow: hidden;
  box-sizing: border-box;
}

.fv-medal-text-gradation {
  background: linear-gradient(81deg, #3DE758, #19C491);
  /* -webkit-background-clip: text; */
  /* background-clip: text; */
  -webkit-text-fill-color: #fff;
  display: inline-block;
  -webkit-text-fill-color: #fff;
  font-size: clamp(1.125rem, 0.419rem + 1.47vw, 1.375rem); /* 22-18 */
  font-weight: bold;
  letter-spacing: 1;
  padding: 0 0.4rem;
  margin-right: 0.2rem;
}

/* course */
/* ----------------------------------------------------- */
.inner-studies-step {
  position: relative;
  margin-left: 30px;
}

.inner-studies-step::after {
  position: absolute;
  content: "";
  top: 2rem;
  transform: translateX(-50%);
  width: 2px;
  left: -0.6rem;
  height: 125rem;
  background-color: #19C591;
}

@media (max-width: 980px) {
  inner-studies-step::after {
    height: 120rem;
  }
}
.course {
  margin-top: 62px;
  height: 100%;
  padding: 80px 0;
  border-radius: 80px;
  background: #FFFFFF;
}

@media (max-width: 768px) {
  .course {
    border-radius: 40px;
    padding: 40px 0px 48px 0;
    margin-top: 48px;
  }
}
.course-content {
  margin-bottom: 64px;
}

.course-card-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 1.5%;
}

.course-card {
  position: relative;
  flex: 0 1 31.8333333333%;
  width: 100%;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.08));
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .course-card {
    width: 80%;
  }
}

.course-card-img {
  width: 326px;
  height: 700px;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.08));
}

.course-letter {
  color: #FFFFFF;
  font-size: 64px;
  text-shadow: 4px 4px 0px rgb(25, 197, 145);
  font-family: "Poppins", sans-serif;
  font-weight: Regular;
  -webkit-text-stroke-width: 1.3px;
  -webkit-text-stroke-color: #19C591;
}

.course-title-wrap {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 8px;
  margin-bottom: 18px;
}

.course-title-custom-wrap {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 90px;
  margin-top: 8px;
  margin-bottom: 18px;
}

.course-img {
  width: 64px;
}

.course-title {
  margin-left: 10px;
  text-align: left;
}

.course-title-custom-1 {
  display: inline;
  margin-bottom: 16px;
  padding: 0 0.1em;
  background-image: linear-gradient(0deg, transparent 0.1em, #19c591 0.1em, #19c591 1.2em, transparent 1.2em);
  color: #FFFFFF;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.2;
  font-size: 28px;
  font-weight: bold;
}

.course-title-custom {
  background-color: transparent;
  line-height: 1;
  font-size: 24px;
}

.course-text {
  text-align: left;
  line-height: 1.6;
  margin-bottom: 145px;
}

.course-text-custom {
  text-align: left;
  line-height: 1.6;
}

.course-lead {
  margin-top: 4px;
  text-align: left;
  margin-bottom: 36px;
  font-size: 12px;
  line-height: 1.6;
}

.course-studies {
  position: relative;
  padding-top: 25px;
  padding-bottom: 16px;
  padding-left: 23px;
  padding-right: 23px;
  border: solid 2px #19C591;
  background: #ffffff;
  border-radius: 12px;
}

.course-studies-custom {
  position: relative;
  padding-top: 15px;
  padding-bottom: 16px;
  padding-left: 23px;
  padding-right: 23px;
  border: solid 2px #19C591;
  background: #ffffff;
  border-radius: 12px;
}

.course-studies-title {
  position: absolute;
  display: inline-block;
  top: -11px;
  line-height: 1;
  font-size: 16px;
  color: #19C591;
  font-weight: bold;
  background: #fff;
  padding: 0 8px;
  transform: translateX(50%);
}

.course-studies-text {
  margin-bottom: 22px;
  line-height: 1.3;
  font-size: 14px;
}

.course-studies-text-custom {
  margin-bottom: 13.8px;
  line-height: 1.3;
  font-size: 14px;
}

.course-studies-img-wrap {
  display: flex;
  margin: 0 auto;
  width: 170px;
  align-items: center;
  justify-content: space-between;
}

.course-studies-img-wrap-custom {
  display: flex;
  margin: 0 auto;
  width: 140px;
  align-items: center;
  justify-content: space-between;
}

.course-studies-img {
  width: 40px;
  height: 40px;
}

.course-studies-img-custom {
  width: auto;
  height: 20px;
}

.course-card-img-responsive-a {
  display: none;
  width: 345px;
  height: 480px;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.08));
}

.course-card-img-responsive-b {
  display: none;
  width: 345px;
  height: 566px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.12));
}

.course-card-img-responsive-c {
  display: none;
  width: 345px;
  height: 573px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.12));
}

@media (max-width: 1040px) {
  .course-card-wrap {
    flex-direction: column;
    align-items: center;
  }
  .course-card-img-responsive-a,
  .course-card-img-responsive-b,
  .course-card-img-responsive-c {
    display: block;
    margin-bottom: 25px;
  }
  .course-card-img {
    display: none;
  }
  .course-br {
    display: none;
  }
  .course-wrap-a {
    padding: 0 16px;
    top: 230px;
    left: 172px;
    height: 450px;
  }
  .course-title-wrap,
  .course-title-custom-wrap {
    margin-top: 0;
  }
  .course-wrap-b {
    padding: 0 16px;
    top: 260px;
    left: 172px;
    height: 514px;
  }
  .course-wrap-b .course-text {
    padding: 5px;
  }
  .course-studies {
    padding-top: 16px;
  }
  .course-studies-text {
    margin-bottom: 8px;
  }
  .course-wrap-c {
    padding: 0 16px;
    top: 278px;
    left: 172px;
    height: 563px;
  }
  .course-wrap-c .course-title-custom-wrap {
    margin-bottom: 0px;
  }
  .course-wrap-c .course-lead {
    margin-bottom: 22px;
  }
  .course-letter {
    font-size: 50px;
  }
  .course-text {
    text-align: left;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .studies-step-wrap {
    max-width: 273px;
    margin: 0 auto;
  }
  .inner-studies-step {
    margin-left: 0px;
  }
  .studies-content,
  .studies-content-wrap-custom {
    max-width: 400px;
    margin-left: 0px;
  }
  .studies-course-wrap {
    margin-right: 0px;
  }
}
/* studies-step */
/* ----------------------------------------------------- */
.course-studies-step {
  padding: 40px 40px 10px 40px;
  width: 100%;
  border-radius: 20px;
  background: #F6F6F6;
}

.studies-step-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  color: #19C591;
}

.studies-content {
  margin-left: 40px;
  margin-bottom: 32px;
}

.studies-content-title {
  position: relative;
  display: flex;
  margin-bottom: 16px;
  font-size: 24px;
  color: #19C591;
}

.studies-content-title::after {
  position: absolute;
  z-index: 2;
  content: "";
  width: 48px;
  height: 48px;
  left: -73px;
  top: -11px;
}

.s-c-t-1::after {
  background: url(../img/number-1.png) no-repeat center center/contain;
}

.s-c-t-2::after {
  background: url(../img/step-2.png) no-repeat center center/contain;
}

.s-c-t-3::after {
  background: url(../img/step-3.png) no-repeat center center/contain;
}

.s-c-t-4::after {
  background: url(../img/step-4.png) no-repeat center center/contain;
}

.s-c-t-5::after {
  background: url(../img/step-5.png) no-repeat center center/contain;
}

.s-c-t-6::after {
  background: url(../img/step-6.png) no-repeat center center/contain;
}

.studies-content-wrap-custom,
.studies-content-wrap {
  display: inline-flex;
  width: calc(100% - 16px);
  padding: 20px 32px;
  margin-left: 16px;
  background: #fff;
  border-radius: 20px;
}

.studies-content-list {
  position: relative;
  padding-left: 14px;
  margin-right: 40px;
}

.studies-content-list::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #19C591;
}

.studies-course-title {
  display: inline-block;
  margin-bottom: 16px;
  padding: 2px;
  color: #19C591;
  height: 2.5em;
  line-height: 1.2;
  font-size: 24px;
  font-weight: bold;
}

.studies-course-title-bottom {
  margin-bottom: 8px;
}

.studies-course-box {
  margin-left: 16px;
  margin-bottom: 32px;
}

.studies-course-wrap {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.studies-course-list {
  flex: 0 1 calc(33.3333333333% - 12px);
  width: 100%;
  padding: 28px clamp(0.625rem, -3.289rem + 7.37vw, 1.5rem);
  border-radius: 20px;
  background: #fff;
}

.studies-course-list-custom {
  width: 264px;
  padding: 28px 24px;
  border-radius: 20px;
  background: #fff;
}

.studies-course-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  margin-bottom: 16px;
  background: #EDFCF5;
  border-radius: 20px;
}

.wrap-space {
  gap: 0.25rem !important;
}

.studies-course-img {
  width: 34px;
}

.studies-course-content {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #DCDCDC;
}

/* .studies-course-content-custom {
  margin-bottom: 48px;
} */
.studies-course-list-box {
  flex: 0 1 calc(33.3333333333% - 12px);
  width: 100%;
  padding: 28px clamp(0.625rem, -3.289rem + 7.37vw, 1.5rem);
  border-radius: 20px;
  background: #fff;
}

.studies-course-content-heading {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.studies-course-content-lead {
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}

.studies-course-practice {
  font-size: 14px;
  line-height: 1.3;
}

@media (max-width: 1040px) {
  .studies-course-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .course-studies-step {
    width: 100%;
    border-radius: 20px;
    background: #F6F6F6;
  }
  .inner-studies-step::after {
    height: calc(100% - 20vw);
    max-height: 96%;
  }
  .studies-content-wrap-custom {
    width: 100%;
    margin-left: 0px;
  }
  .studies-content-list {
    margin-right: 0px;
  }
}
@media (max-width: 159px) {
  .inner-studies-step::after {
    height: calc(100% - 20vw);
    max-height: 95%;
  }
}
@media (max-width: 1040px) {
  .studies-content-wrap {
    display: flex;
    width: 100%;
    gap: 0.75rem 1rem;
    flex-wrap: wrap;
  }
  .studies-content-wrap-1 {
    grid-template-columns: repeat(2, 170px);
  }
  .studies-content-wrap-custom {
    display: flex;
    flex-direction: column;
  }
  .studies-content-wrap,
  .studies-course-wrap,
  .studies-course-box {
    margin-left: 0;
  }
  .studies-course-box {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .studies-content-list {
    margin-right: 0;
  }
  .studies-content-wrap {
    display: flex;
    width: 100%;
    width: 264px;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .column-change {
    grid-template-columns: repeat(2, 195px);
  }
  .studies-content-wrap-custom {
    width: 264px;
    margin-left: 0px;
  }
  .studies-content-list {
    font-size: 14px;
    font-weight: 400;
  }
  .mail-list {
    left: -30px;
  }
  .studies-content-wrap {
    padding: 16px;
  }
  .work-list {
    left: -75px;
  }
  .studies-content-wrap-custom {
    padding: 16px;
  }
  .inner-studies-step::after {
    height: 3680px;
    left: -0.6rem;
  }
  .studies-step-title {
    margin-bottom: 16px;
  }
  .studies-content-title {
    font-size: 20px;
  }
  .studies-course-list,
  .studies-course-list-box {
    width: 264px;
    padding: 16px 16px 20px 16px;
    margin-right: 70px;
  }
  .studies-content-title {
    margin-bottom: 12px;
  }
  .studies-course-title {
    margin-bottom: 12px;
  }
  .studies-course-title-bottom {
    margin-bottom: 8px;
  }
}
@media (max-width: 590px) {
  .studies-content-wrap,
  .studies-content-wrap-custom {
    margin-left: -15px;
  }
  .studies-course-list,
  .studies-course-list-box {
    margin-left: -15px;
  }
  .mail-list {
    left: 0px;
  }
  .work-list {
    left: -16px;
  }
  .inner-studies-step::after {
    height: calc(100% - 30vw);
    max-height: 96%;
  }
  .column-change {
    grid-template-columns: repeat(2, 120px);
  }
  .studies-content-wrap {
    grid-template-columns: repeat(2, 140px);
    align-items: center;
    gap: 0.2rem;
  }
}
/* 追加バナー */
section.top-banner {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  position: relative;
}
section.top-banner .banner-line {
  width: 728px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.top-banner .banner-line img {
  width: 100%;
  height: auto;
}
section.top-banner .banner-line a {
  display: flex;
  background: linear-gradient(90deg, #fe9055 0%, #f72967 100%);
  color: #fff;
  text-align: center;
  border-radius: 60px;
  font-size: 1.5em;
  font-weight: 500;
  padding: 0.5em 2em;
  margin: 0 auto;
  box-shadow: rgba(255, 255, 255, 0.9) 1px 2px 2px inset, rgba(110, 64, 4, 0.5) -2px -2px 2px inset;
  position: relative;
  top: -100px;
  transition: all 0.4s ease-in-out;
  align-items: center;
  height: auto;
}
section.top-banner .banner-line a:hover {
  opacity: 0.6;
  translate: 0 2px;
  text-decoration: none;
}
section.top-banner .banner-line a::after {
  content: url(../img/banner-line__arrow.svg);
  width: 1.2em;
  display: inline-block;
  margin-left: 0.65em;
}
@media screen and (max-width: 768px) {
  section.top-banner .banner-line a::after {
    margin-left: 0.35em;
  }
}
section.top-banner .banner-line.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  section.top-banner {
    width: 100%;
    margin-top: 4em;
  }
  section.top-banner .banner-line {
    width: 100%;
  }
  section.top-banner .banner-line.sp {
    display: flex;
    margin-top: 2em;
  }
  section.top-banner .banner-line.pc {
    display: none;
  }
  section.top-banner .banner-line a {
    position: relative;
    font-size: 1.25em;
    text-align: center;
    margin: 0 auto;
    top: -92px;
    padding: 0.6em 1em 0.6em 1.5em;
    min-width: 65%;
    line-height: 1.3;
    justify-content: center;
  }
  section.top-banner .banner-line a::after {
    margin-left: 0.75em;
  }
  section.top-banner .banner-line img {
    width: 100%;
  }
}

/* スムーススクロール */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

a.button-top {
  cursor: pointer;
}

/* 名称変更のお知らせ */
.temp-notice {
  background-color: #fff;
  padding: 1rem;
}
.temp-notice p {
  font-size: 0.9rem;
  font-weight: 700;
  color: #f9685f;
  text-align: center;
}

@media (min-width: 828px) {
  .temp-notice p {
    font-size: 24px;
  }
}
/* nav - lineリンク */
.nav-line {
  display: flex;
  align-items: center;
  border: 2px solid #06C755;
  padding: 2px 28px 2px 18px;
  border-radius: 36px;
  background-color: #fff;
}
.nav-line img {
  margin: 5px;
}
.nav-line span {
  font-weight: bold;
  color: #06C755;
  display: inline-block;
}

@media (max-width: 1200px) {
  .nav-line {
    border-radius: 15px;
    flex-direction: column;
    height: 56px;
    justify-content: center;
    padding: 2px 6px;
  }
  .nav-line img {
    display: block;
    height: 24px;
    margin: 0.2em 0 0.2em;
    width: 24px;
  }
  .nav-line span {
    font-size: 0.9em;
    line-height: 1;
  }
}
span.note-colors {
  font-size: 0.8rem;
}

.p-price__tableWrap {
  border-radius: 1rem;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  padding: 0 0.9375rem;
}
.p-price__tableWrap .p-price__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-radius: 1rem;
  border-spacing: 0;
}
.p-price__tableWrap td, .p-price__tableWrap th {
  padding: 1rem 0.5rem;
  vertical-align: middle;
  text-align: center;
}
.p-price__tableWrap th {
  letter-spacing: 0.1em;
  background-color: #19c591;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  line-height: 1.2;
}
.p-price__tableWrap td {
  background-color: #fff;
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  font-weight: 400;
}
.p-price__tableWrap td:nth-child(2) {
  text-align: left;
}
.p-price__tableWrap span {
  font-size: 0.75rem;
  margin-top: 0.3125rem;
  display: inline-block;
  line-height: 1.3;
}
.p-price__tableWrap em {
  font-size: 0.75rem;
  font-style: normal;
  color: #f9685f;
  margin: 0 -0.375rem;
  font-weight: 500;
}
.p-price__tableWrap tr:nth-child(1) th:nth-child(1) {
  border-top-left-radius: 1rem;
  width: 23.1%;
}
.p-price__tableWrap tr:nth-child(1) th:nth-child(2) {
  width: 51.3%;
}
.p-price__tableWrap tr:nth-child(1) th:nth-child(3) {
  border-top-right-radius: 1rem;
  width: 25.6%;
}
.p-price__tableWrap tr:last-child th:nth-child(1) {
  border-bottom-left-radius: 1rem;
}
.p-price__tableWrap tr:last-child td:last-child {
  border-bottom-right-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-price__tableWrap {
    padding: 0;
    font-size: 1rem;
  }
  .p-price__tableWrap tr:nth-child(1) th:nth-child(1) {
    width: 26.3%;
  }
  .p-price__tableWrap tr:nth-child(1) th:nth-child(2) {
    width: 50.9%;
  }
  .p-price__tableWrap tr:nth-child(1) th:nth-child(3) {
    width: 22.8%;
  }
}

@media screen and (max-width: 768px) {
  .p-price__tableWrap td, .p-price__tableWrap th {
    padding: 1rem 0;
  }
  .p-price__tableWrap th {
    white-space: wrap;
    letter-spacing: -0.25px;
  }
  .p-price__tableWrap td:nth-child(2) {
    text-align: center;
  }
  .u-sp-only {
    display: none !important;
  }
}
.u-sp-only {
  display: block;
}

.p-price__comment {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5833333333;
  padding: 0 0.9375rem;
  display: flex;
  gap: 0.3125rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-price__comment {
    padding: 0 0.5rem;
  }
}

.p-price__comment + .p-price__comment {
  margin-top: 0;
}

/* 就職先企業の一覧 */
.showcase_list ul {
  display: grid;
  font-size: 0.9em;
  gap: 0.2em 5em;
  grid-auto-flow: column;
  grid-template-rows: repeat(10, auto);
}

.showcase_list ul li {
  list-style-type: "• ";
  list-style-position: inside;
}

.showcase_list ul li::marker {
  color: #19C591;
}

span.sect-title.showcase_list {
  display: inline-block;
  margin-bottom: 0;
}

span.sect-title-note {
  font-size: 0.5em;
}

/* 3つのコース */
p.course-leading {
  margin-bottom: 5rem;
}

p.course-leading span.text-strong {
  font-weight: 600;
}

.course-card-img {
  height: 765px;
}

.course-wrap-a {
  top: 340.5px;
}

ul.course-studies-img-wrap, ul.studies-course-img-wrap {
  flex-flow: wrap;
  gap: 5px 0;
}

li.course-extra-icon {
  height: 40px;
  width: 40px;
}

img.course-studies-img.course-extra-icon {
  height: 40px;
  width: initial;
}

.studies-content img.course-studies-img.course-extra-icon {
  margin: 3px;
  height: 35px;
  width: initial;
}

span.text-u {
  color: #19C591;
  line-height: 1.4em;
  font-size: clamp(1.25rem, -1.574rem + 5.88vw, 2.25rem); /* 36-20 */
  font-weight: 700;
  border-bottom: solid 2px;
}

br.sp-br {
  display: none;
}

@media (max-width: 768px) {
  p.course-leading {
    margin-bottom: 2rem;
  }
  section.showcase_list.pd-btm {
    padding-bottom: clamp(2rem, 1.2rem + 1.5vw, 3rem);
  }
  .showcase_list ul {
    display: grid;
    font-size: 0.7em;
    grid-template-rows: repeat(15, auto);
    padding: 0 1.2em;
    gap: 0 2em;
  }
  .showcase_list ul li {
    text-indent: -0.6em;
    padding: 0.2em 0 0.25em 0.6em;
    align-self: center;
  }
  .showcase_list ul li:first-child, .showcase_list ul li:nth-child(16) {
    padding-top: 0;
  }
  .course-wrap-a {
    top: 230px;
  }
  .course-card-img-responsive-a {
    height: 545px;
  }
  br.sp-br {
    display: block;
  }
}
/* 問い合わせボタンにLINE追加 */
.contact-btn-left {
  display: flex;
  width: 100%;
  max-width: 424px;
  flex-direction: column;
  gap: 1em;
}

.contact-btn-line .nav-line {
  justify-content: center;
  height: 63px;
  transition: background-color 0.5s ease;
}

.contact-btn-line .nav-line:hover {
  background-color: #06c755;
  transition: background-color 0.5s ease, transform 0.3s ease, opacity 0.5s ease;
}

.contact-btn-line .nav-line:hover span {
  color: #fff;
}

.contact-btn-line .nav-line:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7490%) hue-rotate(243deg) brightness(105%) contrast(99%);
}

.contact-btn-line span {
  font-size: 1.2em;
}

@media (max-width: 768px) {
  .contact-btn-line .nav-line {
    border-radius: 30px;
    flex-direction: row;
    gap: 0.8em;
  }
  .contact-btn-line .nav-line img {
    display: block;
    height: 28px;
    width: 28px;
  }
}
p.optim-2, .fv-sp, span.fv-decoration-4 {
  display: none;
}

@media screen and (max-width: 768px) {
  p.fv-support-lead {
    display: none;
  }
  p.optim-2 {
    display: block;
    text-align: center;
    background-color: #19C591;
    color: #fff;
    font-weight: 600;
    padding: 0.5em 0;
    margin: 0.5em 1em;
    font-size: 1.25em;
  }
  p.optim-2 span.emp {
    font-size: 1.25em;
    display: inline-block;
    line-height: 0.75;
  }
  div.wrap {
    display: none;
  }
  .fv-sp {
    display: block;
    width: 100%;
  }
  .slider-fv-sp {
    width: 100%;
    margin: 0 auto;
  }
  .slider-fv-sp .slider-card img {
    width: 220px;
    height: 308px/2;
  }
  p.slide-note {
    font-size: 0.8em;
    color: #979797;
    text-align: center;
    margin-top: 5px;
  }
}
.fv-location {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}
.fv-location .fv-location-text {
  font-size: 1.15rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .fv-location .fv-location-text {
    font-size: 1rem;
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }
}
.fv-location span.fv-location-em {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv-location span.fv-location-em {
    display: block;
    margin-right: 0;
  }
}
.fv-location span.fv-location-em::before, .fv-location span.fv-location-em::after {
  content: "";
  width: 20px;
  height: 24px;
  position: absolute;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .fv-location span.fv-location-em::before, .fv-location span.fv-location-em::after {
    height: 30px;
  }
}
.fv-location span.fv-location-em::before {
  border-left: solid 1px #19C491;
  border-top: solid 1px #19C491;
  top: 0;
  left: 0;
}
.fv-location span.fv-location-em::after {
  border-right: solid 1px #19C491;
  border-bottom: solid 1px #19C491;
  bottom: 0;
  right: 0;
}

.about-shurou {
  width: calc(100% - 40px);
  max-width: 856px;
  margin: 1rem auto 4rem;
  padding: 1.25rem 1.25rem;
  border-radius: 20px;
  background: #F6F4EA;
}
@media screen and (max-width: 768px) {
  .about-shurou {
    width: calc(100% - 24px);
    padding: 1rem 1rem;
    margin-top: 1.25rem;
  }
}

.about-shurou-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  color: #19C591;
  margin: 0 0 0.75rem;
}

.about-shurou-text {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
}
.about-shurou-text span {
  font-weight: 700;
}/*# sourceMappingURL=style2.css.map */