@charset "UTF-8";
/* ========================= /
/  mixin
/* =========================*/
/* ========================= /
/  カラー
/* =========================*/
.mv {
  margin-top: 100px;
  margin-bottom: 0;
  background: #fff;
  min-height: calc(100svh - 100px);
  display: grid;
  place-items: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .mv {
    display: block;
    margin-top: 55px;
    padding-block: 55px;
    min-height: calc(100svh - 60px - 55px);
  }
}
.mv::before, .mv::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  z-index: -3;
}
.mv::before {
  bottom: 0;
  right: 0;
  left: 0;
  height: 180px;
  transform: translateY(100%);
}
@media screen and (max-width: 1024px) {
  .mv::before {
    display: none;
  }
}
.mv::after {
  bottom: -180px;
  right: 0;
  left: 0;
  height: 200px;
  border-radius: 50%;
  transform: translateY(50%);
}
@media screen and (max-width: 1024px) {
  .mv::after {
    bottom: 0px;
    height: 100px;
  }
}
.mv__shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.mv__shape {
  position: absolute;
  z-index: -1;
}
.mv__shape:nth-of-type(1) {
  width: 41.1728395062vw;
  aspect-ratio: 567/543;
  top: -22.7777777778vw;
  left: -2.962962963vw;
  rotate: 380deg;
}
@media screen and (max-width: 1024px) {
  .mv__shape:nth-of-type(1) {
    width: 80vw;
    top: -32vw;
    left: -26.6666666667vw;
    rotate: 180deg;
  }
}
.mv__shape:nth-of-type(2) {
  width: 61.1111111111vw;
  aspect-ratio: 670/366;
  top: -15.2469135802vw;
  right: -15.4320987654vw;
}
@media screen and (max-width: 1024px) {
  .mv__shape:nth-of-type(2) {
    width: 90.6666666667vw;
    top: -21.3333333333vw;
    right: -40vw;
    rotate: 180deg;
  }
}
.mv__shape:nth-of-type(3) {
  width: 49.3827160494vw;
  aspect-ratio: 593/523;
  bottom: -21.4197530864vw;
  left: -20vw;
}
@media screen and (max-width: 1024px) {
  .mv__shape:nth-of-type(3) {
    width: 80vw;
    bottom: initial;
    top: 58.6666666667vw;
    left: -53.3333333333vw;
    rotate: 180deg;
  }
}
.mv__shape:nth-of-type(4) {
  width: 61.7283950617vw;
  aspect-ratio: 543/460;
  bottom: -14.1975308642vw;
  right: -9.2592592593vw;
  rotate: 30deg;
}
@media screen and (max-width: 1024px) {
  .mv__shape:nth-of-type(4) {
    width: 96vw;
    bottom: initial;
    top: 96vw;
    right: -42.6666666667vw;
    rotate: 180deg;
  }
}
.mv__shape picture,
.mv__shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mv__inner {
  padding-inline: 3.0864197531vw;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .mv__inner {
    padding-inline: 4vw;
  }
}
.mv__row {
  display: grid;
  grid-template-columns: max-content 48.1481481481vw;
  justify-content: space-between;
  gap: 1.6049382716vw;
}
@media screen and (max-width: 1024px) {
  .mv__row {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.mv__main {
  padding-left: 7.6543209877vw;
  padding-block: 5.8024691358vw 6.7901234568vw;
}
@media screen and (max-width: 1024px) {
  .mv__main {
    width: fit-content;
    margin-inline: auto;
    padding-left: 0;
    padding-block: 32px 0;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__main {
    padding-left: 0;
    padding-block: 16px 0;
  }
}
.mv__ttl {
  padding-block: 6.1728395062vw;
  font-size: 4.4444444444vw;
  font-weight: bold;
  line-height: 1.3333333333;
  text-decoration-color: rgba(91, 50, 24, 0.1);
  text-decoration-thickness: 1.975308642vw;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: -0.9259259259vw;
}
@media screen and (max-width: 1024px) {
  .mv__ttl {
    padding-block: 0 64px;
    font-size: 5.4rem;
    text-decoration-thickness: 16px;
    text-underline-offset: -6px;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__ttl {
    padding-block: 0 32px;
    font-size: 3.6rem;
  }
}
.mv__list {
  display: flex;
  flex-direction: column;
  row-gap: 0.987654321vw;
}
@media screen and (max-width: 1024px) {
  .mv__list {
    row-gap: 10px;
  }
}
.mv__item-label {
  font-size: 1.3580246914vw;
  color: #5B3218;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  text-decoration-color: #CCCCCC;
  text-decoration-thickness: 0.1234567901vw;
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-underline-offset: 0.4938271605vw;
}
@media screen and (max-width: 1024px) {
  .mv__item-label {
    font-size: 1.8rem;
    align-items: flex-start;
    line-height: 2;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__item-label {
    font-size: 1.4rem;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
  }
}
.mv__item-label::before {
  content: "";
  display: inline-block;
  margin-block: auto;
  margin-right: 0.6172839506vw;
  width: 2.2222222222vw;
  aspect-ratio: 1;
  background: url(../img/common/icon-check.svg) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  .mv__item-label::before {
    margin-right: 10px;
    margin-block: 5px;
    width: 20px;
  }
}
.mv__slider-wrap {
  position: relative;
}
.mv__slider-img {
  width: 48.1481481481vw;
  aspect-ratio: 780/812;
  object-fit: contain;
  -webkit-mask: url(../img/top/mv-mask.svg) no-repeat center/contain;
  mask: url(../img/top/mv-mask.svg) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  .mv__slider-img {
    margin-inline: auto;
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__slider-img {
    width: 100%;
  }
}
.mv__slider-img picture,
.mv__slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv__link {
  display: block;
  margin-top: 3.3950617284vw;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .mv__link {
    margin-top: 32px;
  }
}
.mv__catch {
  display: block;
  text-align: center;
  font-size: 1.2345679012vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #61CC39;
}
@media screen and (max-width: 1024px) {
  .mv__catch {
    font-size: 1.6rem;
  }
}
.mv__btn {
  margin-top: 4px;
  font-size: 1.2345679012vw;
}
@media screen and (max-width: 1024px) {
  .mv__btn {
    font-size: 1.6rem;
  }
}
.mv__slider-nav {
  position: absolute;
  bottom: 0;
  left: 5.3703703704vw;
  display: flex;
  align-items: center;
  column-gap: 0.4938271605vw;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .mv__slider-nav {
    left: initial;
    right: 0;
    column-gap: 16px;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__slider-nav {
    right: 20px;
    column-gap: 8px;
  }
}
.mv__slider-nav .mv__slider-button {
  width: 3.3950617284vw;
  aspect-ratio: 1;
  background: url(../img/common/slider-arrow.svg) no-repeat center/contain;
  flex-shrink: 0;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .mv__slider-nav .mv__slider-button {
    width: 48px;
  }
}
@media screen and (max-width: 599.98px) {
  .mv__slider-nav .mv__slider-button {
    width: 38px;
  }
}
.mv__slider-nav .mv__slider-button-next {
  transform: rotateY(180deg);
}

.news {
  margin-top: 0;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
.news__box {
  padding: 40px 84px;
  background: #fff;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .news__box {
    padding-inline: 5.8666666667%;
  }
}
.news__list {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .news__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 599.98px) {
  .news__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news__item-thumbnail {
  width: 100%;
  aspect-ratio: 251/146;
  overflow: hidden;
  border-radius: 8px;
}
.news__item-thumbnail picture,
.news__item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  will-change: transform;
  transition: transform 0.3s ease-out;
}
.news__item:hover .news__item-thumbnail picture,
.news__item:hover .news__item-thumbnail img {
  transform: scale(1.05);
}
.news__item-row {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.news__item-time {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .news__item-time {
    font-size: 1.4rem;
  }
}
.news__item-cat {
  width: 84px;
  height: 23px;
  line-height: 23px;
  color: #fff;
  background: #F49E1A;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .news__item-cat {
    font-size: 1.3rem;
  }
}
.news__item-ttl {
  margin-top: 10px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .news__item-ttl {
    font-size: 1.4rem;
  }
}
.news__btn {
  margin-top: 32px;
  margin-inline: auto;
}
.news__nodata {
  margin: 32px 0;
  text-align: center;
  font-weight: bold;
}

.philosophy {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .philosophy {
    padding: 150px 0 182px;
  }
}
.philosophy__photo {
  position: absolute;
  width: 23.7%;
  max-width: 374px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .philosophy__photo {
    width: 40%;
    max-width: 250px;
    aspect-ratio: 1/1;
  }
}
.philosophy__photo.--left {
  top: 25px;
  left: 50px;
}
@media screen and (max-width: 1024px) {
  .philosophy__photo.--left {
    top: 0;
    left: 0;
  }
}
.philosophy__photo.--right {
  right: 50px;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .philosophy__photo.--right {
    right: 0;
  }
}
.philosophy__heading {
  margin-top: 54px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.75;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .philosophy__heading {
    margin-top: 32px;
    font-size: 1.8rem;
  }
}
.philosophy__para {
  margin-top: 75px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .philosophy__para {
    margin-top: 36px;
    font-size: 1.4rem;
  }
}
.philosophy__btn {
  margin: 64px auto 0;
}
@media screen and (max-width: 1024px) {
  .philosophy__btn {
    margin-top: 32px;
  }
}

.point .shape.--top {
  top: -314px;
}
.point .shape.--bottom {
  bottom: -124px;
}

.course {
  padding: 94px 0 154px;
}
@media screen and (max-width: 1024px) {
  .course {
    padding: 64px 0 94px;
  }
}
.course::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #F49E1A;
  border-radius: 64px;
  z-index: -2;
}
.course__heading {
  margin-top: 54px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .course__heading {
    margin-top: 32px;
    font-size: 2rem;
  }
}
.course__para {
  margin-top: 42px;
  text-align: center;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .course__para {
    margin-top: 47px;
    font-size: 1.4rem;
    text-align: left;
  }
}
.course__list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(2.962962963vw, 48px);
  transition-timing-function: linear;
}
@media screen and (max-width: 1024px) {
  .course__list {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 47px;
  }
}
.course__item {
  padding: 42px min(2.5925925926vw, 42px) 64px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .course__item {
    padding: 37px 8.5333333333% 32px;
  }
}
.course__item:nth-of-type(1) {
  background: #DB5558;
}
.course__item:nth-of-type(2) {
  background: #8EB92B;
}
.course__item-ttl {
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .course__item-ttl {
    font-size: 2rem;
  }
}
.course__item-img {
  margin-top: 36px;
  border-radius: 20px;
}
.course__item-para {
  margin-top: 36px;
  flex: 1;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .course__item-para {
    margin-top: 24px;
    font-size: 1.6rem;
  }
}
.course__item-btn {
  margin: 36px auto 0;
}

.experience__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .experience__row {
    flex-direction: column;
    gap: 38px;
  }
}
.experience__row > * {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .experience__row > * {
    width: 100%;
  }
}
.experience__txt {
  padding-right: 72px;
}
@media screen and (max-width: 1024px) {
  .experience__txt {
    padding-right: 0;
  }
}
.experience__ttl {
  justify-content: flex-start !important;
}
.experience__para {
  margin-top: 24px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .experience__para {
    font-size: 1.4rem;
  }
}
.experience__btn {
  margin-top: 42px;
}
@media screen and (max-width: 1024px) {
  .experience__btn {
    margin: 16px auto 0;
  }
}
.experience__line {
  padding: 54px 30px 32px;
  background: rgba(6, 199, 5, 0.5);
  border-radius: 8px;
  position: relative;
}
.experience__line::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 32px 22px 0;
  border-color: transparent rgba(6, 199, 5, 0.5) transparent transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 1024px) {
  .experience__line::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    border-width: 0 14px 20px 14px;
    border-color: transparent transparent rgba(6, 199, 5, 0.5) transparent;
  }
}
.experience__line-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
}
.experience__line-lead {
  margin-top: 32px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.experience__line-btn {
  margin-top: 8px;
  padding: 14px 4px 14px 24px;
  display: block;
  background: #fff;
  border-radius: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .experience__line-btn {
    padding-block: 8px;
    font-size: 1.6rem;
    gap: 22px;
  }
}
.experience__line-btn::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/common/icon-line.svg) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  .experience__line-btn::before {
    width: 32px;
    height: 32px;
  }
}
.experience__line-img {
  margin: 20px auto 0;
  width: 150px;
}
@media screen and (max-width: 1024px) {
  .experience__line-img {
    margin: 10px auto 0;
    width: 100px;
  }
}
.experience__line-img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.experience__slider-wrap {
  margin-top: 72px;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
}
@media screen and (max-width: 1024px) {
  .experience__slider-wrap {
    margin-top: 46px;
  }
}
.experience__list {
  transition-timing-function: linear;
}
.experience__item {
  height: auto !important;
}
.experience__item picture,
.experience__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instagram .shape.--top {
  top: -184px;
}
.instagram .shape.--bottom {
  bottom: -220px;
}
.instagram__heading {
  margin-top: 28px;
  text-align: center;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .instagram__heading {
    margin-top: 32px;
    font-size: 1.6rem;
  }
}
.instagram__feed {
  margin-top: 42px;
}
@media screen and (max-width: 1024px) {
  .instagram__feed {
    margin-top: 16px;
  }
}/*# sourceMappingURL=top.css.map */