@charset "UTF-8";
/* Scss Document */
:root {
  --main-color: #00C750;
  --black: #000;
  --sub-font: "Montserrat", sans-serif;
}

/* Scss Document */
/* -------------------------------------------------- */
/* file   : top.css                                  */
/* update : 2024                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.ink-anime img {
  display: block;
  opacity: 0;
  transition: transform 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform: translate3d(0, 0, 0) scale(0.4);
          transform: translate3d(0, 0, 0) scale(0.4);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.ink-anime.view-on img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
}

.ink01 {
  --w: 634;
  --t: -210;
  --r: -262;
  max-width: calc(var(--w) * 1px);
  width: calc(var(--w) / 1440 * 100vw);
  position: absolute;
  top: calc(var(--t) * 1px);
  right: calc(var(--r) * 1px);
}

.ink02 {
  --w: 558;
  --t: 214;
  --l: -25;
  max-width: calc(var(--w) * 1px);
  width: calc(var(--w) / 1440 * 100vw);
  position: absolute;
  top: calc(var(--t) * 1px);
  left: calc(var(--l) * 1px);
}
.ink02 img {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.ink03 {
  --w: 646;
  --t: 220;
  --r: -190;
  max-width: calc(var(--w) * 1px);
  width: calc(var(--w) / 1440 * 100vw);
  position: absolute;
  top: calc(var(--t) * 1px);
  right: calc(var(--r) * 1px);
}
.ink03 img {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.ink04 {
  --w: 441;
  --t: -137;
  --l: -16;
  max-width: calc(var(--w) * 1px);
  width: calc(var(--w) / 1440 * 100vw);
  position: absolute;
  top: calc(var(--t) * 1px);
  left: calc(var(--l) * 1px);
}

.ink05 {
  --w: 551;
  --t: -52;
  --r: -203;
  max-width: calc(var(--w) * 1px);
  width: calc(var(--w) / 1440 * 100vw);
  position: absolute;
  top: calc(var(--t) * 1px);
  right: calc(var(--r) * 1px);
}

.ink06 {
  --w: 691;
  --t: 0;
  --l: -180;
  max-width: calc(var(--w) * 1px);
  width: calc(var(--w) / 1440 * 100vw);
  position: absolute;
  top: calc(var(--t) * 1px);
  left: calc(var(--l) * 1px);
}

.ink07 {
  --w: 711;
  --t: -390;
  --r: -286;
  max-width: calc(var(--w) * 1px);
  width: calc(var(--w) / 1440 * 100vw);
  position: absolute;
  bottom: calc(var(--t) * 1px);
  right: calc(var(--r) * 1px);
}

.ink08 {
  --w: 541;
  --t: -130;
  --l: -130;
  max-width: calc(var(--w) * 1px);
  width: calc(var(--w) / 1440 * 100vw);
  position: absolute;
  top: calc(var(--t) * 1px);
  left: calc(var(--l) * 1px);
}

.top-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.top-btn {
  width: 210px;
}
.top-btn button {
  width: 100%;
  padding: 12px 10px;
  font-family: var(--sub-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--main-color);
  border: 2px solid var(--main-color);
  background: #FFF;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 750px) {
  .top-btn button:hover {
    background: var(--main-color);
    color: #FFF;
  }
  .top-btn button:hover .plus::before, .top-btn button:hover .plus::after {
    background-color: #FFF;
  }
}
.top-btn .plus {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-btn .plus::before, .top-btn .plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background-color: var(--main-color);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-btn .plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.top-btn--news {
  margin: 60px auto 0;
}

/* ========== heading ========== */
.top__heading {
  text-align: center;
  margin-bottom: 40px;
}

.top__heading-en {
  display: block;
  font-family: var(--sub-font);
  font-weight: 700;
  font-size: 70px;
  line-height: 1.22;
  color: var(--main-color);
  letter-spacing: 0.02em;
}

.top__heading-ja {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: var(--main-color);
}

.mv {
  position: relative;
}

.mv__ink {
  width: 117.15vw;
  min-width: 1687px;
  position: absolute;
  top: 53px;
  left: 58%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mv__ink img {
  width: 100%;
}

.mv__people {
  max-width: 297px;
  width: 20.63vw;
  position: absolute;
  top: 21px;
  left: calc(50% - 535px);
}
.mv__people img {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
}

.mv__bg {
  height: 600px;
}
.mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

/* ========== top visual ========== */
.top__visual {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 0;
}

.top__visual-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.top__visual-main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: -307px 0 0 auto;
}

.top__visual-freely {
  display: block;
  font-family: var(--sub-font);
  font-weight: 700;
  font-size: min(13.89vw, 200px);
  line-height: 1;
  color: var(--main-color);
  letter-spacing: 0.02em;
}

.top__visual-cheerfully {
  display: block;
  font-family: var(--sub-font);
  font-weight: 700;
  font-size: min(6.94vw, 100px);
  line-height: 1.2;
  color: var(--main-color);
}

/* ========== intro ========== */
.top__intro {
  margin: 40px 0 0;
  padding-bottom: 107px;
  position: relative;
}

.top__intro-textarea {
  width: 67.7%;
  margin: 0 0 0 auto;
  padding-left: 10px;
}

.top__intro-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.8;
  color: var(--main-color);
}

.top__intro-message {
  margin-top: 20px;
  font-weight: 700;
  font-size: 15px;
  line-height: 2;
  color: var(--main-color);
}

/* ========== profile ========== */
.top__profile {
  padding: 87px 0 78px;
  position: relative;
}
.top__profile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 125vw;
  min-width: 1800px;
  height: 1000px;
  border-radius: 50%;
  background: var(--main-color);
  z-index: -1;
}
.top__profile::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: var(--main-color);
  z-index: -1;
}
.top__profile .top__heading-en {
  color: #fff;
}
.top__profile .top__heading-ja {
  color: #fff;
}

.top__profile-content {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 0 60px;
}

.top__profile-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.top__profile-texts {
  padding-top: 9px;
  color: #fff;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.top__profile-title {
  margin: 30px 0 12px;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  color: #fff;
}

.top__profile-message {
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 16px;
  color: #fff;
}

/* ========== profile achievements ========== */
.top__profile-achievements {
  margin-top: 25px;
}

.top__profile-achievements-title {
  font-family: var(--sub-font);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.22;
  color: #fff;
}

.top__profile-achievements-list {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 27px;
}

.top__profile-achievement {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
}

.top__profile-achievement-text {
  margin-top: 10px;
}

/* ========== news cards ========== */
.news {
  padding: 112px 0 54px;
  position: relative;
}

.event {
  padding: 54px 0 116px;
  position: relative;
}

.top__news-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 3.845%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top__news-card {
  width: 30.77%;
}
.top__news-card img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 750px) {
  .top__news-card a:hover img {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.top__news-card-image-wrap {
  border: 1px solid var(--main-color);
  border-radius: 10px;
  aspect-ratio: 16/11;
  overflow: hidden;
}
.top__news-card-image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top__news-card-body {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top__news-card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}

.top__news-card-date {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
}

.top__news-card-category {
  min-width: 100px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  background: var(--main-color);
  padding: 2px 12px;
  margin-left: 0;
}

.top__news-card-title {
  font-weight: 700;
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

/* ========== lesson ========== */
.top__lesson {
  padding: 87px 0 30px;
  position: relative;
}
.top__lesson::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 125vw;
  min-width: 1800px;
  height: 1000px;
  border-radius: 50%;
  background: var(--main-color);
  z-index: -1;
}
.top__lesson::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: var(--main-color);
  z-index: -1;
}
.top__lesson .top__heading {
  margin-bottom: 25px;
  position: relative;
}
.top__lesson .top__heading-en {
  color: #fff;
}
.top__lesson .top__heading-ja {
  color: #fff;
}
.top__lesson .top__lesson-deco {
  max-width: 158px;
  width: 10.97vw;
  position: absolute;
  top: -96px;
  right: 180px;
}

.top__lesson-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top__lesson-image {
  width: 36.54%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
}

.top__lesson-texts {
  width: 55.77%;
  color: #fff;
}

.top__lesson-texts {
  padding-top: 30px;
}

.top__lesson-text-bold {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
}

.top__lesson-text-flex {
  margin-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
}

.top__lesson-text01 {
  font-size: 20px;
  font-weight: 700;
}

.top__lesson-text02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 15px;
}

.top__lesson-text02-en {
  font-family: var(--sub-font);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}

.top__lesson-text02-ja {
  font-size: 20px;
  font-weight: 700;
}

.top__lesson-price-gp {
  margin-top: 34px;
  padding-top: 37px;
  border-top: 1px solid #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}

.top__lesson-price-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.8;
}

.top__lesson-price-ttl-01 {
  font-size: 12px;
  font-weight: 700;
}

.top__lesson-price-ttl-02 {
  margin-left: 20px;
  font-size: 24px;
  font-weight: 700;
}

.top__lesson-price-ttl-03 {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
}

.top__lesson-price-note {
  padding-left: 55px;
  font-size: 12px;
  line-height: 1.8;
}

.pdf-link {
  width: 210px;
  margin: 10px 0 0 55px;
}
.pdf-link a {
  width: 100%;
  padding: 12px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #FFF;
  border: 2px solid #FFF;
  background: var(--main-color);
  border-radius: 25px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 750px) {
  .pdf-link a:hover {
    background: #FFF;
    color: var(--main-color);
  }
}

.top__access {
  max-width: 1240px;
  margin: 110px auto 0;
  padding: 60px 0 0;
  background: #FFF;
  border-radius: 40px;
  position: relative;
}
.top__access .top__heading-en,
.top__access .top__heading-ja {
  color: var(--main-color);
}

.top__access-batch-wrap {
  width: 27.42%;
  position: absolute;
  top: 30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top__access-batch {
  max-width: 160px;
  width: 11.11vw;
}

.top__access-content {
  margin-top: 50px;
  text-align: center;
}

.top__access-green {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.46;
  text-align: center;
  color: var(--main-color);
}

.top__access-note {
  margin-top: 10px;
  padding-left: 12px;
  font-size: 12px;
  display: inline-block;
  position: relative;
}
.top__access-note::before {
  content: "※";
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.top__access-map {
  width: 100%;
  height: 400px;
  margin-top: 27px;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}
.top__access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  vertical-align: bottom;
}

.top-fixed {
  width: 80px;
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
}
.top-fixed a {
  display: block;
}

/* -------------------pc END------------------------------- */
@media screen and (max-width: 1440px) {
  .mv__people {
    top: 1.46vw;
    left: 13.47vw;
  }
}
@media screen and (max-width: 1240px) {
  .top__access {
    margin-right: 20px;
    margin-left: 20px;
  }
}
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .ink01 {
    --t: -60;
    --r: -109;
    max-width: calc(var(--w) / 2 * 1px);
    width: calc(var(--w) / 750 * 100vw);
  }
  .ink02 {
    --t: 533;
    --l: -145;
    max-width: calc(var(--w) / 2 * 1px);
    width: calc(var(--w) / 750 * 100vw);
  }
  .ink03 {
    --t: 371;
    max-width: calc(var(--w) / 2 * 1px);
    width: calc(var(--w) / 750 * 100vw);
  }
  .ink04 {
    --t: -76;
    --l: -110;
    max-width: calc(var(--w) / 2 * 1px);
    width: calc(var(--w) / 750 * 100vw);
  }
  .ink05 {
    --t: -8;
    --r: -156;
    max-width: calc(var(--w) / 2 * 1px);
    width: calc(var(--w) / 750 * 100vw);
  }
  .ink06 {
    --t: -125;
    --l: -214;
    max-width: calc(var(--w) / 2 * 1px);
    width: calc(var(--w) / 750 * 100vw);
  }
  .ink07 {
    --w: 693;
    --t: -172;
    --l: -117;
    max-width: calc(var(--w) / 2 * 1px);
    width: calc(var(--w) / 750 * 100vw);
    position: absolute;
    bottom: calc(var(--t) * 1px);
    right: auto;
    left: calc(var(--l) * 1px);
  }
  .ink08 {
    --t: -761;
    --l: 169;
    max-width: calc(var(--w) / 2 * 1px);
    width: calc(var(--w) / 750 * 100vw);
    z-index: 4;
  }
  .ink09 {
    --w: 634;
    --t: -148;
    --r: -159;
    max-width: calc(var(--w) / 2 * 1px);
    width: calc(var(--w) / 750 * 100vw);
    position: absolute;
    top: calc(var(--t) * 1px);
    right: calc(var(--r) * 1px);
  }
  .top-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .top-btn {
    width: 170px;
  }
  .top-btn button {
    padding: 9px 10px;
    font-size: 15px;
    border: 1px solid var(--main-color);
    border-radius: 20px;
  }
  .top-btn .plus {
    width: 13px;
    height: 13px;
    left: 25px;
  }
  .top-btn .plus::before, .top-btn .plus::after {
    width: 13px;
    height: 1px;
  }
  .top-btn .plus::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .top-btn--news {
    margin: 25px auto 0;
  }
  /* ========== heading ========== */
  .top__heading {
    margin-bottom: 15px;
  }
  .top__heading-en {
    font-size: 35px;
    letter-spacing: 0;
  }
  .top__heading-ja {
    font-size: 13px;
  }
  .mv {
    position: relative;
  }
  .mv__ink {
    min-width: 0;
    top: 42vw;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .mv__people {
    max-width: 100%;
    width: 43.2vw;
    top: 9.4vw;
    left: 32vw;
  }
  .mv__bg {
    height: auto;
  }
  .mv__bg img {
    height: auto;
  }
  /* ========== top visual ========== */
  .top__visual {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .top__visual-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .top__visual-main {
    margin: -43vw 0 0;
  }
  .top__visual-freely {
    font-size: 22.67vw;
  }
  .top__visual-cheerfully {
    font-size: 13.33vw;
  }
  /* ========== intro ========== */
  .top__intro {
    margin: 20px 0 0;
    padding-bottom: 60px;
  }
  .top__intro-textarea {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
  .top__intro-title {
    font-size: 23px;
    line-height: 1.8;
  }
  .top__intro-message {
    margin-top: 25px;
    font-size: 13px;
  }
  /* ========== profile ========== */
  .top__profile {
    padding: 43px 0 45px;
  }
  .top__profile::before {
    width: 240vw;
    min-width: 0;
    height: 243.07vw;
  }
  .top__profile::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: var(--main-color);
    z-index: -1;
  }
  .top__profile .top__heading-en {
    color: #fff;
  }
  .top__profile .top__heading-ja {
    color: #fff;
  }
  .top__profile-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
  }
  .top__profile-image {
    width: 56.72%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top__profile-texts {
    padding-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top__profile-title {
    margin: 30px 0 10px;
    font-size: 20px;
  }
  .top__profile-message {
    font-size: 13px;
    margin-bottom: 16px;
  }
  /* ========== profile achievements ========== */
  .top__profile-achievements {
    margin-top: 15px;
  }
  .top__profile-achievements-title {
    font-size: 15px;
  }
  .top__profile-achievements-list {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px 0;
  }
  .top__profile-achievement {
    width: 47.76%;
    font-size: 10px;
  }
  .top__profile-achievement-text {
    margin-top: 8px;
  }
  /* ========== news cards ========== */
  .news {
    padding: 50px 0 25px;
  }
  .event {
    padding: 25px 0 60px;
  }
  .top__news-cards {
    gap: 15px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top__news-card {
    width: 47.76%;
  }
  .top__news-card-image-wrap {
    border-radius: 5px;
  }
  .top__news-card-body {
    margin-top: 11px;
  }
  .top__news-card-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .top__news-card-date {
    font-size: 9px;
  }
  .top__news-card-category {
    min-width: 70px;
    font-size: 9px;
    padding: 2px 12px;
  }
  .top__news-card-title {
    font-size: 10px;
    margin-top: 4px;
    -webkit-line-clamp: 3;
  }
  /* ========== lesson ========== */
  .top__lesson {
    padding: 43px 0 30px;
  }
  .top__lesson::before {
    width: 240vw;
    min-width: 0;
    height: 243.07vw;
  }
  .top__lesson::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: var(--main-color);
    z-index: -1;
  }
  .top__lesson .top__heading {
    margin-bottom: 25px;
  }
  .top__lesson .top__lesson-deco {
    width: 21.07vw;
    top: -13.4vw;
    right: 2vw;
  }
  .pdf-link {
    width: 170px;
    margin: 10px 0 0;
  }
  .pdf-link a {
    padding: 9px 10px;
    font-size: 15px;
    border: 1px solid #FFF;
    border-radius: 20px;
  }
  .top__lesson-content {
    display: block;
  }
  .top__lesson-image {
    width: 100%;
    margin-top: 30px;
    gap: 10px 0;
  }
  .top__lesson-texts {
    width: 100%;
  }
  .top__lesson-texts {
    padding-top: 10px;
  }
  .top__lesson-text-bold {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .top__lesson-text-flex {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 12px;
  }
  .top__lesson-text01 {
    padding-top: 5px;
    font-size: 15px;
  }
  .top__lesson-text02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .top__lesson-text02-en {
    font-size: 25px;
    line-height: 1.3;
  }
  .top__lesson-text02-ja {
    font-size: 15px;
  }
  .top__lesson-price-gp {
    margin-top: 18px;
    padding-top: 17px;
    gap: 12px 0;
  }
  .top__lesson-price-ttl-01 {
    font-size: 10px;
  }
  .top__lesson-price-ttl-02 {
    margin-left: 10px;
    font-size: 17px;
  }
  .top__lesson-price-ttl-03 {
    margin-left: 6px;
    font-size: 10px;
  }
  .top__lesson-price-note {
    margin-top: 1px;
    padding-left: 0;
    font-size: 10px;
    line-height: 1.5;
  }
  .top__access {
    margin: 60px 20px 0;
    padding: 24px 0 0;
    border-radius: 10px;
  }
  .top__access .top__heading {
    width: 71.64%;
    margin-bottom: 12px;
  }
  .top__access .top__heading-en,
  .top__access .top__heading-ja {
    color: var(--main-color);
  }
  .top__access-batch-wrap {
    width: 23.88%;
    max-width: 80px;
    top: 15px;
    right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
  .top__access-batch {
    width: 100%;
  }
  .top__access-content {
    width: 71.64%;
    margin-top: 12px;
  }
  .top__access-green {
    font-size: 10px;
    line-height: 2;
  }
  .top__access-note {
    margin-top: 10px;
    padding-left: 9px;
    font-size: 9px;
    text-align: left;
  }
  .top__access-note::before {
    font-size: 9px;
  }
  .top__access-map {
    height: 200px;
    margin-top: 22px;
    border-radius: 0 0 10px 10px;
  }
  .top-fixed {
    display: none;
  }
}
/* -------------------sp END------------------------------- */